library(tidyverse)
## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
## ✔ ggplot2 3.4.0 ✔ purrr 0.3.5
## ✔ tibble 3.1.8 ✔ dplyr 1.0.10
## ✔ tidyr 1.2.1 ✔ stringr 1.5.0
## ✔ readr 2.1.3 ✔ forcats 0.5.2
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
library(ggplot2)
library(plyr)
## ------------------------------------------------------------------------------
## You have loaded plyr after dplyr - this is likely to cause problems.
## If you need functions from both plyr and dplyr, please load plyr first, then dplyr:
## library(plyr); library(dplyr)
## ------------------------------------------------------------------------------
##
## Attaching package: 'plyr'
##
## The following objects are masked from 'package:dplyr':
##
## arrange, count, desc, failwith, id, mutate, rename, summarise,
## summarize
##
## The following object is masked from 'package:purrr':
##
## compact
library(doParallel)
## Loading required package: foreach
##
## Attaching package: 'foreach'
##
## The following objects are masked from 'package:purrr':
##
## accumulate, when
##
## Loading required package: iterators
## Loading required package: parallel
library(dplyr)
library(grid)
library(maps)
##
## Attaching package: 'maps'
##
## The following object is masked from 'package:plyr':
##
## ozone
##
## The following object is masked from 'package:purrr':
##
## map
library(sf)
## Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE
library(spData)
## To access larger datasets in this package, install the spDataLarge
## package with: `install.packages('spDataLarge',
## repos='https://nowosad.github.io/drat/', type='source')`
library(gridExtra)
##
## Attaching package: 'gridExtra'
##
## The following object is masked from 'package:dplyr':
##
## combine
library(maps)
library(corrplot)
## corrplot 0.92 loaded
library(viridis)
## Loading required package: viridisLite
##
## Attaching package: 'viridis'
##
## The following object is masked from 'package:maps':
##
## unemp
library(tm)
## Loading required package: NLP
##
## Attaching package: 'NLP'
##
## The following object is masked from 'package:ggplot2':
##
## annotate
library(Metrics)
library(randomForest)
## randomForest 4.7-1.1
## Type rfNews() to see new features/changes/bug fixes.
##
## Attaching package: 'randomForest'
##
## The following object is masked from 'package:gridExtra':
##
## combine
##
## The following object is masked from 'package:dplyr':
##
## combine
##
## The following object is masked from 'package:ggplot2':
##
## margin
library(neuralnet)
##
## Attaching package: 'neuralnet'
##
## The following object is masked from 'package:dplyr':
##
## compute
library(wordcloud)
## Loading required package: RColorBrewer
library(rpart.plot)
## Loading required package: rpart
list.files(path = "../input")
## character(0)
Load the data
states <- map_data("state")
df <- read.csv("airbnb-listings.csv", sep = ";", header = T)
glimpse(df)
## Rows: 494,954
## Columns: 89
## $ ID <chr> "4008728", "7778612", "8264596", "21807…
## $ Listing.Url <chr> "https://www.airbnb.com/rooms/4008728",…
## $ Scrape.ID <chr> "20170402075052", "20170402075052", "20…
## $ Last.Scraped <chr> "2017-04-02", "2017-04-02", "2017-04-02…
## $ Name <chr> "Luxurious 3 bedroom, centrum, 180m2", …
## $ Summary <chr> "This luxurious apartment is situated i…
## $ Space <chr> "In the heart of hip & lively Amsterdam…
## $ Description <chr> "This luxurious apartment is situated i…
## $ Experiences.Offered <chr> "none", "none", "none", "none", "none",…
## $ Neighborhood.Overview <chr> "There is a wide variety of cafes and r…
## $ Notes <chr> "Perfect location to enjoy Amsterdam's …
## $ Transit <chr> "", "Public transport is very close - …
## $ Access <chr> "", "", "", "A Wi-Fi connection, cable …
## $ Interaction <chr> "", "You'll have the apartment for your…
## $ House.Rules <chr> "I expect you to treat my beloved apart…
## $ Thumbnail.Url <chr> "https://a0.muscache.com/im/pictures/f3…
## $ Medium.Url <chr> "https://a0.muscache.com/im/pictures/f3…
## $ Picture.Url <chr> "https://public.opendatasoft.com/api/v2…
## $ XL.Picture.Url <chr> "https://a0.muscache.com/im/pictures/f3…
## $ Host.ID <int> 20786453, 11964927, 23669273, 9238680, …
## $ Host.URL <chr> "https://www.airbnb.com/users/show/2078…
## $ Host.Name <chr> "Lithal", "Hein", "Matthieu", "Bas", "P…
## $ Host.Since <chr> "2014-09-01", "2014-02-05", "2014-11-12…
## $ Host.Location <chr> "Amsterdam, North Holland, Netherlands"…
## $ Host.About <chr> "Hi there! As I love to travel myself I…
## $ Host.Response.Time <chr> "within a day", "within a few hours", "…
## $ Host.Response.Rate <int> 50, 100, NA, 100, 100, 100, 100, 100, 6…
## $ Host.Acceptance.Rate <chr> "", "", "", "", "", "", "", "", "", "",…
## $ Host.Thumbnail.Url <chr> "https://a0.muscache.com/im/pictures/1a…
## $ Host.Picture.Url <chr> "https://a0.muscache.com/im/pictures/1a…
## $ Host.Neighbourhood <chr> "Oud-West", "Oud-West", "Oud-West", "Ou…
## $ Host.Listings.Count <int> 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, …
## $ Host.Total.Listings.Count <int> 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, …
## $ Host.Verifications <chr> "email,phone,facebook,reviews,jumio", "…
## $ Street <chr> "Oud-West, Amsterdam, North Holland 105…
## $ Neighbourhood <chr> "Oud-West", "Oud-West", "Oud-West", "Ou…
## $ Neighbourhood.Cleansed <chr> "De Baarsjes - Oud-West", "De Baarsjes …
## $ Neighbourhood.Group.Cleansed <chr> "", "", "", "", "", "", "", "", "", "",…
## $ City <chr> "Amsterdam", "Amsterdam", "Amsterdam", …
## $ State <chr> "North Holland", "Noord-Holland", "Noor…
## $ Zipcode <chr> "1054 AA", "1053", "1054", "1052 RT", "…
## $ Market <chr> "Amsterdam", "Amsterdam", "Amsterdam", …
## $ Smart.Location <chr> "Amsterdam, Netherlands", "Amsterdam, N…
## $ Country.Code <chr> "NL", "NL", "NL", "NL", "NL", "NL", "NL…
## $ Country <chr> "Netherlands", "Netherlands", "Netherla…
## $ Latitude <dbl> 52.36524, 52.36731, 52.36194, 52.37015,…
## $ Longitude <dbl> 4.878250, 4.873841, 4.866687, 4.866282,…
## $ Property.Type <chr> "Apartment", "Apartment", "Apartment", …
## $ Room.Type <chr> "Entire home/apt", "Entire home/apt", "…
## $ Accommodates <int> 6, 4, 4, 4, 2, 2, 3, 2, 2, 6, 2, 4, 2, …
## $ Bathrooms <dbl> 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.5, 1.0,…
## $ Bedrooms <int> 3, 2, 2, 2, 0, 1, 2, 1, 1, 4, 1, 2, 0, …
## $ Beds <int> 3, 2, 2, 4, 1, 1, 2, 1, 1, 4, 1, 2, 1, …
## $ Bed.Type <chr> "Real Bed", "Real Bed", "Real Bed", "Re…
## $ Amenities <chr> "TV,Internet,Wireless Internet,Kitchen,…
## $ Square.Feet <int> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA,…
## $ Price <int> 600, 175, 125, 130, 80, 150, 144, 75, 5…
## $ Weekly.Price <int> NA, NA, 600, NA, NA, NA, 850, NA, NA, 8…
## $ Monthly.Price <int> 6000, 4000, NA, NA, NA, NA, NA, NA, NA,…
## $ Security.Deposit <int> 500, 400, NA, 100, 100, NA, 150, NA, NA…
## $ Cleaning.Fee <int> 50, 40, NA, 45, 25, 15, 40, 10, 20, 48,…
## $ Guests.Included <int> 4, 2, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 2, …
## $ Extra.People <int> 50, 30, 0, 25, 0, 0, 0, 0, 0, 25, 0, 60…
## $ Minimum.Nights <int> 2, 2, 4, 3, 2, 1, 3, 3, 5, 2, 3, 2, 2, …
## $ Maximum.Nights <int> 1125, 1125, 1125, 30, 1125, 1125, 1125,…
## $ Calendar.Updated <chr> "3 weeks ago", "5 weeks ago", "10 month…
## $ Has.Availability <chr> "", "", "", "", "", "", "", "", "", "",…
## $ Availability.30 <int> 14, 0, 0, 0, 2, 7, 2, 1, 0, 1, 0, 1, 3,…
## $ Availability.60 <int> 44, 0, 0, 0, 21, 37, 8, 2, 0, 6, 0, 7, …
## $ Availability.90 <int> 74, 0, 0, 0, 51, 67, 31, 32, 0, 6, 0, 1…
## $ Availability.365 <int> 74, 259, 0, 0, 326, 342, 123, 32, 0, 17…
## $ Calendar.last.Scraped <chr> "2017-04-02", "2017-04-02", "2017-04-02…
## $ Number.of.Reviews <int> 31, 15, 1, 22, 16, 13, 6, 21, 1, 12, 9,…
## $ First.Review <chr> "2015-08-02", "2015-09-28", "2015-09-22…
## $ Last.Review <chr> "2016-11-27", "2017-01-19", "2015-09-22…
## $ Review.Scores.Rating <int> 89, 99, 100, 97, 78, 97, 97, 100, 100, …
## $ Review.Scores.Accuracy <int> 9, 9, 10, 10, 8, 10, 10, 10, 10, 10, 10…
## $ Review.Scores.Cleanliness <int> 8, 9, 10, 9, 8, 10, 10, 10, 10, 10, 10,…
## $ Review.Scores.Checkin <int> 9, 9, 10, 10, 8, 10, 10, 10, 10, 10, 10…
## $ Review.Scores.Communication <int> 10, 10, 10, 9, 8, 10, 10, 10, 10, 10, 1…
## $ Review.Scores.Location <int> 10, 10, 10, 9, 9, 9, 10, 10, 10, 9, 10,…
## $ Review.Scores.Value <int> 9, 9, 10, 9, 9, 10, 10, 10, 10, 9, 10, …
## $ License <chr> "", "", "", "", "", "", "", "", "", "",…
## $ Jurisdiction.Names <chr> "Amsterdam", "Amsterdam", "Amsterdam", …
## $ Cancellation.Policy <chr> "strict", "strict", "flexible", "flexib…
## $ Calculated.host.listings.count <int> 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, …
## $ Reviews.per.Month <dbl> 1.52, 0.81, 0.05, 0.62, 2.04, 1.49, 0.5…
## $ Geolocation <chr> "52.36523660409065,4.878249575101092", …
## $ Features <chr> "Host Has Profile Pic,Host Identity Ver…
df <- df|>
filter(Country == "United States")
#mutate(price_per_night = round(Price/Minimum.Nights))|>
#head(df,10)
#tail(df, 10)
tail(df, 10)
## ID Listing.Url Scrape.ID
## 134536 10970586 https://www.airbnb.com/rooms/10970586 20170306202425
## 134537 2546818 https://www.airbnb.com/rooms/2546818 20170306202425
## 134538 5526127 https://www.airbnb.com/rooms/5526127 20170306202425
## 134539 4181635 https://www.airbnb.com/rooms/4181635 20170306202425
## 134540 214795 https://www.airbnb.com/rooms/214795 20170306202425
## 134541 11945306 https://www.airbnb.com/rooms/11945306 20170306202425
## 134542 17249668 https://www.airbnb.com/rooms/17249668 20170306202425
## 134543 3124593 https://www.airbnb.com/rooms/3124593 20170306202425
## 134544 927607 https://www.airbnb.com/rooms/927607 20170306202425
## 134545 1716439 https://www.airbnb.com/rooms/1716439 20170306202425
## Last.Scraped Name
## 134536 2017-03-07 A+ location by Austin downtown
## 134537 2017-03-07 Hip Condo In South Austin!
## 134538 2017-03-07 Downtown Austin Hip Area-Sleep 8-SXSW.ACL.FOR1
## 134539 2017-03-07 Home Away From Home, Chic and Comfy
## 134540 2017-03-07 Cute Condo Close to Zilker & Dwntwn
## 134541 2017-03-07 Spacious remodeled 3/2 condo
## 134542 2017-03-07 Forest- Great for SXSW!
## 134543 2017-03-07 In HEART of SOCO! Only 1 block to all the action.
## 134544 2017-03-07 Modern Home near Downtown and SXSW venues
## 134545 2017-03-07 Vintage Travis Hieghts Bungalow
## Summary
## 134536 A+ location, easily accessible to central downtown (walk, bike) Rainey Street, South Congress Ave. Sleeps 3-4 people. Beautiful modern design, terraced hardscape patio. 3-floor house, unique space, great outdoor living area. 1 mile to downtown 2 bedroom / 2 bath + couch + air mattress (if needed) 2 king beds steam room outdoor patio w/ BBQ
## 134537 Typical amazing gated condo with parking space in South Austin, SOLA. Easy access to downtown, Barton springs, Zilker park, Formula 1 and South Congress. There is high end shopping and restaurants nearby; most in walking distance. Public transportation is what makes this amazing. There is public transportation stop outside gate.
## 134538 Sleeps 8-Hip, charming and cozy in Travis Heights, one of the most popular and most beloved South Austin neighborhoods. Perfect for SXSW, ACL, XGame and in the heart of the action. Located walking distance (few blocks) to the hippest street in town!-South Congress and South First!
## 134539 Lovely home with great energy - perfect for friends and family gatherings, complete with a baby grand piano! Sleeps 6 comfortably but can sleep more. It's a gem about 8 minutes drive from downtown yet in a quiet neighborhood, away from the crowds.
## 134540 Condo located in Zilker Neighborhood... perfect for ACL and SXSW. Minutes from downtown... convenient, quiet and clean.
## 134541 Awesome recently remodeled condo in buzzing south Lamar neighborhood. Tucked away on a quiet neighborhood street, my house is a great weekend getaway or place to spend a week working. There are 2 bedrooms available, one bathroom. Kitchen and bathroom have been remodeled in the past year. Enjoy!
## 134542 Mid-century bungalow nestled under 300 yr old live oaks offering 5 possible bedrooms, 3.5 baths, 2 living spaces, & spacious mudroom. Expanded/remodeled by developer for his personal resi dence, this home incorporates high-end custom build elements. Custom cabinets, stone countertops, & comm. grade appliances including 48" Thermador range create a professional cooking environment
## 134543 3 BR / 2 BA - LICENSED (#OL (PHONE NUMBER HIDDEN)) & REGISTERED with CITY OF AUSTIN. 49 glowing Reviews on Home Away giving the home the highest rating possible at 5 out of 5 stars! Featured in Vacation Rental Travels Magazine as THE home to choose for when staying in Austin. See write up on page 17..... (URL HIDDEN) Located just 1 block to MANY restaurants, shopping, entertainment, etc.
## 134544 Gorgeous sunny house, feels like a retreat in the woods, 5-10 minutes to Austin's best restaurants, bars, live music venues, the convention center, Botanical Gardens, Long Center and 2 min to hike and bike trail and famous Barton Springs pool.
## 134545 Fabulous 2 bedroom bungalow with downtown views. Perched overlooking downtown in Austin's premier neighborhood. Walking distance to abundant shopping and restaurants on South Congress Avenue. Lady Bird Lake and downtown also just a short walk away from this fabulous location. Upscale finish out with beautifully appointed furnishings.
## Space
## 134536
## 134537 South Austin Condo. Great for the Austin experience. Close to Zilker park,Barton Springs, South Congress, shopping and restaurants. Formula 1 just around the corner. If you do not have a rental car, the metro is right out the gate. Austin is the best in public transit. Location is the best part of the condo.
## 134538 Cozy and hip 2 bedroom apartment in a fantastic area of Austin. Newly renovated, all new appliances, floors and windows. Perfect place to relax after a day of exploring Austin! Luxurious sheets and other extra special touches. Only a few blocks from two of the hippest streets in town (South Congress and South First). A quick and cheap cab or direct bus to downtown. The kitchen has an electric stove, fridge dishwasher, and all the cooking utensils (plates, silverware, pots, pans, dishes, glassware etc.) you'll need. Our vacation rental is protected by e-locks. In other words, NO KEYS NO HASSLE! Prior to your stay we simply email you a unique code that works for your reservation only. Late check in is not a problem! The private backyard is an ideal place to share a bottle of wine or have your morning coffee. Please note, this is a place for private get together and not a party house. You also have access to a community heated spring fed swimming pool near by.
## 134539 We are in a special location in town - less than 10 minutes by car to the downtown area, yet in a quiet and secluded neighborhood. We are within walking distance of Zilker Park and fun, and several fun, yummy local restaurants and food trailers. The house is inviting, warm and up to date with plenty of space for large parties who want to stay together. A special feature is our Yamaha baby grand piano for all you musicians!
## 134540 Come to Austin and enjoy my great one bedroom condo. It includes a futon in the living room that folds out into a pretty comfy bed, wifi and cable. The condo is close to ACL Fest, Barton Springs, Zilker Park, South Lamar and South First and South Congress shopping and entertainment areas. There are LOTS of great restaurants, bars and parks within walking distance. It comfortably accommodates 2. On site, there is plenty of parking, coin operated washers and dryers, and a great front deck and back yard area to relax after a day of taking in Austin. Smoking in these outdoor areas is ok. Transportation is pretty easy as well. If you aren’t going to have access to a car, there is a city bus stop three blocks down at Bluebonnet and Lamar that runs every 45 minutes. There are a couple of bike rental places close to the condo as well. Austin has a great reputation for its bike friendly streets and bike trails. Catching the Hike and Bike trail (about 1 mile from the condo) is a great, car-fre
## 134541 This space truly feels like a retreat. Wake up to birds chirping and a light and airy space. It's really a welcoming, fully furnished space I'm happy to share with a respectful guest!
## 134542 Take a look at Zillow for more details- More new photos forthcoming!
## 134543 What makes my home different from others? 1) LOCATION - there is not another home more conveniently located to SOCO than mine. The home is 1 block to Congress. So many restaurants and shopping 1 block away. 2) FREE PARKING AT FRONT DOOR - this street block is one of the very few with residential only parking so you can park at my front door without any hassle. Other homes do not have this luxury. 3) SERVICE - I meet each group of guests at the home to make sure you get settled in properly and answer any questions. I also provide each group a map of an aerial view of the home in relation to the many restaurants to walk to as well as provide you a written list of those restaurants and what makes them popular so you know what restaurants you want to try. I also provide my recommendations of things to do. 4) AMENITIES - 55 inch HDTV with cable, HBO & SHOWTIME, comfortable beds, spacious living room & kitchen, and outside covered deck with patio furniture. 5) CLEANLINESS - the hom
## 134544 Great vacation or festival house that features amazing proximity to downtown while feeling like a retreat in the woods. Within 5-10 minutes to Austin's best restaurants, bars, live music venues, festivals like ACL and SXSW, the convention center, the Botanical Gardens, the flagship Whole Foods, Zilker Park, Barton Springs Pool, Zach Theatre and the Long Center, Broken Spoke Dance Hall, and two minutes to the hike and bike trail which takes you downtown and all over Austin. The house is over 2000 sq ft. and has 3 large bedrooms plus an office, The master has a queen, the second bedroom has a twin, and the third has an American Leather brand queen sleeper sofa with the highest quality foam. Both master and second bedroom mattresses are organic. The living room couch has a ratchet system that allows it to lie flat as a double bed. There is also a queen and single air mattress. Possible to sleep 8 in a pinch. There are two full bathrooms. Master has separate bath and shower. There is also
## 134545 This home is outfitted with beautiful furninshings, high end finish out, and is located in Austin's best area. Walkable to South Congress shops, restaurants, and night life as well as the Lady Bird Trail.
## Description
## 134536 A+ location, easily accessible to central downtown (walk, bike) Rainey Street, South Congress Ave. Sleeps 3-4 people. Beautiful modern design, terraced hardscape patio. 3-floor house, unique space, great outdoor living area. 1 mile to downtown 2 bedroom / 2 bath + couch + air mattress (if needed) 2 king beds steam room outdoor patio w/ BBQ 2 bedroom / 2 bath + couch + air mattress if needed Deluxe kitchen, outdoor BBQ patio steam shower The place is all yours... Sleeps 3-4 people. Please no more than 5-6 people on property at anytime. No big parties :)
## 134537 Typical amazing gated condo with parking space in South Austin, SOLA. Easy access to downtown, Barton springs, Zilker park, Formula 1 and South Congress. There is high end shopping and restaurants nearby; most in walking distance. Public transportation is what makes this amazing. There is public transportation stop outside gate. South Austin Condo. Great for the Austin experience. Close to Zilker park,Barton Springs, South Congress, shopping and restaurants. Formula 1 just around the corner. If you do not have a rental car, the metro is right out the gate. Austin is the best in public transit. Location is the best part of the condo. Big open patio available for entertaining. The Condo has one California king bed and one chair that makes out into a double bed. There is also an air mattress that is a queen. Interaction with guests is welcomed and encouraged. The condo has a great location. Gated and in a great safe area. Walking distance to all South Austin activities and public transit
## 134538 Sleeps 8-Hip, charming and cozy in Travis Heights, one of the most popular and most beloved South Austin neighborhoods. Perfect for SXSW, ACL, XGame and in the heart of the action. Located walking distance (few blocks) to the hippest street in town!-South Congress and South First! Cozy and hip 2 bedroom apartment in a fantastic area of Austin. Newly renovated, all new appliances, floors and windows. Perfect place to relax after a day of exploring Austin! Luxurious sheets and other extra special touches. Only a few blocks from two of the hippest streets in town (South Congress and South First). A quick and cheap cab or direct bus to downtown. The kitchen has an electric stove, fridge dishwasher, and all the cooking utensils (plates, silverware, pots, pans, dishes, glassware etc.) you'll need. Our vacation rental is protected by e-locks. In other words, NO KEYS NO HASSLE! Prior to your stay we simply email you a unique code that works for your reservation only. Late check in is not a
## 134539 Lovely home with great energy - perfect for friends and family gatherings, complete with a baby grand piano! Sleeps 6 comfortably but can sleep more. It's a gem about 8 minutes drive from downtown yet in a quiet neighborhood, away from the crowds. We are in a special location in town - less than 10 minutes by car to the downtown area, yet in a quiet and secluded neighborhood. We are within walking distance of Zilker Park and fun, and several fun, yummy local restaurants and food trailers. The house is inviting, warm and up to date with plenty of space for large parties who want to stay together. A special feature is our Yamaha baby grand piano for all you musicians! Guests will have access to 3 bedrooms, 2.5 baths, the kitchen, washer/dryer, dining room and living room. Backyard with a picnic table is available as well. There is one kingsized bed with private bath, one queen sized bed in a private room with a shared bath and one additional queen sized bed in another private roo
## 134540 Condo located in Zilker Neighborhood... perfect for ACL and SXSW. Minutes from downtown... convenient, quiet and clean. Come to Austin and enjoy my great one bedroom condo. It includes a futon in the living room that folds out into a pretty comfy bed, wifi and cable. The condo is close to ACL Fest, Barton Springs, Zilker Park, South Lamar and South First and South Congress shopping and entertainment areas. There are LOTS of great restaurants, bars and parks within walking distance. It comfortably accommodates 2. On site, there is plenty of parking, coin operated washers and dryers, and a great front deck and back yard area to relax after a day of taking in Austin. Smoking in these outdoor areas is ok. Transportation is pretty easy as well. If you aren’t going to have access to a car, there is a city bus stop three blocks down at Bluebonnet and Lamar that runs every 45 minutes. There are a couple of bike rental places close to the condo as well. Austin has a great reputation for its b
## 134541 Awesome recently remodeled condo in buzzing south Lamar neighborhood. Tucked away on a quiet neighborhood street, my house is a great weekend getaway or place to spend a week working. There are 2 bedrooms available, one bathroom. Kitchen and bathroom have been remodeled in the past year. Enjoy! This space truly feels like a retreat. Wake up to birds chirping and a light and airy space. It's really a welcoming, fully furnished space I'm happy to share with a respectful guest! Guests have access to all amenities in the house- wifi, tv, etc. I will be at home and am very happy to chat. I work 50-70 hours a week, so not home a lot on weekdays. We are really close to awesome restaurants and bars in the area - love walking to good food, shops, and live music. We are a 5-8 uber downtown, less than 3 miles downtown, in the corner of the Main Streets there's the citi bike rental stations and the bus stop is also right there There are two rooms- and one bedroom is inside and one is a detached
## 134542 Mid-century bungalow nestled under 300 yr old live oaks offering 5 possible bedrooms, 3.5 baths, 2 living spaces, & spacious mudroom. Expanded/remodeled by developer for his personal resi dence, this home incorporates high-end custom build elements. Custom cabinets, stone countertops, & comm. grade appliances including 48" Thermador range create a professional cooking environment Take a look at Zillow for more details- More new photos forthcoming!
## 134543 3 BR / 2 BA - LICENSED (#OL (PHONE NUMBER HIDDEN)) & REGISTERED with CITY OF AUSTIN. 49 glowing Reviews on Home Away giving the home the highest rating possible at 5 out of 5 stars! Featured in Vacation Rental Travels Magazine as THE home to choose for when staying in Austin. See write up on page 17..... (URL HIDDEN) Located just 1 block to MANY restaurants, shopping, entertainment, etc. What makes my home different from others? 1) LOCATION - there is not another home more conveniently located to SOCO than mine. The home is 1 block to Congress. So many restaurants and shopping 1 block away. 2) FREE PARKING AT FRONT DOOR - this street block is one of the very few with residential only parking so you can park at my front door without any hassle. Other homes do not have this luxury. 3) SERVICE - I meet each group of guests at the home to make sure you get settled in properly and answer any questions. I also provide each group a map of an aerial view of the home in relation to the m
## 134544 Gorgeous sunny house, feels like a retreat in the woods, 5-10 minutes to Austin's best restaurants, bars, live music venues, the convention center, Botanical Gardens, Long Center and 2 min to hike and bike trail and famous Barton Springs pool. Great vacation or festival house that features amazing proximity to downtown while feeling like a retreat in the woods. Within 5-10 minutes to Austin's best restaurants, bars, live music venues, festivals like ACL and SXSW, the convention center, the Botanical Gardens, the flagship Whole Foods, Zilker Park, Barton Springs Pool, Zach Theatre and the Long Center, Broken Spoke Dance Hall, and two minutes to the hike and bike trail which takes you downtown and all over Austin. The house is over 2000 sq ft. and has 3 large bedrooms plus an office, The master has a queen, the second bedroom has a twin, and the third has an American Leather brand queen sleeper sofa with the highest quality foam. Both master and second bedroom mattresses are organic. The
## 134545 Fabulous 2 bedroom bungalow with downtown views. Perched overlooking downtown in Austin's premier neighborhood. Walking distance to abundant shopping and restaurants on South Congress Avenue. Lady Bird Lake and downtown also just a short walk away from this fabulous location. Upscale finish out with beautifully appointed furnishings. This home is outfitted with beautiful furninshings, high end finish out, and is located in Austin's best area. Walkable to South Congress shops, restaurants, and night life as well as the Lady Bird Trail. Guests will have access to full house, wifi, and satellite TV. Home also boasts flagstone patio and covered porch. Guests will have entire home. We can meet them for key exchange or leave instructions for them when they arrive. Travis Height's is one of Austin's premiere neighborhoods. Its a great mix of hidden bungalows and historic mansions. The location is what drives people here... with the best walkability in town.
## Experiences.Offered
## 134536 none
## 134537 none
## 134538 none
## 134539 none
## 134540 none
## 134541 none
## 134542 none
## 134543 none
## 134544 none
## 134545 none
## Neighborhood.Overview
## 134536
## 134537 The condo has a great location. Gated and in a great safe area. Walking distance to all South Austin activities and public transit to big events. Main route. ;)
## 134538 Our vacation rental is located walking distance (few blocks) to South Congress Ave (SOCO), a hip strip that features an array of eclectic shops, restaurants, bars, boutiques, antiques, music venues and galleries. Every first Thursday of the month, stores remain open until 10pm. Years ago when people talked about Austin they would quickly mention the music. But that's just the beginning of what they're saying these days. Austin is also home to a wonderful ballet, world-class museums, one-of-a-kind shopping and beautiful outdoor spaces. You can just as easily spend your morning paddling the lake as you can strolling through a celebrated history museum. And it's okay if you don't have time to fit it all in, you can just come back and visit us again. South Congress Avenue and South Lamar Boulevard deliver offbeat shopping and dining and legendary live music haunts including the Broken Spoke, the last of the true Texas dance halls, the legendary Continental Club and the Saxon Pub. First Th
## 134539 Our neighborhood is quiet, friendly and close to all of the things a visitor in Austin would like to do.
## 134540
## 134541 We are really close to awesome restaurants and bars in the area - love walking to good food, shops, and live music.
## 134542
## 134543 This home is in the HEART of SOCO, the most popular community in Austin! Walk to soooo many restuarants and enjoy yourself!
## 134544 It is quiet, peaceful, and very safe, close to the trailheads and surrounded by woods, and a stone's throw from all the action of downtown.
## 134545 Travis Height's is one of Austin's premiere neighborhoods. Its a great mix of hidden bungalows and historic mansions. The location is what drives people here... with the best walkability in town.
## Notes
## 134536 Sleeps 3-4 people. Please no more than 5-6 people on property at anytime. No big parties :)
## 134537 Washer and dryer. Full kitchen and appliances. HIGHEST speed internet High Def cable plus a provided desk top.
## 134538 Places you might want to check out! 1.Hotel San Jose bar 1316 S Congress Ave This private, understated patio par sits in the hotel grounds. Frequented by the creative, artistic types seeking asylum from the Texas heat, the bar serves a small but fine selection of beer, wine and sake, as well as quite possibly the most refreshing sangria in town. Hotelier Liz Lambert (of the Bunkhouse Group) is behind the minimalistic south-western design accented with desert plants, vibrant red glassware, and a consistently killer soundtrack. 2. Continental Club 1315 S Congress Ave Some great band is always on stage, the drinks are good, and its always a very diverse crowd. 3. Crow Bar 3116 S Congress Ave Awesome outdoor seating, delicious beverages and a food truck outside. 4. Sugar Mama’s Bakeshop 1905 S 1st St Sugar Mama's Bakeshop DEFINITELY lives up to the hype!!! Not only are the cupcakes and macarons amazing, but the service is fantastic, and the entire shop is adorable. 5. Home Slice Pizza 1415
## 134539 We have a cat - she's very sweet and old so she doesn't like to be removed from her home. We would be willing to provide an additional 50/night off the total nightly price if you are willing to feed the cat.
## 134540
## 134541 There are two rooms- and one bedroom is inside and one is a detached room(need to come in to use bathroom). There is a brand new queen bed inside, and a brand new queen bed outside. Full bath inside is all to whoever is renting out these rooms as I have my own.
## 134542
## 134543
## 134544 Special summer 2-month price available--please inquire. House was modified to be wheelchair friendly so there is a ramp to front door and no stairs anywhere--ideal for little children or those with mobility issues.
## 134545
## Transit
## 134536
## 134537 Extremely convenient to public transit.
## 134538 You can walk everywhere, but you can also catch a taxi.
## 134539 There is convenient bus transit within walking distance as well as bike rentals. Cars 2 Go are always in the neighborhood. Our home has lovely curb appeal - with gorgeous oaks in the front yard. Once you book, we will send you information as to how to get to and from the airport - there is local cab service and a lesser expensive shuttle service.
## 134540
## 134541 We are a 5-8 uber downtown, less than 3 miles downtown, in the corner of the Main Streets there's the citi bike rental stations and the bus stop is also right there
## 134542
## 134543 Free parking at front door or catch the bus downtown for 1. Bus stop TO and FROM downtown only 3 blocks away.
## 134544 There is a bus stop about 3/4 mile from house.
## 134545
## Access
## 134536 2 bedroom / 2 bath + couch + air mattress if needed Deluxe kitchen, outdoor BBQ patio steam shower
## 134537 Big open patio available for entertaining. The Condo has one California king bed and one chair that makes out into a double bed. There is also an air mattress that is a queen.
## 134538 Guests have access to everything in the house; it's all there for you! Free High speed internet/WIFI and Free Netflix with Flat screen TV
## 134539 Guests will have access to 3 bedrooms, 2.5 baths, the kitchen, washer/dryer, dining room and living room. Backyard with a picnic table is available as well. There is one kingsized bed with private bath, one queen sized bed in a private room with a shared bath and one additional queen sized bed in another private room. We can provide a futon for additional people - no extra charge. The guest 1/2 bath is downstairs.
## 134540
## 134541 Guests have access to all amenities in the house- wifi, tv, etc.
## 134542
## 134543 sleep in a bedroom with access to rest of home
## 134544 Large trampoline (waiver must be signed), monkey bars, chin-up bars
## 134545 Guests will have access to full house, wifi, and satellite TV. Home also boasts flagstone patio and covered porch.
## Interaction
## 134536 The place is all yours...
## 134537 Interaction with guests is welcomed and encouraged.
## 134538 Highly responsive to email or text. I will not be on there for the duration of your stay. I am North of Austin on my ranch :) but you can reach me anytime!
## 134539 If you rent the entire home, we won't be here. We will set you up, however. We do rent out a room (Elegant Escape in the Oaks) through Airbnb in case there are only 2 of you in which case we will stay in our home and interact as much as you need or would like! We often have breakfast with our guests!
## 134540
## 134541 I will be at home and am very happy to chat. I work 50-70 hours a week, so not home a lot on weekdays.
## 134542
## 134543
## 134544 We are available by phone and text to answer any questions. We are also happy to welcome you personally and walk you through the property.
## 134545 Guests will have entire home. We can meet them for key exchange or leave instructions for them when they arrive.
## House.Rules
## 134536 The house and beautifully designed indoor and outdoor space are perfect for leisure and/or work. Relaxing, socializing, etc. Just no rager parties please :) We don't rent this house often and only ask that you treat our home with respect. Please no more than 5-6 people on the property at anytime. Looking forward to your stay at this unique property!
## 134537 No crazy parties. Enjoy yourselves but not loud. Remember its a condo with an HOA and someones home. :)
## 134538 NO-SMOKING ON THE PROPERTY-OUTSIDE OR INSIDE——250 FINE IF RULE NOT RESPECTED NO PARTYING OR LOUD NOISE PAST 10PM———250 FINE IF WE RECEIVE A COMPLAINT AND RULE NOT RESPECTED We know you must be ready to relax and start your vacation, and we want you to make yourself at home right way. We just ask all guests to go through the home and report any dissatisfaction within the first 24 hours to us. Mireillle can be reached at (PHONE NUMBER HIDDEN). Call or Text Email: (EMAIL HIDDEN) In case of emergency, dial 911. For a poison emergency in the U.S. call (PHONE NUMBER HIDDEN) You are in Travis County Austin, Texas The address is . . . 2309 Alta Vista Avenue, Austin, Texas 78704 If you have trouble with the home, feel free to call Mireille at (PHONE NUMBER HIDDEN) If you cannot get a hold of us, please call (PHONE NUMBER HIDDEN) License Agreement Between Guest/Tenant and Owner: 1.Smoking is NOT allowed at all anywhere on the property. Any TENANT or their guests not adhering to the No Smok
## 134539 No smoking in the house or on the grounds. Noise level needs to be kept in check. No pets.
## 134540 No smoking inside the condo. If you are a smoker, please go to the front deck or backyard to smoke. Thanks. No parties. Please respect the neighbors.
## 134541 No smoking inside, no pets.
## 134542
## 134543
## 134544 Please try to leave the place the way it was when you arrived. We will provide a cleaning service after you leave. You can use the deck for socializing, but no loud parties are allowed on the premises in order to respect the neighbors. We prefer no shoes in the house please. Other Rules: No Drugs on the premises No Smoking on the premises. Guests are not allowed to use the trampoline or monkey bars, if they do it is at their own risk. If you do decide to use the trampoline at your own risk, manufacturer's instructions are only one adult on the equipment at a time. No Back Flips. Garbage should be taken out to the curb on Monday Night. Try to recycle your used bottles, cans, plastic containers and newspapers. If you use the bikes, you must wear a helmet and lock the bike.
## 134545
## Thumbnail.Url
## 134536 https://a0.muscache.com/im/pictures/28ec5e30-2632-41a3-8d4a-a2165b2d698b.jpg?aki_policy=small
## 134537
## 134538 https://a0.muscache.com/im/pictures/71870703/b14090ba_original.jpg?aki_policy=small
## 134539
## 134540
## 134541 https://a0.muscache.com/im/pictures/184e804b-8e3b-4222-a1f9-0745ba308cd7.jpg?aki_policy=small
## 134542 https://a0.muscache.com/im/pictures/720e8a11-2f85-470a-8b24-4c6785f9ee4b.jpg?aki_policy=small
## 134543 https://a0.muscache.com/im/pictures/0aa32785-1464-4c30-ad07-6cb36de3261d.jpg?aki_policy=small
## 134544
## 134545
## Medium.Url
## 134536 https://a0.muscache.com/im/pictures/28ec5e30-2632-41a3-8d4a-a2165b2d698b.jpg?aki_policy=medium
## 134537
## 134538 https://a0.muscache.com/im/pictures/71870703/b14090ba_original.jpg?aki_policy=medium
## 134539
## 134540
## 134541 https://a0.muscache.com/im/pictures/184e804b-8e3b-4222-a1f9-0745ba308cd7.jpg?aki_policy=medium
## 134542 https://a0.muscache.com/im/pictures/720e8a11-2f85-470a-8b24-4c6785f9ee4b.jpg?aki_policy=medium
## 134543 https://a0.muscache.com/im/pictures/0aa32785-1464-4c30-ad07-6cb36de3261d.jpg?aki_policy=medium
## 134544
## 134545
## Picture.Url
## 134536 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/9b969745c3374c965925c9d750def244
## 134537 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/f06e79eeb3519983a517fc3ac5140816
## 134538 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/7a3e2d130a191bce3b1afebb5da9b9ca
## 134539 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/ceaa534abaaca6b30900a1749f1da642
## 134540 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/8440ce0cf9e90a3f23a99c192d5bb7d6
## 134541 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/6e264d6c937217c1402d3cfead270a8d
## 134542 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/03053c74a6d99b34a36d418fb5dcbdd1
## 134543 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/90e24eba78023ff6a1359e46509a4d97
## 134544 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/18b58deccfc4d9f6fba97bed64e617ea
## 134545 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/bab47474c20ba6981894ffaf74da095a
## XL.Picture.Url
## 134536 https://a0.muscache.com/im/pictures/28ec5e30-2632-41a3-8d4a-a2165b2d698b.jpg?aki_policy=x_large
## 134537
## 134538 https://a0.muscache.com/im/pictures/71870703/b14090ba_original.jpg?aki_policy=x_large
## 134539
## 134540
## 134541 https://a0.muscache.com/im/pictures/184e804b-8e3b-4222-a1f9-0745ba308cd7.jpg?aki_policy=x_large
## 134542 https://a0.muscache.com/im/pictures/720e8a11-2f85-470a-8b24-4c6785f9ee4b.jpg?aki_policy=x_large
## 134543 https://a0.muscache.com/im/pictures/0aa32785-1464-4c30-ad07-6cb36de3261d.jpg?aki_policy=x_large
## 134544
## 134545
## Host.ID Host.URL Host.Name
## 134536 18651055 https://www.airbnb.com/users/show/18651055 Taylor
## 134537 13040118 https://www.airbnb.com/users/show/13040118 Edward
## 134538 16047277 https://www.airbnb.com/users/show/16047277 Mireille
## 134539 5221908 https://www.airbnb.com/users/show/5221908 Donna And Tom
## 134540 1109019 https://www.airbnb.com/users/show/1109019 Kristi
## 134541 6868730 https://www.airbnb.com/users/show/6868730 Beth
## 134542 116241708 https://www.airbnb.com/users/show/116241708 Jonathan
## 134543 3947597 https://www.airbnb.com/users/show/3947597 Chad
## 134544 719332 https://www.airbnb.com/users/show/719332 Mike + Nina
## 134545 8690771 https://www.airbnb.com/users/show/8690771 Cathy
## Host.Since Host.Location
## 134536 2014-07-22 US
## 134537 2014-03-11 San Diego, California, United States
## 134538 2014-05-27 Marble Falls, Texas, United States
## 134539 2013-02-25 Austin, Texas, United States
## 134540 2011-09-04 Austin, Texas, United States
## 134541 2013-06-12 Houston, Texas, United States
## 134542 2017-02-13 Austin, Texas, United States
## 134543 2012-10-22 Austin, Texas, United States
## 134544 2011-06-19 Austin, Texas, United States
## 134545 2013-09-07 Austin, Texas, United States
## Host.About
## 134536
## 134537 ex firefighter. traveling a bit.
## 134538 I am French Canadian, I traveled the world and love to make people feel like home! I moved to the Austin area in 2012 from Seattle and I absolutely love the Texas sunshine. My favorite travel destination was Anguilla for the beaches, the people and how relax life was out there! I am a big fan of healthy food, fitness and having a healthy lifestyle for myself and my family. I am also a blogger about health, nutrition and fitness: drfitfrenchy\nAs a host, I will always do my best to respond to your request and make you the happiest guest! I do not live on premises, I am on a ranch North of the city, but you can reach me anytime. \nBon Voyage!
## 134539 Loving living in Austin, TX - working as a consultant teaching presentation skills at UT. Tom, my husband, is VP of Marketing for a software company. I am a teacher of emotional education and training people in first class presentation skills. We are both musicians as well - Tom is a drummer and I am a singer. We love meeting new people, traveling around the world and movies. And, we definitely love food! And, more recently, we are licensed HAM operators - I have my "technicians" license while Tom has the highest level of licensing. (Just in case you are interested, we are KG5 LBP - Tom and KG5 OUW - Donna.) We welcome those who are looking for a wonderful space to stay for SXSW and ACL...and any other time of the year!
## 134540 Hey! I'm a middle school teacher who has lived in Austin off and on for the last 20 years. I travel mostly to the East Coast every year to visit family, but I've also been to New Zealand, Macedonia and Albania. I have a sweet little cat named Lily. Couldn't live without her... she'll be staying with me when you visit. : ) I've been really happy for the last 11 years in my condo in the Zilker neighborhood. It is just so close to so many cool Austin restaurants and recreational things. Can't beat it. Thought I'd share it with visitors. Hope you enjoy it!
## 134541 From Austin, TX
## 134542
## 134543 need a place to stay in Austin
## 134544 My wife Nina and I like to bike on the hike and bike trail--starts just minutes from our house-- with our son in tow on his tagalong. Our house is convenient for biking to Zilker park and all its festivals, Zach theatre and the Long Center, and both spring fed pools (Deep Eddy and Barton Springs), and to all the shops and restaurants downtown, so we plan some activity out almost every weekend. We also hike through the Greenbelt, and tube on the creek (5 minute walk) whenever there's water. We love to barbecue and enjoy dinners on the deck. And we grow our own vegetables in a garden plot on the side of the house. Nina is a family photographer so spends a lot of time photographing kids in the parks of Austin, and I'm usually at home programming. We are passionate adventure travelers and want to see the world but always seem to end up on the East Coast where our families live. We will do everything possible to make your stay wonderful and to provide you with every resource and amenity we (or you!) can think of. We're here for you!
## 134545
## Host.Response.Time Host.Response.Rate Host.Acceptance.Rate
## 134536 NA
## 134537 NA
## 134538 within an hour 100
## 134539 within a few hours 100
## 134540 within a day 100
## 134541 within an hour 100
## 134542 within a few hours 100
## 134543 within an hour 100
## 134544 within a day 100
## 134545 NA
## Host.Thumbnail.Url
## 134536 https://a0.muscache.com/im/pictures/0d27ab1c-7d92-4d69-ac90-305ac4261d23.jpg?aki_policy=profile_small
## 134537 https://a0.muscache.com/im/users/13040118/profile_pic/1421043807/original.jpg?aki_policy=profile_small
## 134538 https://a0.muscache.com/im/pictures/c7d5f655-c5bf-42e7-be84-f86104282c2a.jpg?aki_policy=profile_small
## 134539 https://a0.muscache.com/im/users/5221908/profile_pic/1361811168/original.jpg?aki_policy=profile_small
## 134540 https://a0.muscache.com/im/pictures/d984ed25-8088-4568-ab39-12d9351871b6.jpg?aki_policy=profile_small
## 134541 https://a0.muscache.com/im/users/6868730/profile_pic/1371076715/original.jpg?aki_policy=profile_small
## 134542 https://a0.muscache.com/im/pictures/b1954db5-a125-48d9-b801-b9785dd35a7b.jpg?aki_policy=profile_small
## 134543 https://a0.muscache.com/im/pictures/60839ea8-b475-4bc2-9850-9f472585d2e8.jpg?aki_policy=profile_small
## 134544 https://a0.muscache.com/im/users/719332/profile_pic/1308543387/original.jpg?aki_policy=profile_small
## 134545 https://a0.muscache.com/im/users/8690771/profile_pic/1378581847/original.jpg?aki_policy=profile_small
## Host.Picture.Url
## 134536 https://a0.muscache.com/im/pictures/0d27ab1c-7d92-4d69-ac90-305ac4261d23.jpg?aki_policy=profile_x_medium
## 134537 https://a0.muscache.com/im/users/13040118/profile_pic/1421043807/original.jpg?aki_policy=profile_x_medium
## 134538 https://a0.muscache.com/im/pictures/c7d5f655-c5bf-42e7-be84-f86104282c2a.jpg?aki_policy=profile_x_medium
## 134539 https://a0.muscache.com/im/users/5221908/profile_pic/1361811168/original.jpg?aki_policy=profile_x_medium
## 134540 https://a0.muscache.com/im/pictures/d984ed25-8088-4568-ab39-12d9351871b6.jpg?aki_policy=profile_x_medium
## 134541 https://a0.muscache.com/im/users/6868730/profile_pic/1371076715/original.jpg?aki_policy=profile_x_medium
## 134542 https://a0.muscache.com/im/pictures/b1954db5-a125-48d9-b801-b9785dd35a7b.jpg?aki_policy=profile_x_medium
## 134543 https://a0.muscache.com/im/pictures/60839ea8-b475-4bc2-9850-9f472585d2e8.jpg?aki_policy=profile_x_medium
## 134544 https://a0.muscache.com/im/users/719332/profile_pic/1308543387/original.jpg?aki_policy=profile_x_medium
## 134545 https://a0.muscache.com/im/users/8690771/profile_pic/1378581847/original.jpg?aki_policy=profile_x_medium
## Host.Neighbourhood Host.Listings.Count Host.Total.Listings.Count
## 134536 Travis Heights 1 1
## 134537 1 1
## 134538 Old West Austin 10 10
## 134539 Zilker 2 2
## 134540 Zilker 1 1
## 134541 2 2
## 134542 South Congress 1 1
## 134543 South Congress 1 1
## 134544 Barton Hills 1 1
## 134545 Travis Heights 1 1
## Host.Verifications
## 134536 email,phone,reviews,jumio
## 134537 email,phone,reviews,kba
## 134538 email,phone,reviews,kba
## 134539 email,phone,facebook,reviews,kba
## 134540 email,phone,facebook,reviews,kba
## 134541 email,phone,reviews,kba
## 134542 email,phone,facebook
## 134543 email,phone,manual_online,reviews,manual_offline,sent_id
## 134544 email,phone,facebook,reviews,kba
## 134545 email,phone,kba
## Street Neighbourhood
## 134536 Alta Vista Avenue, Austin, TX 78704, United States Travis Heights
## 134537 Manchaca Road, Austin, TX 78704, United States
## 134538 Alta Vista Avenue, Austin, TX 78704, United States Travis Heights
## 134539 Cliff Drive, Austin, TX 78704, United States Zilker
## 134540 Bluebonnet Ln, Austin, TX 78704, United States Zilker
## 134541 Del Curto Road, Austin, TX 78704, United States
## 134542 Forest Avenue, Austin, TX 78704, United States South Congress
## 134543 Eva Street, Austin, TX 78704, United States South Congress
## 134544 Barton Hills Drive, Austin, TX 78704, United States Barton Hills
## 134545 Sunny Lane, Austin, TX 78704, United States Travis Heights
## Neighbourhood.Cleansed Neighbourhood.Group.Cleansed City State Zipcode
## 134536 78704 Austin TX 78704
## 134537 78704 Austin TX 78704
## 134538 78704 Austin TX 78704
## 134539 78704 Austin TX 78704
## 134540 78704 Austin TX 78704
## 134541 78704 Austin TX 78704
## 134542 78704 Austin TX 78704
## 134543 78704 Austin TX 78704
## 134544 78704 Austin TX 78704
## 134545 78704 Austin TX 78704
## Market Smart.Location Country.Code Country Latitude Longitude
## 134536 Austin Austin, TX US United States 30.24978 -97.73932
## 134537 Austin Austin, TX US United States 30.23424 -97.78619
## 134538 Austin Austin, TX US United States 30.23876 -97.74835
## 134539 Austin Austin, TX US United States 30.26153 -97.76467
## 134540 Austin Austin, TX US United States 30.25341 -97.77369
## 134541 Austin Austin, TX US United States 30.24349 -97.77592
## 134542 Austin Austin, TX US United States 30.24226 -97.75561
## 134543 Austin Austin, TX US United States 30.24663 -97.75117
## 134544 Austin Austin, TX US United States 30.24666 -97.78398
## 134545 Austin Austin, TX US United States 30.25170 -97.74109
## Property.Type Room.Type Accommodates Bathrooms Bedrooms Beds
## 134536 House Entire home/apt 4 2.0 2 2
## 134537 Apartment Entire home/apt 5 1.0 1 3
## 134538 Apartment Entire home/apt 8 1.0 2 4
## 134539 House Entire home/apt 6 2.5 3 3
## 134540 Apartment Entire home/apt 3 1.0 1 1
## 134541 Condominium Private room 2 1.0 2 2
## 134542 House Entire home/apt 10 3.5 4 4
## 134543 House Entire home/apt 8 2.0 3 3
## 134544 House Entire home/apt 6 2.0 3 3
## 134545 House Entire home/apt 3 2.0 2 2
## Bed.Type
## 134536 Real Bed
## 134537 Real Bed
## 134538 Real Bed
## 134539 Real Bed
## 134540 Real Bed
## 134541 Real Bed
## 134542 Real Bed
## 134543 Real Bed
## 134544 Real Bed
## 134545 Real Bed
## Amenities
## 134536 TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Pets allowed,Pets live on this property,Dog(s),Heating,Family/kid friendly,Washer,Dryer,Essentials,Shampoo,24-hour check-in,Hangers,Hair dryer
## 134537 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Heating,Family/kid friendly,Washer,Dryer,Smoke detector,First aid kit,Fire extinguisher,Essentials,Shampoo,Hangers,Iron,Laptop friendly workspace
## 134538 TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Pets allowed,Heating,Family/kid friendly,Washer,Dryer,Smoke detector,Carbon monoxide detector,Fire extinguisher,Essentials,Shampoo,24-hour check-in,Hangers,Hair dryer,Iron,Laptop friendly workspace,Self Check-In,Keypad
## 134539 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Indoor fireplace,Heating,Washer,Dryer,Smoke detector,Carbon monoxide detector,First aid kit,Safety card,Fire extinguisher,Essentials,Shampoo
## 134540 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Pets allowed,Heating,Family/kid friendly,Smoke detector,Essentials,Shampoo,Hangers,Hair dryer,Iron,Laptop friendly workspace
## 134541 TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Heating,Washer,Dryer,Hair dryer,translation missing: en.hosting_amenity_50
## 134542 TV,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Pets allowed,Hot tub,Indoor fireplace,Heating,Family/kid friendly,Washer,Dryer,Smoke detector,Carbon monoxide detector,Essentials,Hangers,Laptop friendly workspace
## 134543 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Heating,Washer,Dryer,Smoke detector,Essentials,Shampoo,Hangers,Hair dryer,Iron
## 134544 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Wheelchair accessible,Kitchen,Free parking on premises,Heating,Family/kid friendly,Washer,Dryer,Smoke detector,Carbon monoxide detector,Fire extinguisher,Essentials,Shampoo
## 134545 TV,Cable TV,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Heating,Washer,Dryer
## Square.Feet Price Weekly.Price Monthly.Price Security.Deposit
## 134536 NA 650 NA NA 500
## 134537 NA 85 525 1700 500
## 134538 NA 93 NA NA 550
## 134539 NA 947 NA NA NA
## 134540 NA 109 NA 1995 300
## 134541 NA 90 NA NA 200
## 134542 NA 367 NA NA NA
## 134543 NA 595 NA NA 250
## 134544 NA 399 NA 2900 500
## 134545 NA 900 NA NA 500
## Cleaning.Fee Guests.Included Extra.People Minimum.Nights Maximum.Nights
## 134536 75 1 0 3 8
## 134537 160 1 0 2 1125
## 134538 114 4 14 1 1125
## 134539 NA 1 0 4 21
## 134540 75 2 35 1 15
## 134541 75 1 25 1 1125
## 134542 NA 1 0 3 11
## 134543 160 6 35 2 1125
## 134544 150 4 25 3 90
## 134545 150 1 0 1 1125
## Calendar.Updated Has.Availability Availability.30 Availability.60
## 134536 today 8 8
## 134537 5 months ago 0 0
## 134538 today 11 24
## 134539 6 weeks ago 30 60
## 134540 3 weeks ago 23 53
## 134541 4 weeks ago 18 43
## 134542 3 days ago 22 49
## 134543 yesterday 25 43
## 134544 today 19 31
## 134545 14 months ago 30 60
## Availability.90 Availability.365 Calendar.last.Scraped Number.of.Reviews
## 134536 8 8 2017-03-07 1
## 134537 0 219 2017-03-07 16
## 134538 43 313 2017-03-07 101
## 134539 90 365 2017-03-07 0
## 134540 83 355 2017-03-07 23
## 134541 73 348 2017-03-07 0
## 134542 79 354 2017-03-06 0
## 134543 68 339 2017-03-06 7
## 134544 40 150 2017-03-06 11
## 134545 90 365 2017-03-06 0
## First.Review Last.Review Review.Scores.Rating Review.Scores.Accuracy
## 134536 2016-03-17 2016-03-17 100 10
## 134537 2014-04-15 2016-10-14 96 10
## 134538 2015-03-15 2017-03-05 92 10
## 134539 NA NA
## 134540 2011-09-20 2017-03-04 99 10
## 134541 NA NA
## 134542 NA NA
## 134543 2016-06-27 2017-02-26 97 10
## 134544 2013-03-17 2016-03-15 98 10
## 134545 NA NA
## Review.Scores.Cleanliness Review.Scores.Checkin
## 134536 10 10
## 134537 9 10
## 134538 10 10
## 134539 NA NA
## 134540 10 10
## 134541 NA NA
## 134542 NA NA
## 134543 10 10
## 134544 10 10
## 134545 NA NA
## Review.Scores.Communication Review.Scores.Location Review.Scores.Value
## 134536 10 10 10
## 134537 10 10 10
## 134538 10 10 9
## 134539 NA NA NA
## 134540 10 10 10
## 134541 NA NA NA
## 134542 NA NA NA
## 134543 10 10 10
## 134544 10 9 9
## 134545 NA NA NA
## License Jurisdiction.Names Cancellation.Policy
## 134536 strict
## 134537 moderate
## 134538 strict
## 134539 strict
## 134540 moderate
## 134541 strict
## 134542 flexible
## 134543 strict
## 134544 strict
## 134545 flexible
## Calculated.host.listings.count Reviews.per.Month
## 134536 1 0.08
## 134537 1 0.45
## 134538 9 4.19
## 134539 2 NA
## 134540 1 0.35
## 134541 1 NA
## 134542 1 NA
## 134543 1 0.83
## 134544 1 0.23
## 134545 1 NA
## Geolocation
## 134536 30.249780124533228,-97.73931536697849
## 134537 30.234239845474438,-97.78618613380085
## 134538 30.23875647704525,-97.74834657837552
## 134539 30.261530827780387,-97.76467282646499
## 134540 30.253407866553268,-97.7736884284521
## 134541 30.24348989826623,-97.77592368483103
## 134542 30.24226473075932,-97.75561202999666
## 134543 30.246634043004715,-97.75116757814509
## 134544 30.246658830356882,-97.78398419366533
## 134545 30.2516986542039,-97.74109388414536
## Features
## 134536 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 134537 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 134538 Host Has Profile Pic,Host Identity Verified,Is Location Exact,Instant Bookable
## 134539 Host Is Superhost,Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 134540 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 134541 Host Has Profile Pic,Host Identity Verified
## 134542 Host Has Profile Pic,Is Location Exact,Instant Bookable
## 134543 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 134544 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 134545 Host Has Profile Pic,Is Location Exact
Zero price listing
One further observation from examining the tail of the data (when sorted by price_percentile) is that there are a number of Airbnbs with a listed price of zero. As nice as this would be, it’s likely some manner of interal issue with the listing (perhaps an incomplete listing, or some other issue). Before we take our 95% of data, we should also get rid of the low end anomalies. In fact, let’s get rid of everything with a price of $10 or less, just to be on the safe side
# remove values with price of $10 or lower
df <- df |>
filter(Price > 10)|>
mutate(price_per_night = round(Price/Minimum.Nights))|>
filter(price_per_night > 10)
Investigate the missing data
Since this is a huge dataset, it is unadvoidably will have NA values. Let’s look at the last review, review_per_month and its NA values:
df|>
select(Last.Review, Reviews.per.Month) |>
filter((is.na(Last.Review) & !is.na(Reviews.per.Month)) | (!is.na(Last.Review) & is.na(Reviews.per.Month))) |>
dim()
## [1] 27396 2
We see that there is no noticeable observation.
NA value in neighbourhood_group
We notice there is a significantly large number in neighbourhood_group. count = 115845. We will group them and observe the abnormality.
df |>
group_by(Neighbourhood.Group.Cleansed) |>
count()|>
tail()
## ID Listing.Url Scrape.ID
## 125269 214795 https://www.airbnb.com/rooms/214795 20170306202425
## 125270 11945306 https://www.airbnb.com/rooms/11945306 20170306202425
## 125271 17249668 https://www.airbnb.com/rooms/17249668 20170306202425
## 125272 3124593 https://www.airbnb.com/rooms/3124593 20170306202425
## 125273 927607 https://www.airbnb.com/rooms/927607 20170306202425
## 125274 1716439 https://www.airbnb.com/rooms/1716439 20170306202425
## Last.Scraped Name
## 125269 2017-03-07 Cute Condo Close to Zilker & Dwntwn
## 125270 2017-03-07 Spacious remodeled 3/2 condo
## 125271 2017-03-07 Forest- Great for SXSW!
## 125272 2017-03-07 In HEART of SOCO! Only 1 block to all the action.
## 125273 2017-03-07 Modern Home near Downtown and SXSW venues
## 125274 2017-03-07 Vintage Travis Hieghts Bungalow
## Summary
## 125269 Condo located in Zilker Neighborhood... perfect for ACL and SXSW. Minutes from downtown... convenient, quiet and clean.
## 125270 Awesome recently remodeled condo in buzzing south Lamar neighborhood. Tucked away on a quiet neighborhood street, my house is a great weekend getaway or place to spend a week working. There are 2 bedrooms available, one bathroom. Kitchen and bathroom have been remodeled in the past year. Enjoy!
## 125271 Mid-century bungalow nestled under 300 yr old live oaks offering 5 possible bedrooms, 3.5 baths, 2 living spaces, & spacious mudroom. Expanded/remodeled by developer for his personal resi dence, this home incorporates high-end custom build elements. Custom cabinets, stone countertops, & comm. grade appliances including 48" Thermador range create a professional cooking environment
## 125272 3 BR / 2 BA - LICENSED (#OL (PHONE NUMBER HIDDEN)) & REGISTERED with CITY OF AUSTIN. 49 glowing Reviews on Home Away giving the home the highest rating possible at 5 out of 5 stars! Featured in Vacation Rental Travels Magazine as THE home to choose for when staying in Austin. See write up on page 17..... (URL HIDDEN) Located just 1 block to MANY restaurants, shopping, entertainment, etc.
## 125273 Gorgeous sunny house, feels like a retreat in the woods, 5-10 minutes to Austin's best restaurants, bars, live music venues, the convention center, Botanical Gardens, Long Center and 2 min to hike and bike trail and famous Barton Springs pool.
## 125274 Fabulous 2 bedroom bungalow with downtown views. Perched overlooking downtown in Austin's premier neighborhood. Walking distance to abundant shopping and restaurants on South Congress Avenue. Lady Bird Lake and downtown also just a short walk away from this fabulous location. Upscale finish out with beautifully appointed furnishings.
## Space
## 125269 Come to Austin and enjoy my great one bedroom condo. It includes a futon in the living room that folds out into a pretty comfy bed, wifi and cable. The condo is close to ACL Fest, Barton Springs, Zilker Park, South Lamar and South First and South Congress shopping and entertainment areas. There are LOTS of great restaurants, bars and parks within walking distance. It comfortably accommodates 2. On site, there is plenty of parking, coin operated washers and dryers, and a great front deck and back yard area to relax after a day of taking in Austin. Smoking in these outdoor areas is ok. Transportation is pretty easy as well. If you aren’t going to have access to a car, there is a city bus stop three blocks down at Bluebonnet and Lamar that runs every 45 minutes. There are a couple of bike rental places close to the condo as well. Austin has a great reputation for its bike friendly streets and bike trails. Catching the Hike and Bike trail (about 1 mile from the condo) is a great, car-fre
## 125270 This space truly feels like a retreat. Wake up to birds chirping and a light and airy space. It's really a welcoming, fully furnished space I'm happy to share with a respectful guest!
## 125271 Take a look at Zillow for more details- More new photos forthcoming!
## 125272 What makes my home different from others? 1) LOCATION - there is not another home more conveniently located to SOCO than mine. The home is 1 block to Congress. So many restaurants and shopping 1 block away. 2) FREE PARKING AT FRONT DOOR - this street block is one of the very few with residential only parking so you can park at my front door without any hassle. Other homes do not have this luxury. 3) SERVICE - I meet each group of guests at the home to make sure you get settled in properly and answer any questions. I also provide each group a map of an aerial view of the home in relation to the many restaurants to walk to as well as provide you a written list of those restaurants and what makes them popular so you know what restaurants you want to try. I also provide my recommendations of things to do. 4) AMENITIES - 55 inch HDTV with cable, HBO & SHOWTIME, comfortable beds, spacious living room & kitchen, and outside covered deck with patio furniture. 5) CLEANLINESS - the hom
## 125273 Great vacation or festival house that features amazing proximity to downtown while feeling like a retreat in the woods. Within 5-10 minutes to Austin's best restaurants, bars, live music venues, festivals like ACL and SXSW, the convention center, the Botanical Gardens, the flagship Whole Foods, Zilker Park, Barton Springs Pool, Zach Theatre and the Long Center, Broken Spoke Dance Hall, and two minutes to the hike and bike trail which takes you downtown and all over Austin. The house is over 2000 sq ft. and has 3 large bedrooms plus an office, The master has a queen, the second bedroom has a twin, and the third has an American Leather brand queen sleeper sofa with the highest quality foam. Both master and second bedroom mattresses are organic. The living room couch has a ratchet system that allows it to lie flat as a double bed. There is also a queen and single air mattress. Possible to sleep 8 in a pinch. There are two full bathrooms. Master has separate bath and shower. There is also
## 125274 This home is outfitted with beautiful furninshings, high end finish out, and is located in Austin's best area. Walkable to South Congress shops, restaurants, and night life as well as the Lady Bird Trail.
## Description
## 125269 Condo located in Zilker Neighborhood... perfect for ACL and SXSW. Minutes from downtown... convenient, quiet and clean. Come to Austin and enjoy my great one bedroom condo. It includes a futon in the living room that folds out into a pretty comfy bed, wifi and cable. The condo is close to ACL Fest, Barton Springs, Zilker Park, South Lamar and South First and South Congress shopping and entertainment areas. There are LOTS of great restaurants, bars and parks within walking distance. It comfortably accommodates 2. On site, there is plenty of parking, coin operated washers and dryers, and a great front deck and back yard area to relax after a day of taking in Austin. Smoking in these outdoor areas is ok. Transportation is pretty easy as well. If you aren’t going to have access to a car, there is a city bus stop three blocks down at Bluebonnet and Lamar that runs every 45 minutes. There are a couple of bike rental places close to the condo as well. Austin has a great reputation for its b
## 125270 Awesome recently remodeled condo in buzzing south Lamar neighborhood. Tucked away on a quiet neighborhood street, my house is a great weekend getaway or place to spend a week working. There are 2 bedrooms available, one bathroom. Kitchen and bathroom have been remodeled in the past year. Enjoy! This space truly feels like a retreat. Wake up to birds chirping and a light and airy space. It's really a welcoming, fully furnished space I'm happy to share with a respectful guest! Guests have access to all amenities in the house- wifi, tv, etc. I will be at home and am very happy to chat. I work 50-70 hours a week, so not home a lot on weekdays. We are really close to awesome restaurants and bars in the area - love walking to good food, shops, and live music. We are a 5-8 uber downtown, less than 3 miles downtown, in the corner of the Main Streets there's the citi bike rental stations and the bus stop is also right there There are two rooms- and one bedroom is inside and one is a detached
## 125271 Mid-century bungalow nestled under 300 yr old live oaks offering 5 possible bedrooms, 3.5 baths, 2 living spaces, & spacious mudroom. Expanded/remodeled by developer for his personal resi dence, this home incorporates high-end custom build elements. Custom cabinets, stone countertops, & comm. grade appliances including 48" Thermador range create a professional cooking environment Take a look at Zillow for more details- More new photos forthcoming!
## 125272 3 BR / 2 BA - LICENSED (#OL (PHONE NUMBER HIDDEN)) & REGISTERED with CITY OF AUSTIN. 49 glowing Reviews on Home Away giving the home the highest rating possible at 5 out of 5 stars! Featured in Vacation Rental Travels Magazine as THE home to choose for when staying in Austin. See write up on page 17..... (URL HIDDEN) Located just 1 block to MANY restaurants, shopping, entertainment, etc. What makes my home different from others? 1) LOCATION - there is not another home more conveniently located to SOCO than mine. The home is 1 block to Congress. So many restaurants and shopping 1 block away. 2) FREE PARKING AT FRONT DOOR - this street block is one of the very few with residential only parking so you can park at my front door without any hassle. Other homes do not have this luxury. 3) SERVICE - I meet each group of guests at the home to make sure you get settled in properly and answer any questions. I also provide each group a map of an aerial view of the home in relation to the m
## 125273 Gorgeous sunny house, feels like a retreat in the woods, 5-10 minutes to Austin's best restaurants, bars, live music venues, the convention center, Botanical Gardens, Long Center and 2 min to hike and bike trail and famous Barton Springs pool. Great vacation or festival house that features amazing proximity to downtown while feeling like a retreat in the woods. Within 5-10 minutes to Austin's best restaurants, bars, live music venues, festivals like ACL and SXSW, the convention center, the Botanical Gardens, the flagship Whole Foods, Zilker Park, Barton Springs Pool, Zach Theatre and the Long Center, Broken Spoke Dance Hall, and two minutes to the hike and bike trail which takes you downtown and all over Austin. The house is over 2000 sq ft. and has 3 large bedrooms plus an office, The master has a queen, the second bedroom has a twin, and the third has an American Leather brand queen sleeper sofa with the highest quality foam. Both master and second bedroom mattresses are organic. The
## 125274 Fabulous 2 bedroom bungalow with downtown views. Perched overlooking downtown in Austin's premier neighborhood. Walking distance to abundant shopping and restaurants on South Congress Avenue. Lady Bird Lake and downtown also just a short walk away from this fabulous location. Upscale finish out with beautifully appointed furnishings. This home is outfitted with beautiful furninshings, high end finish out, and is located in Austin's best area. Walkable to South Congress shops, restaurants, and night life as well as the Lady Bird Trail. Guests will have access to full house, wifi, and satellite TV. Home also boasts flagstone patio and covered porch. Guests will have entire home. We can meet them for key exchange or leave instructions for them when they arrive. Travis Height's is one of Austin's premiere neighborhoods. Its a great mix of hidden bungalows and historic mansions. The location is what drives people here... with the best walkability in town.
## Experiences.Offered
## 125269 none
## 125270 none
## 125271 none
## 125272 none
## 125273 none
## 125274 none
## Neighborhood.Overview
## 125269
## 125270 We are really close to awesome restaurants and bars in the area - love walking to good food, shops, and live music.
## 125271
## 125272 This home is in the HEART of SOCO, the most popular community in Austin! Walk to soooo many restuarants and enjoy yourself!
## 125273 It is quiet, peaceful, and very safe, close to the trailheads and surrounded by woods, and a stone's throw from all the action of downtown.
## 125274 Travis Height's is one of Austin's premiere neighborhoods. Its a great mix of hidden bungalows and historic mansions. The location is what drives people here... with the best walkability in town.
## Notes
## 125269
## 125270 There are two rooms- and one bedroom is inside and one is a detached room(need to come in to use bathroom). There is a brand new queen bed inside, and a brand new queen bed outside. Full bath inside is all to whoever is renting out these rooms as I have my own.
## 125271
## 125272
## 125273 Special summer 2-month price available--please inquire. House was modified to be wheelchair friendly so there is a ramp to front door and no stairs anywhere--ideal for little children or those with mobility issues.
## 125274
## Transit
## 125269
## 125270 We are a 5-8 uber downtown, less than 3 miles downtown, in the corner of the Main Streets there's the citi bike rental stations and the bus stop is also right there
## 125271
## 125272 Free parking at front door or catch the bus downtown for 1. Bus stop TO and FROM downtown only 3 blocks away.
## 125273 There is a bus stop about 3/4 mile from house.
## 125274
## Access
## 125269
## 125270 Guests have access to all amenities in the house- wifi, tv, etc.
## 125271
## 125272 sleep in a bedroom with access to rest of home
## 125273 Large trampoline (waiver must be signed), monkey bars, chin-up bars
## 125274 Guests will have access to full house, wifi, and satellite TV. Home also boasts flagstone patio and covered porch.
## Interaction
## 125269
## 125270 I will be at home and am very happy to chat. I work 50-70 hours a week, so not home a lot on weekdays.
## 125271
## 125272
## 125273 We are available by phone and text to answer any questions. We are also happy to welcome you personally and walk you through the property.
## 125274 Guests will have entire home. We can meet them for key exchange or leave instructions for them when they arrive.
## House.Rules
## 125269 No smoking inside the condo. If you are a smoker, please go to the front deck or backyard to smoke. Thanks. No parties. Please respect the neighbors.
## 125270 No smoking inside, no pets.
## 125271
## 125272
## 125273 Please try to leave the place the way it was when you arrived. We will provide a cleaning service after you leave. You can use the deck for socializing, but no loud parties are allowed on the premises in order to respect the neighbors. We prefer no shoes in the house please. Other Rules: No Drugs on the premises No Smoking on the premises. Guests are not allowed to use the trampoline or monkey bars, if they do it is at their own risk. If you do decide to use the trampoline at your own risk, manufacturer's instructions are only one adult on the equipment at a time. No Back Flips. Garbage should be taken out to the curb on Monday Night. Try to recycle your used bottles, cans, plastic containers and newspapers. If you use the bikes, you must wear a helmet and lock the bike.
## 125274
## Thumbnail.Url
## 125269
## 125270 https://a0.muscache.com/im/pictures/184e804b-8e3b-4222-a1f9-0745ba308cd7.jpg?aki_policy=small
## 125271 https://a0.muscache.com/im/pictures/720e8a11-2f85-470a-8b24-4c6785f9ee4b.jpg?aki_policy=small
## 125272 https://a0.muscache.com/im/pictures/0aa32785-1464-4c30-ad07-6cb36de3261d.jpg?aki_policy=small
## 125273
## 125274
## Medium.Url
## 125269
## 125270 https://a0.muscache.com/im/pictures/184e804b-8e3b-4222-a1f9-0745ba308cd7.jpg?aki_policy=medium
## 125271 https://a0.muscache.com/im/pictures/720e8a11-2f85-470a-8b24-4c6785f9ee4b.jpg?aki_policy=medium
## 125272 https://a0.muscache.com/im/pictures/0aa32785-1464-4c30-ad07-6cb36de3261d.jpg?aki_policy=medium
## 125273
## 125274
## Picture.Url
## 125269 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/8440ce0cf9e90a3f23a99c192d5bb7d6
## 125270 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/6e264d6c937217c1402d3cfead270a8d
## 125271 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/03053c74a6d99b34a36d418fb5dcbdd1
## 125272 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/90e24eba78023ff6a1359e46509a4d97
## 125273 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/18b58deccfc4d9f6fba97bed64e617ea
## 125274 https://public.opendatasoft.com/api/v2/catalog/datasets/airbnb-listings/files/bab47474c20ba6981894ffaf74da095a
## XL.Picture.Url
## 125269
## 125270 https://a0.muscache.com/im/pictures/184e804b-8e3b-4222-a1f9-0745ba308cd7.jpg?aki_policy=x_large
## 125271 https://a0.muscache.com/im/pictures/720e8a11-2f85-470a-8b24-4c6785f9ee4b.jpg?aki_policy=x_large
## 125272 https://a0.muscache.com/im/pictures/0aa32785-1464-4c30-ad07-6cb36de3261d.jpg?aki_policy=x_large
## 125273
## 125274
## Host.ID Host.URL Host.Name
## 125269 1109019 https://www.airbnb.com/users/show/1109019 Kristi
## 125270 6868730 https://www.airbnb.com/users/show/6868730 Beth
## 125271 116241708 https://www.airbnb.com/users/show/116241708 Jonathan
## 125272 3947597 https://www.airbnb.com/users/show/3947597 Chad
## 125273 719332 https://www.airbnb.com/users/show/719332 Mike + Nina
## 125274 8690771 https://www.airbnb.com/users/show/8690771 Cathy
## Host.Since Host.Location
## 125269 2011-09-04 Austin, Texas, United States
## 125270 2013-06-12 Houston, Texas, United States
## 125271 2017-02-13 Austin, Texas, United States
## 125272 2012-10-22 Austin, Texas, United States
## 125273 2011-06-19 Austin, Texas, United States
## 125274 2013-09-07 Austin, Texas, United States
## Host.About
## 125269 Hey! I'm a middle school teacher who has lived in Austin off and on for the last 20 years. I travel mostly to the East Coast every year to visit family, but I've also been to New Zealand, Macedonia and Albania. I have a sweet little cat named Lily. Couldn't live without her... she'll be staying with me when you visit. : ) I've been really happy for the last 11 years in my condo in the Zilker neighborhood. It is just so close to so many cool Austin restaurants and recreational things. Can't beat it. Thought I'd share it with visitors. Hope you enjoy it!
## 125270 From Austin, TX
## 125271
## 125272 need a place to stay in Austin
## 125273 My wife Nina and I like to bike on the hike and bike trail--starts just minutes from our house-- with our son in tow on his tagalong. Our house is convenient for biking to Zilker park and all its festivals, Zach theatre and the Long Center, and both spring fed pools (Deep Eddy and Barton Springs), and to all the shops and restaurants downtown, so we plan some activity out almost every weekend. We also hike through the Greenbelt, and tube on the creek (5 minute walk) whenever there's water. We love to barbecue and enjoy dinners on the deck. And we grow our own vegetables in a garden plot on the side of the house. Nina is a family photographer so spends a lot of time photographing kids in the parks of Austin, and I'm usually at home programming. We are passionate adventure travelers and want to see the world but always seem to end up on the East Coast where our families live. We will do everything possible to make your stay wonderful and to provide you with every resource and amenity we (or you!) can think of. We're here for you!
## 125274
## Host.Response.Time Host.Response.Rate Host.Acceptance.Rate
## 125269 within a day 100
## 125270 within an hour 100
## 125271 within a few hours 100
## 125272 within an hour 100
## 125273 within a day 100
## 125274 NA
## Host.Thumbnail.Url
## 125269 https://a0.muscache.com/im/pictures/d984ed25-8088-4568-ab39-12d9351871b6.jpg?aki_policy=profile_small
## 125270 https://a0.muscache.com/im/users/6868730/profile_pic/1371076715/original.jpg?aki_policy=profile_small
## 125271 https://a0.muscache.com/im/pictures/b1954db5-a125-48d9-b801-b9785dd35a7b.jpg?aki_policy=profile_small
## 125272 https://a0.muscache.com/im/pictures/60839ea8-b475-4bc2-9850-9f472585d2e8.jpg?aki_policy=profile_small
## 125273 https://a0.muscache.com/im/users/719332/profile_pic/1308543387/original.jpg?aki_policy=profile_small
## 125274 https://a0.muscache.com/im/users/8690771/profile_pic/1378581847/original.jpg?aki_policy=profile_small
## Host.Picture.Url
## 125269 https://a0.muscache.com/im/pictures/d984ed25-8088-4568-ab39-12d9351871b6.jpg?aki_policy=profile_x_medium
## 125270 https://a0.muscache.com/im/users/6868730/profile_pic/1371076715/original.jpg?aki_policy=profile_x_medium
## 125271 https://a0.muscache.com/im/pictures/b1954db5-a125-48d9-b801-b9785dd35a7b.jpg?aki_policy=profile_x_medium
## 125272 https://a0.muscache.com/im/pictures/60839ea8-b475-4bc2-9850-9f472585d2e8.jpg?aki_policy=profile_x_medium
## 125273 https://a0.muscache.com/im/users/719332/profile_pic/1308543387/original.jpg?aki_policy=profile_x_medium
## 125274 https://a0.muscache.com/im/users/8690771/profile_pic/1378581847/original.jpg?aki_policy=profile_x_medium
## Host.Neighbourhood Host.Listings.Count Host.Total.Listings.Count
## 125269 Zilker 1 1
## 125270 2 2
## 125271 South Congress 1 1
## 125272 South Congress 1 1
## 125273 Barton Hills 1 1
## 125274 Travis Heights 1 1
## Host.Verifications
## 125269 email,phone,facebook,reviews,kba
## 125270 email,phone,reviews,kba
## 125271 email,phone,facebook
## 125272 email,phone,manual_online,reviews,manual_offline,sent_id
## 125273 email,phone,facebook,reviews,kba
## 125274 email,phone,kba
## Street Neighbourhood
## 125269 Bluebonnet Ln, Austin, TX 78704, United States Zilker
## 125270 Del Curto Road, Austin, TX 78704, United States
## 125271 Forest Avenue, Austin, TX 78704, United States South Congress
## 125272 Eva Street, Austin, TX 78704, United States South Congress
## 125273 Barton Hills Drive, Austin, TX 78704, United States Barton Hills
## 125274 Sunny Lane, Austin, TX 78704, United States Travis Heights
## Neighbourhood.Cleansed Neighbourhood.Group.Cleansed City State Zipcode
## 125269 78704 Austin TX 78704
## 125270 78704 Austin TX 78704
## 125271 78704 Austin TX 78704
## 125272 78704 Austin TX 78704
## 125273 78704 Austin TX 78704
## 125274 78704 Austin TX 78704
## Market Smart.Location Country.Code Country Latitude Longitude
## 125269 Austin Austin, TX US United States 30.25341 -97.77369
## 125270 Austin Austin, TX US United States 30.24349 -97.77592
## 125271 Austin Austin, TX US United States 30.24226 -97.75561
## 125272 Austin Austin, TX US United States 30.24663 -97.75117
## 125273 Austin Austin, TX US United States 30.24666 -97.78398
## 125274 Austin Austin, TX US United States 30.25170 -97.74109
## Property.Type Room.Type Accommodates Bathrooms Bedrooms Beds
## 125269 Apartment Entire home/apt 3 1.0 1 1
## 125270 Condominium Private room 2 1.0 2 2
## 125271 House Entire home/apt 10 3.5 4 4
## 125272 House Entire home/apt 8 2.0 3 3
## 125273 House Entire home/apt 6 2.0 3 3
## 125274 House Entire home/apt 3 2.0 2 2
## Bed.Type
## 125269 Real Bed
## 125270 Real Bed
## 125271 Real Bed
## 125272 Real Bed
## 125273 Real Bed
## 125274 Real Bed
## Amenities
## 125269 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Pets allowed,Heating,Family/kid friendly,Smoke detector,Essentials,Shampoo,Hangers,Hair dryer,Iron,Laptop friendly workspace
## 125270 TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Heating,Washer,Dryer,Hair dryer,translation missing: en.hosting_amenity_50
## 125271 TV,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Pets allowed,Hot tub,Indoor fireplace,Heating,Family/kid friendly,Washer,Dryer,Smoke detector,Carbon monoxide detector,Essentials,Hangers,Laptop friendly workspace
## 125272 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Heating,Washer,Dryer,Smoke detector,Essentials,Shampoo,Hangers,Hair dryer,Iron
## 125273 TV,Cable TV,Internet,Wireless Internet,Air conditioning,Wheelchair accessible,Kitchen,Free parking on premises,Heating,Family/kid friendly,Washer,Dryer,Smoke detector,Carbon monoxide detector,Fire extinguisher,Essentials,Shampoo
## 125274 TV,Cable TV,Wireless Internet,Air conditioning,Kitchen,Free parking on premises,Heating,Washer,Dryer
## Square.Feet Price Weekly.Price Monthly.Price Security.Deposit
## 125269 NA 109 NA 1995 300
## 125270 NA 90 NA NA 200
## 125271 NA 367 NA NA NA
## 125272 NA 595 NA NA 250
## 125273 NA 399 NA 2900 500
## 125274 NA 900 NA NA 500
## Cleaning.Fee Guests.Included Extra.People Minimum.Nights Maximum.Nights
## 125269 75 2 35 1 15
## 125270 75 1 25 1 1125
## 125271 NA 1 0 3 11
## 125272 160 6 35 2 1125
## 125273 150 4 25 3 90
## 125274 150 1 0 1 1125
## Calendar.Updated Has.Availability Availability.30 Availability.60
## 125269 3 weeks ago 23 53
## 125270 4 weeks ago 18 43
## 125271 3 days ago 22 49
## 125272 yesterday 25 43
## 125273 today 19 31
## 125274 14 months ago 30 60
## Availability.90 Availability.365 Calendar.last.Scraped Number.of.Reviews
## 125269 83 355 2017-03-07 23
## 125270 73 348 2017-03-07 0
## 125271 79 354 2017-03-06 0
## 125272 68 339 2017-03-06 7
## 125273 40 150 2017-03-06 11
## 125274 90 365 2017-03-06 0
## First.Review Last.Review Review.Scores.Rating Review.Scores.Accuracy
## 125269 2011-09-20 2017-03-04 99 10
## 125270 NA NA
## 125271 NA NA
## 125272 2016-06-27 2017-02-26 97 10
## 125273 2013-03-17 2016-03-15 98 10
## 125274 NA NA
## Review.Scores.Cleanliness Review.Scores.Checkin
## 125269 10 10
## 125270 NA NA
## 125271 NA NA
## 125272 10 10
## 125273 10 10
## 125274 NA NA
## Review.Scores.Communication Review.Scores.Location Review.Scores.Value
## 125269 10 10 10
## 125270 NA NA NA
## 125271 NA NA NA
## 125272 10 10 10
## 125273 10 9 9
## 125274 NA NA NA
## License Jurisdiction.Names Cancellation.Policy
## 125269 moderate
## 125270 strict
## 125271 flexible
## 125272 strict
## 125273 strict
## 125274 flexible
## Calculated.host.listings.count Reviews.per.Month
## 125269 1 0.35
## 125270 1 NA
## 125271 1 NA
## 125272 1 0.83
## 125273 1 0.23
## 125274 1 NA
## Geolocation
## 125269 30.253407866553268,-97.7736884284521
## 125270 30.24348989826623,-97.77592368483103
## 125271 30.24226473075932,-97.75561202999666
## 125272 30.246634043004715,-97.75116757814509
## 125273 30.246658830356882,-97.78398419366533
## 125274 30.2516986542039,-97.74109388414536
## Features
## 125269 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 125270 Host Has Profile Pic,Host Identity Verified
## 125271 Host Has Profile Pic,Is Location Exact,Instant Bookable
## 125272 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 125273 Host Has Profile Pic,Host Identity Verified,Is Location Exact
## 125274 Host Has Profile Pic,Is Location Exact
## price_per_night freq
## 125269 109 1
## 125270 90 1
## 125271 122 1
## 125272 298 1
## 125273 133 1
## 125274 900 1
Now, let’s plot these neighbourhood_group on the map and observe its NA values.
df |>
filter(Longitude > -140 & Latitude > 25) |>
ggplot() +
geom_polygon(data=states, fill = "white", aes(long, lat, group=group), colour = "black") +
geom_point(aes(x=Longitude, y=Latitude, color=Neighbourhood.Group.Cleansed, size=2, alpha=0.4)) +
coord_map()
As we can see, the NA (gray) scatter through out the country. Hence, it
is ok to change these NA values to “other cities”, which make further
analyze clearer.
df = df |>
mutate(neighbourhood_group = ifelse(Neighbourhood.Group.Cleansed == "Other Cities", "Other LA Cities", Neighbourhood.Group.Cleansed),
neighbourhood_group = ifelse(Neighbourhood.Group.Cleansed == "Other neighborhoods", "Other Seattle neighbourhoods", Neighbourhood.Group.Cleansed),
neighbourhood_group = ifelse(is.na(Neighbourhood.Group.Cleansed), "Other Cities", Neighbourhood.Group.Cleansed))
glimpse(df)
## Rows: 125,274
## Columns: 91
## $ ID <chr> "4917301", "18240041", "16087084", "838…
## $ Listing.Url <chr> "https://www.airbnb.com/rooms/4917301",…
## $ Scrape.ID <chr> "20170502172350", "20170502172350", "20…
## $ Last.Scraped <chr> "2017-05-02", "2017-05-03", "2017-05-03…
## $ Name <chr> "Studio Under House!", "4BD/3.5Bth Pool…
## $ Summary <chr> "This studio is fantastic! Such a beaut…
## $ Space <chr> "", "-4 bedrooms (each w/ queen beds) -…
## $ Description <chr> "This studio is fantastic! Such a beaut…
## $ Experiences.Offered <chr> "none", "none", "none", "none", "none",…
## $ Neighborhood.Overview <chr> "", "Woodland Hills is a very nice and …
## $ Notes <chr> "", "", "", "Smokers please do not make…
## $ Transit <chr> "", "", "", "", "Warner Center Transit …
## $ Access <chr> "", "Guests can use anything inside the…
## $ Interaction <chr> "", "I am available via text messages. …
## $ House.Rules <chr> "", "- No rearranging or modifications …
## $ Thumbnail.Url <chr> "https://a0.muscache.com/im/pictures/61…
## $ Medium.Url <chr> "https://a0.muscache.com/im/pictures/61…
## $ Picture.Url <chr> "https://public.opendatasoft.com/api/v2…
## $ XL.Picture.Url <chr> "https://a0.muscache.com/im/pictures/61…
## $ Host.ID <int> 24035721, 57197381, 104845369, 506809, …
## $ Host.URL <chr> "https://www.airbnb.com/users/show/2403…
## $ Host.Name <chr> "Michael", "Daniel", "Rose", "Ky", "Sig…
## $ Host.Since <chr> "2014-11-22", "2016-02-02", "2016-11-22…
## $ Host.Location <chr> "Los Angeles, California, United States…
## $ Host.About <chr> "", "A 25 year old Taiwanese/Korean Ame…
## $ Host.Response.Time <chr> "", "within a day", "within a few hours…
## $ Host.Response.Rate <int> NA, 100, 100, 100, 100, NA, 100, NA, 10…
## $ Host.Acceptance.Rate <chr> "", "", "", "", "", "", "", "", "", "",…
## $ Host.Thumbnail.Url <chr> "https://a0.muscache.com/im/users/24035…
## $ Host.Picture.Url <chr> "https://a0.muscache.com/im/users/24035…
## $ Host.Neighbourhood <chr> "Woodland Hills/Warner Center", "Woodla…
## $ Host.Listings.Count <int> 1, 1, 1, 2, 36, 1, 8, 1, 11, 3, 1, 8, 5…
## $ Host.Total.Listings.Count <int> 1, 1, 1, 2, 36, 1, 8, 1, 11, 3, 1, 8, 5…
## $ Host.Verifications <chr> "email,phone,jumio", "email,phone,faceb…
## $ Street <chr> "Woodland Hills/Warner Center, Los Ange…
## $ Neighbourhood <chr> "Woodland Hills/Warner Center", "Woodla…
## $ Neighbourhood.Cleansed <chr> "Woodland Hills", "Woodland Hills", "Wo…
## $ Neighbourhood.Group.Cleansed <chr> "", "", "", "", "", "", "", "", "", "",…
## $ City <chr> "Los Angeles", "Los Angeles", "Los Ange…
## $ State <chr> "CA", "CA", "CA", "CA", "CA", "CA", "CA…
## $ Zipcode <chr> "91364", "91364", "91367", "91364", "91…
## $ Market <chr> "Los Angeles", "Los Angeles", "Los Ange…
## $ Smart.Location <chr> "Los Angeles, CA", "Los Angeles, CA", "…
## $ Country.Code <chr> "US", "US", "US", "US", "US", "US", "US…
## $ Country <chr> "United States", "United States", "Unit…
## $ Latitude <dbl> 34.14776, 34.16460, 34.18315, 34.14859,…
## $ Longitude <dbl> -118.5913, -118.6005, -118.6451, -118.5…
## $ Property.Type <chr> "Apartment", "House", "Guesthouse", "Ot…
## $ Room.Type <chr> "Private room", "Entire home/apt", "Ent…
## $ Accommodates <int> 2, 8, 3, 2, 6, 2, 1, 6, 5, 1, 3, 9, 1, …
## $ Bathrooms <dbl> 1.0, 3.5, 1.0, 1.5, 2.5, 1.0, 1.0, 1.5,…
## $ Bedrooms <int> 1, 4, 1, 1, 3, 1, 1, 2, 2, 1, 1, 3, 1, …
## $ Beds <int> 1, 4, 1, 1, 4, 1, 1, 2, 4, 1, 2, 5, 1, …
## $ Bed.Type <chr> "Real Bed", "Real Bed", "Real Bed", "Re…
## $ Amenities <chr> "TV,Wireless Internet,Air conditioning,…
## $ Square.Feet <int> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA,…
## $ Price <int> 150, 175, 79, 175, 450, 75, 65, 146, 27…
## $ Weekly.Price <int> NA, NA, NA, NA, NA, 490, 350, NA, NA, 5…
## $ Monthly.Price <int> NA, NA, NA, NA, NA, 2100, 1350, NA, 699…
## $ Security.Deposit <int> NA, 300, NA, 500, NA, 300, NA, 500, NA,…
## $ Cleaning.Fee <int> NA, 150, 55, 100, 200, 60, 20, 50, 269,…
## $ Guests.Included <int> 1, 8, 1, 1, 6, 1, 2, 2, 4, 1, 2, 5, 1, …
## $ Extra.People <int> 0, 25, 25, 0, 50, 20, 15, 10, 25, 0, 10…
## $ Minimum.Nights <int> 1, 2, 2, 2, 3, 1, 2, 3, 7, 5, 2, 2, 5, …
## $ Maximum.Nights <int> 1125, 1125, 26, 5, 1125, 1125, 28, 10, …
## $ Calendar.Updated <chr> "29 months ago", "today", "yesterday", …
## $ Has.Availability <chr> "", "", "", "", "", "", "", "", "", "",…
## $ Availability.30 <int> 30, 9, 30, 12, 26, 30, 0, 0, 26, 15, 0,…
## $ Availability.60 <int> 60, 19, 60, 42, 56, 60, 0, 0, 56, 45, 0…
## $ Availability.90 <int> 90, 28, 90, 72, 86, 90, 0, 0, 86, 75, 0…
## $ Availability.365 <int> 365, 28, 90, 72, 361, 365, 0, 0, 361, 3…
## $ Calendar.last.Scraped <chr> "2017-05-02", "2017-05-03", "2017-05-03…
## $ Number.of.Reviews <int> 0, 0, 0, 2, 8, 0, 11, 0, 4, 2, 389, 6, …
## $ First.Review <chr> "", "", "", "2016-05-03", "2016-07-06",…
## $ Last.Review <chr> "", "", "", "2016-09-20", "2016-11-13",…
## $ Review.Scores.Rating <int> NA, NA, NA, 100, 95, NA, 87, NA, 100, 1…
## $ Review.Scores.Accuracy <int> NA, NA, NA, 10, 9, NA, 9, NA, 10, 10, 1…
## $ Review.Scores.Cleanliness <int> NA, NA, NA, 10, 10, NA, 9, NA, 10, 10, …
## $ Review.Scores.Checkin <int> NA, NA, NA, 10, 10, NA, 9, NA, 10, 10, …
## $ Review.Scores.Communication <int> NA, NA, NA, 10, 10, NA, 9, NA, 10, 10, …
## $ Review.Scores.Location <int> NA, NA, NA, 10, 9, NA, 10, NA, 10, 10, …
## $ Review.Scores.Value <int> NA, NA, NA, 10, 10, NA, 9, NA, 10, 10, …
## $ License <chr> "", "", "", "", "", "", "", "", "", "",…
## $ Jurisdiction.Names <chr> "City of Los Angeles, CA", "City of Los…
## $ Cancellation.Policy <chr> "flexible", "flexible", "flexible", "st…
## $ Calculated.host.listings.count <int> 1, 1, 1, 2, 29, 1, 4, 1, 6, 1, 1, 5, 3,…
## $ Reviews.per.Month <dbl> NA, NA, NA, 0.16, 0.79, NA, 0.28, NA, 0…
## $ Geolocation <chr> "34.14775649234191,-118.59133780081316"…
## $ Features <chr> "Host Has Profile Pic,Is Location Exact…
## $ price_per_night <dbl> 150, 88, 40, 88, 150, 75, 32, 49, 40, 1…
## $ neighbourhood_group <chr> "", "", "", "", "", "", "", "", "", "",…
Take a glimpse at the data, we notice that there is no column of state, which is also a good factor needed to be analyze. Hence, let’s create a function that convert longtitude and latitude of each location into its state.
lonlat_to_state <- function(pointsDF,
states = spData::us_states,
name_col = "NAME") {
## Convert points data.frame to an sf POINTS object
pts <- st_as_sf(pointsDF, coords = 1:2, crs = 4326)
## Transform spatial data to some planar coordinate system
## (e.g. Web Mercator) as required for geometric operations
states <- st_transform(states, crs = 3857)
pts <- st_transform(pts, crs = 3857)
## Find names of state (if any) intersected by each point
state_names <- states[[name_col]]
ii <- as.integer(st_intersects(pts, states))
state_names[ii]
}
lonlat_points <- data.frame(x =df$Longitude, y = df$Latitude)
df$state = lonlat_to_state(lonlat_points)
Number listing per state
Now, let’s have a look at number listing per state. I predict that the highly populated states like California and Newyork should be at the top of then list.
number_of_listings_by_state <- aggregate(cbind(df$ID), by = list(state = df$state), FUN = length)
order_df<- number_of_listings_by_state[order(number_of_listings_by_state$V1, decreasing = TRUE),]
colnames(order_df)[2] = "Number of Listing by state"
head(order_df)
## state Number of Listing by state
## 1 California 43481
## 9 New York 37057
## 12 Texas 9031
## 3 District of Columbia 7169
## 5 Louisiana 5203
## 4 Illinois 4748
removeRowsWithNA <- function(df, desiredCols) {
completeVec <- complete.cases(df[, desiredCols])
return(df[completeVec, ])
}
Indeed, our prediction is correct. Now, let’s visualize it
p<- ggplot(number_of_listings_by_state, aes(x =state, y= V1, fill = state))+
geom_bar(stat="identity")+
theme_minimal()+
xlab("State")+ ylab("Number of listing") + labs(title = "Number of listing per state")+
theme(axis.text.x = element_text(angle = 90, hjust = 1))
p
# Get the room types and their percentages
room_types_counts <- table(df$Room.Type)
room_types <- names(room_types_counts)
counts <- as.vector(room_types_counts)
percentages <- scales::percent(round(counts/sum(counts), 2))
room_types_percentages <- sprintf("%s (%s)", room_types, percentages)
room_types_counts_df <- data.frame(group = room_types, value = counts)
# Plot
pie <- ggplot(room_types_counts_df, aes(x = "", y = value, fill = room_types_percentages))+
geom_bar(width = 1, stat = "identity")+
coord_polar("y", start = 0)+
scale_fill_brewer("Room Types", palette = "Dark2")+
ggtitle("Type of listings")+
ylab("")+
xlab("")+
labs(fill="")+
theme(axis.ticks = element_blank(), panel.grid = element_blank(), axis.text = element_blank())+
geom_text(aes(label = percentages), size = 5, position = position_stack(vjust = 0.5))
pie
Most of listing is entire home or apartments. Private room also takes a
significant portion. Meanwhile, the shared room plays a really small
role in this.
One thing we can take away from this is that traveler prefer privacy at a high degree. That is why the investors focus on operating in entire home, apartment and private room. This is also a strong point of Airbnb versus the traditional hotel format where the staying locations are much more confined and exposed to public.
Pricing
Let’s analyze the most concerned factor of any business, Pricing. First, let start with the average pring per state. Since California and Newyork have the most listing, we believe that they should have the most affordable pricing since the high competition in such crowded states.
# Calculate the average price per state
average_prices_per_state <- aggregate(cbind(df$price_per_night),
by = list(state = df$state),
FUN = function(x) mean(x))
# Plot
ggplot(data = average_prices_per_state, aes(x = average_prices_per_state$state, y = average_prices_per_state$V1))+
geom_bar(stat = "identity", fill = "steelblue", width = 0.7)+
geom_text(aes(label = round(average_prices_per_state$V1, 2)), size=4)+
coord_flip()+
xlab("State")+
ylab("Average Price Per Night")+
labs(title = "Average Price per State") +
theme_minimal()
## Warning: Use of `average_prices_per_state$state` is discouraged.
## ℹ Use `state` instead.
## Warning: Use of `average_prices_per_state$V1` is discouraged.
## ℹ Use `V1` instead.
## Use of `average_prices_per_state$V1` is discouraged.
## ℹ Use `V1` instead.
## Warning: Use of `average_prices_per_state$state` is discouraged.
## ℹ Use `state` instead.
## Warning: Use of `average_prices_per_state$V1` is discouraged.
## ℹ Use `V1` instead.
Indeed, most of the states has the average pricing per night fluctuate around $50 to $125.
highest_price_per_night <- df |>
group_by(state)|>
select(state, price_per_night,Price, Minimum.Nights)|>
filter(Price == max(Price), state != "NA")
#mutate(price_per_night = price/minimum_nights)
highest_price_per_night<-distinct(highest_price_per_night)
highest_price_per_night
## # A tibble: 28 × 4
## # Groups: state [13]
## state price_per_night Price Minimum.Nights
## <chr> <dbl> <int> <int>
## 1 Louisiana 999 999 1
## 2 Texas 333 999 3
## 3 District of Columbia 500 999 2
## 4 Louisiana 500 999 2
## 5 California 999 999 1
## 6 California 200 999 5
## 7 California 333 999 3
## 8 Massachusetts 999 999 1
## 9 Colorado 498 995 2
## 10 Texas 999 999 1
## # … with 18 more rows
ggplot(data = highest_price_per_night, aes(x = highest_price_per_night$state, y = highest_price_per_night$price_per_night))+
geom_bar(stat = "identity", fill = "steelblue", width = 0.7)+
#geom_text(aes(label = round(highest_price_per_night$price_per_night, 2)), size=4)+
coord_flip()+
xlab("State")+
ylab("Highest Price")+
labs(title = "Highest price per state")+
theme_minimal()
ggplot(data = df, aes(x = state, y = price_per_night, color = state)) +
geom_boxplot(outlier.shape = NA) +
theme(axis.text.x = element_text(angle = 90, hjust = 1))+
coord_cartesian(ylim = c(0, 750))
Let’s investigate the relation between number of reviews and its pricing.
df|>
select(Name, Number.of.Reviews, price_per_night)|>
arrange(desc(Number.of.Reviews))
## Name
## 1 Mushroom Dome Cabin: #1 on airbnb
## 2 AIRSTREAM VINTAGE TRAILER ADVENTURE
## 3 Funky Pad Suite - Parkside Portland
## 4 Bright Venice Loft, Steps to Beach!
## 5 Venice Beach Walkstreet Guesthouse
## 6 Studio - Private!! Near Downtown!!
## 7 Efficiency suite in Capitol Hill
## 8 Potrero Hill Garden Suite
## 9 Potrero Hill Garden Cabana
## 10 Airstream Vintage Adventure- Pt. 2
## 11 contemporary art loft downtown [7]
## 12 Urban treehouse in Portland, OR!
## 13 Private Suite in Capitol Hill Home
## 14 contemporary art loft downtown [17]
## 15 Downtown DC Private Carriage House
## 16 PVTSuite2/Wetbar/Bath/5 min to DT!
## 17 NOLA'S STUDIO central to everything
## 18 Mission Sunshine, with Private Bath
## 19 Frenchmen House "Red Room"
## 20 OCEANVIEW reTREAT on Malibu Farm
## 21 Malibu Yurt Retreat On Organic Farm
## 22 PVTSuite1/Wetbar/Bath/5 min to DT!
## 23 Frenchmen House "Rose Room"
## 24 Potrero Hill Garden Lookout
## 25 Downtown Spacious BR /Private Bath
## 26 Tracy's TeenyTiny Castle
## 27 Comfortable - and a great value!
## 28 Great Bedroom Manhattan ♥♥♥♥♥
## 29 Sleek Basement Space, Close-In Hood
## 30 South Congress Studio Apartment
## 31 Best Beach Bed Breakfast & Bikes 2
## 32 Private 1906 Bungalow, 3 Blks from Beach
## 33 Garden Suite Private Bathrm GGPark
## 34 Backyard Cottage in Central Austin
## 35 Private Bedroom Manhattan ♥♥♥♥♥
## 36 NW Nob Hill Neighborhood Bedroom
## 37 Beautiful Bedroom Manhattan ♥♥♥♥♥
## 38 Vintage Airstream in East Austin, T
## 39 Large, Private Logan Square Studio
## 40 Downtown Austin Texas Condo
## 41 Alberta Arts - 2 bdrm suite in home
## 42 Tranquil East Austin Guesthouse!
## 43 Beautiful, Quiet, Friendly Ballard
## 44 Architects Live-in Studio in Boston
## 45 Spacious and Luxurious Castro Room w/Private Bath
## 46 L.A. Lifestyle--like you live here
## 47 SHIRO'S SUITE - central & cute!
## 48 Haight Mid-town SF. 1 br 3rd floor.
## 49 Sunny Room Heart of the Mission!
## 50 Peaceful Retreat in Thriving NE
## 51 Spacious Studio, Amazing Location!
## 52 Tracy's Angel room
## 53 Private Bedroom & Bathroom in the Heart of LA!
## 54 BECAUSE REVIEWS DON'T LIE! Book Now
## 55 BEST Downtown Loft on Airbnb!
## 56 Historic Rowhouse Near Monuments
## 57 Valencia Corridor Center Of It All!
## 58 Zilker Park, Fun, Funky, Colorful, Peaceful Haven
## 59 MY LITTLE PARIS IN LOS ANGELES
## 60 Cozy Cabin in the City on Cap Hill
## 61 Neat small private bedroom in a strategic location
## 62 la sirena - east nashville
## 63 Walk to 6th St and Convention Ctr
## 64 Private garden/patio back house
## 65 Travis Heights Hideaway SoCo studio
## 66 Lovely Home, Super MidCity Location
## 67 Central guestroom! Walk everywhere!
## 68 Peaceful Noe Valley Refuge
## 69 Affordable room in the Marigny
## 70 Lovely Studio in the Heart of NW/Pearl
## 71 Santa Monica/Brentwood Guest House
## 72 Maisonette; Steps to St Charles Ave
## 73 Beautiful Venice Beach Home Oasis
## 74 Ride the streetcar to the Quarter!
## 75 Cozy, Cute and Clean Guest House
## 76 Friendly Clean Room/Mission Bay
## 77 5-Star Roof-Top Room--Williamsburg
## 78 2 Room Poolside Guesthouse +bikes
## 79 Walk to everything Downtown- 2 BR
## 80 BUNNY'S suite, walk everywhere!
## 81 Sweetest Cottage in Venice Beach
## 82 Apartment in Historic Congress Park
## 83 Cozy Suite Private Bathrm by GGPark
## 84 Creole Cottage in historic Treme Room #1 (Suite)
## 85 Santa Monica Magical Organic Garden w/Free Parking
## 86 Close in, private apartment
## 87 Cute & Bright Apt. Very Close In
## 88 Private Cottage in the heart of LA
## 89 SOUTH TABOR COTTAGE
## 90 **1 BEDROOM APT** Private & clean.
## 91 MY HOLLYWOOD SPACE RENTALS #15
## 92 Pirates of the Caribbean Getaway
## 93 SHOGAS SUITE - close to everything
## 94 Capitol Hill Suite + Free Parking
## 95 Redwood Treehouse Santa Cruz Mtns.
## 96 The SoCo Cottage-South Congress
## 97 Park Slope Green Guest House
## 98 Denver Victorian / Best Walk Score
## 99 NW Nob Hill Garden Cottage
## 100 Lavishly appointed master bed/bath
## 101 Guest House @ the Hollywood Sign
## 102 Downtown Austin Condo
## 103 Private Bathroom, 5/5min Uber, 2mi from Broadway!
## 104 Venice Beach Cabana
## 105 Tracy's StarryNight room
## 106 Bright Studio, Steps to the Beach!
## 107 78704 Detached Garden Cottage
## 108 Gorgeous Guest House -Close to all!
## 109 Tranquil Suite Oasis / Licensed
## 110 Shotgun in the heart of the Marigny
## 111 Maison Marais 1: Large Local Living
## 112 Hollywood Private Bedroom and Bath
## 113 Hip Light-Filled Studio w Views
## 114 Ladd's Addition near SE Hawthorne
## 115 Enchanting Zilker Cottage~Downtown
## 116 Maison Marais: Large Local Living
## 117 Zen Garden by Universal & Hollywood
## 118 MISSION LOFT - Boutique Comfort with Private Deck
## 119 Elegant French Gothic Home
## 120 Private Room One Block to Beach
## 121 Le Peach Parlor,Free Bikes,Loft Bed
## 122 Room with En Suite Bathroom & Deck
## 123 Best Beach Bed Breakfast & Bikes 1
## 124 Mini Sweet/RINO City Park
## 125 Casa de Carlos Hollywood Apartment
## 126 Venice Tree House
## 127 Great Private Room in Venice Beach
## 128 Artful Potrero Space with Garden
## 129 HOME SUITE HOLLYWOOD
## 130 WALK to BEACH-10mins! FREE-BREAKFAST+Prk+WiFi- RM1
## 131 Large Furnished Room Near B'way
## 132 Great Bungalow close to Downtown
## 133 Private Studio, 6 Doors to Beach
## 134 Hip Mississippi St Suite (Cable TV)
## 135 Lincoln Park Studio, Great Value!
## 136 Hear Waves Crash! Steps2Bch!
## 137 PVTSuite3/Wetbar/Bath/5 mins to DT!
## 138 106 Year Old East Nashville Home
## 139 Lush Sanctuary Steps to St Charles!
## 140 Perfectly located Castro
## 141 Clean&Cozy Spacious Condo by Downtown,5mins to CTA
## 142 Virtually Your Own Apt in Nth Beach
## 143 Portland-Plush KING/Private Bath
## 144 Guest Studio - North Capitol Hill
## 145 Studio near airport and downtown!
## 146 cottage in the heart of Venice BCH.
## 147 Cozy Guest House on Venice Walk St.
## 148 Charming Apt, VERY Central Location
## 149 My Little Guest Room in Flushing
## 150 GREAT Location in Chelsea!
## 151 Artist's Garden Retreat
## 152 Tracy's Loft up in the Clouds
## 153 Charming Silverlake/Echopark Cabin
## 154 PRIVATE Room on Historic Sugar Hill
## 155 Edgewater/Loyola/NU - Close to EL!
## 156 Mulberry Cottage in Lower Highlands
## 157 Boystown Studio, Outstanding Value!
## 158 Awesome Location! -- Clean Studio
## 159 Super Private Suite with View & Spa
## 160 Back Bay! Best Location in Boston!
## 161 Vandy/Belmont/10 mins to Broadway - Sunny 800 sqft
## 162 Free Bikes -The Luscious Red Room!
## 163 Handcrafted Japanese Woodworking
## 164 yahmanscrashpads
## 165 WALK to BEACH-10mins! FREE-BREAKFAST+Prk+WiFi-RM3
## 166 Creole Cottage in historic Treme Room #3
## 167 Newly Renovated Apt, centre of DC
## 168 1-br Capitol Hill apartment (Eastern Market)
## 169 300 sq ft room in Heart of Portland
## 170 Bright and Creative Near Downtown!
## 171 Artistic Topanga Mermaid Suite
## 172 Potrero Hill Garden Getaway
## 173 Downtown Private, Quiet, & Clean
## 174 FreeBikes-KingBed-MarieAntoinetteRm
## 175 Nashville Charm
## 176 Modern Loft in the Middle of Austin
## 177 Venice Bungalow, Abbot Kinney/Beach
## 178 Fully Furnished Cozy Apartment
## 179 PERFECT Location, EXCELLENT Reviews
## 180 NW Nob Hill Serene City Bedroom
## 181 Completely Private Hollywood Hills Guest House
## 182 DC Apartment near White House, Mall
## 183 The Venice Beach Garagement
## 184 West Los Angeles house & huge yard:
## 185 Private Studio Near LAX & Beach with Yard
## 186 PRIVATE Room in Spacious, Quiet Apt
## 187 Our apologies for our stupid president.
## 188 Luxury Chicago Loft
## 189 MY HOLLYWOOD SPACE RENTALS 2
## 190 Luxurious Rustic Cozy Guesthouse
## 191 Beach side heart of santa monica/P
## 192 Eco City Cabin by Mississippi/N Williams Ave
## 193 Luxury Apartment in Downtown
## 194 Authentic Alberta Arts Abode
## 195 Luxurious Apartment, Heart of DC
## 196 charming, colorful, close to beach
## 197 Manhattan Luxury Loft.Like.Love.Lots.Look !!
## 198 Wicker Park|Private Room|Near Train
## 199 Venice Original Private Guest House
## 200 FreeBikes-No Extra Fees-Artist Room
## 201 Eastside Guest Studio near Lake
## 202 Cozy Studio, min. to downtown -WiFi
## 203 Private Apartment Hip Logan Square
## 204 The Best Location For Tourists!
## 205 Walkers bliss in best neighborhood.
## 206 Guest Room - Javier Azul
## 207 Central Guest Room, Stunning View
## 208 The Cottage of Lake Balboa
## 209 5-Star Gorgeous Williamsburg 1BR Apartment
## 210 Custom Studio in central Alberta!
## 211 San Francisco Mission Hideout
## 212 The Nest
## 213 Modern Zen in the Lower Haight
## 214 PVT ROOM/PVT BATH/PARKING/BEST LOCATION
## 215 Private Luxurious In-Law Studio Near Beach
## 216 Perfect Santa Monica Beach Studio
## 217 Stylish Hollywood Loft with Views!
## 218 Warm+Cozy Apt nr Dining/Alberta/Bus
## 219 MIDDLE Of Downtown HIGH RISE - 40 OFF COUPON
## 220 Private Lair in Old Gambling Shack
## 221 Big room with two bed/Room A
## 222 #PDX Queen Size, Memory Foam & TV
## 223 The Harem + Free Bikes! - King Bed!
## 224 Cozy Room in Lively East Village
## 225 Cozy calm SAFE+garden New York ny
## 226 Charming Carriage House Suite in Williamsburg
## 227 Beautiful Home Near French Quarter
## 228 Stonebear Inn
## 229 MY HOLLYWOOD SPACE RENTALS #16
## 230 Lovely Historic Italianate House
## 231 Charming suite in West Portal area
## 232 Garden District Gem
## 233 iHollywood, Walk to attractions.
## 234 Room w/ a View in the Castro!
## 235 Urban Homestead w/ Bikes & Chickens
## 236 Cute North Park Cottage
## 237 U District Backyard Cottage & Loft
## 238 Charming Studio Apt 2 minutes to Ocean Beach
## 239 Bungalow near RINO - Denver
## 240 SF cottage-easy parking & transport
## 241 Hollywood Hills panoramic penthouse
## 242 1 bed Apt • street level • PRIVATE
## 243 Sanctuary near Cathedral
## 244 Beautiful Downtown Condo on River
## 245 Cocoon room with private bathroom!
## 246 Mt. Tabor studio with Mt. Hood view
## 247 Priv Apt,Garden,BBQ,A/C,BigTV,for 4
## 248 Beautiful Private Basement Suite
## 249 Lush Garden oasis. 5 blks to Beach!
## 250 Priv Bath Walk to Bay/downotwn/park
## 251 MY HOLLYWOOD SPACE RENTALS 4
## 252 NEAR THE RIVER IN THE SAFE AND HISTORIC BYWATER!
## 253 Train Caboose with view near Malibu
## 254 Frenchmen House "Green Room"
## 255 Tiny Zen Cabin in Heart of Austin
## 256 Under The Lemon Tree
## 257 Creekside Cabin
## 258 GREAT Private Room in Chelsea!
## 259 Old North Parlor Flat on the Court
## 260 MedaevalModernHaven in the NorthEnd
## 261 Super Venice Location!!
## 262 MY HOLLYWOOD SPACE RENTALS 5
## 263 Boston Room/Free Transit/ By Subway
## 264 Posh Castro Suite w/ Private Bath
## 265 A LOFT IS WHERE I'D RATHER STAY
## 266 Beautiful Cleveland Park Apartment
## 267 Volunteer Park Room 2
## 268 Charming Apartment-BEST LOCATION! A
## 269 Quiet house in geo center of City
## 270 1BR Cozy Apartment in Capitol Hill
## 271 Adorable Arts District Guest House
## 272 Venice Sunset 3BDR, Steps to Beach
## 273 Mt. Pleasant Shabby Chic BnB #4: Private room/bath
## 274 Studio apartment with courtyard
## 275 Sleeps 6!- Just 5 mins to Downtown!
## 276 Restful Room w/Bath in West Ballard
## 277 Private Guest House in Top Location
## 278 Beautiful Alberta Arts District Apt
## 279 Deco Dream
## 280 Sweet Room in Great Live Oak Local
## 281 Rosie's Cove Holistic Home ❤ Riverbend Gem
## 282 Private Bed & Living Room with Own Entrance
## 283 Cozy Studio Guest House-SantaMonica
## 284 Bedroom with private bath, entrance
## 285 Charming Cottage in the Park
## 286 Cozy Portland Studio Apartment
## 287 1 BR Venice Central w/ lovely Cat
## 288 Emerald Palace!+FreeBikes-KingBed!
## 289 Astoria Apt-Private Home NYC
## 290 Stay on the coolest NYC block.
## 291 Cozy mud hut with big bridge view
## 292 SECRET GARDEN SANCTUARY Rio Del Mar
## 293 3. The perfect Baseball fans hangout
## 294 Private room in West Hollywood.
## 295 East Village Duplex with Patio
## 296 Private room with private bathroom
## 297 Comfy&Clean Condo by Downtown, 5 mins to Blue Line
## 298 Suite Spot (Zilker)
## 299 Bright Room With A Great River View
## 300 Private & Calm Room in Manhattan
## 301 CityPlaceLofts
## 302 Sunset Strip, West Hollywood.
## 303 Hollywood Hills views bungalow
## 304 Private & Cozy 2BD Williams Hideout
## 305 Big Private Room NYC 10 minutes.
## 306 Temporary Housing Boston
## 307 Boutique Style in Hip East Austin
## 308 Ocean View Studio Apt on Ocean Ave!
## 309 Downtwn: SXSW, beside Convention Ctr, Free Parking
## 310 Comfortable private room w/balcony
## 311 Charming private apt. in hip area
## 312 Spacious Legal Private 2 bdrm Apt -
## 313 Venice Studio - Blocks to Beach
## 314 Modern Craftsman Guest Cottage
## 315 Guest House in Madison Valley
## 316 Historic Ease & Beauty in SE PDX
## 317 Great RV/nearMISSION BAY/ FREE WIFI
## 318 Wicker Park|Private Room|Near Train
## 319 Garden Cottage in East Austin
## 320 Modern Oasis w/Yard & Chef's Kitchen
## 321 GREAT 1BR-TIMES SQ/ MIDTOWN WEST
## 322 Goose Hollow Studio
## 323 Parks-Bowman Mansion: The Library
## 324 Parks-Bowman Mansion: The Red Room
## 325 Cozy Cottage Near Venice Beach
## 326 The Skyline Suite (w/ Kitchenette)
## 327 Ultimate LA Experience on a budget!
## 328 Venice Art/Surf Studio
## 329 SOCO ItZ bitZ Bungalow
## 330 Venice Beach 2BDR - Steps to Sand!
## 331 Downtown Oasis - Quiet Retreat!
## 332 Cole Valley Charm!
## 333 Great Space & Location + View!
## 334 Amazing Beach Cliffs Location!
## 335 Charming Pool House in Prime Venice
## 336 Cozy Studio near Magnificent Mile
## 337 Beautiful Private Suite
## 338 MY HOLLYWOOD SPACE RENTALS 1
## 339 Volunteer Park Room 1
## 340 Capitol Hill Victorian, cozy bdrm
## 341 Private Room in Historic House
## 342 Stylish Loft with Hot Tub & Game Room
## 343 NEW! Modern Crafted Garden Bungalow
## 344 PRIVATE and SUNNY Williamsburg Apt!
## 345 Garden Suite Efficiency
## 346 Upscale Sunny Private Bed and Bath
## 347 Private Guesthouse in Garden Oasis
## 348 Hip, eastside 2/1 w/greenbelt views
## 349 TriBeCa 2500 Sq Ft w/ Priv Elevator
## 350 Private Room: Escape to the Mission
## 351 Clean & Quiet w/ Parking & Laundry
## 352 Casita del Sol
## 353 Rustic Tiny Home w Sleeping Loft in hip Woodlawn
## 354 Historic Santa Monica Home by Beach
## 355 Stay in Style in Bywater! w/BIKES!
## 356 Cozy Secluded Studio in Hollywood
## 357 Home Away From Home
## 358 Total charmer just off SE Division
## 359 AMAZING TREEHOUSE-walk to all
## 360 Malibu boutique apartment
## 361 Apartment on Broadway!
## 362 Modern Luxury Private SanFran Casa
## 363 Quaint Guest House
## 364 Grand and Cozy 1920's SF Studio
## 365 Castro Guest Suite With Continental Breakfast
## 366 Little Green House off Mississippi
## 367 Maison du Canard et Bicyclette
## 368 The Hipster
## 369 Boulder boulder rental
## 370 Room For Rent near Malibu
## 371 Separate unit w/ private entry&bath!
## 372 Vintage Sunny Private Room + Bath
## 373 Charming Small Private Bed in 6 Floor Walkup
## 374 Cool Columbia Heights Garden Apt.
## 375 Private guesthouse in NE Portland
## 376 Let's just elope!
## 377 Inlaw room w private bath - for 2
## 378 Steps away from Laguardia airport
## 379 Spacious Master Suite 2beds/Roof Deck in Dupont!
## 380 Bedroom w/ shower private entrance
## 381 Artisan Sanctuary
## 382 GoodVibeStudio+Venice Bch+LAX+Bikes
## 383 ARCHITECTURAL HOLLYWOOD HILLS
## 384 tranquil and contemporary Venice CA
## 385 Treehouse View in Marigny; Bikes! 3 from Frenchmen
## 386 Hyde Park Flat - Bamboo Floors
## 387 Quality 1br 2 stops from Midtown
## 388 Spacious Apartment in Capitol Hill!
## 389 Modern, Well-Appointed Room in NYC!
## 390 Large Private Room-Sunny, Vintage South Loop Loft
## 391 Prime Location in Manhattan w/ wifi
## 392 Luxury Beachside Studio, Pool
## 393 2BD House – Warm and Clean
## 394 MIKE'S PLACE - A PRIVATE COTTAGE
## 395 Private Entrance Garden Studio
## 396 Walk to 5 Points Restaurants/Bars!
## 397 Private, Large & Sunny 1BR w/W&D
## 398 Haight Ashbury Experience Room 4
## 399 Aunt Chris' San Diego Getaway
## 400 Alberta Arts N.E; COZY DBL A/C & TV
## 401 Old Town Triangle awesomeness!
## 402 Budget Accommodation Beachside!
## 403 PRIVATE CENTRAL GUESTHOUSE - LOVELY
## 404 Great location on a budget, POOL
## 405 Little Pink House off Mississippi
## 406 Entire Studio Apt. in East Village
## 407 Quiet Queen Room with Private Bath, Parking, View
## 408 Frenchmen Studio - Marigny Triangle
## 409 Modern Oasis w/Chef's Kitchen, Small Patio & BBQ
## 410 Fenway park in view! Boston Studio
## 411 Cozy/ Private Rm in S. Austin!
## 412 Amazing SoMa Victorian! Teal Room
## 413 Mt. Pleasant Shabby Chic BnB #2 Close-in DC!
## 414 Los Feliz Oasis Cottage, Pool and Spa
## 415 Sunny Hollywood - Walk Everywhere!
## 416 Williamsburg Oasis—Steps To Subway, Total Privacy
## 417 Large/bright Entire Apt. Lorimer L
## 418 Haight Ashbury Experience Room 5
## 419 Comfy Garden Guest
## 420 "Granada House" Urban Farm Cottage!
## 421 Tranquil Lower Haight w/pvt bath
## 422 Portland-1000sf basement apt./queen
## 423 Cotton Street Suite: Central East!
## 424 Great Room in Lively East Village
## 425 Best Location/Street / Logan Circle
## 426 Quiet area by subway, private bath
## 427 Ocean Beach hilltop cottage
## 428 Private Carriage House
## 429 Urban Oasis--Wicker Park Vintage
## 430 Private Bungalow in Central Weho! 98% Walk Score!!
## 431 Relaxing 2 BR home in lovely Inglewood!
## 432 Rosebud Room
## 433 Private BedRoom & Bath in Modern Condo by Downtwn
## 434 Walk to bay/downtwn park BLUE ROOM
## 435 Bedroom with Garden at the Back
## 436 Light Bright Venice Beach 2 bedroom
## 437 Relaxing 1BR near National Mall
## 438 Tiny House: Heart of the East Side
## 439 CapitolHil Bedrm + private sideroom
## 440 ☼ Victorian Suite in Inner Mission
## 441 Hip Mississippi Private Entry 400sf Basement Apt
## 442 MY HOLLYWOOD SPACE RENTALS #17
## 443 Great House: Food, Park, Lake, BART
## 444 Cheerful Private Garden Studio
## 445 Private garden apartment in restored townhouse
## 446 Room near JFK Queen Bed
## 447 Welcoming room in Eckington
## 448 Private Entrance & En-suite Bathroom
## 449 Authentic French Quarter Apartment
## 450 Cozy-Chic Comfort in Chicago
## 451 Remodeled Cozy Sunny Room! - RED
## 452 Topanga Mountain Sanctuary
## 453 Upscale Private Ensuite Bed & Bath
## 454 Cozy Casita Near Downtown in SoCo
## 455 Beautiful OCEAN FRONT BEACH condo!
## 456 Playful CHIC Downtown ATX Room!
## 457 Walk to the beach
## 458 Private Luxury Suite in the Sunset
## 459 Perfect Private Room - Heart of the Mission
## 460 Chic Private Room, Bath, & Bikes!!!
## 461 Cottage in the Heart of Ballard
## 462 An Urban Sanctuary
## 463 Under the Light of Old North Church
## 464 Basement Studio w/Free St. Parking, Humboldt Park
## 465 New Luxury Downtown Private Apt.
## 466 Chic 1953 Spartanette Guesthouse
## 467 Charming and Spacious Walk Up
## 468 Haight Ashbury Experience Room 3
## 469 Cool townhouse in Columbia Heights
## 470 Private bath+ Hike/Bike/TransitScore97+
## 471 Tiny Studio Apartment 94 Walk Score
## 472 Marina del Rey, Venice, Beach is close! Free Bikes
## 473 Malibu Mountain Retreat
## 474 Comfortable and tranquil SF escape
## 475 Huge 2BR 2Bath duplex in East Villa
## 476 Logan Square Room+Bath w/Deck!
## 477 On Beacon Hill: Shaker, Not Stirred
## 478 OCEANFRONT BEDROOM +PRIVATE BALCONY
## 479 San Francisco Serenity/ lovely home
## 480 Sunny Central Austin Apartment
## 481 Master Suite
## 482 Attractive 2 Twin Beds Near Capitol
## 483 Chic & Cozy on Belmont Blvd #1
## 484 Cozy + charming apt - Heart of SE
## 485 Art Studio Retreat/Rustic Cabin
## 486 Private oasis in the Marigny
## 487 "The Country" & the NYC Waterfront!
## 488 New Quiet Bedroom by the Beach
## 489 Beautiful Victorian House /C
## 490 Eastside Cabana - Near UT,Downtown
## 491 Artful Comforts in the Lower Haight
## 492 Romantic Cottage in Malibu Wine Country
## 493 Large Studio--Heart of East Village
## 494 Private room in shotgun.
## 495 A sunny separate studio w/skylights
## 496 Downtown Convention Ctr B&B - Nice!
## 497 Atomic Ranch in Nucleus of S Austin
## 498 Convenient, quiet, private!
## 499 Prime Echo Park. W/ Gated Parking!
## 500 Quaint Quiet & Spacious HV Flat!
## 501 Comfort and Downtown Conveniences
## 502 Hip SoCo Studio Close to Downtown!
## 503 Saul Zaik Treehouse!
## 504 Room Near JFK Twin Beds
## 505 Posh Flat, 20 Mins to Downtown.
## 506 Bright Venice loft space near beach
## 507 Pvt. Suite in Venice Estate w Bikes
## 508 Quiet Studio in Inner Northeast near Bus & Bike
## 509 Mt. Pleasant Shabby Chic BnB # 3 Close-in DC!
## 510 ENTIRE HOLLYWOOD MICRO LOFT
## 511 N. Beacon Hill- Super Private Room
## 512 VENICE BEACH STUDIO BY THE BEACH. Muscle Beach!
## 513 Sunny Private Room Manhattan 10min
## 514 Rosie's Cove Holistic Home ❤️ Riverbend Den
## 515 5min to Downtown Boston, walk to T
## 516 Venice beach 1/2 block to ocean!
## 517 Venice Beach CooLCalifornia LIving
## 518 Brand new apartment Dupont Circle
## 519 Private apartment-Portland's Tall Pines Tuck-Away
## 520 Best Cozy Freedom trail apartment!!
## 521 Times Square, Safe, Clean and Cozy!
## 522 Private King Bed w/parking near LAX
## 523 Elegant Queen Ann Victorian
## 524 Times Square Private Small Room
## 525 Outdoor shower walk to all Greenrom
## 526 Zen Heaven in Silver Lake
## 527 Silver Lake, PRIVATE BATH, balcony
## 528 Marginy BnoB in the Frenchman Area!
## 529 Amazing SoMa Victorian! Blue Room
## 530 Welcoming Bungalow Close to it All
## 531 Pacific Beach - Big Room in House
## 532 Sailing Yacht - Historic Oakland
## 533 New Studio • street level • PRIVATE
## 534 Haight Ashbury Experience Room 2
## 535 Los Angeles Area Rancho Equestrian
## 536 Top floor loft, fireplace, 2 bikes
## 537 Private Garden Artist Space
## 538 Large Private 3 Bedroom Apartment
## 539 Chic Downtown Room!
## 540 Follow the White Rabbit to Portland
## 541 The LandYacht - Airstream Camper
## 542 Private studio cottage in Fremont
## 543 Upscale Private Master Bed & Bath
## 544 Sunny / Private Bath / The Green Rm
## 545 Charming Fremont Garden Cottage
## 546 Modern downtown loft on 6th St
## 547 TOP OF THE HILL ACRES
## 548 Capitol Hill elegant, charming room
## 549 Spacious Private Room NYC
## 550 MY HOLLYWOOD SPACE RENTALS #18
## 551 Cozy Private Suite
## 552 Picture Perfect California Bungalow
## 553 2 story family home in Williamsburg
## 554 Private bed/bath 1mi to Capitol!
## 555 Private room in Alberta District
## 556 Stay in the Royal room close to french quarter
## 557 Beach hide out...
## 558 Private yellow room in SE 4square
## 559 Grace's Harborview Fast T Downtown
## 560 John and Robert's Harbor View
## 561 Private Mission Room Near Valencia
## 562 Creole Cottage in historic Treme Room #4
## 563 Golden Gate Park & Beach Getaway!
## 564 Sunny Yacht - Historic Oakland
## 565 Andrea's Private Bath T Downtown
## 566 Silver Lake, Huge Sundeck, Views
## 567 Castro/Corbett Heights Condo
## 568 Private entrance & bikes in Bywater
## 569 Bywater Victorian Double
## 570 NYC 1st Shipping Container Home
## 571 Soulful Studio 2 Blocks to Beach
## 572 Prime location near Central Park !!
## 573 The Institute—Heart of Williamsburg
## 574 Downtown Deluxe 1
## 575 "The Hideaway" Private Studio
## 576 Cool Hyde Park efficiency apartment
## 577 Super Studio-Private and Convenient
## 578 Studio Guest House near Magazine St
## 579 Venice Beach Walk St Ocean View
## 580 Affordable Loft Room in the Marigny
## 581 Little Gem
## 582 Historic Kensington Craftsman Charm
## 583 Stunning 1904 Colonial in Oakland
## 584 Private Entrance, Rm,BA near Venice
## 585 Private Room by LAX
## 586 Awesome Downtown- Chic Room!
## 587 Charming neighborhood, Central to everything!
## 588 Stylish & Comfy on Belmont Blvd #2
## 589 Garden Cottage blocks to bay/dwntwn
## 590 Remodeled Private Guest House
## 591 Haight Ashbury Experience Room 1
## 592 Charming cozy room
## 593 1515 Vermont House LLC
## 594 Stand Alone Studio Cottage Retreat
## 595 Private Bath Suite w. Central Air off Mississippi
## 596 Best of SOHO Gorgeous 2 bedroom
## 597 Soho Apartment Stylish & Central
## 598 Posh Flat, Close to Downtown (No 2)
## 599 Unique 1BD apt, walk to everything!
## 600 Futon in living room, amazing view
## 601 Private Room in a Portland Charmer
## 602 Hollywood Hills Stylish Modern Home
## 603 Modern Craftsman in Hot East Austin
## 604 Capitol Hill Sweet Suite
## 605 Parks-Bowman Mansion: The Haunted Bedroom
## 606 Hollywood Hills Cottage: Walk to Universal Studios
## 607 East Village Gay Friendly Dbl Room
## 608 Port Cottage
## 609 Breezy Private Getaway in Echo Park
## 610 Williamsburg 2b apartment with deck
## 611 Beautiful Eagle Rock Views!
## 612 Spacious, private, and convenient
## 613 iHollywood II, Walk to attractions
## 614 6 blocks from beach Ocean Park
## 615 Portlandia's "Rent It Out" House
## 616 Room in Boston Fantastic Location
## 617 Cozy Room in Great Location Boston
## 618 Peaceful room in Glen Park (SF)
## 619 .Light&Bright room in Foodie Euphoria! Hiking Near
## 620 Cozy Hollywood Bedroom
## 621 Bright LARGE 2 BEDS! near Manhattan
## 622 Great Location, Garden Retreat, WOW
## 623 Cozy One Bedroom NOLA Apartment
## 624 High-End Apartment, in heart of DC
## 625 Edgewater/Loyola/NU—Close to EL!
## 626 Private & Airy Marigny / Bywater gem w/balcony!
## 627 Windansea Beach House
## 628 Comfy European Styled Apartment
## 629 Charming room by LAX!
## 630 Romantic Escape in Silverlake
## 631 JFK 10 & LGA 15 MINUTES AWAY A/C PRIVATE BEDROOM
## 632 Charming Room in Hip East Nashville
## 633 Hacienda Hideaway-Topanga Cyn View
## 634 Amazing SoMa Victorian! Red Room
## 635 New, Private Garden Studio
## 636 Beautiful room in San Francisco
## 637 Charming Guest Cottage: Walk to Universal!
## 638 Luxury Carriage House-Travis Heights
## 639 Cute Room Right off of Alberta
## 640 Urban Rainbow: Artsy Downtown Condo
## 641 Studio With Private Entrance
## 642 Walk to bay/dwntwn/parkZoo, parking free/Lavender
## 643 SW Stay in City & Near Nature
## 644 The Petite Bali 1BR in hip cool NEPO
## 645 Bright Apartment in Family Home!
## 646 .Mt. Tabor room in Hiker Haven! Foodie Euphoria!
## 647 Private brownstone studio Brooklyn
## 648 East Nashville Suite On the River
## 649 Steps to Beach and Venice Boardwalk
## 650 782+ 5 Star Reviews Can't Be Wrong!
## 651 Spacious Room Near Downtown SF (14)
## 652 Cielo Room: 2nd story apartment
## 653 Cozy Neighborhood Hideaway
## 654 Poets room by the french quarter
## 655 Private Room in Santa Monica
## 656 HUGE & FUN LA Loft 503
## 657 Spacious Two Bedroom In Inner SE
## 658 Great room next to the beach!!
## 659 European Style Casita in Topanga
## 660 Ultimate LA Experience Part 2!
## 661 back room/bunk beds
## 662 Sports themed room next to metro
## 663 Sunny Room in the Heart of it All!
## 664 Lovely Bedroom and Labyrinth by Bay
## 665 Mary's Ocean View Metro Downtown
## 666 HOLLYWOOD WALK OF FAME - CHIC APT
## 667 Clean, Quiet, and Almost Downtown
## 668 Heart of East Nashville Bungalow
## 669 ♡ Cozy + Clean + Location ♡ 2 Beds + Free Parking
## 670 Quiet Mission Studio
## 671 Pacific Beach Best Deal with Bikes!
## 672 Great Breakfast Art filled SE home
## 673 Boston / Charlestown Apartment
## 674 Clean Room, Central Location in NYC
## 675 BEACHFRONT BEDROOM + PRVT BATH
## 676 Silver Lake/Los Feliz studio, yard!
## 677 Bernal Heights Architect's Retreat
## 678 Cozy Home Near Airport/Downtown!
## 679 Potrero Paradise: Lux, Hot Tub, Balcony w Views!
## 680 Beautiful Garden Cottage By The Sea
## 681 A beautiful flat in Adams Morgan
## 682 Malibu Guest house/ near beach
## 683 Cute Cottage in SE Clinton area!
## 684 Happy Camper - 1 mile to downtown
## 685 8, Sparkling Seattle Center
## 686 Gorgeous Apt. near Times Square
## 687 Modern Apt. Close in SE, LOCATION!
## 688 Williamsburg SkyBox, Manhattan View
## 689 Four bedroom brownstone with 2 bath
## 690 2BR Apt in Heart of Historic Treme
## 691 Malibu Safari Chic Tent
## 692 Central Cottage with bikes!
## 693 Upper Castro Loft, room for 5!
## 694 East Nashville Treetop Loft
## 695 Bright Private Loft in the Hills
## 696 High Life in West Hollywood -2br/ba
## 697 Private Room & Coffee, only 3 blocks to Train
## 698 Venice/MDR Studio with View
## 699 LAXclose-modern&green guest house-
## 700 Amazing Cottage at the Beach in OB!
## 701 Charming Craftsman with Roku on Max (420 Friendly)
## 702 Gothic room in Petite Palace
## 703 Bev Hills Cabin 15 min Beach & DT!
## 704 Modern, Private, Legal Division/Clinton Apartment
## 705 Perfectly Located SOCO Studio w/No cleaning fee
## 706 Cool townhouse in Columbia Heights2
## 707 Le Petit Coquillage
## 708 Hollywood Holiday (Private Suite)
## 709 Cozy room
## 710 Pleasant 1BR in hip cool NEPO
## 711 Private Rm near SoCo - Walk to DT!
## 712 Beach Bungalow - Steps to Ocean
## 713 CLEAN ROOM WITH AC (tax included)
## 714 Private backyard cottage
## 715 Marina private room free parking
## 716 Privte Room(s)at Rosce & Halstd
## 717 Amazing SoMa Victorian! Purple Room
## 718 Inlaw room w private bath - for 1
## 719 AWESOME 2BR UPPER WEST SIDE HOME!!!
## 720 Cottage Guesthouse & Private Patio!
## 721 Venice Cottage 3 Blocks to Beach
## 722 Bedroom in Capitol Hill row-house
## 723 Charming space in Boystown/Lakeview
## 724 HUGE In-law Suite
## 725 Private Entry Suite/Gateway to UCSC
## 726 Lovely open plan en-suite bed/bath
## 727 COPLEY SQ...19TH C.TWNHSE SUNNY RM
## 728 Wow View: King bed, private bath
## 729 Small Cozy Room Wifi & AC near JFK
## 730 Hip Bohemian Artist's Studio
## 731 East Nashville Cozy & Cute Cottage!
## 732 Urban Art District Abode
## 733 Private Room Great Location Boston
## 734 Hollywood Hotel Owners Suite *201*
## 735 Los Feliz Oasis Flat, with Pool and Spa
## 736 Moon Over Mazant Bywater's Best!
## 737 Spacious Room Near Union Square (7)
## 738 Amazing Upper East Side Location
## 739 Craftsman Mini-me
## 740 Wicker park private rm w/ spa bath!
## 741 The Real Cool Large Private Deal.
## 742 Cozy Cabin in Urban Los Angeles
## 743 Sunnyside Highlands Garden Apartment
## 744 Remodeled Cozy Sunny Room!- BLUE
## 745 The Brooklyn Woodworker 3bdrm/2bth
## 746 Silver Lake, Big Room, Views!
## 747 A Roomy Room in Times Square!
## 748 Cozy Garden Cottage In Los Angeles
## 749 Panoramic Ocean Views on a Budget
## 750 10minutes to LAX, Playa Vista, Venice & CulverCity
## 751 Cozy comfort and convenience in DC
## 752 Garden of good and beautiful
## 753 West Hollywood Penthouse - Walkable
## 754 Friendly Hostel with Community #1
## 755 True NaWlins Flavor
## 756 Historical Loft with Capitol View!
## 757 Lincoln Park Loft at the Zoo - 2 bedrooms/2bath
## 758 Quiet Studio - Prime UWS Location
## 759 Private guest house/kitchenette
## 760 Private Basement Apartment
## 761 Perfect Sunny Room close to beach
## 762 Apartment at walking distance FQ
## 763 Downstairs Private Room @ New House
## 764 South Loop Cozy 2BdRm parking&WiFi&NetFlix
## 765 Cozy camper with private patio
## 766 Old Style Sunny Bungalow Studio, City Center Close
## 767 Charming Private Castro Studio
## 768 Sellwood, Detached Studio, Portland
## 769 Guest House in Hollywood
## 770 The Blue Room
## 771 Beautiful Prime Williamsburg Apt
## 772 Private Bath / 1/F / The Yellow Rm
## 773 3 Bdrm City View Home w/Parking
## 774 Queen bed, en suite bath, close to shops & cafes!
## 775 Perfect 4 Executives/Professionals
## 776 Ocean View Villa
## 777 Cute Cabin in Santa Cruz Mountains
## 778 Raven's Nest, SE PDX 2 BR Retreat
## 779 Skylight BR in Gorgeous Rooftop Apt
## 780 Swingin' Alberta Arts Knotty Grotto
## 781 Teeny Tiny Guestyhouse!
## 782 JFK 10 & LGA 15 MINUTES A/C PRIVATE BEDROOM
## 783 1 BR in sunny Ft. Greene, Brooklyn
## 784 Vibrant Master Bedroom/Private Bathroom + Parking
## 785 ENTIRE HOLLYWOOD LOFT -2 QUEEN BEDS
## 786 Cozy Private Room 1 - JFK & Subway
## 787 Greenwood Studio
## 788 Spacious 1 BR in hip cool NEPO
## 789 Nice room 12mins to Central Park
## 790 Los Angeles Hillside Guesthouse
## 791 Spacious Suite/Close-In NE, near Convention Center
## 792 5th Ave Townhouse
## 793 Sweet, Sexy Studio in the '02
## 794 In the Heart of Haight/Ashbury # 5 STR-0001966
## 795 Beautiful Bywater Shotgun w/ Bikes!
## 796 2bdrm Luxury Apt Fort Greene Bklyn
## 797 Perfect Lakeview Home!
## 798 Classic Northwest Villa
## 799 Cozy Room
## 800 Los Angeles Hollywood Room
## 801 Mission Bedroom(S) w/ Private bath
## 802 CapHill 1BD w/pking, 2blks to metro
## 803 Fabulous Location!! Mini-apt W/ Parking!! See Map!
## 804 YOUR OWN PRIVATE HOLLYWOOD STUDIO
## 805 An Oasis in the LES
## 806 Mt. Pleasant Shabby Chic BnB # 1 -- Close-in DC!
## 807 AMAZING 1 BR- TIME SQUARE-SLEEPS 4
## 808 Marina Hot tub and Mural Wonderland
## 809 Little house on the swamp prairie.
## 810 HOLLYWOOD WALK OF FAME - CHIC FLAT
## 811 The Sun House Private Suite
## 812 Venice Haven 1BDR - Steps to Beach
## 813 Large room in elevator drman bldg
## 814 Stylish Queen Anne Apartment
## 815 Walking distance to Greenlake.
## 816 Bright, quiet, cozy 1BR by C Park!
## 817 Lincoln Park Loft, Too
## 818 Copper Tub Cottage
## 819 PrivateSuite/2bd/Bath,3min to DT!!
## 820 1 Bed 1 Bath, Lots of Space, Very Private
## 821 Adorable retreat- Los Feliz Hills!
## 822 Private, Simple & Clean NYC Flat!
## 823 Beautiful Cozy Room Great Price!
## 824 Sunny Bedroom with En Suite Bath
## 825 CITY VIEW HOLLYWOOD HILLS STUDIO
## 826 Delightful ,Private, Brooklyn studio
## 827 COMFORTABLE NYC RETREAT & Breakfast
## 828 Cozy New York City private room
## 829 Hollywood Hills Sanctuary
## 830 2BR Bywater apt w/ covered porch
## 831 Williamsburg Penthouse For A Cause
## 832 Private Bedroom & Bathroom - DTLA
## 833 Andersonville - Perfect location!
## 834 Need an awesome space to crash?
## 835 Great Price & Location 2BD, Pool
## 836 BROOKLYN STUDIO APARTMENT
## 837 Trendy Travis Heights Flat
## 838 Muse Suite- Near French Quarter
## 839 Relaxing Poolside Studio Retreat
## 840 1 Pvt. Room in Upper West Manhattan
## 841 Ethiopian cottage #1/Private Bath
## 842 PRIVATE FLAT / APARTMENT- SPECIAL
## 843 Studio apt. in hip mission district
## 844 Colonial Arms Apt in Clarksville
## 845 A Great Bedroom in LES
## 846 front room/double bed
## 847 The Heart of Greenwich Village NYC
## 848 Sunny Zilker Neighborhood Studio
## 849 Turn of the Century Comfy Charm.
## 850 Charming Garden Guesthouse in Hancock Park
## 851 Eastside Spartan - Near Downtown,UT
## 852 Cozy Boat at Shoreline Village
## 853 Eco-Friendly Sunny Garden Cottage
## 854 Pearl District Private Suite
## 855 New Venice House - Blocks to Beach
## 856 Music City's Tiny House!
## 857 Private Seabright Garden Apartment
## 858 Your Stunning Vacation Apartment!
## 859 On Esplanade, Walk to Jazz Fest, FQ
## 860 Spacious 2-Bedroom Vintage House
## 861 Cute Separate Guest Studio/Cottage
## 862 Homey room, peaceful and near Park
## 863 Great Room- sleeps up to 4 people
## 864 Middle of NW District wParking Pass
## 865 The Marigny Oak Room, Free Bikes
## 866 Nice private room - Upper Manhattan
## 867 Max's West Seattle Hideaway
## 868 Hollywood HOTSPOT-2 Rooms- Walkable
## 869 Chelsea Perfect
## 870 Modern sunny 1bd w private garage
## 871 Charming bungalow in hip Eagle Rock
## 872 Artist Studio 5' walk to CentrlPark
## 873 Charming Historic Beach Bungalow #1
## 874 Garden Oasis Guest House
## 875 Mt. Washington Yurt
## 876 BEST LOCATION, BEST PRICE IN S.D.
## 877 Lovely Retreat CenturyCity/BevHills
## 878 1911 House in Wallingford/Fremont
## 879 ARTY 2 BED EAST VILLAGE GEM
## 880 Dupont 1BR. Spacious & Stylish.
## 881 Small Studio - Steps from the Sand!
## 882 Cabin in the Pines at Sage Hill
## 883 Peaceful CHIC Downtown ATX!
## 884 Nicely Furnished House at Beach :-)
## 885 Nice room close to Gaslamp/Seaworld
## 886 Brand new spacious two bedroom
## 887 Downtown Deluxe 2
## 888 Great private Space at the beach!!
## 889 Private Sunny Living Room + BDRM (2 RMS)
## 890 SERENE OASIS IN MID-TOWN MANHATTAN
## 891 The Cottage on North Prescott
## 892 Beautiful Poolside Cottage near Zum
## 893 Modern Oasis in Downtown Austin
## 894 Big 1st Meal, Kind Host, Ace Space
## 895 bright studio loft in artsy bldg
## 896 Cozy Hideaway Cottage / Studio #3
## 897 Santa Monica Canyon Pied-a-Terre
## 898 Top Listing! Large 1BR Zen Boutique
## 899 Cute South Slope Apt next to subway
## 900 Modern Condo & Pool,Downtown Close!
## 901 Comfy Studio Apartment
## 902 ENJOY Downtown NYC!
## 903 Sunny Apt Near Opera/Cafes-Sleeps 4
## 904 Parlor Room In Victorian Townhouse
## 905 East Nashville Underground Apt.
## 906 Lux Downtown River North Lake View
## 907 Venice studio 2 blocks to the beach
## 908 concordia/alberta sunshine cabin
## 909 Sunfilled Skylit Townhouse 3BD
## 910 West Town Traveler's Lodge
## 911 Private, Large & Sunny 2BR w/W&D
## 912 Master Bedroom in Santa Monica Townhome
## 913 Venice Escape~Bikes + Beach
## 914 Very cool Venice beach studio
## 915 LARGE COZY GREAT FOR A FAMILY
## 916 UES Beautiful Blue Room / Oak Room
## 917 BLOCK to BEACH & Pier!! Queen Bed! Sweet!!
## 918 Perfect Harlem, New York Retreat
## 919 Vintage Downtown Apt + Parking
## 920 A Garden Oasis
## 921 Lower Garden District Beauty: 2nd Floor Walk-Up
## 922 West Hollywood Studio with Rooftop Pool!!!
## 923 private bedroom w/private bathroom on Central Park
## 924 Modern Studio On The Walk Of Fame
## 925 Malibu Beach Charm
## 926 Private Guest House, 3 mi to beach
## 927 Hollywood/downtown studio 204 & AC
## 928 Eco-friendly Private Room in Silverlake House
## 929 HISTORIC LUXE VENICE CARRIAGE HOUSE
## 930 Cozy Room in Historic House
## 931 Gorgeous unit, historic building
## 932 CLOSEST HOUSE TO HOLLYWOOD BLVD + 190 REVIEWS
## 933 Cozy 1 bed w/ amazing city views
## 934 NW Austin Room
## 935 Treme Creole Cottage
## 936 Sunny+Cozy Double bedroom in BKLYN!
## 937 Sweeping Views and Dolores Park Pad
## 938 COLORFUL HOLLYWOOD BUNGALOW
## 939 Potrero Hill "Nest" Quiet, Comfy & Convenient
## 940 The Cedar Cottage
## 941 Modern Bohemian Studio
## 942 Comfortable room close to airport
## 943 Panoramic Ocean View Studio Loft
## 944 *New* 1 King Bed with Jacuzzi Suite
## 945 Spacious sublevel apt in Irvington
## 946 Sweet Apartment in Alberta St. Area
## 947 Gorgeous New Built Townhome
## 948 Venice Beach Studio in Great Area
## 949 COZY 1 BR~ BLOCK to Beach & LAX is 5miles away!
## 950 Designer Flat / Perfect Location
## 951 Historic Bywater in the Big Easy
## 952 Fun 1 Bedroom in Historic 7th Ward
## 953 The Red Room
## 954 Sweet Little House in JP, Boston
## 955 Fully Furnished 2BR - West Village
## 956 Private Four-Poster Near Alberta St
## 957 Studio Cottage Noe Valley SF
## 958 BK CHARM~Clean Modern~XPrss Train!!
## 959 Hollywood Private Guesthouse (Unit A)
## 960 Private Suite @ UCSF / Inner Sunset
## 961 PRIVATE Room/Time sq/Theatr distric
## 962 The city at your doorstep
## 963 Studio room+bath in unique townhome
## 964 Cozy Euro-Style Shared Bath Studio
## 965 Beautiful Retreat by the Beach
## 966 Your Home Away From Home
## 967 HOLLYWOOD WALK OF FAME-LUX CHIC 2BR
## 968 Studio Cottage, Magical Outdoors
## 969 The Hideaway - Travis Heights SOCO
## 970 Alexandra's Uptown Full Bed Room
## 971 ArtFulLife II
## 972 Ocean View Room in Unique Artistic Mansion
## 973 New 1BR Dupont Circle Best Location
## 974 5 STAR LUXURY STAY HOLLYWOOD
## 975 Cozy Hawthorne Hideaway-3 BD
## 976 Park Slope-Private Room/Bath/Entry
## 977 Stylish Spacious PVT Garden In-law Studio
## 978 Stylish One Bedroom Apt In HydePark
## 979 1Bed/1Bath Suite in Mission Dolores
## 980 Friendly Hostel with Community #3
## 981 Cute Overlook Studio Cottage
## 982 Best location in Hollywood!!
## 983 Ultra Modern Hollywood Walk of Fame
## 984 APPLE ORCHARD COTTAGE
## 985 First AIRBNB? Stay Here BE HAPPY! Instant BOOK NOW
## 986 Central Victorian 3-Bedrms-2Baths!
## 987 Hollywood Hills Guest Suite I
## 988 Designer Built Apt/ 4 stops to LOOP
## 989 Modern Private Studio - Spectacular SE Division St
## 990 1 Bedroom Apt One Block From Metro
## 991 Comfy Queen bed in bungalow
## 992 Sunny Home in Historic Curtis Park
## 993 Extra gluten and free bed bugs!
## 994 Greenpoint Waterfront Loft
## 995 A FOODIE PARADISE Pearl District/NW
## 996 Spacious and Sunny in the City
## 997 Charming Carriage House w/ Deck
## 998 Barney's Master Bedroom T Downtown
## 999 Venice Beach Cottage w/Parking
## 1000 MY HOLLYWOOD SPACE RENTALS 3
## 1001 Beach Bungalow one block to ocean
## 1002 Beautiful Victorian House /room B
## 1003 Large Sunny 1BR - Entire 2nd Floor
## 1004 Spacious 1BR in Mission Victorian
## 1005 Cute, sunny studio right downtown!
## 1006 Mississippi & Williams cozy apt
## 1007 Bed n Bath Suite-Craftsman Bungalow
## 1008 Private Guest House with Hot Tub
## 1009 Temporary Housing - Boston
## 1010 Heart of Capitol Hill Stunning View
## 1011 Walk to bay/dwntwn/park/ trans/loft
## 1012 Feels Like Home
## 1013 5-Star Beverly Hills Suite
## 1014 Enchanting Artist's Guest House
## 1015 Jewel Box Studio in Hip NoPa
## 1016 Idyllic private cottage in Venice
## 1017 2Bed2BathDplx 43Bus to BestBosSites
## 1018 1Studio WalkOutToPatio..CloseToBus,T,HistoricSites
## 1019 The Emerald Garden
## 1020 Bunk Beds-More Room for Activities!
## 1021 The Vernon On Greene
## 1022 Central, Luxury Hollywd Home w/View
## 1023 Cozy 15 mins Manhattan& 10 Mins LGA
## 1024 Modern Room with Half Bath (19)
## 1025 Luxury Apartment Wicker Park ******
## 1026 Private Studio- Minutes from T!
## 1027 SPINNAKER LOUNGE GUEST HOUSE
## 1028 VACANT 5.2.17 BEST LOCATION BEST HOST BEST PRICE
## 1029 Private Silverlake Guesthouse
## 1030 Private orange room w/Queen bed
## 1031 Great location in Gramercy/Flatiron
## 1032 Private rm #4 in New York TIMES SQ
## 1033 Quiet Room in Our Friendly Home
## 1034 Cozy, Extravagant Boutique Hwd Home
## 1035 Quiet/Cozy Venice Beach - 1 BDR APT
## 1036 Music Capital's Comfy Studio Suite
## 1037 Stunning SF Bay View in The Castro
## 1038 Location! Sunny, Quiet City Getaway
## 1039 Cozy room #2 Times Square
## 1040 Private Studio, Decks, 360 Views!
## 1041 cute EAST VILLAGE bdrm!
## 1042 Elegant Comfort, Location, & Views
## 1043 Private bath 3 mi to FQ
## 1044 Cozy Single Bedroom in Lowry
## 1045 Hand crafted Gypsy Wagon with heart
## 1046 Comfortable, clean & quiet in EV
## 1047 Historic Rowhouse Near Monuments 2
## 1048 Clarksville - walk downtown!
## 1049 My Other Little Guestroom
## 1050 Twin room in cute Portland bungalow
## 1051 Spacious Room in East Village/NoHo
## 1052 Clean Classic Charm: Alphabet District Studio
## 1053 Pacific Beach Fun Surf Bike Cottage
## 1054 Friendly Hostel with Community #2
## 1055 Apartment-like rooms in PacHeights
## 1056 Queen Bed in Modern, Lux Townhome!
## 1057 Brownstone Flat on Tree-Lined Block
## 1058 GORGEOUS WATER FRT NORTH END STUDIO
## 1059 2 Beds Option + Roof Deck, Sunshine Bushwick
## 1060 Entire Apartment in Central Austin
## 1061 Mt. Tabor Eco Friendly Flat
## 1062 Hawthorne/Belmont Retreat - East bd
## 1063 IDYLLIC HOLLYWOOD COTTAGE OASIS
## 1064 Apartment 6
## 1065 The JFK Stopover & Bookworm's Nook
## 1066 Room Right by Columbia University
## 1067 Ethiopian cottage # 2
## 1068 Walk to METRO In DC & Budget Friendly. B.
## 1069 Lovely Loft space in Manhattan UWS
## 1070 Great room at the beach!!
## 1071 Private bath, pool, gym, ideal location
## 1072 Midtown/Kristofferson's old Apt!
## 1073 Close to Downtown in a Tour Bus!
## 1074 Clean & Modern Cottage
## 1075 Amazing West Town 3rd Floor Penthouse
## 1076 Bright Cozy Chinatown Studio Apt.
## 1077 Charming row house with fireplace near everything
## 1078 Clean, Comfy & Stylish Room
## 1079 Guestroom w/ 2 beds 20 mins to NYC
## 1080 Lower East Side 50~/night
## 1081 Entire second floor; non pvt entrance. Kitchen prv
## 1082 Downtown Condo with PARKING & Pool
## 1083 Belle 2 Queen D'Town Austin!
## 1084 Logan Square Apartment
## 1085 Zen Home near Cafe Habana & Gitane
## 1086 modern minimalist *city views*patio
## 1087 Chinatown, downtown Los Angeles
## 1088 Private Suite, Free Metrocard*
## 1089 Cozy 2BD craftsman home
## 1090 Beautiful, Light & Large Apartment
## 1091 1BR/1BA Comfy Apt in Capitol Hill
## 1092 1BR Prime Greenwich Village
## 1093 Charmed Expanse, Upstairs Echo Park
## 1094 Bywater Bungalow - Bikes & 4 Beds!
## 1095 Hollywood Holiday (Bedroom only)
## 1096 HOLLYWOOD HIDEAWAY
## 1097 ARTIST LOFT+OFFICE in PRIME WILLIAMSBURG!
## 1098 The Webster Mini Deluxe Guest Room
## 1099 Suite dreams, cozy, light filled studio, in town!
## 1100 Sunny Room in New Condo
## 1101 PRIME SUNSET PLAZA APARTMENT - WEHO
## 1102 Private Room w/ Private Bathroom
## 1103 Private and Quiet Noe Valley Studio
## 1104 Private 1BR Apt. in Heart of SF!
## 1105 Eclectic Treasure in Silverlake
## 1106 Cozy Zilker Condo
## 1107 Sunny "treehouse" rms near Piedmont
## 1108 carriage house apartment
## 1109 Private Studio w/ Kitchenette &Bath
## 1110 Tranquil Private Room on Urban Farm
## 1111 Lake Union view "Sky Cabin" apt.
## 1112 Venice Beach Walk to Everything
## 1113 Serene Garden Guest House & Pool
## 1114 Bright LARGE BED near Manhattan
## 1115 NICE Bedroom w/Private BATH 2 Beds & FREE PARKING
## 1116 Magic Barn
## 1117 Private Guesthouse- Garden Bungalow -free parking
## 1118 Serene Townhouse Garden 2Bed/2Bath with Patio
## 1119 Five Star 90210 Luxe Studio
## 1120 A Superhost and FREE Parking
## 1121 Bright Updated Venice Beach House
## 1122 Penthouse Studio East 50s Terrace
## 1123 CHARMING Venice Beach pvt. studio
## 1124 Lil Zen Den Studio-Aussie-CentraLA
## 1125 Guest Cottage Near the Sea!
## 1126 Cupboard Under the Stairs
## 1127 EAST VILLAGE COMFY ROOM
## 1128 SF Haven w/ Private Entrance & Bath
## 1129 MY HOLLYWOOD SPACE RENTALS - #12
## 1130 Boutique Apartment in Treme, NOLA
## 1131 Beautiful, spacious Marina flat
## 1132 Urban Oasis @ Urban Farm-Grand Lake
## 1133 Treehouse Oasis at Venice Beach!!
## 1134 Only 3 blocks from the streetcar!
## 1135 Modern Design near CENTRAL PARK!!!
## 1136 Little House in North Hollywood
## 1137 South Loop Comfy 2BdRm,free parking&WiFi&Netflix
## 1138 Bright, Clean Quiet Private Cottage
## 1139 Guest house with kitchen & bathroom
## 1140 Universal Studios Hotel + Hollywood
## 1141 Creative East Nashville Loft
## 1142 PRIVATE COTTAGE APT-Central Austin
## 1143 Cozy and Bright Private Room
## 1144 4th St Loft in Downtown Austin!
## 1145 Breakfast Included and FREE Parking!
## 1146 Park Slope Brooklyn! Sunny Bedroom.
## 1147 3-Room Eagle Rock Garden Retreat
## 1148 Historic East Nashville Home 1906!
## 1149 Beautifull private room.
## 1150 Home Stay with Small Family
## 1151 Private funky room, own entrance
## 1152 Family-Friendly 3-Bedroom Apartment
## 1153 Modern Silver Lake Gem
## 1154 Quiet Chic -- Downtown ATX!
## 1155 Location, Location, Location!
## 1156 In-Home Apt, Private Entry, Modern
## 1157 Cute Guest House with Private Yard
## 1158 BIG Modern Private Room Close-in SE
## 1159 Room steps away from LaGuardia airport
## 1160 Apartment in a Private Brownstone
## 1161 Spacious New 1 BR — 3 Blks to METRO!
## 1162 Sunny Retreat with Roof Garden
## 1163 Walk2Everything/Downtown Apt
## 1164 Bernal Heights Gem with Fab Views !
## 1165 Friendly Hostel with Community #4
## 1166 New studio APT with marble floors!
## 1167 Inviting In Irvington
## 1168 COZY 2 BEDROOM IN GREATER BOSTON
## 1169 Cozy studio two blks to dog beach!
## 1170 Great East Village Bedroom
## 1171 Atop Potrero: Lux, Hot Tub, Large Deck w Views!
## 1172 Room with a Cable car view
## 1173 Small room in Center Manhattan
## 1174 Cute Cottage in Ladd's Addition
## 1175 Great room in Goose Hollow!
## 1176 4th floor office room
## 1177 Stunning Treetop Private King Suite
## 1178 STAY ON ESPLANADE BIKE / WALK TO FQ
## 1179 Beachside+Hot Tub+Parking in Venice/MDR. Sleeps 11
## 1180 Tree-house Hideaway in the Haight
## 1181 Lux and Creative Near Downtown!
## 1182 Highrise with view of city and mtns
## 1183 spacious studio apartment
## 1184 B&B Near Beach - Breezy Homebase
## 1185 Stylish Lincoln Park 2BR w/patio
## 1186 #2-another room near the airport
## 1187 Via Libre: Central Austin Comfort!
## 1188 Hicrest apt, grt location nr Park
## 1189 1Br Bungalow & Outdoor Living Room
## 1190 Brooklyn- Crown Heights Garden Apt.
## 1191 Huge Loft In South Williamsburg
## 1192 Take me to Fenway! Boston studio
## 1193 Sweet Little Shared Room Too
## 1194 Studio in the Heart of South Park!
## 1195 Topanga Wonderland Cottage
## 1196 The Ruby at Music Row
## 1197 Charming Cottage in Heart of NOLA
## 1198 Cute East Austin Apartment SXSW UT
## 1199 Downtown Victorian
## 1200 Comfy room in Logan Square
## 1201 Entire 1BD "Upper" Apt. Mid-City/LA
## 1202 VeNice+Beach+Bikes @ Rose Avenue (w/private bath)
## 1203 Central location/1900s Home w/patio
## 1204 St.Johns Upstairs Abode
## 1205 Beautiful Downtown Private Suite
## 1206 Location is Everything. And Quiet Too!
## 1207 South loop 1 bdrm apt parking&WiFi
## 1208 Award Winning Private Cottage NASHVILLE
## 1209 Close to downtown Portland
## 1210 Brooklyn Creative Snooze Factory
## 1211 The Bearberry Suite
## 1212 Logan Square Modern Vintage Garden
## 1213 Private Room, Convenient Location!
## 1214 modern granny fla
## 1215 2 Minute Walk to the Beach
## 1216 MIDTOWN! Large Private Apartment
## 1217 Elegant 3 Bedroom in Brooklyn/2 bathroom
## 1218 STUDIO WITH BATHROOM. NEAR LGA/JFK & US OPEN
## 1219 Touch of Big Sur near Venice Beach
## 1220 Amazing Studio Apt on Capitol Hill!
## 1221 Lovely Suite in LeDroit Park
## 1222 Studio in East village/own bath!
## 1223 Guest Suite-Heart of West Hollywood
## 1224 Charming & cozy room with breakfast
## 1225 A Sofa Bed in Living Room
## 1226 2ND FLOOR APARTMENT- EAST NASHVILLE
## 1227 Charming house centrally located
## 1228 Forest Knolls/Twin Peaks
## 1229 Beautiful 1 Bedroom Times Square
## 1230 New Luxury Bed & Bath
## 1231 Private Hollywood Bedroom & Bath
## 1232 Big sunny central house with view!
## 1233 Chinatown, downtown Los Angeles++
## 1234 TIMES SQ/THEATRE DIST STUDIO
## 1235 studio clean, safe,Times Square
## 1236 NYC Style loft in LA Guest Room
## 1237 Lovely house, 3 beds, free parking, garden
## 1238 ★ Silicon Beach Luxury Venice! ★ Pool+
## 1239 Relaxing Bedroom(F) - East Nashville
## 1240 Quiet room in Quiet neighborhood!
## 1241 The French Inspired Comfort
## 1242 Adam's Point loft w/gated parking
## 1243 Historic Capitol Hill Rowhouse Apt
## 1244 Eastside Art Bungalow
## 1245 Los Angeles Ocean Beach Room-3 Beds
## 1246 One Bedroom/Outside Sauna!
## 1247 Spacious Sunny Garden Oasis
## 1248 Beautiful views in Los Angeles!
## 1249 Private Rm&Bthrm in Venice w/Bikes!
## 1250 Private Apartment - Queen Anne Hill
## 1251 Downtown-5 mins walk to Pike Place!
## 1252 CityCondo/Museums/Lake/UIC
## 1253 Private 1BR, Pkg, 5% to Charity
## 1254 Quiet, relaxing, big & private room
## 1255 East River Waterfront Private deck Fireplace & Art
## 1256 Luxury Hilltop Ocean Views, Balconies, 3 bedrooms
## 1257 "BEST" Hollywood Los Angeles Luxury
## 1258 The Rose Ave Spot - Beach Bungalow
## 1259 Luxury 2BD poolside Guest House
## 1260 Clean. Comfy. Safe. Close. Low.
## 1261 Best Bedroom! in Williamsburg Loft on Bedford Ave.
## 1262 STYLISH 2BDR IN TRENDY NEIGHBORHOOD
## 1263 Walk Score 80 * Bike Score 92 * Front Courtyard
## 1264 Modern Private Lair: Trendy Mission
## 1265 Charming Apartment-BEST LOCATION! B
## 1266 Amazing Location in Venice Beach
## 1267 Private Room HK/Theatre District!
## 1268 Writer's Retreat away from traffic
## 1269 Historic Pullman Art Studio 2-Flat
## 1270 English Basement in the Heart of DC
## 1271 Manhattan's Best Deal for 1-8people
## 1272 Private Cottage-Near UT/Hyde Park
## 1273 2, Seattle Center Inn
## 1274 It's all about Bushwick BROOKLYN
## 1275 quirky/cozy/historic: front room
## 1276 Hip Hawthorne Apt-Private Entry
## 1277 SLEEK 2 BR IN DOWNTOWN HIGH RISE!
## 1278 Waterbury House East Williamsburg Master Bedroom
## 1279 NewYork Modern Pre-War LoftStudio
## 1280 Entire 2bdrm + BackYard/Time Square
## 1281 Private Lincoln Square Garden Apt
## 1282 Relaxing Garden Cottage w/ Hot Tub!
## 1283 5 Minutes From Downtown Los Angeles
## 1284 Historic Noe Valley Raff Cottage
## 1285 Tranquil Venice Beach Guest Cottage
## 1286 Modern Lofted Williamsburg 3bd
## 1287 Roomy 1BR in Mission Victorian
## 1288 Modern Studio w/Quiet Courtyard
## 1289 New Modern Studio free Philz coffee
## 1290 Guest suite with movie room/parking
## 1291 Spacious, cozy & bright apartment in The Castro
## 1292 Private Room in a two bedroom apt.
## 1293 A comfy room in the hills of JP
## 1294 Unique house close to everything!
## 1295 Airy & Bohemian on Belmont Blvd #3
## 1296 Spacious Room in Our Bed and Breakfast
## 1297 BEST LOCATION! (HEART OF HOLLYWOOD)
## 1298 Cool & Cozy East Village Pad
## 1299 Downtown Private Bath, Parking
## 1300 French Flair #1 : The Paris room
## 1301 The Gramercy - Loft in DTLA Luxury Bldg
## 1302 Designer Downtown LA Apartment
## 1303 Hyde Park Bungalow close to UT & DT
## 1304 Great Castro location
## 1305 Studio Apartment PandaCrystalCave
## 1306 Great Loc, Comfy Rm, Homey Apt
## 1307 private bathroom, easy parking
## 1308 Charming Cottage in Belmont/12South
## 1309 2. Small furnished room in Washington
## 1310 Cheerful, comfortable room
## 1311 North Alberta St. Modern Craftsman
## 1312 Charming Designer Suite in Midtown
## 1313 Edwardian flat, heart of the Castro
## 1314 Homey Townhouse + PRIVATE Bathroom
## 1315 Maison Mandeville in the Marigny
## 1316 Amazing Hollywood loft
## 1317 Bywater Bungalow & Backyardlandia
## 1318 Small Room in The Heart of SF
## 1319 Spanish-style Guest House
## 1320 New 2 Airbnb? Book Instantly Now! 15min to LAX!
## 1321 Sunny Warm Quiet NYC Retreat
## 1322 Cozy room in gorgeous Santa Monica!
## 1323 Chic LA Malibu 10 min to beach
## 1324 Room & Private Bath in Trendy NE Neighborhood
## 1325 BROWNSTONE - 3 BEDROOM APT
## 1326 Sweet Historic Greenpoint Duplex
## 1327 Private Bed/Bath in Beach Townhome!
## 1328 New Cozy (Private Entrance) Suite near Hawthorne
## 1329 Walk/Bike to ACL, 6th St, UT Campus
## 1330 Private room on second floor house
## 1331 Urban Cottage 1/1-Downtown Retreat
## 1332 Private Studio in Modern Crash Pad
## 1333 Songbird Suite in East Nashville
## 1334 Furnished room for rent - Manhattan
## 1335 Garden suite, quiet area by subway
## 1336 Topanga Country Cabin
## 1337 Deluxe Room with Private Bath (8)
## 1338 CHELSEA HOME-STEPS TO THE HIGHLINE & SUBWAY!
## 1339 Retreat in Williamsburg
## 1340 Lovely room in shared home (A)
## 1341 Venice Beach Studio, Steps to Boardwalk and Sand!
## 1342 YOUR OWN TOP FLOOR HOLLYWOOD STUDIO
## 1343 Hawthorne/Belmont Retreat - West bd
## 1344 Located in the Heart of DC
## 1345 Dog & Musician-Friendly Private BR
## 1346 Beautiful DuPont Circle Suite
## 1347 Charming Studio Apartment
## 1348 REDUCED Midcentury-Modern apartment in Bucktown
## 1349 The Purple House by Tulane
## 1350 Prime Westwood Central Apartment
## 1351 Bohemian Hollywood BLVD Charm!!!
## 1352 Private Posh Apt. East Nashville
## 1353 On park. 1 bed apt.air conditioned
## 1354 West Hollywood Apartment with Rooftop Pool
## 1355 Private Cottage East of Downtown
## 1356 City Park Garden Room Private Bath
## 1357 Right on Broadway!
## 1358 Private bath/Queen bdrm/Super Location
## 1359 YOU ROOM IN NYC
## 1360 Heart of Williamsburg. Brand New.
## 1361 The Hen House: Private unit in NE
## 1362 ⊰ Silver Lake Green Machine ⊱ Walk Score 92
## 1363 Awesome Room+Bath/Parking@The Grove
## 1364 The Cazador Yurt - Mt. Washington
## 1365 Handcrafted Japanese Carpentry Too
## 1366 Modern 3BD+ private home-near BCEC
## 1367 WeHo Central! Clean, Modern Bedroom
## 1368 Excellent Peaceful Studio Condo
## 1369 Quiet Bungalow- short walk downtown
## 1370 Charming Highland Park Room
## 1371 Chicken Coop Cottage
## 1372 Downtown NW Washington, DC Home
## 1373 3BD House With Yard Near Universal
## 1374 Beaming Moon Rise, Cozy Upstairs
## 1375 Ocean view room on the beach in OB.
## 1376 Modern Guesthouse Near Zilker
## 1377 Your Own Historic Row House Suite
## 1378 Venice BeachBungalow: Hot Tub + Parking + Sleeps 6
## 1379 One of a Kind SOCO Treehouse Studio
## 1380 Serene Oceanfront Surf Retreat
## 1381 ☼Private 2BR & Bath ☀Best Deal
## 1382 Luxurious, Modern, Fully-Equipped Studio
## 1383 Ultra modern and classy 2BR
## 1384 Welcome to Hollywood!!
## 1385 Very Large Private Room on quiet st
## 1386 Treehouse Oasis with 2 bikes
## 1387 Room for 2 in AlbertaArts District
## 1388 Ladd's Addition SE Hawthorne Cozy Charming 2 BR
## 1389 Small Cozy Rm, Great Loc, Comfy Apt
## 1390 ★HUGE beautiful E. Villager 2nd Av★
## 1391 Belmont Bungalow on Bernard
## 1392 Peaceful bedroom for One or Two
## 1393 Brooklyn Charm, Close to Manhattan
## 1394 Garden Cottage in the Heart of SC!
## 1395 Mission Dolores Charmer- 3bd/1ba
## 1396 Audrey Hepburn room-I'm Australian
## 1397 Lush Marigny Triangle Guest-Home
## 1398 Detached bedroom, bath in Ballard
## 1399 Capitol Hill Victorian, large brdm
## 1400 Charming Private Room + Parking
## 1401 Awesome Spot near HK/Theatre Distri
## 1402 Beverly Center- Boystown Guesthouse
## 1403 Carriage House
## 1404 Entire Master Suite w Own Entrance
## 1405 Entire Floor to yourselves + Spa!
## 1406 Downtown Oasis 2 - Quiet Retreat!
## 1407 Close-in North Portland Apartment
## 1408 Charming Capitol Hill Room
## 1409 Studio Apartment in Logan Square
## 1410 Hip Bohemian Bungalow with Free Private Parking
## 1411 Private rm #3 Close to Times Square
## 1412 Cozy 1BR Modern-Vintage Charmer Duplex
## 1413 Low Winter Rates ARTIST'S BLUE ROOM
## 1414 Private,Affordable, 20 min to NYC!
## 1415 BK Sweet Suite w/Kitchen&FullBath
## 1416 north slope studio in boston proper
## 1417 Gorgeous private room in Bundy area
## 1418 Secret Venice Garden Guest House
## 1419 Country life & Ocean views~La Selva
## 1420 Cozy Vintage Retreat (Alberta Arts District)
## 1421 Charming Golden Gate Height Studio
## 1422 Charming, Exposed Brick SoHo Loft
## 1423 Hollywood Hills Stylish Love Nest !
## 1424 Central Historic Irvington Apt
## 1425 1BD+PARKING, amazing location!
## 1426 Great Bedroom in Heart of WeHo
## 1427 Rosie's Cove Holistic Home ❤️ Riverbend Futon 2
## 1428 Best Location in Hollywood! (Over 150 reviews)
## 1429 7 blocks from French Quarter!
## 1430 Private entrance bd/bath by GG Park
## 1431 Trendy, Echo Park Home, 4bed/2bath
## 1432 Beautiful Uptown Home Near Freret
## 1433 Charming Stay in our Bed and Breakfast
## 1434 Mid-Century Mid-PDX Designer Nest
## 1435 2BR/1BA & Check-in Day Parking-Remodeled w/Kitchen
## 1436 Great Apt steps from Central Park
## 1437 Good Vibe(ette) Beach+LAX+Bikes
## 1438 COMFY TWIN DOUBLE ROOM IN BOSTON
## 1439 BOHEMIAN HOLLYWOOD BUNGALOW
## 1440 Williamsburg Penthouse Hideaway
## 1441 Tiny Garden cabin on Queen Anne
## 1442 Best Location in NYC! TIMES SQUARE!
## 1443 Comfortable Venice Beach Apartment
## 1444 1BR Suite newly remodeled near UCSF
## 1445 Private suites near it all- Room #4
## 1446 Wonderful Downtown ATX Room!
## 1447 Private Room & Private Bath - Walk To Beach
## 1448 Ravenwood Manor (Historic Bywater)
## 1449 Historic Mission District Victorian
## 1450 Le Petit Coin de L'Enfant
## 1451 Cozy Mission Garden Rooms
## 1452 Topanga Tree House Retreat
## 1453 Comfortable Mt. Tabor Room & Bath
## 1454 Fun Mt. Pleasant Studio near Zoo!
## 1455 Venice bungalow 1/4 block to beach!
## 1456 Lovely studio near Dupont Circle
## 1457 SOCO Artist's Funky Guesthouse
## 1458 URBAN HOLLYWOOD TWO LEVEL PENTHOUSE + 8 BEDS
## 1459 Castro Street - Studio Garden Oasis
## 1460 Poolside Guest House
## 1461 Motel fully furnished, 350 week
## 1462 Gorgeous Cozy Private Room Manhattan NYC sleeps 3
## 1463 Designer Flat in Best Location
## 1464 Hollywood Studio Close 2 everything
## 1465 Charming Studio Close to Beach
## 1466 Sunny Apartment in the Mission
## 1467 Private Room in Haight Victorian
## 1468 Sports Room/Near Subway/Free Passes
## 1469 Chk-In/Out ANYTIME Come7am Go11pm*
## 1470 Room w/pvt bathroom on Central Park
## 1471 Private Room in a Strategic Area
## 1472 El Segundo -Private Four Room Suite/Private Bath
## 1473 1 BLOCK TO BEACH AND MAIN STREET!!
## 1474 Charming Century City Guest House
## 1475 A Cozy Creative Room for Nomads
## 1476 POSH 2BR/2BA IN DOWNTOWN HIGH RISE!
## 1477 A Perfect Little Taste of Soho
## 1478 Streetcar Line Luxury
## 1479 Joe's Cozy Corner Private Luxury
## 1480 Bordello Cottage, With Bikes
## 1481 Gorgeous Apartment in Bucktown
## 1482 3beds + deck+ Parking in the heart of DC - DuPont
## 1483 Spanish Hacienda mile from downtown
## 1484 ingefära hus! Williamsburg Center
## 1485 Beautiful Little Room in Victorian
## 1486 Private Venice Beach Room-Low Fees
## 1487 Charming Folk Victorian, walkable as you can get
## 1488 Solar Powered Rose City Park Spacious 2br
## 1489 #7 self check in with private entrance and private bath in downtown
## 1490 Quiet Harbor for your Journey in SF
## 1491 Deep in the Woods in Adams Morgan
## 1492 Venice Beach Modern 1 bedroom
## 1493 HOLLYWOOD STARS ✨Apartment w/3 beds
## 1494 Modern Clean, Cozy East Vill Room ♥
## 1495 Private Guest House - Walk Downtown
## 1496 Chinatown penthouse luxury loft
## 1497 3 Bedroom Charming Vintage Hideaway
## 1498 2BR Apt in Historic Treme #2
## 1499 Great location, super comfortable
## 1500 Cozy, Central SoCo Cottage
## 1501 HausBar Farm Urban Farm GuestHaus
## 1502 Bywater-Mediterranean Room
## 1503 Stunning Chicago Loft Near Wrigley Field
## 1504 POOL -Hollywood Classy & Luxurious
## 1505 Motel Rm fully furnished 350 Week
## 1506 Modern Oasis w/Outdoor Patio, BBQ & Chef's Kitchen
## 1507 Central Park Chic Single Room
## 1508 Sunny Space in Williamsburg
## 1509 Charming freedom trail apartment
## 1510 ON HIGHLINE! Private room & bath
## 1511 1Br Home 2 Blocks to Beach
## 1512 West Village Loft, 1st floor
## 1513 Treme Pied A Terre--4 Blks from FQ
## 1514 Bright Contemporary Urban Nest
## 1515 Sunny and Clean on the Park!
## 1516 Quiet, Comfy West LA Cottage
## 1517 Comfy Euro-Style Shared Bath Studio
## 1518 Modern Space, Close to Everything!
## 1519 Weho Craftsman Parking/Laundry/Wifi
## 1520 Convenient Lovely Manhattan NYC
## 1521 Cozy Private Red Room in Astoria
## 1522 Lively Neighborhood, Spacious Apt.
## 1523 Private Cozy Bedroom in Brooklyn
## 1524 Chic Ocean View 1br
## 1525 Because Nice Matters-Upper Upper West Side 2bd/2ba
## 1526 Live like a local - Walkscore 98!
## 1527 Bernal Heights Apartment, Patio + Parking
## 1528 Book Loft in Historic Warehouse!
## 1529 Laurelhurst Loft above the trees!
## 1530 Sunny, Modern room in East Village!
## 1531 1BR Suite in the Heart of Things
## 1532 Walking distance to Vanderbilt
## 1533 Chemistry - 3 beds + Private Bath
## 1534 Economic Studio Downtown Denver!
## 1535 Guest House in Burbank & Hollywood
## 1536 Flamingo Suite Near SoCo Downtown!
## 1537 Cozy, spacious & convenient 1 BR :)
## 1538 Silverlake meets Echo Park
## 1539 Secluded Studio in Castro/Mission
## 1540 LARGE PRIVATE FLOOR IN BROOKLYN, NY
## 1541 One stop from Midtown Manhattan!
## 1542 Bedford Loft, Williamsburg Prime
## 1543 Rustic Room/Free Transit/By Subway
## 1544 Quiet Room in Central Location
## 1545 Hip Spot close to Downtown!
## 1546 Cozy and quiet with secret garden
## 1547 URBAN DOWNTOWN LA POOL TABLE PENTHOUSE SUITE+5BEDS
## 1548 Hip, Echo Park, 3 Bedroom House!
## 1549 BEST Deal in HEART of NYC!!!
## 1550 quirky/cozy/historic: back room
## 1551 Studio with Kitchenette and bath
## 1552 House On Henry (3rd FLR Suite)
## 1553 Charming & Spacious 3BD downtown!
## 1554 1 bed/1 bath Dupont/ U Street
## 1555 The Marshall Studio in East Austin
## 1556 The Chandelier Tree. House.
## 1557 Cozy home in the heart of LB
## 1558 Big, private Andersonville Studio
## 1559 Amazing SM Bedroom/Walk 2 Beach,Shops, Food
## 1560 Cottage at West End/Vandy/Hillsboro
## 1561 2bdrm Stones Throw from Venice Sand
## 1562 Spacious Balcony
## 1563 ❤ Solace in Heart of DC ❤
## 1564 Spacious Private Room -East Village
## 1565 Private Room and Living Space
## 1566 Stylish Lower Haight Victorian Room
## 1567 UT/Hyde Park Craftsman Apartment
## 1568 Perfect location 1 bedroom in L.A.
## 1569 Modern Studio Apartment
## 1570 Bernal Heights Luxury Garden Suite
## 1571 ☞ Walk + Bike + Transit Score 97+ ☜
## 1572 Peaceful Quiet Cottage Apartment
## 1573 Private Garden Entry
## 1574 Budget Luxury, w/ Manhattan Views!
## 1575 Stylish Studio in Silver Lake
## 1576 LowerEastSide apt share shortterm 1
## 1577 Beautiful Upscale House Private BR
## 1578 Private room in Sunny Ballard
## 1579 Secluded backyard cottage in N. PDX
## 1580 Mission District - Perfect Location
## 1581 Silver Lake Yurt
## 1582 LOGAN FULL APARTMENT FOR RENT
## 1583 Modern garden apartment/tiny house
## 1584 Brooklyn Cove 1br Apt w/ Garden!!
## 1585 GIORGIO ARMANI Sexy Designer Loft
## 1586 Home of Restaurateurs, Belltown!
## 1587 Renovated Flat in Historic Home
## 1588 ❤️ Almost Downtown! ❤️ Cozy Private Studio Apt
## 1589 Private row house apartment in the heart of Shaw!
## 1590 3 min to train + free parking
## 1591 Historical Loft with Capitol View!!
## 1592 3 Bedroom 2 Bath Modern Vintage Greystone
## 1593 Private Haven-private bath&entrance
## 1594 Uptown stylish 2 beds Studio Home
## 1595 Private Bath LGA Mets Times Sq 7 Tr
## 1596 Modern Spacious Yoga Studio!
## 1597 Parkside beauty - entire top floor
## 1598 Experience New York - A Locals Way
## 1599 Q / Prvt bath /Marina, walk 2 beach
## 1600 Charming Private Suite in Old Town
## 1601 Travis Heights Bungalow 2/1
## 1602 Cozy SW Room w/ Young Dalmatian Co-Host
## 1603 The Lockeland Cottage @ East Nash
## 1604 Studio Near LAX / El Segundo Beach
## 1605 Elegant top floor rental
## 1606 Lofty Stay
## 1607 Comfy quarters off Hawthorne
## 1608 Hip Urban Woodland Sanctuary
## 1609 Bywater-Drawing Room
## 1610 Architectural Gem - Hike to Beach 3
## 1611 Spacious Oasis at Venice Beach!!~2
## 1612 Private Suite- MDR/Venice//MarVista
## 1613 Spacious 1bed/1bath private apt.
## 1614 Private 1BR in Mission Victorian
## 1615 Beautiful Renovated Rowhome in DC!
## 1616 10min Walk & 15mins to Tourist Spot
## 1617 Shabby Chic Oasis in Heart of LA
## 1618 SPACIOUS BEAUTIFUL APT IN NYC
## 1619 A Block From TIMES SQUARE
## 1620 ROCKRIDGE GEM -- private, quiet
## 1621 The Sideshow Suite Near French Quarter
## 1622 Modern Luxurious Apt in downtown LA - 218
## 1623 4bd/2ba Central Austin Retreat
## 1624 Private large studio apartment.
## 1625 Private Room Close To Downtown QBD
## 1626 GREAT Room in Chelsea!
## 1627 Warm, bright 2br/2ba in West Town!
## 1628 Clean Studio - Next to Conv Center!
## 1629 Spacious Victorian 2br+ apartment
## 1630 Spacious New East Nashville Loft
## 1631 Hollywood Hills guest house w/views
## 1632 Comfort, Clean, Classy, Convenient
## 1633 Beautiful Loft Apt East Nashville
## 1634 In the Heart of Time square
## 1635 ⁂ Walk Score 92 ⁂ Sofabed ⁂ Parking ⁂
## 1636 Cozy Private Room 2 - JFK & Subway
## 1637 Modern 2BR/2BA in W. Wicker Park
## 1638 Secret Surfer Beach Pad
## 1639 Historic Denver City Park Condo
## 1640 Cheapestead Cottage East Nashville
## 1641 Rustic Get-Away SilverLake
## 1642 King of the World Silverlake View!
## 1643 HOLLYWOOD/HIGHLAND APT - SO CENTRAL
## 1644 Master Bedroom w/ full bath
## 1645 New! LUX HOLLYWOOD 3BEDS!!! Two Bedroom 3Baths *C2
## 1646 Hawthorne "Apartment in the Sky"
## 1647 Metro-luxe Tuscan Suite Private Room
## 1648 One Fabulous Private Room
## 1649 Chic Venice 1 Bdrm Steps to Beach
## 1650 Private & Cozy Bohemian OB Cottage
## 1651 Eastside Private Studio + Bike
## 1652 Upper East Side City Cottage Near Parks Museums
## 1653 Stay in style, walk to metro
## 1654 Seattle's BEST RATE - Seward Park
## 1655 Downtown Eastside Upgraded Home!
## 1656 Great Location~Value~5 Star Rating!
## 1657 COMFORTABLE ROOM
## 1658 Comfort near Venice/Santa Monica
## 1659 Guest bedroom in Victorian home
## 1660 Cheap and Cheerful Studio with a View (Dolores)
## 1661 Home Away from Home
## 1662 Beverly Hills Studio + Kitchen
## 1663 Chic Apt,Manhattan near CentralPark
## 1664 Bright Plant Filled Studio
## 1665 Close to Everything in San Diego
## 1666 Room in Sustainable DC Home - Parking/ Metro
## 1667 Early 1900's Carriage House w/Views
## 1668 AMAZING MANHATTAN SKYLINE VIEW
## 1669 Big Easy Condo(close to the action)
## 1670 Topanga Modern Oasis Close to Beach
## 1671 Cozy Budget Oasis 5 Minutes To Manhattan!
## 1672 Studio Guest Apt W/ Parking.
## 1673 Tranquility for the Night and Day
## 1674 QUEEN SIZE room (w King rm avail!)
## 1675 Spacious, Vintage Hyde Park Apt.
## 1676 Garden Cottage @ Villa Echo
## 1677 Private Studio by Venice Beach
## 1678 Peace, Beauty & Ocean View, Malibu
## 1679 Private Vacation Rental in L.A.
## 1680 Designers' Apt Near Loop, McCormick
## 1681 Woodsman's Gallery/Stunning Views!
## 1682 Private Guesthouse Best Location!
## 1683 Bunkhouse Topbunk/Airstream Retreat
## 1684 BEAUTIFUL 1 BDRM Apt. LOCATION! LOCATION!
## 1685 Modern and New Open Penthouse Studio With a View!
## 1686 Private room in Portland
## 1687 Room 2 at the Garden Guest House
## 1688 2Bd Penthouse by Convention Center!
## 1689 Liz's Beachy Retreat-Santa Monica!
## 1690 Location! Music Row Gulch Downtown!
## 1691 Walk to bay Priv. bath private deck
## 1692 Sunny Gem with Balcony!
## 1693 Waterbury House East Williamsburg Guest Bedroom
## 1694 Dave's Luxury Poolside Suite!
## 1695 Private Bedroom in Wooden House
## 1696 studio room + outdoor Jacuzzi
## 1697 Cozy, bright lofted studio
## 1698 Live in a Hidden Oasis, Heart of Los Angeles
## 1699 Your Own 2 Br Apt Bedford and Grand
## 1700 5 Star Suite Experience + Parking
## 1701 SilverLake Modern and Private Oasis
## 1702 Stylish Terrace Level Cap Hill Apt2017 renovation
## 1703 In the Heart of Haight/Ashbury # 4 STR-0001966
## 1704 Charming East Village Studio
## 1705 Charming Garden District Apartment
## 1706 Quiet 1BR Garden Retreat
## 1707 The Cutest Wicker Park 1 BDRM!!
## 1708 Special OFFER on Airbnb NYC Room!
## 1709 Nice private room for 2 people
## 1710 Sunny Garden Studio-on DC Red Line
## 1711 Private Garden Apt w/ Soaking Tub
## 1712 Garden Apt. in Historic Sea. House
## 1713 East Austin Bamboo Hideaway for SXSW, with BIKES!!
## 1714 Sweet little shared room
## 1715 BearBNB
## 1716 Private Bungalow by Beach+FREE Parking/bikes/Wifi
## 1717 Top floor unit-priv. bath & parking
## 1718 Northeast Pasadenba: Master Suite
## 1719 The Adventure House
## 1720 Bright, Renovated 1BR in Brownstone
## 1721 Quiet, Walkable 2bd Apt w/ backyard Barton/Zilker
## 1722 Cozy Guest House w/ Stunning Views
## 1723 Inviting Queen Anne Victorian B + B
## 1724 HANCOCK TOWER/COPLEY ROOM
## 1725 Apartment in Beautiful NW Portland
## 1726 Downtown Designer Full Floor Loft
## 1727 Bright Beautiful Huge Loft in NE!
## 1728 Alberta Arts Carriage House
## 1729 Palace of the Soul Cozy Sanctuary
## 1730 La Jolla Beach Paradise, San Diego
## 1731 Great Space in Heart of Hawthorne
## 1732 Topanga Mountain Chalet
## 1733 Rumahku De New Orleans
## 1734 Private bedroom & bathroom in Family Mini Mansion
## 1735 Universal Studios/Hollywood Hills
## 1736 Kitchenette 2 Blocks From The Beach
## 1737 Amazing... Amazing... Amazing....
## 1738 Brownstone Cozy Private Studio
## 1739 Dining District Jewel
## 1740 Tiny House Downtown w/ FREE Bikes! Open for SXSW!
## 1741 The Mountain Beach House Suite
## 1742 Johnny Cash's old Midtown Apt!
## 1743 Less than 1 mile to French Quarter
## 1744 The Garden House/Cozy Winter Cabin
## 1745 Garden Cottage Charming!
## 1746 Cozy backyard cottage in inner NE
## 1747 Hollywood & Highland
## 1748 Sleek Entire Real 2BR Apt - Bedford Avenue !!!
## 1749 Fresh, Simple Sleep in Brooklyn!
## 1750 Charming Colorful Victorian II-Noe
## 1751 Cozy rooms with parking and Wi-Fi
## 1752 Quiet Stroll to the Quarter #2
## 1753 Pristine Pied-a-Terre; Hot Hood!
## 1754 Adorable Venice Bungalow/GuestHouse
## 1755 Mt Tabor Retreat Full Bath Ensuite
## 1756 Historic 1906 Venice Beach Retreat
## 1757 Large & Beautiful Manhattan NYC
## 1758 Charming Colorful Victorian - Noe
## 1759 Garden Retreat steps from Haight St
## 1760 Classic Russian Hill flat in SF!
## 1761 Charming Logan Circle Rowhouse Apt
## 1762 Your Private Cottage! Walk a Block to BEACH/Pier!!
## 1763 Private Studio Apartment
## 1764 Clean Private Bedroom on Manhattan
## 1765 1 BDR APARTMENT 7 MINS FROM JFK
## 1766 Modern, Cozy Apartment in the Historic Heart of DC
## 1767 City Chic in PDX's Hottest Hood
## 1768 Bird's Nest Redondo Beach
## 1769 iKlektik House // Cardinal
## 1770 Sunset Junction Silverlake, LA.
## 1771 Stay Near Downtown Nashville!
## 1772 Capitol Hill Historic District Apt!
## 1773 Luxury Vandy/Belmont Condo w/Pool
## 1774 Cool Timeshare/Hotel (Union Sq.)
## 1775 Quiet Bedroom-Venice/LAX/Beach Area
## 1776 180° Silverlake View Of Your Own
## 1777 Beautiful, Sunny Victorian Cottage
## 1778 Victorian Charmer Downtown #222
## 1779 Private Garden Room- Great Locale
## 1780 GORGEOUS 1bedrm Gramercy- No Share
## 1781 HEART OF WEST HOLLYWOOD
## 1782 Xeriscape Bungalow in Hip E. Austin
## 1783 Only Steps away from LaGuardia arpt
## 1784 Marigny Garden Charmer with Bikes!
## 1785 Venice Luxury overlooking Canals
## 1786 The Little House on the Hill
## 1787 Cozy Room in Our Bed and Breakfast
## 1788 Laveau room with 1/2 bath in room
## 1789 Sunny West Los Angeles City Views
## 1790 Fully Private Garden Studio w/bath
## 1791 Bright! LARGE 2 BEDS near Manhattan
## 1792 Fabulous Artist Flat—Potrero Hill—Business Ready
## 1793 One Extra Bedroom with Closet
## 1794 Cozy Venice Vintage Camper
## 1795 Stylish suite in DC, free parking
## 1796 Chez DEX Of Downtown Seattle
## 1797 Wonderful Beach Bungalow Apartment
## 1798 Cenote Studio right downtown
## 1799 LOCALS STYLE LIVING 1 BEDROOM!!!!
## 1800 Seaport Designer Full Flr Home
## 1801 Top Floor 2bd Luxury Brownstone Apt
## 1802 Luxury and Fab Location w/ a View!
## 1803 Venice House! 20ft from the Beach!
## 1804 Spacious 2 Bedroom in UES All Yours
## 1805 Bohemian Paradise in Industrial BK
## 1806 Historic East Nashville
## 1807 Private room off the Freedom Trail.
## 1808 Waterfront Condo on Lady Bird Lake
## 1809 Private & Convenient Studio
## 1810 Charming 1BR English Basement Apt.
## 1811 Room 1 at the Garden Guest House
## 1812 Nested in the Hills
## 1813 Mission/Castro one-bedroom suite
## 1814 Sellwood-Near Parks and the River
## 1815 Beautiful Ocean Front Beach House D
## 1816 Downtown Austin - Tiny Tasteful 1
## 1817 Sporty Yacht - In Historic Oakland
## 1818 Guest House ~ El Nido Amour ~ The Love Nest
## 1819 Designer's Apartment + Rooftop Patio
## 1820 Steps to Beach in Prime Venice!
## 1821 W. 80's Central Park 3 Blocks Walk
## 1822 Contemporary Room with Private Bathroom/Balcony
## 1823 Moore Cottage, Silver Lake
## 1824 CENTRAL PARK LOFT all for YOU
## 1825 Heart of Southeast
## 1826 Beautiful Spacious Apartment
## 1827 2 Bedroom Modern Vintage Greystone
## 1828 Creole Attic - Central A/C Aaaaaaaahh!
## 1829 Casa Pelican B&B and Cooking School
## 1830 Secret cottage - with parking
## 1831 Classic Silver Lake bungalow
## 1832 Beautiful Rooms Minutes from LAX!
## 1833 Beautiful Victorian Awaits You - Garden View
## 1834 Great location, cozy, near F, G, R!
## 1835 Cheap, Cheerful AND Super Cozy !!!!
## 1836 Bright, Clean, Central Location!
## 1837 A Clean Room in Central Location!
## 1838 1 of a Kind! North Park, Hillcrest
## 1839 White Box Loft with private room
## 1840 Nice Manhattan Apt Near Central Park and Subway
## 1841 Hollywood SuperHost for SuperGuests
## 1842 Quiet, private guest cottage
## 1843 The Retreat in Lovely Bayou St John
## 1844 Iconic Greenwich Village Location
## 1845 Fabulous Urban Retreat 2bdr
## 1846 Landmark Brownstone, Crown Heights
## 1847 Spring DEAL to only 3 Sub Stops from MANHATTAN!!!
## 1848 Loft in Williamsburg Area w/ Roof
## 1849 55th & 5th Ave BEST LOCATION!!!
## 1850 Sun filled 2BR in BedStuy Townhouse
## 1851 Historic Georgetown Rowhouse
## 1852 Downtown studio close to everything
## 1853 Charming, Private Castro Garden Apt
## 1854 Tiny House in Hip East Nashville
## 1855 Haller Lake Restored Log Cabin
## 1856 Holladay Home (w/parking)
## 1857 Artist's Ocean-View Garden Secret
## 1858 French Quarter Private room near Bourbon St
## 1859 MidCentury Modern Artist's Nest in CENTRAL SE PDX
## 1860 Beautiful Immaculate Nob Hill Condo
## 1861 The Green Room
## 1862 Private, spacious room in Brooklyn
## 1863 Scandinavian-apt for up to 5. LES
## 1864 Cozy, high-rise room, stunning view
## 1865 Private Guest House - Heart of L.A!
## 1866 Weho Apartment Parking/Laundry/Wifi
## 1867 2BR: Family friendly next to GGP!
## 1868 CASTLE DREISKULL: PLEASURE DEN!!
## 1869 Golden Gate Park Retreat
## 1870 Sunny Garden Apartment, Queen Bed, Parking, View
## 1871 Nolita Special SoHo 2BR
## 1872 NEW,Roscoe Village,Cubs, Pvt Bath
## 1873 Private Entrance and Central
## 1874 East Village Studio, Great Location
## 1875 Private Studio w/ hot tub close in!
## 1876 Private Downtown LA Getaway
## 1877 Open comfortable room near LAX
## 1878 Private room with terrace
## 1879 Relaxing Garden View Private Access
## 1880 tiny room ECO Home 1 blk to Beach
## 1881 Clean, Comfy, King Room at Mueller
## 1882 Capitol Hill Oasis- Lake Union view
## 1883 Private Studio Apartment w/ Bathroom & Office
## 1884 Townhouse near Universal Studios 1
## 1885 Relax in vintage 2 BD 1920s apt
## 1886 The Perfect LA Location
## 1887 Big Room + Private Bath & Entrance
## 1888 Los Angeles Studio Walk Downtown LA
## 1889 Garden Apartment in Madison Valley
## 1890 温馨双人房,一分钟到地铁。
## 1891 Detached Aunt house 8 min to the beach -
## 1892 A: 3 Level Condo w/2BA | Sunset Junction Walkable
## 1893 Hollywood Walk of Fame apartment!
## 1894 Large Bedroom in 3 Bdrm
## 1895 Easy access to NYC!
## 1896 2nd best stay in the bay area
## 1897 The Comfort and Convenience of Home
## 1898 Heart of HOLLYWOOD 4BR Home
## 1899 Little Venice Garden Guest House
## 1900 2BD Garden Apartment in Hawthorne
## 1901 Pets Ok spacious priv 1 bedrm apt
## 1902 Sue's Place
## 1903 Best Studio on Prospect Park
## 1904 Futon 2.0
## 1905 Historic, Brooklyn brownstone, Private Rooms
## 1906 1BR/Full Bath near U of Chicago
## 1907 Modern Mid-Century Vibe Near Venice Bch & LAX
## 1908 1923 duplex- walk to Sunset & Views
## 1909 Bywater Curio Space: artful living
## 1910 Private Rm, Mission Dist, 1907 Bldg
## 1911 Private Upper Suite, Walk to Bourbon FQ Armstrong
## 1912 The Crow cottage near UT & downtown
## 1913 Lofted Room In Artist Space
## 1914 Ultra Comfy Room, Downtown ATX!
## 1915 Super Hip South Austin Studio
## 1916 Beautiful Room near Prospect Park
## 1917 Be My Guest, Amazing Views Potrero
## 1918 Pretty room studio !
## 1919 Bohemian Chic - Walk to Jazz Fest in 15 Minutes!
## 1920 Clinton Hill Perfect Room
## 1921 Alberta Arts Backyard Studio
## 1922 Lovely Garden Suite in Sunny Noe
## 1923 Cozy 1BR in Cobble Hill, GREAT loc!
## 1924 Queen Bed and Walk to Everything
## 1925 Washington "Teal" Room - near CTA
## 1926 Decorators 5-Star Flat West Village
## 1927 Modern Loft With Gorgeous Views
## 1928 Live like a local in Laurelhurst
## 1929 Los Feliz Private Coach House
## 1930 HOLLYWOOD HILLS SKYLINE VIEW STUDIO
## 1931 1 Block to Metro in Fun Group House
## 1932 A GEM Garden Apt on Broadway & 42ST QUEENS, NY
## 1933 Lavishly Restored 2 bedroom #218
## 1934 Must Love Cats!
## 1935 Garden District Artistic Mansion
## 1936 KOZY ROOM IN FORT GREENE BROOKLYN..
## 1937 Min.To #7 Metro/Midtown, City Views
## 1938 Super Sweet Room 5 Blks from Beach!
## 1939 Stylish Pension Shared Bath Studio
## 1940 Amazing View, Amazing Location
## 1941 Big private Studio w/ Fireplace in great location!
## 1942 Comfy Room in the heart of Boston
## 1943 Prime Hollywood studio
## 1944 Full bed/ small private room.
## 1945 Tree House in East Austin!
## 1946 Cozy Bronx Bed & Breakfast
## 1947 Historic River Storefront w/Garden
## 1948 Cozy Carroll Gardens Brownstone Apt
## 1949 Walk to bay downtownn Priv 1/2 bath
## 1950 Amazing Quarter/Marigny Apartment
## 1951 At Epicenter of the new New Orleans
## 1952 Pacific Heights, 2 rooms & parking!
## 1953 Superhosted Apartment. Easy Parking
## 1954 The Crow's Nest: Urban Cabin
## 1955 1 Stop fr. Manhattan! Private Suite,Landmark Block
## 1956 Wicker Park Loft
## 1957 Quaint East Village Euro-Studio
## 1958 Beautiful Studio in Beacon Hill
## 1959 Bywater Beauty Guesthouse
## 1960 Adorbs cottage - Historic, walkable area
## 1961 Modern Venice Beach Guest Cottage
## 1962 Modern Venice Guest Cottage Too!
## 1963 Art Collector's Pied-a'-terre
## 1964 Indoor/Outdoor Cottage & Gardens
## 1965 Historic Row House Suite
## 1966 Oakland Backyard Studio Apt
## 1967 Lovely Bedrooms in Artist's Home
## 1968 Classic Williamsburg
## 1969 CLEAN,QUIET ROOM in GRAMERCY
## 1970 HAWTHORNE Wisteria Retreat
## 1971 Millennium Park Private bd/bth
## 1972 Austin, South SOCO Cottage - Walk to S Congress
## 1973 Perfect 'Charming' Tudor
## 1974 New 2 BD in Center of Hollywood
## 1975 Spacious Bedroom in a Brooklyn House
## 1976 quiet garden room with own bath
## 1977 Cute Bungalow on MAX Line
## 1978 The Perfect Wicker Park Studio
## 1979 Egregiously SE Portland #2 Clinton
## 1980 Lofted, modern cottage east cent 02
## 1981 Cute Room In our Williamsburg Share
## 1982 Alexandra's Uptown Queen Bed Room
## 1983 Charming Silverlake Bungalow Apt
## 1984 Lavender Venice Beach House
## 1985 Modern Micro Studio in Fo-Po
## 1986 Spectacular TwinPeaks View Home
## 1987 Beach House Loft Duplex, Priv Bath
## 1988 East Nashville - Clean Quiet Suite
## 1989 Hollywood 2bedroom with great views
## 1990 2 Bedrooms Beverly Hills Cozy Cottage and Pool
## 1991 Alchemy BnB - room in artist loft
## 1992 Williamsburg, a better and cheaper Manhattan
## 1993 Private Entry/1895 Victorian
## 1994 Chinatown/Lower East Side Bedroom
## 1995 BigEasyCondo 2(close to the action)
## 1996 Quiet Private Room - Studio Feel
## 1997 Sexy/Elegant Armani Casa loft.
## 1998 Pool View Next to Staples / Convention Center DTLA
## 1999 Private En Suite #1/Bath/Breakfast
## 2000 Ballard Craftsman Charmer
## 2001 A Superhost SALE! DELUXE Room!
## 2002 Private Room in Chic Modern Home
## 2003 Private New Apt Next to Coffee Shop
## 2004 Affordable Furnished Apartment
## 2005 Entire Hollywood Studio, Good location
## 2006 Modern Apartment, Outdoor Patio
## 2007 Small private room by downtown-Yellow
## 2008 Enjoy Local Life in the Best NYC Neighborhood
## 2009 NEW STREETCAR LINE! Historic Cottage - New Marigny
## 2010 Central Boston Beacon Hill 2brm
## 2011 A LITTLE SUGAR Pearl District
## 2012 Cozy Kerns/Laurelhurst Apt. on Flanders St. 97232
## 2013 Tiny Home near SE Division!
## 2014 Light & Modern Downtown Conv Ctr
## 2015 Zen Budget Oasis 5 Minutes To Manhattan!
## 2016 Loft Studio with Private Bathroom
## 2017 Fort Greene, NYC Entire studioAPT!
## 2018 Beach view studio on Ocean Avenue!
## 2019 Private and Cozy Stay in Venice
## 2020 Bluebird Loft near 5Points/Downtown
## 2021 New Orleans Charm- Temple Room.
## 2022 Private and Sunny Zilker Cottage
## 2023 Echo Park Retreat with Views
## 2024 Rad Studio Room in Williamsburg
## 2025 Tranquil Castro Victorian. Private bath. Nice cat.
## 2026 Large, Sunny Apartment for Rent
## 2027 Exquisite cozy room in West LA
## 2028 Modern Studio with private garden
## 2029 Private suites near it all- Room #3
## 2030 Designer's Sunny EV Oasis w/iPhone
## 2031 Townhouse in Heart of Hollywood!
## 2032 Quiet Clean Bayou St. John Studio
## 2033 New Orleans Charm- Master Bedroom
## 2034 Small private room by downtown-Orange
## 2035 Los Angeles Downtown High 5
## 2036 Prime Downtown Unit near Everything
## 2037 Sunny Apartment w/ Free Parking!
## 2038 Wow 2BR/1BA Sleep 6 Elevator BLDG
## 2039 #1 Heart of KOREATOWN 2BD + Parking
## 2040 Steps from everything in Georgetown
## 2041 Private room near downtown/beach
## 2042 Artist studio 102 dwntown/hollywood
## 2043 Fab Fashion Stay in Dwntwn LA
## 2044 Gorgeous Park View
## 2045 NW Nob Hill Whole House Getaway
## 2046 Charming Cottage Very Near Beach
## 2047 LOVELY 2BR West Village Apt!
## 2048 Spacious Apt in a Great Location
## 2049 Private Studio Museum Block UWS
## 2050 Vistas & Zen above SF/ Twin Peaks
## 2051 Modern Creative East Village Studio
## 2052 Bright Mid-Century Ranch Guesthouse
## 2053 Spacious Shared Loft in SoMa
## 2054 Cozy Room in Trendy East Nashville
## 2055 Super-Fun-TreeHouse-Loft! (Room 1)
## 2056 Uptown 1bd Apt w/Private Entrance
## 2057 theMarrakesh -House by Hollywood
## 2058 #3 Real close to the airport...
## 2059 Spacious/Clean, St. Roch/Marigny!
## 2060 1968 Airstream, Mt Tabor, Restored
## 2061 Pvt. Home Available
## 2062 Beach Bungalow-Steps to the Sand!
## 2063 Hip 3 BED House Close to Downtown!
## 2064 Cozy two bedroom in L.E.S.
## 2065 Magic apt Hollywood/Downtown 203
## 2066 Private Bungalow in the Heart of LA
## 2067 Best Location - Guesthouse/Art Loft
## 2068 Quiet Hideaway
## 2069 Gorgeous Studio on Madison Avenue
## 2070 ROOM WITH A KITCHENETTE
## 2071 Warm, Comfortable, Inviting Home
## 2072 Awesome Room & View - Lincoln Park
## 2073 Pool House Near Venice Beach
## 2074 Trendy centered soma studio
## 2075 Nice room--walk to Castro and Noe
## 2076 Large Master Bedroom - Williamsburg
## 2077 Enjoy the U street corridor!
## 2078 Bedroom & Bath at Twitshyre Manor
## 2079 Treme Apt , 4 Blocks from FQ
## 2080 Modern and Homey Duplex (3Br-3Ba)
## 2081 2BDR - CENTER OF HOLLYWOOD
## 2082 Eco-Friendly Sunny Pine Loft
## 2083 Charming Bungalow, Great Location, Fish Pond
## 2084 Wonderful Space in an Excellent & Unique Location!
## 2085 Cozy Cow Hollow Retreat
## 2086 PRIVATE GUEST HOUSE (4)
## 2087 Detached Guest House
## 2088 Stunning Views w/private 1/2 bath
## 2089 HIP AND PRIVATE HOLLYWOOD GATED GARDEN STUDIO
## 2090 Huckabuck Village in Historic Treme
## 2091 Cozy JP Studio-Best Location!
## 2092 Echo Park Studio with Great View
## 2093 ULTRA RELAXING POOL HOUSE in Los Angeles!
## 2094 Williamsburg Garden Apartment
## 2095 The Downtowner
## 2096 WALK OF FAME - Luxury Location with Private Bath
## 2097 Awesome Lofted Room in the heart of Downtown!
## 2098 Cozy 2 BR Apt. In The Sunnyside
## 2099 AMAZING, CHIC & STYLISH SF HOME
## 2100 Modern and Spacious 2 Bedroom Flat
## 2101 Room w/private bath -kid friendly
## 2102 Stay at Chez Chic budget room #1
## 2103 a cute bedroom, fun & safe
## 2104 Little Home on the (Urban) Prairie
## 2105 tropical venice beach back house .
## 2106 BROOKLYN VICTORIAN STYLE SUITE.....
## 2107 Fresh, Clean Brooklyn Garden Apt.
## 2108 Century City adjct. charming studio
## 2109 Charming Home Close To Everything
## 2110 Spacious New 2BR/2BA - Local Living in Heart of DC
## 2111 Venice Villetta
## 2112 East Austin Hidden Bungalow
## 2113 Urban Homestead w/ Chickens & Bikes
## 2114 Clipper Street Cottage
## 2115 Modern luxury in Shaw, short walk 2 metro/conv cen
## 2116 Beautiful UWS Apartment
## 2117 Historic Creole Cottage - Treme, New Orleans
## 2118 Williamsburg bedroom by Bedford Ave
## 2119 A Home Above the Rest: Quiet with old SF Charm
## 2120 Perfect Spot
## 2121 Ballard Artist's Studio
## 2122 Sunny Suite, Private Bath
## 2123 WALK to BEACH-10mins! FREE-BREAKFAST+Prk+WiFi- RM2
## 2124 Hollywood MASTER Bedroom w/ Private Bath
## 2125 Large Room for Rent 10 Min from NYC
## 2126 Room in Penthouse, Ocean Views
## 2127 Cozy Daylight Basement Apartment
## 2128 Roadside Attraction: Walk Downtown
## 2129 Tracy's TreeHouseVenice
## 2130 Spacious and Relaxing Room . . .
## 2131 Rosie's Cove Holistic Home ❤️ Riverbend Futon 1
## 2132 Custom Craftsman Close To Ocean!
## 2133 A Cozy Room in a Victorian
## 2134 Columbia City Treehouse Apartment
## 2135 Cozy Mexican Inspired Private Room
## 2136 Modern Getaway in Central SD
## 2137 Capitol Hill Guest House - 3BR+Loft
## 2138 Spacious, Comfy Basement Suite
## 2139 THE PLAYHOUSE + ROOFTOP DIGS!
## 2140 Fremont bed/bath, breakfast & view
## 2141 Beacon Hill Sunny Studio
## 2142 Luxury Studio Magazine St.- Private Entrance
## 2143 Private 2bdrm apt near Logan Square
## 2144 Your own bedroom in Eastside LA.
## 2145 Quiet Garden District Guest Cottage
## 2146 Hip Overlook close-in to everything
## 2147 BOHEMIAN EAST VILLAGE 2 BED HAVEN
## 2148 Modern, New DuPont Circle Suite
## 2149 Private Turquoise Room in Astoria
## 2150 BRIGHT n' BREEZY HOLLYWOOD BUNGALOW
## 2151 East Nashville Near Downtown!
## 2152 Flat in Prime Location
## 2153 Urban Retreat on 28th Street!
## 2154 Private Room with shared bath
## 2155 Queen Bed/Near Subway/Free Passes
## 2156 LOVELY HOME STEPS FROM SUNSET BLVD!
## 2157 Modern Stay in Brownstone Brooklyn
## 2158 Park Views-Walk to Orange Line(MDW)
## 2159 Home Theater Steam Shower Park Free
## 2160 Los Angeles, Hollywood / Downtown 2
## 2161 Charming 2 bdrm Dolores Heights Apt
## 2162 Breezy Silver Lake Art Studio
## 2163 MARINA BEACH BUNGALOWS
## 2164 Williamsburg Penthouse Guestroom
## 2165 Crown Heights Garden Apt.
## 2166 Loft-Williams District City View
## 2167 Historic 2 Bedroom by the Marigny
## 2168 Two rooms in Alberta Arts home
## 2169 Uptown Manhattan near Central Park
## 2170 JULY/AUGUST Special Price - Times Square
## 2171 FLAT MACDONOUGH
## 2172 Garden Getaway LAX
## 2173 Spacious Room & Private Bath
## 2174 Charming Bright 2BR apt- sleeps 6
## 2175 Beautiful Loft with Empire State View!
## 2176 LOCATION NE! "Mt Hood" : King bed
## 2177 Private Entry to Private Bed/Bath w Garden Outside
## 2178 Uber-central and fun SF Apartment
## 2179 EchoPark Canyon Retreat Private Apt
## 2180 WeHo Guest House @ Beverly Center
## 2181 Silverlake Studio Apt with Pool
## 2182 Room, Bathroom, and Parking Spot! Near UCLA
## 2183 New York, Manhattan, Murray Hill
## 2184 FOODIE HAVEN -ENJOY THE REAL NYC :)
## 2185 South Congress private SOCO Studio
## 2186 Gorgeous Apartment in Treme
## 2187 Lrg Private Rm~1 stop to Midtown!
## 2188 14 min to Union Square, Manhattan-Sunny Modern Rm
## 2189 Belfast Studio in Uptown NOLA
## 2190 Tiny House- Best Central Location!
## 2191 HEART OF NEW YORK CITY
## 2192 Comfy room in vibrant East Village
## 2193 SUPER COZY Mid Century LA House ...
## 2194 +Balcony, Hammock, Wifi & Netflix!
## 2195 Total privacy/Bedroom and Bath
## 2196 Cozy bungalow in SoRo-Culver City Arts District
## 2197 A Simple Nest
## 2198 Heart of Music Row Guest Suite
## 2199 Private Room Close to Downtwn+Beach
## 2200 LA,near VENICE,HUGE BED & PR. BATH!
## 2201 #3 - Cozy Private Bedroom
## 2202 Mississippi Ave Apartment w/Bikes!
## 2203 Sellwood Garden Studio
## 2204 East Village Cocoon: 2 Bedroom Flat
## 2205 #1 Superhost Special Offer in NYC!
## 2206 Zilker House - Beautiful and Modern
## 2207 Beautiful Treetop Loft
## 2208 2BR, free SF museums, GG Park, trampoline
## 2209 Gorgeous Space, Industrial NYC Apt
## 2210 E洛杉矶市中心高级公寓,中国城,环境清新优雅,交通便利,带免费停车位
## 2211 Private Nook in Leafy Andersonville
## 2212 Tranquil Mountain Cabin in LA
## 2213 Comfy room near Alberta, Airport
## 2214 North Park San Diego Private Casita
## 2215 Great View with Private Deck + Bath
## 2216 Beautiful Home Away From Home!
## 2217 Historic Carriage House, a peaceful city oasis
## 2218 2BR Modern Apt - Ground Floor with private Garden
## 2219 Super Cozy Union Square Apartment
## 2220 Perfect studio in VERY central DC
## 2221 Light and airy, steps to the Lake.
## 2222 What the French, Toast?
## 2223 Beautiful Treme/ Marginy Room ❤️
## 2224 PRIVATE ROOM IN HOLLYWOOD
## 2225 Super Sexy Williamsburg Diamond
## 2226 Walk to the Capitol! 2BR2BA w/patio
## 2227 Style and Comfort in Travis Heights
## 2228 A cozy private room for your convenience.
## 2229 Private cozy cottage in Los Angeles
## 2230 3BR SF View Apt
## 2231 The heart of Manhattan - NYC
## 2232 Villa Victoria 3BD/2BA LA Home
## 2233 Newly Renovated Studio/Guest House
## 2234 Enjoy Venice in stylish bungalow
## 2235 HARRY POTTER Hill! Top Local_SafeGH
## 2236 Clean and Cozy in Bloomingdale, NW
## 2237 Private 2room suite/4 blks to beach
## 2238 BAMBOO BEACH HUT, STEPS TO SAND
## 2239 Steps to Beach, Marina Del Rey
## 2240 Spacious Bright 2BR in Mt Pleasant
## 2241 2 Bedroom/2 Bathroom - Minutes to Downtown - Pool
## 2242 Private Irvington Basement Apt.
## 2243 Center City House in Washington DC
## 2244 Garden Apartment in NW - Near Metro, Free Parking
## 2245 Polk Street Coach House
## 2246 Private room In the heart of Denver
## 2247 Vintage, Cozy & Fun!
## 2248 Hidden Gem in Locals' Neighborhood
## 2249 Huge.Bright.Clean.Safe. Manhattan. Downtown NYC.
## 2250 Bright, Airy Studio near Everything
## 2251 Panoramic View Modern One-Bedroom
## 2252 Fresh Updates! Venice Beach Just Steps to Ocean!
## 2253 Bucktown - Great Northside Location
## 2254 West Wash Park and SOBO
## 2255 Cozy BR in Wiliamsburg 2 Bedroom
## 2256 Bike to the Marina from a Cozy Sanctuary
## 2257 Loft in the Hollywood Hills
## 2258 Private suite in universities area
## 2259 Lovely MidcityHome 4blocks toTrolly
## 2260 Musical Home Near Alberta/PDX Private Entrance
## 2261 Musician & Artist Haven @ RAKitCLUB
## 2262 Hell's Kitchen Oasis
## 2263 Brooklyn Amazing 2bedrm Luxury Apt
## 2264 Comfort Awaits at this DC Apartment
## 2265 Our NY home, Greenwich Village apt
## 2266 Great Room in Logan Square
## 2267 River North Loft in Prime Location
## 2268 Backyard Studio Apartment near UW
## 2269 Quiet Bernal Heights cottage studio
## 2270 H Street Hip, Union Station Solid
## 2271 Private Room - Capitol Hill Seattle
## 2272 Huge 2 BR Flat in Historic Victorian with PARKING
## 2273 Master bedroom with private bath
## 2274 Sunny 1 or 2 BR apt in Boerum Hill
## 2275 Hollywood Hotel Owners Suite *237*
## 2276 Cool 4bd Bungalow Perfect Location!
## 2277 Spacious Heart of Ft. Greene Studio
## 2278 Clean, safe, organic home
## 2279 Large 2BR mins to Midtown Manhattan
## 2280 Comfy, Cozy, Brooklyn close to Manhattan
## 2281 WOMEN ONLY. 6 Mins from JFK Airport
## 2282 A Room w/ Breakfast in E. Nashville
## 2283 East Nashville - Be Nice Or Leave
## 2284 Cozy Creole Cottage in The Treme
## 2285 Cozy room, close-in NE Portland
## 2286 Great location with privacy / charm
## 2287 "The Hideaway" Private Apt by Metro
## 2288 Charming Spanish Style Loft
## 2289 Fun Studio steps to French Quarter!
## 2290 CHARMING+HIP LOS FELIZ GUEST HOME
## 2291 Near Venice Beach and Santa Monica
## 2292 Modern Artists Retreat
## 2293 Lovely Spacious Room near Park
## 2294 ENJOY Downtown NYC!!
## 2295 SF Urban Haven & Secret Garden
## 2296 Hip & Modern Wicker Park 2 BDRM!
## 2297 Gorgeous 2BR Apt in Brownstone
## 2298 Spacious Condo off Broadway!
## 2299 Quiet Stay—UW, UDistrict, UVillage
## 2300 Browns House Guest Apt. in Ballard
## 2301 Your Private LA LA Land Home! Free Parking!! ^_^
## 2302 CHIC HOLLYWD+2Bdrm+WeHo+A/C+WF+4BED
## 2303 Lake Union view "Garden Apartment"
## 2304 2 Beds Option + Private Bath, Sunshine Bushwick
## 2305 LOCATION-SPACE-PRICE-LOCATION!!!
## 2306 PVT Manhattan room, GREAT location!
## 2307 Portland Tiny House (Alberta Arts District)
## 2308 Cozy Place in Noe Valley
## 2309 Cozy or King BR in a grand victorian
## 2310 Locals Admired Travelers Desired
## 2311 2BR/1BA Guest Suite - Union Station
## 2312 Cozy Backyard Cottage in South Park
## 2313 Comfy 1 br apt near H St & The Hill
## 2314 Cottage Style Studio Apartment
## 2315 2Br East Village VERY Spacious Apt.
## 2316 Harlem Treat - Backyard
## 2317 Comfortable Manhattanville
## 2318 Beverly Hills Walking Neighborhood-Exclnt Quartier
## 2319 Cozy Private Guest House with Pool
## 2320 Trophy Apartment in Dupont
## 2321 Calm Retreat; private bath&entrance
## 2322 West Seattle - Northwest Modern Hm1
## 2323 Heart of L.A. w/Balcony+Bathroom
## 2324 Cozy 1BR in Marigny, New Orleans
## 2325 Cozy Private Room by LAX & Beaches w/ Free Parking
## 2326 Private guest suite and bathroom
## 2327 Sweet Santa Cruz Surf Haven
## 2328 Whole House To Yourself! Great Neighborhood!
## 2329 CHARMING ROOM 3 MILES FROM BEACH!
## 2330 Comfy Logan Square blocks from 606.
## 2331 Cozy 2 bd/1 ba Outer Mission Flat
## 2332 ⭐️ A Private Room+Bath in Urban Eco-Oasis!
## 2333 Room w/ private bath + free parking (Room A)
## 2334 Sellwood Music Suite
## 2335 Heart of Hollywood!
## 2336 A Beautiful Brownstone Apartment
## 2337 Modern, Large East Village Loft
## 2338 PRIVATE. ROOM - Midtown/Central Park
## 2339 Art Filled Oakland Hills Beauty
## 2340 Basement Studio with Jacuzzi Jetted Tub (420 OK)
## 2341 Living Room Sofa Bed in BROOKLYN
## 2342 Private Garden Apt • New Renovation
## 2343 Fabulous Apt on Seventh Avenue
## 2344 #1 self check-in room late arrivals OK
## 2345 Venice Beach Apartment, Los Angeles Ca.
## 2346 Stunning Upscale Private Apartment
## 2347 Stylish Guest House + Outdoor Space
## 2348 2 Bedroom East Village Oasis
## 2349 SXSW Vintage Airstream Experience!
## 2350 Beautiful , Meditative Room
## 2351 L❤️vely 1BR- Times Square, Broadway
## 2352 Modern & Private 1 Bedroom in NE Portland
## 2353 Eagle Rock Studio Sanctuary
## 2354 Farm in the City, Mississippi dist.
## 2355 Simple Comfort with HOT TUB & More!
## 2356 Private room #10 with AC
## 2357 HISTORIC Treme/ Marginy Room ❤️✨
## 2358 Walk to METRO In DC & Budget Friendly. F
## 2359 JP Green House: Simple and Private
## 2360 Walk to METRO In DC & Budget Friendly. D
## 2361 New private Studio w/Garden views.
## 2362 Royal Lower Garden District Home
## 2363 Cozy Hand-Crafted N Williams Space
## 2364 Cozy Room & Private Bath in Downtown
## 2365 The Pool House
## 2366 House in Venice - Relaxing Retreat
## 2367 LUXURY 2BR IN HEART OF GOLD COAST!
## 2368 Luxury Bedroom & Private Bath
## 2369 Santa Monica cozy beach studio with sleeping loft
## 2370 Sun-drenched 1BD in Upper East Side
## 2371 Smallest House In The Village
## 2372 Open, Airy Tiny House-Central & UT!
## 2373 The Art Pad - Noe Valley studio gem
## 2374 Sunny East Villager
## 2375 Lovely apartment in Noe Valley!
## 2376 Quiet Studio in the Heart of Castro
## 2377 Luxury Midtown 2 bedroom Apt
## 2378 3 BEDROOM Apartment-Walk to Subway!
## 2379 Dorm Beds at Social SF Hostel #2
## 2380 Seward Park Zen Retreat 苏厄德公园禅撤退
## 2381 Double bed. Parking Space. Bus lines
## 2382 Spacious 1br by Milllennium Park
## 2383 Nice Private Room in Torrance CA
## 2384 Casa Quixote Mission flat w/parking
## 2385 Quiant attic apartment
## 2386 Stunning studio, quick train ride to Manhattan
## 2387 █ Modern Condo in Midtown █
## 2388 Hollywood Hills Loft Guest House
## 2389 Loop High Rise DOWNTOWN (Loop)
## 2390 Room in Seattle's Fremont area
## 2391 Huge Penthouse -Amazing Place !
## 2392 MODERN COZY APT IN DUPONT CIRCLE ON 18 St, NW
## 2393 Modern Artist's Lofts/Hayes Valley
## 2394 DOWNTOWN AUSTIN-SXSW-6th ST-ACL-Remodeled-Sleep 4
## 2395 Relax in the city, private entrance
## 2396 Large Modern Studio Room in NYC
## 2397 ★Unique two bedroom on 2nd Avenue★
## 2398 Vine-covered apt - LA walk to beach
## 2399 Charming Venice Studio with Balcony
## 2400 Sunny & Modern Guest House
## 2401 Live like a New Yorker/West Village
## 2402 Private Bedroom with Shared Bath
## 2403 Cozy Home Away from Home by LAX
## 2404 quirky/cozy/historic: middle room
## 2405 Top Rated Room in Williamsburg Loft @ Bedford Ave!
## 2406 Huge Victorian near Loyola, Lake #2
## 2407 Bright and Comfy Bedroom on UWS
## 2408 Cozy Private Room in the Center NYC
## 2409 Manhattan Midtown West Cozy&Modern
## 2410 LUXURY HOME +BREAKFAST + COFFEE SUITE 2
## 2411 Private Garden Studio in SilverLake
## 2412 Cozy Craftsman w/ Private Entry
## 2413 "Delille" Studio in Treme steps to French Qtr
## 2414 Private Room in Rozzie
## 2415 Hillside peaceful studio
## 2416 Luxury Condo In NW Washington DC
## 2417 Olive, The Handsome Craftsman Home
## 2418 1 MINUTE WALK TO VENICE BEACH
## 2419 Marais Pied-à-terre Luxe
## 2420 D Private Che@p Room 2 Explore NYC
## 2421 Lady Bluebird Converted Bus in NoPo
## 2422 Renovated Alberta Arts Sun-Filled Tiny House
## 2423 Modern Lincoln Park Studio
## 2424 huge charming apt loft east village
## 2425 PRIVATE ROOM IN JAMAICA, QUEENS
## 2426 1 BEDROOM APARTMENT IN UPPER EAST
## 2427 sunny and warm bedroom, 1min to T.
## 2428 Bedroom with view in large house
## 2429 Private Suite with Amazing View
## 2430 The Carriage House
## 2431 Boystown 2 Br Penthouse in Lakeview
## 2432 Los Angeles Downtown for up to 4
## 2433 Amazing spacious bachelor unit
## 2434 SOCO South Congress 500ft+ modern!!
## 2435 Captains Quarters, one block to BEACH, 2 Brd House
## 2436 Loft on Cupid's Bluff
## 2437 Elegant Guest House-Venice-Marina
## 2438 Lemon Tree Manor in Bywater
## 2439 SPACIOUS BEDROOM WITH PRIVATE BATH!
## 2440 Luxury. Modern. Art Deco. Parking
## 2441 ✳ Bright French Inspired Bedroom ✳
## 2442 The Gadson Gallery Guest House
## 2443 Apt near Museum Mile
## 2444 La Petite Maison/N Mississippi Ave
## 2445 Charming flat in heart of Nashville
## 2446 Couples getaway, ace location, home away from home
## 2447 The Mississippi Red Apple Pie House
## 2448 Private room2 in Mid City LA
## 2449 Urban Jungle in Bedford Stuyvesant
## 2450 Amazing Park Slope Duplex with Deck
## 2451 Classic Elegance in Brownstone Near Subway
## 2452 Room Only Two Subway Stops From NYC
## 2453 1 BR in Cozy NE Portland Bungalow w/ 2 Bikes!
## 2454 Large sunny room queen bed &balcony
## 2455 Harlem Hamilton Hghts Apt.2 Bedrms
## 2456 Sleep In a Cloud!! (With Parking!)
## 2457 West Hollywood Private BR / Bath
## 2458 SXSWDowntown studio uptown finishes
## 2459 Private room by downtown-Purple
## 2460 Little Italy gem Center of it all!
## 2461 Lively loft!
## 2462 Hollywood Hills Guest Suite II
## 2463 Heart of East Nashville
## 2464 URBAN HOLLYWOOD JAMES DEAN SUITE + 5 BEDS
## 2465 Private bed/bath LA, West Hollywood
## 2466 Bernal Heights Gem near SF Mission
## 2467 CHEAP BIG room in Williamsburg
## 2468 Designer amazing room in NYC!!
## 2469 Grandpa's Bunkhouse-Backyard Studio
## 2470 PandaTeaTemple 1BD wParking + View
## 2471 Stay in the "Single's Movie Bldg"
## 2472 Huge Modern 2 Bed / 2 Bath in SOMA
## 2473 Private Upstairs Oasis!
## 2474 Private Pool and Backyard Oasis
## 2475 No Extra Guest Fees
## 2476 King Size 1BR/1BA in W. Wicker Park
## 2477 Modern, nontoxic downtown apartment
## 2478 COZY TWO BEDROOM HOUSE
## 2479 Topanga Mountain Tea House
## 2480 Private bed/bath - Bloomingdale - DC
## 2481 Sanctuary in DC ~ Parking!!
## 2482 Private Bungalow, 3 Blks from Beach
## 2483 Large loft 1 min from subway
## 2484 The Real San Francisco
## 2485 PRIVATE bed/bath/office/patio w/breakfast
## 2486 French Flair #2: The Loire room
## 2487 Mid-City/Clean:Private Bathroom
## 2488 Between Piety and Desire
## 2489 Beautiful Room in Manhattan Loft
## 2490 Charming Belmont Shore Casita
## 2491 Spacious Logan Square Garden Apt
## 2492 Best location in San Francisco
## 2493 Private Grey Studio in Astoria
## 2494 Awesome Alberta Arts Apt
## 2495 Dorm Beds at Social SF Hostel #1
## 2496 Cozy Room in Noe Valley Victorian
## 2497 Walk to Barton Springs/Zilker Park!
## 2498 SD Zen. Location, Style & Comfort.
## 2499 Spacious, Private,Excellent Location; Free Parking
## 2500 Truly A Sweet Home away from Home.
## 2501 Waterbury House East Williamsburg Studio
## 2502 Clean, Quiet, Comfortable Room near LAX - StubHub
## 2503 Million Dollar Views, Modern Condo
## 2504 Best Location on Walk of Fame!
## 2505 Detached Studio w/ Full Bath
## 2506 New York City near Staten Is. Ferry
## 2507 ** YOUR HOME AWAY FROM HOME **
## 2508 Capitol Hill 2-BD/1.5-BA
## 2509 The Villa suite with amazing views
## 2510 North Plaza Condo Guest Suite
## 2511 PRIVATE ROOM w PRIVATE BATH Time sq
## 2512 Lovely Art Filled Inner-NE Bungalow
## 2513 Cute & Cozy Lower East Side 1 bdrm
## 2514 Gorgeous Apartment near CentralPark
## 2515 Cozy Foothill Retreat and Breakfast
## 2516 New York room with a view
## 2517 Charming Lincoln Park Apartment
## 2518 Historic Victorian Charm Downtown
## 2519 The Villa
## 2520 *Beautiful Modern Bright Beach Home in great area*
## 2521 Zen Casita Hideaway
## 2522 Cute and Cozy Studio by the Sea
## 2523 Golden Gate Park, Asian Food
## 2524 ☀ Modern Hip Clean Downtown Condo ☀
## 2525 Private Above Garage Apt in Central Austin!
## 2526 Hilltop Suite, View, Private Bath, Great Location
## 2527 Cozy Industrial Artist Loft Style Guest House
## 2528 Couples / Family Paradise NOT AFFECTED BY NEW LAW.
## 2529 Near Downtown Studio
## 2530 Dream Home close to the Ocean
## 2531 Quiet Private Room Central WeHo
## 2532 Safe & Sound in Bloomingdale, NW
## 2533 Garage Mahal
## 2534 Great Escape New Orleans
## 2535 Eclectic East Village Studio
## 2536 A Perfect LA Location
## 2537 Penthouse Designer Loft Brooklyn
## 2538 Adorable, Spacious, Steps to Metro
## 2539 2.-Mansion in exclusive beach area
## 2540 beautiful brownstone
## 2541 Private Bedroom in Upper Manhattan
## 2542 Great 2 Bedroom Apt in Lower East S
## 2543 Serene Private Silver Lake Retreat
## 2544 Lovely Treme Apt 1 Block from FQ
## 2545 AMAZING Deal in Heart of NYC!!!
## 2546 Stylish & Quiet NYC Retreat!
## 2547 Room in the middle of LES, SoHo
## 2548 Sleeps up to 4 - Sassy LandYacht
## 2549 Walking Distance To French Quarter
## 2550 2Bdrm/2Bath, 1.6miles from DT!
## 2551 Brenda's Hilltop B&B
## 2552 THE SECRET GARDEN - GUEST HOUSE
## 2553 Come Be Our Guest
## 2554 Private Room in Oceanview Penthouse_Live in Host
## 2555 Newly renovated historic brownstone
## 2556 Unique spacious loft on the Bowery
## 2557 Lovely Bsmnt Apt mins from Capitol
## 2558 PRIME 1br in Williamsburg
## 2559 The Hideaway
## 2560 Visiting Chicago & McCormick place?
## 2561 Sunny Private Room in Victorian
## 2562 Private Room in Williamsburg Loft
## 2563 The Home Away from Home
## 2564 Bankers Hill San Diego Close to all
## 2565 Beautiful apartment on Capitol Hill
## 2566 Full of Harlem Soul & Charm
## 2567 Beautiful garden studio near Park- Near Mission
## 2568 3rd Fl Relaxing Beachside Escape
## 2569 Best Neighborhood in Chicago
## 2570 Charm & Privacy Steps from Union Station & CapHill
## 2571 FUNKY SPACE IN BEAUTIFUL MANHATTAN!
## 2572 Cozy guest room 1 block from U of C
## 2573 Huge bed with a huge view!
## 2574 A Room in a House with breakfast!:)
## 2575 South Austin studio guest house
## 2576 Sunny, Quiet and Convenient Room
## 2577 Comfy & Cozy East Village Room
## 2578 Cozy room from New York, NY, JFK #1
## 2579 Unique, Private Retro SF Space
## 2580 Modern Penthouse Apt in Greenpoint
## 2581 Sunny 1 Bedroom Garden Apartment
## 2582 HOLLYWOOD LUXURY 5 BEDs WALK OF FAME POOL SPA
## 2583 Vintage Storefront on 18th Street
## 2584 Sexy Studio !!!!
## 2585 BEST LOCATION: U ST-DUPONT 2BR-2BA
## 2586 Private suites near it all- Room #2
## 2587 Urban Oasis
## 2588 Beautiful Garden Cottage
## 2589 Deluxe Garden Studio
## 2590 BeautifulTreme Apt, 1 Block from FQ
## 2591 Bright & Spacious Venice Perch
## 2592 One bedroom historical apartment #2
## 2593 The Los Angeles Room
## 2594 Ocean view, walk to pier, bikes!!
## 2595 Upscale Golden Gate Pk Master Suite
## 2596 Stunning Luxury North End Loft!
## 2597 Mission Dolores Garden Studio
## 2598 URBAN HOLLYWOOD 3BR/3BA MODERN SUITE + 6 BEDS
## 2599 Charming Boutique Room in Bushwick
## 2600 Fullszbd, Skyline view, prvt room.
## 2601 Castro Oasis - Newly Re-done
## 2602 See Hermosa Beach - it's in the movie "La La Land"
## 2603 Charming room in East Nashville
## 2604 Cozy & Rustic Cabin in the Woods
## 2605 On Broadway Close to Express Train!
## 2606 amazing views in midtown
## 2607 Cozy Private room w/Private Bath!
## 2608 Close to everything and cute too!
## 2609 Bright beachy bungalow
## 2610 Cozy, Comfy Unit w/ Private Entry
## 2611 Great Location, Private Rm 10 off!
## 2612 Gorgeous Urban 2 Bdrm at LA Live
## 2613 Space For guest
## 2614 Bicycle bnb in South Central Austin
## 2615 Private suite near it all- Room #1
## 2616 Large Bedroom 15 Min From Manhattan
## 2617 The Lower East Side Studio Flat
## 2618 Beautiful Harlem Apartment 1F
## 2619 Sweet n' Spectacular PARK SLOPE!
## 2620 Best Location in Downtown Seattle!
## 2621 Private BedRoom in Clean&Cozy Condo by Downtown
## 2622 Private home large yard petfriendly
## 2623 Charming B & B in Columbia Heights
## 2624 The Treehouse
## 2625 Sunset Junction Garden Cottage
## 2626 Central, Convenient and Beautiful Location
## 2627 Garden Studio in a Historic Home
## 2628 Artist Loft steps to Robertson Blvd
## 2629 Creative Studio Guesthouse
## 2630 Long Beach Casa-Paradise Found !
## 2631 Hell's Kitchen, Midtown west!
## 2632 Down home in Music City
## 2633 Room 2 min from Hollywood blvd!)
## 2634 Backhouse with Private Pool & Spa
## 2635 The Venice Roost on Abbot Kinney
## 2636 NW 23rd (Nob Hill) - Cozy Apartment
## 2637 Neat, Comfort, Convinent & Private!
## 2638 Stunning Contemporary Designer Home
## 2639 Private Room with Private Bath
## 2640 Wonderful Cottage in New Orleans
## 2641 Seattle + free parking + quiet
## 2642 East Side Charmer
## 2643 Private studio w/ private entrance
## 2644 ** ARCHITECT'S SPECTACULAR DOWNTOWN LOFT **
## 2645 Beautiful Room for Rent in Astoria
## 2646 Super-Fun-TreeHouse-Loft! (Room 2)
## 2647 Villa Luna Venice ~ Beach Home
## 2648 French Quarter Luxury Condo
## 2649 1 mile from LAX airport!
## 2650 Eclectic 2BR w/ Vintage Charm
## 2651 Cozy Room with Private Entrance
## 2652 Corner of 24 and Comfy
## 2653 Cozy Bungalow in Arverne By The Bay
## 2654 Oh glorious spring!
## 2655 2 Bedroom Private Condo Suite (Basement Apt)
## 2656 Comfy Bed in Hip NE--Walk to Convntn/Moda Cntr
## 2657 Little White House Garden Apartment
## 2658 Sunny private room featured in film
## 2659 Overlook Mid-Century Apartment
## 2660 Private Studio in Mission
## 2661 Private Room (E) @The Society Hotel
## 2662 1BR Apt, full kitchen, steps2metro
## 2663 Historic Home steps from Capitol
## 2664 Wonderfulness in historic rowhome
## 2665 Sunny San Diego Home Near All
## 2666 1-Bedroom Modern Spacious Apartment
## 2667 Bright and Spacious 2BR in RosePark
## 2668 Cozy Room Near the Ocean & SM Pier
## 2669 Vibrant Downtown ATX- 24/7 Access!
## 2670 Prime Williamsburg Loft off Bedford
## 2671 2 BR in the Heart of Hawthorne
## 2672 South Park Tiki Bungalow
## 2673 165* SPECIAL* 2 bed ApT! Location!
## 2674 Modern studio with Zen quality.
## 2675 Sunny bedroom in Pilsen
## 2676 East Nashville Private Cozy Loft
## 2677 Private Room & Bath on East Side
## 2678 A Taste of Uptown- Near Streetcar.
## 2679 safe and fun home away from home
## 2680 Spacious Private Guest House TV/Heater/Wifi
## 2681 Suite near LAX minutes to beach
## 2682 One bedroom historical apartment #1
## 2683 C Private Room By The Ferry
## 2684 The CAPTAIN'S QUARTERS
## 2685 Spacious Studio In Downtown LA
## 2686 Lovely Historic Home in the Treme
## 2687 Handbuilt Alberta Arts Cottage
## 2688 2BD w 3 beds sleeps 6 walk to beach
## 2689 DTLA- Spacious Luxury 1 BDRM Apt
## 2690 Relaxing Private Treasure! Pool & Parking!
## 2691 Clean Master bedroom, Private Bath
## 2692 Charming Downtown New York Haven
## 2693 Manhattan Penthouse-Max.12 guests
## 2694 private bed, bath & kitchenette with ocean view
## 2695 Bunk Bed (A) in The Society Hotel
## 2696 2.5 Blocks from Anywhere
## 2697 Heart of East Village Lots of Light
## 2698 Greenwich Village Colorful Studio
## 2699 Clean & Cozy comfort.
## 2700 theEuro Mini Apartment by Hollywood
## 2701 Cozy Room in Large NYC Apartment! 1
## 2702 Beautifully restored 1915 Craftsman
## 2703 Lower Garden District 2 bdrm apt.
## 2704 Stunning Ocean view Townhouse
## 2705 Stylish 1 Bedroom in Prime SoHo
## 2706 Single Room in the Castro
## 2707 Hayes Valley Studio- Private Entry
## 2708 Cozy Bedroom in Williamsburg 2 BR
## 2709 Lovely garden studio off Valencia
## 2710 2BR/2BA Hollywood Glamour & Luxury
## 2711 Historic Remodeled True 1-Bdrm Loft
## 2712 Westwood Apt w/ AC & Free Parking
## 2713 Cozy Nook in Heart of Williamsburg
## 2714 Overlook Mid Century Garden Home
## 2715 Peaceful with Windows, Brooklyn Apt
## 2716 Red House Retreat in Alberta Arts
## 2717 Cozy Alberta & Mississippi Suite
## 2718 Private Deck/Yard sleeps 4 near ZOO
## 2719 Quiet Cozy Room Near Warner Center
## 2720 LAX- Urban Cottage
## 2721 Fantastic View! Close to Light Rail
## 2722 Private, cozy studio near nature
## 2723 Cute 2BR East Village Best location
## 2724 Peaceful Parlor Floor Apartment
## 2725 Guest Hse Santa Monica/UCLA/Brentwd
## 2726 Luxury Modern by Venice Beach!
## 2727 The Perfect 2 Bedroom Designer Flat in L.E.S.
## 2728 New Apartment Near the Beach
## 2729 Best location in Denver! High-Rise
## 2730 Architect Owned - Reclaimed Retreat
## 2731 HUGE East Village 2 Bd w/Priv Yard
## 2732 #3 self check-in late arrivals OK
## 2733 Fun & Artistic Dtwn Loft
## 2734 Artistic Beach Inspired Apt w/ Bikes Included
## 2735 Magical Artist Treasure Trove *_*
## 2736 Peaceful Noe Valley private unit near everything
## 2737 The Model Unit+ Concierge Services + VIP TICKETS
## 2738 Modern Edwardian in Pacific Heights
## 2739 Surfer Paradise? Romantic Get Away?
## 2740 Normal Heights Private Guesthouse
## 2741 Large hillside studio in Echo Park
## 2742 Best Neighborhood in Manhattan!
## 2743 any term sublet night week months
## 2744 Large Private BR & Bath in Upper W Side apt
## 2745 The Hideaway Upstairs
## 2746 Bedroom with Private Bathroom
## 2747 Great close-in neighborhood, private bath
## 2748 Spacious Oasis at Venice Beach!!~1
## 2749 Modern Garden Guest House in heart of Venice Beach
## 2750 Stylish, Welcoming Home, Best Rate!
## 2751 1 bedroom apartment, single unit
## 2752 Steps to Frenchmen and French Quarter
## 2753 Lower Garden District on Magazine!
## 2754 Lovely Boerum Hill - PrivateTerrace
## 2755 Art lovers to the Duboce Triangle!
## 2756 Clean Room for Rent 10 min From NYC
## 2757 Cozy Studio Apt.
## 2758 Cozy secluded Guesthouse in Garden
## 2759 Gorgeous zen sky-lit 2BR
## 2760 Small Room with a Big Eastern View
## 2761 Castro - Private Garden Apartment
## 2762 **Chevy Chase Private Bed/Bath PLUS
## 2763 Comfortable 1BR on Capitol Hill
## 2764 Sun Filled West Village 2 bed+loft
## 2765 Friends, Couples, Family Getaway at #1 LA Location
## 2766 Spacious Modern Luxury Apartment
## 2767 Sodosopa! 3 BR/ 1 BA Downtown!
## 2768 Ideal Location in Logan Square 1BR
## 2769 Brand new english basement
## 2770 3BD 2BA Nob Hill Home w/ Private Roof Deck & Spa
## 2771 Little Armenia! Comfy Bed, Friendly Hosts!
## 2772 One bedroom w/ Qsize bed, priv bath
## 2773 Looking for Denver Hotels? Try Us!
## 2774 Mid Century Modern, Pvt Bath, Couple's Getaway
## 2775 Awesome Private Room - Upper West!
## 2776 Just the perfect room in SW DC
## 2777 French Cosy Rm-Aussie-Happy Energy
## 2778 *Discounted!* Studio Venice beach & Santa Monica
## 2779 Value Studio! Cozy like home!
## 2780 Q Street Sleepover in DC
## 2781 Room 3 at the Garden Guest House
## 2782 4 Bdrm View Home in Hollywood Hills
## 2783 Beautiful Chelsea Studio
## 2784 Venice Studio 1 mile from Beach
## 2785 2 Bedroom Modern Oasis
## 2786 Clean, Convenient, Comfy DC Apt.
## 2787 Cozy, Charming, Convenient Cottage
## 2788 RARE!-Guest Quarters near Hollywood
## 2789 Large Centrally Located Studio
## 2790 The Mod Pod
## 2791 theFox Mini Apartment by Hollywood
## 2792 Charming 2BD Venice Bungalow w/ AC
## 2793 Quiet Upstairs Studio in NE PDX.
## 2794 Comfy Private Oasis on Capitol Hill
## 2795 Walk to Rose Bowl and Old Town
## 2796 Retreat to Romantic Pasadena Adj.
## 2797 Cozy Room in Seattle
## 2798 Comfortable Cozy Suite with Free Parking
## 2799 Private Bed + Bath, POOL, Jacuzzi, FREE BREAKFAST
## 2800 Modern Burbank Home BD+ Private BTH
## 2801 Spacious 2BD w Parking & Lake Views
## 2802 Spacious 2BR Apartment
## 2803 WOMEN ONLY. 6 Mins From JFK Airport
## 2804 Two blocks to Red Line. Quiet, cosy, great garden.
## 2805 14 Min 2Union Sq, Manhattan with Private Entrance
## 2806 bedroom in front prospect park sw
## 2807 2 Bedroom Apt,2 Subway Stops to NYC
## 2808 Private Studio
## 2809 Cozy Room in Historic Logan Square
## 2810 NorthPark Craftsman PvT Pool House
## 2811 Galaxy Suite with kitchen & Bath
## 2812 Private bedroom with balcony (red)
## 2813 WALK TO UNIVERSAL STUDIOS FROM YOUR OWN CASTLE!!!
## 2814 Cozy Apartment--Hollywood District
## 2815 Private Room with Skylight, Williamsburg, NY
## 2816 2000ft² PRIVATE LOFT- 3bed 2bath
## 2817 NYC artists’ loft with roof deck
## 2818 Wake up under the Space Needle
## 2819 Private Unit, Bathroom, Parking
## 2820 Earthen Cob Cottage near large pond
## 2821 San Francisco's Best Neighborhood!
## 2822 Modern Spartan Mansion Guesthouse
## 2823 Top floor views on Capitol Hill!
## 2824 Private Apartment at NoMa metro + Free parking
## 2825 North Beach pad with garage
## 2826 Navajo Suite
## 2827 A haven in the Heart of Screenland
## 2828 Spacious UWS Loft Near Central Park
## 2829 Spacious & Cozy Hillside Retreat, minutes to DTLA
## 2830 Comfy 1 Bdrm Capitol Hill Apartment
## 2831 Perfect Oasis with HOT TUB & More!
## 2832 Zen Lodging in a Prime Location
## 2833 Spacious & Private Mission Loft with Sunny Balcony
## 2834 Classic South End Brownstone-1 BR
## 2835 Beautiful eastside river area house
## 2836 Tiki Room
## 2837 Clean & Quiet Room in Trendy NE Neighborhood (#2)
## 2838 LOCATION, LOCATION, LOCATION
## 2839 NOLA Delight
## 2840 Cosy Room in Great Location -W'burg
## 2841 Private Room in Ocean Beach Cottage
## 2842 Green Lake Guest Suite, private apt
## 2843 Gramercy Place---monthly dorms
## 2844 Venice Beach and Abbot Kinney Blvd.
## 2845 Comfy Suite A for 3-4 people with bath and parking
## 2846 Visit Portland ... #WeAccept :)
## 2847 Urban Garden Studio
## 2848 Designer 1BR North End Modern Cove
## 2849 Cozy Room 16min to Times Square
## 2850 Lux & Spacious Astoria | ❤ of NYC New York | ★★★★★
## 2851 Musical AirBnB, en suite, garden!
## 2852 Designer Space For Families: 2 Bed | 2 Bath
## 2853 Williamsburg Retro Goodness
## 2854 Pristine Lower East Side Sanctuary
## 2855 Cozy studio steps to sand + parking
## 2856 Comfortable top bunkbed shared room
## 2857 Private Westside Studio with Pool
## 2858 Garden Guest House -Lily Pads & Koi
## 2859 Pretty Room in the Hollywood Hills
## 2860 Minutes to the beach, SeaWorld, Zoo
## 2861 Large and private room in Mar Vista
## 2862 Guest Room Francesca Verde
## 2863 Times Square Bungalow
## 2864 2 BR Queen Size Sunny - Nolita
## 2865 Spectacular West Harlem Garden Apt
## 2866 Peaceful Retreat with Breakfast
## 2867 Cozy Lower East Side apartment.
## 2868 Sunny, Large, Park Slope Bedroom
## 2869 Modern, quiet 2-BD + garden nr BART
## 2870 Mediterranean style private studio
## 2871 Beautiful Manhattan Studio!
## 2872 Casa de Carlos - The Patriot in LA
## 2873 Comfy room near UT and downtown
## 2874 Tiny House- Cozy and Near Broadway
## 2875 Cozy Bedroom 1 near LAX W/parking
## 2876 Heated Bedroom Floor in Bloomingdale w/Parking
## 2877 Walk to Free Parking, Metro, Food & Activity
## 2878 YOUR HARLEM HOME AWAY FROM HOME!!!
## 2879 Beautiful brownstone apartment
## 2880 Sweet Central Suite!
## 2881 Large, sunny, warm apartment. Great location.
## 2882 "The Tree House" Near the Beach
## 2883 Divine Duplex off Division
## 2884 City Room - Private & Comfy Bedroom
## 2885 CH Private entrance bedroom & bath
## 2886 Poolside Guest House w Full Kitchen
## 2887 Cozy Room w/Amazing View
## 2888 The Garden oasis by Golden Gate Park
## 2889 Cozy Seattle Apartment Near UW
## 2890 Spacious Woodlawn Suite
## 2891 Charming Brooklyn Studio
## 2892 Hollywood, your private room awaits
## 2893 Spacious Private Luxurious Suite
## 2894 Private Room with Separate Entrance
## 2895 Sweet Space & Patio in MidCity, Great Location
## 2896 Centrally Located in New Orleans!!!
## 2897 W2 Clean and Cozy 1 minute to Metro & Park
## 2898 Boutique Garden Apartment -Temescal
## 2899 BEACH TIKI BAR w/BIKES & SURFBOARDS
## 2900 Vintage Mod Ranch in East Nashville
## 2901 Private Guest House 7miles fromDTLA
## 2902 Cheerful Beverly Hills Apartment
## 2903 Small Guestroom in SF Richmond
## 2904 Master Bedroom in Artist flat
## 2905 *NEW* Flamingo Motel Suite #114
## 2906 Really Lovely 2BR apt in East Village
## 2907 Charming Apt. In Brooklyn Townhouse
## 2908 The Stuydio Modern and Light Filled
## 2909 Lovely Room 1, Garden, Best Area, Legal rental
## 2910 Perfect location to explore NYC
## 2911 Million Dollar Listing: Chelsea
## 2912 Beautiful APT in the HEART of Manhattan!!!!
## 2913 Best Location on the UWS!!
## 2914 Live and Love Venice Beach!
## 2915 Bed&Bagel~a charming, solar, 3 bedroom loft
## 2916 Relax and enjoy Nashville
## 2917 Artsy & Cozy private 1 bed/1 bath
## 2918 Midtown 1 bedroom
## 2919 SilverLake: Hollywood Sign View w Reserved Parking
## 2920 Warm Artsy Comfort-DowntownLoop-Printers Row
## 2921 Sweet Union Square /Gramercy Studio
## 2922 Private large room ❤️ OF HOLLYWOOD
## 2923 Cozy Bed/Bth Suite in Elegant Flat,Parking,Laundry
## 2924 Large Room by Beach, Lake and Zoo
## 2925 Apartment in the heart of Upper East Side
## 2926 ♥ Feel@HOME Brooklyn Clinton Hill ♥
## 2927 Spacious and Airy Garden Studio in the Mission
## 2928 Manhattan on a Budget
## 2929 PRIME-Belmont Shore 1Block to BEACH
## 2930 Lower Haight NathanAlleySF wparking
## 2931 Comfortable Modern DC Row Home
## 2932 AFFORDABLE DC GET AWAY
## 2933 Portland's Best Studio!
## 2934 High-rise room, convenient environs
## 2935 Acclaimed Net-Zero Passive House
## 2936 Cozy craftsman house in North Park
## 2937 W4 Clean and Cozy 1 minute to Metro & Park
## 2938 Comfort Within Austin City Limits
## 2939 Private entry, one block to beach
## 2940 Seattle North Beach B R Guest Suite
## 2941 Washington "Wine" Room - near CTA
## 2942 Venice Beach/Abbot Kinney Hideaway
## 2943 Charming East Village Studio
## 2944 #3 Cheery KOREATOWN 1BD + PARKING
## 2945 Private Guest House, parking, 24 hr access, beach
## 2946 Cozy/Modern 2BD House in Marigny
## 2947 Charming large studio Union Square
## 2948 Malibu Room 4
## 2949 ROOM WITH KITCHENETTE #2
## 2950 Back Bay Quiet Renovated Studio Apt
## 2951 European city feel spacious studio
## 2952 Private Suite Near Alberta Arts!
## 2953 Charming Flat Right by the Capitol
## 2954 Private studio by McCarren Park!
## 2955 Family-Friendly Flat In San Francisco, CA. USA
## 2956 Private Garden Room in Victorian Home!
## 2957 Casita Sarita, Your Urban Escape!!
## 2958 Pac Heights Private Room+Bath
## 2959 Chic,Central,Priv.Bath Room
## 2960 Lovely Oakland Hills Inlaw
## 2961 Warm Quite and Cozy Private Room
## 2962 Parking/Pvt Bath/Hip Neighborhood!
## 2963 Boutique Bedroom/Private Bath in SM
## 2964 Beach 5min / Disney 20min / Downtown LA 30 min
## 2965 Art Filled Red Hook Apt
## 2966 Chic, Spacious Loft + Backyard
## 2967 WALK to BEACH-10mins! FREE-BREAKFAST+Prk+WiFi-RM4
## 2968 Modern 2BR in Seattle Urban Oasis
## 2969 Modern light-filled garden studio nr GlenPark BART
## 2970 Modern 2 BR in Brighton
## 2971 Perfect Location on CASTRO ST
## 2972 Amazing Views. Quiet Rooms. On Potrero Hill.
## 2973 Great Hosts and Oakland Love!
## 2974 Private Queen Room Steps From Wrigley
## 2975 Alexandra's Uptown King Bed Room
## 2976 2BR/2BA CLOSE TO EVERYTHING! 5 STAR
## 2977 Hollywood -Prvt Entry, Bath & Patio
## 2978 Times Square Suite
## 2979 GRAND VICTORIAN NEAR WHITE HOUSE
## 2980 5★HouseBeach!AragonTRAIN2Bdrms/Ba
## 2981 Modern Studio Apartment
## 2982 Charming & Trendy 3BR downtown
## 2983 Urban East Cottage w/ Private Yard
## 2984 3BR/3BA+1Loft SOCO Area Convenient and Spacious
## 2985 Amazing room 5min from Central Park
## 2986 Lux Urban 3BR/3BA Duplex + Parking!
## 2987 Studio w/ Kitchen-Parking Included
## 2988 Hilaire Suite- Near French Quarter
## 2989 Best Location in Prospect Heights!
## 2990 New Clean Modern at Prime Location
## 2991 Unique and Charming Basement Apartment Near PSU
## 2992 Master Suite B in Capitol Hill Home
## 2993 theMuse Mini Apartment by Hollywood
## 2994 Adorable West Village Apt (2 Beds)
## 2995 Sunny Venice Studio by the Beach
## 2996 1 BR Hollywood & Sunset M
## 2997 Pacific Beach - Room in House
## 2998 Beautiful room blocks to beach
## 2999 Nob Hill apt near bus and streetcar
## 3000 DOWNTOWN AUSTIN-Sleep 6-ACL-6th St-SXSW-FOR1-XGAME
## 3001 Local, Modern, + Private Urban NE Apartment
## 3002 Clean, comfortable, close to Beach!
## 3003 Renovated Studio Near UCLA with Parking
## 3004 Spacious , clean , garage converted
## 3005 1 Bedroom Apt.West Meade/Nashville
## 3006 Beautiful 3 Bedroom apt in Bed-Stuy
## 3007 Bedford Ave Artist Loft
## 3008 Garden Apartment with Private Entry
## 3009 Unbelievable Upper East Side Loc.
## 3010 East Village Studio
## 3011 EAST VILLAGE Lovely/NEW Apartment!
## 3012 Private suite - in vibrant Mission
## 3013 BOSTON LUXURY FOR LESS!!! NEAR BCEC
## 3014 Spacious Private Rm in Trendy Hood!
## 3015 Charming guest house near USC
## 3016 Eclectic Tremé Shotgun House
## 3017 Secluded studio, whirlpool bath!
## 3018 Downtown studio high floor B
## 3019 Trendy Room w/Gorgeous View
## 3020 Sunny, pretty Park Slope 3+ bed apt
## 3021 ~Magical Place In The East Village~
## 3022 Private Room In Clean Spacious Apt
## 3023 Room in Vintage Alberta Bungalow
## 3024 Castro/Haight San Francisco
## 3025 Cozy Above the Garage Apartment
## 3026 DC Bedroom+Bathroom+Parking & Private Entrance
## 3027 Brooklyn Life, Easy to Manhattan
## 3028 2 Beds in Manhattan Lower East Side
## 3029 Chic Modern Cole Valley Apartment
## 3030 Apt w/ Parking & Laundry Near Metro
## 3031 Lovely Central Park West Studio
## 3032 East Nashville Getaway
## 3033 Guest Room Located in the Heartbeat of Portland!
## 3034 CHARMING, PRIVATE GARDEN UNIT
## 3035 Modern Guesthouse Near E. 6th/11th
## 3036 Soquel Estate- Guest Apartment
## 3037 Private Bath. Central DC Room. B3. Washington
## 3038 Ukrainian Village Warehouse Loft
## 3039 Most breathtaking view of Manhattan
## 3040 Perfect getaway near Japantown
## 3041 Sunny Room/private bath/ Brownstone
## 3042 Garden Suite w/Parking, the Marina
## 3043 Private Guest House Studio
## 3044 eco chic backyard private Airstream
## 3045 Modern Hollywood Apartment Getaway
## 3046 Unique 3-Level Loft in Ballpark
## 3047 Futon Steps Away From 6 Corners
## 3048 Victorian greystone near Loyola U!
## 3049 King Room (PrivateBath&Entrance)!
## 3050 Bunk Bed (E) in The Society Hotel
## 3051 Large Ballard/Fremont apartment
## 3052 Room and bath in home near beach.
## 3053 Room in Pondside Apt!
## 3054 Private studio in a quiet neighborhood
## 3055 Ultra Panoramic View Contemporary
## 3056 Large, Cute, Bachelor Apartment
## 3057 KTown Zen Oasis w/ Private yard!!!
## 3058 Deluxe Digs
## 3059 Private Room in Montavilla Above Music Studio
## 3060 Beautiful Modern Studio in Castro
## 3061 Private Guest House near studios
## 3062 Renovated Apt. w/ Private Patio/BBQ
## 3063 Small quiet artist cabin on 4 acres next to parks.
## 3064 Flat btwn Hawthorne & Division
## 3065 Large room near Convention Center
## 3066 Comfort in Historic Melville Park 1
## 3067 Cool Beverly Hills Flat 90210
## 3068 Peaceful Garden Apt. in Brownstone - Legal Rental
## 3069 Modern Apt - Vibrant Neighborhood!
## 3070 Charming San Francisco Apartment
## 3071 Cozy 2BR Apartment in Historic Petworth
## 3072 Fantastic Close-In Oasis!
## 3073 #2 self check in private room/late arrival OK/two beds
## 3074 Concordia Hideaway in Alberta Arts
## 3075 In-Law Bedroom in Castro Victorian
## 3076 Cozy & Private 1 Bedroom Apartment
## 3077 Downtown Western Suite with parking
## 3078 2 bedrm Cozy Cottage-I'm Australian
## 3079 Huge 12 by 18 Ft Room in Manhattan!
## 3080 Cute apt in artist's home
## 3081 Clean Comfort in Heart of the City
## 3082 Potrero Hill Retreat
## 3083 True Neighborhood Experience
## 3084 Centrally located in SF & Cozy!
## 3085 Silver Lake Hideaway
## 3086 2 Rm Historic House off Magazine
## 3087 Cozy Studio Half Block from Beach
## 3088 Lovely Garden Apt with Free Parking
## 3089 Private oasis w/ jacuzzi -3bedrooms
## 3090 Gem Garden Apartment in Mission
## 3091 Twin Palms B & B at Pleasure Point
## 3092 Close to metro, closer to hot tub
## 3093 Nashville Carriage House w/Garage
## 3094 Comfy & Private 2nd Floor Suite
## 3095 The Burgundy Cottage - Marigny Triangle
## 3096 Modern 2BR/2BA - National Mall
## 3097 Room in Hillcrest/North Park House
## 3098 Spanish-style Guest House
## 3099 Cozy, Luxe Studio + City Bikes
## 3100 Mid-Century / Modern Beach House
## 3101 Perfect Little Cottage in 78704!
## 3102 Sleep In The Vocal Booth!!!
## 3103 ROMANTIC PASADENA MASTERPIECE
## 3104 Cute, Cozy & Fully Furnished Room
## 3105 Foodie Euphoria/Hiker Haven! PrivateEntrance Suite
## 3106 Lovely Private Convenience
## 3107 A great walkscore apartment in PDX
## 3108 Separate entrance Castro Studio
## 3109 Victorian Garden / City Living
## 3110 Brand New Apt in Historic Row House
## 3111 Cozy and Quaint Little Guest House
## 3112 Quiet room, close to Tulane &Loyola
## 3113 Near bustling Magazine St w/BIKES!
## 3114 Little House by the Sea
## 3115 The Gypsy Wagon
## 3116 PRIVATE Spacious Studio Bed w/Bath
## 3117 Private Studio Loft LA 203
## 3118 Stately Home, 2 Blocks from French Quarter
## 3119 Live like a San Franciscan!
## 3120 2 BR w/Kitchen+Laundry+Parking
## 3121 Apartment across from Precita Park!
## 3122 Modern North End 1BR Apartment
## 3123 Brooklyn Brownstone - private Studio
## 3124 Lovely sunlit room in Noe - Views!
## 3125 Brooklyn Brownstone apartment
## 3126 Studio Sweet
## 3127 Sunlit apartment in Williamsburg
## 3128 Studio Apt Steps from Wrigley/Bars
## 3129 Luxury & history in the Big Easy #1
## 3130 La Jolla Beach Cottage Gem
## 3131 Best location in Hollywood LUX2B/2B
## 3132 Elegant, Affordable Urban Luxury
## 3133 Charming & Spacious Basement Apt.
## 3134 Stylish Cottage Loft studio @ Venice Beach
## 3135 Beautiful sun filled queen room!
## 3136 Holy Cross Hideout
## 3137 University of Portland Perfect Stay
## 3138 Spacious Lower East Side Studio
## 3139 H Street NE - Parking, Pets ok, DC City Inspected!
## 3140 Lovely room 2 & garden; Best area, Legal rental
## 3141 Affordable East Village Stay! :)
## 3142 Northeast Pasadena:Queen Bed
## 3143 Private Room (B) @The Society Hotel
## 3144 Dupont West 3: Charming Studio
## 3145 Cozy & charmed in AMAZING location!
## 3146 Cully Carriage House- NE Portland
## 3147 Historic Victorian in Mission
## 3148 12South Studio Heart of Nashville
## 3149 2bed/2bath Central to All. Near ZOO
## 3150 Charming Family Friendly Apartment
## 3151 Ease & Joy in the Heart of Austin!
## 3152 1bed @ Beach & GG Park
## 3153 LUX Hollywood Apt w/ A+ Views
## 3154 Guesthouse W/ Beautiful Courtyard!
## 3155 Walk to Convention Center/LA LIVE!
## 3156 Homey Private Cabin /Guest House #2
## 3157 City Sanctuary, near beaches and LAX!
## 3158 Russian Hill's Panoramic Penthouse!
## 3159 Historic Greystone 2Br-LOGAN SQUARE
## 3160 Downtown in the Gold Coast
## 3161 Uptown Cottage (Best reviews in New Orleans!)
## 3162 warm and Cozy
## 3163 Large room with private full bath. Welcome to SF!
## 3164 Great space in hip neighborhood!
## 3165 Private Room in Best Location!!
## 3166 Studio Apt. Lower East - Manhattan
## 3167 English Cottage 3.5 bd House WeHo
## 3168 Irish Channel Suite
## 3169 Warm & Cozy in Bloomingdale, NW
## 3170 Jane Milne Suite
## 3171 1925 Craftsman with Large Deck!
## 3172 Cal KING Master Suite/OwnENTRANCE
## 3173 Harry Potter themed Bunk Beds in SOMA
## 3174 A SWEET n LOW
## 3175 PRIME-Belmont Shore ROOM 1 blk>Sand
## 3176 Swanky Westside Studio by the Beach
## 3177 Chic English Basement -pet & family friendly!
## 3178 Cottage Nestled in the Redwoods
## 3179 Apartment in Lower Manhattan
## 3180 Cozy Bedroom near Columbus Circle R
## 3181 Hidden Manhattan Brownstone
## 3182 Cozy 1 BR near Central Park, AMNH, The MET & More
## 3183 2BD Modern Luxury Apt. 15M to NYC
## 3184 Private Inlaw Apt Inner Richmond SF
## 3185 Sunny, Quiet Row-House Near Express Subway
## 3186 Comfy, Roomy Bushwick 1-BR ~ Steps from L/M Train
## 3187 Cozy Capitol Hill Studio Retreat
## 3188 Private Backyard Cottage
## 3189 Near OHSU/Downtown w/ Mt Hood View
## 3190 La Jolla, San Diego Beach Gem
## 3191 {o,o} The Drowsy Owl, Art Deco Flat
## 3192 N.Y.C. CHARMING 1 BDRM.(GREAT AREA)
## 3193 New 2 Bedroom apt 10 min to NYC!
## 3194 Sunny & Cozy Near Venice Beach
## 3195 Huge Victorian near Loyola, Lake #3
## 3196 Cool Pad Under the Hollywood Sign
## 3197 Beautiful garden retreat.
## 3198 Beautiful Burbank-Equestrian close
## 3199 Fresh Bright Beach House
## 3200 Bright private room in Chelsea
## 3201 Bright Lux East Village 2BR Home
## 3202 Cozy 2 Bedroom 20 Min from City
## 3203 Penthouse Couch Crash (8PM to 9AM Daily)
## 3204 Charm in Heart of West Hollywood
## 3205 Private E. Village Townhouse Stay
## 3206 Your Needs Met in an Artic Fox
## 3207 The Overlook Bluff Carriage House
## 3208 "Simple Perfect Soho"
## 3209 The American dream? The Excelsior!
## 3210 Living Room/1BR condo
## 3211 Colorful Shotgun in the Marigny
## 3212 Private Sunny Hyde Park Room & Bath
## 3213 Charming Flat in Prime Telegraph Hill/North Beach!
## 3214 Walk 3 blocks to Jazz Fest! Perfect home Sleeps 6
## 3215 Boystown 1 BR Penthouse in Lakeview
## 3216 Perfect For Families in Pasadena!
## 3217 TheDudley: yr cozy loft @ the beach
## 3218 Luxe Tuscan Suite Private Room
## 3219 Hollywood hills location 8 beds
## 3220 Cool Walkable Area + 100 MBPS Wifi + Parking
## 3221 Room for rent near UT/Hyde Park
## 3222 LOCATION PERFECT: Riverbend Center
## 3223 Perfect for Conventions - Walk to everything!
## 3224 West Hollywood & The Grove Upscale Suite
## 3225 Ocean Views on Ocean Avenue!
## 3226 PRIVATE ROOM 3 MIN TO DOWNTOWN
## 3227 BRAND NEW STUDIO STEPS TO BEACH - 5
## 3228 SoHo/Nolita loft apartment
## 3229 Garden (Inlaw) apartment
## 3230 Bright Modern Charming Housebarge
## 3231 Lovely sun-lit 3-bedroom apartment
## 3232 Secluded Studio in 78704 (Zilker)
## 3233 MODERN guest room in NEW home, DT!
## 3234 Comfy Private 1BD Apt in the City
## 3235 Everything Seattle in 0-3 miles, A
## 3236 Sexy Flat !!!!
## 3237 June sale Sunny XL- private 1- bedroom Apt top fl.
## 3238 Colorful Master BDR&Bath near Metro Station!
## 3239 ★ Large Prime Cozy E Village Apt ★
## 3240 Wanderlust
## 3241 Cozy 2BD APT close to subway
## 3242 Quaint Studio Steps From The Beach
## 3243 Highlands Mansion: Jacuzzi+WIFI+420
## 3244 Mid-Century Mecca-Comfort and Breakfast!
## 3245 Clean, Cozy & Safe w/ Private Bath!
## 3246 1880s Carriage House in Curtis Park
## 3247 Private Room N BRKLN Loft@J/M/z
## 3248 SpaHa Loft: Enormous and Bright
## 3249 Historic Irvington 2 bd/NE Broadway
## 3250 Charming cottage -- ocean breeze
## 3251 the perfect stay in brooklyn
## 3252 Charming & Classy APT in Austin
## 3253 NEW 31 STREET COZY APT
## 3254 Stay at The Brooklyn Apartment!
## 3255 Zen Getaway In Silver Lake Hills
## 3256 Studio In the Heart of Silverlake!
## 3257 In the Heart of San Francisco
## 3258 iKlektik House // Robin
## 3259 2B Mission District Apartment
## 3260 Sweet private room in Manhattan
## 3261 Private Bath & Private Entry + Large Bedroom
## 3262 Private Room Near Downtown SF (11)
## 3263 Contemporary Studio, Columbia City
## 3264 Cute Bedroom in Silver Lake!
## 3265 Whimsical Guest House with Chickens
## 3266 15min from anywhere in Los Angeles
## 3267 Stay in the Heart of Hollywood
## 3268 Modern Venice Beach Apartment
## 3269 Clean Bed and Bath near Universal!
## 3270 Private room near Downtown
## 3271 "The House on Laurel"--for short or long stay!
## 3272 Normal Heights Pool House
## 3273 INCREDIBLE STUDIO IN MANHATTAN!!!!
## 3274 Quiet Cabin in the Redwoods,
## 3275 Beautiful and quiet Travis Heights studio
## 3276 Chicago Penthouse with Roofdeck
## 3277 Nashville Tiny House
## 3278 Elegant Eurotel Shared Bath Studio
## 3279 '66 MadMen Lounge with Heated Pool - NOT DOWNTOWN
## 3280 Artistic Urban Refuge in Portland, Oregon
## 3281 City Views in Large Castro Studio 1016564
## 3282 In the Heart of the City. Just mins from downtown
## 3283 HOLLYWOOD *VIP* LA 5BEDs POOL SPA GYM HOME
## 3284 The Cottage / 1500 sqft. of Privacy
## 3285 Private bedroom in Manhattan, NYC
## 3286 ☀HUGE 3BR Central to EVERYTHING☀
## 3287 Dave's 1BR/1BATH Hollywood Walk Of Fame Suite!
## 3288 Mt Juliet: 1BR Happy Hollow Cabin
## 3289 Jamaica Plain's Urban Oasis
## 3290 Sunny Private Room in Williamsburg
## 3291 Mid-Century Modern Garden Paradise
## 3292 Private East Nashville Getaway
## 3293 Charming Cottage in NE Portland
## 3294 Cozy Room next to Public Transit
## 3295 04. Pullout sofa bed in common room
## 3296 Newly upgrade Beacon Hill Studio
## 3297 Large Artist Loft w/Swimming Pool
## 3298 Entire Cozy Cottage/5 Points/E Nash
## 3299 2-Bdrm at LA Live / Staples Center
## 3300 Cute Bungalow in Heart of Echo Park
## 3301 1 BLOCK OFF BOURBON IN FRENCH QUARTER
## 3302 Gorgeous Bernal Heights Studio Apt
## 3303 Cozy/Modern Casita
## 3304 Central Park Sunny Bedroom
## 3305 Sunny apt next to Prospect Park!
## 3306 Great apartment, completely private
## 3307 Commuter's Dream in Logan Square
## 3308 super loft adventure
## 3309 Boerum Hill Garden Apartment
## 3310 2 BDRM APT. LOTS OF SPACE! GRT VU
## 3311 A Cozy Bedroom in a Brooklyn House
## 3312 Great 175 sq ft private room in BK
## 3313 Hear the waves crash while you sleep
## 3314 Large 1BR in Mission Victorian
## 3315 Centrally located Los Angeles Apt.
## 3316 Comfy 2-Bedroom Hideaway by Beach!
## 3317 2 BR 2 Bath Condo close to downtown
## 3318 The 850 SQFT Downtown Loft W/ Huge Sundeck Patio!
## 3319 Mossimo's Corner
## 3320 Sunny redwood forest cottage
## 3321 Modern, Urban, Chic Retreat
## 3322 Exclusive Room with Private Bath in LES
## 3323 Kerby Cottage
## 3324 Cozy & Charming/ Chinatown/ LES NYC
## 3325 Beautiful Alamo Park flat w deck
## 3326 A Romantic Loft Heart of Brooklyn
## 3327 Cozy, Modern! Hell's Kitchen/TimeSq
## 3328 Mountain Cottage in LA
## 3329 Old Style in Soho/Private room
## 3330 Comfortable Room in Beach Townhouse
## 3331 Perfect Pacific Beach Bungalow!
## 3332 Venice Beach Cottage Private & Light Filled
## 3333 The Mid-City Jazz House & Bikes
## 3334 Private bedroom in the East Village
## 3335 Private, Spacious Retreat in Awesome Location!
## 3336 The heart of Uptown
## 3337 Entire 1BD "Lower" Apt. Mid-City/LA
## 3338 Private Suite in Uptown
## 3339 Southern Stunner in East Nashville
## 3340 Venice Beach Cottage - 1 Block Away
## 3341 Victorian in Cool Neighborhood
## 3342 ACE HOTEL STYLE 1BR Orchard/Delacey
## 3343 Light & Joy in the Heart of Austin!
## 3344 The Zilker Experience
## 3345 Parrot Palace! Terrific Reviews!
## 3346 Downtown Austin Treehouse! Walk to everything!
## 3347 Quiet Stroll to the Quarter #1
## 3348 Big Room ++ Private Entrance & Bath
## 3349 Apartment Loft LA 204
## 3350 Comfy Room & Bike in Roscoe Village
## 3351 1br in Manhattan near Central Park
## 3352 Victorian Room in Bloomingdale, NW
## 3353 Guest House, Private Yard & Entry
## 3354 Historic Bywater Shotgun
## 3355 Valley Oasis / Pvt Rm & bathroom
## 3356 Comfort & Luxury 5 mins from LAX
## 3357 Best Block in the Bywater (A side)
## 3358 Royal Nu' Orleans Private Suite
## 3359 South Austin Modern Chic Retreat
## 3360 Sellwood 2 Bedroom Flat - Sleeps 3
## 3361 Private room2 Queen bed
## 3362 Stylish Loft w/Lovely Backyard
## 3363 Loft Bywater-Marigny 75
## 3364 Walk to Staples / Convention center!
## 3365 Silverlake Mid-Century Lake View.
## 3366 Master Bedroom Suite, Capitol Hill!
## 3367 Rancho Deluxe, Williamsburg!
## 3368 Portland Alberta Elegant 3bedsleep5
## 3369 Stylish Central Eastside Condo
## 3370 Cozy Romantic, Views & Best Location!!!
## 3371 Restful Retreat on Urban Farm
## 3372 Bright Mid Century Modern Apartment
## 3373 BEACH BUNGALOW- Light Bright Lovely
## 3374 1 large bedroom HARLEM/NYC/terrace/
## 3375 Large Loft 1 min from subway
## 3376 A SpeciaL!! Private Room in NY
## 3377 Spacious Loft 5 min to Union Square
## 3378 Chaplin Historic Loft Cottage Cabin
## 3379 Melrose Manor - Studio Guest House
## 3380 private
## 3381 Charming "Home Away from Home" - We Welcome "ALL"!
## 3382 Park Slope Private Suite
## 3383 Open Design Williamsburg Loft
## 3384 Near Oregon Convention Center
## 3385 Romantic Get Away? Surfer Paradise?
## 3386 City Room - Private Luxury Suite
## 3387 A Cozy Corner of Boston
## 3388 Back Bay Elegance in Brighton
## 3389 The Hamilton Guestroom
## 3390 STYLISH Modern UWS One-Bedroom
## 3391 Huge, Stylish, Close to Everything
## 3392 Seattle- Ballard Guestsuite -
## 3393 Elegant Casual Escape in the Oaks
## 3394 Cozy Cottage Close To Attractions
## 3395 Chic Loft in Prime Location
## 3396 Private Entrance&Bathroom, Spacious
## 3397 Spectacular Bed/Bath in Golden Hill
## 3398 Beach Flat 2 bedrooms & 2 baths-4 beds Fast Wifi
## 3399 Unique sunny loft in Manhattan!
## 3400 Fremont Urban Oasis
## 3401 Private Studio Guest House in L.A
## 3402 Classic, Dreamy & Naturally Bright
## 3403 Super Cute Junior 1BR in LES!!
## 3404 Comfy Room, Walk To Universal!
## 3405 SAN FRANCISCO PARADISE W/EASY PARKING
## 3406 Cozy Comfort Retro Greenwich
## 3407 Bedroom for two in Chelsea
## 3408 Private BR+Bath+View Hollywood Sign
## 3409 Quintessentially New Orleans
## 3410 Artistic Oasis Bywater
## 3411 Private room in mid-city
## 3412 Comfortable room
## 3413 Sweet Digs
## 3414 BRAND NEW 2BR/2BA in SOMA
## 3415 Boyle Heights Guest House
## 3416 Best Price/Location deal in NYC
## 3417 Studio Apt. in East Williamsburg
## 3418 BEAUTIFUL LOFT EAST VILLAGE!
## 3419 Classic Cool Comfortable LES
## 3420 BRAND NEW 1BD STEPS TO BEACH - 3
## 3421 Comfy/Light Hollywood 2 Bed/2Bath
## 3422 Beautiful Victorian House/Room D
## 3423 CUTE 1 BR-Midtown East/Central Park
## 3424 Enjoy Seattle in Your Mini-Home!
## 3425 Private Apartment in beautiful Home
## 3426 Cozy room & bath, breakfast incl.
## 3427 No Frills Sofa for One
## 3428 Spacious Apt Walk to French Quarter
## 3429 Cozy bedroom in Lower East Side
## 3430 Spacious Bed and Bath Suite in Historic Victorian
## 3431 Cozy Room with own attached bath and patio.
## 3432 Lower Garden District, Downtown
## 3433 3BR Home Perfect for Large Groups
## 3434 Studio at the Beach With Parking!!!23k
## 3435 Modern Sunny Rockridge Cottage
## 3436 Santa Monica Guest House
## 3437 Private bedroom in Lincoln Park
## 3438 West Hills Apt Suite
## 3439 Historic Remodeled 2-Bdrm Penthouse
## 3440 Ideal Bywater's Edge Home (w/Bikes)
## 3441 spacious apt in historic district!
## 3442 Cozy room in Victorian home.
## 3443 Experience New York Like a Local!
## 3444 15 Mins to NYC - Washer&Dryer
## 3445 38th floor! Broadway! Times Square!
## 3446 Charming Studio in SE PDX
## 3447 1BR Yoga Nook in Rustic Rowhaus-Metro/Bus to Sites
## 3448 Large, Private Bernal Heights Oasis
## 3449 Cozy Room in Sight of the Sea
## 3450 Great Transportation - Private Garden Apartment
## 3451 A couch in Brooklyn
## 3452 Luxurious Hollywood Oasis - Walk of Fame
## 3453 The most relaxing place on Earth !
## 3454 2BEDROOM & 2BATHROOM|Hollywood Blvd
## 3455 Private room w/bath in urban canopy
## 3456 Spacious SF Getaway Near The Ocean
## 3457 Minimalist Hollywood Apartment
## 3458 Topanga Studio
## 3459 Sky Loft Bywater-Marigny 85 a day
## 3460 Great for Business Travelers!
## 3461 Matt's Pilsen Place: Flower Power
## 3462 TIMES SQUARE! 4 PEOPLE & PATIO! FIRST FLOOR 1-BD.
## 3463 Cozy Hideaway in NW Mini Mansion!
## 3464 Quaint & Cozy Sellwood Guest House
## 3465 Hidden 1923 Bungalow in North Park
## 3466 View Emerald City Jewel Apt UW 1BD
## 3467 WALK 3 blocks to Dntn! 4 star apt-!
## 3468 Serene Cottage beside pond
## 3469 Modern Studio in SW Portland
## 3470 Walk to the US Capitol
## 3471 Spacious SE Division Studio
## 3472 Spacious Private Room + Parking
## 3473 Matt's Pilsen Place: Sugar Skull Rm
## 3474 Clean & quiet corner room in LA
## 3475 Old World Charm in Heart of the Garden District
## 3476 Quaint West Portal home & garage
## 3477 Private Room by Central Park on UES
## 3478 PRIME WEST HOLLYWOOD LUXURY SLEEPS 10!!!
## 3479 LUXURY HOME W/POOL UP TO 4 PEPOLE
## 3480 Modern Westside Private Bed & Bath
## 3481 Private Guest House - Central & Walkable!
## 3482 Biology 3 Beds (2 Queen)
## 3483 Perfect Private Room -- Heart of the Mission
## 3484 Beautiful 1Bed! Near 34st Macy's!!
## 3485 Private studio, excellent location
## 3486 Downtown Condo on the River
## 3487 Location! Capitol HiIl & Walkable!
## 3488 Oasis Apt in Heart of The Mission
## 3489 Your Own Room + Private Bath!
## 3490 Two Room Private Suite, Marigny
## 3491 Jacopo's Room
## 3492 Charming, Airy 2 Bedroom Brownstone in Bed-Stuy
## 3493 Venice Beach Studio With Parking
## 3494 1BR Art Loft by the Sea. Venice
## 3495 Treme Home 1/2mile to FrenchQuarter
## 3496 New York Large Room in Harlem House
## 3497 Cozy Historic DC Apartment
## 3498 Modern Mar Vista garden pad!
## 3499 Your Own Beachside Retreat
## 3500 Rio Del Mar Beach House
## 3501 Irish Channel Cottage
## 3502 Modern/Chic Hollywood Apartment
## 3503 Beach Chic Living
## 3504 Los Angeles CA Home nr LAX Airport
## 3505 Spacious 1 BDRM modern apartment
## 3506 Sunny Peaceful Room w Private Bath
## 3507 Westwood
## 3508 Lovely private room.
## 3509 Bright Airy Midtown Loft likeStudio
## 3510 5BR S 1st Treehouse {Bikes & Beer!}
## 3511 Pasadena Convention Center/Old Town
## 3512 People's Place 2- Convention Center
## 3513 Topanga Creekside Cabin and Farm
## 3514 Charming Studio Near Downtown
## 3515 Sun filled room, minutes to Boston
## 3516 East Austin Charmer
## 3517 Nice Private Room & Entry in DC
## 3518 Entire floor off Montrose L train
## 3519 Prime Williamsburg. Brand new
## 3520 Private Garden View in Brownstone Near Subway
## 3521 1 Bedroom/1 Bathroom in Riverdale
## 3522 The Artist's Experience
## 3523 DUMBO DOWNTOWN BROOKLYN LOFT for 6
## 3524 CMYK in SE Portland
## 3525 Boston Proper Duplex Great LOCATION
## 3526 BR+BATH w/ semi-private entrance
## 3527 Heart of Austin /Downtown SOLA 3/1
## 3528 Spacious sunny LOFT - best location
## 3529 #1 guest house Bath&kitchen
## 3530 Huge 1 Bd + Private Bathroom + Parking
## 3531 LIME•ELLO EAST: New Bathroom!
## 3532 The Railyard Oasis Located Downtown
## 3533 Lovely Echo Park Studio
## 3534 Cozy Studio Beverly Hills & Pool
## 3535 Private Room in Heart of City
## 3536 The best 2 BDR in Hollywood #101
## 3537 The Casa Blanca ⚜ Turquesa Room
## 3538 LUXURY APT w PRIVATE GARDEN NYC UES
## 3539 Boundary Street House: Inner SW
## 3540 Spacious and quiet lovely home
## 3541 Cozy room in Upper Manhattan!
## 3542 Large Patio - 2 Bedroom - LES Style
## 3543 The Brownstone-Luxury 1 Bd Apt/NYC
## 3544 Private & Comfortable NoMa Studio
## 3545 Clean and Modern Mission Cottage
## 3546 Sunny Queen Bed Room, Private Bath, Parking, View
## 3547 .3 mi train, bus 3ft, free parking!
## 3548 Fab Frenchmen Maison on the Park
## 3549 Roomy Downtown Apt + Parking
## 3550 Great Location-Nob Hill Crashpad
## 3551 Lookout on Larry
## 3552 Private, Detached WeHo Cottage + Rose Garden
## 3553 Rolling Hills Estates Resort Living
## 3554 Perfect French Quarter One Bedroom
## 3555 Eco-Friendly Turquoise Cabin
## 3556 Big SF Soma/Mission st apt
## 3557 Healing Gateway Private Bath & Room
## 3558 Homey Euro-Style Shared Bath Studio
## 3559 Modern Arts & Craft Studio
## 3560 Cute East Village apartment
## 3561 Continental Breakfast and close walk to Universal
## 3562 Modern loft studio in the ♥ of LA
## 3563 LOCATION! 2BD/1BAHeart of Downtown Hollywood
## 3564 Temporary Temple
## 3565 By Harvard/Cambrdge: Allston/Boston
## 3566 Darling Condo Near Zilker Park
## 3567 Quaint APARTMENT Above a cafe on Alberta Street..
## 3568 Cozy home 10 minutes outside FQ -hot tub & 4 bikes
## 3569 Local Life, Global City
## 3570 Photographer LOFT w/ Manhattan VIEW
## 3571 POP-UP-TOWN / Loft Like Studio LEX
## 3572 BIG 2 ROOM STUDIO MIDTOWN EAST
## 3573 Convenient, Comfortable and Private
## 3574 New Eco Cottage, Great Location
## 3575 Newly Renovated Georgetown Townhome
## 3576 The Musicians House that Airbnb Built + FREE BIKES
## 3577 Luxe 1 bedroom with private bath
## 3578 HOLLYWOOD STUDIO W/LOFT & SWIM POOL
## 3579 Comfortable Retreat, Tree Top Views!
## 3580 Post-Apocalyptic Gypsy Room
## 3581 Queen Size Four Poster Bed
## 3582 Ocean View Room in Malibu 2
## 3583 Stylish 2 br - Rogers Park
## 3584 Stylish/Modern 2bd House-Grove A9
## 3585 New Apt. in Park Slope / Gowanus
## 3586 Guest Room in Art Loft in Chelsea
## 3587 Auntie's Hideaway--Daylight Downstairs Studio
## 3588 Charming Pacific Beach Home (Room1)
## 3589 Modern Belltown Studio
## 3590 Cozy 1BR-Country living in NYC!
## 3591 Portland Getaway
## 3592 Modern 2BR Next to Golden Gate Park
## 3593 Walk to US Capitol & 1 blk to Metro
## 3594 Quaint corner studio near the sea
## 3595 Historic House - Walk to Street Car
## 3596 Private room for one downtown--LES/Chinatown
## 3597 Large Room with Private Entrance
## 3598 Motel Rm Free wifi /ac/micro/fridge
## 3599 Vintage Modern Guesthouse
## 3600 Cool Private Suite in 7th Ward
## 3601 Private entry, bathroom & sitting area in Weho
## 3602 Welcome - TajMaSmall Guest Suite
## 3603 The Green Room In Andersonville
## 3604 Large Suite with King+Queen Beds
## 3605 Spacious Two Bedroom, 1 bath
## 3606 The James Bond Room in Atomic Loft
## 3607 Garden Dist Streetcar 2-3bd Loft, Yard & Parking!
## 3608 Right at the Beach with Parking!
## 3609 Sunny Room in Artist Home
## 3610 Friendly Hostel with Community #5
## 3611 Spacious UWS Apt. by Central Park
## 3612 PRIVATE ROOM IN NEW YORK MANHATTAN
## 3613 Spacious studio in heart of NYC
## 3614 Close to beach, close to freeway..
## 3615 SUNNY ROOM 1/2 BLK. FRM G.G. PARK
## 3616 New house - Perfect central SE spot
## 3617 Trendy 1 bdr in hip BKLYN hood!
## 3618 West Harlem Home Base - Eco-Apt.
## 3619 Private Room (F) @The Society Hotel
## 3620 Beautiful DuPont Circle Studio #714
## 3621 Hwoodhils mansion with Pool & Views
## 3622 Sunny Dolores Park Apartmentp
## 3623 Chic and Modern 2BR
## 3624 Superb Apartment w/Patio - SF CA
## 3625 Castro St Location Location Location
## 3626 1 BR Capitol Hill Basement Apt
## 3627 2/1 Near Dwntwn, UT, SOCO, Zilker
## 3628 Comfortable StayUniversal/Hollywood
## 3629 Epic skyline view near 6th st on edge of downtown
## 3630 Sugar Hill Rest Stop
## 3631 Adorable East Village studio
## 3632 Child-friendly 2BR w/ Yard access and Free Parking
## 3633 Spanish Style Large Guest House
## 3634 Lincoln Park/De Paul area.
## 3635 Relaxing Echo Park, Starry Escape!
## 3636 Sunlit & Beautiful in Boston's J.P. neighbourhood
## 3637 Downtown and Modern. Free Parking.
## 3638 Modern 1-bedroom in Harlem Heights
## 3639 A private bedroom in Echo Park
## 3640 Garden Guest Quarters w/Private Entrance
## 3641 Charming Design Suite in Luxury Apt
## 3642 #8 self check-in guesthouse room late arrivals OK
## 3643 East Nashville Private Room
## 3644 Immaculate suite 10 minutes to downtown Austin
## 3645 2BR Renovated Downtown Condo
## 3646 Breezy Hillside Casita with View
## 3647 Modern home with deck & hot tub
## 3648 cale house
## 3649 Small Cottage in DC
## 3650 Bedford Stuyvesant Urban Hang Suite
## 3651 Logan Square Vintage Deluxe Suite
## 3652 Gorgeous Guest House in Zilker
## 3653 GOLD COAST STUDIO
## 3654 Lofty Venice Beach Retreat
## 3655 SF- Secret Garden & Waterfall
## 3656 Sleepy North Admiral, West Seattle
## 3657 The Les Baxter Room in Atomic Loft
## 3658 Airy, Light Filled Modern Apt
## 3659 Comfy Room in Trendy South Austin
## 3660 Beautiful condo in heart of DC (no cleaning fee)
## 3661 Dupont's Best 1 BR Apt - Walk to Dupont Metro!
## 3662 Cozy EP Garden Cottage with Parking
## 3663 Cottage in the Village
## 3664 Large, Bright Apt Near Central Park
## 3665 Charming 1BD- 10 min to Manhattan
## 3666 3 bedroom home near Downtown for SXSW
## 3667 Studio Suite at The Tower on Iowa
## 3668 Private Ocean Beach Cottage
## 3669 Hamilton Hts Beauty, Manhattan 1 BR
## 3670 Park Slope/Prospect Hghts Private floor 2 bedroom
## 3671 In Manhattan+1 Small Block to train
## 3672 Modern Private Brentwood Bed/Bath
## 3673 Funky Flat On South Congress!!!!!!!
## 3674 Renovated Loft 1 stop to the city
## 3675 Private Suite/New Home/10 mins to Metro
## 3676 Welcome Inn - Near Everything!
## 3677 Echo Park/Silverlake-Private!!!
## 3678 Newly Remodeled Mid City Apartment
## 3679 Sunny 1922 Cozy Craftsman Bungalow
## 3680 Incredible Venice Beach Apartment
## 3681 LOVELY LOFT STUDIO, BROADWAY, HEART OF SOHO!
## 3682 NICE ROOM IN ASTORIA NEAR MANHATTAN
## 3683 Private Master Bedroom w/Garden 14 min to Union Sq
## 3684 Cozy & Private Fort Green Cottage
## 3685 Walkable Seattle 3-bedroom Home
## 3686 Spacious 2-Bedroom NYC Apt - 1 Block to Subway!
## 3687 Perfect location in East Village near EVERYTHING
## 3688 Pied-a-terre sort of place
## 3689 Walkable in East Nashville
## 3690 Heart of Soho 1 bedroom apt
## 3691 Sunny, calm room in Victorian home
## 3692 Large suite + private bathroom by central park
## 3693 Capitol Hill English Basement Apt
## 3694 Charming 1 Bedroom in East Village
## 3695 Bunk Bed (D) in The Society Hotel
## 3696 The Casa Blanca ⚜ Verde Room
## 3697 Venice Beach, Private Guest House
## 3698 Stay in the heart of 12th South!
## 3699 Overlook Room ~ Urban Haven
## 3700 Sunny 1BR Apt in Haight-Ashbury
## 3701 Marina District One Bedroom
## 3702 outdoor jacuzzi w/ room Noe/Castro
## 3703 Private Bernal Heights In-Law Unit
## 3704 Cool downtown Apartment
## 3705 HotSpot Location near Pike Place
## 3706 Designer remodeled studio
## 3707 Cozy Private AC Bedroom in Boston
## 3708 Convenient and private
## 3709 HISTORIC HOME/Private SUITE & BATH/Parking/ Serene
## 3710 Double Room in the Castro
## 3711 Tweet! Loft Guesthouse & Hot Tub
## 3712 Artsy Airstream Retreat
## 3713 Dupont West 1: Charming 2BR
## 3714 Northwest Denver garden apartment
## 3715 Tree house with 360 views of L.A
## 3716 Best Location In East Nashville
## 3717 Secret Studio (Apt. A) off the Quarter
## 3718 CHICAGO O'Hare BLUE Line HARLEM "L" stop
## 3719 Loft condo close to downtwn & train
## 3720 The Zen Upstairs
## 3721 Cozy Wicker Park, Chicago Apartment
## 3722 WONDERFUL, COMFORTABLE STUDIO
## 3723 PRIME LOCATION STYLISH COMFORT
## 3724 Bright & Happy Room on L Train
## 3725 Cozy Entire Floor of Brownstone
## 3726 SilverLake studio with view/parking
## 3727 start here&walk all around boston
## 3728 Fun Central Austin Convenience
## 3729 Safari Venice Beach Bungalow 1 min to Venice Pier
## 3730 Los Angeles, Hollywood / Downtown 1
## 3731 NW Portland One Bedroom Oasis
## 3732 Private room with private bathroom!
## 3733 Fully equipped, Private studio apartment,
## 3734 Bright & Cozy Alberta Basement Apt
## 3735 Midtwn EastNYC OwnPrvt Bdrm/hosted
## 3736 Top floor loft artist/music studio
## 3737 Small room with shared bathroom
## 3738 ALL ABOUT A VERY COMFORTABLE ROOM..
## 3739 Renovated One Bedroom in Back Bay
## 3740 Nice Room in Rustic Brick House in Culver City
## 3741 Lemon Farms Private House with View
## 3742 Cottage Inspired Mt. Tabor Home
## 3743 Loft in Bushwick/East Williamsburg
## 3744 Sunny Rm #1, A/C, Park, express Q train
## 3745 ♥ Central Park meets Broadway ♥
## 3746 SPECTACULAR CRAFTSMAN ~ VIEWS TO KILL!!
## 3747 Gorgeous Condo on Venice Beach
## 3748 Upscale 900sqf Condo Between Hollywood & Downtown
## 3749 Urban Uptown, 1-6 guests; parking
## 3750 Manhattan Charm, Brooklyn Price!!!
## 3751 Perfect for Your Parents + Garden
## 3752 Chic DC! 2BR Columbia Heights Rowhouse
## 3753 Modern 1 BD w/ Amazing Kitchen
## 3754 Secluded Room w/ a Spectacular View
## 3755 Master Suite Hollywood/Sunset strip
## 3756 Apartment for Rent
## 3757 theMink Mini Apartment by Hollywood
## 3758 Ocean View Villa 2
## 3759 Lovely 1br/1ba in DTLA Little Tokyo
## 3760 Wonderful Upper East Side Apartment
## 3761 Cottage on the Creek/In Redwoods
## 3762 Blue Dream Bungalow - Room 1
## 3763 Remodeled Entire Studio Own Bathroom/Entrance; LAX
## 3764 DOWNTOWN 4TH ST CONVENTION CENTER
## 3765 Spacious Sunny Designer 1 Bedroom in East Village
## 3766 Comfy large room in Wash Heights
## 3767 In the heart of Haight/Ashbury # 3:STR 0001966
## 3768 Historic House at Seattle Center
## 3769 Craftsman Cottage in Mission Hillls
## 3770 Feel like in your own home Brooklyn
## 3771 Blue Dream Bungalow - Room 2
## 3772 AMAZING, AMAZING LOCATION!
## 3773 Guesthouse with swimming pool
## 3774 LUSH HIDEAWAY (country in the city) BONITA, S.D.
## 3775 Safest area Smart home next to CTA!
## 3776 Hollywood Center Luxury Apartment
## 3777 CulverCity/Venice/ Santa Monica
## 3778 Cozy Guest Suite with Private Entry
## 3779 Large 2 Bedroom Great for Groups!
## 3780 Private Bedroom & Bathroom
## 3781 Hip Modern Hollywood Apt-LOW PRICE!
## 3782 Nashville Nest in the heart of town
## 3783 Bucktown - Private Room
## 3784 Private bedroom, bath and lounge.
## 3785 New Yorker (Lexington)
## 3786 Close to Paradise Cove
## 3787 Lovely E Vill 2BR: Large & Sunny
## 3788 Cozy apartment in a brownstone
## 3789 Vegetarian Garden Beach Cottage
## 3790 Whit's Place in Bucktown
## 3791 Private Room Near Streetcar Line
## 3792 Ease and Beauty: The Zen Room
## 3793 The Twin Peaks Room in Atomic Loft
## 3794 Peaceful Venice Retreat
## 3795 The best 2 BDR in Hollywood #106
## 3796 Silver Lake Studio in a Craftsman
## 3797 Central Denver Hi Rise. Great view!
## 3798 2 bdrm Private Retreat with Views
## 3799 Private Suite. Local Mission Vibe.
## 3800 Sunny Loft Near Street Car and Convention Ctr
## 3801 Deluxe Apartment Studio & Hot Tub
## 3802 Warm and Cozy, Room B
## 3803 Cute 3 Bedroom/2Bath in Haight - up to 7 ppl!
## 3804 Modern Flat on freedomTrail Apt.
## 3805 Sunny room in East Village!
## 3806 Beautiful new one bedroom apartment
## 3807 The Williamsburg Experience.
## 3808 JFK PRETTY ROOM / AC near metro/subway
## 3809 Private Space with Outdoor Patio
## 3810 Garden Studio
## 3811 New, clean & cozy cottage Westside
## 3812 Apt 5min to Gaslamp & Conv Center
## 3813 Beautiful single steps to Downtown
## 3814 2Bedroom/SmallApartment /bikes/Treme
## 3815 Central Park North Guest House
## 3816 Memory foam bed - Keyless Entry
## 3817 4.-Mansion in exclusive beach area
## 3818 Irvington Carriage House Studio with Outdoor Sauna
## 3819 Small garden studio by the beach
## 3820 DC Capitol Hill (East) Private BR & Private Bath
## 3821 Southern Hospitality - With 2 Rooms! Private Bath!
## 3822 East Nashville designer digs!
## 3823 Private, Spacious Garden Apartment
## 3824 Large quiet room, huge bathroom with jacuzzi tub
## 3825 Stunning Home -Indoor/Outdoor Style
## 3826 Gorgeous pvt room in West Village
## 3827 3 bedroom duplex Brooklyn townhouse
## 3828 Cute UWS Studio Near Central Park- Clean & Quiet
## 3829 Historic Greystone 3br-Logan Square
## 3830 Urban Oasis--Wicker Park2 Vintage
## 3831 iHollywood III, Walk to attractions
## 3832 Bunk bed in a Hollywood)
## 3833 Spacious , good and safe location ,
## 3834 Sun filled loft Brooklyn L train AC
## 3835 Nice modern room by Prospect Park!
## 3836 Tranquil Mission Studio with Patio
## 3837 Cozy Room #1 TIMES SQUARE :)
## 3838 This Portland Apartment
## 3839 Comfy Bed in a Home Hostel Bunk #3
## 3840 Ideal beach/city Location
## 3841 Capitol Hill/E. Market Rowhouse Apt
## 3842 Cozy Hip Vintage MIL Apt in Ballard
## 3843 Spacious, Sunny, Loft Studio Apt
## 3844 Sunshine, Quiet + Cuddly Pups!
## 3845 Carriage House in Wicker Park
## 3846 Beautiful Bedroom & Private Bath
## 3847 The Roost- The Elephant Room
## 3848 Apartment Share in Hell's Kitchen
## 3849 Spacious room near Grand Central
## 3850 INCREDIBLE 2 Room LUXURY, Near All!
## 3851 Heart of Astoria/ 15 mnts to Mnhttn
## 3852 WALK to CENTRAL PARK-Your own 1 Bdm
## 3853 Private Entry, Spacious Suite, VIEW
## 3854 The Space
## 3855 Private Room-Avondale near blueline
## 3856 Bed & Bath in Hip Silver Lake
## 3857 Apt in Castro with Good Views
## 3858 Spacious Apartment in Congress Park
## 3859 Beautiful Room, Convenient Location!
## 3860 Hollywood Highrise A+ Views!!!
## 3861 Females only for midtown apt share
## 3862 Location location
## 3863 Sunny Delight with Free Bikes!
## 3864 Historic Two-Bedroom Bywater Home
## 3865 Luxury Estate House with Large Pool
## 3866 GREAT LOCATION BRENTWOOD GUESTHOUSE
## 3867 Treme Central - Huge Balcony
## 3868 Stumptown Room ~ Urban Haven
## 3869 Alberta Arts Private Suite
## 3870 Modern 1BR guest house in the heart of Echo Park
## 3871 Bright Venice Studio Loft
## 3872 iHollywood IV, Walk to attractions
## 3873 Malibu Pacific Ocean View Room 1
## 3874 Retro Pad in Logan Square.
## 3875 Cozy Modern Guest House Echo Park
## 3876 The Pool House in the Redwoods
## 3877 Tranquil Garden Guest House & Pool
## 3878 Garden Cottage Santa Cruz downtown
## 3879 E Williamsburg Artist Retreat;White
## 3880 Victorian Style Room in Townhouse!p
## 3881 Superhost's Lux Midtown 8P Townhouse - PROMO TODAY
## 3882 Beautiful Grdn. Apt. in Park Slope
## 3883 Your NYC Home!
## 3884 DTLA Penthouse/Epic Views/Balcony
## 3885 PrivateHUGE-OozingWithCharmFun&Kitch10MinPDX
## 3886 Room in Hell's Kitchen/Time Square
## 3887 Lovely Soho 1 bedroom
## 3888 Clean, Cozy East Nashville Haven
## 3889 WELCOME TO MY HOME - NEW YORK CITY
## 3890 2 Private Rooms - Queen Anne Home
## 3891 Home Sweet Home in So. California
## 3892 Tune Inn-Music Themed 3/2 Adventure
## 3893 PDX Garden & Patio Getaway
## 3894 NoHo HUGE PRIVATE GUEST HOUSE
## 3895 Purple Unicorn House - Two Bedroom - Close to FQ
## 3896 Shabby Chic with Private Courtyard!
## 3897 Great Studio in the heart of Harlem
## 3898 Williamsburg, prime loction, Brooklyn private room
## 3899 Spacious Studio Apartment
## 3900 NW Neighborhood Cabin in the City
## 3901 Brilliant Location! Beach & Airport
## 3902 amazing view of SF Bay & Breakfast
## 3903 Cozy Room in Large NYC Apartment! 2
## 3904 [102] /10min to Manhattan/ Astoria Private Room
## 3905 Private Suite in Historic District
## 3906 Private room in best area in LA!
## 3907 Fashionable Melrose Avenue #1
## 3908 Beautiful Meatpacking District Loft
## 3909 Private Autumn Room in Brownstone Near Subway
## 3910 Tranquil Columbia Heights Apartment
## 3911 Beautiful flat with stunning ocean view
## 3912 Comfort in Historic Melville Park 2
## 3913 Beautiful guest house in Topanga
## 3914 Steps from US Capitol and Monuments
## 3915 Beautiful 2 Bd/2 Ba in Hollywood
## 3916 Maison Fontainebleau
## 3917 The Pelagic Cottage - Venice Beach
## 3918 Spacious 3BD/2BA - Parking Included
## 3919 Private Bedroom & Bathroom near CTA
## 3920 Malibu Mountain Funky-Delic Apartment Getaway
## 3921 The Greenhouse
## 3922 PROMO PRICES FOR Hollywood Posh 1BD 1Bth 1Prking
## 3923 Huge 2 Bdrm - Conveniently Located
## 3924 Cute Cozy Studio in Manhattan
## 3925 Elegant Topanga Retreat in Paradise
## 3926 Central Manhattan/near Broadway
## 3927 Koreatown Oasis 3 blocks to Metro
## 3928 Historical Shotgun Home
## 3929 9th Over Lamar: 2 BR suite downtown
## 3930 Walk Everywhere in Hip E. Side + DT! Fast WIFI.
## 3931 Winter/Spring Cool E/Austin:Clean, Value, Location
## 3932 King-Sized Bed, Privacy, Charm!
## 3933 Studio in the heart of Little Italy
## 3934 Alberta Garden Eco-Cabin B-2
## 3935 Creole Cottage Private Guest Suite
## 3936 URBAN HOLLYWOOD GLAMOUR SUITE + 5 BEDS
## 3937 Historic South Park Private Room
## 3938 Cottage Studio w/ Pool
## 3939 private Space/Treehouse in home.
## 3940 Modern Studio Loft Steps from Beach
## 3941 The Dude abides, cheaply.
## 3942 VICTORIAN DREAM HOUSE W/ PARKING
## 3943 GOLD COAST STUDIO IN 1885 VICTORIAN
## 3944 black&white Hollywood ★★★★ Studio
## 3945 ♥ of Williamsburg, Private Entrance
## 3946 PERFECT DC location near everything
## 3947 Large, sunny, private studio Apt 2R
## 3948 25 Minutes to Manhattan!!Private2BR
## 3949 Private Room in Sunny Cottage with Private Bath
## 3950 CapHill apt- walk to everything!
## 3951 Bright, Beautiful, Steps to Metro
## 3952 #MotelCamper - 1962 Vintage Camper
## 3953 Garden Oasis in Beaumont-Wilshire near Alberta St.
## 3954 Bright Brooklyn garden apartment!
## 3955 Three Bedroom- Bright, Airy, Private Apartment
## 3956 Economical Room, Close to Midtown 3 blocks Subway
## 3957 Bedroom with your own private bathroom.
## 3958 F4 Spacious Room Near Park and Subway
## 3959 Quaint beach village, ocean breezes
## 3960 French Quarter Gem/ Royal Street
## 3961 #9 Self Check-In even late at night/downtown
## 3962 Family & Friends in New York City
## 3963 Historical Charmer, Great Location
## 3964 Mod Tiny House 3 mi to FQ
## 3965 Hollywood Hideaway(2) PRIVATE ENTRANCE/BATH/ROOM
## 3966 The Sweet Suite: Pure PDX!
## 3967 Top Rated Neighborhood - Extra Large 2Bd Flat
## 3968 Private NE Pasadena Bungalow
## 3969 Luxury Hollywood Hills Guest Suite
## 3970 Cozy room w own bath-great reviews
## 3971 Ravenswood Guest House Annex
## 3972 Charming and Lovely
## 3973 Heart of Hollywood - Private Bed, Bath & Parking
## 3974 a great room in manhattan!
## 3975 Historic & Eclectic Cottage on the Creek in 78704
## 3976 Second-Story Mississippi Ave Suite
## 3977 Private patio & hilltop views
## 3978 Beautiful West Lakeview location
## 3979 Stay in the center of San Francisco
## 3980 BALLARD CHARM - Contemporary Suite
## 3981 Comfy Home Close to Metro with Parking!
## 3982 Washington Park Stunning Townhouse
## 3983 Quaint English Cottage Garden Apt.
## 3984 Modern Luxury 2bd 2ba Loft - metro
## 3985 Private Room, Convenient Location
## 3986 1BR in Rustic Rowhouse - Metro/Bus to Sites
## 3987 Heart of Dupont Circle West
## 3988 Sunny Room Overlooking Side Street
## 3989 Quaint Hillcrest home w/ character in perfect spot
## 3990 Large 2bd Marigny Shotgun House
## 3991 Denver Bungalow With Artsy Vibe
## 3992 Studio and nature on of top H Hills
## 3993 Magical Poolside Echo Park Studio
## 3994 Peaceful Echo Park Hideaway
## 3995 Private unit in downtown Victorian
## 3996 Private Room B, 20mins to Manhattan
## 3997 Sunny, Gorgeous West Village Home
## 3998 beautiful spacious room
## 3999 1BR apt, WiFi, Private
## 4000 MELROSE PLACE is Sweet
## 4001 Secluded quiet private room & bath
## 4002 Venice Beach Modern Guest House
## 4003 Juke Joint Guest House -- Walk to French Quarter
## 4004 Private Sunlight Room in Brownstone Near Subway
## 4005 Lite Big B&B with BikePath to Beach
## 4006 Private Bedroom in Venice area
## 4007 Master Balcony Suite in Venice
## 4008 Artist's Ditmas Pk 5 bedroom house
## 4009 Private Room/Bath Close to DC Metro
## 4010 1 br. in the heart of Sunset Jct.
## 4011 ♟ Vintage Portland Home - 5 minutes to downtown!
## 4012 Central Harlem Private Studio
## 4013 Downtown Chic Getaway - Large 1 Bedroom in LES
## 4014 Modern Hillside Studio Amazing View
## 4015 Comfy & quiet room w/ view of DTLA
## 4016 PrivRoom+Bath In Roslindale/Boston
## 4017 Charming bedroom in a nice location
## 4018 Warm and Cozy Room in Harlem
## 4019 Private Unit and Kitchen on Alberta
## 4020 Food Lovers Dream in Inspired House
## 4021 CASTLE DREISKULL: LOVE NEST!!
## 4022 Lovely, modern 1bd Mission Dolores
## 4023 Priv Entry / Bath Sunset Silverlake
## 4024 Private flat, remodeled and yard
## 4025 San Diego Historic Victorian Suite
## 4026 Buena Vista Vict. private room bath
## 4027 Private & Quiet Detached Cottage
## 4028 San Diego living by JA 1
## 4029 Bright bedroom w/private bathroom
## 4030 Central &private room near park/sub
## 4031 Cozy Pristine Birdnest Condo VIEWS
## 4032 Two bed/ two bath across convention
## 4033 Modern Serene House/View & Pool
## 4034 Cozy Haven in East Nashville
## 4035 Superb Location Private Bed & Bath
## 4036 Lovely Deluxe Studio near Lincoln Center
## 4037 Private bedroom 2 in NY Artist loft
## 4038 Private room close to central park.
## 4039 COZY CLEAN ROOM 7 MIN FROM JFK
## 4040 Comfy Airbed in Great Uptown Apt LR
## 4041 Luxury Living in LA
## 4042 Garage apt, 1 mile from downtown!!
## 4043 BRAND NEW 2BD A BLOCK FROM BEACH- 2
## 4044 URBAN HOLLYWOOD VIP CELEBRITY PENTHOUSE + 6 BEDS
## 4045 Neat, Bright, Spacious & Convinent!
## 4046 Chateau D' Marigny Triangle
## 4047 (3) Bdrm House on Fountain
## 4048 Gorgeous & stylish unit w/parking
## 4049 HUGE COMFY SUIT. A/C,PARKING,SUPER LOCATION,POOL
## 4050 comfy bed in spacious living room
## 4051 Lovely Home, Heart of Williamsburg!
## 4052 Private Rm/Private Bathrm nr Ocean
## 4053 Eastern Market english basement
## 4054 Zilker Festival Suite
## 4055 Charming Garden Oasis 1bd apt.
## 4056 #6easy self check in even at late hours/downtown
## 4057 Hip Trendy and Convenient!
## 4058 Beautiful Loft w/ Waterfront View!
## 4059 Stay at Chez Chic budget Room #2
## 4060 Location. Location. Location.
## 4061 OVER 265 FIVE STAR REVIEWS !!! (on all my places)
## 4062 Private Entry Master Suite Central
## 4063 B1 Broadway st. financial,chinatown
## 4064 Beautiful 2BD/1BA in Brentwood
## 4065 Beautiful Chic Downtown LA Apt
## 4066 Room in Beautiful Victorian Home!
## 4067 Private Loft Minutes from Downtown
## 4068 A#1 Best Private Alberta Guest Room
## 4069 Room in Modern and Super Clean Apt w/Private Bath
## 4070 SoHo near seven subway lines, rooftop view
## 4071 CHARMING Suite - by OHSU/Downtown!
## 4072 Just Read the Reviews!
## 4073 Modern Culver City Guest House
## 4074 Private 3rd Floor Apartment
## 4075 Entire 1BR Capitol Hill Apartment!
## 4076 LUXURY 2BR 2BA HOLLYWOOD HOME Perfect 4 Families
## 4077 LexingtonOrange South: Modern & New
## 4078 Streetcar + Private Bath & Entry
## 4079 Private Urban Oasis Culver Junction
## 4080 HAPPY Silverlake/EchoPark Cottage
## 4081 Large Room for Rent 25 mins to NYC
## 4082 MANHATTAN APARTMENT RIGHT AT SUBWAY
## 4083 ROOM W/PRIVATE BATH-WALK TO TRAINS
## 4084 Cozy/Cute/Very Safe in E. Nashville
## 4085 PRIVATE 2BD APT
## 4086 Spacious 2BR in the heart of Sunset
## 4087 Alberta Rustic Modern Tiny House
## 4088 Cozy room at walking distance to FQ
## 4089 Smack Dab in Austin East & Downtown
## 4090 Colfax Avenue Urban Farm
## 4091 Clean & Quiet Room in Trendy NE Neighborhood (#1)
## 4092 Hawthorne +Cannabis & Treats ~ Eastern Room
## 4093 East Austin Bungalow
## 4094 Lovely 2 bedroom in Lincoln Square
## 4095 Verna's Brownstone Suite (Bed Stuy)
## 4096 E Williamsburg Artist Retreat;Beige
## 4097 Jupiter Suites w/ Parking- JFK
## 4098 Midtown NYC - 1 Bedroom Apartment
## 4099 Lovely private room close to Manhattan
## 4100 Clean & Cozy Midtown West NYC Apt!
## 4101 Private Rm by Central Pk, Harlem,NY
## 4102 Lovely Suite in Historic Brownstone near Subway
## 4103 Best Dupont Apt-1 BR - Perfect location near Metro
## 4104 Fresh New Modern Family Friendly
## 4105 Historic Charm | Modern Comfort
## 4106 +Highly Satisfactory LES dwelling++
## 4107 Stay like a real New Yorker
## 4108 Great Williamsburg Apartment
## 4109 Comfortable Room; Suburban Home
## 4110 Playful Hillcrest Pad
## 4111 Charming Central Austin Sunroom
## 4112 Cozy cottage
## 4113 Treetop Haven in the City
## 4114 Luxury Modern Hollywood Studio
## 4115 Balcony Guesthouse in Trendy Melrose Neighborhood
## 4116 rooftop jacuzzi & room Noe/Castro
## 4117 Sleep Tight in Bloomingdale, NW
## 4118 Unique Historical Studio-Circa1830s
## 4119 Beautiful Historic Brooklyn!
## 4120 Charming Room in Edwardian Home in NE Portland
## 4121 Private rm(s) nr Airport, Alberta, Fremont-1-4 ppl
## 4122 Room and Bath with Private Entrance
## 4123 Private Room in Mission Hills
## 4124 Private Eastlake - Steps to Lake.
## 4125 Lovely garden studio in the Castro
## 4126 Hotel Pac Hgts 2 Bed Free Car ParkB
## 4127 GREAT DEAL IN TIMES SQ./HK
## 4128 City views masterbedroom & parking
## 4129 Balcony Room in Heart of San Diego!
## 4130 Upper West Side teacher's Studio
## 4131 Unique sunroom apartment!
## 4132 Classic Artist Loft Williamsburg
## 4133 Own Private room shared Bathroom.
## 4134 Stay in our wonderful loft!
## 4135 Bright Spacious Historic Loft
## 4136 Converted Stable 30+ Day Rental
## 4137 Spacious 2 BR apartment in Bed-Stuy
## 4138 Landmark Cottage, Brownstone block
## 4139 Lovely Studio Apt in D.T. Seattle !
## 4140 Charming 1 Bedroom Guesthouse
## 4141 BRAND NEW 1BD STEPS TO BEACH - 4
## 4142 Everything you need in Lower Q. A.!
## 4143 Hollywood Presidential Penthouse
## 4144 Perfect bedroom in VERY central DC
## 4145 1/#2 Bedroon - Shared bathroom
## 4146 Private Own bathroom & Kitchen
## 4147 Comfortable Bedroom in Weho
## 4148 Cozy Capitol Hill Accomodation
## 4149 Laurel Canyon Cozy Retreat
## 4150 MidTown Funk: Safe, Clean, Cool!
## 4151 Single room, City in 15! Great spot
## 4152 1930's Mid City Streetcar
## 4153 Private Oasis & Guest House
## 4154 Charming Toluca Lake Guest House
## 4155 Sunny Room 15min from Manhattan
## 4156 Entire apartment, in New York
## 4157 Golden Gate Park Orange Studio UCSF
## 4158 Castro Cottage w/ Secret Garden
## 4159 Remodeled Cozy Castro Garden Studio
## 4160 Dorm Beds @ Social SF Hostel #4
## 4161 Sunny garden room on 24th
## 4162 Heaven in the City
## 4163 Tucked Away East Nashville Cottage
## 4164 DTLA Studio
## 4165 Bright 4BD Oceanview Home
## 4166 Big BR 15 min away from Manhattan
## 4167 Private Studio - Industrial Ballard
## 4168 Private Bedroom in Hollywood
## 4169 Clean, Large 1BR/1BA w/Parking -
## 4170 Our Urban Oasis
## 4171 Beautiful 2 brm apt in Brooklyn NYC
## 4172 Big Room by Times Square
## 4173 Cozy Giants Room @Golden Gate Park
## 4174 Old Charm Big House
## 4175 Sleek and Modern in the South End
## 4176 Newly Updated Spacious clean quiet gated parking
## 4177 Spectacular Lincoln Park Garden Apt
## 4178 Windansea Beach Room
## 4179 Beach Community Lofty Studio- Lots of light
## 4180 Designer Venice Craftsman Cottage
## 4181 1 block to the Beach in Venice!
## 4182 Food Lovers Dream in Designer House
## 4183 Private suite, modern DC row house
## 4184 PDX Eco Cottage Guesthouse
## 4185 King Tempur-Pedic & Ensuite Bath
## 4186 WATER VIEW 4 BEDROOMS LOFT!!
## 4187 Amazing Two Bedroom Apartment
## 4188 Cozy Russian Hill Cottage w/ Parking!
## 4189 Private, Large Room+Bath in Ballard
## 4190 Perfect for your Boston layover
## 4191 Welcome to Lago, gem of Silverlake
## 4192 NOLA JAZZ FEST GETAWAY( 2 BIKES)
## 4193 Quiet Williamsburg apartment
## 4194 Sunny & Stylish Brooklyn Flat
## 4195 Fantastic Venice Beach Apartment
## 4196 Near Downtown, Convenient Spot, & FREE Parking!
## 4197 Downtown Riverfront Condo with Pool
## 4198 Venice Beach Ocean Views
## 4199 Relaxing Oasis with Breakfast
## 4200 Room w/ pool and gym access!
## 4201 Times Square 3 Br Cozy Apt Sleeps 8
## 4202 Oceanfront Garden bedroom!!!
## 4203 Private Jacuzzi Suite, walk to Bourbon, FQ, Park
## 4204 Pretty views b/t DTLA & Pasadena
## 4205 Music Row/Edgehill Guest House!
## 4206 Freshly Renovated Historic Suite
## 4207 Central SF, Secluded 2BR Garden Apt
## 4208 Fabulous 2BD APT in Hollywood
## 4209 Private Room & Bath in East Nashville
## 4210 THE COZY ROOM NEAR DISNEYLAND
## 4211 #5 Studio: Koreatown Wiltern Modern
## 4212 Your New Orleans Home
## 4213 Steps to French Quarter & Frenchmen
## 4214 Studio Apartment - in Mississippi
## 4215 Glamorous & Cozy SoHo 2 Bedroom / 2 Bathroom
## 4216 Live Like A DC Native [1890s Rowhouse]
## 4217 2 Beds/Queen & Full Beautiful Room 40 minsT.Square
## 4218 SPACIOUS & PRIVATE ROOM
## 4219 Improved Response Rate@ The Valley
## 4220 Castro Sanctuary
## 4221 Victorian Tranquility Next to the T
## 4222 Modern, bright, sexy Mission flat
## 4223 Burnham Beach Cottage 1
## 4224 Indoor Camping w/Helpful Hostess & Friendly Dogs
## 4225 PDX Cozy + Quiet + Clean room
## 4226 Private guest suite in family home!
## 4227 Freshly Remodeled Two Bedroom Home
## 4228 Bywater Retreat w/ Private Entrance
## 4229 Buddha Room in Pilsen art district!
## 4230 Private Modern Studio By Ocean
## 4231 NP Best Studio: Private Patio & AC
## 4232 Cozy Clean Guest Room - Family Apt
## 4233 Hollywood Large Studio III
## 4234 Key-to-Austin
## 4235 Room 2 in San Francisco View Home
## 4236 Unbeatable Location + Free Parking
## 4237 Private Hollywood room cheap
## 4238 Fun LES 1br, close to everything!
## 4239 2 Bedroom Minutes to Venice Beach
## 4240 Light filled Designers Loft
## 4241 Staycation for 8 (Duplex)
## 4242 Perfect Venice Beach Cottage
## 4243 Electric Ave. Bungalow 2
## 4244 Private 1BD/BR in East Nashville
## 4245 Luxury 2 Bedroom Apartment
## 4246 Comfortable & Roomy 2BR downtown
## 4247 New space in an old home
## 4248 Spacious Room in Luxury Home
## 4249 Sun-filled top floor of coach house
## 4250 Lovely & trendy, close to the beach
## 4251 Contempory Panaromic Penthouse II
## 4252 Hello Yellow!
## 4253 Cozy suite in quiet area by subway
## 4254 Walk to Capitol/Metro/etc, w/parking, pets/kids OK
## 4255 Comfort and convenience in the city
## 4256 Big, Sunny, Modern Apartment w/VIEW
## 4257 Classic Brooklyn brownstone
## 4258 1,800 sq foot in luxury building
## 4259 Artsy Alberta Cottage Private Room
## 4260 PRIVATE FLOOR, PRIVATE BATHROOM WITH FREE PARKING
## 4261 HELL'S KITCHEN STUDIO for 2 or 3
## 4262 Charming Home in NE Portland
## 4263 Charming Garden Apt in Park Slope
## 4264 Large, sunny, private studio Apt 2F
## 4265 Massive Room in Warm Spacious Apt
## 4266 Gorgeous apartment in Rockridge
## 4267 Quiet studio in the heart of NYC.
## 4268 LOCATION — CLEAN — SAFE — RELAXED
## 4269 Unique Charm! North Park, Hillcrest
## 4270 BEVERLY HILLS! Walk to Rodeo Drive!
## 4271 Zip to must-see-LA, Private Entry
## 4272 Hip, Modern, Studio block to beach
## 4273 Beautiful room in Pasadena home
## 4274 Relaxed Bucktown/Wicker Park 1B Apt
## 4275 Bright Room in Boho Artist Home
## 4276 2BR Home & Garden 1 Block to Beach
## 4277 NOPA Studio apartment
## 4278 1 BR East Lakeview / Boystown + W/D
## 4279 Cozy Close-in North Portland Studio
## 4280 Master Bedroom Suite
## 4281 Close to Metro Rail ~#4 Studio: Wiltern Koreatown
## 4282 Sunny, well-appointed Brooklyn room
## 4283 Private Guest Room in Beautiful PB!
## 4284 2BR basement Apt near Union Station
## 4285 Earphoria (for Musicians)
## 4286 Casual, Comfy SW Corbett Ave Studio
## 4287 Sweet Central District Guest House
## 4288 Private-BD/Shared-BTH in 2-BD/2-BTH TwnHse
## 4289 Stay with us, and feel like home.
## 4290 Bright, Spacious Heart of Portland
## 4291 Highland Park Dream Apartment!
## 4292 SOBO and West Wash Park
## 4293 Private Guest Studio- Phinney Ridge
## 4294 1BR- Heart of historic Capitol Hill
## 4295 Austin Weird Bungalow
## 4296 Welcome,Bienvenidos. Bem-vindos! Private room/bath
## 4297 Studio #27: Upstairs. Koreatown Renovated in 2016.
## 4298 Ultra Sexy Guest House by Hollywood
## 4299 Grand room w/Balcony+Amazing View
## 4300 [103] /10min to Manhattan/ Astoria Private Room
## 4301 Cozy Apartment near French Quarter
## 4302 Beautiful 2 bdr on Hollywood Blvd
## 4303 Romantic Europe in the Trees -Tree House Retreat
## 4304 LexingtonOrange North: modern & new
## 4305 Great garden unit in trendy area
## 4306 Bunk bed in the Treat Street Clubhouse
## 4307 Just redecorated: cozy home prestigious Georgetown
## 4308 Spacious One Bedroom +
## 4309 Silverlake gem nestled just off Sunset Junction
## 4310 Stylish 1BR steps from the Quarter
## 4311 Venice Beach Modern + Green Oasis
## 4312 Private Room near Universal Studios
## 4313 Zen Beach
## 4314 URBAN DOWNTOWN LA CITY VIEW PENTHOUSE + 5 BEDS
## 4315 Lower Garden District Carriage House
## 4316 camera con bagno privato a TriBeCa
## 4317 Sunny Dupont Circle Share
## 4318 Electric Ave. Bungalow with Hot Tub
## 4319 On Esplanade Avenue-French Quarter
## 4320 Modern Room near Castro with Views
## 4321 Spacious Apt w King Bed & Parking in Upper Mission
## 4322 TRENDY Rental Central NE Austin
## 4323 HOLLYWOOD/BEVERLY HILLS GETAWAY!
## 4324 Bedroom in house with twin beds
## 4325 Charming Garden Studio Dolores Park
## 4326 Ballard Bunkhouse - Bottom Bunk
## 4327 Attic Master Suite with Kitchenette
## 4328 Large UWS Apt close to Central Park
## 4329 Bright, charming 2BR in historic Little Italy
## 4330 In the Heart of vibrant SE Portland
## 4331 Your Portland Bungalow Apartment
## 4332 HOLLYWOOD -- OFF OF HIGHLAND AVE NEAR MELROSE AVE
## 4333 Cozy 1.5BD in Parkslope Brooklyn
## 4334 HUGE LOFT & TOP LOCATION IN NYC
## 4335 Private Rm - Times Sq/Hell'sKitchen
## 4336 SOHO 700sft 1 BED with big kitchen
## 4337 Private Room A, 20 mins to Manhattan
## 4338 2 Bedrooms, 4 beds in Times Square!
## 4339 BEST Los Feliz Mid Century Luxury 1
## 4340 Sunset View Apt @ the beach
## 4341 *NEW* Flamingo Motel Suite #111
## 4342 MUSIC CITY USA
## 4343 Stay in a Magical Art House
## 4344 OceanView.WalkBeach/Pier/Promenade
## 4345 Lux Room-Grove/West Hollywood Area
## 4346 WELCOME TO YOUR HOME AWAY FROM HOME
## 4347 Charming downtown Portland studio
## 4348 Hollywood charm+modern convenience
## 4349 Entire home, 4 bedrooms, 3 baths, McCormick Place
## 4350 Room in geographical heart of Hub
## 4351 Bright Getaway with private in-room bath+balcony
## 4352 Private room4 historical house
## 4353 Heart of Williamsburg - authentic & central!
## 4354 Best Columbia U Upper West Side C Park 2-Bed rooms
## 4355 Executive Rental 3/2 sleeps 6
## 4356 Luxury Loft near NPR & UnionStation
## 4357 Cozy Back House Steps To The Beach
## 4358 Divine 1 Bedroom suite-Brownstone
## 4359 Happy in (North) Portland; Close-in
## 4360 Luxury DC Apt. Downtown, Logan Circle, 14th Street
## 4361 Beautiful Bernal Heights Apartment
## 4362 Magical Canyon Artist Retreat for Artist & Lovers
## 4363 Grand Colonial in Historic Boston.
## 4364 THE MARINA BEACH BUNGALOWS
## 4365 Open loft space
## 4366 Large sunny room+Bath, SE Division
## 4367 Cozy Bedroom in the Heart of Austin
## 4368 Studio Apt in Row House in Shaw
## 4369 San Diego Living by JA 2
## 4370 Hip Home in Little Rome
## 4371 Hip Historic Neighborhood w Parking Included
## 4372 Washington Green Room - 0 Parking
## 4373 In the hills below Hollywood Sign!
## 4374 Tranquil hill retreat-1bd apt+Patio
## 4375 The SkyBlue Loft,Downtown,w/Parking
## 4376 VINTAGE MEETS MODERN KING SUITE
## 4377 Private room and Private bath.
## 4378 CHARMING ART DECO STUDIO!!!!
## 4379 CUTE ,COMFORTABLE, LIGHT & BRIGHT!
## 4380 Pasadena Glen Separate Cottage
## 4381 Close to the beach with gorgeous views!
## 4382 Bed, Bike, Brews, Breakfast, B...
## 4383 Stunning Villa by the Sea!
## 4384 Everything within walking distance!
## 4385 Beautiful, Creative One-Bedroom in Pilsen
## 4386 Bill Murray Suite in Trendy Hood! NEW Mini-fridge!
## 4387 6 Beds / 2 BR - Center of DC w/ VIDEO TOUR!
## 4388 Visitors Dream Pad/Historical 1920s
## 4389 Traveler's Escape (Free Parking & Breakfast)
## 4390 Garden Guest Suite
## 4391 *OPEN SXSW - EASTSIDE COTTAGE-HOT TUB-DOWNTOWN
## 4392 STUDIO IN SOCO. BEST LOCATION!
## 4393 2B/2BATH HOLLYWOODnrROOSEVELT HOTEL
## 4394 Private suites near it all- Room #6
## 4395 In oak grove, 5 min to Malibu beach
## 4396 12South Guest House
## 4397 Magical Apt in Magical Marigny
## 4398 Fresh Studio Apt - Union Station
## 4399 NW 23rd Walker's Paradise
## 4400 Bohemian Sleep Den
## 4401 Gorgeous, private, 2-bedroom flat!
## 4402 Amazing Mid Century Soco Apt
## 4403 Olympics View Seattle QA Craftsman
## 4404 Hollywood Bungalow Oasis
## 4405 Social studies
## 4406 A Sweet Refuge w/Private Bathroom
## 4407 2) Super Cozy Room in Brooklyn!
## 4408 纽约之家(Private Bathroom3)
## 4409 Cottage in East Nashville 5 Points
## 4410 New Private Bedroom & Private Bath #3
## 4411 Lovely Remodeled 1910 Craftsman Home Laurelhurst
## 4412 Sunny 1 Bedroom/1 Bath Apt Near the Grove
## 4413 LA Home 15mins fr LAX (Airport)
## 4414 West LA: 1Bed + 1Private Bath + 1Covered Parking
## 4415 The Miles Davis Bungalow
## 4416 MB Mid Marketst.Soma Moscone area
## 4417 Amazing Downtown With Rooftop
## 4418 Manhattan, near subway, quiet street & backyard!
## 4419 Awesome Harlem House 3 bdr 2 floors
## 4420 Loft in 2 bed apt 1 block from UN
## 4421 Cottage - WeHo 2bd house A1
## 4422 Room with pvt Bathroom
## 4423 Central+Contemporary+Urban Living
## 4424 Lovely Studio in Flushing/kew Garde
## 4425 GORGEOUS Condo STUNNING Park View
## 4426 ENTIRE 1 Bedroom on Upper East Side
## 4427 Sweet East Village Studio
## 4428 Gorgeous Parlor Floor Suite near Subway
## 4429 Charming Haven in Hyde Park
## 4430 Jazz Fest Cottage
## 4431 1 Bd + Parking, ½ Block to Beach!
## 4432 Guestroom in Chinatown
## 4433 Living La LES
## 4434 Harbor Studio near Beach Boardwalk
## 4435 Top Hollywood Deal: Bedroom+Bathroom+Parking
## 4436 Large Vintage Single: Steps to Lake
## 4437 2BR Venice Taste Bungalow with Garden, Sleeps 5
## 4438 Spacious TownHouse 2BD 2BH MarVista
## 4439 Downtown LA Artist Loft W/Amentites/Parking! -519
## 4440 Cute and Cozy East Nashville Home
## 4441 Sensational South End 2 bedroom
## 4442 Charming Brownstone in Logan Square
## 4443 Room with en suite bathroom
## 4444 Creole Cottage Couture
## 4445 Near Central Park 6 people + washer
## 4446 Chic, Bright & Airy in Hayes Valley
## 4447 3BR/2BA: 2 Places, 1 HOT Location!
## 4448 BK Garden Oasis Queen bd, L train!
## 4449 2 bedrooms with Queensize bed
## 4450 GORGEOUS 1BR-TIMES SQ/MIDTOWN WEST
## 4451 Amazing Location, Newly Renovated!
## 4452 Nice Cozy / room E
## 4453 Cozy One Bedroom Apartment Downtown
## 4454 Gorgeous Two-story Hollywood Style
## 4455 Historic & Fresh Row Home in RiNo
## 4456 Downtown Austin - Tiny Tasteful 2
## 4457 Charming Hidden Hollywood Bungalow!
## 4458 Cozy Home Near Best of Santa Monica
## 4459 ➳ Sweet Room in Charming Central SW Home ➳
## 4460 Lovely Victorian Two Room Suite
## 4461 Room steps from Valencia
## 4462 2-br Home Close to Downtown with Room for 8 !
## 4463 private getaway near french quarter
## 4464 Midtwn E BEST LOCATION Priv Twin Rm 1 Loving Cat
## 4465 Hotel Pac Hgts 2 Bed Free Car ParkD
## 4466 The Red Room with Breakfast
## 4467 Grand Downtown DC Living
## 4468 Private room minutes from midtown!
## 4469 Cozy Garden Studio - Private Entry
## 4470 Amazing room near the beach in SaMo
## 4471 Outer Sunset Beachfront Beauty
## 4472 Vintage Ballard Charm
## 4473 Fantastic Apartment-Heart of SoCo
## 4474 Fantastic West Los Angeles Home!
## 4475 Global Bungalow Annex
## 4476 Bed/Bath & Breakfast! LAX & Beach 5 min. away
## 4477 Private Guest Room Santa Monica
## 4478 Garden, AirCon, New Bikes & Cat.
## 4479 Private room. Downtown.
## 4480 Treme Creole Loft
## 4481 MIDTOWN LARGE STUDIO!(5 AVENUE)
## 4482 Sunny Private Room with Balcony
## 4483 Clean ,safe and convenient location
## 4484 Cheerful Sunset Junction Craftsman
## 4485 Fun Baby-proof 2BD Full Apt @Belmont! (permitted)
## 4486 Cozy Studio2 San Diego Near Park
## 4487 3BR Boutique Loft+ Rooftop
## 4488 French Quarter 2Bdr Penthouse 401
## 4489 Steps from Staples/Convention Cntr
## 4490 Lg Studio Guesthouse - Pool/Patio
## 4491 The Kitchen Suite w/private bath
## 4492 Private Entrance Suite Vandy/Belmnt
## 4493 Christine's Cottage
## 4494 ARTISTS HOLLYWOOD NOOK
## 4495 Private Entrance Room by the Beach
## 4496 Retro Central Austin Suite
## 4497 Cozy Spot in Boston's Little Italy
## 4498 Quiet private bedroom, Chicago home
## 4499 Luxury Studio on the Walk Of Fame
## 4500 Clean/Quiet Apt, Great Location, with washer/dryer
## 4501 Creative Sanctuary
## 4502 3 Bedroom Apt-12 min Times Square
## 4503 Modern Apt in Heart of Williamsburg
## 4504 Chic 1 Bedroom - Prospect Park
## 4505 Charming Apt off Bleecker, First Fl
## 4506 Cozy room in house Harlem/Manhattan
## 4507 Quiet Lovely master bedroom near Columbia U
## 4508 Feel like home in Williamsburg Room
## 4509 Sweet Attic room in NE
## 4510 Walker's paradise in West Hollywood
## 4511 French Quarter 2Bdr Suite 201
## 4512 BUNKHOUSE QUEEN B14
## 4513 Private Bath & Entrance near UCSF
## 4514 Private room in 3bdrm apt!
## 4515 Hollywood Hills Airstream Top Views
## 4516 The Heart of Los Angeles.
## 4517 Private Room B With Bath on SOCO
## 4518 A Lower Garden District Victorian!
## 4519 Comfortable, spacious, private room, Downtown, NYC
## 4520 Uptown Chic
## 4521 Convention Center Rowhouse & In Law: 2 Units, 4BR
## 4522 3 BD 2 BATH Central Los Angeles!
## 4523 CRAFTSMAN HIDEAWAY NEAR THE STUDIOS
## 4524 Beverly Hills On Rodeo Drive
## 4525 Easy Forum & LAX - Cozy Craftsman
## 4526 2BR, 2Bath Koreatown + 2Parking #1
## 4527 Sullivan's Gulch New 1 BR apartment
## 4528 Private Master Suite, N Mississippi
## 4529 Adult Only Quiet 2/br Capitol Hill
## 4530 SAFE AND BEAUTIFUL ACCOMODATION
## 4531 Renovated Studio 300ft to Metro!!
## 4532 Sunny 1Bd/1Bath Cottage Retreat Near Sony Studios
## 4533 Charming Authentic MidCity! Huge.
## 4534 Queen Bed, Quiet Room, Prime Wburg!
## 4535 Modern Craftsman Cabin Retreat
## 4536 Cozy, Private Studio
## 4537 Queen Bed w/ En-Suite Private Bath
## 4538 Amazing flat in Haight Ashbury
## 4539 Beautiful + Chic Hollywood Getaway
## 4540 3BR Luxe & Spacious L Pac Hts Flat
## 4541 URBAN DOWNTOWN LA LUXURY RESORT SUITE + 6 BEDS
## 4542 Comfy Home Walk to French Quarter
## 4543 Modern cozy Apt w/ garden terrace
## 4544 Walk to Beach and Sea World
## 4545 2 Bedroom on Mission's best block
## 4546 Room in Greenpoint Loft w/ Roof
## 4547 Cozy Room in Family Home..BKLYN!!!
## 4548 Beautiful Apt/Queen Bed/Near Subway
## 4549 ♡ Lovely Historic Brownstone Charm ♡ LEGAL LISTING
## 4550 Fort Washington Celestial Room
## 4551 Cozy Urban Hideaway
## 4552 West Village Loft, 2nd floor
## 4553 Cozy Private room walk Union Station FREE wi-fi
## 4554 Cozy1 bedroom apartment in Brooklyn
## 4555 Artist Loft w/ Sauna + Rooftop Deck
## 4556 Top Floor close to Wrigley Field in East Lakeview
## 4557 Venice Beach 2nd bdrm in beach apt
## 4558 Hollywood Hills Private Entry Mini Studio Room
## 4559 Funky Guest House in Mid City
## 4560 Amazing Location in NE King Suite
## 4561 Union Station/Capitol Hill Flat
## 4562 Sunny Large 1 bedroom apartment in Marina district
## 4563 Secluded Santa Cruz Beach Hideaway
## 4564 Private Room Near Beach & Forest
## 4565 Spacious Bedroom and Bathroom
## 4566 Cozy house. Walk to SWSW events.
## 4567 YOUR OWN VIBRANT HW STUDIO W/VIEW
## 4568 Private Loft Apt Vandy / Belmont
## 4569 Master Suite close to downtown!
## 4570 Classic New Orleans Home
## 4571 Zen place in the heart of Old Town
## 4572 Vintage Trailer *in* Huge Loft DTLA
## 4573 Cozy Room w/ Private Bath and Bike!
## 4574 Authentic Beautiful NOLA Shotgun!!
## 4575 Manhattan Sanctuary on the UES!
## 4576 Great Private Bedroom & Bath!
## 4577 BR in DC Green Home Metro Access
## 4578 SPECIAL! Cozy private room w/BIKE!
## 4579 Lovely, airy room in best LA area
## 4580 Stylish Apt by the Canals [SPECIAL]
## 4581 Zen Home In Trendy Neighborhood
## 4582 Small Room steps from Valencia
## 4583 SUNNY & UPDATED VINTAGE 2BR/1BA
## 4584 Luxury loft in amazing location!
## 4585 Spacious 2BD apartment in SE Portland
## 4586 Townhouse near downtown Portland
## 4587 Private Bath. Central DC Room. B2. Washington
## 4588 Bedroom in Hollywood with Parking
## 4589 Comfy Suite B for 2-3 people with bath and parking
## 4590 Family Friendly Granny Flat in Alberta Arts
## 4591 Mod Bushwick Escape by the L Train
## 4592 Nice bedroom
## 4593 Immaculate Rockridge In-law Oakland
## 4594 New. Tidy. Accessible. Dupont 1BR.
## 4595 New Studio in Heart of Chelsea
## 4596 The Green Door Garden Cottage
## 4597 Quiet Walk Street at the Beach
## 4598 One Double size bed in living room
## 4599 Beautiful One Bedroom Apartment!!
## 4600 Comfy Airbed in Great Uptown Apt DR
## 4601 1 BR Perfect Lincoln Park Location
## 4602 Cute room in my zen home!
## 4603 Charming Studio
## 4604 Charming Hyde Park Casita
## 4605 Cozy, quiet condo in heart of city.
## 4606 Clean and Modern Apartment in Calm Area.
## 4607 Bronx Room Near Yankees + Harlem
## 4608 One Bedroom Capitol Hill Retreat
## 4609 Private Room Near Downtown SF (15)
## 4610 Central/East Modern Guest House
## 4611 d ** BEST PRIVATE ROOM IN BOSTON **
## 4612 Little Pink House in Silverlake
## 4613 Private Large Oasis, Perfect Division SE Location!
## 4614 The B*tchin' Beach Bungalow!
## 4615 Hotel Pac Hgts Queen Free Car ParkB
## 4616 Charming Echo Park Hills Apartment
## 4617 The Grove & Melrose Pied-à-Terre 4
## 4618 Urban Jungle Garden Duplex
## 4619 LOFT-CentralPrk/TimeSq/TheaterDist2
## 4620 Luxury Williamsburg, Brooklyn LOFT
## 4621 Ugliest Dump in The World
## 4622 Great and private place to stay!
## 4623 Serene Eurostyle Shared Bath Studio
## 4624 Global Getaway in Hip East Austin
## 4625 Small room near Convention Center
## 4626 Modern Mission Living
## 4627 Suite Garage on Queen Anne
## 4628 Convention Center Rowhouse on P ST NW (3BR/2.5BA)
## 4629 cozy bedroom near columbus circle l
## 4630 BIG Room & Queen Size Bed!
## 4631 Private Pearl Retreat / NW Portland
## 4632 Sun filled room in the Lower Haight
## 4633 Adorable Walkable Vintage Apartment
## 4634 Close to Downtown, Ground-Level Rm
## 4635 Private Entry Retreat Close to all
## 4636 Private zen den with sauna!
## 4637 Cozy Studio Apartment
## 4638 Large Studio in West Hollywood.
## 4639 Denver Rowhome Close to Everything!
## 4640 Garden Bedroom
## 4641 Great Place Garfield Park 3 Bedroom
## 4642 BEACH HOUSE- VACATION RENTAL !
## 4643 Private Large Bedroom and Bathroom
## 4644 Cozy New York Studio
## 4645 Gorgeous, spacious downtown condo
## 4646 Star light room
## 4647 Lincoln Park huge 1bdr city views
## 4648 Venice design w/ style + art studio
## 4649 Malibu Dreaming
## 4650 02a. Twin bed in Coed Space
## 4651 Historic Clean 3BD Charming House!
## 4652 Cozy Shared Home
## 4653 1930's Cottage Uptown
## 4654 Brand New 3BR! Private Balcony!
## 4655 Large 1 bedroom guest house near studios/airport
## 4656 Nashville, Vanderbilt, Music Row
## 4657 TREME Single Shotgun House by FQ
## 4658 Studio Near Alberta Arts District!
## 4659 Historic Irish Channel Old Beauty
## 4660 Modern DuPont Studio #301
## 4661 Stylish Potrero Garden Flat for Two
## 4662 Private Entry King Bed close to all
## 4663 Room in a North Nash Bungalow
## 4664 Furnished room in Los Cerritos
## 4665 iKlektik House // Blue Jay
## 4666 Attractive apt in Lincoln Sq home
## 4667 Classic Private Room in West LA
## 4668 Romantic Vintage Home
## 4669 Warm & Cozy Remodeled Guest House
## 4670 Perfectly located comfortable apartment space
## 4671 Huge Victorian near Loyola, Lake #1
## 4672 THE BEST PLACE FOR TURIST IN L.A !!
## 4673 Cheery Seattle House with View
## 4674 Modern Logan Square Greystone
## 4675 Hollywood Cute duplex Entire Apt
## 4676 SPACIOUS 1 BR LOFT IN EAST VILLAGE
## 4677 Holiday Time in NY - Oh My!!
## 4678 Cozy 2br Apartment in Williamsburg
## 4679 Big Apt Close To Metro station, mins to TimeSquare
## 4680 Great 2br/1ba in great location!
## 4681 Modern DuPont Garden Apartment #10
## 4682 Bedroom at Owl House Farm
## 4683 Division/Clinton Apartment (SE PDX)
## 4684 Private 2 Bedroom (3+beds)/1 Bathroom in Home
## 4685 Los Angeles, Hollywood / Downtown 4
## 4686 Sunny Room w Stunning View, 20 Minutes to Downtown
## 4687 Bright, clean apartment near subways
## 4688 Wonderfully inviting East Village
## 4689 Historic Brooklyn Studio Apartment
## 4690 Bright and Open Modern Living in Heart of Pasadena
## 4691 Private cottage in secluded setting
## 4692 SWSW !FAB 2 bdr Downtown whereAirbnb CEO stays!
## 4693 Private Floor Close to Transit
## 4694 Urban City Feel w a side of Pancake
## 4695 Gay friendly apartment in Chicago
## 4696 Cozy Sunporch, Quick Downtown
## 4697 5 Blocks from Pike Place Market
## 4698 King rm @ Huckabuck Village, Treme
## 4699 SAFE Luxurious Uptown 2bd Unit w/ Jacuzzi Tub
## 4700 Private Bathroom & Bedroom +Parking in Sunny Flat
## 4701 Privacy & Security in Funky Bywater
## 4702 Cute House Near the Bayou
## 4703 Private Comfortable Room in Uptown
## 4704 CHIC 2 beds 1 private bath!
## 4705 Private Room near Wicker Park
## 4706 Charming Culver City Casita
## 4707 Lovely Cottage in the Happening NE
## 4708 Lovely garden bedroom in Greenpoint
## 4709 Soho - Beautiful 3 Bedroom
## 4710 Pine Street Guest House
## 4711 Clean & Modern Alberta Arts Apt.
## 4712 Cute, cozy room
## 4713 Garden Apt, 5 mins from LaGuardia
## 4714 Sunny Upstairs Room - Michigan Park
## 4715 GIANT ROOM WITH A/C, PERFECT FOR FAMILY OR FRIENDS
## 4716 Charming Chelsea Flat
## 4717 Sunny Rm Near Temescal and Piedmont
## 4718 Perfect Room, East Village Dream
## 4719 Entire Garden Level Apt in Charming Brownstone
## 4720 Cozy Living Room w/ Daybed
## 4721 A Perfect Location In DC
## 4722 Private Refuge in Central Denver
## 4723 Enjoy Glamping San Diego Style!
## 4724 Spacious, Clean and Central
## 4725 Private suite in prime location
## 4726 Private DC Suite, Spacious + Modern
## 4727 The Hermitage
## 4728 Cozy space w/ a veteran Superhost!
## 4729 Charming duplex garden flat in SoHo
## 4730 Huge Room with Balcony on Metro
## 4731 Main + Main @ Venice Beach
## 4732 Secluded 2BR off SUNSET in HOLLYWOOD w/yard & deck
## 4733 Enjoy Brownstone Brooklyn!
## 4734 BEAUTIFUL CLEAN AND SUNNY 1BR. APT
## 4735 Amazing location - 15 min from city
## 4736 Private attached apartment- Denver!
## 4737 West Village townhouse suite for 1, private bat
## 4738 RestWell Room
## 4739 Burbank Bungalow For The Stars
## 4740 Noe Valley Garden Ste Private Entry
## 4741 Boston Charm - Condo
## 4742 Ms. Arlington's Room
## 4743 Beautiful Room in Contemporary Echo Park Apt.
## 4744 Comfortable Cozy Space in El Barrio
## 4745 Downtown Style, 2Bdr, East-Village
## 4746 Little Bit of Heaven # 2
## 4747 The Musician's Village Green House
## 4748 Big & Cozy East Nashville Retreat
## 4749 The Hidden Spot
## 4750 10min from LAX~ Venice Beach
## 4751 PRIVATE Room and PRIVATE Bathroom
## 4752 Beautiful & Romantic Cottage- Mins from Old Town
## 4753 Downtown Nashville Getaway
## 4754 Bright, Modern Loft in North PDX
## 4755 Luxury 1 Bedroom suite-Brownstone..
## 4756 Garden Room-Funky Wee Organic Farm
## 4757 Private Canyon Retreat
## 4758 Dupont South Penthouse 7
## 4759 Downtown / 2 blocks from Pike Place
## 4760 Light-Filled Capitol Hill Studio
## 4761 Capitol Hill Cozy Room
## 4762 Big bedroom next to Times Square
## 4763 Comfortable 4-bedroom apt in family house.
## 4764 Carbon Neutral Oasis in Austin
## 4765 New 3 Bd, Sleeps Up to 8!
## 4766 New! Airbnb Rooms in NOLA! Rm. 5!
## 4767 Bedroom in Artsy Duplex!
## 4768 Private Room in a One Family House
## 4769 Fire house 1973 Los Feliz- with A/C
## 4770 PRIVATE ENTRY - Garden Studio - Near Ocean Beach
## 4771 LARGE 1 bedroom
## 4772 4. Master bedroom near the stadium
## 4773 近地铁及市中心,交通方便,干净,明亮,到曼哈頓只要30分鐘
## 4774 Historic Home - Walk to Hawthorne!
## 4775 Bedroom in SoMa with private bath
## 4776 Comfortable Manhattanville.
## 4777 New studio minutes from Manhattan
## 4778 Renovated Cozy/Clean 3 bed Apt NYC
## 4779 2 Bedroom minutes to Venice Beach *
## 4780 Little House near Alberta Arts
## 4781 [3] New BedRm by C.Park and 1,B,C
## 4782 SPACIOUS WILLIAMSBURG DESTINATION
## 4783 Modern UES Studio close to it all..
## 4784 Spacious Garden Pied a Terre
## 4785 Relax, you've arrived.
## 4786 Cozy, Private Guest House in NOLA!
## 4787 Priv. bath, breakfast, parking, puppy, T in hip JP
## 4788 PRETTY ROOM+ FREE PARKING, 5 MINS TO WILLIS TOWER
## 4789 HOLLYWOOD COZY NOOK
## 4790 An East Austin Traveler Paradise
## 4791 Ft. Greene, Brooklyn:Middle Bedroom
## 4792 Awesome Studio in West Seattle
## 4793 Zen-Up Venice Beach !
## 4794 Quintessential Beach Bungalow
## 4795 Treme Guesthouse Steps to Quarter
## 4796 2BR/2BA in Heaven :) Book now!
## 4797 Lower Garden 2 BR off St. Charles-Great for fests!
## 4798 Charming 1910 Craftsman Studio
## 4799 2BR Bursting w/ Character in Hip Logan Square!
## 4800 Cozy stay in Queens
## 4801 Elegant 1b Near Everything
## 4802 Cozy Backyard Retreat - SE Portland
## 4803 Separate Entrance/Private Bathroom in Noe Valley!
## 4804 Large bright sunny room SMILE
## 4805 [101] /10min to Manhattan/ Astoria Private Room
## 4806 Fort Greene brownstone
## 4807 LUXURIOUS COMFORT *TIMES SQUARE*
## 4808 Quiet place in the Marigny
## 4809 2BR/3beds,1Q,1FULL+SofaBed,Sleeps 6
## 4810 Seven Days Sleep Near Prospect Park
## 4811 Urban Holiday...
## 4812 Sunny Spacious Easy Transit
## 4813 On Holiday! -- Heart of Portland
## 4814 Casita de 7 Palmeras, huge hot tub!
## 4815 Cute cottage, close-in N. Portland
## 4816 Modern, Cozy, Stellar Location
## 4817 New Guest Suite:OHSU, PSU, Downtown
## 4818 5 Beds + Patio in the Center of DC - Dupont Circle
## 4819 Beachy Henhouse 8 blocks from beach
## 4820 Logan Square Classic Bungalow
## 4821 Strivers Row Sanctuary in Harlem
## 4822 BillysCrib OFFSITE LOFT in SoMa SF
## 4823 Burnham Beach Cottage 2
## 4824 *Brand New Apt!* Garage, Patio, W/D
## 4825 Beautiful LARGE W Vlge Studio
## 4826 Beautiful, one-bedroom Guest House
## 4827 2 subway stops to Manhattan! Private home
## 4828 Hyde Park UT 1930s Garden Apartment
## 4829 Overnight Escape in Beautiful Home!
## 4830 Queen en suite in lovely Victorian
## 4831 Mission Beach Paradise. Beach & Bay
## 4832 sweet dream fresh air & view beyond
## 4833 East Nashville Cottage Retreat
## 4834 Apt Facing Winners and Losers Bar!
## 4835 Cosy 2 bedroom in East Village
## 4836 Comfy Apt! Private Bathroom, Prime Location, Patio
## 4837 Beach Style Loft studio @ Venice Beach
## 4838 Cozy room mins from Central Park!
## 4839 Ashbury Heights apartment like private room &bath
## 4840 Music lover's dream loft w/ roof!
## 4841 Modern Downtown Condo Sleeps 6!
## 4842 Fab Value!/ Spa /Deck/ARAGON/TRAIN
## 4843 MODERN SUITE WITH PRIVATE ENTRANCE
## 4844 1885 Victorian - Garden Apartment
## 4845 Cozy room by Green Lake!
## 4846 Posada de Don Salomon
## 4847 Mi casa su casa
## 4848 LEGAL studio in Queens
## 4849 Your own cozy studio in NoHo!
## 4850 Magical House with Fairy Garden
## 4851 South Austin Cottage 78704 - 2BR
## 4852 Sunny and cute apartment by the Sea
## 4853 Beautiful DuPont Circle Studio #412
## 4854 Comfy room3 in Mid City Los Angeles
## 4855 Musicians Cove
## 4856 AFFORDABLE ROOM 3 MIN TO DOWNTOWN
## 4857 Private Noe Valley Cabana w/Gym
## 4858 The La Jolla Beach Cottage
## 4859 Clean, Spacious, Seattle 3-bedroom!
## 4860 SF 2017 SPECIAL /STUDIO WITH GARDEN
## 4861 KING Room- Victorian Home
## 4862 Apartment Pioneer Square 203
## 4863 Lovely Room in Trendy Brooklyn!
## 4864 Close to it All in a Great Area
## 4865 The Lodge! - 5 Min. to NYC!!
## 4866 Chic European Style Guest Suite, #2
## 4867 Modern Luxury in the Heart of DC!
## 4868 ★ Pop Art PDX with King Beds, Hot Tub & Pinball!
## 4869 2 BR/2.5 BA Two Blks to U St Metro on GR, YL lines
## 4870 S. Austin Suite close-in with pool
## 4871 Large 1Bd only 0.4 miles to Bourbon
## 4872 Old World Elegance in Astoria!
## 4873 B Rm 9 Sgl Pensione-like Hrt of Bk
## 4874 Safe Brooklyn spot with GIANT PRIVATE DECK!
## 4875 True NYC Experience, Two Bedrooms
## 4876 Private RM 15min from the Manhattan
## 4877 Park Slope center Garden Studio
## 4878 West Village JULY DISCOUNT
## 4879 The Brick Boudoir - steps from Barney's & Gooogle
## 4880 StayInLA | Private Rental 4A
## 4881 Great Modern Villa in W. Hollywood
## 4882 Downtown WOW Condo EVERYTHING FREE
## 4883 One block from the sand :)
## 4884 Contemporary Apt sleeps up to 4
## 4885 Large Home w/Balcony in NOLA!
## 4886 Alberta Arts Craftsman Private Room
## 4887 Just 1 Block from the Beach, Park, and LB Metro!!!
## 4888 Bright Venice Beach Bdrm w/Pvt Bath
## 4889 Artist Cottage in Denver
## 4890 Nice ,clean , good location
## 4891 Spacious 2bdrm in Historic Harlem!
## 4892 Redwood retreat near the city
## 4893 SUNNY STUDIO - LOWER EAST SIDE
## 4894 Small, private Noe Valley apartment
## 4895 Sweet Studio -Water & Mountain view
## 4896 ENTIRE Floor,PRIVATE Bath&Entrance!
## 4897 Dupont West 2: Charming 2BR+Office
## 4898 Beautiful Room in Central Harlem
## 4899 Balboa Park / Zoo Apartment
## 4900 Highland Hideaway SpaceNeedle View
## 4901 NYC 2 BEDROOM APT TIMES SQUARE AREA
## 4902 Marina Designer Showplace SPECIAL COSY RM
## 4903 Charming Garden Apartment, Steps From The Beach
## 4904 Magical Dream Dome Treehouse @ TCL
## 4905 Bernal Heights - Le Refuge
## 4906 West Seattle Home w/Dazzling View
## 4907 Lower Haight/Nopa Appointed Condo Parking+Hot Tub
## 4908 *NEW* Flamingo Motel Suite #112
## 4909 Cozy, Garden Studio in West Seattle
## 4910 One room overlooking Precita Park
## 4911 Beautiful 1BR on Tree-Lined Street
## 4912 The Mandarin Suite on 4th Street
## 4913 Renovated 1BD in Historic Marigny
## 4914 Great French Quarter Pied a Terre
## 4915 deco chic 2/1 cottage - zilker/sola
## 4916 Heart of Hollywood Guest Apartment!
## 4917 Heart of Wicker Park Apartment
## 4918 Lovely home nr dwntn & City Park
## 4919 Charming & Private Ideal location
## 4920 *PRIME* Linen & Lavender in the LES (manhattan)
## 4921 LEGAL PARK SLOPE 4 BR, ROOF TERRACE
## 4922 L.A. 36 STORY BREATHTAKING VIEW & LUXURY & 7BEDS
## 4923 Chic 1bd Stunning Views: Parks/Museums/McCormick
## 4924 Economical & Spacious 2BD w Parking
## 4925 Charming Hill Country Cottage -Multiple Night Stay
## 4926 Archways at the Lincoln Park Zoo 2bd/2ba
## 4927 Ocean view on budget. Fits 5!
## 4928 1 Block Off Magazine St. w/ Balcony
## 4929 Awesome Chelsea 1 bedroom
## 4930 Downtown 1 BR - Sky high apartment
## 4931 Private Cozy Cabin w/Kitchen & Bath
## 4932 Sunny Corner Noe Valley Victorian
## 4933 Modern, sunny pad near Santa Monica
## 4934 Nashville Roadhouse
## 4935 Charming Shotgun Cottage Uptown
## 4936 Oregon Convention Center
## 4937 Nice private room with AC #7
## 4938 Spacious and nice 2BR near Subway
## 4939 Peter's Place - Private Guest House
## 4940 Cedar Tree Seattle, private bedroom
## 4941 Castro Cottage: Room & Private Bath
## 4942 1920 Calif Bungalow by the Sea
## 4943 Guest House near LAX & Beaches
## 4944 Master Suite-Private Exit/Entrance!
## 4945 Quiet residential home near the fun
## 4946 Modern Loft Steps from Bourbon St
## 4947 Cozy bedroom in Bushwick
## 4948 Urban Garden Suite w/Spa Bathroom
## 4949 Park Block Studio
## 4950 Queen Size Bed/Roscoe and Halsted
## 4951 Bed (Queen), Bath and Beyond
## 4952 Comfortable, Private Garden Home
## 4953 Cozy, Vibrant 1bed between Nob Hill & Downtown
## 4954 Studio/ 3 fullbeds/Treme/bikes
## 4955 A good stay, make it mission flat
## 4956 Charming 1 BR in Inner Sunset
## 4957 Peaceful NE Seattle guest room
## 4958 Romantic Marina Garden Studio
## 4959 Beautiful Modern 1-Bedroom Apt
## 4960 Beautiful Landmarked Duplex
## 4961 Capitol Hill sunny bay window suite
## 4962 Modern Hotel Inspired Bedroom
## 4963 Light and Airy Upper East Side 1 BDR apartment
## 4964 HISTORIC WILLIAMSBURG, BKLYN
## 4965 Spacious and Private 2 Bedroom Apt
## 4966 Close-in Trendy Area Townhouse
## 4967 W1 Clean and Cozy 1 minute to Metro & Park
## 4968 Beautiful private 1BR apt in Harlem
## 4969 Homey Retreat En-suite
## 4970 Cozy Guest Room for 1 in the Heartbeat of Portland
## 4971 4 Blocks to Quarter from colorful house
## 4972 AirBnBeautiful in N. Portland
## 4973 One Bedroom Apt. in heart of Shaw
## 4974 Brooklyn Garden Apartment
## 4975 Harlem Hamilton Hghts Apt.2 Bedrms
## 4976 Modern Sunny Clean LOCATION X 3
## 4977 Modern 1 bedroom near Subway
## 4978 In_Manhattan+1 Small Block to train
## 4979 Lovejoy Home Floor 1, a chill 2BD, 1 BA Treasure
## 4980 Cute Brownstone in Lakeview
## 4981 Cozy Room Near Airport, Alberta
## 4982 Perfect Location by Lake Washington
## 4983 Little Funky Beach House with Yard
## 4984 Above the Heart of Hollywood!
## 4985 Private Room In Hawthorne Near LAX
## 4986 COZY QUIRKY DOWNTOWN HOME!!!
## 4987 Well Appointed Bedroom & Private Bath
## 4988 Private Room and private bath
## 4989 10 min from Downtown Austin
## 4990 Mid-Century Modern in Lakeview
## 4991 Fresh and modern 1BR in Bed-Stuy
## 4992 BUNKHOUSE QUEEN B18
## 4993 Spacious Capitol Hill Townhouse, Pk
## 4994 Elegant Urban Art-Filled Victorian
## 4995 Affordable Stay In New York
## 4996 Quiet 1BR Apt in West Village/NYU
## 4997 Hollywood Hotel 1 Bed Suite *202*
## 4998 Beautiful Windowsill Garden Studio
## 4999 Malibu Ocean View Rooms for Rent 3
## 5000 Modern Beach Studio with 180 VIEW
## 5001 Spacious studio w/bath/kitchenette
## 5002 Great Location in the heart of NYC!
## 5003 Space Just For Guests, Park Slope
## 5004 Bright room with private bathroom
## 5005 Private 1 BDR in the Heart of SF!
## 5006 Private, Newly-Renovated 1-Br Apt
## 5007 Bright BR/BA in historic home
## 5008 A Gem at U-ST/14-ST/Logan-Circle NW Corridors
## 5009 Hip Hollywood Apartment - Great Location!
## 5010 vintage charm-heart of the bywater
## 5011 Alamo Sq., Top Floor Victotian Flat
## 5012 Big 1BR in Williamsburg 700sft
## 5013 Gorgeous Spacious Apartment in Unique Mansion
## 5014 Exclusive Waterfront Catamaran
## 5015 Walk to WhiteHouse 3rd Floor_2Br2Ba
## 5016 DOWNTOWN URBAN STUDIO
## 5017 Private Room in Artsy St. Roch !
## 5018 Getaway in Historic Charlestown
## 5019 West Hollywood Hills Guest House: Views
## 5020 Best location in Hollywood
## 5021 Charming, sunny & near everything!
## 5022 Laura's Guest Spot
## 5023 Manhattan/Central Park 1bd apt/sleep4ppl
## 5024 Budget Private Room for 2 UnionStation FREE wi-fi
## 5025 Spacious Union Square/Moscone Center Apt.
## 5026 *New* Flamingo Motel Suite #115
## 5027 Charming Private Guest House
## 5028 Lovely SoCo/Travis Heights House
## 5029 Comfy E Austin room with pvt 1/2 bath
## 5030 Spacious Studio Apartment Uptown
## 5031 Luxury in Marina Del Rey/Venice
## 5032 lovely Capitol Hill/H St Apt
## 5033 Private Spring Room in Brownstone Near Subway
## 5034 The Aerie
## 5035 Awesome Avondale 2BR Apt w/ Bikes!
## 5036 Manhattan-Upper West Side-Central Park-Cosy 2 bed
## 5037 Sunny English Basement on the Hill
## 5038 Nashville Condo
## 5039 1. A quiet room near Nats stadium
## 5040 Fabulous view and Great location
## 5041 In the Heart of Haight/Ashbury # 6 STR-0001966
## 5042 Downtown Santa Cruz Adventure
## 5043 4min from LAX 2 min to a car rental
## 5044 Delightful Private Room + Parking
## 5045 GLAMOROUS LUXURY HIGHRISE AT THE GROVE SLPS 10!!!
## 5046 Immaculate bungalow in prime 78704
## 5047 Beautiful Cottage with Modern Flair
## 5048 Lofty New Marigny Master w/ Bath
## 5049 Eco Garden Studio - Echo Park Hills
## 5050 Private Venice Beach Guesthouse
## 5051 Windansea #1
## 5052 Russian Hill/ North Beach Victorian
## 5053 Bright, New, Contemporary in DTLA
## 5054 Charming Sunny East Village Studio
## 5055 Charming Single Family House
## 5056 Charming private Studio
## 5057 Beautiful Central Park View
## 5058 Beautiful Brooklyn Apartment Close to Train
## 5059 Spacious 1 Bedroom in Fort Greene
## 5060 Sunny Rm #3, A/C, Park, express Q train
## 5061 Private suite in newer home!
## 5062 Apartment in heart of Williamsburg
## 5063 Skyline View
## 5064 Cozy Private Room w/Large Bed in Med. Dist.
## 5065 ARTIST LOFT 3 - INSTANT BOOK NOW :)
## 5066 Beautiful Room For Rent in Astoria
## 5067 Newly Renovated 2 Bed - Downtown
## 5068 Modern Urban Getaway NE Portland
## 5069 Meatpacking/West Village 1 Bedroom
## 5070 Sunny Brownstone Attic
## 5071 Private room & bathroom in West LA.
## 5072 Best Place to Stay in L.A. :)
## 5073 Indoor Treehouse/Groovy Artist Loft
## 5074 HOLLYWOOD HIP AND HOMEY HOUSE
## 5075 Artist space for creative nomads.
## 5076 Explore then rest & relax here -pets ok
## 5077 Garden Sanctuary For Strays! in close-in NoPo
## 5078 Beautiful guesthouse, resort style w/pool
## 5079 Spacious Old Town Condo 2 BD/1 BA
## 5080 Nice cozy private room with AC # 6
## 5081 Venice & Marina Adjacent NICE 2 BED
## 5082 Comfort & Convenience in Hollywood/West Hollywood
## 5083 Historical Gem in West Hollywood
## 5084 theSnow Mini Apartment by Hollywood
## 5085 Newly Remodel Private Guest House
## 5086 #5 KOREATOWN Cozy 2BD + Parking
## 5087 Cool first floor in East Nashville!
## 5088 Cosy apt close to Central Park!
## 5089 15 Minutes from Manhattan
## 5090 Luxurious modern suite near Moscone
## 5091 Modern/Minimalist Apt next2 dwntown
## 5092 Dupont Circle 1BR STUNNER
## 5093 Private Room in Spacious Victorian
## 5094 The Library House in the Redwoods
## 5095 HEART OF NYC! Sunny furn 1 br wifi
## 5096 Lovely Cap Hill Studio has it all!
## 5097 Room in Apt - Heart of East Village
## 5098 Great location! Fort Greene!!!
## 5099 Cozy & Clean Separate Studio
## 5100 theOak Mini Apartment by Hollywood
## 5101 HOLLYWOOD HILLS HIDEAWAY WITH VIEWS.
## 5102 Barbara's Home Stay
## 5103 Yellow door studio Oakland Hills
## 5104 PRIVATE BEDROOM BY UNION SQUARE
## 5105 Bright Music Themed Room/Magical Garden/Views/SF
## 5106 Cute cottage in Ocean Beach, CA
## 5107 Beautiful 1 Bdrm on Best Block
## 5108 Renovated private studio near Metro
## 5109 Resort-Style Apartment in DTLA
## 5110 Top bunk/shared room 3 miles to LAX
## 5111 Beverly Hills Duplex- 8 blocks to RODEO Drive :)
## 5112 CHARMING WALK OF FAME APARTMENT
## 5113 Apartment in the heart of Hollywoo
## 5114 Good Vibe Loft in Little Italy
## 5115 Clean & Convenient Private Suite-Walk to GG Park
## 5116 Cozy room, great view of Manhattan!
## 5117 Brooklyn B & B close to Manhattan
## 5118 12th South Cozy Cottage w/Porch
## 5119 The Bywater Beehive Bungalow w/Free Parking
## 5120 Pvt. Room Lux Townhome w/ Full Bath
## 5121 Private room+bath in east village!!
## 5122 Live The L.A Lifestyle - Next2Metro
## 5123 Hip Hawthorne/Division ModernStudio
## 5124 Share in NYC's trendy East Village
## 5125 Location! 1b apt 10min to Manhattan
## 5126 Big Room with Private Bath, Great Views, Parking
## 5127 Penthouse Art Gallery Amazing Views
## 5128 1 Bdrm Walk to Beach, 3rd St Prom
## 5129 Lucky Horse Shoe Cottage
## 5130 Private Room in a Classic NOLA Home
## 5131 Cute 2 Bedroom English Basement Apt.
## 5132 2-Room Suite Near Barton Springs
## 5133 Great Condo in a Great ‘hood!
## 5134 Elm Street Residence
## 5135 2 Bedrooms with 1 private bathroom
## 5136 Portland's best kept secret...
## 5137 ParkViewSunny HOME,PRIME Manhattan
## 5138 Designer Pad Best Location in NYC!
## 5139 New townhome minutes from Airport
## 5140 Creole Elegance on Esplanade Ridge
## 5141 Clean & Quiet BR in Sunset Park, BK
## 5142 Capital Hill 3 BDR, walk to Metro!
## 5143 private room with private bath
## 5144 As Seen on HGTV - Sleeps 4 - 6
## 5145 Suite in Capitol Hill Townhouse
## 5146 Private Apt in great NW location!!
## 5147 The Robertson - Fab Urban Country
## 5148 Comfortable and great location!
## 5149 Private guest studio apartment
## 5150 Great Studio-LAX/Venice/AbbotKinney/Marina Del Rey
## 5151 Walk to SXSW from Elegant Carriage House!
## 5152 Studio #22:. Free Cleaning! Upstairs! Koreatown!
## 5153 Spacious two bedroom with patio!
## 5154 Large Room with a Living Area H St.
## 5155 Couch in sunny, artistic loft
## 5156 Sunny Private Studio Aptmt
## 5157 #2 Cozy bedroom near LAX/ FREE Park
## 5158 1Bd in Shared 2Bd Apt, Hudson Yards
## 5159 近地铁及市中心,干净 NYC 30 min to Manhattan
## 5160 BEDROOM #3
## 5161 Amazing apartment near Central Park
## 5162 Chelsea NYC 1 Bdrm w/ private Grdn!
## 5163 Beautiful 1 Bedroom by Central Park
## 5164 Modern urban escape
## 5165 Spacious Sunny Flat in Fun Mission
## 5166 Sunny Beach House type room on UWS
## 5167 PENTHOUSE DUPLEX WITH HUGE TERRACE! READ REVIEWS!!
## 5168 Cozy&Stylish! Private Room 2 Blocks from Times Sq!
## 5169 LaGuardia Cozy Room with Private Entrance(2)!
## 5170 Bed-Stuy Gem with Private Entrance
## 5171 Private Moonlight Room in Brownstone Near Subway
## 5172 Modern 1 Bedroom Manhattan Apt
## 5173 Cozy 1Br apt. beautiful park view
## 5174 PB Beachhouse Wlk 2 Sand! Sleeps 10
## 5175 Cosmopolitan East Village Studio
## 5176 Downtown with Stunning Capitol View
## 5177 Roomy Apt on Rose Restaurant Row
## 5178 Walk to Jazz Fest 3 blocks! Big Beautiful Home!
## 5179 Block From Beach w/ Parking on Pier
## 5180 Tranquil Cozy Oasis -Private Entry!
## 5181 Piedmont backyard cottage
## 5182 Beautifully Renovated Treme Retreat
## 5183 Historic Suite in East Nashville
## 5184 TOURIST LUXURY DREAM! PRIVATE SUITE
## 5185 Private room+Queen+WiFi+CableTVDesk
## 5186 Best Location! Amazing Views!
## 5187 Charming & Spacious Bedroom
## 5188 Urban Retreat: Bed and Breakfast
## 5189 Back Bay 1BR Apt / Heart of Boston!
## 5190 Private room #71 Downtown LA
## 5191 Urban Oasis - Comfortable Retreat
## 5192 East Hollywood! We (and the dog) welcome you!
## 5193 2 BEDROOM URBAN BUCKMAN RETREAT
## 5194 Charming Bedroom in Harlem
## 5195 Cozy Room in Artistic Brownstone
## 5196 Charm & Beauty close to Manhattan
## 5197 Private Cottage in Phinney Ridge!
## 5198 Everything Seattle in 0-3 miles, B
## 5199 Charming Studio in East Arts Dist.
## 5200 Serene private Guest House
## 5201 Cozy apartment in the Marigny
## 5202 SE Division-Clinton Central Suite
## 5203 Modern Condo Blocks from Quarter
## 5204 PRIVATE RM (1) avail in mid of NOLA
## 5205 BUNKHOUSE QUEEN B09
## 5206 Sunny Private Williamsburg Space
## 5207 Private Retreat. Apartment in DC
## 5208 Bedstuy Garden Half Block to Subway
## 5209 2BR Art Home by the Sea. Venice
## 5210 Comfy 2BD + Bikes in Roscoe Village
## 5211 Blocks from DT, E 6th, Town Lake - center of SXSW
## 5212 Hollywood Hills Hideaway
## 5213 Private Silverlake 2-BDRM Bungalow
## 5214 French Quarter Penthouse Suite 301
## 5215 Los Angeles Private bedroom with Good Energy
## 5216 Private Entrance, Bath & Kitchenette
## 5217 Lovely Astoria Studio-close to NYC!
## 5218 Quintessential W'burg Apartment
## 5219 1BR Apt West Village quiet and cozy
## 5220 Cozy2beds with Private Bathroom BK!
## 5221 Classy Merchant Loft in DTLA
## 5222 Relaxing private bedroom, AC,free WiFi,Netfix,park
## 5223 Modern Urban Refuge in Venice Beach
## 5224 Artist's Studio on Urban Farm
## 5225 Retro Retreat Pasadena Adjacent
## 5226 Artful studio, Ladd's Addition, PDX
## 5227 "Home away from Home" a great spot
## 5228 Dorm Beds at Social SF Hostel #3
## 5229 Melrose Place - Weho adjacent.
## 5230 The Craftsman on Curtis - 2bd + 1 den HM.
## 5231 BEACH HOUSE W/RENTAL CAR OPTION !!!
## 5232 Open, Clean, Modern, Silver Lake
## 5233 Garden Oasis in Atwater Village
## 5234 Private Loft Two Blocks to Quarter
## 5235 BACK BAY/COPLEY FIRST FLOOR ROOM
## 5236 Monthly Apartment Rental
## 5237 Architectural Gem in Koreatown!
## 5238 Beautiful Carriage House Apartment
## 5239 Bright + Sunny Silverlake Studio
## 5240 Blocks from JazzFest with bikes!
## 5241 Hollywood Apt Gorgeous views!
## 5242 Close in --- Queen Bed & Private Bath - Inner SE
## 5243 Cozy Garden Unit with All Amenities
## 5244 Spacious Rustic Comfort, Views & More!!!
## 5245 DOWNTOWN - RIGHT NEXT TO TRAIN - 40 OFF COUPON
## 5246 Charming Standalone Cottage!
## 5247 Private Oceanfront Bungalow
## 5248 Private Room/Bath in Santa Monica
## 5249 Mt. Hood View in the Pearl District
## 5250 Perfect Location Modern Comfy Spacious WeHo studio
## 5251 MAJESTIC Ocean Views HISTORIC HOME Pvt Bdrm & Bath
## 5252 Cozy BUNGALOW 5 Mins to Downtown!
## 5253 Perfect in Every Way! 1-BDR APT.
## 5254 The Glass House in the Redwoods
## 5255 Mid-Century Modern Heart of DUMBO
## 5256 LaGuardia Cozy Room with Private Entrance(1)
## 5257 Great Chelsea Room
## 5258 1000 SQ FT Cobble Hill Übercharmer
## 5259 Private room in Washington
## 5260 Beautiful Charming Garden Hideaway
## 5261 "The Art Studio" apartment
## 5262 BU/BC Loaded Studio @ Comm/Harv Ave
## 5263 Huge 5BR 2BA Chicago Condo
## 5264 CLEAN & SPACIOUS ROOM
## 5265 Sunny Brooklyn Brownstone Apartment
## 5266 Convenient place to stay!
## 5267 Room by Central Park/Hells Kitchen
## 5268 Large Clean Room Midtown East NYC
## 5269 Comfortable, Lovely Room on L Train
## 5270 Brownstone - Garden level - 2 rooms
## 5271 Large 1 Bedroom Apt Near Union Sq.
## 5272 Big 4 Bedroom 3 Bath Family Kitchen
## 5273 Centrally located Midtown west 1bdm
## 5274 Great Central Village Apartment
## 5275 Backyard Access Large Private Room
## 5276 Santa Monica Cottage Near Beach
## 5277 Hālau, Echo Park quiet & bright apt
## 5278 Logan Square-Chicago Prime Location
## 5279 Art Room - Private Entry 3beds
## 5280 room for rent in owner's house
## 5281 Loft;sleeps 6;FREE PARKING,TUBES,8MIN. TO DT&SOCO
## 5282 Modern Vintage | Free Parking
## 5283 Mid City Magic!
## 5284 Heart of Midtown! Music City!
## 5285 VVS Private House @ Cottage Garden
## 5286 Hillside Master Bedroom
## 5287 Classy spot by the Beach & Canals!
## 5288 Brand New Venice Beach CA Studio
## 5289 Times Sq/Midtown Private Room
## 5290 Bywater Wonderland's Guest House
## 5291 Family House in Culver City/Del Rey
## 5292 Charming home, perfect location
## 5293 Rare Wild West-style compound nr DT
## 5294 Luxury Downtown Denver Loft 3 bed
## 5295 Venice Love Lodge
## 5296 Venice Studio blocks to Beach & AK
## 5297 Fox House Nashville
## 5298 LUXURIOUS HOLLYWOOD STUDIO
## 5299 Large Penthouse in Prime Wicker Park Location
## 5300 Sunny 1BR with patio near park
## 5301 Alma's Place studio for serenity
## 5302 Spacious & Modern in West End
## 5303 Architectural Gem - Hike to Beach 1
## 5304 Awesome Room 2 Beds 20 mins to Manhattan
## 5305 Brownstone ground floor Apartment.
## 5306 Spacious Times Square 3Bedroom!
## 5307 One-of-a-kind, ArtDeco/Modern Home
## 5308 Cozy Studio with Bath & Outdoor space in Herald SQ
## 5309 Vintage Downtown Seattle Studio!
## 5310 Suite+Office in Gorgeous View Home
## 5311 Sunny Spacious Silverlake 4bd 2bd home w parking
## 5312 DOWNTOWN LOS ANGELES Sheek Suite
## 5313 Just off of Saint Charles Ave! 2
## 5314 Modern oasis with Victorian charm
## 5315 Apt 4 blocks from French Quarter!
## 5316 Beach City near LAX (w/breakfast)
## 5317 Apt. for 4 - 15 minutes from Loop!
## 5318 Live Like a Local in Mid-City
## 5319 Beautiful studio - up to 2 guests
## 5320 Kanmore Guest house
## 5321 Vintage Modern Apt in East Nashville
## 5322 East Nashville Retro Ranch!
## 5323 Large Room next to Public Transit
## 5324 Beautiful, Vintage Master Suite
## 5325 Sweet Garden Perch! Ideal Spot.
## 5326 Beautiful Room in San Francisco Garden Oasis/Views
## 5327 South Slope Pied-A-Terre Studio
## 5328 Studio Suite with Private Entry
## 5329 ❤ of Downtown Austin | Walk Score 98
## 5330 Welcome to Shangri la
## 5331 Downtown LA Artist Loft W/Amentites/Parking! -613
## 5332 Garden Apt. near Hollywood Studios
## 5333 Furnished one Bedroom with terrace
## 5334 ...New lower rates for low season!!
## 5335 Chic Euro-Style Shared Bath Studio
## 5336 South Of Town Oasis
## 5337 Sunny 1 Bed / 1 Bath Near The Grove
## 5338 Tiny house on a tiny volcano
## 5339 Private, Authentic Mission Studio
## 5340 Comfy room, Private door, Backyard!
## 5341 EXCELLENT location well furnished !
## 5342 Fort Greene Retreat on the Park
## 5343 Sundrenched 1BR Dupont Circle
## 5344 Amazing 3 BR Penthouse Prime SOHO!
## 5345 Sunny Victorian - Bay Window Room
## 5346 BR w/ pvt bath minutes to downtown
## 5347 Malibu Beach Bungalow On The Water
## 5348 Petit Trianon
## 5349 Treme / Esplanade - Orange House
## 5350 !SUMMER SALE! Cozy by Frenchman st!
## 5351 Bungalow des Artiste' Long Beach
## 5352 Sunset on Sunset at Silver Lake
## 5353 Skylit Studio in Adams Morgan
## 5354 Urban "Farmhouse" Cottage
## 5355 Renovated 1BR Heart of Capitol Hill
## 5356 1 Bedroom Ap in East Arts District
## 5357 3 BR Apartment in Heart of Brooklyn
## 5358 Spacious Boston Condo. Stay 4 Less
## 5359 Elegant, Private WeHo Guesthouse with Rose Garden
## 5360 PRIME Venice BEACHSIDE with amazing amenities!
## 5361 Bottom Bunk Brooklyn Share
## 5362 Amazing High Ceilings Studio in NY
## 5363 Venice Beach Surf Studio
## 5364 Heart Of Manhattan Studio Discount
## 5365 Private Room (G) @The Society Hotel
## 5366 5. Quiet Safe Close to everything
## 5367 The Hide Out
## 5368 FANSTATIC DOWNTOWN CONDO!!! Sleep 4
## 5369 *Sunny 2 Bdr +Parking Venice Beach*
## 5370 Garden Sanctuary for Strays Apt! in close-in NoPo
## 5371 Fresh and Sunny Bed & Bath by UofC
## 5372 Master Bedroom w/ Private Ensuite Bath
## 5373 Nola Tiny House in Lakeview :) Free Wifi & Parking
## 5374 4bed/3bath Home, Near Alberta Arts!
## 5375 "The Family" Flat Downtown DC- 1023
## 5376 The Barrington House in West LA
## 5377 Zen Loft as seen in NY Times!
## 5378 Hillside Retreat in Highland Park
## 5379 Charming SF 1911 Studio
## 5380 A Simple Upper West Side Pad
## 5381 Large Room 20 min Ride to Times Sq!
## 5382 Boerum Hill 2BR Garden Apartment
## 5383 Beautiful Converted Warehouse in the Mission
## 5384 Trendy 1BR in the East Village
## 5385 Ultra Clean Cozy Modern Room, Views
## 5386 Love Shack Cabin in the Redwoods
## 5387 Cool Artistic Treehouse Cabin
## 5388 The Woodshed; Private Studio Cabin
## 5389 Beautiful Private Cottage
## 5390 Owner's Suite at Benachi House
## 5391 Authentic New Orleans Pied-A-Terre
## 5392 Charming Woodlawn Craftsman
## 5393 XL 90m2 2BR Victorian area,sleeps 7
## 5394 Your Brooklyn Garden Apt Oasis!
## 5395 Cozy studio in manhattan
## 5396 Big and Comfy room near Yankee1
## 5397 BK Garden Oasis 3, twin/full bunk!
## 5398 XL Fort Greene Garden Apt
## 5399 Awesome DTLA Artsy One Bedroom Loft
## 5400 Cozy Luxury Studio in Hollywood
## 5401 2 Bedroom 2 Bath Condo
## 5402 Two room studio Marina SF
## 5403 The Jackson
## 5404 Funky "Little Loft" w/Shared Bath
## 5405 CutiePie
## 5406 2 Q Beds w/ Bath close to DT - with Google Fiber!
## 5407 L . A. Korea town 3 bedroom 11 beds
## 5408 Private room in Heart of Chinatown
## 5409 East Nashville lil Artist House
## 5410 SUNNY BROOKLYN ROOM C- NEXT TO MTA!
## 5411 Special NoPo Bungalow
## 5412 Charming Garden Suite
## 5413 LUXURY VIP HOLLYWOOD WALK OF FAME
## 5414 LOVELY BEDROOM 4 BLKS TO BEACH
## 5415 New! Airbnb Rooms in NOLA! Rm. 4!
## 5416 Original Cabin 5
## 5417 Private melody room with AC #12
## 5418 Artsy and Rustic 1927 tree house
## 5419 Hollywood Courtyard Garden Bungalow
## 5420 1920s cottage two blocks to beach!
## 5421 Exquisite Historic Suite- uptown
## 5422 Stylish Downtown 1 Bedroom
## 5423 New! Hip, Modern West LA Studio
## 5424 Architectural with Dazzling Views
## 5425 The Border to the Quarter Unit 1
## 5426 Secret Studio off the Quarter No. 2
## 5427 Portland getaway with patio!
## 5428 Nisene Marks Dreamin - Surf & Turf!
## 5429 Sweet "Zen Loft" Cabin (No shower)
## 5430 Mission Garden Hideaway
## 5431 Spare room in my colorful, cozy and zen apartment.
## 5432 Private Room in Brownstone
## 5433 Spacious 1BR Apartment
## 5434 Unique Castro Neighborhood Rental
## 5435 Marina/Cow Hollow - Private Room!
## 5436 Large Private room near GG Park
## 5437 Huge 3bed 2 bath Weho Beverly Hills
## 5438 Cozy Lockeland Springs Private Loft
## 5439 Tasteful Room in Charming Two Bedroom Apartment
## 5440 Bright Spacious 2 BR
## 5441 Perfect Harlem pied a terre
## 5442 Amazing New 1BDR Mins to Manhattan
## 5443 Sunny 2BR PRIME Williamsburg w/VIEW! MIN 30nights
## 5444 Midtown Cozy 1 Bedroom
## 5445 Studio near Georgetown Waterfront 1
## 5446 ^Breathtaking Downtown LA condo^ G6
## 5447 Modern Beach House Steps From Beach
## 5448 Huge Victorian near Loyola 2bd Apt
## 5449 Casa Formosa Bedroom/Bath Suite & Rooftop views
## 5450 ROCKSTAR VIEWS, ROOFTOP DECK, ROKU!
## 5451 Convenient Bedroom in Wicker Park
## 5452 Great Fenway Studio, Be Our Guest!
## 5453 Modern Studio walk to Magnificent Mile
## 5454 Two real bedrooms near Central Park
## 5455 Spacious Apt in Hip Uptown Area
## 5456 URBAN DOWNTOWN LA DESIGNER CITY SKY SUITE + 3 BEDS
## 5457 Simple, Quiet & Comfy. South Boston
## 5458 U St. /Dupont:Elegant/Hip Townhouse
## 5459 The Alexandria - Loft in DTLA Luxury Bldg
## 5460 Amazing 1bed stepsfrom Venice Beach
## 5461 Master Bedroom / Bathroom
## 5462 Locale! N Train/Golden Gate Park/UCSF/Moraga Steps
## 5463 Charming Austin 2BD1BA-Sleep 8- SXSW,ACL-Bar,Shop
## 5464 Santa Cruz Mtns. Dragonfly Cottage
## 5465 Charming room 5 Points Nash 2 beds
## 5466 1905 Cottage 3 Blocks from 5 Points
## 5467 theTown Mini Apartment by Hollywood
## 5468 Cozy Urban Garden Home
## 5469 Lakefront Area, Straight Shot to French Qtr. #2
## 5470 Beautiful/Spacious 1 Bedroom in LES
## 5471 Darling Damen Dwelling (with bike!)
## 5472 Hollywood Hills Guest House
## 5473 An Artist's view in Hollywood
## 5474 M CASA LOS PINOS bedroom and bath
## 5475 Beautiful Hillside Home with Pool
## 5476 Echo Park Angels View
## 5477 Hollywood Hills
## 5478 Rockport Room ~ Urban Haven
## 5479 Private Suite in Ballard Craftsman
## 5480 Mission Beach House with Garage
## 5481 Shared Eco Lodging @ Premium Hostel
## 5482 Nice Guest Room in Historic House
## 5483 New Renovated Home by IIT/McCormick
## 5484 A Sunny, Private, Serene, Hollywood
## 5485 Hip Sunny Mission Victorian- Cozy Private Bed/Bath
## 5486 1 bedrm Private Apt 1 blk to Metro
## 5487 Beautiful Clean & Quiet Room! Rm#2
## 5488 West Village NYC Chic & Quiet 1 BD
## 5489 BROWNSTONE TWO IN BROOKLYN in NYC
## 5490 NOHO/EAST VILLAGE, PRIVATE 1/2 BATH
## 5491 Secret Garden Big and Comfortable
## 5492 Beautiful DuPont Studio #402
## 5493 Quiet & Roomy Mission Bed + Bath + Private Yard
## 5494 Stay like a local in San Francisco Castro / Duboce
## 5495 Riverside Suite
## 5496 Lovely Apt & Garden; Legal; Best Area; Amenities
## 5497 Hyde Park Gallery Getaway
## 5498 Private Cottage Overlooking Creek
## 5499 All to yourself home away from home
## 5500 Amazing location! 10ft from subway
## 5501 Private Room in 2 Bedroom UWS Apt
## 5502 Cute, comfortable room in Gramercy
## 5503 Overlooking Harlem
## 5504 Silver Lake Modern Cabin w/Views
## 5505 Downtown Austin Hip Area-Sleep 8-SXSW.ACL.FOR1
## 5506 Silver Lake Cottage (Los Angeles)
## 5507 Cozy Close-In NE Cottage
## 5508 WeHo- Be in the Middle of it All !!
## 5509 Modern 3 bdrm Apt in Banker's Hill
## 5510 City Park Getaway on Streetcar Line
## 5511 Heaven at the Beach+500sf oceandeck
## 5512 Cozy Upstairs Room
## 5513 Unique: Spacious, Relaxing&Cozy, Fun Garden Studio
## 5514 Clean, New Private Garden Level Apartment in BKLYN
## 5515 Airstream in the heart of the city.
## 5516 Incredible 2 Story 4 Bedroom Aprtmt
## 5517 Times Square Glamour!
## 5518 Luxury 2 BR steps from Mag Mile
## 5519 Mid Century w/ Pool Hollywood Hills
## 5520 Private Room/Bath in Treme with pool and parking
## 5521 BEST LOCATION in MANHATTAN!
## 5522 MID-WEEK DEALS! La Jolla OCEAN, SUNSET Views, Fire
## 5523 California Rm -Great Value/Location
## 5524 The Cavalier Studio in Midtown ATX
## 5525 Cozy room just off of Union St!
## 5526 Classic English Apt in Columbia Hts
## 5527 Dorm Beds @ Social SF Hostel #5
## 5528 Cozy Private Room Upper West Side - with Deck!
## 5529 Airy, Spacious, Close to the Action
## 5530 Nice private room in Astoria
## 5531 Central Austin boardwalk
## 5532 Small Private Room in Hells Kitchen
## 5533 Perfect NYC/Williamsburg Location
## 5534 The best private room in Hollywood!
## 5535 Awesome studio in Bushwick!!!
## 5536 COZY and WARM Garden Apartment
## 5537 Cozy BedRoom in a great location.
## 5538 Stylish, 1 bdrm Japanese-style apt.
## 5539 Fun SoCo Home +Studio POOL/Hot Tub!
## 5540 Private Hollywood Alcove with Free Parking
## 5541 3BD House W/Pool in Hollywood Hills
## 5542 Hollywood Walk of Fame View 2+2
## 5543 Spacious "LA" Bedroom
## 5544 Flower Power 70's style Loft
## 5545 Great Downtown Loft 3 Bed
## 5546 Relaxing 2BD Oasis in Heart of LA
## 5547 Great Bedroom in Worlds Best 'Hood!
## 5548 Charming Sunset Junction Craftsman
## 5549 COZY ROOM WALK TO HOLLYWOOD BLVD
## 5550 BEACH-STYLE STUDIO near LAX/BEACH/DTLA/UCLA
## 5551 Private Room & Bath-Luxury Townhome
## 5552 Spacious 2 Bdrm in Saint Roch!
## 5553 Steps away from subway!
## 5554 Lower Garden District Condo
## 5555 Adorable corner Apt. by the beach
## 5556 Luxury Uptown Apartment, New Orleans
## 5557 Private room in Harlem apartment
## 5558 Cozy Chelsea Studio
## 5559 Beautiful Spacious Studio in Castro
## 5560 Cozy charming 1905 cottage, W room
## 5561 Upstairs Flat in Central Austin
## 5562 Newly Renovated-Modern Bernal Flat
## 5563 The Buckman Art House!
## 5564 Private Entry, Master bed & bath
## 5565 Sunlit Paradise-Free Parking
## 5566 East Village 2 Bed Luxury Apartment
## 5567 Beautiful grand home by Downtown
## 5568 3 separate bedrooms! L-Train Loft
## 5569 Bunk Bed (C) in The Society Hotel
## 5570 DC Family Home/Easy to Metro/Off Street Parking
## 5571 Room in modern, Brooklyn apartment.
## 5572 Sunny Master Suite: large bdrm, priv bth, priv liv
## 5573 cozy, quiet and charming bedroom
## 5574 Perfect cozy PRIVATE room!!
## 5575 6. Quiet Safe Close to everything
## 5576 Casita in Sunny San Diego near SDSU
## 5577 Room #1 Near Manhattan NYC
## 5578 Urban Retreat-Oakland 1 block away
## 5579 BK Garden Oasis 4! twn bunk Ltrain!
## 5580 Lovely Art Filled Close-in Bungalow
## 5581 Central NE Vintage 2BR MLK/Mississi
## 5582 Brooklyn Charm-20 mins to Manhattan
## 5583 Alberta Arts Bungalow
## 5584 VIEWS! HOLLYWOOD SIGN - DOWNTOWN #1
## 5585 2BD A BLOCK FROM THE BEACH - 1
## 5586 Cozy Private Apartment in St. Roch
## 5587 Sunny spot on N. Mississippi Ave.
## 5588 Seattle's unique downtown loft
## 5589 Great SF Hotel/Timeshare (Union Sq)
## 5590 BEAUTIFUL PRIVATE ROOM
## 5591 Newly Renovated, Residential Space
## 5592 Super Swanky New York Apartment!
## 5593 Private Room with Desk in Williamsburg Loft
## 5594 IT"S A BEAUTIFUL DAY IN BROOKLYN! 1
## 5595 [4] New BedRm by C.Park and 1,B,C
## 5596 Times Square Chic-Modern 2Beds/Theatre Ap
## 5597 Large room for your vacation in NYC
## 5598 Cozy Room 20 min Ride to Times sq!
## 5599 Mag Mile Experience No.1 by CHICAGOAN
## 5600 Private Beach Bungalow #1
## 5601 NoLa Loft: Safe, Eclectic, Cool!
## 5602 2nd Floor Garden Condo
## 5603 Queen Size Casper Bed Ready for Your Vacation
## 5604 Cozy Room in Wicker Park/West Town
## 5605 COZY, COMFORTABLE CAPITOL HILL!
## 5606 Pvt Bed Miracle Mile Beverly Hills
## 5607 Downtown Biz District Loft
## 5608 Hollywood Private Guesthouse (Unit B)
## 5609 Peaceful Hollywood Hills Studio
## 5610 House near downtown + bikes
## 5611 Dave's Huge Urban LA Studio w/Pool In Downtown!
## 5612 Private Bright Oceanview Condo
## 5613 Maison Mid-City, 2 Blks to Streetcar, Updated 2 BR
## 5614 Friendly Room in N. Portland
## 5615 Cozy Room (with Bicycles!)
## 5616 Designer Studio Apt in Red Hook
## 5617 Luxury garage apt close to downtown
## 5618 Private Guest Room in North Beach
## 5619 Historic Studio Pioneer Square 301
## 5620 Ocean View Loft Space in Del Mar
## 5621 LARGE LUXURIOUS MASTER BEDROOM
## 5622 Williamsburg Pizza House
## 5623 Serene & Clean West Village Space
## 5624 The White House
## 5625 Universal Studios Private Room/Bath
## 5626 Private bedroom in awesome loft apt
## 5627 It is Available, Instant Book Now !
## 5628 Comfort, Location & Unique Style!
## 5629 Lovely room true Cap Hill- no fees!
## 5630 Modern Backyard Kenton Studio
## 5631 Beautiful Luxury Stay DTLA
## 5632 Downtown LA Luxury Palazzo Resort Style Suite
## 5633 3 Bedroom House on the Greenway
## 5634 Hollywood Highrise w A+ Views
## 5635 Walk to Tulane -Bright Sunny Room of the Treehouse
## 5636 Sunset home near beach and park
## 5637 Cozy Queen - Private Room
## 5638 Solar Sanctuary - Zen Room
## 5639 comfortable bed in a nice place
## 5640 Best Village Location Studio Apt!
## 5641 Private Studio/1 Block to Beach
## 5642 Beautiful Getaway Close to Beach
## 5643 Venice Blvd Beautiful Beach Retreat
## 5644 Unique Retro Music Row Downtown!
## 5645 Vintage Modern Home - VERY Central!
## 5646 Greenwich Village Spacious Studio
## 5647 Landmark 2 Bedroom West Village NYC
## 5648 Home Sweet Room-EMERALD-Queens NYC!
## 5649 PrivateRoom in Beautiful Brownstone
## 5650 Private Room in Downtown Manhattan
## 5651 Entire flat w: 2 bedrooms 8 sleeps
## 5652 Spacious Noho Guest House
## 5653 Courtyard Guesthouse in the Marigny
## 5654 New Marigny Creole cottage
## 5655 SXSW!! - Private Austin Room- 10 mins to Downtown
## 5656 Gingerbread House, close enough walk to everything
## 5657 CENTRAL LOCATION, FREE PARKING 5 MIN TO LOOP
## 5658 Walk of Fame Hollywood Modern Comfort Loft
## 5659 Ocean View Studio/ 2 beds/ AMAZING!
## 5660 GUEST HOUSE W/ WIFI, CABLE, A/C
## 5661 Cozy cottage in a heart of LA
## 5662 Central Private Two Bedroom Home
## 5663 Heart of Castro Sunny Garden Studio
## 5664 1st Floor Apartment Near Grove
## 5665 W Hollywood Dream
## 5666 Studio Facing Universal Studios
## 5667 Beaches & LAX only few miles away!
## 5668 Entire 2BR Apt w/ Parking & 3 Beds
## 5669 Private Garden Room Suite - Excellent location!
## 5670 * Beautiful Condo near Downtown; Walk Everywhere *
## 5671 Midtown NYC Lux 2BR Great Location
## 5672 F2 Easy and Cheap Room by Park & Metro
## 5673 Remodeled Mid-Century Bungalow
## 5674 Private Room in WeHo Hills!
## 5675 Beautiful Apartment in Boston!
## 5676 Cozy Beach Bungalow Apt - 2BD/1BA
## 5677 Cozy studio-Great location/LAFilm
## 5678 Beautiful CowHollow Private Bedroom
## 5679 Private bedroom in townhouse - LAX
## 5680 Private Retreat, Sustainable
## 5681 Charming-Urban Retreat ROOM
## 5682 1920's Vintage Craftsman Cottage
## 5683 Home away from home, clean & cozy room
## 5684 Sleek, modern studio home in SE PDX
## 5685 Bankers Hill - Private Studio Room.
## 5686 650sqft 2nd floor Apt, 1 Bed 1 Bath
## 5687 Best location/best price in Uptown New Orleans!
## 5688 Beautiful 2BR in Amazing Location with Terrace!
## 5689 Sweet Cabin @ the Cherry Hill House
## 5690 Fun & Perfectly Located Apartment
## 5691 Perfect for 2! In Private home! Legal Airbnb APT!
## 5692 Wooded Getaway w/City Access
## 5693 Close to Everything & Very Private
## 5694 [2] New BedRm by C.Park and 1,B,C
## 5695 Views, Comfort, Location
## 5696 Quiet private room in Gorgeous Apt
## 5697 Little Sexy House: Winter Specials
## 5698 Bernal Basecamp for Work or Family
## 5699 Private 2BR in Heart of SF
## 5700 Studio Room on Potrero Hill
## 5701 B2 North Beach ,Broadway, Chinatown
## 5702 Cool bedroom in a cool neighborhood
## 5703 LOLA's Place: More Than Just a Room
## 5704 Brooklyn 3BR Near Subways
## 5705 View from the Top
## 5706 Two Bedroom Suite with Private Bath
## 5707 Romantic clawfoot tub
## 5708 Brand new 2 bedroom apartment
## 5709 Private Room in Williamsburg Loft
## 5710 Private Studio Apartment in Harlem
## 5711 Quiet, fun apt in popular NE PDX!
## 5712 West LA/Santa Monica Guest House - Full Kitchen
## 5713 Zen Bungalow in Bamboo Garden
## 5714 HW 1BR -Breathtaking View & Parking
## 5715 HOLLYWOOD Heart of LA! Santa Monica and the Beach!
## 5716 Private studio 209downtown & AC!
## 5717 West Nashville Clean Quiet Private
## 5718 1BD Near Lake and Wrigley Field
## 5719 Private SUITE in Perfect Neighborhood; BIKES incld
## 5720 1 BD w/ 2bikes 1 mile from quarter
## 5721 Nice bedroom in WEHO
## 5722 Modern Treehouse in Zilker/S Austin
## 5723 Simple and Spacious on NW 23rd
## 5724 Hawthorne Hacienda Suite, Portland
## 5725 Heart of Venice Guest Studio
## 5726 Stay Like A Local - Los Angeles
## 5727 LARGE MASTER SUITE WALK 2 BEACH
## 5728 Centrally Located Craftsman Cottage
## 5729 Dreamy Cottage Close To Downtown
## 5730 Spacious 2BDR/2Bath+Pool~Walk to WALK OF FAME
## 5731 Quiet Logan Square Room Near CTA
## 5732 Colorful Garden Apartment w/Outdoor Space
## 5733 Gorgeous room in Manhattan
## 5734 East Austin Airstream-Walk to 6th
## 5735 Swanky & Stylish Private Suite w/AC
## 5736 View Penthouse Master Suite & Decks
## 5737 Private room in MANHATTAN NYC
## 5738 The Addition
## 5739 Cap Hill House 2.5 Bdr, Metro close
## 5740 B&B- Organically covered Twin Beds
## 5741 Spacious 1Br in East Village
## 5742 Mini 'Castle' at Reel Kick Ranch!
## 5743 Your Hell's Kitchen Sanctuary
## 5744 Edwardian Flat on Castro/Eureka Vly
## 5745 Hilltop House - 3 Bd Great Location
## 5746 Lovely 1 Bedroom in the Heart of NW
## 5747 Roomy LES 3BR- Dedicated Host
## 5748 Hidden Treasure Surf Shack
## 5749 Room In Artist's Space
## 5750 Small & Cozy Home 3 bedroom,1 bath
## 5751 Roomy Teal Room
## 5752 Well-Lit Rm In Heart of SF-Near ALL
## 5753 Retreat in the heart of the city.
## 5754 Bright,Lovely Private RM Midtown NY
## 5755 Cozy private room in SF by GG Park
## 5756 Vintage Style Walk Score 92
## 5757 French Quarter 1BR, Steps from Bourbon & Streetcar
## 5758 Private Entrance Guest Room
## 5759 Huge modern loft at Chicago/Halsted
## 5760 Mardi Gras @ your Uptown front door
## 5761 Bungalow in the Park
## 5762 Queen bed. Parking Space. Bus lines
## 5763 Stay in The Heart of Hollywood
## 5764 SEPARATE STUDIO GUEST HOUSE
## 5765 Mid City Rose Room
## 5766 theNapa Mini Apartment by Hollywood
## 5767 Modern SOMA Loft Room & Bathroom!
## 5768 Sunny 2br/1Ba w/Garden STR-0001125
## 5769 East Austin Upstairs, 3 BR Near Downtown/Lake
## 5770 Contemporary Hollywood Getaway
## 5771 Downtown Penthouse on the 22nd Flr.
## 5772 Disgraceland's Atomic Ranch Room
## 5773 Studio Apt Facing Universal
## 5774 CHARMING SILVERLAKE RETREAT
## 5775 Homey House Central To Everything 2 Bedrooms 1 Ba
## 5776 Peaceful Room in Boho Artist Home
## 5777 Super Ocean View Steps2Beach Loft
## 5778 The Casa Blanca ⚜ Amarillo Room
## 5779 Walk to Museums, U.S. Capitol
## 5780 Amazing Luxurious 2bd Oasis in DT Los Angeles
## 5781 An Airy Hillside Hideaway
## 5782 VENICE RETREAT DESIGNER POOLHOUSE
## 5783 3BR/2BA Duplex - 1min to subway!
## 5784 NEW Beautiful Studio
## 5785 East Nashville private duplex apt
## 5786 Private East Nashville Apartment
## 5787 Gorgeous Garden Studio Charlestown
## 5788 Large Room Near LA Attractions!
## 5789 Charming one bedroom in Noe Valley
## 5790 Charming upper west side apartment
## 5791 Unique 3 Bed, 2 Bath Apartment
## 5792 The Bienville House
## 5793 SOCO Apt right in the middle of Weird-
## 5794 Courtyard room in circa 1834 building
## 5795 Historic Irvington Dreamy Romance
## 5796 Vincent's Garden Studio
## 5797 Large Sunny 1 bedroom near the Hill
## 5798 Private bedroom &bath in Japantown
## 5799 Beautiful Condo in Logan Square!
## 5800 Merced Manor Luxurious Modern Apartment
## 5801 Cozy Coach House
## 5802 Stylish one bedroom+ near redline
## 5803 Private Bath Downtown Best Location at World Trade
## 5804 Guest Cottage with shared bath
## 5805 South Mission Beach Zen-Like Studio
## 5806 Original Cabin 4
## 5807 Gorgeous 3 bedroom Mission Oasis
## 5808 People's Place - Convention Center
## 5809 Grandiose Sunny Artistic Private Luxury Apartment
## 5810 Big vintage room#11 with AC
## 5811 Beautiful Sunny House
## 5812 Sunny & Lush- Room w/Pvt Bath/Entry
## 5813 Clean Quiet 2 Bdrooms Private
## 5814 Cozy Apartment in NYC
## 5815 Your own luxurious private floor in my duplex apt
## 5816 Perfect East Village Apartment
## 5817 Beautiful Bushwick - 3BR Apartment
## 5818 Perfect Spanish La Jolla Cottage...
## 5819 Super loft/studio - Santa Monica
## 5820 Vintage Boardwalk Full Ocean Views
## 5821 Sunny Echo Park Studio!
## 5822 Logan Square Guest House--Haas Park
## 5823 TREETOP VIEW BEDROOM - Dwntwn./East
## 5824 Historic Boutique Flat-Walk of Fame
## 5825 Detached 1BD w/Kitchenette & View
## 5826 SPACIOUS WITH FREE PARKING, 5 MIN TO WILLIS TOWER
## 5827 Charming Wallingford Apartment
## 5828 Nice Room by Beach, Lake, and Zoo
## 5829 Private Room near Union Station
## 5830 prime location Hollywood 1 bedroom
## 5831 Classic 1920's Pasadena Private Rm
## 5832 Walk to Convention Center
## 5833 Private Room (D) @The Society Hotel
## 5834 Big Wonderful NYC Apt in Astoria
## 5835 Park Slope Private Bed+Livingroom!
## 5836 Austin Suite Spot
## 5837 Discount! Central Clean & Quiet
## 5838 Modern South Boston 2brm near MBTA
## 5839 West Village Room--Amazing location
## 5840 2BD Private Terrace Midtown Manhattan Luxury Tower
## 5841 Private lower level 2 bdrm suite
## 5842 5 min. from downtown+Private Bathrm
## 5843 Private Full Studio Apartment
## 5844 [1] Modern/Luxury Bedroom by C.Park and 1,B,C
## 5845 Sunny family-friendly 2br & parking
## 5846 SOHO/VILLAGE CHARMING STUDIO
## 5847 LUXURY PENTHOUSE SUITE & JACUZZI!
## 5848 Heart of Hawthorne- Division- Tabor
## 5849 Private Bath. Central DC Room. B1. Washington
## 5850 Room with a View
## 5851 Private charming Northwest MIL
## 5852 Cozy & Comfy Place w/ Private Entry & Living Space
## 5853 Private entrance basement apartment
## 5854 Private East Nashville Cozy Cottage
## 5855 Stylish Poetic cottage studio @ Venice Beach
## 5856 Cozy room in great location
## 5857 The Roost-Master Suite-The Lion
## 5858 Charming Victorian in the Mission
## 5859 Contemporary STUDIO in the Marina
## 5860 ==Perfect 3Bedrooms 2Bath 7 beds ==
## 5861 Secluded Scenic Hill Country suite.
## 5862 NEW! Blissful Bywater 2-Bedroom
## 5863 Stylish/Quiet/Fun! By Griffith Park
## 5864 ★ Perfection n Downtown Santa Monica ★
## 5865 Hollywood Large Studio II
## 5866 2b/2b amazing downtown Austin oasis
## 5867 Prime Location 2 BDRM. Great View
## 5868 Williamsburg Penthouse Retreat
## 5869 Authentic Victorian Experience
## 5870 NEW! RELAXING Tropical room by LAX & Silicon Beach
## 5871 Walk Score 92 ❖ Outdoor Area ❖ Parking
## 5872 Serene Garden Room by the Beach!!!
## 5873 Spacious, modern, Victorian Suite
## 5874 ⭐️Harlem getaway w/ great amenities
## 5875 Huge serene room in a perfect area!
## 5876 Topanga/Malibu Canyon Guest Cottage
## 5877 3 BD 2 BATH centrally located LA
## 5878 The Roost - Fox Room
## 5879 Heart of LA, Private Room and Bath
## 5880 Beverly Hills/WeHo/LA Ganesha Guest Room
## 5881 Sleeps 10! 150 Steps to the BEACH!
## 5882 Private Room w/ Ensuite Bathroom in Historic Row
## 5883 Sophisticated Logan Circle Loft
## 5884 1Br/1Ba Apt in the Richmond Dist
## 5885 Large Single Downtown-Facing Room
## 5886 Whole private unit to yourself. free wifi
## 5887 Charming Designer Suite in Midtown
## 5888 1920'S CHARMER HEART OF L.A.'S BEST
## 5889 Private Master Bedroom in LB
## 5890 Bright, Cozy Los Feliz Gem!
## 5891 Huge Midtown 4 Bedroom Apartment!
## 5892 Vintage Charm- Heart of Highland Pk
## 5893 Cozy room & private bath, near DT; w/ Google Fiber
## 5894 Cozy, Clean Cobble Hill Brownstone
## 5895 Eastmoreland Cottage near Reed
## 5896 2-Room Suite in Vibrant Mission
## 5897 Cozy & Clean by the Beach
## 5898 Maiden Lane Guesthouse
## 5899 Best Views in all of San Francisco
## 5900 Esplanade Guest Quarters
## 5901 New Orleans Charm
## 5902 Renovated w/ Rain Shower Gas Fire Pit iPad & Hi-Fi
## 5903 Beautiful 2bd Corner Condo by The Grove!!!!
## 5904 Awesome n cute Bernal/ Mission rm 1 or 2 people
## 5905 Room with amazing view in north Manhattan
## 5906 Studio-Private Entrance Near JFK
## 5907 Charming Private Brooklyn Bedroom
## 5908 1BR/1BA apt in vibrant 12 SOUTH!
## 5909 Historic Urban Loft Lower Downtown
## 5910 BEAUTIFUL ONE BEDROOM STUDIO
## 5911 Perfect location In Downtown LA!!
## 5912 Hideaway Guest Suite-Travis Heights
## 5913 Hollywood Hills Guest House
## 5914 Historic, elegant & spacious 3BD with Master Suite
## 5915 The RAD DONUT PAD!!!
## 5916 Perfect pied-a-terre on Cap Hill!
## 5917 700 Sq Ft Luxe Loft, Entire Floor + Kitchen
## 5918 Spacious Home in Hawthorne District
## 5919 Beautiful Craftsman Home walk to Bay & trolley
## 5920 Charming Guest House
## 5921 Cozy 1 Bedroom in Prime Location
## 5922 Urban Solar Beach House - Rm 2 of 2
## 5923 Brownstone Apt near Central Park
## 5924 Beautiful Modern Apt in Brooklyn
## 5925 Perfect SOHO - Little Italy Nest
## 5926 PRIVATE BATH/TONS OF SUNLIGHT/SAFE
## 5927 The Argyle Suite/Loft on 4th Street
## 5928 Arts district..1/2 a block from the new STREETCAR!
## 5929 Staples Center & Convention Center
## 5930 Blue Casita
## 5931 The Downtowner-ATX 3BR/2BA +Parking
## 5932 Entire 2 Bdrm Home in North Oakland
## 5933 UWS Loft Steps from Central Park
## 5934 Dupont South Penthouse 6
## 5935 Private Room Opens to Courtyard
## 5936 Hawthorne +Cannabis & Treats ~ Green Room
## 5937 Hollywood Private Room Twin Beds
## 5938 Hillside Bungalow in LA!
## 5939 Sunny Hollywood Apt, Good location
## 5940 Relaxing Hollywood Bedroom
## 5941 #1 rated neighborhood in Chicago
## 5942 BEST OF BOSTON! 3BD NEAR BCEC!
## 5943 Private Room Luxury Apartment UCLA
## 5944 BROOKLYN EXPERIENCE-Sunny Apartment
## 5945 COMFORTABLE COZY STUDIO!!
## 5946 Nice Apt Near Columbia University
## 5947 Ultra Modern Victorian Era Masterpiece
## 5948 2 rooms; private entrance & bath!
## 5949 Vintage Room Near Central Park Manhattan
## 5950 Cute and Cozy Condo near Moscone
## 5951 Charming Lake Merritt 1/1 Cottage
## 5952 Palatial Brownstone w Outdoor Space
## 5953 Georgetown Rowhouse - 5 Beds and Garden Patio!
## 5954 Mid-Century Modern En-Suite in Brownstone!
## 5955 The Hideaway
## 5956 Prime Carroll Gardens 1BR Apartment
## 5957 Master Suite with Fireplace Retreat
## 5958 Private Room and Bath in Central ATX! 2 Mi. to DT!
## 5959 Venice Garden Retreat
## 5960 Large Private Room with Desk
## 5961 Cozy apt. in charming Capitol Hill!
## 5962 Lafayette Carriage House - Inner SE
## 5963 Stay&Play; Rm W/ 2 bikes near Rainey & Boardwalk!
## 5964 Sunny castro view room & private bath in Victorian
## 5965 FIFTH AVE. STUDIO
## 5966 5 Bedroom Flat Sleeps 12 - one block from Wrigley!
## 5967 Hinterlands (Lic.#2288893)
## 5968 Lovely Mid City Home
## 5969 WestCentral BR & bath, super loc.!
## 5970 The Wielingen
## 5971 zzEastPrivateBedBath MinsToBus,Metro,HistoricSites
## 5972 Oak Leaf Room FreeParking
## 5973 Private wing of house with pool
## 5974 Nashville Urban Gingerbread House
## 5975 Ocean Park Heights, Cottage Lodge - Santa Monica
## 5976 Spacious, Centrally Located w/ Wifi
## 5977 Beach Retreat @Golden Gate Park
## 5978 Modern Cole Valley studio
## 5979 Sun filled home
## 5980 Amazing apartment, Amazing location
## 5981 Cozy, Quiet, Garden Getaway!
## 5982 Comfy and Cozy in the Bywater!
## 5983 Come fall in LoVe with Long Beach!!!
## 5984 Cozy Downtown Portland Penthouse!!!
## 5985 Sunny and Bright Studio
## 5986 SECOND FLOOR PARLOR ROOM
## 5987 Rocky Butte charm
## 5988 Only 1 minute-walk to Park & Metro!
## 5989 Private Room in Designer's NYC Apt
## 5990 Cozy Bedroom in Spacious Duplex Apt
## 5991 2 Bed&2 Bath Apt in Hell's Kitchen
## 5992 Elegantly Decayed Creole Mansion
## 5993 Beautiful PRIVATE Bed/Bath + Pool
## 5994 Newly Renovated Hollywood Chic 1BD+1Bath+1Park
## 5995 Urban Cottage near 5Points/Downtown
## 5996 3400sqft Craftsman 7 rooms 2.5 bath
## 5997 Cozy Bywater Cottage & Swanky Porch
## 5998 Private BR, Bath, & Living Room!
## 5999 Queen bedroom in great location
## 6000 Ocean view with private entrance
## 6001 Charming and cozy on Capitol Hill!
## 6002 Edwardian in the Heart of Castro
## 6003 Lovely 2BR Central, quiet, parking!
## 6004 Large semi-private space in Logan
## 6005 Quiet Safe St Charles Ave 1 blk
## 6006 Malibu Modern 1 bedroom Pool House
## 6007 Marigny Apt near Frenchmen St.
## 6008 GORGEOUS 1BR HOUSE BLOCKS TO BEACH
## 6009 3 Bed 2 Bath Home 25 Steps To Sand
## 6010 Historic Craftsman Near Music Row
## 6011 3 bedroom in the middle of NOLA!
## 6012 Hollywood hideaway. Close 2 evrthng
## 6013 Four Blocks from White House
## 6014 Perfect for Tourists
## 6015 2 bed by Central Park (5guests)
## 6016 Cozy and Private Room in H St. Area
## 6017 AMAZING Private 1stop away from NYC 1 block Subway
## 6018 40% Discount! Best Block in NYC
## 6019 Welcome to Idle Cottage!
## 6020 Lovely Home away from home!!!
## 6021 1 Bedroom Apt; Above the Studio
## 6022 Renting apt for a weekend getaway
## 6023 sunny apartment in east village
## 6024 Private Sauna Studio on Hawthorne
## 6025 Comfortable, Cozy n Private Studio
## 6026 Cosy Basement Apt on East Mt Tabor!
## 6027 Near LGA, Citifield, US Open Tennis
## 6028 West LA House nr Santa Monica/UCLA
## 6029 Fresh + Modern + Bright Tiny House
## 6030 Private Apartment off Courtyard
## 6031 Mississippi District: Fun and Convenience!
## 6032 Get Cozy In West Seattle
## 6033 Modern Beach Villa
## 6034 Modern,Cozy Tiny House in East Nash
## 6035 1 Block Bourbon 3 block Frenchmen
## 6036 Stylish Chicago Retreat!
## 6037 Base Camp in Bed-Stuy
## 6038 Chic Loft & Backyard - Metro & Food
## 6039 Classy Manhattan Getaway!
## 6040 Cozy Studio in Hot Neighborhood
## 6041 "The Getaway" a modern cottage
## 6042 Modern Love - Heart of Mississippi
## 6043 BKOasis2 Twin/Full Bunk Bed LTrain!
## 6044 Spacious 2BD Loft in Williamsburg
## 6045 Monstrosity Little Loft w/Courtyard
## 6046 3BR / 2BA + Prvt Deck in Back Bay
## 6047 Royal Harlem TRIPLEX Home 5 Beds
## 6048 One Bedroom Mini studio - Free WIFI
## 6049 Logan Square Studio
## 6050 Cozy house, beaches, LAX, shopping
## 6051 Beautiful 4 Bedroom/4 Bath House
## 6052 Sunny room minutes to Times Square
## 6053 Cozy 1 Bedroom in Clinton Hill
## 6054 Comfy Couch in a nice and safe apt!!
## 6055 Fantastic 2BR Modern Condo
## 6056 City Flat Downtown,Rooftop, Hot Tub
## 6057 M St Apt C
## 6058 Your Very Own Private Luxury Condo!
## 6059 Private Suite,Deck,view Golden Gate
## 6060 Spacious room in beautiful apt!
## 6061 Small, Comfortable Bedroom w/Private Bathrm for 2
## 6062 SW Hills Canopy Tree House
## 6063 Modern, Comfortable Oasis in DTLA's Arts District
## 6064 Cozy room near downtown - Jill
## 6065 Bright, modern, No. Park studio apt
## 6066 Silver Lake foothills studio with huge deck
## 6067 Private studio, free parking at bus stop to sites!
## 6068 Private Studio -Capitol Hill/H St.
## 6069 Bright, Large Studio Apt Sleeps 5!!
## 6070 Artists Retreat, East-Village, 2Bdr
## 6071 Market Street Retreat, Private Bedroom & Bath
## 6072 Bright Private Room in Capitol Hill
## 6073 Super quiet, minutes from Downtown!
## 6074 Rustic Firehouse
## 6075 Bright, Cozy Studio Close to Downtown
## 6076 Walk to Tulane, The Purple Room of the Treehouse
## 6077 Pvt. Cozy & Eclectic Mid Century 2 BD
## 6078 VICTORIAN TOWNHOME DOWNTOWN
## 6079 NW Charming A-town Bedroom
## 6080 The Meow Room: 1bd/1ba Modern Urban Jungle
## 6081 THE Apartment by Prospect Park!
## 6082 Beautiful 2 Bedroom Townhouse
## 6083 Sherman Oaks, Los Angeles... Private Room w Bathrm
## 6084 Spacious Clean Sunlit Bedroom
## 6085 Cozy 1br mins from CASINO JFK & NYC
## 6086 Cute UES Bedroom near Central Park
## 6087 Williamsburg/Greenpoint Studio
## 6088 Cozy room in Time Square!
## 6089 Quiet Room Off Logan Square Blue Line w/ Breakfast
## 6090 Hip, Fun, Cozy Silver Lake/Echo Park Studio Gem!
## 6091 6 Beds in Fun Multi Level Apartment
## 6092 Luxe Downtown Loft 3 Bed
## 6093 Van Nuys Home Near L.A. Attractions
## 6094 Short walk to the staples center!!
## 6095 Bright & Cozy Bedroom in Venice
## 6096 Cozy 1BD on Pike's Place Downtown
## 6097 Condo in the Heart of Gaslamp
## 6098 Cozy Den to Come Home To
## 6099 Bedroom in quiet Potrero Hill
## 6100 Ensuite Private Room in Boston
## 6101 Silver Lake bohemian getaway & view
## 6102 Trendy East Nash Treetops Hideaway!
## 6103 AMAZING VIEWS DOWNTOWN NEW ORLEANS CONDO!!
## 6104 The BEST LOCATION in MANHATTAN!
## 6105 Pre-War Charm with Modern Chic in Hell's Kitchen
## 6106 FANTASTIC LOCATION, FREE PARKING, 5 MN TO DOWNTOWN
## 6107 Charming West Village Apartment
## 6108 ★ Cali Dreamin by Santa Monica Pier ★
## 6109 a Cozy Sunroom in Allston
## 6110 Orange Room
## 6111 Experience Brooklyn
## 6112 Airstream in Eagle Rock/ Occidental
## 6113 Culver City Casita walk to downtown
## 6114 Cozy room in a beach condo.
## 6115 Sunny & Chic Apartment in Los Angeles
## 6116 Modern South Austin Micro-Unit
## 6117 Beautiful Studio in Heart of Harlem
## 6118 Luxury Loft in the best location!
## 6119 NEW 2BR-Best Location. E.Mkt METRO!
## 6120 MIDTOWN: BARS, MUSIC, & HISTORY!!
## 6121 URBAN OASIS DTLA
## 6122 Vintage Ukrainian Village Flat
## 6123 Comfortable bed in a bunkbed room1!
## 6124 Hip architectural walk to beach
## 6125 2 bedroom flat with parking
## 6126 the Nashville Fort
## 6127 My Little Guest Apartment
## 6128 Marginybnob 2 by Frenchman Street
## 6129 GARDEN BUNGALOW GUEST HOUSE
## 6130 Modern Capitol Hill Studio Next to Potomac Metro
## 6131 1 BR/BA Contemporary Apartment
## 6132 Cool/Fun House on Cap Hill, Bdrm #2
## 6133 Jaime's PDX Hideout
## 6134 Large room in central location
## 6135 Huge space and MILLION DOLLAR VIEWs
## 6136 Hamilton Heights/Harlem Haven (Private Bathroom)
## 6137 Cozy 1BD in a cool neighborhood.
## 6138 Modern Urban Retreat
## 6139 Sunny Artist Live/Work Apartment
## 6140 Cozy Sunset Cliffs/Ocean Beach Apt
## 6141 HOUSE BY UNION SQUARE/MOSCONE CENTE
## 6142 STUDIO SUITE IN THE TREE TOPS:ADAMS MORGAN,WOODLEY
## 6143 Heart Of DC ❤️ Cozy Private Studio
## 6144 Wooded In-Law
## 6145 Lovely Bushwick Garden Apartment
## 6146 The Rosemary - Private Room - #1604
## 6147 Idyllic Bungalow in Heart of Venice
## 6148 Modern + Streetcar
## 6149 Spacious private 3 bedroom 3 bath apartment
## 6150 Castro Apt. by sunny Dolores Park
## 6151 Charming Warm Brownstone apt
## 6152 House On Henry (2nd FLR Suite)
## 6153 Cozy bedroom in BK apt
## 6154 2Stops2SF-Modern Space-12thStBart
## 6155 WILLIAMSBURG.loft.CONVENIENT.view.
## 6156 Old School Tribeca Artist Loft
## 6157 Architect-Designed Apartment
## 6158 ButterflyRoom,Morningstar, 3-12mo
## 6159 Prime location in Williamsburg
## 6160 Bunk bed in the Treat Street Clubhouse
## 6161 Large Room in East Downtown Austin
## 6162 Luxury Apt/Downtown West Seattle
## 6163 Cute,quiet an cozy middle of F.Q
## 6164 Guest House
## 6165 Mimi & Addie's Garden Studio
## 6166 Bed, Bath & Beyond in Jamaica Plain
## 6167 Room near downtown, lightrail, lake
## 6168 The Rosemary - Private Room - #5
## 6169 Roomy 1BR near park, museums, more
## 6170 Fresh, friendly Petworth apartment!
## 6171 Hilltop Hideaway with a View
## 6172 Cozy, quiet and modern studio
## 6173 Studio Apt. in Sunny N. Oakland
## 6174 Huge, Bright Home- Steps from C.P.
## 6175 Sunshine Room- Great Value/Location
## 6176 Updated Space with Great Location
## 6177 Secure and Cozy Place in The Center of Downtown
## 6178 Beach Canyon authentic Tipi Glampin
## 6179 SCHEHERAZADES TENTonROOFTOP TERRACE
## 6180 3BR/2BA central Cole Valley condo 1500 sf
## 6181 Capitol Hill Beautiful One Bedroom
## 6182 Zilker Guesthouse
## 6183 Sunny Room in Historic Laurelhurst
## 6184 Private Bed/bath in Home: green (A)
## 6185 Spacious room by Abbot Kinney&Beach
## 6186 Stunning (4) bedroom Creole Cottage
## 6187 Wonderful City Park 3BR - Sleeps 10
## 6188 Luxurious Modern 3BR/2BA Condo
## 6189 Private Room with Outdoor Space
## 6190 Entire Floor of a Modern Duplex
## 6191 Top Reviewed Lg 2Bed-2Bath POOL/GYM
## 6192 3 Bedroom APT-15 min Times Square
## 6193 Best of Brooklyn & 5 min to Manhattan!
## 6194 *Sunny Airy Loft Williamsburg 1BR*
## 6195 BEST Location in Heart of Astoria!!
## 6196 AlamoSquare w/2 Twin XL or King bed
## 6197 Spacious, private 1BR suite
## 6198 Charming Loft in Austin
## 6199 Entire 2 BD Apt w/ 4 Beds (FRONT)
## 6200 Private bed & bath w/garage parking
## 6201 Cozy Room, Close to Downtown
## 6202 Modern, Spacious Zilker apartment
## 6203 Mid-Century Dream Chasers' Retreat near Redondo
## 6204 Spacious 1BR in Quiet Neighborhood
## 6205 Peaceful Room @ SoCo Maven's Haven (1 of 3) Bikes!
## 6206 Fort Washington Garden Room
## 6207 Signature Beverly Hills 90210
## 6208 Clinton neighborhood cottage
## 6209 Confortable and private room.
## 6210 Bright Spacious 1BD Lower East Side
## 6211 Peaceful, Private Hideaway
## 6212 A private room at Sunnyside
## 6213 Lovely Capitol Hill 1BR Apartment
## 6214 Fun/Cool House on Cap Hill, Bdrm #1
## 6215 Garden Lovers Echo Park Retreat
## 6216 Retreat Right On Hollywood BLVD!!!
## 6217 Artsy Apartment in Hyde Park Austin
## 6218 Su Casa #1 - Bedroom 1
## 6219 Private studio with bath + free street parking
## 6220 Eclectic East Nashville Bungalow
## 6221 Luxury & history in the Big Easy #2
## 6222 Marigny Orchid Courtyard & Garden Pool
## 6223 Brand New Home near Dsny/LA/Hlywood
## 6224 Modern, Private Luxury Guest BR, BA
## 6225 Aloha Apartment w/ Spa
## 6226 Private Room in E. Williamsburg
## 6227 THE best location in New Orleans!!!
## 6228 E. Nashville, 93 5* Reviews, Close to Everything
## 6229 SAFE Uptown Studio w/ Jacuzzi Tub- Jazz Fest Wknd2
## 6230 Provence in the Hills
## 6231 Lake Apt. near Hyde Park &Downtown
## 6232 Gateway stay to experiance LA (Lucille Ball Room)
## 6233 Sunny & secluded retreat!
## 6234 Cozy Boutique Studio in Hollywood
## 6235 Two-Story Room Chic Skinny Home w/Private Ent/bath
## 6236 Charming 1894 Rowhouse. 90 walk score MAX 2 blks!
## 6237 Spacious Room with Garden View!
## 6238 Artful 19th Century Home
## 6239 Central 2 bed mid century PDX
## 6240 Heavenly loft in Mission
## 6241 Daisy Mae's B & B - Phinney Ridge
## 6242 Private Apt! Affordable. Close to Airport & DT
## 6243 Modern Duplex 5 min to ConventionCt
## 6244 Big SE Hawthorne 1BD with Sauna!
## 6245 CLOUD 9: Bright-Modern-Super Clean :)
## 6246 Elegant apartment in Haight-Ashbury
## 6247 "Vista" private room and bath
## 6248 Great Price/Location deal in NYC!
## 6249 Large Room / Light / Columbia University - UWS
## 6250 Clean, Spacious, Private Room!
## 6251 Prvt! Transit. SF close.Lake!Bikes!
## 6252 NYC Life for 2 Friends Under 30
## 6253 Private, Convenient, Perfect! :)
## 6254 3BR, 2 bathroom condo in Bushwick
## 6255 Cole Valley Smart and Stylish Suite
## 6256 Nice room Convenient to Manhattan A
## 6257 GORGEOUS 1 BDR PRIME HELL'S KITCHEN
## 6258 Venice Beach/Marina Del Rey Cottage
## 6259 Broadmoor Spacious Queen Room
## 6260 Well located Single room in home!
## 6261 Charming quiet bohemian getaway!
## 6262 Walk to WhiteHouse Penthouse_2Br2Ba
## 6263 East Village
## 6264 Truly Amazing Oasis In The City
## 6265 Spacious Suite in Midtown/Times sq.
## 6266 GREAT ROOM Fast 2 TIMES SQ 9min NYC
## 6267 Hollywood's Boulevard of Stars 2BR/2BA Suite
## 6268 Beautiful private room and bath. Private entrance.
## 6269 The Casita on Hether St
## 6270 Malibu Wine Country Airstream
## 6271 Venice Beach House 3-bed 2-bath Silver Triangle
## 6272 Spacious 2 Bedroom/Sleep 6/Park Ave
## 6273 Huge beautiful 1 bedroom loft
## 6274 Capitol Hill Studio Apt @ Metro
## 6275 Cozy in Foggy
## 6276 House With The Blue Door
## 6277 Cozy Bedroom in Central Austin
## 6278 Private Room (A) @The Society Hotel
## 6279 Metrobilly Retreat
## 6280 Highland Park Peaceful Retreat
## 6281 Live Like a Local in East Nashville, 92 5* Reviews
## 6282 Venice Beach Haus
## 6283 █▓▒░░Urban Villa░░▒▓█ Walk Score 92 + Parking
## 6284 Zuma Beach, Malibu Air Stream Dream
## 6285 Spacious Venice Cottage, 1 Block to Surfing Beach
## 6286 Chocolate Crush
## 6287 Converted Living Rm in Apt Near Penn Station
## 6288 Luxury City Oasis - Directly Above the Subway
## 6289 **Caribbean Blue- 8 mins to JFK **
## 6290 Awesome Apt by 2,3,4,5,C,B,Q train
## 6291 Hip Loft Apartment in DTLA
## 6292 Studio #23: No Xtra Fees! Koreatown
## 6293 Cozy Venice room w/bath & parking
## 6294 Be Our Guests on Orange! :)
## 6295 Uptown Vintage & Elegance
## 6296 Room in Chill SE Austin Bungalow
## 6297 STUNNING E Vill Penthouse
## 6298 Romantic Garden Cottage in beautiful, walkable SE!
## 6299 Basic but comfy room on Cap Hill
## 6300 SUPER H❤ST IN HELL'S KITCHEN
## 6301 Peaceful studio space.
## 6302 Bedroom in artistic Northwest home
## 6303 Awesome 2-Bdr/Hollywood Sign Views
## 6304 Spanish Bungalow Guest House LA CA
## 6305 Cherry Street Suite in Park Hill
## 6306 Mt. Tabor Bungalow
## 6307 Earthy Eurostyle Shared Bath Studio
## 6308 Quiet room beautiful Pasadena home
## 6309 Ultra Modern Downtown Apartment 1
## 6310 Bright & Charming in Historic Buckman/Sunnyside
## 6311 Close to Reed Private Room with Balcony
## 6312 Friendly Hostel with Community #6
## 6313 Close-in Private Swanky Studio!
## 6314 Sunny big studio has storage, views. Easy parking!
## 6315 Beautiful Silverlake House - 2BDRM
## 6316 Modern Luxury, walk to 5 Points
## 6317 Modern Designer Home, Venice Adj!
## 6318 Private room in sunny three bedroom
## 6319 #14 Vintage Room Near City Center
## 6320 Roscoe House: Wrigleyville Boystown
## 6321 Amazing Location! Right next to Wrigley - Cubs!
## 6322 Walk to Staples Center, 2 Bedroom 2 Bath - M56
## 6323 Bright New Private Room at Beach #2
## 6324 5★ Quiet, Central San Diego Luxury
## 6325 DC Foggy Bottom Iconic Rowhouse
## 6326 Large Private Room in Beautiful DC Townhouse
## 6327 Central District Green GardenStudio
## 6328 Charming Glen Park Garden Cottage
## 6329 Central 1BR: Walk to Metro, Museums
## 6330 Small 2 room studio in Capitol Hill
## 6331 Bed & Bath beauty with pvt entrance! Miracle Mile!
## 6332 Adorable Furnished Marigny Apt.
## 6333 Your going to Hollywood!!!
## 6334 -Soulful- 1 Bedroom Great Location
## 6335 Hawthorne/Division Beautiful Suite
## 6336 2 br apt - 2 blocks to Capitol!
## 6337 Lowest Price, Best Location & View!
## 6338 Mid Century Rustic Amazing Outdoor Space
## 6339 Artists Townhouse with Parking!
## 6340 Alberta Art's 2-Room Lower Level
## 6341 The Loft Private Room 65
## 6342 Modern Spanish - near THE GROVE
## 6343 Lakefront Area, Straight Shot to French Qtr. #1
## 6344 Bywater Historical Gem w Antiques & Bikes Avail!
## 6345 Bike Everywhere from Bayou St John
## 6346 Magazine St. Studio 2 in the Lower Garden District
## 6347 Great location San Francisco Room
## 6348 Under the Oaks on Ursulines
## 6349 N.T.R (Not the Ritz)
## 6350 Glamorous one bedroom Little Italy.
## 6351 Suite with stunning view in NW PDX
## 6352 Modern 1 bedroom in Nob Hill
## 6353 Studio in the Heart of Hawthorne
## 6354 Beautifully Remodeled Apartment
## 6355 AMAZING LUX 2BD IN ♥ OF HOLLYWOOD
## 6356 Sunny DC oasis w/ private parking!
## 6357 Cozy and Bright One Bedroom in BK
## 6358 Nice Private-Room 1Bed-Apt @ Columbia University!
## 6359 Modern Studio Loft
## 6360 Modern Guest House in Berkeley Lake
## 6361 Charming Hilltop Cottage w Hot Tub
## 6362 Quiet vintage trailer in echo park
## 6363 Nice private room #8 with AC
## 6364 Treme Getaway
## 6365 Private Room & Bath in Quiet Area
## 6366 Chic Sanctuary in the Capital
## 6367 ROOM/FreeParkingMetroRestarauntsShopsZoo/BREAKFAST
## 6368 Classic Close-In Portland
## 6369 Best Seattle Views! Private Suite!
## 6370 Private Suite with Sunny Bedroom
## 6371 Cute Brooklyn Cottage | Tiny House
## 6372 Must Love Dogs
## 6373 Rockridge Cottage: Rustic Elegance
## 6374 Charming Chelsea Studio & Loft
## 6375 Sunny Room in Hip, East Village Apt
## 6376 GREAT Sun-filled Room in Chelsea!
## 6377 Nice Cozy Room in BROOKLYN, NYC, NY, Bushwick
## 6378 Mission Hills - Cozy Canyon Condo
## 6379 Charming Casita with Bonus Room!
## 6380 1 bedroom apt in the Outer Sunset
## 6381 Victorian Beauty Hayes Valley
## 6382 Flatiron Jewel: 2Bed Modern LOFT Near Madison Park
## 6383 Room A Easiest Commute in town
## 6384 550 ft2 Studio near the White House
## 6385 Elegant Double Studio @ Raffaello
## 6386 Cozy Room 5mins to subway
## 6387 Apt in Best location( Chinatown )
## 6388 River North's Finest - Sleeps 6
## 6389 Incredible Location Back Bay Studio
## 6390 Bright Spacious Bed Room
## 6391 Mission Treehouse 2BR, 2BA, Parking
## 6392 HUGE ROOM- BEST OF BROOKLYN A- NEXT TO METRO!
## 6393 Comfy sofa one block to subway
## 6394 Spacious 1 bed Apt. in Manhattan NYC
## 6395 360° View of Hllywd Sign-2BrBa-Walk
## 6396 Almost Famous-Pool,Jacuzzi,Gym,HWD
## 6397 Urban oasis trendy JP 'hood - suite
## 6398 Upscale Back Bay Studio, River Views
## 6399 Location, Location, Location
## 6400 Perfect East Austin Loft! Short Walk to Downtown!
## 6401 Stylish & Elegant 1BD Loft in West Village/ Soho
## 6402 Chez Rosette Tiny House
## 6403 Treme Garden Getaway w/ fenced backyard
## 6404 Private cottage with garden
## 6405 Hollywood Private Room Queen Bed
## 6406 Charming 2 BR Hollywood Home | Centrally located!
## 6407 Stunning View Excellent Location Modern Apt
## 6408 Master Suite + Private Bath near UCLA
## 6409 NW Portland One Bedroom Hideaway
## 6410 Apartment available in Upper East
## 6411 Gorgeous, Convenient Temescal Room
## 6412 A Tree Grows in Brooklyn
## 6413 Holiday special near Columbia Univ!
## 6414 Cozy condo in the city!
## 6415 Beautiful 3 bedroom apartment
## 6416 Victorian Haven - Private Basement!
## 6417 Luxury room in Manhattan Duplex Apt
## 6418 Studio Apartment with King Bed
## 6419 Elegant 1BR, Private Bath in Brownstone
## 6420 Hollywood Walk 2 Walk of Fame w/ Reserved Parking
## 6421 Beautiful & Clean Studio APT in K-TOWN
## 6422 Manhattan Great View Beautiful 1BD
## 6423 Lovely Laurelhurst Craftsman Apt
## 6424 Comfy private room in NE/Irvington.
## 6425 Cozy private bed/bath in Bloomingdale
## 6426 Comfy Spacious 2-Bdrm in Buckman
## 6427 Cozy Furnished Studio in Brooklyn
## 6428 West Hollywood Haven
## 6429 Prime Location, Clean, Cute WeHo Studio with Patio
## 6430 Glamorous Master Suite, Walk to The Grove!
## 6431 Incredible High Rise View!
## 6432 Historic Apartment 303
## 6433 Neighborhoody Nook - 1 bd/1 bath
## 6434 SoMa Second Home - "The Soma Loft"
## 6435 CLEAN AND STYLISH EAST VILLAGE PAD
## 6436 Gorgeous Alcove Studio Midtown West
## 6437 Renovated English Basement
## 6438 Quiet in-law unit in Noe Valley
## 6439 The Domain - Downtown, Parking,SXSW
## 6440 Beautiful Serene Guesthouse
## 6441 Bright Venice Beach Studio
## 6442 Sunny 2bd/2bath Updated Cottage Centrally Located
## 6443 Austin Sanctuary
## 6444 Spacious Upper West Side 1-Bedroom
## 6445 The best Williamsburg has to offer!
## 6446 Private bedroom in airy light filled loft
## 6447 Ultimate luxury awaits you by LAX
## 6448 Bright and cozy room near LAX
## 6449 MidCity Apt. 1 block to streetcar!
## 6450 Sleeping in NYC, like home.
## 6451 large spacious room
## 6452 Small Clean Upper East Side Apt
## 6453 Private Central DC Townhouse
## 6454 Modern Spacious MissionTerrace Apt.
## 6455 The Clay Hut: Private bed/bath in backyard garden.
## 6456 East Side Shotgun Getaway- Best4SXSW!
## 6457 Modern Deluxe, walk to 5 Points
## 6458 Ally Flat Behind DT Yoga Studio
## 6459 St Charles Ave Elegance
## 6460 Venice Beauty - 6 blocks to beach
## 6461 Modern Room by Golden Gate Park (Green Butterfly)
## 6462 Patio with Wonderful Apartment!
## 6463 Capitol Hill - Impeccable Apartment
## 6464 On the Water Luxury
## 6465 Beautiful Efficiency Apartment
## 6466 BunkBed Oasis at Venice Beach!!~1
## 6467 BED-STUY SOUTHERN COMFORT
## 6468 Newly Renovated Backyard Cottage
## 6469 Beautiful pool house in Silverlake
## 6470 #2 - Spacious Private Bedroom
## 6471 Family-friendly, heart of New Orleans
## 6472 Cozy modern apt near O'hare. Free parking.
## 6473 Universal Studios Hollywood
## 6474 A & S Bushwick - One BR Apt.
## 6475 Best of DC in Dupont Circle/U St
## 6476 STYLISH, BRIGHT & AIRY GUEST HOUSE
## 6477 Private Bungalow W/ Yard & Bikes
## 6478 Eclectic Midcity Cottage
## 6479 Spacious cottage near NoHo Arts
## 6480 Upscale Home in Uptown New Orleans.
## 6481 Cozy Room - Amazing Apt - Best Area
## 6482 North Beach Best Location and View
## 6483 Lovely Mountain Home: Oak Lodge
## 6484 Modern Loft DOWNTOWN
## 6485 Lyle Room @ 1234 HOUSE in SE PDX
## 6486 Hot tub garden 15 from Bart private
## 6487 Spacious Studio Near Lincoln Park
## 6488 cozy room in east Harlem
## 6489 Bright Quiet Room in the W Village
## 6490 HOLLYWOOD BLVD APT + FREE PARKING!
## 6491 Stylish studio by Convention Cntr.B
## 6492 Luxury 1BR Back House+Infinity Pool
## 6493 Craftsman Home 1 block from Lake!
## 6494 Private Suites near it all- Room #7
## 6495 2 beds in midtown Manhattan midrise near Broadway
## 6496 Amazing Location with Fab Bay Views
## 6497 Sunny San Francisco Bed & Bath
## 6498 Beautiful Apt in Historic Row House
## 6499 Mod Studio
## 6500 Large room +prvt bathroom by Central Park
## 6501 Private Room Overlooking Garden
## 6502 Legal 1BR apt, 1 stop from Midtown Manhattan!
## 6503 MANHATTAN Neat, Nice, Bright ROOM
## 6504 Pretty and Private in Clinton Hill
## 6505 HUGE BDRM IN APT 1 MINUTE TO TRAIN!
## 6506 Cherryblossom House, Driveway/Subway + Central AC!
## 6507 Bright Private room NYC Near train
## 6508 Liberal retreat/A right wing horror
## 6509 Large Semi-Basement Unit H Street
## 6510 The Coolest Wicker Park 2 BDRM!!
## 6511 7min walk to train, Sunny, Clean, Cozy, Comfy bed!
## 6512 2/1 Entire Apt Harvard MIT Subway
## 6513 Large/Spacious room available
## 6514 E Austin Craftsman Backyard Oasis
## 6515 Historical Gaslight Street - R1
## 6516 INCREDIBLE LA location by 90210!
## 6517 Quiet, Safe Uptown/Tulane 2BD! Walk To Streetcar!
## 6518 Modern Studio in the Heart of the Nations Capital
## 6519 Family-friendly, cozy guest room
## 6520 West Village Pad with Outdoor Space
## 6521 Own entrance private room &bathroom
## 6522 Family Owned & Operated Brownstone
## 6523 Spacious Apartment in Manhattan
## 6524 Big, Beautiful and Private Apt.
## 6525 Charming Westside Guest House
## 6526 The Japanese Magnolia Shotgun-License#:17STR-09697
## 6527 Penthouse on Michigan Avenue!
## 6528 Resort Style One Bedroom Apartment!
## 6529 Charming 1BD in house
## 6530 Private Room in Fort Green BK close to city
## 6531 Sunny Rm #2, A/C, Park, express Q train
## 6532 WEST VILLAGE CHARM - BEST LOCATION!
## 6533 Musical & cultural extravaganza!
## 6534 Cozy room with Private Entrance and Pool View
## 6535 Quiet PB cozy rental w/parking
## 6536 West Portal Garden Unit
## 6537 Comfy Convenience in Bloomingdale
## 6538 Natural Setting in DC
## 6539 Cozy Private Room in Prime Santa Monica Area
## 6540 Gem in the Heart of West Hollywood!
## 6541 The 850 SQFT Downtown Loft With City View - 531
## 6542 Spanish-Style Bungalow
## 6543 Luxury Apartment on Hollywood Blvd
## 6544 HOLLYWOOD HILLS RETREAT
## 6545 Downtown Nashville on River
## 6546 Perfect master bedroom in Hollywood
## 6547 Spacious Apt in Cap Hill w/Balcony
## 6548 Out of This World Guest House In Trendy NoHo
## 6549 Experience the Charmed Marigny Life
## 6550 Downtown Vintage One Bedroom
## 6551 Lovely, Serene Brooklyn (NYC) Charm
## 6552 ARTIST LOFT 1 - INSTANT BOOK NOW :)
## 6553 Lovely 1br West Village/Chelsea
## 6554 Large, Bright NYC Room Near Trains
## 6555 Spacious Studio
## 6556 Cozy garden unit near GG Park/UCSF
## 6557 Hawthorne Bungalow
## 6558 Steps from the Waterfront Park
## 6559 5 Bedroom, 2 Bath, Steps to Train. FREE PARKING!
## 6560 Cozy Garden-Subterranean Apartment
## 6561 Relax in private room. Unique space
## 6562 Private Room with Bathroom at Beach Just Perfect
## 6563 2BR PENTHOUSE w Private Roofdeck
## 6564 Large Hi-Rise Terrace Apt Midtown
## 6565 Great Room at Lower Manhattan NY WT
## 6566 Authentic Luxury Designed Loft
## 6567 Sweet Lil Williamsburg One Bedroom
## 6568 Cozy 2 bedroom
## 6569 Cozy SUNNY Park Slope Apartment!
## 6570 ✼ 2 Bedroom/Private Bath - Charming Central SW ✼
## 6571 The Heart of Multnomah Village
## 6572 Cozy Urban Studio in Garden Setting
## 6573 Bird's Nest - Bus to Nat'l Mall
## 6574 PRIME Upscale Brooklyn! Near MANHTN
## 6575 Couldn't Be Closer To Columbia Uni
## 6576 Private Br/Bath - Historic NE PDX
## 6577 Comfy Pvt Rm/Ba in Duboce Triangle
## 6578 Walk to WhiteHouse 1st Floor_2Br2Ba
## 6579 Room in penthouse apt /Beacon Hill
## 6580 Bloom Room @ Limelight Manor
## 6581 Private Laurel Canyon Guesthouse
## 6582 Lovely home in the center of LA
## 6583 Awesome Two Bedroom Craftsman House
## 6584 Noe/Castro 1BD Hideaway
## 6585 Centennial Park Private Bed & Bath
## 6586 European Charm, California Cool!
## 6587 Bright New Beachside Master Suite
## 6588 Central Tower Balcony of Chicago
## 6589 Best Location: Wicker Park/Bucktown
## 6590 Grand Charming Private Room
## 6591 3Beds 2baths /Metro& park
## 6592 Cool small bedroom: most cntrl part of DC
## 6593 Beautiful Beachside Home
## 6594 Hip Luxury Apt, Close to it all!
## 6595 Fairy Tale Cottage in Happy Valley
## 6596 Clean, Quiet Clarksville Studio
## 6597 Vintage charm #1, steps to train!
## 6598 Los Angeles, Hollywood / Downtown Z
## 6599 A quiet, green oasis in funky JP!
## 6600 Charming East Austin Casita
## 6601 Brownstone Parlor Floor Guest Suite :)
## 6602 Fabulous 5bd Villa in Beverly Grove
## 6603 Warm modern Park Slope townhouse
## 6604 Bed & Bathroom in Williamsburg Loft
## 6605 Amazing 550 Sq Ft Studio Apartment
## 6606 Soho Studio Loft! READ OUR REVIEWS!
## 6607 Cozy + Bright Nob Hill 1BR
## 6608 Light Filled Studio the Heart of SE
## 6609 Hollywood Getaway Private Bedroom
## 6610 Artistic & Cozy Ocean View Home
## 6611 HEART OF DOWNTOWN LUXURY LOFT (+PARKING)
## 6612 Boutique House with Great Outdoor Space 2bd/1bth
## 6613 The Central Hacienda Suite, WALK EVERYWHERE!
## 6614 The Topanga "French Quarters"
## 6615 Spacious 2 bdrm/W Loft&Finished Basement/Sleeps 9
## 6616 Downtown Luxury Apartment
## 6617 Private Travis Heights Guest Suite OL#096951
## 6618 Austin Artist's Hm. in Hippest Area
## 6619 Artist's Retreat on the Boulevard
## 6620 Super Comfy Convenient Room in Hip Brooklyn!!!!!
## 6621 ARTIST LOFT 2 - 10 MIN TO MANHATTAN :)
## 6622 *New* Flamingo Motel Suite #117
## 6623 Private Room in a House + Bike!
## 6624 Cozy Room & Space in Historic Hyde Park
## 6625 Red Hook Classic Townhouse w Garden
## 6626 Hello! Singles-Cozy NYC- Upper Manhattan- Harlem!
## 6627 Hollywood Hills Guest House
## 6628 Eco-Friendly Blueberry House
## 6629 Near Frenchmen and Quarter! shotgun for JAZZ FEST!
## 6630 5 Star Room & Host Near NoHo Arts
## 6631 Cozy Cow Hollow Two Bedroom Getaway
## 6632 Maison d'Etre
## 6633 Eastside House - Near Downtown!
## 6634 Charming Ocean Beach Cottage
## 6635 Sun-filled Detached Studio in Perfect SE Location!
## 6636 East Nashville Stadium Downtown
## 6637 Super Central Air Conditioned Chinatown B&B!
## 6638 2 BR Spacious Mother-in-Law Condo
## 6639 Studio in great Georgetown location
## 6640 Beautiful 3 Bedroom In Brooklyn
## 6641 BOSTON, FENWAY, BACKBAY, CAMBRIDGE
## 6642 Uptown in the heart of it all! 1
## 6643 Downtown amazing flat
## 6644 Jungle Room: Breakfast + Parking + 3 Bathrooms
## 6645 Lovely Atwater Village Back House - Modern/Quiet
## 6646 In The Middle of Downtown Nashville
## 6647 Private/cozy family-owned SF Mission Garden Apt
## 6648 Peaceful room in yoga teacher's colorful apt
## 6649 The best little room in LA!
## 6650 Across the grove
## 6651 NYC.ANGUS1 20.min to manhattan.
## 6652 Mission bedroom in Garden Apartment
## 6653 Spacious Sellwood 2 bedroom Suite
## 6654 Convenient, Central, Comfortable
## 6655 Sweet Suite in Alberta Neighborhood
## 6656 San Francisco, The Donatello Studio
## 6657 Charm Cozy Time Square Duplex Aptm
## 6658 Lg Prospect Hts Room at Brooklyn&Breakfast
## 6659 Historic Irish Channel shotgun
## 6660 Sunny, comfy and quiet room
## 6661 Bedford Stuyvesant Townhouse
## 6662 Amazing APT. in WILLIAMSBURG, NY
## 6663 Charming Room with Private Bathroom
## 6664 Sunny Spacious 2 BR/TIMES SQUARE
## 6665 Central Harlem: Private 2 Bedroom
## 6666 Ensuite Turquoise Room
## 6667 large quiet 3br hilltop silverlake/junction w/view
## 6668 6 min Walk to 6th
## 6669 Old school Hollywood with designer touches.
## 6670 New Private Studio Playa Vista/MDR
## 6671 Le Petit Maison on Frenchmen St.
## 6672 Studio Guesthouse in Silverlake
## 6673 Bedroom with private entry & bath by Beach
## 6674 5 Star Downtown Two Bedroom Apt. Quiet, Elevator
## 6675 Private Room & Bath
## 6676 Perfect for 1
## 6677 150 Steps to the Sand! Sleeps 6!!!
## 6678 East Nashville's 927
## 6679 Airy Loft in Creole Cottage in Historic Uptown
## 6680 02b. Queen bed in coed room
## 6681 Little Village - Guest Room for 2
## 6682 Harlem
## 6683 Modern LUXURY 2BD/2BA_Central Park LOFT_Midtown
## 6684 Your own floor in a beautiful house
## 6685 Colorful Room In Heart Of Austin
## 6686 New Studio Apartment in The Mission
## 6687 Relaxed sophistication in Mt. Baker
## 6688 LowApartment by Gaslamp District
## 6689 Ladd's Addition SE Portland Rm #1
## 6690 A Perfect location in Washington DC
## 6691 BKOasis3 Twin/Full Bunk Bed LTrain!
## 6692 Penthouse In The Sky 4BR / Sleep 8
## 6693 Cozy, family-friendly household
## 6694 Stylish room near Columbia
## 6695 Your Brooklyn Retreat
## 6696 Artist Loft-McCarren Park-Williamsburg-BrooklynNYC
## 6697 Private Room on Capitol Hill
## 6698 Sellwood 2 Bedroom Duplex
## 6699 Boldera: Your Home Away From Home
## 6700 Float above San Francisco
## 6701 Walk to WhiteHouse 2nd Floor Apt
## 6702 Walk to Vandy, Downtow & Music Row
## 6703 West Hollywood The Grove Sleeps 6
## 6704 Hip Hillsboro/12south/Belmont
## 6705 Modern (Two Beds & Private Bath)
## 6706 Luxurious Tarrytown Home with Pool
## 6707 Amazing Home to Explore New Orleans
## 6708 Lakeview Cottage/Free Parking/Quiet
## 6709 Beautiful San Francisco Room
## 6710 Charming DC Logan Circle Row House
## 6711 Master Bedroom in Amazing Location
## 6712 CITY PARK MIDCITY 10 Min to Quarter
## 6713 Private Pasadena Guesthouse
## 6714 Central Pasadena, Direct TV, Quiet & Safe, Private
## 6715 The center of NYC, Brooklyn!
## 6716 Colorful City Room in Downtown LA
## 6717 2nd Ave Downtown Nashville Loft
## 6718 Dexter's Bayfront Beach House
## 6719 Garden Studio Guesthouse Private Entrance & Bath
## 6720 Make yourself at home.
## 6721 2BR Chicago Condo w/ Garage Parking
## 6722 Cozy Pool House in Los Angeles.
## 6723 3BR Uptown New Orleans Style House
## 6724 Sunny Corner Room with a Private Entrance
## 6725 LOS ANGELES RESORT COMFORT LIFE
## 6726 La Belle Chambre, La Jolla Downtown
## 6727 HOT Bloomingdale Beauty!!!
## 6728 The Notorious B.N.B. ............. { The Erhart }
## 6729 Venice Beach/Marina 2bd Condo
## 6730 cool private bedroom, free WiFi, Netflix, parking
## 6731 And you're ON THE BEACH! + PARKING!
## 6732 Spacious 2 BDRM West Hollywood, LA
## 6733 Quiet Highlands Cottage
## 6734 CHARMING GUEST COTTAGE NEAR BEACH
## 6735 Big Trees Cabin
## 6736 Luxury/Modern 2-story Condo
## 6737 Luxury suite, Moroccan furnishings
## 6738 New Uptown Creole Cottage
## 6739 Bushwick Artist Loft - Cozy Room
## 6740 Comfortable & Quiet
## 6741 Hotel Luxury at Cool Venice House
## 6742 Private room with bath
## 6743 Private Bedroom & Living Room
## 6744 Motel rm 350 week,wifi,micro/fridg
## 6745 Chic Charming Cave to Chill
## 6746 PenthousPrivate room & bath w roof
## 6747 Bella Vista- Queen Anne Hill
## 6748 Spacious Stylish Upper Market Home
## 6749 Hillside Striking View Apt
## 6750 Sweet Hideaway in the Marigny
## 6751 Sanctuary Between Piety & Desire
## 6752 5-Star 2-Bedroom Apt w Awesome City Skyline Views
## 6753 Downtown - SXSW Walk Everywhere! Rooftop | Pool
## 6754 Hot Spot with Cozy Pied-a-terre!
## 6755 Alamo Square w King Bed or 2 TwinXL
## 6756 Private rm in the St. Roch/Marigny
## 6757 Comfortable Bedroom(R) - East Nashville
## 6758 Quiet & Serene 5 BDRM Celebrity House!
## 6759 Lovely Master King Bed French Door
## 6760 Bright Studio by Convention Center
## 6761 Bright & modern Craftsman home close to DTLA
## 6762 iKlektik House // Night Owl
## 6763 Garden Guest House Near Downtown LA
## 6764 38 1/2 st-Private room (queen bed)
## 6765 Modern Luxurious Apt in downtown LA - 228
## 6766 Cozy cottage on Divisadero
## 6767 Couch in sunny Soma Loft
## 6768 Cozy Room near Logan Airport ,T
## 6769 Maison de Lune Noire-reopened!
## 6770 Multicultural Studio
## 6771 Home away from home
## 6772 Room in Vibrant Division/Clinton District
## 6773 CapHill, Free Park,1 blk metro,Close 2 attractions
## 6774 PRIVATE SUNNY LOVELY BEDROOM/BATH
## 6775 Lovely mid-century Austin for 1-2pp
## 6776 2 Beds - Dupont Circle Center of DC
## 6777 Bertina's House Part One
## 6778 Long Beach Guest House / Apartment
## 6779 NEW LISTING 1BD in Chelsea
## 6780 Great price for DC room
## 6781 ACCOMMODATIONS GALORE #1
## 6782 LOCATION LOCATION LOCATION Sara's
## 6783 Peaceful Bed w Breakfast - Manhattan
## 6784 Private BR+Bath in Artist's Home
## 6785 Garden Suite, Private Entry & Bath
## 6786 1 Block To Sand, The Best Location
## 6787 Conventions, Cruises, Weddings, Oh My... so close!
## 6788 Tiny One Bedroom Apartment Chinatown Hideaway
## 6789 LARGE Cozy & Private! BROOKLYN HEIGHTS convenience
## 6790 Sun Filled West Village 2 bed
## 6791 Sunny, Quiet! 1 Bdrm, Prospect Hgts
## 6792 Charming Manhattan Studio
## 6793 Private Room In a Modern HUGE Loft
## 6794 The Best Location!!! Central Park!!
## 6795 Studio, Oakland Hills in Montclair
## 6796 RENOVATED Beverly Hills Condo!
## 6797 Best of All Worlds-Andersonville
## 6798 Near downtown,Privacy with bathroom
## 6799 Spacious Uptown Retreat
## 6800 Peaceful and Calm Home Near the French Quarter
## 6801 Beautiful LA Studio - Excellent Location & Value!
## 6802 Ocean Front Luxury Comfort + Bikes
## 6803 Charming Logan Sq/Avondale Getaway
## 6804 Cozy Logan Square Bedroom With Private Bath
## 6805 Cozy bedroom & free books!
## 6806 King Bed or Two Singles - You're choice!
## 6807 Central and Spacious in DuPont/Admo
## 6808 June 2016 UPDATES!! Trusted SuperHost A+ Location
## 6809 Wake Up to a Breathtaking View
## 6810 Comfy Casa in City Park
## 6811 Cozy Private Studio in SE Portland
## 6812 ❤ Retreat in Heart of DC ❤
## 6813 Awesome Clean Modern Two Bedroom
## 6814 NEW! BEAUTIFUL Coastal room by LAX & Silicon Beach
## 6815 Private Apartment in Downtown L.A.
## 6816 PRIVATE Guest House/Studio
## 6817 Bouldin Avenue Studio
## 6818 Silver Lake Hills Oasis Apartment
## 6819 BR/Private Bath 10Mins to TIME SQ
## 6820 Newly renovated East Village Executive 1BR
## 6821 Cozy E. Harlem Brownstone PH
## 6822 Huge Apartment 4+ Beds, 2 Baths + Parking/BART/Bus
## 6823 1940s Row House in NE DC
## 6824 Cozy Greenpoint Accommodation
## 6825 Cozy Studio Apartment
## 6826 Downtown-Walk to Metro, Museums- Convention Center
## 6827 Luxury meets Comfort in Shaw 1 BR
## 6828 Historic Home-Amazing Location, Walk to Everything
## 6829 Jacuzzi Suite, minutes to Times Sq.
## 6830 GOLD COAST GLAMOUR
## 6831 French Style Apartment #B
## 6832 Guest House on the Venice Canals !
## 6833 Heart of Temescal Charm
## 6834 Luxury Loft in Creative & Fun Apt
## 6835 Chelsea studio
## 6836 NEW LUXURIOUS BEDROOM
## 6837 Dorm Beds @ Social SF Hostel #6
## 6838 Plush Launchpad in the Heart of DC
## 6839 Queen Bedroom w/ Best of Everything
## 6840 Peaceful home with garden
## 6841 Large Brooklyn Apt Artsy & Centric
## 6842 Cozy, Modern Alberta Arts Flat
## 6843 The Blue Room with Breakfast
## 6844 East Nashville > Downtown, 3 min
## 6845 India Room-Luxurious,New,Views,Prkg
## 6846 Downtown loft - Walk score 97!!
## 6847 Two Bedroom apartment, East Boston
## 6848 Heart of Chicago: Close to it all. Free Parking
## 6849 PB 2Br House + Optional Guesthouse
## 6850 ‘Suite Situation’ in Downtown DC
## 6851 Urban Tranquility in Ingleside
## 6852 RDM Coastal Studio with Patio
## 6853 cozy room in our friendly home
## 6854 Updated Apt - Super Close to Beach!
## 6855 Penthouse Studio with patio
## 6856 Spacious Private Suite in Historic Bungalow Heaven
## 6857 Rustic Chic in Historic Holy Cross
## 6858 BEST LOCATION IN SM - BEACH, SHOPS
## 6859 Sunset Oasis 4 bedroom 3bath + Heated Pool & Spa
## 6860 Like New Orleans Better.
## 6861 1 bdrm Haight Ashbury apt w/ garden
## 6862 Ocean Hill Comfy and Cute!
## 6863 Warm and Inviting Apartment (Private)
## 6864 The O'Bungalow
## 6865 Amazing Room with 2 full beds
## 6866 Surprisingly Sunny, Arty Apartment
## 6867 French Quarter Gem Upper
## 6868 *Wicker Park*2 units*Sleeps 6-18*By train/downtown
## 6869 Northeast Vintage Hideout Hot Tub
## 6870 Charming 3Br/3Ba Home
## 6871 NOPA garden apartment
## 6872 Private room! Private Bath! Easy Transportation!
## 6873 Private room in Claremont home
## 6874 AIRSTREAM + SPA RETREAT minutes to VENICE BEACH !
## 6875 WEST LOS ANGELES 1 BDR APT/CLOSE TO BEACH/DINING
## 6876 Indulge in the Heart of New Orleans
## 6877 Cozy room with bikes!
## 6878 Historical Gem w/ Huge Yard & HotTub in Echo Park
## 6879 "Melrose" Adorable 2 bd apt. M1
## 6880 Walk To Convention & Staples Cntr,C
## 6881 Charming Studio in Haight Ashbury
## 6882 Affordable S. Denver Guest House
## 6883 SOHO Style WEHO Twist // up to 5
## 6884 The Okra Inn Master: On Canal Streetcar Line
## 6885 Private Silver Lake Guest Studio
## 6886 Luxury room in grand Spanish villa
## 6887 2 Huge Private Rooms + Common Area
## 6888 Front Suite(1BD/1BA) @Heart of DC
## 6889 the lily pad- heart of the bywater
## 6890 1930's cottage in vibrant 12 SOUTH!
## 6891 Shared house near LAX, free parking
## 6892 Room of Angels
## 6893 Cozy 2BR Apt w/Parking-Excelsior, S.F.
## 6894 Great apt in 1870's rowhouse
## 6895 Safe, cozy & minutes to NYC
## 6896 Studio Apartment in Gold Coast
## 6897 Beachside studio w/private garden
## 6898 Sweet SoCo 4/2 - Location & Luxury
## 6899 Huge Sunny 1 BR Apartment
## 6900 Great One Bedroom Near Everything
## 6901 Modern Condo Near Seaworld & Beach
## 6902 Private Studio with Private Bath
## 6903 DC West Foggy Bottom Rowhouse Flat
## 6904 country style guest house.
## 6905 Sellwood Detached Studio Loft
## 6906 Great View in Eastlake
## 6907 Stand Alone Room with a Canyon View
## 6908 The Oasis in the city
## 6909 Hycreek Cozy Getaway
## 6910 Beautiful 1 Bd/1 BA in Brentwood
## 6911 Stunning Limestone 1 Bdrm Flat
## 6912 The Zen Suite in the Redwoods
## 6913 Charming Ft Greene Garden Apartment
## 6914 Sunny Apartment in East Village
## 6915 Heart of Hip Williamsburg
## 6916 1 BDRM W/GARDEN sleeps3 Best NYHood
## 6917 Quiet Room, Near Columbia University & Subway
## 6918 Private Studio in Private Home
## 6919 Deluxe Georgetown Suite! Sleeps 4 on P Street
## 6920 Downtown Austin - Tiny Tasteful 3
## 6921 room for rent
## 6922 Home, Sweet, Harlem. Welcome!
## 6923 Financial District Luxury Loft
## 6924 The Garden Room in Arbor Lodge
## 6925 Bankers Hill Downtown Hillcrest 1BD
## 6926 Cozy Sailboat on San Francisco Bay!
## 6927 Specious 1BR( 700Sft/65m2 ) Wburg
## 6928 Cozy Private Room - Upper West Side
## 6929 Massive and Neat Near Prospect Park
## 6930 Large Room with Private Bathroom
## 6931 Windansea #3
## 6932 Elegant 2BR Remodel - Prime Locale
## 6933 SEXY DTLA Modern Luxury Condo
## 6934 Zen 1 Bedroom Condo Venice Beach!
## 6935 Bright studio ★1 block from beach!★
## 6936 The Rosemary - Double Room - #333
## 6937 Bluff Park Villa with Ocean Views
## 6938 BEST LOCATION+VIEW of Hollywood
## 6939 Newly Remodeled Beach Getaway
## 6940 Airport Area House 3 Bedroom 2 bath
## 6941 Studio near Frenchmen Street
## 6942 Charming Guest House with Private Yard
## 6943 5-Star 2-Bdr Apt with Amazing Panoramic City Views
## 6944 Spacious 2 family w/Room to Spare
## 6945 UES SPRING DISCOUNT
## 6946 Capitol Hill Location with Parking
## 6947 Capitol Hill - Best Location! Lincoln Park!
## 6948 Luxury Warehouse District Condo
## 6949 Light Filled Private Modern Guest House in L.A.
## 6950 Hip Hollywood Studio - Experience Hollywood!
## 6951 Studio Apartmt 5 min walk to beach
## 6952 ♥ Hollywood ★★★★★ UNBEATABLE Location & Amenities
## 6953 Malibu By The Sea Beachfront Apt
## 6954 Need to be cozy at the last minute
## 6955 Spacious 4 bed condo South Boston
## 6956 South Congress Condo Deluxe!!!
## 6957 Vacations in Marina, Venice beach!!
## 6958 Beautiful Mississippi 3BD Bungalow
## 6959 Zilker Home close to everything
## 6960 Small house in a great part of town
## 6961 Quirky & Affordable 2BR downtown
## 6962 Brand New, Quiet, Luxury Apartment
## 6963 1BR apt in cute 1904 Victorian
## 6964 Private, clean, spacious Townhome
## 6965 Spacious 5th Ave - Pvt Bed & Bath
## 6966 Large Alcove Studio
## 6967 Chic Loft near Downtown Chicago
## 6968 RARE VENICE 360 ViEWS FRONT UNIT
## 6969 Heart of SilverLake | Private 2 Bdr
## 6970 Spacious and Private Bedroom
## 6971 Privade studio in EastVillage-heart of NY
## 6972 Victorian in the heart of Castro
## 6973 Luxury and Location - 14th & U - ½ Blk from Metro
## 6974 Guest Room&Private Bath-Breakfast-Pool+Parking
## 6975 Beautiful Room! Yard! Living Room!
## 6976 Private bedroom in great LES spot
## 6977 1 Bed in Upscale Hostel Shared Room
## 6978 Remodeled Apartment-Quiet Locale
## 6979 Master Bedroom w/ Private Entrance
## 6980 Tranquil Tempurpedic Comfort!
## 6981 Huge Private 1-BDR House in NoHo!
## 6982 Amore Del Azul
## 6983 Bunk Bed (B) in The Society Hotel
## 6984 Private Room in Luxury Morena Apt.
## 6985 Private bed in home
## 6986 Private Bed&Bath in House by Beach
## 6987 Bright and Cozy
## 6988 Renovated, comfortable, & convenient near H St DC
## 6989 Noe View Studio, Lux Bath & Garden!
## 6990 * Private Apartment steps to Capitol & Museums *
## 6991 The Launch Pad
## 6992 Don't You Deserve a Lil Pampering? Lush Bed Awaits
## 6993 W. HOLLYWOOD - HUGE HOME w/ PARKING, WALK 2 GROVE!
## 6994 Enjoy Journey into (West) Hollywood
## 6995 Silver Lake- Cottage Oasis w/ Private Terrace
## 6996 Room #2 Near Manhattan NYC.
## 6997 Amazing Two-Floor Artist Loft!
## 6998 Great 2 br apt downtown Manhattan
## 6999 REAL 2BR-HEART OF SOHO-LITTLE ITALY
## 7000 Comfy Carriage House Room in Bloomingdale
## 7001 Private Mother-in-law suite
## 7002 Echo Park no-frills studio, kitchenette & bunk bed
## 7003 Cozy room with one queen bed(舒适的房间,房东中国人)
## 7004 ART, SPACE & BEST VENICE LOCATION
## 7005 2 Bedroom Home in Electic East Austin by Downtown
## 7006 Downtown/LODO/Amazing Views Sleeps6
## 7007 Studio Garden Apartment
## 7008 Chic Mid Century East Nash Cottage
## 7009 Private Poolside Guest House
## 7010 Beautiful DuPont Garden Studio #1
## 7011 Cozy and sunny spacious room
## 7012 Classic Private Room in Heart of SF
## 7013 San Diego Garden Oasis
## 7014 3/2 Split-Level Condo
## 7015 The Austin "Get Away"
## 7016 Zuma Sanctuary Malibu Retreat: Excela Airstream
## 7017 beautiful furnished bedroom private
## 7018 Cozy Guest Suite
## 7019 2 Rm Historic House off Magazine UP
## 7020 AT THE BEACH-VENICE / SANTA MONICA!
## 7021 Private Tiny House at Camp Holly
## 7022 Close-in SE Stumptown Retreat
## 7023 COOL, PRISTINE UNION SQ GEM
## 7024 The Okra Inn's Balcony Room: On Canal Streetcar
## 7025 UCLA, Santa Monica, Brentwood, LA
## 7026 Beautiful 3 bedroom apartment!!
## 7027 Cozy Private Bedroom - Times Square
## 7028 Original Cabin 7
## 7029 LOVE Central Park Room Private Bath
## 7030 Fully Updated Modern 1 Bedroom Apartment
## 7031 Safe Clean bright Walkable +Hot Tub
## 7032 Location , Location, Location, Luxury Studio...
## 7033 Large Historic Bohemian Hollywood Family Villa
## 7034 Private Ensuite Room in Boston
## 7035 3 Beds in Dupont + Private Patio
## 7036 Latin Vctorian Styl n the "Mish" #1-THE MISSION RM
## 7037 Charming and Safe Uptown Loft
## 7038 Samurai themed room next to metro
## 7039 Cozy Apartment near Zoo & Metro
## 7040 Willow Cottage Next to Downtown
## 7041 TreeHouse Suite, in Healing Center
## 7042 Heaven on Earth. Gardens & Views
## 7043 Bywater Attic Loft with Bikes
## 7044 2 BR in Times Sq: The heart of NYC
## 7045 Private Room in Downtown Manhattan
## 7046 Fun, Private Suite by Universities
## 7047 Private Room in Charming LA Home
## 7048 Hollywood - Nice Entire Apartment
## 7049 Bright Basement apt in east nash
## 7050 Top Floor Suite with City Views
## 7051 large, comfy br in fun neighborhood
## 7052 Basement Sudio Apartment in NE DC
## 7053 HOLLYWOOD SUNSET/FAIRFAX studio apartment /parking
## 7054 2br Cottage in LA
## 7055 Brand New, Perfect Portland Pad
## 7056 Pad in 1 of America's coolest hoods
## 7057 Private unit near Golden Gate Park
## 7058 Portland★3bd/2ba★Downtown★Vibran★Gym★LEEDBuilding
## 7059 Stunning Views in Russian Hill!
## 7060 Swanky 4th Street Loft Condo
## 7061 Pretty little flat.
## 7062 Renovated, Near Metro + PARKING AVAILABLE
## 7063 Private Room in Manhattan
## 7064 Sparkling Pad near Times Square HK
## 7065 Beautiful Room / Next to Subway
## 7066 Historic Mansion, Comfortable Room
## 7067 Yellow Room
## 7068 Comfy, Quiet Queen Bedroom, Best Block in LES
## 7069 Beautiful apt @ Christopher and Gay
## 7070 PRIME Upscale Brooklyn! NEAR MANHTN
## 7071 Cozy Downtown Portland Apartment
## 7072 Morel Room @ 1234 HOUSE in SE PDX
## 7073 Private Seattle/Columbia City MIL
## 7074 Modern Private Suite - Separate Entrance!
## 7075 Astoria Full Basement Apartment
## 7076 Gorgeous Charm near Bayou St. John!
## 7077 Artistic Flat In Downton Seattle!
## 7078 Private Room & Bath in Brooklyn!
## 7079 Spacious Suite in Rockridge Home
## 7080 Private Entrance Charming Bedroom
## 7081 Brooklyn Bed & Breakfast Queen Bed
## 7082 NEW LISTING!!! 1BR Apartment in LES
## 7083 Sunny room in Washington Heights
## 7084 Classic Chelsea Brownstone 1Bedroom
## 7085 Comforts in Bushwick Brooklyn
## 7086 10 min from DT; qn bd; mini-fridge
## 7087 Heart of Los Feliz Village Duplex!
## 7088 1BR Santa Monica Boulevard Cottage
## 7089 West Side Walk Up! Walk to the CTA.
## 7090 WALK OR BIKE TO VENICE AND SANTA MONICA BEACH!!!
## 7091 New Orleans Spacious Apt. Sleeps 6
## 7092 Private Cottage/Pool - INTRO OFFER!
## 7093 Roomy apt Steps to Beach - 7 Beds - For Lg. Groups
## 7094 Casa Periwinkle - Garden Apartment
## 7095 Charming NoHo Apartment close to Universal Studios
## 7096 ARCHITECTURAL 1BEDROOM APARTMENT
## 7097 Entire, Spacious WeHo Hills Apt.
## 7098 Modern 2BR Apt near Downtown/USC
## 7099 Huge private br in Wicker/Ukranian
## 7100 Great family spot.
## 7101 Modern Work/Live Hillside Studio
## 7102 Private beautiful home near beach!!
## 7103 CBG CtyBGd HelpsHaiti rm#1:1-4
## 7104 New 3 BR Groups and Familes Welcome
## 7105 Stylish Modern 1BD Apt - Union Square/East Village
## 7106 La Jolla Peaceful: Garden, 3 Blk Ocn
## 7107 City Room - Semi Private Bedroom
## 7108 Private Light Filled NE Bungalow
## 7109 Convenient & Central - 55 some dates
## 7110 view, view and view.
## 7111 Large Bedroom in a Brooklyn House
## 7112 A special home in Brooklyn
## 7113 Beautiful Views from True Brooklyn
## 7114 Cozy and Easy Access to Everything
## 7115 Newly renovated 3BR Lower East Side
## 7116 Warehouse Loft with Garden view
## 7117 BkOasis4 Twin/Full Bunk Bed Ltrain!
## 7118 Beautiful Clean & Quiet Room! Rm#1
## 7119 Large NYC Chelsea Studio - King Bed
## 7120 Marigny Bliss Blocks from Frenchmen
## 7121 Sunny + Stylish Brownstone Oasis
## 7122 ♛ The Tuscan Chateau ♛
## 7123 Stay in the BEST section of Potrero Hill!
## 7124 CHEAP Comfy PERSONABLE Couch w ROOF DECK
## 7125 Elegant 2-BR duplex, Union Square
## 7126 Sunny Roofdeck Apartment
## 7127 Silver Lake Hills! Urban Utopia VU!
## 7128 Beau Reve
## 7129 Sunny Designer Room in Upscale SF Apartment
## 7130 SUMMER SPECIAL!!! 6 WEEKS FOR 4000
## 7131 Tropical Private Home in Bywater
## 7132 Peaceful Bungalow In Walkable, Echo Park
## 7133 Charming Silverlake Bungalow
## 7134 Private suite steps from BART
## 7135 Comfy Room Near Golden Gate Park
## 7136 Large studio next to metro
## 7137 Beautiful Capitol Hill Studio
## 7138 Cozy private room, williamsburg NYC
## 7139 Modern Dupont 1 bdrm apt in historic home
## 7140 Spacious Hilltop Suite + Ocean View
## 7141 South Congress+Vintage Loft
## 7142 Perfect for families + business groups, Sleeps 12.
## 7143 Camp Chandler Pond
## 7144 Private Studio Suite E. Side 200+ 5 Star Review's
## 7145 Austin Historic home bedroom only
## 7146 B1. Cozy in the heart of Boston.
## 7147 Beautiful 1 bdrm condo--Marigny
## 7148 Modern Boutique Flat by the Ocean
## 7149 Stylish Arty Brooklyn Appartment #4
## 7150 Huge Flatiron Loft on 5th Avenue
## 7151 Large Private Rm in Central Harlem
## 7152 Mid-Century in Rock Creek Park
## 7153 Harmony House (room) Central Austin
## 7154 Hilltop Airstream Urban Oasis
## 7155 Studio in Hollywood,Parking
## 7156 Urban Hideaway (Parking Inc)
## 7157 ^^LUX Downtown FLAT Los Angeles^ 8H
## 7158 Restrung East Nashville Condo
## 7159 Amerante Guest House - Delightful
## 7160 Private Room, Amazing Views & a Cat
## 7161 THE GARDEN STUDIO - hip east la
## 7162 Newly-Constructed Private Room
## 7163 Little room BIG heart :)
## 7164 West Santa Cruz, private suite
## 7165 Garden Cottage in Mission Hills
## 7166 Private Modern Mission Getaway
## 7167 The heart of Downtown
## 7168 Cozy pvt room in awesome E Austin
## 7169 Venice Hopper Room with Ocean Views
## 7170 The Grove & Melrose Pied-à-Terre 3
## 7171 Centrally Located Spacious Bedroom
## 7172 Downtown Urban Oasis + Huge Deck!
## 7173 125 Manhattan/Time Sq.
## 7174 LOCATION LOCATION LOCATION Liraz's
## 7175 LOHI OASIS
## 7176 Historic Algiers Point!
## 7177 Astoria Room 20 min To Manhattan
## 7178 Midtown Manhattan Sweet 1BR apt
## 7179 Cozy Room in Historic NoPo Home
## 7180 "Bluebirds nest" Pool/gym
## 7181 Brooklyn's Finest
## 7182 Heart of SilverLake | Modern Studio
## 7183 Stylish 1 BedRoom very quiet Upper East Side Apt!
## 7184 Artsy studio in prime inner SE
## 7185 MA Mid Market.Soma .Moscone center.
## 7186 1 Bed in Co-Ed Hostel Loft Dorm Room (307)
## 7187 French Market Abode
## 7188 Rive Chansons in Trendy/Historic Bywater
## 7189 Cozy Garden District Apartment
## 7190 Large Guesthouse Zip To Must-See LA
## 7191 Cozy in Long Beach
## 7192 DOWNTOWN COZY LOFT/SLEEP 2/6TH ST-ACL-SXSW
## 7193 Historic Hafner Haus, Downtown PDX
## 7194 North Park Guest House
## 7195 Elegant Victorian Flat in Haight
## 7196 Bask in this Bywater Retreat
## 7197 PRIME Top Floor Apt in the heart of Williamsburg!
## 7198 Entire Park Slope Townhouse
## 7199 The White House
## 7200 Garden District Apartment, 4ppl
## 7201 2 Room 1 Bedroom Suite Pool & Sauna
## 7202 Venice Beach house + guest house
## 7203 Venice Beach Private Room for "One"
## 7204 Trendy Studio on Haight St'
## 7205 Chez V&Z - Private Bed and Bath
## 7206 Private Bed/Bath Happy Home
## 7207 Tidy nice new room 3 in Arcadia
## 7208 Studio loft on top of Russian Hill
## 7209 BEAUTIFUL KENSINGTON
## 7210 Logan Sq 3 blocks to Blue Line(ORD)
## 7211 GREAT FOR FAMILIES! Center of Hollywood Blvd +More
## 7212 Cozy Apartment Near Times Square
## 7213 Luxury & Privacy & Own Entrance
## 7214 1bd in 2bd apartment in Fort Greene
## 7215 Quiet B&B, Minutes to Manhattan!
## 7216 Bedroom w/Private Bath
## 7217 Quaint Retreat ...live like a local
## 7218 The Kuza Garden Cottage
## 7219 Historic English bsmt Apt w/parking
## 7220 Bright and spacious 1 bedroom
## 7221 Best Location Apartment in Manhattan
## 7222 Large private bedroom and bath
## 7223 Sunny Victorian - Garden Guestroom
## 7224 Charming Private Room with 2 Beds
## 7225 THE BEST DEAL ON THE HUDSON RIVER!!
## 7226 Private Suite in Historic House
## 7227 Minutes From Manhattan
## 7228 Harlem Home Share
## 7229 Waterfall Guesthouse - Woodlawn
## 7230 Cozy Bed&Breakfast close to 5 FWY
## 7231 Nice modern 2-bedroom in Boston
## 7232 Make Yourself at Home in Ktown LA
## 7233 Home Away from Home-Room in Midtown
## 7234 Cozy Studio trendy Hell's kitchen
## 7235 Private Room w/ Furnished Balcony
## 7236 2 story, 2 bath Downtown Condo
## 7237 Easy Access to Everything Nashville
## 7238 South Central, Quiet Neighborhood
## 7239 Tiny Home in Artistic Oasis near Venice and LAX
## 7240 Blocks to downtown NASHVILLE
## 7241 Hollywood hills chateau 11 beds
## 7242 Hollywood Walk of Frame modern apt
## 7243 Hollywood. Stylish. Lilac Bedroom & Free Parking
## 7244 Venice Beach Bungalow
## 7245 St. Roch Cottage and Gardens
## 7246 Next to Mercer hotel: SOHO LOFT
## 7247 Townhouse Beauty on the Greene
## 7248 Creative Private Bath Artist Suite!
## 7249 Pristine and Classic Brooklyn Apt.
## 7250 Charming Apartment in Potrero Hill
## 7251 Bedroom in quiet Potrero Hill
## 7252 3 BDS, Shared Space, Artist Loft!
## 7253 DC High Life! Modern & Eclectic 2Bd
## 7254 beautiful room with balcony
## 7255 Bright Garden-Level Apartment
## 7256 Quiet Jr Alcove Near Times Square!
## 7257 Spacious Guest House in Weho
## 7258 Double Room in Midtown East - Manhattan Experience
## 7259 Beautiful Full Floor GRDN Apt Chelsea Meatpacking
## 7260 Awesome Room with 2 Beds and Futon
## 7261 GREAT PRIVATE BEDROOM
## 7262 Sun Drenched Near Gramercy
## 7263 Private Bedroom and Private Bath
## 7264 Sunny In-Law Unit in Sunnyside
## 7265 LUXURIOUS SPACIOUS MAN CAVE!
## 7266 Clean & Cozy Room for 2 in Chinatown/LES
## 7267 Cozy 5 Bdrm in Historic Harlem NY
## 7268 Private Room in Hell's Kitchen NYC
## 7269 Beautiful, Private 1BR w Low Fees
## 7270 Immaculate 2Bdrm Prime Location
## 7271 Perfect Modern City Home!
## 7272 South Austin (2/1) - Clean & Comfy
## 7273 TOPANGA MTN GUEST HOUSE DETACHED
## 7274 COZY Private Magazine St. Apartment (4-5 guests)
## 7275 Private Room in Elmwood Park, IL
## 7276 Charming Coach House
## 7277 1BD Roomy, Bright, Private and Cozy
## 7278 Cozy Private Room, Bath and Patio
## 7279 Hotel Pac Hgts 2 Bed Free Car ParkC
## 7280 Castro Villa Verde
## 7281 Huge Lower East Side Loft
## 7282 Large loft Perfect location -2 bed
## 7283 Cozy room in center of Park Slope
## 7284 Cozy 1BR/BT in Seattle free parking
## 7285 Cozy Casita in Ocean Beach
## 7286 Location!! West Hollywood 1 Bedroom
## 7287 20min2city+SMALL+Private+clean 4Two
## 7288 Beautiful& Warm Apt + Amazing View
## 7289 Gorgeous Luxury Apt in Williamsburg
## 7290 Lovely Garden Apt. in Fort Greene.
## 7291 Beautiful Garden Studio in Bernal
## 7292 Cozy charming 1905 cottage, S room
## 7293 ART, ANIMALS & NATURE! Private room
## 7294 Luxury home - steps to french QT
## 7295 Boutique Home... walk to Downtown
## 7296 House by the Silverlake Reservoir
## 7297 Music House! Room On New Music Row in Berry Hill!
## 7298 * BEST Private Room Suite in Heart of Hollywood *
## 7299 Santa Monica Central Quiet Oasis
## 7300 Cottage in The French Quarter
## 7301 Bywater Guest House, spacious & cozy, sleeps 7
## 7302 Spacious East Nash. w pool
## 7303 Creole Cottage in Garden District
## 7304 So. Cal. Oasis, priv. bath; parking
## 7305 Private Suite in Charming Ballard
## 7306 Lovely and Well-Located 1BD Apt.
## 7307 The True Texas Rockhouse on 43rd
## 7308 DelynN.NoHo.Finest Pool,HotTub & Breakf.!!
## 7309 Modern Remodeled-Love it 1806
## 7310 Private Room In Montavilla Above Recording Studio
## 7311 Huge factory loft, prime location
## 7312 VIntage Hollywood Hills Quarters
## 7313 Luxurious Studio - miracle mile
## 7314 Quaint City Island Home
## 7315 Happy Orange Room 413
## 7316 Fun beach flat
## 7317 The Border to the Quarter Unit 2
## 7318 Hollywood Classic Villa, 10 beds
## 7319 Venice Beach Hidden Gem!
## 7320 Quiet Marigny Carriagehouse
## 7321 Spacious room NYC Rm 2 JFK & Subway
## 7322 2BR in a classic 1925 BK Limestone
## 7323 Close-in Portland Heights View Apt
## 7324 Garden apt, fresh honey
## 7325 Large 1 Bed - Cap Hill Near Park
## 7326 Hilltop Bungalow with Bridge View
## 7327 Sunny Cottage in Hip, Historic LoHi
## 7328 Bedroom on Halsted / Boystown / Wrigley Field
## 7329 Sunny Private Room at Central Park!
## 7330 E. Village Cottage w/ Huge Terrace
## 7331 Bed & Breakfast in Treme! (Red Zen)
## 7332 Downtown/Convention Center location
## 7333 Little Japan,Beach Walks: Ryoma 1/2
## 7334 North Austin garden haven (white room)
## 7335 Spacious & cozy 1 bedroom apt
## 7336 2 Rm Historic House Off Magazine B
## 7337 The Nataraj... sweet suite!
## 7338 Custome & Historic studio in SF
## 7339 2Bed/1Bath Boasting a 96 walkscore!
## 7340 Private Room 1 block to downtown!
## 7341 Wonderful La Jolla Beach Retreat!
## 7342 Phinney Oasis in Seattle
## 7343 Private room with stunning views
## 7344 Capitol Court Midtown Lodge
## 7345 True Wallingford Craftsman
## 7346 Sunny room in modern apartment
## 7347 Beautiful West Village 1BD!!
## 7348 A Cozy Uptown Private One Bedroom
## 7349 Private Room SOHO
## 7350 Empire State, Luxury 2BEDR 2BATHS
## 7351 Comfy private queen-size bedroom :)
## 7352 San Francisco Living!
## 7353 Best of Washington - Great neighborhood, parking
## 7354 YELLOW SUITE - super clean-new bed
## 7355 The Kerby Music Cottage
## 7356 Excellent 1 Bedroom Apartment
## 7357 Bright, Spacious, & Quiet Room in Heart of Harlem
## 7358 Great location, new lower rates!!!
## 7359 Self contained ground level apt
## 7360 Urban Refuge - Burbank Retreat
## 7361 Sea Breeze for Business & Travelers
## 7362 Hosting for Charity
## 7363 Luminous 2BR in Park Slope NYC
## 7364 Urban Cottage in Williamsburg BK
## 7365 Charming private room
## 7366 Cozy room-close to JFK/La Guardia, Train & Bus
## 7367 East Village NYC 1-bedroom Flat
## 7368 Private Rm. 3blocks from Subway#6 & Qtrain.
## 7369 Spacious Loft Greenpoint/Williamsbr
## 7370 SOHO / VILLAGE : BRIGHT + CLEAN
## 7371 Newly Furnished 1BD Near Train!
## 7372 BK Cool Cozy Couch Crash.
## 7373 B&B-King Bed/Bath & Organic breakfast
## 7374 Architectural 1BR Silver Lake Loft
## 7375 Gorgeous Bungalow with Views
## 7376 BEACH ENTERTAINER HM w/ POOL/JACUZZI & Views.
## 7377 Great studio apartment on Hollywood
## 7378 Bedroom near DTLA, USC
## 7379 MODERN ACL, F1 HOUSE in 78704 - DT IN 5 MIN
## 7380 Spacious 2 bedroom apartment
## 7381 Garden District Beauty!
## 7382 Charming Large Guesthouse in LA
## 7383 No.5 Pasadena,Arcadia,Monrovia
## 7384 Factory building Apartment Red Room
## 7385 Private studio, cozy & convenient location
## 7386 Cute Pacific Height's Studio for 3
## 7387 3 BEDS *Best* Hollywood Penthouse
## 7388 SALE!!! Convention & Staples Center
## 7389 Universal Studios | The Getty | Hollywood & more!
## 7390 Furnished Room in St. Roch
## 7391 Downtown SM Apt! Business Travelers
## 7392 Close-in NE PDX Irvington Spacious Daylight Bsmt
## 7393 Private Room Williamsburg(Ariel) 4p
## 7394 Ideal Brooklyn Brownstone Apartment
## 7395 Private 2 BR APT: Free WIFI & JACUZZI
## 7396 Boerum Hill Brownstone Garden Duplx
## 7397 HUGE Modern Redone Downtown Loft!
## 7398 Spacious Studio With Private Entrance Near GG Park
## 7399 New Modern 1 Bedroom Apt - Hip Downtown Manhattan
## 7400 Spacious, Accoutered Studio
## 7401 DuPont Place 6, Metro, kitchenette
## 7402 2 Friends Enjoy NYC for Under 30
## 7403 BEST OF BK ROOM B- NEXT TO METRO!
## 7404 Lovely Comfortable Home near Metro
## 7405 Great Room, Bedford L Train!! (10min to Manhattan)
## 7406 Small bedroom
## 7407 Not So Tiny Studio Moderno
## 7408 Guest House on gated property
## 7409 Visit Hollywood Like a Local!
## 7410 Charming sunny guesthouse
## 7411 Vintage Studio In Heart of LA
## 7412 Comfy Convenient Mid-City Cottage
## 7413 Master Suite w/ Private Entrance
## 7414 Lovely private apt. in quiet neighborhood
## 7415 Capitol Hill Studio/Parking Pass/Summer ++ below
## 7416 AMAZING LOCATION + SPACE + LUXURY!
## 7417 Hip open floor plan loft in SoMa: 1 bed/1 spa bath
## 7418 1BD/BR Walk 2 Metro & More
## 7419 Fresh Modern 4 Bedroom 3 Bath Apt!!
## 7420 2 BEDROOM IN MIDTOWN EAST
## 7421 Private apt in trendy neighborhood
## 7422 Beautiful Garden Room in San Francisco Oasis/Views
## 7423 Studio on the Blvd.
## 7424 The Hacienda Studio WALK EVERYWHERE
## 7425 Luxury Downtown 6th St. Condo
## 7426 Breezy Bungalow
## 7427 Gorgeous House in Century City
## 7428 Private Silver Lake Guesthouse!
## 7429 Cozy Allendale Apartment Hideaway
## 7430 Cozy room in the heart of Denver
## 7431 Eco-chic 2/2-perfect SXSW location!
## 7432 Gorgeous Home 6 BED Town house Williamsburg
## 7433 Park Slope duplex with backyard
## 7434 Serenity Now- A Large Private Suite
## 7435 Bright East Village Bedroom w/ Private 1/2 Bath
## 7436 Entire Quiet 2 BR - Rockridge BART
## 7437 Culver Urban Oasis - Total Privacy!
## 7438 Historic Carriage House Becomes CUTE GUEST HOUSE
## 7439 NYC! Home Away from Home
## 7440 Bright and Spacious New Nolita Apartment!
## 7441 Healing Room with LIGHT
## 7442 A Spartan XTra Large Apartment
## 7443 Williamsburg 3 Bedroom Loft
## 7444 PB Beachhouse Steps 2 Sand 3/3 Lxry
## 7445 Prestigous Beacon Hill loft apt.
## 7446 Lincoln Park/DePaul - Private room & bath
## 7447 Brand New 1b1b- Eagle Rock- by Oxy
## 7448 Brownstone Master Bedroom Suite
## 7449 Private Mid-City Studio
## 7450 Apartment close to everything!
## 7451 Private Master Studio in East Austin
## 7452 Sunny, modern and spacious East Nashville 2 BR
## 7453 Spacious In-Law Suite, Bloomingdale
## 7454 Comfy Flat by Beach & Golden Gate
## 7455 DuPont Place 3 - Metro, kitchenette
## 7456 Ballard 1903 Modern Cottage
## 7457 Remodeled 1 BR-w/Private Bathroom
## 7458 2b/2b Huge Corner w Balcony in hip Fulton Market
## 7459 Quaint Renovated Rowhouse
## 7460 New, close to airport & downtown!
## 7461 1903 Queen Anne Beauty-Ask about summer specials!
## 7462 Cheery, Bright, Central StaMonica
## 7463 The Suite Spot
## 7464 L.A. Hillside retreat
## 7465 3BR House in LA-Gorgeous view/ Pool
## 7466 1 Bedroom, 1 Bathroom, House
## 7467 Modern Venice Beach Oasis
## 7468 clean and beautiful house
## 7469 Peace in the City, private room
## 7470 Nature View @ Runyon & EcoFriendly
## 7471 Cozy & Modern Beverly Hills 1 Bedrm
## 7472 Two Bridges District Chinatown NYC
## 7473 Yellow Room & Private Bath near Airport
## 7474 Venice Beach Bungalow w/ Bikes!
## 7475 Historical Gaslight Street - R2
## 7476 Private Entry Suite in RiNo
## 7477 NEW Hip Loft CLOSE TO EVERYTHING
## 7478 Beach Oasis! 1 BLOCK TO THE BEACH!
## 7479 Venice Beach Hideaway
## 7480 Cozy Love Nest Prospect Heights
## 7481 The Downtown Austin Luxury Standard
## 7482 Downtown Luxury Townhouse (special)
## 7483 Art studio + house in one
## 7484 WEST LOS ANGELES - UCLA
## 7485 Beautiful Luxury Master Suite
## 7486 Su Casa #1 - Bedroom 2
## 7487 Luxury Downtown LA Apartment with 99% Walk Score
## 7488 Culver City Cutie
## 7489 Corporate or Leisure Studio #414
## 7490 Lovely Room with Awesome Family
## 7491 "The Monte Cristo" ♚ Uptown NOLA!
## 7492 Ridgetop guesthouse with ocean view
## 7493 HOLLYWOOD Bungalow on BEACHWOOD
## 7494 Beach Retreat-10 Min. Walk to Beach
## 7495 Cool Quiet Comfy Private Love Nest!
## 7496 COZY GARDEN APT IN BKLYN BROWNSTONE
## 7497 B NYC Staten Alternative...
## 7498 Tiny House Portland: Private Patio (420 Friendly)
## 7499 North Park Room w/Private Parking, Bath, & bike!
## 7500 1 Bedroom, Private Apt. H St NE - Cap. Hill Area
## 7501 2000sq 2 million 3 story townhouse
## 7502 Private room and bath in Shipping Container Home
## 7503 New 1BR + 1BA with Private Entrance
## 7504 Amazing apartment, best location!
## 7505 Classic Harlem Brownstone - - NYC
## 7506 Secret Garden
## 7507 Sunny&Convenient SFH w/ Parking&Yard, A+ Location
## 7508 A condo in the heart Dupont Circle
## 7509 Ballard dog-friendly private space
## 7510 Cozy Room in Andersonville
## 7511 HOLLYWOOD apt close to EVERYTHING!!
## 7512 Modern Guest house in Noho Art Dist
## 7513 1Bdrm SLEEK MODERN ECO COTTAGE
## 7514 Charming Sun-Room with Futon
## 7515 Adorable Central San Francisco Apt
## 7516 Charming Inner Richmond Guest Suite
## 7517 Sunny Suite in Victorian Brooklyn
## 7518 Cute & Comfy Williamsburg Refuge
## 7519 Garden Studio with Private Entrance
## 7520 HUGE Entire Flr. Private Entry/Bath
## 7521 Tidy Sweet Room in Sugar Hill/Hamilton Heights
## 7522 Sweet maternity house.
## 7523 THE OG WILLIAMSBURG SPOT + ROOFTOP
## 7524 Cool Beans, second room (private)
## 7525 PRIVATE ROOFTOP +BEST LOCATION+COZY
## 7526 Perfect Room for Rent in Astoria!!!
## 7527 The Perfect Room in New York City!
## 7528 mountian loft
## 7529 Heart of Soco, Nestled in Treetops
## 7530 Laurel Canyon Treehouse
## 7531 YOUR PRIVATE SPACE IN A SHARED ROOM
## 7532 Modern Designer Downtown LA Loft
## 7533 Charming Casita in the Hill Country
## 7534 Luxury in Best Location
## 7535 Gorgeous 3bedroom/2.5bath in NOLA!
## 7536 Sweet Creole Cottage in the Marigny
## 7537 Silver Lake Crib
## 7538 1107 Walk to Convention Center
## 7539 La Jolla Charm: 3 Blks 2 Ocn-Shops
## 7540 Silverlake Hot Tub Chalet
## 7541 StayInLA | PRIVATE ONE BEDROOM FLAT
## 7542 Economy Room on Frenchmen Street
## 7543 Master bedroom in Hollywood!
## 7544 Amazing View in Silverlake
## 7545 Great location, Great design.
## 7546 Stylishly Modern Bungalow
## 7547 Private Brooklyn Garden Apartment
## 7548 Avenue A Apartment
## 7549 Private 1BR/BA in Eastmoreland/Reed
## 7550 The Nest in Northeast PDX
## 7551 True Portlandia: Tiny House!
## 7552 Charming NW DC Rowhome w/Parking
## 7553 Urban Solar Beach House - Rm 1 of 2
## 7554 Master Bedroom in Modern Loft Apt.
## 7555 Ocean Hill Oasis
## 7556 East Side Hideaway
## 7557 3BDR near beach nd Golden Gate park
## 7558 SF Love Story_2nd Floor MasterBed
## 7559 Great home base while enjoying SF!
## 7560 Great place to explore DC's culture/entertainment
## 7561 Mississippi Smalls - Blue Door Loft
## 7562 Villa Nelly - Capitol Hill/H St. - Basement Unit
## 7563 Koreatown Resort Style w/Parking
## 7564 Garden Haven in Santa Monica
## 7565 Mt. Ranch 60 Min. From LA Airport
## 7566 Park Life in Lower Queen Anne
## 7567 spacious, great location
## 7568 Uptown 9 mins to French Quarter 3 blks to Magazine
## 7569 2BR 2BA Downtown - 33% off
## 7570 View of the Capitol from your Room
## 7571 Beautiful Redwood Tree House
## 7572 88 By The Park
## 7573 Luxurious Bedroom Bathed in Light
## 7574 Brooklyn Bachelor Pad
## 7575 3 BRs, 2 Baths, Sleeps 7 w/Pool
## 7576 FABULOUS 2 BR/2 BA IN GOLD COAST!
## 7577 GREAT DOWNTOWN LOCATION
## 7578 Artsy TreeTop Apt Andersonville
## 7579 Spacious & Charming in Downtown ATX
## 7580 Great For Large Groups & Families - 8 beds!
## 7581 Full Bed + SingleBed & Private Bath
## 7582 East Austin Classic
## 7583 Relax in Comfort at Belle-mèr Suite
## 7584 INCREDIBLE 2bed Venice Beach Pad!
## 7585 2Bdrm AMAZING ECO HOME
## 7586 Charming home in Multnomah Village
## 7587 SPECIAL*COZY ROOM*8min walking/BEACH**
## 7588 Private Room at Alamo Square
## 7589 Green Lake Carriage House
## 7590 Fort Washington Florence Room
## 7591 Comfortable Moroccan Villa Studio
## 7592 Clean & Comfy studio, bike to beach
## 7593 One clean private room in El Monte
## 7594 Urban oasis, wonderful location!
## 7595 Charming, Cozy 2 br Townhouse
## 7596 The Carriage House
## 7597 The Rosemary - Private Room - #4
## 7598 Beach Studio near Convention Center
## 7599 2 BR Craftsman West Seattle Home
## 7600 METRO ACCESSIBLE TWO BEDROOM APT
## 7601 LOCATION! Modern 2BD 2 BA w/Parking
## 7602 Upscale Home: 2Br/5Bed Roscoe Village/ Cubs
## 7603 Modern Condo II Blocks From Quarter
## 7604 Cozy and private guest house!
## 7605 Private Room Next To Venice Beach
## 7606 Private Room in Prime Brooklyn Spot
## 7607 Cozy Bedroom 3 miles from the beach
## 7608 2BR PENTHOUSE W/Deck Boston Center
## 7609 Courtyard Balcony room circa 1834
## 7610 Cozy room in Upper West Side
## 7611 Modern 2bed/2bath w/ garden 20min to Manhattan
## 7612 Downtown Seattle 2BR View Home
## 7613 Whole apt! Cool Retreat by USC/DTLA
## 7614 Mediterranean Resort Style Living
## 7615 Clean, Comfy, Close to Everything!
## 7616 South Pasadena Cottage Near Metro
## 7617 Comfort and Style awaits
## 7618 Original Cabin 8
## 7619 Comfy Prime East Village/Union Square!
## 7620 The Tilman House
## 7621 UPSCALE MODERN PRIVATE PENTHOUSE
## 7622 Sweet pad in Echo Park
## 7623 Modern retreat in Topanga Canyon
## 7624 Backyard Land Yacht in Cherrywood
## 7625 Spanish beauty in West Hollywood
## 7626 Pristine 1BD in Lovely Hayes Valley
## 7627 Super cool in artsy Fremont!
## 7628 Mid-City apartment close to it all!
## 7629 Cozy Studio in the Heart of Austin
## 7630 2b/2b Penthouse Corner Balcony Steps to MagMile
## 7631 Upscale Faneuil Hall / N. End Oasis
## 7632 Mid Century Modern Crafstman House
## 7633 Cozy Nook in Hidden Gem of SM
## 7634 ☞ ☞ Private Unique Outdoor Space + Parking
## 7635 Charming Spanish Style Apartment
## 7636 Cozy and Convenient II
## 7637 2 Bdrm Dream Loft Steps to Beach
## 7638 New! Airbnb Rooms in NOLA! Rm. 7!
## 7639 East Side Artist's House on 13th St
## 7640 Great PRIVATE room for a group! Next to subway!
## 7641 ECO-Friendly Modern RV
## 7642 Penthouse Dream in Brooklyn
## 7643 Brooklyn Apt next to Prospect Park
## 7644 Jewel Box Studio in Soho / Nolita
## 7645 Golden Palace On Lake
## 7646 Beautifully Furnished Prvt Rm
## 7647 Bushwick Creative Den of Bliss
## 7648 LAVISH 2 BR APT by Central Park!!!
## 7649 LARGE FLAT 3 BEDROOM 2 BATH SLEEP 10 CENTRAL LOC
## 7650 Mission 2BR/2BA w/Loft+Rooftop Deck
## 7651 Garden Oasis Apartment - 2 bedroom
## 7652 The Hawthorne Hideaway
## 7653 Friendly Inviting Room in NOPA
## 7654 GORGEOUS 3 BEDROOM APT MIDTOWN!
## 7655 Hip Modern West Village Apartment
## 7656 Sweet and Neat Cobble Hill 1 BR
## 7657 Austin Greenbelt getaway!
## 7658 CENTRAL and Charming! ~3 Bedr ~The Sapphire House
## 7659 2 Bdrm Apt In New Home with Amazing view!
## 7660 Hollywood Large Studio I
## 7661 Silver Lake Sanctuary w Garden
## 7662 ★ City Dream ★ Walk to Ocean/Center
## 7663 Bywater Bodhi Suite in Historic Home
## 7664 Comfy and Quiet 1 Bedroom
## 7665 Designer Loft-style Studio
## 7666 Brownstone In Midtown Manhattan
## 7667 Sunny Williamsburg Apt w/ Deck
## 7668 Spacious Loft Studio with Balcony in Williamsburg
## 7669 Penthouse alcove studio! Location!
## 7670 The Cozy Brownstone Inn (discount)!
## 7671 Sunny 2 Bedroom Brownstone Apt.
## 7672 A Little West Village Charm...
## 7673 Private Studio!
## 7674 Capitol Hill - Perfect location!!!
## 7675 Calm & Modern Mid-Century Hide-Away in Torrance
## 7676 HOLLYWOOD SUNSET/FAIRFAX studio apartment /parking
## 7677 Downtown LA cozy apartment loft
## 7678 Cozy Bungalow on Esplanade
## 7679 Cozy 1 bedroom unit in hip area!
## 7680 j Allston green rm w/ private exit
## 7681 NYC,Modern and Spacious Apt
## 7682 Four stops to Manhattan!
## 7683 Mammoth 3Bed-3Bath LOFT/Mulberry St
## 7684 GUEST HOUSE IN HEART OF BH RODEO DR
## 7685 Luxury Guesthouse in Beverly Hills
## 7686 GORGEOUS 2BR/2BA IN LOOP HIGH RISE!
## 7687 Park Hill Carriage House
## 7688 Buckman Garden Suite
## 7689 Quaint Flat in the Heart of Bernal Heights-SF
## 7690 NEWLY RENOVATED Hollywood Stylish 1BD+1BTH+1Prking
## 7691 House of Welcomes
## 7692 Nashville Home
## 7693 Kings Studio
## 7694 Artist, LGBTQ, pet friendly, NOLA!
## 7695 Room in Boston off the beaten path
## 7696 Entire home in Beverly Hills with pool
## 7697 HW Hills 1BR with Parking
## 7698 Downtown LA beautiful flat
## 7699 Charming Mid-City Cottage
## 7700 10mins to Manhattan Times Square
## 7701 Room Bedford Heart of Williamsburg
## 7702 Nyc! Cozy room in Williamsburg
## 7703 Spacious 1 BR Apartment - Sleeps 4
## 7704 Luxe SF retreat home w great access to everything!
## 7705 Quiet Room/Bath Super easy transit!
## 7706 Capitol Hill - Modern 2-BD Apt
## 7707 Cozy 4th fl room at Brooklyn&Breakfast
## 7708 Private Room Uptown Manhattan!
## 7709 New townhouse 20 mins from city!
## 7710 Spacious 3 bedroom 2 bathroom suite
## 7711 HUGE LOFT Z- 2 BEDS- 10 MIN TO CITY
## 7712 Beautiful+Large Brentwood Apartment
## 7713 Modern, Clean Apartment in prime West Hollywood!
## 7714 Charming room in Victorian home
## 7715 Sunny Bedroom in Spacious Apt
## 7716 Warmly furnished private bedroom
## 7717 Suite Retreat close to SFO
## 7718 Private room on the beach
## 7719 Large Comfy room in Williamsburg !
## 7720 #4 private room – self check in/late arrivals OK
## 7721 Full Apt-Brite & Cozy near USC/DTLA
## 7722 Budget Traveler's Mid-City Haven
## 7723 Great Room Near UW and Downtown
## 7724 "The Art Colony" apartment
## 7725 Clean & quiet room in LA
## 7726 The Quaint Cabin
## 7727 ***VENICE BEACH OVER THE SAND, SEA & BOARDWALK***
## 7728 Music, Food, & Fun at your Doorstep
## 7729 Cosy Studio near Washington Circle
## 7730 Charming Victorian near Downtown
## 7731 Ocean Beach - Kelly's Cove
## 7732 View + Perfect Location + Apartment
## 7733 BEACON HILL FABULOUS ONE BEDROOM
## 7734 The Wanderlust Retreat, Wifi & Parking
## 7735 Chickens & Jazz!
## 7736 Downtown LA Marilyn Monroe Suite
## 7737 East of Eden - Early California Gem
## 7738 2 BED 2 BATH LOVELY MIDTOWN RENTAL
## 7739 3 blk to lightrail & fresh eggs
## 7740 PRIVATE ROOM + JACUZZI minutes to VENICE BEACH
## 7741 East Nashville: clean, local, fun
## 7742 Hollywood Hills GetAway
## 7743 Sunny Bedroom in Aptos Home
## 7744 Artsy Home in a Home- The Red Roost
## 7745 Cozy studio with private parking!
## 7746 Walk to Santa Monica Blvd & The Sunset Strip!
## 7747 Charming & Cozy Private Bedroom
## 7748 Logan Square - Bright 2 Bedroom Apt
## 7749 Cozy Guest Studio Apartment with Skydeck
## 7750 Malibu ocean front beach paradise
## 7751 Hip Hillsboro II /12south/Belmont
## 7752 Downtown & East Nashville Getaway
## 7753 East Nashville Carriage House
## 7754 Downtown Loft: Near Everything
## 7755 Beautiful View, Jacuzzi, Wi-Fi
## 7756 Modern Luxury on Streetcar Line
## 7757 Peacock's HAVEN enjoy the French Quarter now!!!
## 7758 Urban 1br Basement Apt
## 7759 Modern Rustic Capitol Retreat
## 7760 Lower Haight Charm
## 7761 Bright Condo near Gaslamp
## 7762 Eastern Market Suite "Tom"
## 7763 Sparkling New 2BR / 2BA in Back Bay
## 7764 Hollywood Posh 1b1b + Parking
## 7765 Tracy's Nest
## 7766 Suite with Jacuzzi, Fireplace, Deck
## 7767 5th ave/Broadway near Empire State
## 7768 Private Bedroom Overlooks Courtyard w/Shared Bath
## 7769 Private room, pool, jacuzzi & gym
## 7770 Hollywood Cozy&hotel-like Room+Bath
## 7771 Cosy, quiet, friendly NoHo Studio
## 7772 Super Cute 2bd/2bth near Studios!
## 7773 The Designer's Digs
## 7774 Beautiful Modern Loft, Great Area!2
## 7775 Lux French Quarter Gem
## 7776 Comfy Private Guest Room
## 7777 Chic downtown 6th St. Condo
## 7778 Comfort & quiet in the heart of LA
## 7779 Modern condo in Capitol Hill
## 7780 Charming Guest House Near Expo Line
## 7781 Awesome Venice beach house
## 7782 Your Own Apartment *1 BDR* in Heart of WEHO!
## 7783 Luxury Condo Downtown / Moscone!
## 7784 Cozy East Village Railroad 1 Bed!
## 7785 SUNNY ROOM FOR TWO @ ELEGANT HOME NEAR JFK
## 7786 Stuyvesant Heights Delight
## 7787 Simple room, close to trains!
## 7788 Private Room & Bathroom
## 7789 Relaxed San Diego Home! Hot Tub!
## 7790 Immaculate SF ... VERY Comfortable
## 7791 PRIVATE RM (2) avail in mid of NOLA
## 7792 HILLCREST HIDEAWAY IN THE CENTER
## 7793 Close to Downtown, "Paris" Room
## 7794 Nirvana- Hot Tub Bars Sound System
## 7795 Cozy retreat near everything ...
## 7796 Unique space in finished basement
## 7797 Grand 1880's Victorian in San Fran
## 7798 Welcome to our Ocean Beach Oasis!
## 7799 Private Room near Central Park
## 7800 Small Private Room # 1 with Window
## 7801 *FABULOUS* 1BR in *WILLIAMSBURG*
## 7802 ELEGANT WEST VILLAGE TOWNHOUSE
## 7803 Designer Midtown Studio & Terrace
## 7804 Organic ECOasis
## 7805 Amazing Guest House in Irvington
## 7806 Great East Village 1 Bedroom
## 7807 Central Manhattan 1 bedroom
## 7808 A Spacious, Bright Brooklyn Bedroom
## 7809 Private bed & bath - Luxurious, sunny & spacious
## 7810 B3. Heart of Boston
## 7811 Classic Harlem Brownstone - NYC
## 7812 Sunny Williamsburg Penthouse
## 7813 Very Comfy Couch for 1-2 People
## 7814 Lakeview Charmer -with parking!
## 7815 South Pasadena treehouse cottage with pond & decks
## 7816 Excellent Private Room Large Window
## 7817 Lovely and new apartment
## 7818 Modern & beautiful Theatre District
## 7819 Cozy Private Entrance & Bathroom
## 7820 [301] 5 min WALK to Times Square
## 7821 Wburg Penthouse, Private elevator, balcony, roof
## 7822 Best Room in Bushwick
## 7823 Ebony & Ivory Close to Manhattan
## 7824 Luxury Flat with Outdoor and Study Room
## 7825 Beautiful room 4 in downtown Arcadia
## 7826 Near LAX, El Segundo and Manhattan Beach
## 7827 Private Entrance & Bathroom!!! ;)
## 7828 Spacious room w/private bath/parkin
## 7829 Where Pasture Meets the Pavement
## 7830 Charming urban studio, free parking
## 7831 Charming south end
## 7832 Sweet Suite in Historic Treme
## 7833 Peaceful Oasis W. Torrance
## 7834 Bright Private 1Br in Sunny 3br Apt
## 7835 Great location, gold coast studio.
## 7836 Charming new house-15 min to Boston
## 7837 Condo in the Heart of Gaslamp II
## 7838 Room near historic St Charles st.
## 7839 Alligator Alley - near everything!
## 7840 Spacious Urban Retreat
## 7841 Private Rm in Very Large Flat in Heart of San Fran
## 7842 Eastern Market Suite "Ulysses"
## 7843 One Block to the Convention Center!
## 7844 Beautiful Studio in LeDroit Park/Shaw
## 7845 Riverbend R&R
## 7846 City meets Country in Nashville!
## 7847 YUMMY VICTORIAN HOUSE IN NASHVEGAS
## 7848 True New Orleans Lovely Home
## 7849 Location, Location! Goldcoast
## 7850 Sunny 2bd/1ba btw Downtown & O'Hare
## 7851 Live like a Hollywood Celebrity!
## 7852 Historic Mansion Guest House
## 7853 Charming Authentic MidCity! Huger.
## 7854 Private Bath, Cozy Room with View
## 7855 Private Room - Prime Location
## 7856 Artsy, one bedroom 20 min from 42nd Grand Central!
## 7857 Large East Village Bedroom To Let!
## 7858 Private Paradise in Central ATX
## 7859 Private Apt, Entrance, Bath + 2BR
## 7860 Canyon View 3/2 bd/ba close to all
## 7861 Home Sweet Room-RUBY-Queens NYC!!
## 7862 Alberta Arts Modern Vintage Beauty!
## 7863 Peaceful Private Paradise
## 7864 Sunny, private room in cute East Village Apartment
## 7865 Sunny private room in artists loft
## 7866 Spacious Brooklyn Apt. Close to NYC
## 7867 30 Minutes to Manhattan / Sleeps 7
## 7868 Sweet Deal*Harlem2bdrm Apt Sleeps4
## 7869 Private Exposed Brick Room in SoHo
## 7870 STUNNING GOLD COAST 2BR/2BA!
## 7871 French Style Miracle Mile Area #A
## 7872 Private Room
## 7873 Sunny little Nook in NYC!
## 7874 Extra Large Apt in Safe Astoria,NYC
## 7875 Bright Manhattan room near Central Park
## 7876 Modern, ideally located & beautiful
## 7877 Eastern Market Suite "Bill"
## 7878 Ballard Backyard Cottage
## 7879 Home away from home
## 7880 ♠ Original, Vintage Craftsman Near Mississippi Ave
## 7881 3rd Floor Private Room B share bathroom w/Room C
## 7882 Exqusite Townhome 2 blks from beach
## 7883 Spacious Bedroom with Private bathroom-LAX
## 7884 SWIMMING POOL,POOL TABLE&RENTAL CAR
## 7885 Hollywood Hills Hotspot Haven
## 7886 Lincoln park studio with parking.
## 7887 Beauty and privacy in a cozy cabin
## 7888 BRIGHT ROOM in MODERN home DOWNTOWN
## 7889 Haven Retreat Home Away From Home
## 7890 Charming studio next to the lake
## 7891 Central, quiet park-like enclave.
## 7892 A Modern Condo, walk to Gaslamp.
## 7893 Amazing Downtown S Congress Unit!
## 7894 Bright and Airy Brooklyn Cottage
## 7895 Private Studio with View and Shower
## 7896 Tiny home with a/c+ outdoor jacuzzi
## 7897 Nice & Sunny Guest Room near Williamsburg Bridge!
## 7898 BUNKHOUSE QUEEN A09
## 7899 Quiet Bedroom/ARAGON/Train
## 7900 PVT Room, Perfect Stay for a Group!
## 7901 Boho chic. A cosy nights sleep
## 7902 South Loop 2 bedroom, bathroom, free parking, WiFi
## 7903 PrivHome/2mi>frenchQtr/by city park/bayou st.john
## 7904 Private room in great location!
## 7905 XLG Shabby Chic PRIVATE STUDIO!
## 7906 4Beds/2Baths Beach & Shops Nearby!
## 7907 furnished room/bathroom & entrance
## 7908 **Caribbean Blush-8 mins to JFK**
## 7909 Yankee Nest
## 7910 Bright Brownstone 2BR BedStuy Apt
## 7911 Williamsburg getaway
## 7912 studio apt for 1 guest only -- daily or weekly
## 7913 EDDIE'S PLACE-MANHATTAN NEW YORK.
## 7914 Classic Brownstone private suite
## 7915 Cute Home w/ Easy Ride to Downtown
## 7916 Delux Digs by Buena Vista Park
## 7917 great modern space, great location!
## 7918 LUXURY 1BR in heart of Hollywood
## 7919 Hollywood. Heated. Backyard Tent. Free Parking.
## 7920 Clean, cozy Nashville home!
## 7921 Zilker : Walkable / Modern (2/1)
## 7922 Private room with a worldly vibe
## 7923 Large, Sunny Beacon Hill Studio
## 7924 Cozy Downtown Nashville Room
## 7925 Two Blocks to French Quarter
## 7926 5 Bed Ocean View Venice/Santa Monica Penthouse!
## 7927 12 South Nashville Studio!!
## 7928 Cozy Rowhouse Near Logan Circle
## 7929 Dorm Beds @ Social SF Hostel #7
## 7930 Private, Newly-Renovated Sunny Room
## 7931 Large room in sunny artist loft
## 7932 Sunny Room/Private Bath in UTC UCSD
## 7933 1+ Bedroom w kitchen & parking
## 7934 Quiet Room with Closet in Heart of the Mission
## 7935 Great Location on I-35 in Austin!
## 7936 2.Spacious & Beautiful Logan Square
## 7937 Large Apt - Great Yard & Location
## 7938 private indulgence near downtown
## 7939 MASSIVE artist Loft space LA 504
## 7940 Guest Retreat in Venice/Del Rey
## 7941 Irish channel charm
## 7942 Beach Sanctuary - King Bed
## 7943 Your home in new york city
## 7944 Experience Brooklyn in Cool Duplex
## 7945 2 bedroom apt in brick townhouse
## 7946 Large groups & families welcome - Sleeps 12!
## 7947 The Red Venice Bungalow
## 7948 Private Micro Room 3
## 7949 Spacious "Nature" Bedroom
## 7950 Your Home Away from Home-Highlands
## 7951 modern studio in BEACHFRONT building
## 7952 Sunset room in Los Feliz
## 7953 Charming Santa Monica Cottage
## 7954 Family home in Chicago
## 7955 Nashville Cottage at 5 Points
## 7956 Spacious, hip Echo Park Apartment
## 7957 Silver Lake Hills Craftsman
## 7958 1/2 Block from Beach, Cozy Vintage Eclectic Studio
## 7959 Historic Bungalow - 3BR & 2Baths
## 7960 Impeccably Clean, Quiet, Sunny apt.
## 7961 The Stylish Boutique W.Village Apt
## 7962 Studio near Georgetown Waterfront 2
## 7963 Welcome to your COZY Mission home!
## 7964 Entire Finished Basement in Ballard
## 7965 Downtown Poolside Getaway On 4th St
## 7966 Retro Room w/Private Bath @Mt.Tabor
## 7967 Modern DC New NW Apt with Parking
## 7968 2b/2ba Mod Craftsman Weho/Hollywood Luxury Oasis!
## 7969 By the Beach
## 7970 Garden Side Room in Normal Heights
## 7971 Magazine St private suite on parade route.
## 7972 Affordable Vacation Room
## 7973 Beautiful Room in Big Apartment
## 7974 Modern Beach cottage-Abbot Kinney
## 7975 SE Prime Location! Private suite w/ bath.
## 7976 Mission Bay Getaway - Near beaches!
## 7977 Charming 3 bedrooms 3 baths & Pool
## 7978 Gorgeous mid century gem.
## 7979 URBAN DOWNTOWN LA PRESIDENTIAL SUITE + 5 BEDS
## 7980 Cheap Bed to Lay Your Head
## 7981 Glen Park Private Room with a View
## 7982 Arts District Near McCormick/Loop/Lake/Museums
## 7983 Capitol Hill Luxurious Master Bedrm
## 7984 FAB BKLYN ROOM&BATH&OWN ENTRANCE
## 7985 Charming Private Room with a View
## 7986 Detached Granny pad in Hillcrest
## 7987 Spacious, private suite in NW DC
## 7988 LUX DM CONDO LOFT BED WITH DESK
## 7989 2 beds- Central Park- Upper West
## 7990 Private Bdrm /Bath 1 block Ctrl Prk
## 7991 King Bed in Trendy Lower East Side
## 7992 Hill Chic Private Bedroom & Bath
## 7993 Washington DC Rowhouse-near transit
## 7994 Casa Corazón (E) near Rush / UIC
## 7995 Sherpa's Garden in City Park
## 7996 3 bedroom Downtown Manhattan, NYC, Elevator, Quiet
## 7997 3 BR apartment Crown Heights, BKLYN
## 7998 Perfect 1BR 13 Min to Manhattan
## 7999 Sunnyside Studio
## 8000 Spacious, Bright, Clean w/Roof Deck
## 8001 Suite of rooms in Capitol Hill
## 8002 The Rosemary - Private Room - #8
## 8003 Private Studio in the Heartbeat of Portland
## 8004 Cozy Room Astoria20minTo Manhattan
## 8005 1-Br Hell's Kitchen / Times Square
## 8006 Stylish 3BR * Steps to Central Park
## 8007 Perfect room Great Safe Location 20mins to TSquare
## 8008 2 BDRM, LEGAL Airbnb! Central Park!
## 8009 Heart of W. Village 1-BR, Renovated
## 8010 Cozy 1br on Sunset
## 8011 Lotus (2 room) Suite, Urban Farm: Walk to downtown
## 8012 Spacious 1 Bedroom off Abbot Kinney
## 8013 BEST Los Feliz Two Bedroom Luxury 1
## 8014 Pasadena Foothills Oasis #1
## 8015 Eastside Bungalow
## 8016 Private Room in Cozy Apartment.
## 8017 Songwriters Hideaway in Green Hills
## 8018 Sunny, family-friendly home on the Bayou/City Park
## 8019 Gardens-Comfort--bed-and-breakfast
## 8020 RoseRoom PrivateEntrance FreeParking
## 8021 The Silver Screen Cinema Suite
## 8022 Attractive WestTown Mdrn 2bd/2bth
## 8023 Room in Beautiful Townhouse /G
## 8024 Cute Small Room for Rent in Astoria
## 8025 Private room in the West Village
## 8026 Prime Williamsburg sanctuary
## 8027 Italian/German hostess (sun room)
## 8028 Charming 2 Bedroom Mid Century Style Apartment
## 8029 Private Suite - Convenient location
## 8030 Condo in the heart of the Pearl
## 8031 Venice Beach+Bikes+Private Bath
## 8032 Venice 1bedrm hottub walk to beach
## 8033 Hollywood Penthouse w/ Views
## 8034 Brand New Urban Loft in 12South!
## 8035 Beautiful East Nashville Bungalow!
## 8036 Cozy 1 bdrm Mid City Apt Home
## 8037 Cozy, Quiet, Silverlake Bungalow
## 8038 Huge 2BR:Walk to All -Grove/CBS S.D
## 8039 Cozy Private Bedroom in Wicker Park Chicago!!
## 8040 Beverly Hills/WeHo Adjacent in the Heart of LA
## 8041 Homey Spot 3 miles from Beach & LAX (Private Bath)
## 8042 Peaceful Getaway in Heart of City!
## 8043 Columbus Circle Comfort - Free Int'l Phone Calls
## 8044 Super Cute East Village Apartment!
## 8045 BEDROOM WITH PRIVATE BATHROOM
## 8046 BK Garden Oasis 2, Queen Bd L Train
## 8047 Beautiful 2BR w Balcony- sleeps 5!
## 8048 Spacious Lovely 2BR, Quiet, Parking
## 8049 BUNKHOUSE QUEEN B17
## 8050 3Bed view Victorian in Pac Heights
## 8051 Perfect location in Midtown East!
## 8052 Clean Comfortable Apt in Brooklyn
## 8053 Large Private Bedroom Midtown East
## 8054 BRENTWOOD Fabulous & Large 3BR/2BA House W/Poo!
## 8055 ✔ Walk Score 98 ✔ Parking ✔ Outdoor Patio ✔ W/D
## 8056 2 Bedroom Bushwick Apartment
## 8057 Brownstone Studio w private bath
## 8058 Garden Oasis, Williamsburg!
## 8059 Apt in Heart of Prospect Heights
## 8060 B&B at the Brooklyn Yoga Club
## 8061 Modern 1BR/1BA Next to AT&T Park!
## 8062 The El Rey in Frelard
## 8063 BUNKHOUSE QUEEN B23
## 8064 SPECTACULAR HOME LOGAN CIRCLE!
## 8065 Sunny, Spacious Private Bedroom in East Village!
## 8066 Amazing beach cottage studio @ Venice Beach
## 8067 Studio apartment in heart of boston
## 8068 Alhambra精品套房出租独立卫浴,全新装潢,阳台精美景观。
## 8069 Great room - Close to everything!
## 8070 Entirely Renovated New Condo in the heart of D.C.
## 8071 Wonderful East Nashville Townhouse
## 8072 Downtown Hostel - Bunk Bed #4
## 8073 Beautiful Guest House - Ocean View
## 8074 2 bed room in garden coach house
## 8075 Full-sized bed in private room
## 8076 Cozy bedroom in Eckington, a great location
## 8077 Center of Portland in Style
## 8078 C2. Middle of Boston
## 8079 Mid-century Modern Apartment
## 8080 Private room, bath & entrance
## 8081 Hillcrest Duplex Unit 2
## 8082 THE PRIVACY DEN ~ 5 MINUTES TO JFK
## 8083 Bright 1-bedroom with great views
## 8084 Cozy room in diverse neighborhood
## 8085 Quaint Historic Beach House
## 8086 Dupont 1BD in best DC location!
## 8087 STAY IN THE HEART OF HOLLYWOOD!
## 8088 Charming Room 20 Mins to Manhattan
## 8089 Modern Cottage East Nashville
## 8090 Oak Street Hangout...
## 8091 Charming room in downtown Flushing
## 8092 Beautiful Modern Private Williamsburg Apartment!
## 8093 Tiny Cozy Room in West Harlem!
## 8094 Park Slope South-Sunny quiet legal homelike suite
## 8095 Beautiful 1 Bedroom in Beacon Hill
## 8096 BEST (LA/HWooD) AREA SUNSET JUNCTION STUDIO
## 8097 5 stars! Unique gem with killer porch & location!
## 8098 Central loft with a view!
## 8099 Private Apartment, Creative Space
## 8100 Original Cabin 20
## 8101 Modern+Clean 2BR Eastlake/Lk Union
## 8102 Gorgeous Renovated Rowhouse
## 8103 Los Angeles City Views!
## 8104 Luxry home Sleep 10 2BR w-Fplace!
## 8105 Victorian queen
## 8106 The Rooftop, with Pool
## 8107 Charming Private Hollywood Venice Bungalow
## 8108 STAY ON ESPLANADE BIKE TO FQ 2
## 8109 1bd/1ba ON VENICE CANALS best deal.
## 8110 Quiet, Private Apartment Retreat
## 8111 Big cozy sunny room in heart of SF!
## 8112 The Pad
## 8113 Modern suite with private entrance & bathroom
## 8114 Cozy 2b/2b--15 min from Capital &WH
## 8115 Spacious, private suite in high-end neighborhood
## 8116 COZY 3 BEDROOM 2 BATH ARTIST HOME NEAR EVERYTHING!
## 8117 *LUXURY & MODERN* 2BR IN HOLLYWOOD
## 8118 Come play in LA at The Toibox!
## 8119 Luxury suite in beautiful apartment
## 8120 2 Convertible Bdrms Great for 1-6
## 8121 Prime Lower Garden District, 3 BR, Private Parking
## 8122 Rare Mid-Century Modern Near Beach
## 8123 Lovely Ranch-Style Home in LA !
## 8124 Poolside Silverlake Studio w/ View
## 8125 #Mike Gillett's LAdera Lounge
## 8126 Off Rose! Close to BEACH!
## 8127 Guest House: N. Hollywood/Universal
## 8128 NEW 2BR HUGE Luxury Duplex w Patio Oasis sleeps 12
## 8129 Spacious room in fun, quiet house
## 8130 Travelers Trove ~ on T St!
## 8131 Beautiful 3BR House
## 8132 Sweet East Austin Suite!
## 8133 Sunny Euro-Style Shared Bath Studio
## 8134 Venice Garden Paradise Private Room
## 8135 Great modern house. Regular room.
## 8136 C Rm 11 Dbl Pensione-like Hrt of Bk
## 8137 Cozy 1BD in Vibrant East Village
## 8138 Quiet Guest House Studio Loft
## 8139 Lower Haight Victorian Rooms
## 8140 Nashville Getaway in Green Hills
## 8141 Amazing Studio, 10 min to downtown
## 8142 Modern, Spacious 1BR Sleeps 4
## 8143 House in West Hollywood/Los Angeles
## 8144 Fantastic Apt In The Center Of LA!!
## 8145 Private 3BR CONDO w/Pool & Fitness
## 8146 Cozy Pool House in a large garden
## 8147 ♥ Urban Loft on Hip Mississippi St!
## 8148 Mediterranean Retreat/ Museum row
## 8149 Charming Los Feliz Apt w/ parking
## 8150 Cozy Portland Getaway! - 2 BR, 5 guests
## 8151 Sunny, Private Room / Valencia St
## 8152 Historic Point Loma Cottage
## 8153 Stunning 2 Bed in Prime Hollywood!
## 8154 Cal Heights Historic District
## 8155 Bright New Beachside Bedroom
## 8156 Welcome to Capitol Hill
## 8157 Private room and bath in Greenlake
## 8158 BY Downtown*Universities*Hospitals
## 8159 Red Bed in a Green Room
## 8160 Private Retreat in the Big City
## 8161 II Modern I Luxurious I Warm II
## 8162 5 Bed 3Bath House Near Downtown SEA
## 8163 Luxury Loft in the heart of Gaslamp
## 8164 Modern Parkside Retreat (+King Bed)
## 8165 Clean, Quiet Room near City Park
## 8166 Glen Delight
## 8167 Luxury stay
## 8168 Private Cottage in Noe Valley with parking!
## 8169 Stunning Apartment in Bloomingdale
## 8170 BEST"Spring Deal to Only 3 Stops from Manhattan!!!
## 8171 Lofty 71 m² Apt + Private Garden
## 8172 Comfortable Room in UES - NYC
## 8173 Private Room rent temporary stay
## 8174 BEST ROOM Near JFK, LGA & Train 3 beds AC no pets
## 8175 Beautifully remodeled 2 bedroom!
## 8176 Beautiful renovated apt with patio!
## 8177 ABOUT A VIEW Relax And Romance!
## 8178 Private Room & Bathroom in PB
## 8179 BEST LOCATION in VENICE !!!!!
## 8180 LAX Casa de Paz - Serenity Room
## 8181 French Quarter Passion
## 8182 Park Slope Studio Apartment
## 8183 HEART of Williamsburg w/ Rooftop!
## 8184 Cozy Greenwich Village Abode
## 8185 Modern Luxury
## 8186 ⭐NYC private room near LGA
## 8187 Clean and Cozy Private Room + Loft in the Village
## 8188 HUGE 2BR+1BA Apt For Group Only 15 Min To NYCity
## 8189 Small Room on the Upper West Side
## 8190 Rose City Restoration
## 8191 Oakley Bells
## 8192 Sunny, Safe, Spacious Room Near T!
## 8193 Private Apt: 2 Bed, 2 Bath
## 8194 Back Bay Boston Studio
## 8195 Venice/Marina Bedrm & Private Bath!
## 8196 4bd + GuestHouse Heart of Hollywood
## 8197 Serene and Modern Urban Paradise
## 8198 Huge Industrial Live-Work Loft
## 8199 VENICE HILLTOP LUXURY, OUTDOOR TERRACE OCEANVIEW
## 8200 2BD Venice Bright and Airy Getaway
## 8201 Newly Renovated Uptown 2BR
## 8202 Four Bedroom Beauty Off St. Charles - NOLA Style!
## 8203 Topanga Eclectic Warm Modern Apt
## 8204 Stunning Los Feliz Village Bungalow
## 8205 i Massive Sunny Room Allston/BostoN
## 8206 Elegant Denver Condo-IMMACULATE
## 8207 The Treecycle
## 8208 Room+Pvt Bathroom, Heart of Boston
## 8209 Private, Quiet and Cozy Culver City
## 8210 Nice studio in Midtown Manhattan
## 8211 A Private Bedroom Near Penn Station
## 8212 Large BR w/Private Ent & Living Rm!
## 8213 The Real World Austinite Experience + cool peeps!
## 8214 Best Location in San Diego!
## 8215 Cottage Mississippi/Williams ave
## 8216 Relaxed in New York
## 8217 2/1 Plush Modern Hilltop Retreat
## 8218 Brand new Studio B-Private Stay
## 8219 Entire floor. Private bathroom. Great location.
## 8220 Econmical - Private Rm & Bath - Amazing View!
## 8221 Gorgeous Downtown Condo on River
## 8222 Sunny Midtown East Apt w/ a Loft!!!
## 8223 UWS Studio on Central Park West!
## 8224 Sunny Cozy 1-Bedroom Apt in Chelsea
## 8225 2 BDRM+HAMMOCK!Walk to Central Park
## 8226 Cozy room; Suburban Home
## 8227 Outer Sunset Private Studio Apt.
## 8228 Delightful Spacious Apartment
## 8229 Charming, split-level 1BD retreat
## 8230 Beautiful Newly-Remodeled Apartment
## 8231 It's always sunny in Williamsburg!
## 8232 Studio Apartment Bushwick/Ridgewood
## 8233 Capitol Views off Pennsylvania Ave.
## 8234 Shaman Perch,Best View In Portland
## 8235 The Hoyt House
## 8236 Cozy Glendale Guest House!
## 8237 Beautiful Eco-Friendly Room in Garfield Park
## 8238 Big private space, neat 1940s house
## 8239 Hollywood Retreat - Amazing Views!
## 8240 CUTE STUDIO 3 MILES TO VENICE BEACH
## 8241 COZY ROOM WITH FREE PARKING, GREAT LOCATION
## 8242 Charming Victorian studio in Nopa
## 8243 Spacious NE Portland Basement Suite
## 8244 Lovely room in Pacific Heights
## 8245 Cozy Private Bungalow Near Downtown
## 8246 Beach House 2BD 1 Bath
## 8247 Spacious 1BD Hidden Garden Apt
## 8248 Cute brick wall Br in Williamsburg.
## 8249 Lovely 2 Bedroom East Village Nest
## 8250 Luxury Large 1BR in Soho
## 8251 Studio Cottage, Walk to Balboa Park
## 8252 Beautiful One Bedroom Basement Apt
## 8253 Burle Marx Room
## 8254 South Lamar Zilker Cottage
## 8255 Resort style room in Dwntwn LA
## 8256 Hermosa Cottage (1 Month Min. Stay, 30+ Days Only)
## 8257 Flatiron Studio Loft, Elevator Bldg
## 8258 Midtown great location private Apt
## 8259 C1. 2 XL Twins
## 8260 1 Bedroom Apartment -Noble Square
## 8261 Private Room in MDR/Venice 15 minutes from LAX
## 8262 Spacious Garden Apt Phinney Ridge
## 8263 Artsy/Craft Apt. in Golden Hill
## 8264 Beautiful 2bd/2ba Castro/Eureka/Noe area
## 8265 A Beauty In Nob Hill San Francisco
## 8266 Heart & Soul of Greenwich Village
## 8267 Two Bedroom Right in Times Square!
## 8268 Big Rm 10 min LGA 30min JFK
## 8269 BUNKHOUSE QUEEN B15
## 8270 Private Room & Bath Near OHSU
## 8271 Retro-Feel Apt Steps to Beach - 7 Beds - Sleeps 14
## 8272 Comfy& Clean room w/p bath,near PCC
## 8273 Families! 2 BR Sleeps 5, with Pool
## 8274 PRIVATE Studio Bed/Bath/Kitchenette
## 8275 The Curly J - hilltop mini-ranch!
## 8276 A little slice of tropicana in New Orleans!
## 8277 Ocean View Malibu Hideaway
## 8278 Clean&Bright Apt-Westwood near UCLA
## 8279 A PLACE TO REMEMBER
## 8280 Colorful Venice Beach Home
## 8281 Modern Harmony & Happiness House
## 8282 e **BRIGHT 'N CHEERY QUIET ROOM**
## 8283 Peaceful Retreat in Congress Park
## 8284 Clarksville Condo - Minutes to DT!
## 8285 Spacious Los Feliz Unit in House
## 8286 Streetcar Suite 1 blk to Frenchmen
## 8287 2 Bed betwn Hollywood & Downtown LA
## 8288 Hollywood Hideaway Apt Great Local!
## 8289 1103 CONVENTION CENTER/ DOWN TOWN 2 BDRM w/ VIEW
## 8290 2b/2b 1 Block to MagMile/WaterTower
## 8291 The Orange House Studio
## 8292 Private Suite "Artist Charmer"
## 8293 Times Sq/Brdwy/Empire State/Grand Ctrl/Bryant Park
## 8294 Capitol Hill-Private Parking-Sleeps 8
## 8295 Your Serene Private Retreat — Pasadena near LA
## 8296 Modern Studio & Micro Farm/ Parking
## 8297 Place on Palmyra
## 8298 Downtown Upgraded Unit in SOCO!
## 8299 Hollywood Oasis Home-Rm w/Prvt Bth -Great Reviews
## 8300 DOWNTOWN 4th St-Sleeps 6- WALK
## 8301 Venice Beach House 2.5bd/1.5bath
## 8302 Comfortable convenient location
## 8303 Travellers Haven
## 8304 NYC Gramercy luxury SPECIAL!!
## 8305 Ethiopian cottage #3
## 8306 A great loft overlooking west side!
## 8307 BUNKHOUSE QUEEN A04
## 8308 Modern SF Home 3 blocks from Beach
## 8309 Great Location above Music Bar/Food
## 8310 Bed&Breakfast up Six Flags, Cal Art
## 8311 Craftsman Getaway
## 8312 WeHo Private Garden Bungalow with Deck for Foodies
## 8313 Private Bucktown Flat! Welcome!
## 8314 Red Door Studio in Heart of LA
## 8315 SXSW! -Private Austin Room 6 miles to Downtown
## 8316 Elegant 2BD Victorian in Hayes
## 8317 Comfortable Private Room With Bath
## 8318 NE Seattle Artist Treehouse Suite!
## 8319 Convenient basement apartment
## 8320 Living Local in the Heart of NOLA!
## 8321 Private room & bathroom in the sky
## 8322 FAB STUDIO WITH PRIVATE GARDEN NEAR CENTRAL PARK!
## 8323 Private studio, awesome location!!
## 8324 furnished guest house near Studios
## 8325 A Charming Studio,LA Live & Staples
## 8326 Historic Remodeled Sellwood Basement Apartment
## 8327 Cute Studio, Downtown Santa Monica
## 8328 Charming New Craftsman Studio
## 8329 Disney Waterfall Pool/Jacuzzi Home
## 8330 Walk to TerraneaResort/Wayfarers Chapel/Beach WOW!
## 8331 Large garden studio apt. near Golden Gate Park
## 8332 North End - Little Italy
## 8333 Private room in 2 bedroom condo.
## 8334 Stylish House/Hip Area with Parking
## 8335 Cozy Classy Relaxing Bed Room
## 8336 Comfy room (only) in my apt - UWS
## 8337 Luxury Penthouse in the Heights
## 8338 Wonderful W. Harlem Brownstone
## 8339 Harlem Brownstone - It's Historic!
## 8340 Sunny Private Studio Bedroom & Bath
## 8341 Top Rated DC airbnb
## 8342 Great Downtown Home! 98 Walkscore
## 8343 Micro Gypsy Wagon on Queen Anne
## 8344 The Alley Cat Flat Private Cottage
## 8345 The Big Room in Flushing
## 8346 Entire 3BR Lux Apt 20min>Manhattan
## 8347 Mississippi Guest Room
## 8348 Bright, Spacious SE Portland Studio
## 8349 Colorful Modern East Austin HotSpot
## 8350 Beautiful Central Austin Home!
## 8351 Standalone cozy Guesthouse w/ WiFi & Amazon Echo
## 8352 Luxurious Apt @ Westwood/UCLA
## 8353 Sunny & Serene in the Bywater
## 8354 The Fab GuesT QuarTers Suite
## 8355 Heart of Dupont Beautiful Studio
## 8356 Bright small room with garden view
## 8357 Luxurious townhome La Jolla
## 8358 Spacious Private Brownstone Apt | 2 Bedroom
## 8359 Sunny Bedroom by Express Train, Colleges!
## 8360 Bedroom, Private Ensuite Bath, Breakfast
## 8361 Two Bedroom Apartment with Hidden Speakeasy
## 8362 1 BR elevator washing machine balcony
## 8363 Affordable Vacation Rental
## 8364 Modern/Renovated/Best EV Location!!
## 8365 Beautiful Garden Bungalow
## 8366 Comfortable sofa bed in Manhattan
## 8367 Quiet Park Slope Near All - Great Bargain!
## 8368 Sites of Pasadena and Los Angeles
## 8369 Historic Irish Channel Apartment -Amazing location
## 8370 Monstrosity Loft of SOCO!!
## 8371 McCormick Place/South Loop 1 Bdrm
## 8372 Charming Garden District Home
## 8373 Malibu Mountain Getaway
## 8374 Green Clean Cozy Queen Size BedRoom
## 8375 Luxury Room with Ensuite Bath
## 8376 Perfect for BCEC!Free bike 3+ night
## 8377 Factory build Apartment Green Room
## 8378 Sunny Midtown NYC Room
## 8379 Trendy Alberta Arts Bungalow
## 8380 Bedroom with en-suite bathroom
## 8381 Gorgeous Large Victorian NOPA Home
## 8382 WOW GREAT PRICE BEACH HARBOR HOUSE!
## 8383 ECO HealthyHome 1 block to Beach
## 8384 "Riders On The Storm" A Tribute To Jim Morrison!
## 8385 Spacious 2 bed 2 bath with View to Hollywood Hills
## 8386 Charming Castro Garden Apartment
## 8387 Close To Reed Private Room
## 8388 A Mile Away from DTLA/LittleTokyo
## 8389 Venice Beach near Abbot Kinney Bl.
## 8390 Magical Hollywood Single
## 8391 Cottage in Atwater Village
## 8392 Downtown Access : East Side Style
## 8393 ♛ THE ITALIAN MANOR ♛
## 8394 LANDMARK 4 BDRM / 2 BATHRM WEST VILLAGE TOWNHOUSE
## 8395 Sleep & Wake near Botanical Gardens
## 8396 Beautiful Apartment LES 2BR
## 8397 Light & bright-Close to EVERYTHING!
## 8398 Separate entry to private room
## 8399 Bunk bed in the Treat Street Clubhouse
## 8400 Southwest Hills Airstream
## 8401 Amazing Studio Apt in East Village!
## 8402 Craftsman Charmer in Great Location
## 8403 Splendid Artist Residency
## 8404 DuPont Place 7 - Metro, kitchenette
## 8405 Bed/bath in the Glenview
## 8406 Studio Apt With Backyard
## 8407 Park Slope Brooklyn Hideaway
## 8408 BRAND NEW TWO BEDROOM APT NEAR
## 8409 GuestRoom w/Bath~15 Min to Midtown
## 8410 ★ Big Saving ★ Modern & Privacy
## 8411 Luxurious Brooklyn Getaway!
## 8412 Santa Monica studio w private patio
## 8413 NOHO ROOM IN COZY TOWNHOUSE/PARKING
## 8414 Hip Oasis, Bamboo Forest & Hot Tub
## 8415 Private room w/own sunroom & bath.
## 8416 Private Bed/Bath-Central Park Views
## 8417 Luxurious one bedroom apartment
## 8418 The Quintessential Soho Loft
## 8419 Hayes Valley 2 Bedroom Apt.
## 8420 Wallingford Private 1BD Apartment
## 8421 Stacey's Placey (private bathroom and living room)
## 8422 Comfy & Hip Room Alberta Arts NE
## 8423 SE Portland Basement Apartment
## 8424 Factory building Aprtment Blue Room
## 8425 Inner NE Upscale Private Apt 1BR
## 8426 Zen House-Canyon 2
## 8427 Charming B&B, walk2metro, parking.
## 8428 Venice/Marina Studio - 1mi to beach
## 8429 Sleep like a kid in the Tron Room!
## 8430 Creole Cottage in the Marigny
## 8431 convenient location & self check-in 02
## 8432 STUNNING 4BD HOME VENICE BE/MARINA
## 8433 The Urban Sanctuary - Metro+Walk+Dine+Relax
## 8434 Private room-NO FEES
## 8435 Private bathroom/Room and city view
## 8436 La Casa on Capitol Hill - Metro!
## 8437 Little Urban Studio / Private Entry
## 8438 Perfect room for all your friends!
## 8439 Sunny spacious room w/ amazing view
## 8440 A1. Office/Business Suite
## 8441 Cozy Cottage next to Universal Studios. 4 min walk
## 8442 Cozy, Private, Spacious Bed/Bath
## 8443 Private Full Size Bed Room TV Near LAX.
## 8444 SANTA MONICA CANYON CABIN
## 8445 Private Micro Room 1
## 8446 West Hollywood Fantastic Location!!
## 8447 Little Italy Private Room Gem
## 8448 Beautiful room with free bike tour in NYC!
## 8449 Cute space close to the subway
## 8450 Mission's "La Lengua"
## 8451 Private Studio Mount Tabor/Division
## 8452 Private Entry Room in Heart of OB
## 8453 Eclectic Mid-Mod Private Attachment
## 8454 Sweet Marigny Carriage-House Apt.
## 8455 Sanctuary in Sylvan Park
## 8456 Newly Built Luxury Condo pvt BR/BA
## 8457 ★ Amazing Apt in Santa Monica ★ LA
## 8458 Historic Haight/Ashbury Apartment
## 8459 Private Entry/En Suite Bath - Central Location
## 8460 Golden Sun vintage warm/sunny
## 8461 Delightful Cottage near Light Rail
## 8462 A Baby suite on SoCo in room bath
## 8463 Hillside Hideaway in Los Angeles!
## 8464 Amazing and Spacious 2 bedroom Loft in Hollywood
## 8465 ❤️SM Mid City Spacious bedroom/bath
## 8466 30% Off Sunny Brooklyn Heights!
## 8467 Amazing Central Park view
## 8468 Historic Victorian in the Marigny
## 8469 Private Studio 1Block to the Beach!
## 8470 Cottage Getaway
## 8471 Historic Hollywood Bowl Hideaway
## 8472 Penthouse suite - private bathroom
## 8473 Beautiful Room near Manhattan
## 8474 Cozy 2 bedroom in a great location
## 8475 Marigny Place-13 bl. to French Qtr.
## 8476 Tranquility Gardens
## 8477 Lovely Private Rm near Magazine St
## 8478 6 Bed Craftsman Venice/SaMo Beach/Ocean View Roof!
## 8479 Bungalow Close to Downtown / SOCO
## 8480 Vibrant & lovely 1BR w garden
## 8481 Spacious Dupont Circle Condo
## 8482 Luraloft / Entire Apt
## 8483 Modern and Sophisticated 1BR in SF
## 8484 Studio near Rio Del Mar beach
## 8485 Faraday Electric Bike Bungalow in Central Austin
## 8486 Private Large Furnished Studio
## 8487 Light Noe Valley Studio
## 8488 Unit 2 - B
## 8489 Private Luxury Suite & Sunny Patio
## 8490 Apartment walking distance to Vandy
## 8491 1940's blend called Ladybug Girl
## 8492 Garden Suite with private entrance.
## 8493 Bright, Funky SE Apt Close to MAX
## 8494 NYC Midtown West & Time SQ
## 8495 manhattan 2 bedroom apt
## 8496 Restored Bungalow of Rockaway Beach
## 8497 Irish Channel corner Grocery Store
## 8498 Charming 2BR (St Charles Ave- Garden District)
## 8499 The Best Location To Stay In L.A.
## 8500 Room-walk to Zilker/Barton/Downtown
## 8501 Quebec Street Farmhouse
## 8502 2 Story House w/ Touch of Provence
## 8503 1920s duplex 21st century amenities
## 8504 Cozy Bedroom @ Cherry Hill House
## 8505 Odd Lodging in the Heart of Ballard
## 8506 Guest Unit: N. Hollywood/ Universal
## 8507 Zen Retreat up in Hollywood Hills
## 8508 Brand new 3 bedroom apartment!
## 8509 Private suite with bath and loft
## 8510 Charming Apartment-Central Austin
## 8511 #InstaInn - 1963 Vintage Camper
## 8512 Modern Beach House
## 8513 Spacious 2 Bedroom in HEART of DC!
## 8514 Capitol Hill Suite-Walk to Capitol
## 8515 Elegant Logan Circle Loft Share
## 8516 Trophy One Bedroom in Logan Circle
## 8517 Spacious, Comfortable D.C. Row Home
## 8518 BLYN BROWNSTONE CORZY CORNER in NYC
## 8519 Small Studio by the Park近公園新小套房鬧中取靜
## 8520 Manhattan, room in East Village
## 8521 Beautiful Private Harlem Apartment
## 8522 True NYfeel 3BR next to CentralPark
## 8523 DuPont Retreat, walk 2 Metro
## 8524 Back Cabin Loft @ Cherry Hill House
## 8525 Great Flat in Historic Brownstone
## 8526 Great deal Lower East Side!!
## 8527 Safari themed room next to metro
## 8528 Stunning Room in Mission Oasis, Walkers' Paradise
## 8529 Large Clean Apt in Ditmas Park
## 8530 Cozy Room in Family Home Near LGA
## 8531 Private bedroom in UWS apartment
## 8532 Amazing Private Room in Brooklyn - Fort Greene
## 8533 Bohemian Antique Suite
## 8534 Private Room in W. Loop Timber Loft
## 8535 Rustic Silver Lake Hideaway
## 8536 Bywater Private Master w/ En-suite
## 8537 1BR Apt in DC next to Metro/Parking + Washer/Dryer
## 8538 DEN: Conferences/All-Star/ComiCon!
## 8539 Capitol Hill gorgeous one bedroom
## 8540 Soho Art Loft with private roofdeck
## 8541 Williamsburg 1 BR apartment
## 8542 ACCOMMODATIONS GALORE #2
## 8543 Just Like Home!
## 8544 Loved by NYLocals Private Room SoHo
## 8545 Private room NE Portland!
## 8546 Chic East Side House
## 8547 【Merry Memories】LA Hollywood Walk of Fame
## 8548 Private Spacious Apt in Highlands
## 8549 Love Nashville? Paradise Ridge
## 8550 Hip Marigny Guesthouse
## 8551 New! Airbnb Rooms in NOLA! Rm. 6!
## 8552 Cozy room near Downtown LA. Cheap!
## 8553 Spacious 1 BR + 2 Free Parking
## 8554 Large Lincoln Park Studio
## 8555 South End brownstone private room
## 8556 Luxury 1BD by Navy Pier
## 8557 Quiet 1 BR in heart of East Village
## 8558 HUGE Bedroom in Lower East Side
## 8559 NYC Private Studio - Antique Collection
## 8560 Gorgeous Convenient San Diego Home
## 8561 Venice home w/deck, yard, & parking
## 8562 Haven of Tranquility with Breakfast
## 8563 Amazing 2 Bedroom in the HEART of West Hollywood!
## 8564 The Oasis in Beverly Hills.
## 8565 Studio space right off Hawthorne!
## 8566 Room, Bath, Garage in Mission Beach
## 8567 Charming Private Studio in Mission
## 8568 PRIVATE 1BR FLAT w/ PATIO - heart of sunny Noe
## 8569 Ground Floor Studio with Garage Parking
## 8570 Chic, business traveler friendly on Capitol Hill!
## 8571 Excellent West End/Vanderbilt Location!
## 8572 Downtown Penthouse with Extra Bdrm(s) & 1/2 Bath!
## 8573 Private room near UIC Medical Dist.
## 8574 Hollywood Studio Best Location
## 8575 Williamsburg Loft!! Bedford L 1blk!
## 8576 Historic Brownstone 1BR BedStuy Apt
## 8577 Holiday special! Best location!
## 8578 Downtown Home walk to everything
## 8579 LOFT STUDIO in the East Village NYC
## 8580 Beautiful Petworth Rowhouse
## 8581 Comfort and cozy zone in Brooklyn
## 8582 Serenity Near Manhattan
## 8583 Beautiful place with balcony in the heart of DTLA!
## 8584 Modern 2 bdrm luxury apt uptown
## 8585 3 Master Suite near Central Park
## 8586 Your SF home -LOCATION and more
## 8587 Chic designer-rustic, 14th & U Neighborhood, Metro
## 8588 East Village Studio
## 8589 Convenient East Village Studio,
## 8590 Old Castle of the North (Portland)
## 8591 Hawthorne District Cozy Apartment
## 8592 2 bedroom house in downtown
## 8593 Artist Loft Living-Heart of Venice
## 8594 LAX House | Private Room 1
## 8595 Comfy Private Room & Bath in Culver
## 8596 Seattle Urban-Chic Studio Cottage
## 8597 Hawthorne Paradise by the Park
## 8598 Charming Spanish Tiled Studio
## 8599 Music/film, 1927 Treehouse glamping
## 8600 12th South Dream Retreat
## 8601 Private studio in the sunny Mission
## 8602 Sunny Attic w/Private Bath Downtown
## 8603 Big Bright Mission-Dolores Flat
## 8604 Potrero Hill studio with deck, view
## 8605 Cozy1br in Perfect Mission Location
## 8606 King Bed, Private Room in Crown Heights, Comedian
## 8607 Free Metrocard*, Safe & Affordable
## 8608 Spacious Room, 1 Block from Train!
## 8609 Cute Brooklyn Studio Close to the subway
## 8610 Cozy Mississippi/Williams ave home
## 8611 South Pasadena Studio Near Metro
## 8612 Hillside get away near Universal
## 8613 Peaceful Neighborhood Retreat
## 8614 BEST BOURBON ST. GETAWAY
## 8615 Sunny 2Bd 1Ba HEART of LINCOLN SQ.!
## 8616 Modern Townhome, Heart of SoLa, Room B
## 8617 the Vampire Apartment
## 8618 Spacious 5 BD Bungalow w/ Hot Tub!
## 8619 Very Spacious and Centrally Located!
## 8620 Arts District Co-Living Space
## 8621 BEAUTIFUL ENTIRE DOWNTOWN FLAT - W/ 2 QUEEN BEDS
## 8622 East Village Oasis! Entire 1Bd Apt
## 8623 Cozy Williamsburg Room with View
## 8624 Private Room in Artist's Loft
## 8625 Fabulous Studio in Mt. Pleasant w/ Free Parking!
## 8626 Unit 1 - B
## 8627 Boho Luxe View Flat, Free Parking!
## 8628 Zen cottage in the heart of SOCO
## 8629 The Cosmo at the Convention Center
## 8630 Sunny Loft in the Arts District
## 8631 Silver Lake Shangri-LA Room w/views
## 8632 Private Separate Stylish Studio Apartment w/ Pool
## 8633 Craftsman lightfilled room near Caltech, 3/4 bath
## 8634 Charming Cottage Close to Downtown
## 8635 Sundowner's
## 8636 luxurious 1bed prime location downtown + parking
## 8637 The Convention Center's Grand Loft
## 8638 Uptown Trendy Neighborhood Apt
## 8639 Bywater Beauty: Near French Quarter & Frenchmen St
## 8640 Cozy Guesthouse in Historic Village
## 8641 Charming Studio
## 8642 15 minute walk from Seacliff Beach.
## 8643 Brownstone Modern Bedroom
## 8644 Historic servant's quarters
## 8645 2 BR - Luxury Logan Square Rehab
## 8646 Magnificent New Craftsman Studio
## 8647 "The Perch": '70s Luxury Loft
## 8648 Charming Room in Echo Park House
## 8649 Downtown Waterfront Condo
## 8650 New, modern apt in close-in NoPo
## 8651 Brooklyn Guest Suite Near Park
## 8652 Spacious 2 Bedroom with 2 bath
## 8653 French Flair #3 : The Art bedroom
## 8654 clean warm quiet otaku private room
## 8655 LUX 2 BDR apartment ,GREAT LOCATION
## 8656 Historic Artsy Downtown Apartment
## 8657 Hollywood Modern OneBedroom
## 8658 Zen Down Venice Beach!
## 8659 B&B In Brand New Home
## 8660 Gorgeous PermaGO HOMES™ - FiDi - Room 1/2
## 8661 (Red) Cozy room in beautiful home
## 8662 This Empty Nest is the Best!
## 8663 Venice Studio, Steps 2 sand/parking
## 8664 Charming Spanish Style Duplex Upper
## 8665 Private 2 Room Suite w/separate kitchenette & bath
## 8666 ^Tourist Best Choice Master Bdrm Subway/Downtown
## 8667 2 bed, 2 bath in heart of Boston!
## 8668 Direct Train From JFK Airport!
## 8669 Eastside Haven - Clean, Comfortable
## 8670 Walk to the Streetcar in Mid City!
## 8671 Private Victorian New Orleans Suite
## 8672 Harlem House, Bdrm, Private Bath
## 8673 City Room - Street View Apt
## 8674 Large, Sunny 25 min to Central Park
## 8675 Green Room- Living Room Reuse
## 8676 SPACIOUS & LUXURIOUS 2-LEVEL CONDO
## 8677 Cozy Bedroom Near Downtown
## 8678 3Br House 2 Blocks to Beach PetsOk
## 8679 Cozy house, Mississippi Neighborhood
## 8680 Sweet & Cozy Apartment @ Green Lake
## 8681 Mill Room @ 1234 HOUSE in SE PDX
## 8682 Brand New Foggy Bottom Apartment#2
## 8683 Classy Walkup on Restaurant Row
## 8684 Bright, Modern Garden Unit - 1BR/1B
## 8685 2 BR W/Parkg MUNI 2 Major Trans Hubs Shops Cafes
## 8686 Spectacular view, great location.
## 8687 Uptown Bronx Apartment
## 8688 Bright, Bedstuy Gem
## 8689 Retro Los Angeles with a View!
## 8690 Private Zilker Studio with King Bed & Smart TV
## 8691 Private room A
## 8692 Spacious Cottage in Mid-City!
## 8693 North Hollywood (NOHO) Art District
## 8694 Serene Bright 1 Bdr w/Private Entry
## 8695 Full-Floor Silver Lake 1br w/Patio!
## 8696 Your Very Own Apartment in Heart of WEHO! *1 BDR*
## 8697 Apt Close to Vandy/Belmnt/12th S.
## 8698 River West, Grand Blue Line Stop
## 8699 Queen-Size Hideabed in Prime Location
## 8700 New Penthouse Flat~ Walk 2 Capitol!
## 8701 Nice Room3 in Downtown Arcadia Park
## 8702 Cosy Studio on Quiet Property
## 8703 Lovely and comfortable home!
## 8704 Private Large Studio-Inner SE PDX
## 8705 Large 1 BR Rowhouse Apartment
## 8706 Quiet + Large 2 Br + BEST Location!
## 8707 Lovely 2 Bed Garden Apt Fort Greene
## 8708 Private Room - Central Park View
## 8709 Modern Duplex 1 bdrm ,1.5 Baths!
## 8710 Landmark Brooklyn Garden Apartment
## 8711 Charming and Modern Home Base
## 8712 In the heart of East Village
## 8713 Artist Little Italy/Chinatown 1BR
## 8714 Fordham University / Botanical Garden
## 8715 2 Bedroom East Village Apartment
## 8716 Stunning Bedroom with Huge Windows
## 8717 Private bed+bath\\8 min to Manhattan
## 8718 Private Room with garden view
## 8719 Cozy 2 Bedroom, Close to Light Rail
## 8720 stylish Gramercy loft apartment - legal listing!
## 8721 No better location in Williamsburg!
## 8722 Beautiful, big basement - Hawthorne
## 8723 Charming Garden Flat -Great Location!
## 8724 East Side Back House, Downtown
## 8725 Luxury & Convenience in ATX!
## 8726 Top Floor Condo With Skyline View!
## 8727 The Director's Suite in Downtown
## 8728 Lux 2BR Views & Close to McCormick
## 8729 SUNNY ROOM IN A GREAT LOCATION WITH FREE PARKING!
## 8730 Split-level Loft LA 407
## 8731 Blocks from the Beach!
## 8732 2BR/1BA Capitol Hill Bungalow/Loft
## 8733 Beautiful 2 bedroom Times Square
## 8734 2BR/2BA on 2 Floors! LOWER EAST SIDE! BIG Terrace!
## 8735 Large Brooklyn bedroom near subway/Prospect Park
## 8736 Private room in 2B East Village!
## 8737 Your Own Entire 2B Duplex in uptown
## 8738 Cozy BR in the Upper East Side
## 8739 Bright Rockridge Studio
## 8740 Riverview at Lovely Harlem/UWS Home
## 8741 Beautiful apt in Bushwick Ridgewood
## 8742 Stylish & Central North Park Studio
## 8743 Charming oasis with private entrance, bath & patio
## 8744 MODERN RETRO LUXURY RETREAT
## 8745 Best Location on Bourbon w/balcony
## 8746 Audubon Park Craftsman Cottage
## 8747 Gorgeous Elysian Heights Home -2B2B
## 8748 Creative Noho Superstar Hideaway!
## 8749 Quaint Cottage
## 8750 Harlem Chic & Modern SoHa Apartment
## 8751 Bk's Finest City life close to Transportation
## 8752 Stand alone Guest Cottage
## 8753 Private room 412 downtown/Hollywood
## 8754 West Hollywood LUX 2bd/2ba house!
## 8755 Bright & Breezy Crow's Nest Cottage
## 8756 HiddenCabin fullbath outdoor shower/walk to it all
## 8757 The Heart of D.C.
## 8758 Affordable Luxury - Logan/Dupont 1BR
## 8759 Mid City Twin Beds!!
## 8760 3 BD Home DTLA, Lil Tokyo, Arts Dis
## 8761 Brownstone in heart of Back Bay
## 8762 Hollywood studio apt with 2 beds!!!
## 8763 Cozy Spacious House For Four!
## 8764 PAINTERS PARADISE / GREENPOINT
## 8765 Bright by Rockefeller + Time Sqr
## 8766 Wow! Two Bedroom Apartment in Safe Neighborhood!
## 8767 Ideal location, Great reviews! SC3
## 8768 Unique home. SF, Noe Valley
## 8769 Detached Studio 3 minutes to BEACH!
## 8770 Cozy 1 bedroom in Union Square
## 8771 Furnished Private Room-3 days min.
## 8772 3Bdr Artist Apt. (L,M,J,Z trains)
## 8773 Greenwich Village: BEST Block
## 8774 Very Large 4th Fl room at Brooklyn&Breakfast
## 8775 courtyard walk to LARCHMONT private1BR glam+mod+AC
## 8776 Penthouse/rooftop terrace! DT 5min!
## 8777 La Casita - Private Guest House
## 8778 Guest House in Beautiful Uptown
## 8779 Super Host in Time Square/Central P
## 8780 Cozy room near Central Park
## 8781 Spacious and quiet room with free parking
## 8782 Vibrant, warm and perfectly located
## 8783 Pleasant Surburban Apartment, Train & Buses Nearby
## 8784 Marina Beach View, walking distance Venice Beach
## 8785 Sunny & Spacious Vintage Rehab
## 8786 Crash pad and it ain't bad!
## 8787 Heart of Chicago Garden Studio
## 8788 Mid-Century Townhouse in Lakeview
## 8789 The Hideaway :)
## 8790 Garden apartment near subway, beach
## 8791 DC Rowhouse: 3BR + Parking + Bikes
## 8792 4BD Noe Valley Victorian Masterpiece with VIEWS
## 8793 Artsy, zen garden cottage
## 8794 Modern Style, Prime Location
## 8795 Sunny Loft @ the Wharf!
## 8796 Columbia City apartment
## 8797 Private Cottage in Noe Valley
## 8798 Guest House Manor Rd Austin SXSW
## 8799 COOL SILVERLAKE APARTMENT
## 8800 DOWNTOWN LA CITY VIEW POOL SUITE B
## 8801 Minutes to the Metro!!!
## 8802 Wicker Park Historic District
## 8803 Private apt/w parking/cozy garden
## 8804 Spacious 2 BR, Close to DTLA, and FREE Parking!
## 8805 Sunny 2br condo for 1-4 travelers!
## 8806 Charming Private Bed&Bath in Wicker Park!
## 8807 Near Denver airport. 420 OK!
## 8808 Private Room a block from blue line
## 8809 Private room & full bath in Nash
## 8810 HOLLYWOOD AMAZING 1 BEDROOM APARTMENT
## 8811 Great Location, Spacious 2bd Suite in central LA
## 8812 Oasis In Centre of Manhattan
## 8813 Near Central Park (Studio apt)
## 8814 Luxury Space in East Village 3 Beds
## 8815 Prospect Heights Beauty 1BR w/patio
## 8816 Artist Loft
## 8817 1 BR - Garden - Broadway?
## 8818 Cool Space Bernal/Outer Mission
## 8819 Bee hive apartment 2nd
## 8820 Modern Apt in Heart of Hollywood!
## 8821 CASA GRANADA-BAR/LOFT TYPE
## 8822 Charming 1bd near City Park
## 8823 Modern 1 bedroom in Rogers Park!
## 8824 Cozy 1 BR in the heart of austin
## 8825 (Two room)Lavender Suite on our dynamic urban farm
## 8826 Cozy Room with Queen Bed
## 8827 Cozy Red Room close to downtown
## 8828 Cozy Cot~FIRST FLOOR >
## 8829 View, location, parking,
## 8830 LAX House | Private Room 3
## 8831 Sweet Room in Fremont/Wallingford
## 8832 4 BR Victorian-1 blk from Shopping!
## 8833 Prancercise Blocks From Petco Park
## 8834 Elegant room in our Bed and Breakfast
## 8835 Georgetown lovely vintage sunny
## 8836 Charming 2 BR in Lincoln Park
## 8837 Great 2 Bedroom in the East Village
## 8838 Stylish & Affordable: Entire Apartment On Wall St.
## 8839 Koreatown Living Room Apartment
## 8840 Lakeview 3 Bedroom Executive Home
## 8841 Luxury South End Apartment
## 8842 Old Hollywood - Private Entrance
## 8843 New basement room near Midway Airport
## 8844 Uptown Cottage
## 8845 Sea Glass Cottage
## 8846 Cute vintage 1920s house
## 8847 Historic Retreat on Highland Square
## 8848 Detached Guesthouse with Pool
## 8849 Sunny Beach Retreat
## 8850 The Lyric Loft- Charming 1 Bd. Apt.
## 8851 Comfortable Strivers Row Hideaway
## 8852 Room in the heart of DC w WiFi
## 8853 Newly Renovated Spacious Studio
## 8854 Private room/bath in the Mission
## 8855 A Marvel in Mount Davidson
## 8856 Private MiniStudio/UCSF,SFSU,GGPark
## 8857 Convenient 1Br in Capitol Hill
## 8858 CLEAN, SILENT - CENTER OF WASHINGTON 5 MIN METRO
## 8859 Renovated suite with private entry
## 8860 Charming house near City Park
## 8861 Best private 2 bed Bucktown Flat!
## 8862 LA Artsy Victorian 2.5 bed 2 bath
## 8863 Heart of North Beach - Views!
## 8864 Capitol Hill Stylish Garden Cottage
## 8865 Comfy 1BR Cottage Close to All
## 8866 Sun-Filled 2BD Midtown Crown Jewel
## 8867 A Little Haven in Brooklyn Deux
## 8868 Guest House & Film Location by Warner Brothers
## 8869 *Historic Los Angeles with balcony & view*
## 8870 Beautiful cozy private room + bath
## 8871 Cozy beach bungalow close to ALL!
## 8872 Wicker Park Luxury Rooftop Skyline
## 8873 Best of Malibu Mountains and Sea
## 8874 Licensed luxurious guesthouse with Parking Garage
## 8875 Bright cozy room in Soma
## 8876 Pink room with AC #72, downtown LA
## 8877 Views and Charm on Echo Park Lake
## 8878 原宿之
## 8879 East Nashville Cottage
## 8880 The Dream Big Room
## 8881 quiet apartment with view & garden
## 8882 Spanish Studio/Entire Apt/Jaccuzzi
## 8883 Super Comfy and Cozy! Welcome!
## 8884 AIRY. WARM. COZY WELCOME歡迎 أهلا بك स्वागत हे
## 8885 Cozy Home in Historic Irvington
## 8886 Floating House in San Diego Bay
## 8887 Charming 2BR/1BA Victorian
## 8888 New Studio Apt near SE Division St.
## 8889 30-Day Minimum 2 BR in the Marina District!
## 8890 Private Room Near Brooklyn Museum
## 8891 Modern Sunny 2-Bedroom in Bushwick
## 8892 Cozy Huge Brownstone in Bedstuy
## 8893 Modern Manhattan Oasis
## 8894 Charming bedroom in Bernal Heights
## 8895 Bernal/Mission Studio
## 8896 1 BR in Classic SF Victorian
## 8897 Private 1BR/1BA Backyard Cottage
## 8898 Private room in Wicker Park
## 8899 Big Sunny Room, Prime Williamsburg
## 8900 1 BEDROOM SUITE IN HARLEM FAMILY TOWNHOUSE
## 8901 Allens Boots Loft on South Congress
## 8902 Private Pool House with Amazing Views!
## 8903 Studio Home North Hollywood/ LA
## 8904 Renovated motel studio
## 8905 Noe classical condo, great views
## 8906 Luxury 1 bedroom apartment
## 8907 BKLYN BROWNSTONE: The Stuyvesant
## 8908 Beautiful Brownstone in West Harlem
## 8909 Beautiful Large Sunny Bedroom
## 8910 New, modern private Village apt
## 8911 High Floor apt.near Columbus Circle
## 8912 the Prancing Pony in Adams Point
## 8913 The Skylight Modern
## 8914 URBAN DOWNTOWN LA EXECUTIVE PENTHOUSE + 6 BEDS
## 8915 Lower Garden District Apartment
## 8916 BEST Los Feliz Mid Century Luxury 2
## 8917 Chez Lucita -- A Venice-area Jewel
## 8918 Luxury Drmn bldg by Central Park!
## 8919 Best location in the city!
## 8920 Andrea's bohemian pied-a-terre
## 8921 1BD in West Village
## 8922 Sunny, private Westside room
## 8923 Huge & Historic MidCity Home
## 8924 Downtown Modern Condo with Fantastic View
## 8925 WELCOME, Villa North of Santa Monica
## 8926 Beach Room with Pool + Extras
## 8927 Spacious Private Daylight Basement
## 8928 Private Entrance Bedroom and Bath
## 8929 Light Filled Studio in Capitol Hill
## 8930 Venice House - Blocks to Beach
## 8931 Cozy Cute Hollywood Getaway!
## 8932 sweet dream single neat otaku couch
## 8933 2BR Getaway in the Heart of LA
## 8934 Bywater Guest Apartment
## 8935 Modern Loft in the Heart of Austin! Open for SXSW!
## 8936 The Library
## 8937 Harborside - Lakeview
## 8938 Classic Modern, Center of Denver
## 8939 WILLARDZ - Cozy Oasis
## 8940 Just Steps Away from the Sand!!!
## 8941 Spacious Bright and Comfy 3Bdr Home
## 8942 Sleek & Comfortable Soho Apt
## 8943 Studio Loft, One Block to LJS Beach
## 8944 "The Heart of DuPont" apartment
## 8945 Whale watching 4 blocks away!
## 8946 2BD Russian Hill Hideaway
## 8947 Studio Apt 15 minutes to Manhattan
## 8948 WEST HARLEM PRIVATE BEDROOM
## 8949 Warehouse loft apartment with rooftop
## 8950 Gramercy Park Luxury Sleeps 6!!
## 8951 A Real Treat, Block From Bourbon St
## 8952 NYCHaven1: Entire House for less than a hotel room
## 8953 Luxury Williamsburg Duplex w/ Yard!
## 8954 Haight Ashbury Painted Lady Studio
## 8955 Laurelhurst Room Near Transit
## 8956 Fabulous Artsy Apartment
## 8957 Hawthorne +Cannabis & Treats ~ Boho Room
## 8958 Guest Room Yazlyn Oro
## 8959 Garden View Loft @ the Wharf!
## 8960 Bright, Modern Two Bedroom With Stunning Rooftop
## 8961 Modern, Sunlit Brooklyn Flat~ 4 stops to Manhattan
## 8962 Huge LES 3 BD 3 BA Elevator + Patio
## 8963 Spacious room in historic house
## 8964 Grand Haight 4BR Victorian, Parking
## 8965 Cozy Courtyard in West Torrance (A)
## 8966 1/2 Block from Beach...2BR/2BATH Apartment
## 8967 Lovely artist room with private bath in Venice Apt
## 8968 UPSCALE MASTER ROOM W BATH OF SUNSET IN HOLLYWOOD
## 8969 Simple Budget-Friendly Garden Apartment
## 8970 North Park Studio - 30th Street!
## 8971 The Cali Surf Palace, Come Relax!
## 8972 Private Garden Studio near UCSF
## 8973 3rd Floor Huge Private Master SuiteBed & Bathrooom
## 8974 SOCO Condo Minutes to Downtown
## 8975 Holgate Hideaway
## 8976 Dorm Beds @ Social SF Hostel #9
## 8977 QueenBed in Perfect House w/Parking
## 8978 Private Room and Bath Near GG Park
## 8979 Fantastic downtown location! #211
## 8980 Nice private room in Noe Valley
## 8981 Parlour Floor Brownstone Apartment
## 8982 Stylish Spacious Bernal Dwelling
## 8983 2 BR in the heart of North Park
## 8984 Your Home Away from Home!
## 8985 #13 Flat in Workman's Quarters
## 8986 Bright, beautiful,bikes! Cool loft!
## 8987 Modern Remodeled 3 bedroom. 1802
## 8988 Medieval Themed Studio/Guest House
## 8989 Cozy Apartment in West Hollywood.
## 8990 Townhouse Bonus Room w/Pvt Bath
## 8991 Bushwick Biodome Loft , Great View!
## 8992 East Nashville modern home
## 8993 Miracle Mile Adjacent Oasis
## 8994 Anam Cara 2: Sun, Deck and Creek
## 8995 Gorgeous Brownstone Apt in Historic Brooklyn!
## 8996 Historical Harlem @ express train!
## 8997 Comfy, convenient bedroom in Bklyn!
## 8998 Sunny Potrero Hill Cottage
## 8999 Close to Universal Studios!
## 9000 Charming 1914 yr. 2BR/1BA Craftsman
## 9001 Silverlake Hillside Apartment
## 9002 Spacious, Immaculate, Modern and Free Parking!
## 9003 Charming 2 Bedroom Balcony Apt
## 9004 1Bdrm ULTRA MODERN ECO CHIC COTTAGE
## 9005 Hollywood On Winslow Hideaway
## 9006 Rustic Little House Hollywood Hills
## 9007 Bouldin Escape in the Heart of ATX!
## 9008 Newest 2BD in Great Location!
## 9009 The Magical Music St. Manor
## 9010 Newly Remodeled Bright Studio
## 9011 Cali Bungalow w/PrivateHangout Area
## 9012 Sunny Comfy Bedroom in Paradise
## 9013 Studio - Best Beach Location in SD
## 9014 Friendly Hostel with Community #8
## 9015 Downtown Studio Theater Dist Common
## 9016 Convenient Quiet Oasis near City Center and Beach
## 9017 Elegance at Salem Street Court
## 9018 Pvt Bed Beverly Hills Los Angeles
## 9019 North Tabor Victorian/Modern 2BD
## 9020 Super Cool Brooklyn, Near Manhattan
## 9021 Spacious room in comfortable apt.
## 9022 Cosy apt in the Upper East Side
## 9023 Unique 1920's Spanish Beach Bungalow
## 9024 Charming + Roomy Silverlake 1 BD
## 9025 Five star large one bedroom!
## 9026 Hollywood Hills-charming 6 beds
## 9027 Ktown Zen Buddha Fountain w/FirePit
## 9028 Quiet residential setting
## 9029 VICTORIAN SUNFILLED APT DREAM VIEW
## 9030 Blue Room- Guest Room
## 9031 Lovely Studio in Historic Irvington
## 9032 Large sunlit room in sunset area with free parking
## 9033 The Cave in Laurel Canyon
## 9034 Entire Mini Loft Downtown LA
## 9035 Great Lakeview space near Wrigley
## 9036 Zuma Sanctuary Malibu Retreat Airstream Overlander
## 9037 Shore Private Cottage-Topanga, Cal
## 9038 PRIVATE COZY AMBIENT ROOM*****
## 9039 King-size Bedroom in Heart of LA
## 9040 The Villere Apt 4 Blocks to Quarter
## 9041 Only 10 mins to CENTRAL PARK! :)
## 9042 Private room(s)-In the Mission, 3 blocks from BART
## 9043 Brand New Foggy Bottom Apartment#3
## 9044 8 Mixed
## 9045 French Quarter Hidden Treasure
## 9046 Beautiful River Retreat Studio Apt
## 9047 Clean & Contemporary in Music City!
## 9048 MODERN CONDO LOCATED BETWEEN DOWNTOWN & HOLLYWOOD.
## 9049 Cozy Venice Home. Perfect Street.
## 9050 Modern Condo III Block From Quarter
## 9051 Rustic Cottage in East Nashville
## 9052 Classy Mid Century modern 1 bdrm near Theater Row
## 9053 Spend time on my nice sailboat !
## 9054 Location, Location, Location!!
## 9055 Home Sweet Home! Winter edition !
## 9056 Huge Sleeper sofa in NYC.
## 9057 Cozy apartment in ideal location
## 9058 Prime Lower Garden District Home, 5 BR, Parking
## 9059 Wow! Glass walled design bungalow
## 9060 Cornur Room @ 1234 HOUSE in SE PDX
## 9061 Lovely Waterfront Georgetown Home
## 9062 High Living in the Heart of Dwntwn
## 9063 Hollywood Private Room + Parking
## 9064 sunlit LARCHMONT1br glam PETok W/D + AIRcon
## 9065 Capitol Hill Townhouse
## 9066 The Green Room 2bds
## 9067 Charming 1920's Portland Bungalow!
## 9068 Luxury Modern Large SOMA Condo
## 9069 HOLIDAY DEAL- PRIVATE SPA - NEAR UW
## 9070 A Breezy Walk to Centralpark/Hudson
## 9071 Beautiful 1 Bedroom Unit
## 9072 Massive, Sunny 2 Story Tribeca Loft
## 9073 Big, cozy & chic! 1BR Apt in Harlem
## 9074 Cozy Studio Close to Central Park
## 9075 Fab Park Slope garden apt w/ patio
## 9076 Bright+Spacious Williamsburg Abode!
## 9077 Beautiful Big 1BR Heart of Downtown
## 9078 FLAT MACDONOUGH GARDEN
## 9079 Awesome Pet-Friendly Beach Cottage!
## 9080 New charming Hillcrest 2-br close to everything!
## 9081 Clean and Cute Room in Very Safe Neighborhood
## 9082 Charming UWS Treehouse Apt
## 9083 Lofty SouthEast Home
## 9084 Well-appointed 1+ Br Bucktown Apt, baby-friendly!
## 9085 Charming Apartment in Heart of SoHo
## 9086 Simple room in Williamsburg
## 9087 CROWN HEIGHTS JEWEL FOR 2
## 9088 Great for Business and Travelers
## 9089 COZY HILLSIDE GUEST HOUSE - W VIEW
## 9090 Magic House
## 9091 Nice beautiful room In the Bronx
## 9092 Immaculate Studio- Amazing View
## 9093 Lower East Side 1bedroom apt in NYC
## 9094 Perfect Temporary Brooklyn Home
## 9095 Cottage Guest Studio at the Beach
## 9096 Santa Monica Retreat #218763
## 9097 Venice Beach Remodeled ON THE BEACH
## 9098 Bright Downtown LA Artist's Loft
## 9099 The Cheerful, Cozy, NoHouse
## 9100 Entire Executive Home with Parking & Lush Garden
## 9101 Japanese Retreat - "Tatami House!"
## 9102 Private Suite (including Bath) in Echo Park Home
## 9103 Near Beach: Master Bedroom/Bathroom
## 9104 Hyde Park - Walk to Univ of Chicago
## 9105 Minutes to Boston-Near Beach 71-5
## 9106 Cute shared studio apartment
## 9107 Super Chic & Gorgeous Downtown Apt.
## 9108 Modern & Private East Nash Suite
## 9109 Private bed & bath suite and large living room
## 9110 Room in a colorful, sunny house!
## 9111 Live Like A Local :)- Private Living Quarters
## 9112 The Purple Apt 4 Blocks to Quarter!
## 9113 Craftsman FixerUpper East Nashville
## 9114 Private Guesthouse in Santa Monica
## 9115 Modern 1 bed 1 bath, close to 3rd St. & Santa Pier
## 9116 ★ Zen Garden ★ Hollywood Universal★
## 9117 Desire Suite 1 block from Frenchmen
## 9118 Hollywood Charm
## 9119 Stylish Studio in heart of Back Bay
## 9120 HOME COMFORT AND REAL BREAKFAST
## 9121 Spacious Alberta Arts One Bedroom
## 9122 Classic Portland Walk-up - NW 23rd
## 9123 Manhattan's Upper East Side Oasis
## 9124 2nd@THROOP MANSION
## 9125 Loft with Private Terrace, and Skyline Views
## 9126 Comfortable Modern Room in Bed-Stuy
## 9127 Central Park View with Private Bath
## 9128 Sunny, Cozy, and Convenient Studio
## 9129 Studio Apartment Pioneer Square 201
## 9130 Breezy Garden Bungalow
## 9131 Lovely Studio Steps To The Beach
## 9132 Gowanis Urban Oasis
## 9133 Seattle "Sweet Suite" Cherry Hill
## 9134 3 bedrooms,1 block to redline Metro
## 9135 Full Bedroom in Bed-Stuy
## 9136 English Basement near Metro and CUA
## 9137 Sunny room close to Midtown
## 9138 Giant Sunny Room at Brooklyn&Breakfast hosts' coop
## 9139 Art Large Williamsburg Room Brownstone Long term
## 9140 Mid Century Guest House with Pool
## 9141 Private Bedroom and Bathroom in Weho / Bev Hills
## 9142 BEVERLY HILLS!Close to Rodeo Drive!
## 9143 Beautiful Silverlake/Sunset Junction Home.
## 9144 Full Apt w/ large kitchen in UES
## 9145 luxuriously designed apt with yard!
## 9146 HELLO HARLEM
## 9147 Two blocks from downtown Ballard
## 9148 Star Studio in the Outer Sunset
## 9149 Social, Fun, Private, Hideaway near Beach
## 9150 Suite Queens Room
## 9151 SUNNY ROOM & FREE PARKING 5 MIN TO WILLIS TOWER
## 9152 Lake view private bedroom
## 9153 Private bed + bath in central SE
## 9154 Spacious 2BR In Central Location
## 9155 Cozy Home w/Parking and Large Patio
## 9156 LAKESHORE MILLENNIUM PARK I
## 9157 Your own 2 Bedroom home in Fremont
## 9158 Spacious 1BR in Capitol Hill
## 9159 Lotus Room-Luxurious,New,Views,Prkg
## 9160 Lovely Bedroom near Airport & Beach
## 9161 Dolores Park: Nested in the Sun
## 9162 Great Room at Lower Manhattan NY BK
## 9163 Noe Valley
## 9164 Welcoming 2 Bedroom in Inner SE
## 9165 Private Guest House in SW PDX
## 9166 Jim Morrison Room Ocean Views
## 9167 Beverly Hills 1 /3rd St/Grove
## 9168 The Garden of Edenhurst Guest House
## 9169 Perfectly Comfy
## 9170 Laurel Canyon Private Guest Studio
## 9171 Luxury on Bourbon w/Courtyard 8ppl
## 9172 Uptown - Revelry, Dining, and Music
## 9173 Modern Loft Downtown With Rooftop
## 9174 French Quarter Condo 202 for 6 Ppl
## 9175 3 Bedroom Downtown Chicago Penthouse!
## 9176 Room in beautiful 2BD Atwater house
## 9177 Cute and Cozy room by Venice
## 9178 Good vibes Hollywood. Be central!
## 9179 A Great Couch 10 mins away from JFK
## 9180 Spacious, good vibes and no drama
## 9181 Bright and Private Studio Apartment
## 9182 Beach Condo with Game Room 3BR/3BA
## 9183 Modern Luxury Mid-rise in DTLA
## 9184 SAILBOAT!! KAYAKS! BICYCLES!
## 9185 Brand New Foggy Bottom Apartment#4
## 9186 Quaint 1 Bedroom in Happenin' E.V
## 9187 Near Central Park & Subway! Clean:)
## 9188 Private room with bath, and cats!
## 9189 Private room in historic Harlem
## 9190 The Nest in the Heart of the City
## 9191 Entire 1 BD APT/BATH, Private Patio & Free Parking
## 9192 CHARMING HOUSE - ECHO PARK HILLS
## 9193 Spacious 1B/1B near LAX and Beaches
## 9194 Calm But funky House in Venice
## 9195 MALIBU LOCALS BEACH HOUSE
## 9196 Cozy & Clean - Close to Universal!
## 9197 ROMANTIC GYPSY HIDEAWAY
## 9198 Qun Bed w Prvt Bath in Cntrl K-Twn
## 9199 Exquisite Bright Balcony Downtown Flat
## 9200 Casita in Tropical Courtyard
## 9201 ★ Modern Beachside 2BR Den ★ Venice
## 9202 Cozy In-law suite Cow Hollow/Marina
## 9203 Charming and Private-AAA Location
## 9204 5 min to SoCo, Downtown, Barton!
## 9205 Gorgeous New Guest House + Backyard
## 9206 BEST Craftsman 3 Blocks from Beach!
## 9207 Cute Apartment in Bywater
## 9208 #6. Convenient rm close transport!
## 9209 Private BR in Large NYC Apartment
## 9210 Huge Sunny Room In Luxury Building
## 9211 Williamsburg 1 bedroom Apartment
## 9212 Uptown cottage
## 9213 Immaculate in the North End
## 9214 Entire Home w/ Pool off Mulholland
## 9215 Happy 2-Bedroom Casita on LA River
## 9216 Uptown Gem-Private Room and Full Private Bathroom
## 9217 1.5 mile to the heart of Nashville
## 9218 Spacious Garden District Condo
## 9219 Queenszbds, Skyline view,prvt room.
## 9220 Master bedroom, queen-sized bed
## 9221 Historic Capitol Hill Townhome
## 9222 Private Guest Studio 2 Miles from Beach
## 9223 Big bright room in leafy oasis
## 9224 Carrollton Craftsman Getaway
## 9225 Quirky Eastside House w Great Porch
## 9226 Lovely Northwest 1 Bedroom
## 9227 Authentic&Raw 2BD Williamsburg Apt.
## 9228 Lively loft II!
## 9229 Quiet room in central neighborhood!
## 9230 1/1 guesthouse, walk to downtown!
## 9231 Room in the heart of SF
## 9232 English Basement in Capitol Hill
## 9233 BR in Historic Capitol Hill Rowhome
## 9234 CHARMING HOLLYWOOD SIGN VIEW 1BR APT
## 9235 COMFY Room - AWESOME Location! :)
## 9236 Spacious Venice Beach Apartment.
## 9237 Bali meets NEPO in the Hip and Cool
## 9238 XL Stylish Room in Historic Bywater
## 9239 in the heart of manhattan
## 9240 Comfy Room in Trendy Brooklyn!
## 9241 Lovely private 4 bedroom apt
## 9242 Cozy room, private bath, Hyde Park
## 9243 sunny room in house w/ private pool
## 9244 Writer's Ocean-View Malibu Haven
## 9245 Centrally Located Basement Hideaway
## 9246 Cheap comfy couch in Santa Monica
## 9247 NE Concordia Cabin
## 9248 Located in Hillcrest
## 9249 Modern, Private Space in Irvington
## 9250 PERFECT FOR SXSW MUSIC & FILM 2017 IN THE RAILYARD
## 9251 SOCO! 6 bedroom on Travis Heights
## 9252 Full Bed in the Living Room with Some Privacy
## 9253 Charming Studio in Foggy Bottom
## 9254 Modern, 2 BDR Flat - 15 Min to SF
## 9255 Charming Parlor Apt off Bleecker
## 9256 Unforgettable Manhattan/ 3bed-2.5 bath
## 9257 Quaint One Bed Apartment on UES
## 9258 Cozy Brownstone Suite
## 9259 Economical One Bedroom Apt in NYC!
## 9260 Sunny & Bright 1BR in Gramercy 2BR
## 9261 Charming studio in Manhattan UES
## 9262 Chelsea 4BR Loft A+ Location!
## 9263 NE Old Charm w/Modern Conveniences
## 9264 Friendly Hostel with Community #9
## 9265 Chic 2 bdr H St Retreat w/parking
## 9266 Sweet and quiet Irvington Duplex
## 9267 MakerFlat- a Living PDX Gallery
## 9268 Sunny, Spacious and Modern Home
## 9269 North Park / Hillcrest Studio Zoo
## 9270 Beautiful Apartment in Manhattan NYC
## 9271 South Williamsburg Lodge
## 9272 The Nest - Cozy, Quiet Cottage SOCO
## 9273 Full of Character AND Comfortable !
## 9274 Adorable Beach Bungalow
## 9275 Laurel Canyon Comfort Studio
## 9276 F: Triplex CHURCH Condo | Walkable Hip Silverlake
## 9277 Super stylish apt in heart of LA!
## 9278 Nashville 12South Cottage
## 9279 Private Bed & Bath Near Lightrail
## 9280 Cool, cozy urban pad
## 9281 Cozy Exposed Brick Room NYC
## 9282 Artfully Renovated Brownstone Space
## 9283 Designer Duplex near Highline
## 9284 Heart of the East Village
## 9285 Spectacular Penthouse Apartment.
## 9286 Modern, Sunny Nolita Escape 2BR/2BA
## 9287 Bright room in Brooklyn
## 9288 D Rm 12 Sgl Pensione-like Hrt of Bk
## 9289 A beautiful Cozy 1 BR Apartment.
## 9290 Lovely Duplex in Brooklyn
## 9291 Authentic New York Vintage Home
## 9292 7even Days Sleep Near Prospect Park
## 9293 Artist Apartment EastVillage
## 9294 Comfortable 1 BDRM heart of WEHO
## 9295 2 bed/2ba Luxury Apt Hollywood Blvd
## 9296 GREAT Homely Suit. SUPER Location, A/C, Parking
## 9297 Silver Lake Style
## 9298 Topanga Ocean View Guest Apartment
## 9299 Cute & CLEAN 2/1 in West Nashville!
## 9300 Cozy, hip Nashville Tiny House
## 9301 Mag Mile Experience No.2 by CHICAGOAN
## 9302 Rest your head-West Side Manhattan
## 9303 PARADISE AT SAN FRANCISCO
## 9304 Charming Room 2 Arcadia Pasadena Moron via
## 9305 French Charm + Breakfast in New Marigny
## 9306 Urban Retreat
## 9307 dreamy west hollywood guesthouse
## 9308 Quiet Cottage in Santa Monica
## 9309 Relaxing Hawthorne Hangout
## 9310 Sweet Suite in Groovy Artist Loft
## 9311 Huge Modern Boho 3BR Westside Apt
## 9312 Tranquil Plant Sanctuary Top Floor
## 9313 Private Guest House/Artist Studio
## 9314 Hollywood Courtyard Bungalow
## 9315 VINTAGE ESTATE Euro-Family Suite
## 9316 RiNo:Curtis Park-One Bed
## 9317 CHARMING NEIGHBORHOOD 2BR APT!
## 9318 Fort Washington Egyptian Room
## 9319 LUXURY 2BD/2BA DOWNTOWN LONG BEACH!
## 9320 Awesome Modern 1 BD + Priv Balcony!
## 9321 Delightful, Cozy and Convenient Room in Brooklyn!!
## 9322 "THE 5-STAR HOUSE"
## 9323 English Basement on Capitol Hill
## 9324 Cozy 1 BR Basement Apartment
## 9325 Historic Inner SE near Rev Hall breweries & dining
## 9326 1BR Apt w/ Kitchen & Huge Backyard
## 9327 Entire Floor of Sunny Brownstone
## 9328 Gorgeous Modern 1 bed2 bath KING bd
## 9329 Spacious Private Room by the Ocean
## 9330 Charming Studio near Central Park
## 9331 Private Room - 15 min to Manhattan
## 9332 Bohemian Studio - Hip Neighborhood
## 9333 Clean, Cute & Comfy in N Austin!
## 9334 Beautiful artist loft on Broadway
## 9335 Sunny studio in Greenpoint
## 9336 Central Park-Lincoln Center
## 9337 Mission 3BR/3BA by Sand - Sleeps 9!
## 9338 Downtown Loft in the heart of SOMA
## 9339 Portland Magnolia Apartment
## 9340 2 sleeping areas for 2 people together +4 singles
## 9341 Edwardian, 3br, parking, GG Park, museums, comfy
## 9342 Private Studio Venice
## 9343 Spacious Garden Charmer-Corner Lot!
## 9344 Midcity gem blockaway frm streetcar
## 9345 The Best Bed in Logan
## 9346 Large Studio in Theater District
## 9347 Private bedroom in 3bdrm/2bth House
## 9348 Spacious 2br Dolores Park flat
## 9349 Private Loft ideal location
## 9350 2/1 Urban Apartment Airport Subway
## 9351 Magic Mission Garden Studio
## 9352 Spacious Sunny Garden In-Law
## 9353 Phase Farm and Pottery
## 9354 Enchanting Capitol Hill Row House
## 9355 Cozy Bungalow Room, 3 Blocks from Max
## 9356 Serene 1 bedroom garden apartment
## 9357 1906 Craftsman Bungalow 4bd 2 bath
## 9358 Spacious DC Apartment in Historic Brookland
## 9359 Spacious Apt 2 Blocks from Capitol
## 9360 APT. 4 BLOCKS FROM FRENCHMEN AND THE FQ
## 9361 Beautiful one bedroom Apartment
## 9362 PENTHOUSE 2BR/2BA IN LOOP HIGH RISE
## 9363 Bedroom next to Boston University
## 9364 Big private space in NoHo
## 9365 Great French Quarter Condo
## 9366 Welcome to your Hollywood Bungalow!
## 9367 Immaculate Historic Brownstone Apt
## 9368 Super Clean Private Room in NYC⭐
## 9369 Charming 1 Bedroom - Next to Metro
## 9370 Historic One Bedroom Apartment 302
## 9371 Private Room @Fun & Social Hostel#1
## 9372 Family Friendly 2/2 Beach Home w/AC
## 9373 The Buddha behind the "Blue Door"
## 9374 Sweet Basement Apt in Petworth
## 9375 Sleek, Hip Oasis in Central Austin
## 9376 Cozy Luxury Apt in Boston/Backbay/Fenway/Symphony
## 9377 Whimsical Logan Square 2BR
## 9378 Hollywood- PARKING & PRIVATE BATH
## 9379 Denver Modern 1 Bed King Suite
## 9380 Guest House Studio w/ Backyard
## 9381 Sale! 1BR Condo in Lincoln Park!
## 9382 Reel to Real-50s Hollywood Retreat in Angeleno Hts
## 9383 Beautiful Art Deco apartment
## 9384 Rock N Roll room ( FREE PARKING & BREAKFAST)
## 9385 Room in Laidback SE Austin Bungalow
## 9386 St. Charles Ave Home-Streetcar line
## 9387 Remodeled Venice Oasis close to Abbot Kinney
## 9388 Private room & bath in sunny Castro
## 9389 Cozy colorful room in artist loft
## 9390 1 BR condo in Historic Logan Circle w/ patio
## 9391 KING SIZE & queen size also avail!
## 9392 Spacious 2BD apt. Melrose/Grove C.D
## 9393 5 Bedroom, 9 Bed Spacious Home LOVE
## 9394 Townhouse 4Bedrooms/5Baths in NYC
## 9395 Cozy brownstone bed & bath; pvt.ent
## 9396 Private Sunny Room in Greenpoint
## 9397 LUX+Modern2BR/2BA Hollywood ★STAR★
## 9398 Classic Getaway New Orleans
## 9399 Private Su-Su-Studio Guesthouse in Central ATX
## 9400 Beautiful 3 bd-2 ba with parking.
## 9401 CloseToDowntown FreeParkingWhiteSOX
## 9402 Gorgeous 1 bdrm in Miracle Mile!
## 9403 West Town Foodie Blue "L" FREE WiFi
## 9404 The Heart of Frenchman Street
## 9405 Retreat in Downtown Nashville
## 9406 Stylish Artsy Space Great Location!
## 9407 Cozy Brownstone Living in Brooklyn
## 9408 Large bedroom/Heart of Brooklyn
## 9409 Gorgeous duplex 1 BR Brownstone apt
## 9410 Charming Townhouse to Live[HOLLYWOOD Walk of Fame]
## 9411 Queen bed in Quiet Charming Home
## 9412 Matt's Place: The Lolla Room
## 9413 A Modern Space in Historic Bywater
## 9414 Chic Historic Tucked Away Studio
## 9415 Off the Beaten Path on Harding Ave
## 9416 Private Apt. in Heart of City! S.B
## 9417 Sunny room in perfect location
## 9418 1920s Venice Beach Bungalow - 5 mins Abbot Kinney
## 9419 500 Feet to St. Charles Streetcar (2 Bedroom)
## 9420 Private Room Above Detached Garage
## 9421 Cozy room in City Center
## 9422 Historic Charm - Minutes 2 Downtown
## 9423 Design 1 BR on Park Av/Central Park
## 9424 BEST NYC DOWNTOWN APT; SLEEPS 4
## 9425 HopSkipJump DownTown/UT 3+/2 Urban Eden
## 9426 Friendly Hostel with Community #7
## 9427 Capitol Hill House / H St. Corridor
## 9428 Jewel Box Condo on Bourbon Street
## 9429 Downtown in 10min Bunk (#4) Bottom
## 9430 Venice Beach Namaste Retreat Haus
## 9431 Sunny 2BDR Condo in prime Hollywood
## 9432 King Bed + Private Bath in quality home
## 9433 Welcome to your 2BD Penthouse
## 9434 Amazing condo steps from Wrigley Field!
## 9435 4 Bed Poolside Paradise with Luxe Guest House
## 9436 Pvt Entry 1bed/bath Park View Suite
## 9437 French Quarter Historic Escape
## 9438 SMALL AND COZY APT IN EAST HARLEM
## 9439 Room #3 in Hip Harlem Garden Apt.
## 9440 Cozy Room with Exposed Bricks
## 9441 LA DREAMS - SUNNY CASA - walk2town
## 9442 Make yourself at home.
## 9443 Sunny 2Bd/2Bth Two Cottages Los Angeles Retreat
## 9444 Sweet Sanctuary in Silver Lake
## 9445 2 Room Suite in Popular 12 South
## 9446 June- Aug • Monthly Summer Rentals only!
## 9447 Dynamic Alberta Arts District Loft
## 9448 Hip, quiet San Diego 1bedroom- #4
## 9449 3 bed Rowhouse in Hip Neighborhood
## 9450 Lovely, light, 2 private rooms.
## 9451 Comfy room in historic uptown Nola
## 9452 Cozy Ballard Cottage - Sleeps 5
## 9453 Cozy Private Room in Roscoe Village
## 9454 Spacious room for short stay
## 9455 3BD/2BA Pool House in the Village
## 9456 Private Room, Central Location
## 9457 Plum Room, Hummingbird Farm
## 9458 Warm, Spacious 1-BR in Ft. Greene
## 9459 Cozy apt 20 minutes to Manhattan
## 9460 a comfortable stay
## 9461 Family Friendly Apt in Townhouse
## 9462 Quiet & Relaxing Room in Chelsea
## 9463 Charming & Sunny Prewar Apartment!
## 9464 Cool apartment in middle of it all
## 9465 The ArtHaus - Near Downtown!
## 9466 Charming home away from home!
## 9467 Mission Bay Cottage - SAN DIEGO
## 9468 Seconds to the City!!!
## 9469 BUNKHOUSE QUEEN B16
## 9470 The Perfect SF Getaway
## 9471 Vibrant, Friendly Neighborhood Home
## 9472 Sunny Nature Retreat Close to SC
## 9473 Cozy/Great location-Gold Coast-Studio-Fits 3
## 9474 One Bedroom Studio Fully Equiped
## 9475 Beautiful 1BD in the West Village
## 9476 Beautiful Bright 4 Bed Artist Loft!
## 9477 Upscale Seattle Hotel Alternative
## 9478 Downtown Seattle Pike Place Market
## 9479 Amazing Location in Woodley Park!
## 9480 1 BED ROOM ACCOMMODATION 4, 5 GUEST
## 9481 Cosy Williamsburg Room. Private Bathroom+Balcony!
## 9482 new sunshine room in chinatown train F is around
## 9483 Greenpoint Spacious Loft
## 9484 Amazing 1Br Apt Great location
## 9485 Clean, Near Central Park and subway
## 9486 Cozy, close to everything in NY :)
## 9487 Sunny BR near Central Park
## 9488 Sunny Brownstone 2 Bdr Apartment
## 9489 Greenpoint Place...Has It All!
## 9490 Private Apartment in NYC/Manhattan
## 9491 Suite #2 in Hip Harlem Garden Apt.
## 9492 Awesome room in LA apartment
## 9493 Beautiful Waterfront Location.
## 9494 3BR Penthouse 8min to Downtown & Bulls.
## 9495 Uptown home in fantastic location
## 9496 Green Hill Carriage House
## 9497 Large & comfy vintage LA apt
## 9498 Spacious, bright & center of LA!
## 9499 Big Private Room/separate entrance
## 9500 Charming Bungalow in Congress Park!
## 9501 Private Room and Bath in Glenview
## 9502 UPSCALE STUDIO & NEAR TIMES SQUARE
## 9503 Entire 2 Bedroom apartment in New York
## 9504 Fantastic Central Park View Sleeps5
## 9505 Private garden and cottage in city!
## 9506 Boston Best furnished Studio (H2a)
## 9507 HOLLYWOOD VIEW BUNGALOW
## 9508 Private Room in Quiet Neighborhood
## 9509 Big 3bd Bronzeville/McCormick Place
## 9510 Oasis Sunny Vibrant Mission, loft
## 9511 DuPont Dream, walk to Metro
## 9512 Large Luxury West Hollywood Home
## 9513 Coolest Bedroom 2 Miles To The Sea
## 9514 New 2BD in great location!
## 9515 Only 2 stops to Manhattan studio
## 9516 Gorgeous Historic Brownstone - Near Express Subway
## 9517 Gowanus Brooklyn Bed & Breakfast
## 9518 Nopa Oasis
## 9519 Walk to White House, Monuments, GW
## 9520 700SQFT 1 BED, W&D, 55" TV, GARDEN
## 9521 BEST location in Downtown San Fran!
## 9522 Modern Vibrant Large Cozy Bedroom
## 9523 BEAUTIFUL LUXURY 1 BEDROOM W HUGE PRIVATE BALCONY.
## 9524 Inspiring spacious loft space
## 9525 Duplex w/ Patio @ Box House Hotel
## 9526 Big 1 Bedroom Brooklyn Ditmas Park
## 9527 Spacious, Private, Convenient 1 BR!
## 9528 Suite w/private bath, Forest Hills
## 9529 Deluxe 2 Bedroom 2 Bath Balboa Ct
## 9530 Downtown Gallery Place / Entire Apt
## 9531 Private Suite Room with 2 Full And 2 Twin beds
## 9532 Close to Downtown, private upstairs
## 9533 Safest area comfy home next to CTA!
## 9534 VENICE OASIS STEPS FROM THE BEACH!!
## 9535 Cozy Townhome 3BD 2.5Bath Whittier
## 9536 Pool Cottage in Bayou St. John
## 9537 Comfortable room in nice Duplex
## 9538 Cozy apartment with a glamorous touch!
## 9539 Glamorous DuPont Circle Duplex
## 9540 Vintage Studio Capitol Hill
## 9541 Home in the Castro
## 9542 GUEST HOUSE SURROUNDED BY NATURE
## 9543 Scenic Redwood Escape (Santa Cruz)
## 9544 Experience the East Village!!!
## 9545 Heart of Williamsburg, Brooklyn!
## 9546 Big Private Room near Times Square
## 9547 Huge 1BR Apartment + Garden (NoPa)
## 9548 "Cozy Downtown Nashville Cottage"
## 9549 3 BDRM TOWNHOUSE BY FRENCH QUARTER!
## 9550 Historic Boston North End Condo
## 9551 3bdrm 2 bath in the heart of Austin
## 9552 Own bed/bath Best deal in Hollywood
## 9553 Upper West Side-Central Park Apt Available!
## 9554 Charming Prime Williamsburg 2 bedroom Entire home
## 9555 2 RM APT FAB LOCALE in HELLS KCHN PRIVATE SAFE!!
## 9556 Picfair Village Modern Glam House
## 9557 Privacy-Luxury-Killer Ocean View
## 9558 Yellow Door / Heart of NW District Guest Suite
## 9559 Astoria Bedroom
## 9560 Modern Guesthouse in Mid-city LA!
## 9561 Mid-Wilshire Artist Flat
## 9562 Beautiful Studio/Guesthouse 90065
## 9563 The Burbank Sanctuary - Be Pampered
## 9564 5-Star Private Room with incredible amenities!
## 9565 Hollywood Blvd Home PRIME LOCATION Walk everywhere
## 9566 Rustic Private Room and Bath
## 9567 Live Like a Local in Trendy RiNo
## 9568 Spacious House in Prime Silver Lake
## 9569 Guesthouse Private Entrance & Garden Miracle Mile
## 9570 Spacious, sunny, 1 BR in hip area
## 9571 PRIME walking distance from ACL, shopping, bars!
## 9572 Downtown Denver Apartment
## 9573 AWESOME DTLA Loft- Rooftop Hot Tub!
## 9574 Mediterranean Resort living in DTLA
## 9575 Private Room in Historic St. Roch
## 9576 CozyRetreat w/Bikes Near Everything
## 9577 Cozy Brand New Venice Beach Studio
## 9578 Private Rm near T Separate Bunkbeds
## 9579 Amazing Loft Space in One Bedroom
## 9580 Great Couch in Hollywood :)
## 9581 Beautiful and Bright Master Ensuite / Echo Park
## 9582 FQ/Marigny Creole Cottage Beauty - Great Location!
## 9583 Esplanade, City Park, French Quarter & Pool
## 9584 Cozy Broadmoor apartment
## 9585 Upscale Master Close to Everything
## 9586 Nice Condo w/ Balcony - Great View
## 9587 Spacious, Stylish, Sunny Silver Lake Hideaway
## 9588 Salt Water Pool Bungalow & Yurt
## 9589 Charming Cottage by Venice Canals
## 9590 Cozy room in a luxury townhouse
## 9591 New Modern Studio near Downtown/USC
## 9592 Silver Lake Mid-century Modern
## 9593 Famed Mid City District!
## 9594 Beautiful Apt in the Center of NYC
## 9595 OB Upper Villa 1.5 blocks to BEACH!
## 9596 Hotel Pac Hgts 2 Bed Free Car ParkA
## 9597 Vintage Modern Victorian Apartment
## 9598 Live the dream in Modern unit near Beach + Parking
## 9599 LOFT WITH VIEW, Convention center!
## 9600 Washington Park Brick Bungalow
## 9601 Sweet Silver Lake garden apt
## 9602 3 Private Rooms & a Shared Office
## 9603 Private Room in Duplex Near Loop
## 9604 Uptown Gem-Four Bedroom with Pool.!
## 9605 Vintage bungalow loaded with charm
## 9606 Newly Remodled 2Bed 1Bath Apt.
## 9607 2bd Large Condo w Private Parking
## 9608 Cute Queen Bedroom Tropical Decor!
## 9609 Modern Oceanview w/ Big Patio
## 9610 Adorable Custom Finished 1967 Silver Streak Camper
## 9611 2BR Historic Home - Union Station
## 9612 Family Fun 2BR *Times Square*
## 9613 Gorgeous Studio APT in heart of K-TOWN
## 9614 MODERN, LUXURY 3BR+3BA IN HOLLYWOOD
## 9615 house, pool,3bdr,2bath;beach nearby
## 9616 Casa Alta Vista
## 9617 Cozy 2 Bedroom unit, walking distance to train.
## 9618 New Orleans with a Caribbean touch!
## 9619 Wild Honey Loft
## 9620 Clean, Bright Room in Central West LA Location!
## 9621 Historic, awe-inspiring historical home
## 9622 BLUE SUITE - super clean - new bed
## 9623 SoMa Garden Apartment
## 9624 Private Noe Valley Guest Suite
## 9625 1BR SoCo Treehouse Studio
## 9626 Feel good room in Hollywood
## 9627 Spacious Laurel Canyon Hideaway
## 9628 Hot Tub Heaven
## 9629 Williamsburg room, private entrance
## 9630 Central Williamsburg Room
## 9631 Prime Williamsburg Large Bedroom Queen long term
## 9632 Clinton Hill Flat!!!
## 9633 Upper East Side Oasis!
## 9634 Cozy loft blocks from OHSU
## 9635 Cozy Noe Valley Studio
## 9636 Modern Private Room with Outdoor Space 1
## 9637 Portland Broadway
## 9638 Amazing Vacation/Business Getaway!
## 9639 A lively house near Seward Park
## 9640 Casa Corazón (W) near Rush / UIC
## 9641 Midtown 2 bedroom near Times Square
## 9642 Cozy East Side Duplex
## 9643 One Block from the Orange Line!
## 9644 Apartment in Wash Park Home
## 9645 Hollywood PodShare (live & work here)
## 9646 Chaplin Room @ Limelight Manor
## 9647 Historic Ol' Mississippi Beauty!
## 9648 Sweet Retreat in NW Portland
## 9649 OF THE TREE & CLOUDS. KID FRIENDLY!
## 9650 Charming studio w kitchen and bath
## 9651 Spring Street Center Room 3
## 9652 Swanky Beachhome 1 Blk to Beach A/C
## 9653 Beautiful Village 1BR Best Block!
## 9654 Brand new 2 bedroom LOFT,20 min to Manhattan BRICK
## 9655 Lavender Joy Room in Duplex!
## 9656 100 st! cozy and clean UES E Harlem
## 9657 [307] 5 min WALK to Times Square
## 9658 1 bedroom apartment in DUMBO!
## 9659 Oasis Retreats Brooklyn Prospect Lefferts Gardens
## 9660 Clean Loft Bed 17min from Manhattan
## 9661 Clean, quiet + convenient in Greenpoint
## 9662 City Life in Harlem
## 9663 Perfect location in San Diego
## 9664 Huge Private Suite in Hip Mission
## 9665 Cozy Homestay in South Park
## 9666 Belmont Shore Private Room
## 9667 Heart of Hollywood- walk everywhere
## 9668 Spacious, Relaxing and Sunny . .
## 9669 Hyde Park Completely Private Studio
## 9670 Private cottage Esplanade Ave. NOLA
## 9671 Walk to Attractions, Private Garden
## 9672 The Roosevelt Suite - Garden Studio
## 9673 Union Square two bedrooms Guesthouse style apt.
## 9674 Pristine Room and Art Experience
## 9675 The Feathered Nest, a St Johns Home
## 9676 Room near Union St./National Mall
## 9677 Your Heart's in SF: Private Room w/En Suite Bath!
## 9678 Cozy & Chic Magazine Street Getaway
## 9679 LUXURY DOWNTWN LA 2BD APT
## 9680 Luxury Master with private entrance
## 9681 Modern Urban Oasis in Rino
## 9682 Relaxing - Blue Line & Private Bath w/ Breakfast
## 9683 Low Nob Hill Sutter St Studio 2+1px
## 9684 PRIVATE 3 BEDROOM HOME
## 9685 Modern Capitol Hill Studio
## 9686 Beautiful private sunny room near Culver City!
## 9687 40% Off Summer 5BR/2.5BA/Festival!
## 9688 Venice Beach, two blocks from beach, next to canal
## 9689 Best 2BR French Quarter, outdoor Patio!
## 9690 Fleur De Lis Cottage (Walk to St. Charles St)
## 9691 Full Apartment Hollywood Walk of Fame - 1B/1B
## 9692 Charming Denver Carriage House
## 9693 Corbin Villa
## 9694 Charming, Quiet Loft Close to Beach
## 9695 Modern Loft Near DTLA
## 9696 Vintage Charm near French Quarter
## 9697 Modern Apartment in the French Quarter
## 9698 Brooklyn art studio/ loft apartment
## 9699 Cozy and spacious - rare for NYC!
## 9700 Close in near Division & Hawthorne
## 9701 Sunny SF Flat with 5*s 15% Tax Incd
## 9702 Twin Beds in the Perfect Beach Home
## 9703 Ground level mini "apartment"
## 9704 Large New York style loft
## 9705 Cozy Suite near Barclays Center
## 9706 1br in a 2br apartment in Chelsea
## 9707 Sunny Spacious Brookline Apartment
## 9708 Gramercy Apartment
## 9709 Charming Studio in Brooklyn
## 9710 TIMES SQUARE STUDIO Cozy & Private
## 9711 Artist owned brownstone apartment
## 9712 Blue Room for 2 in Brownstone
## 9713 TOTALLY PRIVATE MINI-STUDIO & PATIO!
## 9714 Artsy NOLA Pad
## 9715 CONVENTION CENTER/ GREEK REVIVAL
## 9716 LOCATION LOCATION LOCATION Abigail
## 9717 Midtown Launching Pad
## 9718 Perfect Location, full size bed, private room!
## 9719 Spacious Room in Zero-Energy House
## 9720 Classy Charm in Central PDX (private entry & bath)
## 9721 apartment with back patio & private entrance
## 9722 Clean & Convenient in Brooklyn
## 9723 Private Room (C) @The Society Hotel
## 9724 Nice and Cozy Perfectly Located SF Garden Studio!
## 9725 Cozy Apt in Historic Landmark
## 9726 Home Sweet Stay Culver City/Del Rey
## 9727 Cottage House Balboa Park Downtown
## 9728 Private Guest House - Views/Beach
## 9729 Stunner! 1 Bd Heart Of WeHo.Parking CLEAN :) Quiet
## 9730 Stylish Westwood Retreat
## 9731 1 BD apartment in Georgetown
## 9732 Master Room in Luxury Apartment
## 9733 Private bed&bath, Central San Diego
## 9734 Cozy Private Room Near Transit
## 9735 Private Studio in Seattle
## 9736 Cozy & Clean Apt Close To Downtown!
## 9737 Cozy 2bdr 1 block from Central Park
## 9738 This Charming Flat on the Hill
## 9739 The HEART of SF - Central Location
## 9740 Lux room in SM 5 min to the beach
## 9741 Queen of The French Quarters
## 9742 Cozy Jazzy Awesome Bedstuy Welcome!
## 9743 SPACIOUS DUPLEX WITH NEW KITCHEN AND PATIO!
## 9744 Bright, boho-chic bedroom near DTLA
## 9745 Private Cabin with Views and Charm
## 9746 Cozy sunny room in shared apartment
## 9747 Private room steps from Times Sq!
## 9748 Spacious Sunny Park Slope Penthouse
## 9749 Spacious Mid Century Modern with Projection Wall!
## 9750 Spacious.Free Parking.Own Entrance
## 9751 Garden Cottage in the Castro
## 9752 Sunny Creative Studio Couch w/ City View & Balcony
## 9753 SUPER BIG AND COZY PRIVATE BEDROOM
## 9754 Manhattan *SuperHost* Luxury Master Bdrm PRIVATE
## 9755 SUNNY STUDIO MIDTOWN EAST W/DOORMAN
## 9756 BEAUTIFUL DESIGNER SOHO LOFT
## 9757 Downtown Garage Studio
## 9758 Bungalow in the Heart of S. Austin
## 9759 Cozy 1BR Apt w/ private entrance
## 9760 Private Guest Wing in Burbank, Ca.
## 9761 Comfy Private Room/PARKING
## 9762 Spacious 2 bedroom apartment!
## 9763 Bed & Breakfast in Treme! (Coco)
## 9764 Historic North End Modern 2 Bed
## 9765 Vintage Charm near French Quarter
## 9766 Spacious 3br home next to transit! Great area!
## 9767 Private Bath Suite
## 9768 Cozy Studio Apartment
## 9769 Cozy room in the heart of SoMa!
## 9770 Private, free parking & breakfast, SFSU, muni,bus
## 9771 Luxury PanoView NoeValley Penthouse
## 9772 Harmony & Labyrinth by the Bay
## 9773 comfy oceanside nest
## 9774 Big cute clean Casita in SxSAustin!
## 9775 Bed & Breakfast in Treme! (Relax)
## 9776 Spacious Beverly Hills Bungalow
## 9777 Garden View room in NE
## 9778 Private Apt in Manhattan !!!
## 9779 Big Sunny 3rd fl Room at Brooklyn&Breakfast
## 9780 Private guest house in Los Feliz
## 9781 Large newly renovated studio
## 9782 Private room in perfect location
## 9783 Canyon Romance at the "Birdhouse".
## 9784 Los Angeles Downtown - Lucky 9
## 9785 420 Traveler's Cavern
## 9786 Charming Mid City Private Studio
## 9787 Elegant Lower Garden District Home
## 9788 self check-in ,nice quiet convenient area 04
## 9789 Irish Channel Artist Loft
## 9790 Ideal Astoria Room for Rent In NYC
## 9791 Comfortable Room in Artistic Condo
## 9792 Peaceful San Diego Canyon Loft
## 9793 Tree top views in artsy Fremont
## 9794 Guest Room in Renovated Apartment
## 9795 The Spacious Garden Downtown Luxury Getaway!
## 9796 Lovely Torrance Cottage
## 9797 Designer Barn at Base of Angeles National Forest
## 9798 Charming Guest Loft w/Private Entr.
## 9799 West Hollywood Paradise with Pool
## 9800 Roomy oasis in trendy Dolores Park/Castro/Mission
## 9801 Detached mini studio with full bath & kitchenette
## 9802 LUX Prospect Park Historic 1BR near 2,5,Q&B trains
## 9803 Williamsburg 1300 sq ft 2 bedroom
## 9804 Great room priv/bathrm Eastside location 70's ST
## 9805 Hip Hilltop Home in Downtown Austin
## 9806 Lincoln Park Duplex Near CTA & More
## 9807 Modern Studio in East Lake View
## 9808 Cozy Private Room Near Downtown
## 9809 Luxury Loft in Heart of Downtown
## 9810 2 Bed. Apt. Near Light Rail/Downtwn
## 9811 40 ft RV, very spacious.
## 9812 3/1 Harvard MIT Downtown Subway
## 9813 Near PCC, Master bedroom with private bath(180)
## 9814 Near Disney, Universal Studios & Hollywood
## 9815 Private Uptown/Freret Studio
## 9816 Luxury Pacific Heights Penthouse
## 9817 A Good Place To Stay
## 9818 Charming Home in Chicago
## 9819 GARDEN DISTRICT MODERN LUXURY CONDO
## 9820 Middle of it All in Pike/Pine
## 9821 PB FLAT MINUTES FROM THE BEACH
## 9822 Downtown studio uptown finishes
## 9823 Castro, Large, Sunny, Comfortable
## 9824 Spacious Los Feliz Silverlake Apt
## 9825 Sleep in the Clouds - Terrace
## 9826 Jasmine Studio by Beach-Deck&Garden
## 9827 Master Suite 1BD/1BA HeartDC
## 9828 Beautiful Warm & Spacious 1.5BR Apt
## 9829 Lodge with the Cool Beans
## 9830 Beautiful Brooklyn Brownstone
## 9831 Cozy Room Close to Prospect Park / Prospect Zoo
## 9832 Private Room in a Riverside Duplex Apartment
## 9833 Studio in the Family Brownstone
## 9834 Sunny South Park Middle House
## 9835 Cozy garden view rm, hear the waves
## 9836 Cozy, Quiet East Village Studio
## 9837 Living Room in Manhattan
## 9838 Mississippi Entire Upstairs Room
## 9839 [205] 5 min WALK to Times Square
## 9840 Lovely room in doorman building
## 9841 Amazing Private Room in Soho
## 9842 Arts District Historic Bungalow
## 9843 Central Austin Bungalow
## 9844 Quiet North Portland Southern Charm
## 9845 PENTHOUSE in PERFECT LOCATION w/VIEWS
## 9846 36 ft Double Cabin Boat
## 9847 Moroccan Master-Luxurious,New,Views,Prkg
## 9848 Large, private 2BR in historic brownstone
## 9849 Great Large 1 BR apt in East Village!
## 9850 Roosevelt Island Charm
## 9851 Charming Housebarge w/ outside deck
## 9852 Central Spacious Minimalist Studio
## 9853 Cozy & PrivateRoom in BK Modern Apt
## 9854 Cheap but convenience
## 9855 Ensuite Redroom
## 9856 Best Chelsea Street. Private Room.
## 9857 Great Room in Williamsburg (uriel)
## 9858 Spacious Manhattan One Bedroom Apt
## 9859 midtown / upper east side
## 9860 Huge Manhattan Queen Sized Room in W/ Park View
## 9861 Central Culver City, Spacious and Modern +Parking!
## 9862 Walk to Staples & Convention Center
## 9863 Peaceful apartment in duplex
## 9864 The Dolphin Octagon
## 9865 Malibu Hills Luxury Suite Retreat
## 9866 Uptown 1BD-Great Location steps to St Charles Ave
## 9867 Downtown oasis: Master bdrm+bike
## 9868 Private Studio in Highland Park
## 9869 WickerPark/Bucktown: 2 BEDROOM FLAT
## 9870 Save , walk to airport & train
## 9871 Room w/ Rooftop & Balcony in L.E.S
## 9872 Private room in Williamsburg BK gem
## 9873 Spacious and clean room in Back bay
## 9874 LIVING THE DREAM IN HOLLYWOOD !!!
## 9875 Stay in heart of Hollywood,Studio
## 9876 Cozy Room near Universal Studios...
## 9877 Chateau de Fig, 1BD guesthouse
## 9878 Sunset suite! With Private porch..
## 9879 Cozy Hillcrest place newly remodeled in prime spot
## 9880 hillside hideaway with mtn views
## 9881 Spacious 1915 Condo near Lake!
## 9882 Walk Washington Park; Quaint 1 BDR
## 9883 Welcome home to Swede Hill
## 9884 The Wicker Park Manor - 4 Stories, 9 Beds, 4 Decks
## 9885 Luxury Accommodations In Chicago
## 9886 AirBnBEATLES! Private room in Logan Square
## 9887 3 BD Downtown LA Lil Tokyo Staples!
## 9888 Beautiful Bungalow - Business Ready,patio,a/c,w/d
## 9889 Del Rey Designer Vintage Luxe Garden Cottage
## 9890 DragonflyHill Urban Farm: Frida Room: Walk to DTLA
## 9891 STAY DOWNTOWN, ON BROADWAY!
## 9892 Quiet Park Slope Apartment
## 9893 2 bedroom apt next to Central Park
## 9894 Huge room 20 min to City
## 9895 Beautiful Sunny Top Floor 1BD Flat
## 9896 2bed Apt, Chelsea NY, God Bless U
## 9897 Awesome NYC Room w/ Priv. Bathroom
## 9898 Charming, Modern Studio - Hyde Park
## 9899 Studio in the Mission
## 9900 Seattle Discovery Birdhouse
## 9901 BRAND NEW WTRFNT nxt2 PIKE PLACE!
## 9902 99 Downtown Walkscore Lux 1BD
## 9903 Beautiful & Spacious Gramercy 1 BR
## 9904 Modern 1BR Flat/ Heart of Portland
## 9905 Comfortable apt with parking!
## 9906 Great 1BR convenient to everything!
## 9907 Beautiful Studio in posh Upper East
## 9908 :: Spacious 1bedroom, great loca ::
## 9909 TIMES SQ BLCK AWAY w/ SUNNY BDRM
## 9910 Cozy Queen Bedroom in CrnHts BKLYN
## 9911 Jacuzzi, Beautiful View, Wi-Fi
## 9912 Private suite in Lincoln Square
## 9913 Downtown Los Angeles Luxury Resort
## 9914 KTown Studio/private yard/firepit
## 9915 S Charming 2 Bed Duplex House
## 9916 Luxury Town Home (#203)
## 9917 BUDGET LOFT A - TRENDY BUSHWICK BK!
## 9918 STUDIO APT 1. IN PROSPECT LEFFERTS GARDENS
## 9919 Home Near Alberta St & Williams St
## 9920 Bernal Heights / Mission 1 Bedroom
## 9921 Mid Century Modern
## 9922 Vintage Apartment Pike-Pine
## 9923 Garden Cottage on Tree-Lined Street
## 9924 Paddy Pad
## 9925 Studio with private street entrance
## 9926 Modern Luxury in the Heart of SD
## 9927 Rose Edwardian, Bed + Living room Suite
## 9928 Splendid NOLA Design by the Quarter
## 9929 Beautiful Designer Gem Near Beach!
## 9930 Comfortable Home in Hollywood
## 9931 Modern Venice Craftsman Home Oasis - Buffalo Room
## 9932 Spacious Private Studio walk to Universal Studios!
## 9933 Garden Apt in Historic NOLA home
## 9934 4 BDS, Parking, Artist Loft!
## 9935 Gorgeous Private 2 BD Home in PB
## 9936 Amazing Location in Hillcrest
## 9937 Lovely 2BR Condo w/96 Walkscore!
## 9938 Private basement apt close to Metro, easy parking!
## 9939 Fabulous East Bay Flat w/ Parking!
## 9940 Lovely bright, spacious Nolita gem
## 9941 Victorian Garden Suite in NOPA
## 9942 Walk Ballard! Bright Basement 2Bdrm
## 9943 Private 1-bedroom apartment in scenic neighborhood
## 9944 William Green Hill House Annex
## 9945 Canyon Home Rose Bowl JPL location
## 9946 Hollywood Hills Laurel Canyon
## 9947 The Venice Jungalow
## 9948 Large, sunny and private Uptown home
## 9949 Gorgeous Historic Hyde Park Cottage
## 9950 Caltech and Huntington Convenient
## 9951 Private Silver Lake Oasis
## 9952 RESORT STYLE FREE PARK UCLA/SANTA MONICA/BRENTWOOD
## 9953 EXPERIENCE HOTEL LIVING at a New Luxury Building.
## 9954 bright room + bath @ Casa di Scale
## 9955 Artistic home, free parking
## 9956 A few Steps from Times Square
## 9957 Cozy bedroom in Spanish Harlem
## 9958 Sunny Oasis w/Full Kitchen,Parking,Free Cocktail!
## 9959 Custom Home in Beautiful Canyon
## 9960 Hyde Park Carriage House
## 9961 Lofty 1br. No Frills, GREAT Location!
## 9962 Hollywood Haven Retreat Home
## 9963 Private Room in Wrigley/Boystown
## 9964 Hollywood Hills Guest Apartment
## 9965 Brand New Modern in Hollywood Hills
## 9966 Modern & Tidy Room
## 9967 Your Privet:Bed+Bath
## 9968 Urban Homestead Garden Guesthouse
## 9969 Downtown Hostel - FEMALE BunkBed #1
## 9970 Library in castle-like home
## 9971 Walk to Everything in DC!
## 9972 Large, comfy, light, garden studio
## 9973 Amazing Beachfront 3 bedroom/2 bath
## 9974 Suite in Stunning Potrero Hill
## 9975 Contemporary 2 Bedroom Apartment
## 9976 Luxury Brownstone in CoHi - 6 BR. Great for Groups
## 9977 Downtown INSANE water Views 1/1
## 9978 Fantastic flat in West Town
## 9979 Charming Apartment, Jamaica Plain
## 9980 Bright, Zen Beverly Hills Townhome
## 9981 DOWNTOWN LA SKYLINE VIEW 3BR/2BA PENTHOUSE
## 9982 Best Location! Epic Views! 3beds!!
## 9983 Vintage style Eastside bungalow
## 9984 [303] 5 min WALK to Times Square
## 9985 Urban Refuge on the Upper West Side
## 9986 Awesome Ocean-View Home Available
## 9987 Big PRIVATE room for a group! Hollywood, central.
## 9988 LAKESHORE STUDIO + PARKING 5 MIN TO MILLENIUM PARK
## 9989 Central Park Views 2Bath 2Bed Home
## 9990 Quiet bedroom, quilts and parking
## 9991 Private Room near everything!
## 9992 Cozy, Brooklyn, Prospect Park Studio
## 9993 Charming 1 BR in the heart of Chelsea/West Village
## 9994 Beloved Brooklyn style appartment
## 9995 Luxury 4 bdrm House w Roofdeck Perfect Location!
## 9996 Cozy Duboce Triangle Bedroom with Private Bathroom
## 9997 4 bedrooms in a Quiet neighborhood
## 9998 DTLA Hilltop retreat with THE view
## 9999 Charming Studio with SunRoom
## 10000 Quiet Bungalow in Echo Park. Gem!
## 10001 Pasadena Bungalow
## 10002 Charming West Hollywood Apartment
## 10003 Boston around the block,fenway park
## 10004 Modern Venice Sanctuary
## 10005 MiMi & Addie's Studio M
## 10006 Suave Alphabet City Views/Heart of L.E.S.
## 10007 Indulgent Victorian/❤ Of SF 2bdrm
## 10008 In the Heart of Seattle
## 10009 Chic Urban Oasis - fireplace & view
## 10010 Capitol Hill free streetcar to B&B
## 10011 Private Room, Mid-City Family Home
## 10012 "Henriette" Suite in Treme steps to French Qtr
## 10013 Mid Century Oasis
## 10014 ALICE IN HOLLYWOOD, BRAND NEW LUXURY 3BR+3BA
## 10015 Large 1b/2ba: Close To Everything
## 10016 Budget Frenchmen Street room *please read summary*
## 10017 Hollywood Sign Best View Apartment
## 10018 Charming Peaceful Pool House
## 10019 Chic Hyde Park Casita
## 10020 Birds and Mountains Room
## 10021 Charming 2BR Brownstone near subway
## 10022 The Darlington Arms, Central Austin
## 10023 2-story townhouse near beaches, airport and, UCLA!
## 10024 Stay in Hollywood like a Star
## 10025 2BR, 2Bath Koreatown + 2Parking #2
## 10026 180* CITY VIEWS, Celebrity, HOLLYWOOD, MODERN, Pvt
## 10027 Ultimate Venice Beach Experience with Ocean Views!
## 10028 West LA Guest House, Expo Line Light Rail Access
## 10029 Cozy guest house with private deck
## 10030 3,000 sqft Full home is pac heights
## 10031 Pearl in the Park
## 10032 Family-friendly
## 10033 New & Nearby Convention Center (2bd, 1bth)
## 10034 Capitol Hill Excursion Part three
## 10035 Sunny two-bedroom apartment near Golden Gate park
## 10036 Brookland Cottage
## 10037 South Mission Beach / Bay to Ocean
## 10038 Entire flat in the Outer Sunset for 6
## 10039 Convenient Room Near Subway ABCD&1!
## 10040 Master Bedroom w/ 2 Beds, Private Bath, Parking
## 10041 One bedroom apartment in great area of Manhattan
## 10042 Beautiful room in Historic Flushing
## 10043 Cozy, Quiet apt on Eastern Parkway
## 10044 Easy&Adorable! LG Room15toManhattan
## 10045 PRIVATE STUDIO: L TRAIN WATERFRONT
## 10046 Cozy private room, Williamsburg
## 10047 Modern 2 Bedroom Private Apartment
## 10048 Stunning NYC Views
## 10049 Artist's Loft- Deck w/View
## 10050 Private Bedroom in LES Duplex Loft
## 10051 Modern Master - Brand New High Rise
## 10052 Spacious City Retreat Near Metro
## 10053 Cozy Garden Apt. Near Alberta St.
## 10054 2 BR Row House Apartment
## 10055 Walk 2 Central Park!Mins 2 Times SQR
## 10056 Cozy 1950s 2BD N. Central Austin
## 10057 Cool vintage close to transprt, bars, restaurants!
## 10058 theExec Mini Apartment by Hollywood
## 10059 JAZZ FEST ! Shotgun by French Quater
## 10060 On Trolley Line - Tulane / Loyola University Area
## 10061 Live Like A Local In East Cottage
## 10062 Woodstock modern apartment
## 10063 The Artist's Nook
## 10064 S.E. Portland Division/Clinton
## 10065 Walker's Dream on Queen Anne Hill
## 10066 Spectacular Tel Hi 3br Penthouse
## 10067 Under The Sea @ Columbia Heights
## 10068 Pre-war 1 BR + Loft off the park
## 10069 Spacious Prospect Heights Apartment
## 10070 Huge Duplex only minutes from NYC
## 10071 Lower East Side 3 br-2ba
## 10072 Private Suite and entrance in townhouse
## 10073 Levite Alms' haven in Brooklyn, NY
## 10074 Cozy Spacious Double Bed #1 Near JFK and J Train
## 10075 Private Lovely West Village Studio
## 10076 Private Room in Gorgeous Loft!
## 10077 Charming studio for rent in Astoria
## 10078 Penthouse LOFT Downtown San Diego
## 10079 Gorgeous Moroccan Style Penthouse
## 10080 Sunny Guesthouse - Walk to CalTech
## 10081 2BR/2BATH w/Pool View On The Walk Of Fame!
## 10082 Private room in a beautiful space!
## 10083 Luxurious Cozy Guesthouse Retreat
## 10084 Charming Oasis on Esplanade
## 10085 Clean spacious bright home w/ parking!
## 10086 Private Bed & Bath in Edgewater/RP
## 10087 Huge Bright 1 bedroom walk 2 train.
## 10088 Perfectly Located BUCKTOWN Apt!
## 10089 Modern Chic Minimalist
## 10090 Clean New Beautiful Studio Apt
## 10091 Central Times Square w prvte bath
## 10092 STUNNING 2BD IN HEART OF HOLLYWOOD
## 10093 ARDMORE MINI-1BEDROOM [No.1]
## 10094 1920's Pre Hollywood Bungalow
## 10095 Gorgeous Renovated Apartment in DC!
## 10096 Central & Convenient
## 10097 Private Room+Bath in Historic Famous Fantasy House
## 10098 Remodeled Lux Studio Culver City!
## 10099 Private + Modern Upstairs Oasis
## 10100 Cozy Hollywood Hills Apt with Pool
## 10101 Home Sweet Home in So. California 2
## 10102 *Bike to Venice Beach: 1 or 2 BR
## 10103 Private Apart 1mn from the subway
## 10104 Spacious, walkable Oakland studio
## 10105 Nopo studio w/ kitchen near MAX
## 10106 Wonderful 2 Bedroom Modern Oasis
## 10107 3br/3ba. modern, roof deck, garage
## 10108 Cozy Capitol Hill Home
## 10109 2BR Apt Near Central Park UES
## 10110 Bali Hotel in the Hip and Cool NEPO
## 10111 English Basement in Capitol Hill DC
## 10112 Luxury 2 Bedroom w/a Capitol View!
## 10113 Great room in historic Clinton Hill
## 10114 Cozy Apartment with Garden
## 10115 Spacious 2 bed- Blue Line. Avondale
## 10116 1bdr McCormick Place/ South Loop/Close to downtown
## 10117 Huge Loft with Wow Factor near Train!
## 10118 Large private bedroom near beach.
## 10119 Lrg. Master Bed & Bath | Pool/Spa!
## 10120 Ocean front views! Private bed & Ba, Free parking
## 10121 Firehouse Loft with Harbor Views
## 10122 Sunny Room to Rent in Cool Astoria!
## 10123 Spacious 1 bedroom sunny apt
## 10124 20 Minutes to Manhattan, Astoria!
## 10125 The Williamsburg Cottage
## 10126 Modern, private 1BR basement apt
## 10127 NEW! Creative Flair/Local Style NE
## 10128 Alberta Arts Bungalow - 4 Bedroom
## 10129 Bamboo Garden Apt in Irvington
## 10130 Peninsula Haven-Walk to U of P
## 10131 Spacious & Perfectly Located Loft
## 10132 Large sunny BR close to downtown
## 10133 NOLITA AMAZING Spacious!
## 10134 Cozy Room w/Breakfast + Coffee/Tea
## 10135 Cozy Blue Room: Haight, Central SF!
## 10136 Large master bedroom with fireplace
## 10137 Hummingbird House
## 10138 Large modern 1BR, close-in SE
## 10139 Hilltop 2 Bedroom Suite Near Trails - Shared House
## 10140 Luxury tiny house in the marigny
## 10141 Charming Apartment in Uptown
## 10142 Cute Echo Park Bungalow
## 10143 Private studio in the house
## 10144 The Purple House by Tulane U.
## 10145 Marigny Gem- Artfilled House with clay studio-FUN
## 10146 DuPont Place 2 - Metro, kitchenette
## 10147 Private San Francisco Suite
## 10148 3Bedrooms/2Baths/Terrace/Doorman
## 10149 Fabulous Family Getaway
## 10150 Best Home in West Nashville!
## 10151 Gorgeous Hollywood 1 Bdrm
## 10152 Vintage Spartan Trailer Echo Park
## 10153 Garden District 3bd with Parking
## 10154 Bright and Large 3 bedroom close Red Line Train
## 10155 Guest Rm in cozy eclectic WEHO Home
## 10156 Serene Park Slope Garden Apartment
## 10157 Secluded "B and B" in Oakland Hills
## 10158 Great Bushwick Studio Apartment
## 10159 Luxury 3 BD Private Home in Boston
## 10160 Romantic '20's Spanish Guest House!
## 10161 Vintage Modern garden apartment
## 10162 Modern Quiet Gem Near All
## 10163 LOVELY LOFT NOHO/EAST VILLAGE!!
## 10164 A Cozy & Sunny Apt 18min to downtown
## 10165 Comfy Room in the Heart of DC
## 10166 GreenwichVillageHome / private entrance LOW PRICES
## 10167 Private Room, 1 bed, 2 guests, Manhattan UWestside
## 10168 Sunny Studio w/ two beds by Empire State Building!
## 10169 New Townhome in West Seattle
## 10170 Private Room+Bath OCEAN VIEW HOUSE
## 10171 Modern S. Austin Garage Apartment
## 10172 Cajun Home New Orleans
## 10173 Small Private Room E in stuite Bath
## 10174 Cozy SoCo Guest House
## 10175 Cozy Room in the Heart of Echo Park
## 10176 Cozy Room & Fresh Roasted Coffee
## 10177 Comfortable 3BR PERFECT LOCATION
## 10178 Historic Carriage House and free pool close by
## 10179 WALK OF FAME LOFT- 2 STORY, 2 QUEEN BEDS
## 10180 Cozy bedroom in beautiful townhouse
## 10181 Cozy, modern 3 BR cottage by beach
## 10182 Cozy Modern Jabberwocky Studio!!
## 10183 B... Broadway .Financial .Chinatown
## 10184 HWood Hills Private Pool Villa & VIP Treatment!
## 10185 Nawlin's Charm- 1 Block St. Charles
## 10186 Just Like Home #1
## 10187 Blue Collar Apt in Cool Astoria NYC
## 10188 NICE 1 BDR-MIDTOWN WEST/TIMES SQ
## 10189 Quiet Room in HK/Theater District
## 10190 [206] 5 min WALK to Times Square
## 10191 LOW RATES DOWNTOWN CONDO WALK TO FRENCH QUARTER
## 10192 Mini Studio in NY city safest area
## 10193 Dorm Beds @ Social SF Hostel #10
## 10194 Italian Style Beautiful 2bd Condo in DTLA
## 10195 COZY HOLLYWOOD CARRIAGE HOUSE
## 10196 TiKi Hut Near HoLLyWooD & Dodgers
## 10197 3 bed Wrigleyville Flat Sleeps 8!
## 10198 Downtown Condo With Amazing Views
## 10199 1920’s Hollywood Hills 1BR oasis
## 10200 Peaceful Retreat near Downtown LA–Quiet Garden
## 10201 Duplex Home North Hollywood/ LA
## 10202 Private room,nice view,Bicycle/s,no cleaning fee
## 10203 12 South Guest Cottage, Location!
## 10204 Calm, blue room in the Mission
## 10205 East Side Flat~ Prime Downtown Location
## 10206 Between "hip and home" (and park)!
## 10207 Clean & Quiet RM near DC Navy Yard
## 10208 Garden Cottage
## 10209 Dapper Urban Loft in DTLA
## 10210 Updated 2/2 Craftsman - S. 1st/SoCo
## 10211 Spacious Park Slope brownstone
## 10212 Victorian Full Bed
## 10213 Centered on Centre
## 10214 CONVENTION CENTER, HISTORICAL 1831
## 10215 Large, Two-Story, 2Bed/2Bath
## 10216 Clean mint private bedroom & bathroom.
## 10217 Cozy Room Minutes From Train!
## 10218 Stunning Views! Perfect Location!
## 10219 PRIME MASTER SUITE SUNSET BLVD/WEHO
## 10220 Cozy Cottage with beautiful yard!
## 10221 Alberta Arts studio apartment
## 10222 Two bears, two cats & tranquility
## 10223 Quiet, Comfy Garage Apartment
## 10224 DTLA pod in the Arts District
## 10225 PrimeLocMinimalist Charming Bungalow w/Parking
## 10226 Lovely room Hollywood & Los Feliz
## 10227 Sunny & Cheerful Home near French Quarter!
## 10228 Nisene Marks Dreamin'- Cabin Fever!
## 10229 Spring Street Center Room 1
## 10230 Charming Getaway with Skyline View
## 10231 B&B- Queen Bed& local/organic breakfast
## 10232 Yellow Room- Quiet Sunroom Reuse
## 10233 Amazing 3BR Duplex East Village
## 10234 Cute Apartment in Hell's Kitchen
## 10235 Hawthorne Hideaway: Tiny House w/Driveway Parking
## 10236 Intimate Castro Studio w/City View
## 10237 Bohemian Beach House
## 10238 Big Sunny Garden Apt
## 10239 Chic 3BR loft in the heart of Soho
## 10240 Location Location Location!!!!
## 10241 Real 1 BR in Trendy Two Bridges/LES
## 10242 Beautiful Private Room on Wall Street!
## 10243 Comfy Room in Family Home Near LGA
## 10244 Airy 2 Bdrm in Great Brooklyn Nabe
## 10245 Cozy room in the heart of LES
## 10246 NYC 3Bedrooms 2Bathrooms Sleeps 8
## 10247 Luxury Studio in Marina District
## 10248 Cozy blue rowhouse on Capitol Hill
## 10249 Duplex - Private Terrace - Times Sq
## 10250 The Hancock a Beautiful Brownstone
## 10251 Art Deco Home Featured in Oregonian
## 10252 Apartment: Mount Tabor/Hawthorn
## 10253 Luxury Italian Style Apartment in Downtown
## 10254 Private Cozy Room in West Hollywood
## 10255 Los feliz Village Eclectic Townhome
## 10256 The Fifth Sister in the Bywater
## 10257 Woodland Tiny House Nashville
## 10258 The Alberta Arts Bungalow
## 10259 Cozy room in historic row house
## 10260 Private Room-Free Parking
## 10261 Georgetown One bedroom
## 10262 Adorable Convenient Room!
## 10263 Peaceful Room in Dumbo Art Loft
## 10264 Big 1.5 bedroom on a great block-Private apt
## 10265 1 bedroom w/ Queen bed, 5 minutes from Manhattan.
## 10266 F1 Cozy and Cute by the Park & Metro
## 10267 Modern, Spacious Art-Deco 2BD/2BA LOFT in SoHo
## 10268 WOW DEAL! Sunny downtown apt
## 10269 Glenview Private Apartment
## 10270 Private Micro Room 2
## 10271 Near NYU Airy & Spacious 1BR on Ludlow & Rivington
## 10272 Authentic Soho Loft (1200 sq ft)
## 10273 Warm and Cozy Room in Hip Iconic Brooklyn!!!
## 10274 Bright sunny room in NYC!
## 10275 Historic Victorian Apt in Highlands
## 10276 Modern 1BR/2BA Logan Square Condo
## 10277 Guest House near Universal Studios
## 10278 12th Ave South Urban Oasis
## 10279 Modern Home Near SoCo + DT Austin
## 10280 8 Bed Oceanview Venice/Santa Monica on the Beach!
## 10281 Simple, two-full beds, private bath
## 10282 Prime Location: The Grove. Farmers Market & Malls!
## 10283 Burbank Millennial Hideaway
## 10284 Sweet Spacious Country in the City
## 10285 Brand New Apartment in Classic DC Row House
## 10286 Private Castro Studio with 2 beds
## 10287 Condo in the Heart of Gaslamp III
## 10288 Gorgeous DTLA Industrial Loft w/City View
## 10289 1 Bdr & Patio near Major Los Angeles Studios
## 10290 Library
## 10291 Room & bath in lovely West LA home!
## 10292 Charming Tudor in East Nashville
## 10293 2 blocks to Rainey! Walk downtown!
## 10294 Tree House Retreat in North Park
## 10295 Hayes Valley Spacious Flat (1 BR+) With Parking
## 10296 Lovely Bedroom with Private Bath
## 10297 Modern Townhouse in Capitol Hill
## 10298 1932 Guest house w/Spanish Charm
## 10299 Private 1Bed Apt, Heart of LA/Grove
## 10300 (ENJOY TRUE SOUTHERN HOSPITALITY)
## 10301 Echo Park 3 Rooms 60's Classic, sep wing V private
## 10302 Very comfortable couch/bed!
## 10303 Eagle Rock! Tower of Awesome!
## 10304 Ma Maison Marigny
## 10305 Southern Plantation - Hot Location
## 10306 The Best of New Orleans with Off street parking
## 10307 Mississippi Ave. Private Entry Apt
## 10308 Tiny House Cabin in NE Portland
## 10309 Stunning Soho 2 bedroom Apartment
## 10310 Sunny Private Room in Brooklyn
## 10311 Near City, Cozy & with Family
## 10312 Exposed Brick 2 Bdr Apt in Flatiron
## 10313 Comfy room, minutes from metro!
## 10314 Luxury 2BR/2BTH on The Highline
## 10315 Sunny 2 bedroom Apt in Brownstone
## 10316 Skyline View in E. Williamsburg NYC "Great place"
## 10317 Plantation Home in Heart of Austin
## 10318 A sweet Spot- Hawthorne Blvd Boutique Home
## 10319 1 Bedroom Apartment: Central & Fun Location!
## 10320 Art Deco Parkside Apartment
## 10321 Walk to the Beach, Forest & Shops
## 10322 Modern Apartment near 45th St & UW
## 10323 Perfect Timeshare/Hotel (Union Sq.)
## 10324 Eastern Market Suite "George"
## 10325 Spacious 2 Bedroom APT in the heart of Herald Sq
## 10326 Mid-Manhattan East side Sanctuary!
## 10327 Adorable Studio In West Village
## 10328 Spacious Retro Studio in Bushwick
## 10329 Modern & Relaxing apartment by Subway,
## 10330 Spacious Loft 5 min to Union Square
## 10331 Lincoln Park Oasis - Unit 2 ONLY
## 10332 Storybook Lodge w/ Heated Pool
## 10333 Sweet Spot in Nightlife Central
## 10334 Large Brooklyn Apartment Sleeps 5
## 10335 CHELSEA BEAUTIFUL NEW APARTMENT !!!
## 10336 BK's Finest Courtyard Rm close to transportation
## 10337 Garden Studio in Montclair Hills
## 10338 Amazing 1 BR Apt in E. Village, NYC
## 10339 Gorgeous Renovated Soho Studio!
## 10340 Sunroom/laundry room-shared house
## 10341 Beautiful, large, Morningside apt
## 10342 Private Room in Williamsburg Loft
## 10343 Guest Apartment in Owner Occupied Home
## 10344 Victorian Pure & Simple Room to Relax Comfortably
## 10345 Woodley Park Studio Apartment
## 10346 Historic Hollywood Gem
## 10347 Sunny Room PrivateEntrance FreeParking
## 10348 Room with a garden view
## 10349 Marigny Restoration near Frenchmen
## 10350 Just Like Home
## 10351 Twin Peaks 1BD, 180' Views Getaway!
## 10352 Gallery Residence
## 10353 Cozy Williams/Mississippi Studio
## 10354 Private 1 bed room Loft for rent
## 10355 Cozy Bungalow near Sunset Junction (AC + Parking!)
## 10356 Relaxing Mid-Century Modern Retreat
## 10357 Highland Park Casita
## 10358 Discount tonight! Studio Denver
## 10359 3 Blocks to Capitol Building! LOCATION!!!
## 10360 Room in San Francisco View Home
## 10361 San Diego Balboa Park Guest Room
## 10362 Cozy SE Portland Apartment
## 10363 Modern DuPont Studio #3
## 10364 Ideal High-End & Modern Suite- Walk to Everything!
## 10365 Charming Andersonville 1BR - Yours
## 10366 LUXURY 1BD/1BA DOWNTOWN LONG BEACH
## 10367 2BR/ 3BA/ 4Beds L.A. Home
## 10368 3 Bd 2 bath centrally Los Angeles
## 10369 Garden Cottage near Occidental
## 10370 Historic 2BR with Original Charm!
## 10371 The Diversity Inn
## 10372 Urban Farm Fun 2!
## 10373 Master bedroom with bathroom
## 10374 Charming private Bedroom in WeHo
## 10375 [203] 5 min WALK to Times Square
## 10376 DOWNTOWN LA CITY VIEW POOL STUDIO A
## 10377 LOCATION! LOFT UNIT HOLLYWOOD!
## 10378 Crash and Make New Friends! (Unavailable)
## 10379 Charming Poolside Guest House
## 10380 Art Deco Loft in DTLA Los Angeles
## 10381 Urban Oasis / Private Guesthouse
## 10382 Private Efficiency Apt SE Portland
## 10383 Comfy & Roomy in SW Portland!
## 10384 Detached Studio Near Downtown & Zoo
## 10385 Bedroom #7
## 10386 Space to rest near LaGuardia one night layovers
## 10387 The Ritz of NYC's Private Room options!!!
## 10388 Amazing UWS /Central Park West Location
## 10389 Sunny One Bedroom In Williamsburg (Monthly Only)
## 10390 Cozy Efficiency with Character
## 10391 Modern & Luxorious Pacific Heights Apartment
## 10392 The SoCo Airstream is so fun! #23
## 10393 Sunny Knights Room
## 10394 Elegant 1BR Condo in Chicago
## 10395 West LA Private Apartment
## 10396 Casa Marina, just read the reviews
## 10397 Mardi Gras on the St. Charles Line!
## 10398 Private Studio in Del Rey
## 10399 *LovelyBrightRoom#1*in*CentralApt*
## 10400 BRONZEVILLE OASIS I - Mins to UofC
## 10401 Walk to French Quarter-Private Room
## 10402 East Nashville | Close to downtown
## 10403 Quaint cottage in historic district
## 10404 "Jackson Hill"... 700sq Castle Room
## 10405 NE BUNK-HOUSE : Queen Bunk - TOP
## 10406 Stumptown Cottage in Eastmoreland
## 10407 Private Room in The Nations
## 10408 Amazing apartment Beverly Hills adj
## 10409 Blues,brews,and bicycle guesthouse
## 10410 Amazing 1 Bedroom + Backyard(for 4)
## 10411 Comfy Manhattan Living Room for 1-3
## 10412 Private setting, very convenient!
## 10413 Great Quiet LA Location! Own Room & Bath!
## 10414 Clean, Modern Backhouse in Mid-City
## 10415 Rose Bowl/Old Town - Craftsman
## 10416 2-bed Craftsman apartment w/Designer furnishings
## 10417 Bright and Sunny Best Location
## 10418 Cozy room1; Silverlake, Los Angeles
## 10419 Bright, Modern Beach Condo - Walk to Sand & Pier!
## 10420 Bunk bed near Hollywood blvd
## 10421 2 Beds-Close to JFK & La Guardia, Train & Bus
## 10422 Lovely Upper East Yorkville 1 BDRM
## 10423 BUDGET LOFT C - TRENDY BUSHWICK BK!
## 10424 Convent Ave & 127st Col Univ RM 2
## 10425 Cozy private room
## 10426 Fresh Fun Walk to Convention Center
## 10427 Walk to UT, downtown! Cozy bed/bath
## 10428 1930's Vintage Bungalow off SoCo
## 10429 Malibu - Panoramic White Water Ocean View Retreat
## 10430 Private 1+1:King+WiFi+Parking+Desk
## 10431 Walkable Guest Apt in Silver Lake
## 10432 3 BR Barcelona Modern Off S 1st
## 10433 Beautiful Ocean Views by the Beach
## 10434 The Ella House in Venice Beach
## 10435 Cozy One Bedroom Apt - Astoria
## 10436 Downtown Victorian Loft Views - #2
## 10437 Private studio w/kitchen, walk to beach and park
## 10438 Private House at Marina Del Rey/ 2 Bedroom.
## 10439 Downtown Culver Tropical Escape
## 10440 Cozy Logan Square Garden
## 10441 Treme House 3 blocks to French Qrtr
## 10442 Updated March 2015, 2 bdrm apt
## 10443 East Village, Long Beach
## 10444 Big best bedroom in NoHo (FREE Parking)
## 10445 Venice Large Bright+Perfect 2 Bedroom/Steps 2 Sand
## 10446 East Nashville-1 bdrm apartment - (Westside)
## 10447 East Nashville Convenience/Comfort
## 10448 Gorgeous Spanish Duplex, Weho Local
## 10449 Close to everything!
## 10450 Best location in Chicago! Superhost
## 10451 Trust me its going to be great!
## 10452 Hollywood Bowl Greek Getaway
## 10453 Awesome Spot New Orleans
## 10454 Goat Hill House Apartment
## 10455 ☞ Parking | HBO | Backyard | BBQ | Wash/Dry
## 10456 Haight Ashbury Edwardian condo: 1BD
## 10457 Oasis Sunny Vibrant Mission, Mstr
## 10458 Craftsman Cottage..Must see!!
## 10459 Arts District/Little Tokyo Coliving
## 10460 Shakespeare Bridge Room Los Feliz
## 10461 Two story gem near park & streetcar
## 10462 Dorm Beds @ Social SF Hostel #8
## 10463 Newly Remodeled and Central Home
## 10464 Cozy 2 Bedroom Private Level
## 10465 Large Queen in Beautiful Victorian
## 10466 Modern Art Loft!
## 10467 Beautiful Warm Manhattan 1 Bedroom!
## 10468 Private Room in the Upper Eastside
## 10469 1 BDRM. APT. WITH PRIVATE ROOM E.V.
## 10470 Gorgeous 2BR/1BA In NYC Sleep 6
## 10471 PERFECT: Times Squ. Broadway CntPrk
## 10472 *Queen-sized comfort in cozy Historic Sugar Hill*
## 10473 Garden Apartment in Park Slope
## 10474 ☀Walk to Division! 5-Bed/3-bath. Walk Score: 95!
## 10475 Private Bed/Bath near Blue Line
## 10476 Private Studio attached to House in Cherrywood
## 10477 Cute + Convenient Studio Apartment
## 10478 Great bed & rm in DTLA loft
## 10479 Beautiful and cozy Guest House
## 10480 King Bed, Netflix, & YOU...!
## 10481 Renovated Condo Heart of Nashville
## 10482 Comfy Basement Room in our B&B
## 10483 Cozy studio with Private entrance
## 10484 NYC Near to Midtown Manhattan Sunny Private Room
## 10485 sunny private bedroom
## 10486 True Bed-Stuy, Brooklyn, New York
## 10487 R&S Modern Spacious Hideaway
## 10488 Huge Spacious Studio in Times SQ!
## 10489 Apt Lincoln Center And Central Park! Best location
## 10490 Amazingly Located and near Times Square!!
## 10491 #4. Room close to transportation !!
## 10492 Warm and comfortable room for rest and relaxation
## 10493 BRAND NEW Beautiful 2-BR Apartment
## 10494 Prime East Village Studio - Entire Place
## 10495 Mitchell Manor
## 10496 Perfect room at Perfect location !
## 10497 *Upper East Side Cozy 1 Bedroom*
## 10498 Sunny large room overlooking prospect park.
## 10499 Redefined 3BR - Premier LA Location
## 10500 Eagle Rock Guest House - Great View
## 10501 Platt Park Private Basement Room!
## 10502 Spacious Affordable Luxury Clean Wicker Park Condo
## 10503 Monstrosity Bungalow
## 10504 1940's Retro - Walk to Century City
## 10505 Perfect Hollywood Location!
## 10506 Sunny musicians apt. close to T!
## 10507 Hip Homebase to Explore Chicago
## 10508 Prvt. Uptown Cottage;1Blk to St. Charles Ave!
## 10509 Sweet Olive Cottage Uptown
## 10510 Newly Remodeled on the DTLA Border
## 10511 WEHO Cozy Convenience BEST LOCATION
## 10512 Cozy room in Charming Apartment
## 10513 Cute apartment in central Austin!!
## 10514 Modern/Spacious 2BR/2BA West Town
## 10515 Cozy room in Busy New York City B
## 10516 Times Square room with private bath
## 10517 Best 4 Conventioneers and Families
## 10518 Bedroom in Craftsman Family Home
## 10519 Spacious new home. Mins to Santa Monica! Sleeps 16
## 10520 Clean Cozy and close to SOCO & Downtown
## 10521 Cherry Hill Cozy, Budget Loft-Bed
## 10522 Luxury Flat- ~ Walk To Capitol!
## 10523 Luxe Historic Home - East Nashville
## 10524 Hip 1 Bedroom on Doheny Drive.
## 10525 Lovely 4/2 House Blocks to Downtown
## 10526 Roof TerraceLoft, Queen Bed & Bath
## 10527 At home in Historic Harlem
## 10528 COZY BEDROOM IN QUEENS NY. FOR 2
## 10529 Original Cabin 1
## 10530 Outstanding! 1 Bedroom! Close to it all!
## 10531 Downtown Airy Designer Loft
## 10532 Private Room, 2 bed, 2 guests, Manhattan UWestSide
## 10533 Maryhills Brownstone in Park Slope
## 10534 Stylish South Lamar Condo 78704!
## 10535 Family House by Golden Gate Park
## 10536 Lovely Point Loma Oasis w/BBQ patio
## 10537 Bed, Bath & Patio w/ Private Access
## 10538 PRIVATE CONDO-10min Bart ride to SF
## 10539 Uptown Swag with a Modern Twist
## 10540 Perfectly Located UpperWest Futon
## 10541 Dream Pad
## 10542 Cozy in-law & huge, park-like yard!
## 10543 Huge 2BD/2BA with Lake Merritt View
## 10544 Wake up with the chickens!
## 10545 Au Pair Suite in Harlem Brownstone
## 10546 Modern East Village Studio Apt
## 10547 Brownstone 1BR in Historic Bed-Stuy
## 10548 Beautiful Apt Melrose/Los Angeles
## 10549 Just Like Home #2
## 10550 Private Studio Getaway for Two
## 10551 One of a kind guest house
## 10552 Lovey large apartment in BevHills
## 10553 Lux 1BR rooftop/pool/gym FQCBD
## 10554 The Pearl at Riverbend
## 10555 Two Priv Rms & Bath - Great Loc!
## 10556 Big 1 Bdr Full Kitchen + Living Washington Heights
## 10557 Sophisticated Harlem True 2BR NYC
## 10558 Priv. Bed/Bathroom, by 2/5 Train
## 10559 Amazing 2 bed/2 bath newbuild condo
## 10560 Spring Street Center Room 4
## 10561 Mission Bay 2BR Condo Amazing Views
## 10562 Cozy PRIVATE Studio Apartment UWS and Jazz Tour.
## 10563 Spacious 3 bedroom apt in NYC
## 10564 !Luxe Apt for ComicCon W Parking !
## 10565 Minutes from downtown Portland OR
## 10566 Cozy, vintage Bohemian bus
## 10567 Hip Stylish Echo Park Bungalow with Views/Mohawk
## 10568 Cozy and Bright Apartment West LA
## 10569 Private Room with Private Bathroom
## 10570 Private Bed and Bath in Hollywood
## 10571 Staples Center Studio with Terrace
## 10572 House on historic Zorthian Ranch
## 10573 LAX Casa de Paz - Tranquility Room
## 10574 Lower Garden Dist Streetcar to FQ
## 10575 Calliope's Hillcrest Cottage
## 10576 Cozy Tiny House in Clarksville ATX
## 10577 Beautiful 5 room hardwood home!
## 10578 Hip Spacious 3BR Bungalow in EAST!
## 10579 Bed & Breakfast in Treme! (Aqua)
## 10580 Private 2 room suite from a house
## 10581 Secluded guest house unique hideout
## 10582 Three Bedroom Home on The Boulevard
## 10583 Large and Chic 2 BD in Hollywood
## 10584 Roomy Bungalow 1 Block to Figueroa
## 10585 Seattle Home Close to Light Rail
## 10586 Warm, Bright Room - Hip Location!
## 10587 Charming Victorian in SE Clinton
## 10588 8 bed shared room & shared Bathroom
## 10589 2 Room Private Bath Near DC Metro
## 10590 Sunny twin bedroom overlooks garden
## 10591 HUGE 2 BR/2 BA Mission Beach Condo
## 10592 Beautiful new studio in Park Slope
## 10593 Modern Flat steps to everything with parking!
## 10594 Cozy 2 bdrm East Side Bungalow
## 10595 Private Mini-Suite South of Blvd
## 10596 Santa Monica Beach Suite 5
## 10597 Guest Room in Classic Uptown Home. Ideal Location.
## 10598 Spacious Clean Studio W/GateParking
## 10599 Zen Paradise in Beverly Hills
## 10600 Beautiful, Central 4-Bed Townhouse
## 10601 Private room & garden, Central Park
## 10602 Spacious 1 bedroom near Time Squar
## 10603 Bright, Art-Filled Private Room
## 10604 Room #2–4BR Plant Palace–Silver Lake/Echo Park
## 10605 Near Belmont, Lipscomb and Vandy!
## 10606 The Magnolia, Private Bd + Bth
## 10607 3-Bedroom Bungalow in Heart of SD
## 10608 Brooklyn NYC - Park Slope Prime Location
## 10609 Cozy, Clean NYC Studio in the Heart of Manhattan!
## 10610 The Ladies Loft, The "Times Sq" bed
## 10611 Prime Time Williamsburg Apartment
## 10612 4 Bedroom Charming Large Apt nr Subway
## 10613 Private & Sunny 1BD in Brooklyn
## 10614 High-end doorman bldg in the LES
## 10615 100a nite stay at UES/sleeps 4ppl
## 10616 Private room: Castro/ Dolores Park
## 10617 Bright & Airy Bedroom in Hollywood
## 10618 Nice big bedroom (FREE Parking)
## 10619 CHEZ FAB - 2 ROOM SUITE
## 10620 Charming renovated bungalow
## 10621 Master Bedroom in St. Elmo Neighborhood
## 10622 Custom Craftsman's House
## 10623 Grand Suite @ Raffaello Hotel
## 10624 Sunny, remodeled 1 bedroom unit!
## 10625 Wicker Park Walk Up
## 10626 theCoco Mini Apartment by Hollywood
## 10627 Cozy Highland Park Studio
## 10628 Beautiful Traditional Beach House
## 10629 Cute*Cozy*Clean NE Studio
## 10630 Quiet corner room in Petworth DC rowhouse
## 10631 Sunny Simplicity in the Mission
## 10632 Centrally Located Mission Room
## 10633 Luxury Apartment Oasis w/ Hot Tub
## 10634 JP Green House: Garden Apartment
## 10635 Modern Craftsman Style House
## 10636 Room/Bath + Breakfast / 4min walk from Train
## 10637 Ultimate 2-Story 3Br/3Ba Loft for 6
## 10638 Private room/downtown #9
## 10639 Charming 12 South Studio
## 10640 Williamsburg, 10 min. to the city!
## 10641 ECO-APT, free YOGA, 2 new bedrooms. 30 day booking
## 10642 Private Suite 15min to Times Square
## 10643 1Bedroom / Patio / Manhattan / Sleep 6
## 10644 Wonderful Queen Anne Victorian
## 10645 Entire Two Bedroom Condo
## 10646 Modern Studio in Cultural LES
## 10647 Penthouse patio,city view,BIG beds
## 10648 Ktown Home Luxury/Relax/Comfort/Zen
## 10649 ★LUXURIOUS & MODERN 2BD/2BA in SAMO★
## 10650 Time Square, New York City Center. Quiet Oasis!
## 10651 Private Room in Modern Sunny Loft
## 10652 Hollywood Haven on the WALK OF FAME
## 10653 Convenient to Everything Nashville
## 10654 Hill Country Getaway - Room W/View
## 10655 2 bed 1 bath near Downtown & Ocean
## 10656 Boston Little Italy 2 Bdrms (H2d)
## 10657 Bikeable Portland
## 10658 Private Peaceful Guest House
## 10659 Great 5 Star downtown location!!!
## 10660 Spacious Full Floor Apartment
## 10661 Private room w/ separate entrance!
## 10662 Modern 3bdrm 2.5ba w/Roof Deck
## 10663 ***2Bed 1 mile E. of Downtown***
## 10664 Elegant Comfort by Brookland Metro
## 10665 Elegant Bywater Shotgun with Bikes
## 10666 Beachside apartment in Venice/SM
## 10667 RESORT CHIC MASTER! SANTA MONICA/UCLA FREE PARKIN
## 10668 BunkBed Oasis at Venice Beach!!~4
## 10669 GREAT RESTING PLACE! In inner city.
## 10670 Artsy studio near Moscone
## 10671 Rock Creek Refuge
## 10672 Nice room in historic Queens
## 10673 Private Rm+Roofdeck: Clean&Lovely
## 10674 Comfortable Family Vacation House
## 10675 Bright and cheery in mid of NOLA!
## 10676 Del Rey Suite, California
## 10677 Private unit in safe, pretty area!
## 10678 Rustic Bed + Bath Flat on 30-Acre Horse Ranch
## 10679 Venice Walk Street Casita
## 10680 Music City East Nashville Apt
## 10681 Walk to Voodoo Fest & Jazz Fest!
## 10682 Spacious 3 BD Cow Hollow Flat
## 10683 Easy Location, Seaworld,Zoo,Duplex
## 10684 爱的小屋(Private House)
## 10685 Private Bedroom in ❤️ of Hollywood
## 10686 Charming 1920s Belmont Shore Casa
## 10687 Beautiful in the heart of Hollywood
## 10688 2BD Queen Anne in the Irish Channel
## 10689 Balcony suite for super cheap!
## 10690 Modern and Elegant 2/2 with Parking
## 10691 3rd Floor Private Room C share bathroom w/ RoomB
## 10692 Modern Studio, Lovely Neighborhood
## 10693 Cozy 2 Bedroom Logan Square apt near train
## 10694 You'll LOVE it here!
## 10695 Unique Apt New York
## 10696 Charming East Village Apartment
## 10697 Large Brand New Park Slope 1BR
## 10698 Grandma's Hideaway!!
## 10699 Queen Anne 3 bed near everything
## 10700 2-bdrm Downtown Seattle
## 10701 La Jolla Windnsea Beach Cottage
## 10702 Bedroom/ luxury building
## 10703 Private, comfortable Bedroom on UES
## 10704 PRIVATE, CLEAN, ROOM CLOSE TO MANH
## 10705 Stay here and love Williamsburg!!
## 10706 BROOKLYN BRIDGE LOFT -- BIG BLUE ROOM
## 10707 Quintessential W'burg Private Room
## 10708 Charming and Cozy Private Studio
## 10709 1874 charm, Smart Amenities
## 10710 Great 2BR Apartment
## 10711 *Rooftop!* Big, Sunny Corner Room in East Village!
## 10712 1 Bdrm N. Beacon Hill Apt-West Unit
## 10713 Spacious flat in Richmond/Sea Cliff
## 10714 Beautiful room Central Park duplex
## 10715 Lwr Haight /Nopa Appointed Condo2 Parking+Hot Tub
## 10716 Lg bedroom with pvt. bath
## 10717 Designer Mission 3 BDRM Victorian
## 10718 Charming & Centrally Located Apt
## 10719 Cool Columbia Heights Studio Across from the Park
## 10720 Comfortable and Casual Copely Home
## 10721 Spacious room convenient to subway
## 10722 b **SPACIOUS & SUNNY ROOM BOSTON**
## 10723 New, modern, 1 stop from Manhattan
## 10724 Exposed brick bedroom, LIC Queens
## 10725 Monkey Retreat Manhattan
## 10726 Modern UWS 1BR 1 Block Central Park
## 10727 BEAUTIFUL ROOM IN BKLYN BROWNSTONE
## 10728 Sunny East Harlem Apt near Subway
## 10729 Quiet 1BR in Chelsea
## 10730 MGH hideaway in Beacon Hill
## 10731 HOLLYWOOD CENTRAL - 3bd/2bath HOUSE
## 10732 Vacation Haven in West Hollywood
## 10733 Spacious Private Walk to Everything
## 10734 Metro Accessible Townhome Minutes from MGM GRAND
## 10735 Clean space in Carroll Gardens
## 10736 Renovated Oakland Apartment
## 10737 BEAUTY RM HAMILTON HEIGHTS HARLEM
## 10738 Cozy Room in Park Slope
## 10739 Chelsea Studio Near Highline
## 10740 1 Bedroom apartment in Queens, NY
## 10741 Beautiful Spacious Sunny 1BDRM!
## 10742 Lovely nest in Greenwich Village
## 10743 Beautiful warm duplex apartment
## 10744 Entire Studio On Roof, Private bath + Deck
## 10745 1) Cozy Private Room exposed Brick!
## 10746 Spacious Room/Hip East Village Apt!
## 10747 South Park Central
## 10748 Boston Updated Pad for Your Trip!
## 10749 Lrge, beautiful room in family home. Fab location!
## 10750 Cute, Sunny Bungalow in Echo Park!
## 10751 It's right here! DTLA, Convention & Staples
## 10752 Venice Beach Studio Steps To Ocean - Best location
## 10753 Modern Townhome, Heart of SoLa, Room A
## 10754 SHARED Artist Loft . Very Unique
## 10755 East Nash Peaceful Abode
## 10756 Red Rock Riding Ranch #1 in Castaic
## 10757 Austin's Downtown Speakeasy Hotel
## 10758 Contemporary Condo by United Center
## 10759 Exciting Times Square 2BR Apt!
## 10760 LOFTY Brooklyn 2BR - 10 mins to NYC
## 10761 Stunning Duplex on Madison Avenue
## 10762 Rustic Comfort of Williamsburg
## 10763 Private room with stunning view
## 10764 Ocean View Point Loma Beach House
## 10765 Private Guest House +3-Tiered Patio, Views ❖
## 10766 Large Guesthouse in Great Location
## 10767 Cozy room in updated townhome
## 10768 NYC Style Loft in Downtown LA
## 10769 Amazing modern APT off Sunset Blvd!
## 10770 Private Guesthouse With 2 Bedrooms
## 10771 PRIVATE SOFA BED, GOOD FOR DANCERS
## 10772 Artist Retreat in LA
## 10773 Beautiful Home Centrally Located LA
## 10774 Historic LA modern 2br Loft ☀️☀️☀️
## 10775 Magazine Street Area Home
## 10776 Lower Unit Steps from the Max/Train
## 10777 Comfortable room in large apt: Brooklyn&Breakfast
## 10778 Amazing Small Studio apartment C
## 10779 CHARMING APARTMENT IN ASTORIA
## 10780 Great Two Bedroom Apt. in Portland!
## 10781 Master Suite A in Capitol Hill Home
## 10782 Bernal Heights with garden and view
## 10783 BEST (historic) locat A/C FREE prkg
## 10784 Huge Loft in Times Square, 3br/2ba
## 10785 Your own studio apt in Upper East
## 10786 Spacious, Queen Bed, Pvt Bath, Pvt Entry, Cpls :)
## 10787 Pennsylvania Avenue Beauty
## 10788 Hot Spot 4 Blocks To US Capitol
## 10789 DuPont Place 4 - Metro, kitchenette
## 10790 Location, Location, Location
## 10791 Value Room in Downtown Manhattan
## 10792 Room in Astoria 25 min to Central Park
## 10793 URBAN COWBOY LUXURY ECO HOME
## 10794 NYC Charming Harlem Brownstone!
## 10795 Quaint Serenity in Bronzeville
## 10796 Master bedroom pvt. bath in WeHo
## 10797 3 Bedroom Mid-City Apartment!
## 10798 Mid-City- One Block to Street Car!
## 10799 3 Minutes Walk to Times Square - Skyline View!
## 10800 Heart of downtown Manhattan
## 10801 Hancock House cozy Garden Level
## 10802 Cozy& Charming Studio @ Lincoln Ctr
## 10803 Upscale Private Close to Everything
## 10804 Amazing renovated 1BR apt; 1 blk to Union Station
## 10805 5-bedroom house Golden Gate Park
## 10806 Cozy, Convenient, Amazing View ;)
## 10807 Town-home in the Heart of Hillcrest
## 10808 Cozy Bed & Bath in a 1912 Craftsman
## 10809 Spanish Home in central LA
## 10810 Bright Lincoln Park Pied a Terre
## 10811 Mission Beach Bungalow +Bikes & A/C
## 10812 Modern home, Beautiful Canyon Views
## 10813 Luxury 2bd/2ba apartm in DOWNTOWNLA
## 10814 Bed + Bath in Hip Silver Lake
## 10815 Monthly Dorms at Gramercy Place
## 10816 Close to Culver City, the Beach and all of LA!
## 10817 Sunny and Cozy Studio/West LA
## 10818 Private Studio Near City Park
## 10819 Warm and Welcoming apartment in PDX
## 10820 2 Master Suites ea w/baths near Metro free parking
## 10821 Great Room Minutes from Night Life
## 10822 Dreamy rooftop deck- comfy & chic 2bed, 2.5bath
## 10823 Breakfast! , private room and bath
## 10824 Modern townhouse a block from BART!
## 10825 Comfy Times Square Two Bedroom
## 10826 Great Value Great Location!
## 10827 Victorian Apt. with Private Garden
## 10828 Heart of the mission - 2br Apt.
## 10829 VERY SMALL STUDIO FOR ONE
## 10830 Nice Furnished Apt by Theater Distr
## 10831 Suite and Simple
## 10832 ELEGANT Bedroom in VICTORIAN HOUSE
## 10833 Large Room in Sunny Hollywood Apt.
## 10834 Private Austin Clarksville Studio
## 10835 The Heart of gold coast.
## 10836 2 Blocks to 6th St/Warehouse Dist, Sleeps 4! (LT)
## 10837 Huge Spacious Apartment
## 10838 Great room
## 10839 Cozy 1BD in WeHo - WEST HOLLYWOOD !
## 10840 Silverlake BRAND NEW EVERYTHING!!!
## 10841 3br,modern,fire place, chef kitchen
## 10842 Modern unit - Historic Capitol Hill
## 10843 Twin Size Bed-in Private House- 1 guest only~
## 10844 Slanted Ivy Vacation Rental
## 10845 N Beacon Hill Zen Room w/ Parking
## 10846 Valencia Corridor Studio Apartment
## 10847 Charming Bucktown 1BD
## 10848 Beverly Grove Spanish Charmer
## 10849 Heart Of Hollywood, Private House
## 10850 Garden, comfy, private,& central :)
## 10851 Cozy Cottage in West L.A.
## 10852 Seebalinga
## 10853 Cozy Room in Duplex Near Loop
## 10854 Garden District Oasis w/Huge Patio.Walk to Parades
## 10855 Inner North East Basement Apartment
## 10856 McHoof Haudin Haus
## 10857 West Seattle - Private Family Suite
## 10858 master bed/bath/front & side patio.
## 10859 Swanky townhouse in heart of it all
## 10860 East Austin Home Blocks From DT
## 10861 Cozy Humboldt Park Apt,Minutes to Downtown Chicago
## 10862 Stony Brook T Stop JP Studio
## 10863 Private Bathroom & Parking Space
## 10864 CENTRALLY LOCATED HOLLYWOOD STUDIO!
## 10865 Klaus Room @ The Belafonte
## 10866 Private cozy room in Kenton.
## 10867 New Studio in Overlook/N Portland
## 10868 Historic Harlem Brownstone Express
## 10869 Spacious bedroom-Garden Brownstone in Ft Greene
## 10870 Private Room
## 10871 private bathroom and balcony
## 10872 Luxury 1 private room + bathroom
## 10873 Boutique Hotel Style in the LES
## 10874 Newly remodeled guest house in NoHo
## 10875 ECO DESIGN STUDIO
## 10876 LA River Beach -- Private, Central, Secure
## 10877 Historic Home in a Nice Area
## 10878 Lower East Side Getaway
## 10879 Cool & Unique Space In A Walkable And Fun Area
## 10880 Spacious room w private bath, pool
## 10881 Fantastic Getaway in Hollywood
## 10882 Spacious 1br Bourbon/French Qtr/CBD
## 10883 Mid City Double on Streetcar Line
## 10884 Mid Century Modern Cozy Getaway
## 10885 W Hollywood Private Room & Bathroom
## 10886 2 Story 2 bdrm Town House+ Parking
## 10887 Large bedroom with parking
## 10888 #2 Bedroom
## 10889 Amazing Hollywood
## 10890 SOUTH CONGRESS 2 BEDROOM HOUSE
## 10891 1/2 blk off of The Sunset Strip!!!
## 10892 MID-WILSHIRE 2BD/2BA Luxe Highrise
## 10893 Artists Beach House + Outdoor Space
## 10894 Harbor Lights and Beach Walks 2/2
## 10895 Private Bathroom, Bikes & Fast Wifi!
## 10896 Small Room Astoria20minToManhattan
## 10897 Espectacular
## 10898 Intimate East Village Getaway
## 10899 NoPo Mississippi Arts: Fun and Centrally Located!
## 10900 Small Bywater House, Great Location
## 10901 VENICE/SM BEACH BUNGALOW CHARM
## 10902 1830s Mansion on Bourbon- courtyard
## 10903 "Tranquility" on "Top of the Hill"
## 10904 PRIVATE BED@NOHO ART DISTRICT!!!
## 10905 SUITE SLEEPS UP TO 10 Easy Downtown LGBTQ friendly
## 10906 Sunny Modern Mission Flat w/ 3 BDs
## 10907 Renovated Big Private Room # 3
## 10908 PRIVATE ONE BEDROOM APARTMENT
## 10909 N.Y.C. Brooklyn Brownstone
## 10910 Skylight on Hart
## 10911 Renovated Clinton Hill Loft
## 10912 South Austin Oasis of Relaxation
## 10913 LUXURY SUPER NICE TOP RATED CONDO LOOPVIEW+PARKING
## 10914 Rare LA Gem - Best Area, Spacious, Bright and Cozy
## 10915 L.A-Valley Suburb Retreat near CSUN
## 10916 Relax in style, minutes to NYFA!!
## 10917 Victorian in the heart of NorthWest
## 10918 Burgundy Room: OceanView+Breakfast+Parking+3 baths
## 10919 Pretty Studio in Lower Pac Heights
## 10920 Cozy Home In Wonderful Location!
## 10921 Capitol Hill Excursion
## 10922 Cozy Old House Near City Center
## 10923 POSH URBAN GETAWAY | WATERFRONT
## 10924 Modern Amenities in Spacious Home
## 10925 A Cole Valley cubby
## 10926 Sunny & Calm, Haven near the Beach
## 10927 Modern Two Bedroom with Exposed Brick
## 10928 Brand NEW - Prime Castro LOCATION
## 10929 Private BR near Central Park!
## 10930 Home Away From Home
## 10931 Cozy room in the heart of Astoria
## 10932 Budget Room in Brooklyn&Breakfast hosts' coop
## 10933 Apartment Crown Heights Brooklyn NY
## 10934 Bushwick Oasis w private bathroom
## 10935 Cozy apartment with Wi-Fi
## 10936 Full Rm - Chelsea Gallery District
## 10937 Air WiFo: glam pad in sizzling Shaw
## 10938 Unparalleled Location & Amenities
## 10939 Fantastic Room (Perfect Location!)
## 10940 Luxury 1BR in A+ Midtown Location!
## 10941 Delightful Private Room Big Window
## 10942 Park side! Capitol Hill Guest suite
## 10943 1BD+ 1BA in Luxury Timber Loft
## 10944 1 BR in Exposed Brick SoHo apt
## 10945 Beautiful 3BR in famed Soho!
## 10946 Spacious North End 1 BR | 1BA
## 10947 Private Cute Studio in Gold Coast
## 10948 Priv/Stylish btwn Dwntwn & Airport
## 10949 Celebrity Beverly Hills 90210 House
## 10950 Treme Sweet Retreat w/ fenced backyard
## 10951 Steps from the Streetcar
## 10952 Charming Victorian 2 Blks to Metro
## 10953 Nature in the City
## 10954 Brooklyn Oasis
## 10955 Fun 3 Bedroom 10 Minutes to Midtown!!
## 10956 Clean + bright room in Fort Greene
## 10957 A Rm 8 Dbl Pensione-like Hrt of Bk
## 10958 Perfect for Travelers!
## 10959 30% OFF COZY 3 BEDROOMS IN CENTRAL PARK FLAT
## 10960 Sunny 2 Bedroom, Williamsburg
## 10961 Cute Ocean Beach 2 Bedroom House!
## 10962 Retreat in the Hills Near Downtown
## 10963 Minutes Away from the ocean
## 10964 Cozy Beach Spot - Right off Abbot Kinney
## 10965 Cottage - Private Guest House
## 10966 Charming Urban Cottage
## 10967 Logan square 3 bedroom - Entire apt
## 10968 Cozy West LA Guest House
## 10969 Downtown in 10min Bunk (#1) Bottom
## 10970 Zilker Gold - Hip, Spacious, Modern
## 10971 Private Room in Convenient Brooklyn
## 10972 Beachside Studio with Parking !
## 10973 Beautiful South End Penthouse!
## 10974 LA home away from home
## 10975 BEAUTIFUL/Near BEACH/Private bath
## 10976 Private Cozy Studio Space
## 10977 Downtown large 1 bedroom apartment
## 10978 Private Room on Youth Hostel
## 10979 1BD/1BA Castro Street Apartment
## 10980 One room cottage
## 10981 Cozy nook on fantastic Cap Hill
## 10982 Private bedroom & bath/new home/close to metro!
## 10983 Skylit loft + 1BA & sweet location!
## 10984 Cozy Casita near Santa Monica
## 10985 Wonderful walkable West Hollywood!
## 10986 Hollywood Gem in PRIME location
## 10987 500 sq/ft foot Guest House
## 10988 h Spacious room Allston/Brighton
## 10989 Updated Denver Apartment in Baker
## 10990 Newly remodeled home in Burbank, CA
## 10991 Green Room Downtown Nashville
## 10992 Amazing Studio in the East Village!
## 10993 GORGEOUS STUDIO IN UPPER EAST SIDE
## 10994 Mission: Small Room in a Great Flat
## 10995 San Francisco Central Location !
## 10996 P3 Throwback w/ style: Winter promo
## 10997 Private Bedroom & Bath; Modern Home
## 10998 Charming La Jolla Cottage - Village
## 10999 Urban San Diego Cottage with Garden
## 11000 Private basement studio NE
## 11001 Super Close-In SE Townhouse
## 11002 9 MILES NORTH OF SANTA CRUZ OH YA?
## 11003 Ideal green oasis for your family
## 11004 Classic East Villager
## 11005 Penthouse Chelsea Retreat
## 11006 Eastern Market Suite "Abe"
## 11007 Luxury 1 bedroom in Dupont Circle
## 11008 Great skyline view, near 6th st & downtown Austin
## 11009 East Village Charm
## 11010 1 bedrms Williamsburg 1st Stop L
## 11011 Enjoy Staten Island Hospitality
## 11012 Private Suite for Cheap
## 11013 Sunny and Spacious Apt in Downtown Chicago
## 11014 Convenient Comfort - COUCH
## 11015 The Notorious B.N.B. ............. { The Swoon }
## 11016 Sunny one bedroom in Brooklyn
## 11017 Charming & Modern 2-Bedroom 1-Bath in Chinatown
## 11018 Charming Lower Pac Hts Private Room
## 11019 BEAUTIFUL ENCHANTING CENTRAL TO ALL
## 11020 Private Room in Johns Landing
## 11021 San Francisco,USF,GG park, Ocean Beach 3 miles. A
## 11022 Super Comfortable - Great Space - Walk to Metro
## 11023 Room in Comfy Loft
## 11024 Spacious Chique Brooklyn Gem
## 11025 Beautiful Sunny Small Room
## 11026 Newly Refurbished Modern RM w/ Bath, Private Entry
## 11027 Guest room & bath in Castro home
## 11028 Nice Room with Garden View and Great Pets!
## 11029 Rustic 2 BR + Parking in Echo Park
## 11030 Coolest Victorian Gem
## 11031 The Annex - Zilker Neighborhood
## 11032 The Downtown TripShack
## 11033 Midtown Hot Spot on Broadway
## 11034 Treme Getaway - Walk to the French Quarter
## 11035 theSky Mini Apartment by Hollywood
## 11036 Bywater Apt
## 11037 Private Apartment!
## 11038 Cozy studio in Noe Valley
## 11039 DC private room, bath, and balcony
## 11040 H St rowhouse
## 11041 The Lakeway Cabin!
## 11042 Prime Cap Hill w/ Fireplace & SPACE
## 11043 Shared Space Main Temple Hondo
## 11044 Real Food Cozy City Cottage
## 11045 Private room with bathroom (Green)
## 11046 Cozy Private Room in Hell's Kitchen
## 11047 LOVELY FURNISHED MANHATTAN BEDROOM2
## 11048 Charming bedroom!
## 11049 "The Cajun" Flat Downtown DC - 202
## 11050 Industrial SoMa Loft with Pvt Bath
## 11051 Beautiful SF Getaway w/ Ocean Views
## 11052 Wicker Park 2bd, Sleep Number Bed!
## 11053 Comfortable 2 Bedroom in Cap Hill
## 11054 Echo Park/Silverlake
## 11055 LA Hut
## 11056 Walk Everywhere|PrivateBath|Parking
## 11057 Hollywood.Larchmont.Stylish.Bedroom & Free Parking
## 11058 UBER COOL VENICE BEACH GUEST HOUSE
## 11059 2 miles from the ocean
## 11060 Quaint Luxury House in Celebrity St
## 11061 Sunny Park Slope Bedroom
## 11062 Sunny spacious 3 BR/ 2Bth in Bayside townhouse
## 11063 West Hollywood Rooftop Amenities!
## 11064 NashVilla-Close to everything!
## 11065 Happy Valley Gem Breakfast and Pool
## 11066 Cozy Craftsman in Cathedral Park
## 11067 English Tudor with a Latin Flair
## 11068 BUNKHOUSE ECONOMY QUEEN HALL BATH A6
## 11069 Classic Car Room ~ Excelsior Dist.
## 11070 NEW! - Capitol Hill Apt 1100 sq ft
## 11071 Cozy & clean private bedroom&bath-LGBTQIA welcome!
## 11072 Private Room in a 2BR--Location!
## 11073 The Ladies Loft, The Upper Bunk
## 11074 Heart of Bushwick. Great Windows
## 11075 Cozy Home w/Private Garden&Hot Tub!
## 11076 Upscale 1 BR (Dupont, U & 14th St.)
## 11077 Private room in Harlem
## 11078 East Village 3 bedroom/4 beds
## 11079 Modern, Cozy & Bright Private Room
## 11080 Columbia Castle in Brooklyn Heights
## 11081 Bright Room with Private Bath
## 11082 LAX/LMU Bike to Beach Garden Suite.
## 11083 HUGE Resort Style Gated Los Angeles
## 11084 A Beautiful and Private Guesthouse
## 11085 Cozy Beach Guesthouse 2+1
## 11086 Aloha Venice! Airy Two Bedroom Flat
## 11087 PRIVATE BATHROOM! COZY & QUIET :)
## 11088 Cozy Studio in Pacific Beach
## 11089 Bohemian Rhapsody in the Mission
## 11090 Obvious Choice ~ Adams Morgan!
## 11091 Luxury Beacon Hill Apartment 1-BR
## 11092 Stunning Luxury 2 Bed 2 Bath House
## 11093 room with private bathroom
## 11094 LUXURY 2+2+PATIO+PKG+GREAT LOCATION
## 11095 Hollywood Highrise Great View
## 11096 Baronne St Loft_Near St Charles Ave.
## 11097 Cottage - Walk to Everything!
## 11098 Stylish 2br E. Nashville near 5 Pts
## 11099 A New Orleans Creole Cottage
## 11100 Private Entrance Guest House & Pool
## 11101 Alberta Arts retro fun studio apt.
## 11102 The Williamsburg Special
## 11103 Time Square/ Central Park NYC
## 11104 Comfortable guest house
## 11105 Architecturally Chic Loft Steps to Bourbon St.
## 11106 Studio/room 100% private space!
## 11107 Hollywood Adjacent! Our Home is Yours!
## 11108 Private Studio in the Heart of Topanga Canyon
## 11109 Musician's Den, live Jazz in NYC
## 11110 Historic/modern! + perfect location
## 11111 Mystery Spot Studio
## 11112 Underground Speakeasy Apartment
## 11113 Short stay (2 twin beds) in private room by LAX
## 11114 Watson Suite - Near French Quarter
## 11115 Third Slice of Heaven #3
## 11116 Mid Century Hollywood Hills / Hollywood Sign
## 11117 On beach side private walking to DT
## 11118 HUGE VENICE 3 BEDROOM AT THE BEACH!
## 11119 PENTHOUSE CONDO DOWNTOWN NOLA!!
## 11120 Retro West Hollywood W/Parking
## 11121 Historic NOLA Studio Apt
## 11122 2BD New Luxury Apt. 15 Min to NYC
## 11123 Cozy Eclectic with Private Bath!!
## 11124 Private room in East Village Apt.
## 11125 Private Entry & Bath Suite by BART
## 11126 OLD TOWN SAN DIEGO ZOO SEA WORLD
## 11127 Two Story Carriage House & balcony!
## 11128 Heart of New Orleans Bourbon Beauty
## 11129 Home Away from Home
## 11130 Simple Space in Heart of Bywater.
## 11131 Cozy 1 bdrm on Coliseum Square Park
## 11132 SXSW! Licensed Downtown 3/2! WalkScore 99+Parking!
## 11133 Melrose Heights Hideaway
## 11134 Cozy room Echo Park historic home
## 11135 Airy Master Bedr with attached bathroom
## 11136 Austin Bungalow - true Austin feel
## 11137 Brand New Foggy Bottom Apartment#1
## 11138 Unique Flat
## 11139 East Village Beautiful Cozy Room!!!
## 11140 1 br. duplex, Park Slope, Brooklyn
## 11141 Greenpoint Loft / Le Chez Andrea
## 11142 Interfaith Retreat Guest Rooms (Om)
## 11143 charming west village pied a terre
## 11144 Apartment located close to downtown
## 11145 Quaint home in trendy Eagle Rock
## 11146 Oasis In The Heart Of Downtown L.A.
## 11147 Steps to downtown Culver City!
## 11148 Amazing Echo Park Hillside View!!!
## 11149 New Marigny Dollhouse
## 11150 Plenty of space w/private entrance
## 11151 Private Garden Studio near GG Park
## 11152 Explorers Paradise~Walk to Capitol
## 11153 Historic Cap Hill 1 BdrmApt Sleeps5
## 11154 Master bedroom in NW DC
## 11155 Home/Private deck near Zilker Park
## 11156 Chicago private house near Wrigley Field & Logan
## 11157 THE DREAMSICLE!
## 11158 Queen Anne Stylish Apt Near City
## 11159 Private Entrance - 1BR, 1BA, Living Room & Deck
## 11160 THE SHIRE - cozy, quiet, location!
## 11161 A room with charm
## 11162 Bohemian Lifestyle
## 11163 Stay in the heart of San Francisco
## 11164 Room with a View over SF South Bay
## 11165 Spacious Rockridge 2 room suite
## 11166 Cozy, Convenient Williamsburg Apt
## 11167 Stuvesant East
## 11168 Cozy Room in BEST NYC Location
## 11169 Twin room
## 11170 Potrero Hill home, 2/2, view, parkg
## 11171 Glam apartment ready for guests!
## 11172 Executive Studio: Wall Street w/ Weekday Breakfast
## 11173 Beautiful Williamsburg Warehouse Apartment!
## 11174 "Fox Lair" Cottage
## 11175 Fabulous Concordia/Alberta Arts
## 11176 DESIGNER 2000sf 2BD/2Bath Loft in Perfect Location
## 11177 Beautiful Central Harlem sleeps 6
## 11178 Private cozy room near LGA airport
## 11179 Heart of Hawthorne--1910 Bungalow 1
## 11180 Lone Mountain Pied A Terre
## 11181 welcome to foggy bottom - on metro!
## 11182 Less than a minute from the Metro
## 11183 JFK & Resort World Stop
## 11184 Huge Beautiful 2BR 3min from LTrain
## 11185 Private Apt in Heart of City. Walk to the sights!
## 11186 Reasonable Price Studio for 4 people.
## 11187 Hip Neighborhood, Adorable Bungalow
## 11188 Elegant rm, near Caltech full bath
## 11189 Cozy Logan Square Brownstone by 606
## 11190 HOT 3 Bedroom Greystone, Great Location!!
## 11191 Venice Beach/Marina del Rey Private Room
## 11192 Stylish 1 Bedroom in Hollywood
## 11193 1 BR/BA Cozy home
## 11194 High Up In a Castle
## 11195 The Conscious hOMe
## 11196 PRIVATE 2 ROOM SUITE! 1 mile to Rose Bowl!
## 11197 Charming Old Hollywood Bungalow
## 11198 Convenient Ground Floor Apartment
## 11199 Cozy Chic Retreat
## 11200 Pasadena Posh 1, Minutes to Old Town
## 11201 Rustic Large 3bd + 2bt Master Suite
## 11202 As Seen in Food & Wine Magazine
## 11203 Rad room w/ PRIVATE BATHROOM - Ideal For Long-term
## 11204 Fabulous room close 2 Wrigley Field
## 11205 7 min to downtown & FREE CHAMPAGNE
## 11206 Cenote one bedroom
## 11207 QUIET GETAWAY IN THE OAKLAND HILLS
## 11208 Kate's Place
## 11209 Room (Private) in Williamsburg Loft
## 11210 Private Room, Large House Mission
## 11211 In the Heart of Boston too!!
## 11212 6 miles away from downtown Boston!
## 11213 Venice Beach House Retreat
## 11214 1 bedroom apartment in Hollywood
## 11215 3 bd bungalow downtown, W End, Bway
## 11216 apartment near Downtown
## 11217 Private Bedroom in La Jolla home
## 11218 Relaxed Georgetown Flat Near Wisconsin Avenue!
## 11219 SPA-RADISE! SINGLE JACUZZI RETREAT
## 11220 Secluded Stay in PRIME location!
## 11221 Charismatic room in East Nashville
## 11222 Near the Heart of Beverly Hills
## 11223 Ocean View Malibu Mountain Retreat
## 11224 The Venice Nest on Abbot Kinney
## 11225 Steward's Place
## 11226 Great Apartment in West Hollywood
## 11227 CONSTANCE HOUSE
## 11228 Charming, Urban Capitol Hill Condo
## 11229 East Austin between BBQ and Brewery
## 11230 PRIVATE HOME - EAST DOWNTOWN
## 11231 Spacious apartment near downtown
## 11232 Convenient, eclectic 2BR in Avondale/Logan Square
## 11233 Central Denver Location
## 11234 Walk Of Fame Loft 1b1b
## 11235 Walk to Pier, Beach, 3rd Street
## 11236 Luscious Garden Cottage in Treme
## 11237 Private Bed & Bath in Alberta Arts!
## 11238 1 BR with Steinway Grand Piano
## 11239 Sunny, private room Red Hook Bklyn
## 11240 LUXURY@ Reasonable Price! Few Mins 2 Times Square!
## 11241 PRIVATE 1BR APT: Free WIFI & DIRECT TV
## 11242 Gorg Near Columbia & 15min train to Time Square
## 11243 Big 2BR, just minutes to Manhattan!
## 11244 DC History, Privacy & a Unique Room
## 11245 Fantastic downtown location! #110
## 11246 Beautiful and Convenient
## 11247 Saint Nicholas Apt A
## 11248 Cute & cozy room in Ridgewood
## 11249 Sweet and Cozy Madrona Apartment
## 11250 3 BDR Storybook Victorian w/ View
## 11251 Classic 2BR/1BA House in Mission
## 11252 Quiet Second Floor "Zen" Apartment
## 11253 Resort Style Accommodations
## 11254 Lovely Studio/Near Metro/MGM/Tourist Sites/PrvEnt
## 11255 Room in lovely E.Village triplex
## 11256 East Village Art Nouveau Room
## 11257 Private Room&Bath on Capitol Hill
## 11258 Stunning 2BD Manhattan Apartment
## 11259 Home Sweet Room-SAPPHIRE-Queens NYC
## 11260 Great Room With A Bed and Futon
## 11261 2 Room Apt Bedford Ave Williamsburg
## 11262 AK Venice - Room w/ balcony!
## 11263 Private 2BD with Charming Garden
## 11264 Peaceful Room with Natural Light
## 11265 Privacy & Comfort at Hell's Kitchen
## 11266 Spanish Harlem with terrace.
## 11267 Comfy & Cozy 2 Bedroom Apartment
## 11268 Kenton Ensuite with *attached private bathroom
## 11269 BUNKHOUSE QUAD A20
## 11270 Sea La Vie: for Beach and Sea World
## 11271 Spacious Apartment in Arbor Lodge
## 11272 Serene Space by Golden Gate Park
## 11273 Hotel Pac Hgts King Free Car Park#A
## 11274 Work, Play & Stay by the Beach...
## 11275 Cozy Ballard Apartment
## 11276 Private Lush Escape Close To Beach
## 11277 Home away from home 1 Bedroom WeHo
## 11278 Cheerful 2BR in Amazing Location
## 11279 PrivateApartm(2rooms)GoldenGatePark/quiet location
## 11280 Private Clarksville 160/nt
## 11281 Cozy Fenway Studio, Be Our Guest!
## 11282 Private Suite w/ Deck & Forest View
## 11283 BEAUTIFUL SPACIOUS BEDROOM PLUS use of Garden Room
## 11284 Luxury 1 Bed Condo in River North!
## 11285 Bright Corner Unit Avondale 2BR Apt
## 11286 Nicely remodeled by IIT/McCormick
## 11287 Spacious MidCentury Modern 2BD in CENTRAL SE PDX
## 11288 Spacious Central and Modern Apt!
## 11289 1B+Garden in Prime Williamsburg-the Best Location!
## 11290 Private Room with bathroom/entrance
## 11291 Three Bedroom NY Private Apartment
## 11292 Beautiful Mississippi Studio - New Construction!
## 11293 North Capitol Hill/NoMA/H Street Basement Suite
## 11294 Get to anywhere in the city fast!
## 11295 Adams Morgan Charm
## 11296 Downtown in 10min Bunk (#2) Bottom
## 11297 Cozy Single-Family Home near University of Chicago
## 11298 Guest House by Hollywood Designer
## 11299 Sunrise HP Bedroom w/ EV charger
## 11300 Beautiful Hell's Kitchen Hideaway!
## 11301 Artsy Loft, Private room in Oakland
## 11302 Splendid Tremont St. 1 bedroom
## 11303 CLEAN MODERN HOME NEAR METRO & DTLA
## 11304 Prime Condo in Historic Location!
## 11305 Hip Immaculate Hollywood Apt
## 11306 Sellwood WiFi Hot Tub OK dog & 420
## 11307 Hamilton Heights 1 Bed/1Bath with Deck-Garden View
## 11308 Bright and Sunny Living Room
## 11309 BIG W'BURG APT, 5 MINS TO MANHATTAN
## 11310 Sunny Room in Bed Stuy! King Bed Option
## 11311 Artist Loft - Union Square
## 11312 Brooklyn Garden Level 2bdrm Home
## 11313 Central Park 2 Full Bedrooms
## 11314 Adorable Bungalow Close to Beach
## 11315 Semi-private Bed in Shared Studio
## 11316 Vintage Living In Rogers Park
## 11317 Nice room steps to Airport & Subway
## 11318 Eclectically Designed 3BD/2B Loft
## 11319 Cozy Boston bedroom with parking
## 11320 Your Own Gem in the Heart of West Hollywood!
## 11321 Legal Airbnb: Newly Renovated NOLA Classic
## 11322 Stage Coach Apt: Historic Charm
## 11323 Private Beach Cottage with Bikes
## 11324 Entire Luxury Apt La Jolla/UTC/UCSD
## 11325 Seattle Sojourn - Fremont Guest Apt
## 11326 19th St & Valencia 2 Bedroom Flat
## 11327 Downtown Rock Royalty Hotel Suite
## 11328 Supper Location in Gold Coast-Old Studio-fits 4
## 11329 Garage parking, family friendly!
## 11330 Private Guest House Near Venice
## 11331 Luxury loft in the Pearl
## 11332 Large B&B Style rooms
## 11333 Serene Brownstone Living Close To It All!
## 11334 Uptown Cottage/ Guest house
## 11335 A place with Character
## 11336 Sexy Studio steps from the beach
## 11337 Beautiful private bedroom minutes away from LAX.
## 11338 *NEW LUXURY by THE GROVE & MUSEUM ROW*
## 11339 XLarge Stylish 1BDRM in Hollywood!
## 11340 Ljust rum i bra familje område
## 11341 Historic Desire Street
## 11342 Stylish Apt near Oakland's Finest
## 11343 Private room by Fisherman's Wharf
## 11344 Beautiful/Cozy 1bd/1ba apt off Melrose!!
## 11345 European interior studio in L.A!
## 11346 Private Guest House in Studio City with Courtyard
## 11347 Master Bedroom W/ Bathroom
## 11348 FAB F1 Single Traveler Comfort
## 11349 Conveniently Located!
## 11350 Nice and Cozy Home and Garden
## 11351 Sunsets near Sunset Bed & Bath
## 11352 Exquisite private room w/sauna
## 11353 Cozy room with queen platform bed
## 11354 HUGE LOFT X TRENDY BUSHWICK LOCALE!
## 11355 ~Luxury & Close to All in West LA~
## 11356 1BR Apt. with Rooftop Pool/Jacuzzi
## 11357 Comfy NYC Studio 15 Min. To Midtown
## 11358 Upper Manhattan King Room
## 11359 Private Room in Historic Loft
## 11360 Entire Dupont Circle Condo Unit
## 11361 Elegant Flat in Logan
## 11362 Luxury Loft in the Gaslamp II
## 11363 Modern 1/1 Apt Heart of East Side
## 11364 Haight Ashbury Experience Room L
## 11365 Clean, Small Private Space to sleep in Downtown
## 11366 Cool Summer Fun at Le NOLA House
## 11367 Charming, SPACIOUS room for rent
## 11368 Hollywood. Larchmont. Front Bedroom & Free Parking
## 11369 Single Room, Simple Home, Always Welcome
## 11370 Potrero Hill Posh—Private Room & Bath in View Home
## 11371 NO NEED TO LOOK ANY FURTHER!
## 11372 Cozy, Private & Modern Alberta Arts Studio
## 11373 Alberta Arts Craftsman
## 11374 The Cottage at Benachi House and Gardens
## 11375 LOHI SECRET
## 11376 Cozy Downstairs apt,2 bikes, Musician's Village
## 11377 Cozy Home in Great Neighborhood
## 11378 Serene Private Guestroom
## 11379 UPSCALE PRIVATE LARGE GUEST HOUSE
## 11380 #432 West Hollywood 3 Bed Charmer
## 11381 50's Vintage Top Floor Hollywood
## 11382 Midtown Music Row
## 11383 Grand Room in Grand Victorian
## 11384 Amazing! Patio/BBQ/Fire-pit! (SC1)
## 11385 La Jolla Studio +Beach 5 min walk!
## 11386 Amazing Room With Private Bath
## 11387 Beautiful 1BR in perfect location
## 11388 Charming studio, steps 2 the beach!
## 11389 Private n Quiet Room w/ Shared Bath
## 11390 The "Garden" private room and bath
## 11391 Noe Valley Studio w Kitchen, Bathrm
## 11392 TOP Condo room with stunning Lake view
## 11393 Charming & Historical Capitol Hill Row House
## 11394 The ERA - Unique Modern Loft in DC
## 11395 Big New York City Suite Near Subway
## 11396 Cozy rooms with private bath
## 11397 NEW YORK CITY HOME in MANHATTAN
## 11398 The Grand Estate, Divine Dreams
## 11399 Sellwood Luxury Studio Home
## 11400 Modern Chic 2 bedroom loft
## 11401 Full 1 BR apartment in English basement
## 11402 Charming Two Bedroom in Chelsea
## 11403 Couples' Nest NOT AFFECTED BY NEW LAW.
## 11404 Cozy room for vacation in NY
## 11405 New York Luxury in Manhattan
## 11406 Private room for 2 in Bushwick
## 11407 Modern Lower East Side Apartment
## 11408 Cool & Cozy 2B/1BA in prime LES!
## 11409 A room near Grand Central NYC!
## 11410 One Bdrm Condo Across Conv Center
## 11411 2BR 30days MIN! Less than 30, BOOK MY ROOMS BELOW!
## 11412 New York City Like Never Before ! !
## 11413 Private Bed and Bath: U Street
## 11414 Comfy Roseway Home Close to Airport
## 11415 Master bedroom #4, Private Bathroom
## 11416 A bedroom in peaceful Crestwood
## 11417 Hyde Park guest studio
## 11418 Monstrosity Attic
## 11419 CHARMING HOUSE, SUPER FAST INTERNET
## 11420 Private cottage in enclosed gardens
## 11421 Private, Peaceful Times Square 1BR
## 11422 LES Clean & Modern 1 Bedroom
## 11423 Large and comfy private room near Express Train
## 11424 Private Room 15 min. to Manhattan
## 11425 ☆ Beautiful Studio Apartment ☆
## 11426 Spacious Downtown Two Bedroom
## 11427 BRIGHT 4TH FLOOR 3BR+3BA UNIT IN HOLLYWOOD
## 11428 Light-filled private rustic studio
## 11429 Cozy room near UCLA
## 11430 Cozy Casita in Westchester/Playa del Rey
## 11431 Charming French Quarter Condo
## 11432 Unique Studio with Private Patio on Canyon
## 11433 Private room in East Village
## 11434 Amazing Studio with Private Balcony
## 11435 Sunny Bedroom near major stations
## 11436 Quiet 3BD Best Neighborhood!
## 11437 Rock out in Williamsburg!
## 11438 2+1 Bedroom Large Duplex Penthouse in Williamsburg
## 11439 ***Huge Room in Bright Open Loft***
## 11440 4 Comfy Private Bedrooms @TWBGH
## 11441 Soho/Nolita Special Apt. Top Location. Large 1Bdrm
## 11442 Clean, private East Village apt
## 11443 Signature Designer 1BR West Village
## 11444 THE HEART OF ART IN THE HEART OF NY
## 11445 Historic Bed-Stuy
## 11446 Big room/2blocks from the train/comfy mattress
## 11447 2BR/2BA PENTHOUSE IN LOOP HIGH RISE
## 11448 Sunny Pad in heart of West Town 3
## 11449 Amazing Hollywood En Suite Master!
## 11450 Walkable Cherrywood Loft, close to UT and Downtown
## 11451 Quaint, Sunny Austin Studio rental
## 11452 HOLLYWOOD HUGE 3/2.5: Mile 2 Walk-of-Fame+ 5 Beds!
## 11453 2BR/2BA West Hollywood Home
## 11454 Blocks From Beach, Garden and Deck
## 11455 Urban Farm in Van Nuys CA
## 11456 You can have the red room
## 11457 Venice Beach Studio Guest House
## 11458 Motel Room ,Free wifi and parking
## 11459 the Valentino Mini Apartment by Hollywood
## 11460 Designer "Treehouse" Retreat
## 11461 Spacious Loft w Parking | Prime Downtown Location
## 11462 Chez Louise sunny BK garden apt.
## 11463 hip Williamsburg, steps to subway!
## 11464 Charming apartment close to everything
## 11465 Sunny Seabright Santa Cruz Cottage
## 11466 Modern cozy living...
## 11467 Sunny 2BR Apartment in Little Italy
## 11468 2nd Floor Studio looks over DT ATX
## 11469 Silverlake Guesthouse Close to All
## 11470 Perfect Hollywood Hills Hideaway
## 11471 East Austin on the Lake
## 11472 Downtown Cozy Cottage 2BD
## 11473 Cozy Abode Tucked in the Foothills
## 11474 Convenient Comfort - KING BED
## 11475 Cozy Carriage House in West L.A.
## 11476 Venice Walk Street Casita
## 11477 Charming Downtown Balcony Flat
## 11478 Private bath & bdrm in lovely condo
## 11479 Convenient & Beautifully Updated Pilsen Flat
## 11480 Beautiful home on the East Side!
## 11481 Unique Fenway/Back Bay/Copley 1 Bed
## 11482 Lake Shore Private
## 11483 Hollywood Holiday
## 11484 Dream Vacation Home
## 11485 Central LA-Awesome, 1 b/ba apt
## 11486 Comfortable Hip Downtown Loft
## 11487 Cozy room minutes to Manhattan
## 11488 Spacious, hip, house in the NOBE!
## 11489 Beautiful, Accessible 1 Bedroom Apt
## 11490 Sunny Victorian Flat Mission/Bernal - Work/Play
## 11491 Dapper Abode for 2/can do 4(tight)
## 11492 Getaway Near Beautiful Bay
## 11493 Room #4 in Hip Harlem Garden Apt.
## 11494 2 King Bdr Apartment / 5 Mins to Downtown
## 11495 Gorgeous Apt in Potrero Hill
## 11496 Modern Designer: Amazing Location
## 11497 Capitola Garden Retreat
## 11498 Ingleside Hideaway
## 11499 Newly Renovated 2BR Apt in the ❤️ of DC ~ Parking!
## 11500 800 Sq Ft & Close to Down Town and
## 11501 Very Small Private Room, Convenient Location
## 11502 *Sweet Loft**Empire State Building*
## 11503 Modern Apt in Trendy Brooklyn
## 11504 A City night's escape in Chicago
## 11505 private sanctuary with Breakfast
## 11506 2 bed/2 bath in heart of Chelsea!
## 11507 Charming Spacious 1 Bdrm Apt
## 11508 Charming Studio In-Law with Deck
## 11509 Park Slope's - Pied à Terre (1-Bedroom Apt)
## 11510 Southpark Classic Garden Home
## 11511 Guest Room in Sunny Victorian
## 11512 Comfortable space of your own in SF
## 11513 Quiet Victorian near Market Street
## 11514 BEST LOCATION, BRIGHT - 2 Bedroom Marina Flat
## 11515 2bed/2bath Georgetown Row House
## 11516 Union Square!!! LUXURY Art Loft
## 11517 Suite in the middle of it all
## 11518 Single Bedroom on Capitol Hill
## 11519 Comfortable bottom bunk/shared room
## 11520 Beauty & Bliss Near Beach
## 11521 Stay in the middle of Wicker Park! NO Cleaning Fee
## 11522 Perfect Sightseeing 1 BedRoom With Nice Facilities
## 11523 Private & Cozy Suite
## 11524 Comfortable 1 bedroom, South Austin Apt.
## 11525 Industrial Brick Mid-City Studio
## 11526 Clean comfy suite near Fairgrounds
## 11527 Clean & Comfortable Near Blue Line
## 11528 Large room in Ballard neighborhood
## 11529 Stunning Home on Liberty St w Views
## 11530 Celebrity Mansion NOT FOR EVENTS
## 11531 Guest Suite 3BR/1BA/Kitchenette
## 11532 Charming Room in the center of All
## 11533 Central Luxury Apt with AC
## 11534 It's a tree room!! Lots of light!
## 11535 Pacific Beach Zen Villa
## 11536 Charming home in Piedmont
## 11537 Full floor Trendy SOHO Loft 1600ft2
## 11538 Marina Designer Showplace Master RM
## 11539 San Francisco,USF,GG park, Ocean Beach 3 miles. B
## 11540 Live Like A DC Native [Cozy Pied-à-Terre]
## 11541 Amazing Bouldin Bungalow!
## 11542 Comfortable Queen Size Bed Room
## 11543 Cozy, Comfy & Convenient Uptown/Carrollton
## 11544 2b/2b Luxury Sky Loft Massive Balcony w/Huge Views
## 11545 La Belle Terre * Central Location
## 11546 Skyview Private Small Room
## 11547 MODERN || CHIC 2BD 2BA LOFT
## 11548 Private, Modern 2bd 1ba Condo 1 Block from Beach
## 11549 Private House by Whittier College
## 11550 The King Cottage -- East Nashville
## 11551 Downtown studio - great location!
## 11552 House on Stout: Prairie
## 11553 Cozy Lincoln Park Coach House CLOSED
## 11554 Majestic Silverlake Sunset View
## 11555 Staying with Mike in Hells Kitchen/Times Square
## 11556 Private Cabin by Lake Merritt
## 11557 Cozy/colorful apt. in E. Village
## 11558 Clean + Crisp 1 BR - UK Village
## 11559 "The independent room"
## 11560 Dolce Vita PDX
## 11561 The Kinley Manor Guest House
## 11562 Park View Loft @ the Wharf!
## 11563 Private Garden Apartment
## 11564 THE LINCOLN PARLOR
## 11565 Airy Room on the fabulous UWS
## 11566 Cozy apartment in Columbia Heights
## 11567 Quiet Space in Southwest Waterfront
## 11568 SOCO! Two bedroom on Travis Heights
## 11569 South Central Treetop Guesthouse!!!
## 11570 Charming Silverlake 1930's Apt
## 11571 DOWNTOWN STUDIO & PARKING, MAGNIFICENT MILE & LAKE
## 11572 Redondo Beach with Ocean Breeze
## 11573 French Quarter Loft
## 11574 Hidden Oasis Guesthouse
## 11575 New Marigny (with parking & bikes!)
## 11576 Capitol Hill Gem
## 11577 Private Garden Studio
## 11578 People's Place 3 - Convention Center
## 11579 BUNKHOUSE QUEEN B01
## 11580 Sweet Anacostia Hideaway II
## 11581 #15 Suite Near City Attractions
## 11582 South Loop 28th Floor- STUNNING views- park free!
## 11583 Home away from home
## 11584 Creole Cottage
## 11585 Private bedroom and bathroom with BREAKFAST!
## 11586 Peaceful South Slope Living Quarters
## 11587 [302] 5 min WALK to Times Square
## 11588 Gem on Bourbon w Balcony/ Courtyard
## 11589 Spacious E Nashville 2nd Fl Suite
## 11590 5 bedroom, spa, Disney close
## 11591 2bdrm, Walk to Downtown, Waterfront
## 11592 Convenient 2 Bedroom APT in Herald Square
## 11593 Nexus of the Universe!
## 11594 HUGE LOFT Y- 2 BEDS- 10 MIN TO CITY
## 11595 Luxury apartment on Hollywood Blvd
## 11596 Topanga Canyon Garden Retreat
## 11597 Two bedroom sweetie.
## 11598 Central House & Garden Parking WiFi
## 11599 Coziest Victorian in Denver
## 11600 Cozy house easy access t everywhere
## 11601 A Gem in Fort Greene Brooklyn
## 11602 Cozy Ballard Apartment
## 11603 SUNNY HLWD 1BD/1BA + FREE PARKING +free drink
## 11604 PRV BA & BR @ Posh Condo (30-day Minimum Stay)
## 11605 Very Cute Garden Studio in Silverlake
## 11606 VENICE, CA Urban Oasis on Rose Ave
## 11607 City Park/Bayou St. John Studio
## 11608 Stylish Hollywood Apt Sleeps 5
## 11609 Incredible Little Italy location!
## 11610 4 bed Abbot Kinney House! 1/2 mi to Venice Beach!
## 11611 1 Bedroom Apt In Treme, with a pool
## 11612 Cozy apartment in the heart of NYC
## 11613 Large, Clean room Downtown
## 11614 Bernal Hgts Home - Sleeps 4-10
## 11615 Red Surf Cottage OB
## 11616 Clean bright and modern in St Johns
## 11617 Stylish Noe Valley View Home
## 11618 Cozy Nashville Bungalow!
## 11619 Mid-City near City Park &Cemeteries
## 11620 Private Room Near Quarter/Frenchman
## 11621 Bedroom in a Renovated Victorian Rowhome
## 11622 Cottage at Laurel Canyon Mission - Pets Welcome!!
## 11623 羅蘭崗獨立屋大主臥Lovely MasterBR w/OWN Bath
## 11624 Downtown - Special Pricing
## 11625 Come Explore Long Beach and LA!
## 11626 Cozy Room in Belmont Shore, Long Beach
## 11627 Super-Cute Private Guesthouse
## 11628 A BED IN HOLLYWOOD !! AMAZING !
## 11629 Comfortable Bedroom and Shared Bath
## 11630 Studio, Great Location-Dwntn Denver
## 11631 Logan Sq Apt, Close to the Train
## 11632 Great little room, private w/ lock!
## 11633 Studio: Private Entry & Hot Tub
## 11634 Dave's Italiano 2BR/2BATH Downtown Luxury Suite!
## 11635 1BdRm 3bds w/AC fits 6snug Near DT
## 11636 Zen Garden Oasis!
## 11637 Big Room, Queen Bed, Near Downtown
## 11638 Seattle Sunyside Suite, private 2BR
## 11639 Textile/tea maven's front room
## 11640 Best Corner in the Bywater!
## 11641 Arts & Music Loving Grown Folks Apt
## 11642 Vintage Andersonville Charm
## 11643 Luxury 2brm/2bath apt in North End
## 11644 Hollywood Hills Mini Casita w View
## 11645 Charming Coach House in UK Village
## 11646 Studio Apartment in Studio City :-)
## 11647 SANTA MONICA CANYON COTTAGE
## 11648 Fab Apt with Perfect Park Porch
## 11649 Bermuda Beach Cottage
## 11650 Super Hotel/Timeshare Union Sq.
## 11651 Stylish, Central Gem: CHEZ VALLEY
## 11652 Paris Flat in DC- huge 1BR w/ Loft!
## 11653 Guest House in the Garden District
## 11654 Walk to the Quarter - Private Room
## 11655 Artsy Cozy Bedroom
## 11656 serene apartment close to UW
## 11657 Dream Penthouse -central location
## 11658 Lovely Bungalow Guest House
## 11659 Sunny Duplex with Private Roof Deck
## 11660 Great One-Bed in the West Village
## 11661 City Room - Private Penthouse Apt.
## 11662 2 Beds in Cozy Mission Room
## 11663 Vita's Hideaway
## 11664 Room 1, Victorian Home to Enjoy!
## 11665 One cozy private BR close to the mecca of shopping
## 11666 Stay in our Charming Park Slope Apartment
## 11667 Sunny Private Room, & bath
## 11668 A SUPERB One Bedroom Apartment
## 11669 Spacious Room in Charming EV Flat
## 11670 Great 1 Br Apt, Ozone Park, NYC
## 11671 1-bedroom in heart of Williamsburg!
## 11672 Colorful LES bedroom
## 11673 *Historical & Magical Brownstone*
## 11674 cozy 2bedroomAPART 10min to MIDTOWN
## 11675 A Touch of the Beach in NYC
## 11676 Bright BK studio apt (Ft. Greene)
## 11677 The Perfect East Village/Grammercy Apt
## 11678 Rockridge Bungalow 4 blocks to BART
## 11679 1 Bed in Upscale Hostel Shared Rm.
## 11680 Urban Loft in NW Pearl Portland!
## 11681 Modern & Cozy 1 BR Apt in CoHi
## 11682 Sunny Private Room
## 11683 Best Location & Unbeatable Price!
## 11684 Vintage Apartment ABOVE A BAR!!
## 11685 Claremont Village Cottage (2 blocks to the 5c's)
## 11686 Secure,Cozy private room. Queen bed
## 11687 Nashville Prime DOWNTOWN Hot Spot
## 11688 CBD w/ Balcony steps to Bourbon Street
## 11689 NEW! Opry Garden Apartment
## 11690 Mtn Views 3 blocks from light rail
## 11691 Charming stay near Greenlake.
## 11692 Modern apartment all yours .
## 11693 Charming and Artsy Studio Apartment
## 11694 Cozy Room with Full Bed and Futon
## 11695 Sun-filled Brownstone in Brooklyn
## 11696 SoHa comfort-by NW Central Park!
## 11697 Your Zen Getaway NYC
## 11698 Room next to Central Park
## 11699 Sunny Room with Private Balcony
## 11700 NYC Crash Pad
## 11701 Stylish 1 BR Duplex w/ Terrace
## 11702 Private Nook in Bushwick Improved Response Rate
## 11703 Newly Renovated Studio
## 11704 Capital Hill Loft Style Apt Hot Tub
## 11705 House at prestigious Friendly Hills close-OC & LA
## 11706 Deluxe Hollywood Apartment
## 11707 Downstairs room in a craftsman house
## 11708 Corner Studio Arts & Beach District
## 11709 Daybed, TV, & Mini Fridge!
## 11710 Sunny New Orleans Getaway
## 11711 Ultra Modern Downtown Apartment
## 11712 VENICE BEACH TOWNHOUSE ON THE WATER
## 11713 Private Luxury Studio with Garage
## 11714 Mt Washington Studio
## 11715 Prime Location, Hollywood Studio
## 11716 Tranquil elegance in Beverly Hills
## 11717 Chicago Urban Oasis
## 11718 The Squirrel's Nest - Private Lg. Flat w/ Kitchen
## 11719 1 Bedroom apartment close to the T
## 11720 Modern Townhouse in East Nashville
## 11721 Artsy/Urban Getaway in Capitol Hill
## 11722 Funky Craftsman Cottage by Division
## 11723 Great private room
## 11724 Hollywood Modern!
## 11725 Lux 2Bd/2Ba in Old Town Pasadena
## 11726 Sunny Hollywood Flat, Good location
## 11727 05a. Common Room King
## 11728 Edgewater Premier 3BED/3BATH
## 11729 St.Eds Secret Casita off S.Congress
## 11730 Cozy bungalow in tranquil Park Hill
## 11731 COZY BEDROOM FOR TWO (2 TWIN BEDS)
## 11732 Location, location, location
## 11733 PRIVATE full floor loft w/priv bath - 100% legal
## 11734 Unique East Village duplex in NYC
## 11735 Charming East Village Corner 2 BD
## 11736 Hattie's Cactus and Rose Garden
## 11737 Charming Cozy 1 Brm Apartment
## 11738 Haight Ashbury 2BR 1BA Victorian
## 11739 Fremont Sunrise View
## 11740 3bd/2bath- Near transportation
## 11741 Spacious Home in Downtown DC
## 11742 Two Bedroom Apartment for Extended Stays 30 Days
## 11743 与众不同,方便停车。值得一试!
## 11744 Spacious Sunny Brownstone Room - Great Location!
## 11745 1 Bedroom in a 2 Bedroom Condo
## 11746 Luxury in the East Village
## 11747 ITS A BEAUTIFUL DAY IN BROOKLYN C!
## 11748 Amazing Hollywood Jewel
## 11749 *New* Flamingo Motel Suite #116
## 11750 羅蘭崗獨立屋雅房Heart of Rowland HT Cozy BR 1
## 11751 Cozy room in East Nashville Cottage
## 11752 Great Family Home! Even Better Hospitality!
## 11753 Bright room In a Calm apartment
## 11754 Luxury 1 bdrm Apt in Clinton Hills.
## 11755 Garden Setting Detached Studio
## 11756 Beautiful Sunlit 3 Bedroom w/ Deck
## 11757 Owl's Landing- The Loft
## 11758 Private suite in gorgeous Victorian in central SF!
## 11759 Hospitality@HillEast *****
## 11760 Laurelhurst "treehouse" Apartment
## 11761 BUNKHOUSE QUEEN A08
## 11762 Large Private Room Near RIA Metro
## 11763 DESIGNER'S LOFT IN UNION SQUARE
## 11764 Private room w bath in newly remodeled home
## 11765 Venice Walkstreet 1 minute to Sand
## 11766 AMAZING CLEAN MODERN NEW LOFT3
## 11767 Perfect Marigny location!!
## 11768 Niemeyer Room
## 11769 Lovely Studio Space in Los Angeles
## 11770 5Bed Modern Beverly Hills/WeHo Home
## 11771 Charming House in Burbank
## 11772 1920's Vintage Spanish Bungalow in Silver Lake
## 11773 CHICAGO ROOM 5 MIN TO DOWNTOWN, FREE PARKING
## 11774 Mountain Views & Victorian Charm
## 11775 Portland style! Comfy x-large studio w/ amenities!
## 11776 Gorgeous 1 BR Apmt Just Minutes to National Mall
## 11777 Guest Room in New East Side House
## 11778 2 Bedroom Suite - Quiet Retreat
## 11779 Private "in house" guest suite
## 11780 Full studio, private, peaceful.
## 11781 Charming Santa Cruz Getaway
## 11782 Charming Apartment in Madrona
## 11783 Clean Charming Gaslamp Free Parking
## 11784 Room in Home Near Golden Gate Park
## 11785 Great stylish apartment!
## 11786 Private & Serene Montclair/Oakland
## 11787 LARGE PRIVATE ROOM 7 MIN. FROM JFK
## 11788 private room on 3rd floor of house
## 11789 Private bdrm 2 blocks from the Park
## 11790 North Portland Bungalow near Max
## 11791 Large Private Room&Bath
## 11792 This Is It! Artist's Studio Gallery
## 11793 Desirable, Clean Room in Central West LA Location!
## 11794 Balcony Room in Historic District
## 11795 The SUNSET SHANGRI–LA / BH
## 11796 Luxury Modern 1 bedroom WEHO
## 11797 Oceanfront Private Bungalow
## 11798 Private BR Downtown & UT w/Bike!
## 11799 The Brooklyn Public House Apartment
## 11800 5th ave & Broadway nr Times Square
## 11801 Charming 3 Bedroom off Park Avenue
## 11802 Hip Chicago apartment - FREE parking spot included
## 11803 Spacious Loft Apt Right in Downtown
## 11804 Spacious room with French doors.
## 11805 Village Gem - Close to Everything!
## 11806 Cozy Spanish Sanctuary Great Energy
## 11807 Private Studio Loft- South Pasadena
## 11808 Studio Cottage near Cowells Beach
## 11809 Perfect Location! PB Studio by Sand
## 11810 Calm Cool & Collected - Bernal Hill
## 11811 4BDRM Harlem NYC Apt
## 11812 One Bedroom In Hell's Kitchen
## 11813 Clean & Cozy in Flatbush Bklyn
## 11814 Quiet Spacious Room in Midtown! Business Friendly
## 11815 Cozy, quiet and comfortable 1BR
## 11816 Budget Friendly Large Room
## 11817 Futurebnb: Chelsea
## 11818 Beautiful Bloomingdale 1 BR, 1BA English Basement
## 11819 SoMa Loft with Fireman's Pole
## 11820 Charming 1 Bdrm Venice Bungalow
## 11821 Spacious Condo & Great for Groups
## 11822 Cozy sleeping room two blocks from United Center
## 11823 On the BEACH in Belmont Shore
## 11824 Charming Manhattan Beach Cottage
## 11825 Classic 1 bedroom in South End
## 11826 Cozy Room for 2 @ SoCo Mavens' Haven (hostel-like)
## 11827 Glamour, Luxury, Ocean View
## 11828 Secluded Studio with Canyon View
## 11829 2 Bd Pacific Heights Unit w Parking
## 11830 Garden Room near UW, Childrens Hosp
## 11831 3 br in the heart of Logan Square
## 11832 South Austin Home Bedroom 2
## 11833 Convenient location, Safe, & Clean
## 11834 51/2 blocks to Venice beach/Dogtown
## 11835 Garden District Rental w/ Pool
## 11836 Alberta Arts Vintage Condo
## 11837 Apt next to Astoria park
## 11838 20TH Floor 2BR/1BA Doorman Sleep 6
## 11839 Spacious UES 1 bedroom apartment
## 11840 Three Bdrm Home w/Large Patio- Steps to the Beach
## 11841 Delightful & Quaint Apt
## 11842 Hollywood Sign Lovely Beachwood Single
## 11843 Gorgeous Redone 2BR by Abbot Kinney
## 11844 Big Room in Craftsman's House
## 11845 Charming, bright Treme cottage!
## 11846 2 Bedroom fully furnished apt
## 11847 Great Apt Steps from Central Park
## 11848 Charming Adams Morgan DC 1BD
## 11849 1 Bdrm Condo across Convention Ctr
## 11850 Upscale | High-Rise | Parking | Wifi | Amenities+
## 11851 Private Bd & Br w separate entrance
## 11852 Private Hilltop Bungalow w/ Views!
## 11853 Charming Studio 1 block to Montana
## 11854 Comfy Bed in a Home Hostel Bunk #2
## 11855 Private & Quite Guesthouse
## 11856 Beautiful Private Room near University of Chicago
## 11857 Hollywood Swell 1BD+1Bath+1Park Apt
## 11858 1 Bedroom in the heart of Hollywood
## 11859 1 Bedroom Apt in Treme with Gated Parking & Pool
## 11860 Fabulous Airy Bright Downtown Balcony Flat
## 11861 Private Guest Cabin on 5 Acres
## 11862 Charming Studio by the Beach/Canals
## 11863 3 Level Modern Home (rooftop)
## 11864 Spacious and charming apartment!
## 11865 Happy Modern Room with Private Bath
## 11866 Inner S.E.-Private, Comfy, Clean and Close!
## 11867 Cute and Cozy 1 Bedroom in Shaw!
## 11868 Fabulous Flat in North Portland!
## 11869 ♛ The Roman Room ♛
## 11870 Bab's Bungalow
## 11871 Sunset District Apartment
## 11872 Private Suite in Luxury Penthouse
## 11873 4BR Craftsman Manor, East Nashville
## 11874 Cozy and quaint home away from home
## 11875 Hollywood sky home, awesome views
## 11876 Great Chicago Loft for 6
## 11877 Clean Master bedroom w/Private bath
## 11878 Clean Comfy Room near LAC+USC Hosp.
## 11879 MODERN STUDIO 1/2 BLOCK TO BEACH
## 11880 Hideaway Studio with Private Yard
## 11881 Private RM (Studio) w/ Private Bath & Kitchenette
## 11882 Private Room 1 block to downtown!
## 11883 Relax and Sleep in Class in Shaw
## 11884 Harlem Alive!
## 11885 The Hedges: Sunny urban garden home
## 11886 Light-filled En Suite Private Space
## 11887 New Luxury Master Bedroom and Bath
## 11888 Secluded Oak St. Studio w/Parking
## 11889 Beautiful EastSide Oasis
## 11890 Heart of Hollywood Close to All!
## 11891 Eclectic Treme 1892 Mansion-1 mi to FQ - Salt Pool
## 11892 Historic Treme Vacation Spot
## 11893 Serene Room in Mississippi Bungalow
## 11894 Top of Phinney Ridge With a View
## 11895 BUNKHOUSE ECONOMY QUEEN HALL BATH A3
## 11896 Sunny Room w/Roofdeck @Dolores Park
## 11897 1BR Capitol Hill Apt Next to Metro
## 11898 LARGE Guestroom in VICTORIAN HOUSE
## 11899 Charming 1 Bedroom Lincoln Park/DePaul Apartment
## 11900 Downtown Deluxe 3
## 11901 Hollywood Hills Studio
## 11902 Nice comfy bedroom (Free Parking)
## 11903 1100+ sqft Luxury Master Suite Avail. Jul15-Aug15
## 11904 Downtown Condo - Walk TO BROADWAY
## 11905 Studio with a view!! OCEAN VIEW!!
## 11906 Casa De Weeks
## 11907 Hotel Hardy ATX Convention Center
## 11908 Gorgeous Brownstone Garden Flat, A Perfect Retreat
## 11909 SHABBY CHIC East Village 2nd Floor
## 11910 The California Room
## 11911 Sunny, Spacious & Kid-Friendly
## 11912 Quiet Room Near UW & Green Lake
## 11913 Eastern Market Suite "Teddy"
## 11914 Small 1BR Apt-15 min Times Square
## 11915 [202] 5 min WALK to Times Square!
## 11916 Cozy room, Queens, New York
## 11917 Sunny Soho Studio
## 11918 High-Ceiling with Balcony One Bedroom
## 11919 Lovely and quiet garden studio
## 11920 sTUdIO aT mIDToWn eASt/100 a night
## 11921 Perfect location, Queensz bed, private room
## 11922 Luxury Penthouse in the Heights 2
## 11923 Beautiful New Garden Apartment
## 11924 The New Downtown* 1 bdrm
## 11925 HUGE APARTMENT RIGHT ACROSS CENTRAL PARK!
## 11926 Luxury 3Bedroom/2.5 Bathrooms/ Sleep 10 Manhattan
## 11927 Private BR & Bath near Central Park
## 11928 Sunny bedroom with balcony, Queens
## 11929 Light, Large Apt Near Central Park
## 11930 Clean and Quiet near the Airport!
## 11931 1BR Modern Space, Quiet Street
## 11932 Charming East Village Apartment
## 11933 Lovely Bedroom with Natural Light
## 11934 Luxury Studio Heart of Williamsburg
## 11935 Gorgeous 1 bdrm in Carroll Gardens
## 11936 Apartment in Sunnyside, NYC
## 11937 Beautiful Capitol Hill Row House
## 11938 Fresh, New Studio in Great Location
## 11939 Duplex 3 Bedrooms 2Baths Sleeps 8
## 11940 Beautiful Huge Brooklyn Apartment
## 11941 SUNNY URBAN OASIS IN BUSHWICK - Room #1
## 11942 Stylish Modern True 1 Bdrm Apt
## 11943 SXSW!!! - Private Austin Room - 10 mins 2 Downtown
## 11944 Private Bedroom In The Heart of Pilsen!
## 11945 Home away from Home
## 11946 Home Away From Home
## 11947 Beautiful Eco-GuestHouseSilverLake
## 11948 Modern 3BD/2BTH RoseBowl, DTLA, Hollywood & More!
## 11949 Cozy Studio with Parking & AC
## 11950 Cozy Studio Downtown, Bay, Gaslamp
## 11951 Fully furnished private apartment..
## 11952 3 bedroom Williamsburg 1st stop L
## 11953 Room near Times Square New York
## 11954 Contemporary space in Montclair
## 11955 New York City Group Stay
## 11956 Cozy 2 Bed APT in best location of NYC
## 11957 Brand New 2BD House w/ Deck
## 11958 2BDR BEAUTIFUL VENICE BEACH COTTAGE
## 11959 Guest House near Studios, USC, UCLA
## 11960 St. Charles Avenue Apartment
## 11961 East Side Beehive
## 11962 The Best West Chicago House II
## 11963 Bohemian Hideaway (Lic 2333774)
## 11964 Keep it Simple in East Nashville!
## 11965 Downtown-Best Pricing 5 Lyft/Uber
## 11966 House with Amazing, Spectacular Mountain View
## 11967 No.6 Arcadia,Pasadena,Monrovia
## 11968 Detached & Happy Silver Lake Studio
## 11969 Peaceful East Austin Bungalow
## 11970 Minter & Richter Mini-Mansion Back
## 11971 Bright, Modern Studio Loft Inner NW
## 11972 Spacious 2016 Built 2 Bedrooms Home
## 11973 3 bed Wrigleyville Flat Sleeps 8
## 11974 Private & Cozy Cottage
## 11975 Beautiful Historic Mid City Home
## 11976 Popular Lower Garden District Shotgun Style
## 11977 Let the Fun Begin
## 11978 St Roch Bywater Marigny Bikes
## 11979 Private Entrance, 1 Bedroom, Kitchenette, Bathroom
## 11980 Cozy home by Torrance and El Camino
## 11981 2 Bedroom Apartment Sleeps 5 comfortably
## 11982 Beautiful Boston Room-Sunny!
## 11983 Private King Room
## 11984 Lovely ensuite in Central East Austin!
## 11985 Beautiful 2 Bed South Lamar Oasis!
## 11986 11 Beds in Beaut House TRAIN CUBS, RIVIERA. ARAGON
## 11987 Trendy, North Hollywood Private Bed/Bath
## 11988 Stunning View! Shopping,Dining,etc
## 11989 Adorable little spot on Frenchmen
## 11990 Historic Treme Home
## 11991 NYC Chauncey 2 .20 min to manhattan
## 11992 Victorian Studio
## 11993 Uptown Affordable Private Bedroom
## 11994 Cozy&Clean#2
## 11995 Live-In Tour Guide Scenic West Side
## 11996 Modern east Austin gem
## 11997 Bright & Modern in Mission-Dolores
## 11998 Huge 4 BR home in heart of Shaw
## 11999 Stay in the Heart of Seattle
## 12000 Delightful Room with Bed and Futon
## 12001 Spacey, cozy apartment in Downtown!
## 12002 Cozy Private Room for one female
## 12003 Tree lined block modern apartment
## 12004 Charming Apt in the Best Location!
## 12005 Gorgeous spacious. 2 subways close
## 12006 West Side Retreat
## 12007 Modern & Comfy 1 Bedroom Loft w/ Terrace Old Town
## 12008 SPACIOUS CHARMING 3BR+3BA HOLLYWOOD
## 12009 Private room 2 min from Hollywood with 2 beds
## 12010 Cozy, North-East Nashville Retreat!
## 12011 Everyone who stays leaves happy!
## 12012 "The Studio" Harlem Brownstone
## 12013 3 Bedroom 2.5 Bath Multilevel Home
## 12014 UNION SQUARE/ E. VILL 1BR BEAUTIFUL
## 12015 Private Entrance in Prime Burg
## 12016 Nice Apt in Astoria with Backyard!!
## 12017 One Bedroom Townhouse Apartment
## 12018 Gramercy Park Comfort
## 12019 Cozy Apartment near UW
## 12020 Heart of Hawthorne--1910 Bungalow 2
## 12021 North Park House...It's All Yours!!
## 12022 Garden Studio Near Metro with Private Parking
## 12023 Capitol Hill Apartment
## 12024 "The Traveller's Cove" - 2BR Apartment in DC
## 12025 Cozy Room w/UPGRADE OPT by 12 trains
## 12026 One bedroom garden apartment.
## 12027 Near It All! 2 Bedroom North Park!!
## 12028 位于比肯山的1卧單位房源
## 12029 Renovated 2BR | 1.5BA on Charles St
## 12030 New East Nashville Townhouse
## 12031 Cozy & Snug in Logan Square
## 12032 Elegant Five Points Apt.
## 12033 Brand New, Modern, Guest House
## 12034 Venice Beach Bungalow
## 12035 3+2 LUXURY CONDO nr CHATEAU MARMONT
## 12036 ★2BD/2BA HEART OF SANTA MONICA!★
## 12037 East Nash. Sofabed in living rm
## 12038 Old Town Triangle Coach House Has It All!
## 12039 Guest bed/bathroom with parking
## 12040 *LovelyBrightRoom#2*in*CentralApt*
## 12041 Close-in Cully Vintage Hideaway
## 12042 Private garden guest duplex
## 12043 Private room & bath 15 min to Metro
## 12044 Beautiful New Room w/ View in Center of DC!
## 12045 Room With A View
## 12046 [1375-2ST] Luxury 2BR Apartment - Near White House
## 12047 Beautiful Lincoln Park Rowhouse
## 12048 Modern Private Room w Amazing View
## 12049 Beautiful Garden Apt. Near Golden Gate Park
## 12050 Beautiful Potrero Hill Apt, Parking
## 12051 Private & Cozy Flat by Downtown SD
## 12052 Unique retreat with huge backyard
## 12053 Brownstone Williamsburg room with skylight Create
## 12054 3 Bedroom Apt - 18 minTimes Square
## 12055 Midtown Sleep 6 Central Convenience
## 12056 Modern, bright studio in UES
## 12057 The Sidecar: a 1-bedroom Hideaway
## 12058 Little House
## 12059 Walk 2 downtown/ convention/16th st
## 12060 ❤ of DTLA | Walk Score 99 | 1.5 bath
## 12061 The Hobbit - uptown oasis
## 12062 Cozy French Quarter Cottage
## 12063 Off Magazine Street 2 Bedroom Shot Gun House
## 12064 2 Bedroom Cottage off Magazine Street & Garden ...
## 12065 5 minutes walk downtown Los Angeles
## 12066 Charming Bedroom In Culver City
## 12067 Cabin in the City
## 12068 Cozy room in warehouse style apt
## 12069 Clean & Comfortable, Williams next door
## 12070 The Hideaway- Queen Anne/downtown
## 12071 Live Like a Local 1 Bedroom Flat
## 12072 Luxurious San Diego Condo UCSD/UTC
## 12073 Private Bedroom in Great Apartment
## 12074 Enjoy the Heights of NYC!
## 12075 Ideal location +stay in a landmark!
## 12076 Cozy Room in Williamsburg Loft Apt
## 12077 Perfect Room Close To Central Park
## 12078 Sunny with 2 large bedrooms
## 12079 Unique Bernal Room&Private Jacuzzi
## 12080 Victorian Room for Simple Well-Being & Convenience
## 12081 Charming Mission Beach House
## 12082 Convention Cent- 10 min walk! BEST!
## 12083 Great Apartment in the Centre of WEST HOLLYWOOD!
## 12084 Big Room in Central Hollywood!
## 12085 3rd floor apt with great views
## 12086 Live like a Local in Historic Treme! Minutes 2 FQR
## 12087 AirportEasy One
## 12088 Festive Creole Cottage! Fete NOLA!
## 12089 Mason de Fleurs
## 12090 Charming Private Room in 1940's home
## 12091 Sweet One Bedroom Travis Heights
## 12092 O'Leary's Cabin, Griffith Park with Pool
## 12093 Awesome 3-Bed Apt w. Stunning Views
## 12094 Relaxing NOLA Master Suite: Private Bath and Porch
## 12095 Cozy Cool Private Backyard Getaway
## 12096 Modern Ballard/Fremont Cottage
## 12097 Private Bath. Central DC Room. A24. Washington
## 12098 Studio Loft Garden Cottage
## 12099 Private room in a cozy city condo
## 12100 HOLLYWOOD OSCARS WALK OF FAME 4BEDs POOL SPA 1-8
## 12101 Pink Private Room off hallway, LAX, LA beaches
## 12102 Sweet room in Silver Lake cottage
## 12103 Venice Beach Apt with patio, parking and AC
## 12104 Beautiful Art-Deco 1Br Apartment
## 12105 2BR Dual Master Koreatown + 2Parking #3
## 12106 CLEAN WEHO LRG APT W/GATED PARKING
## 12107 Cozy Finished Attic w Private Entry
## 12108 Classic Harlem --- Economy Room
## 12109 Cozy room in Busy New York City :3
## 12110 Big city DEAL with Free Parking!
## 12111 Historic Miracle Mile private 1BD/2BA/kitchen
## 12112 Spacious room by downtown Culver
## 12113 Nice Private Room Separate Entrance
## 12114 Private, Perfect 1-Bdrm Union Squar
## 12115 Stunning home heart of Weho + pool
## 12116 ART Bungalow + walk 2 beach/ dwntwn
## 12117 Fresh casita near downtown
## 12118 Premier Boystown Wrigleyville Lakeview Flat, 2A
## 12119 Right Next to Wrigley Field, Cozy 1BR - Cubs!
## 12120 1BD City Condo with Mountain Views
## 12121 A Gem in the No Ho Arts District!
## 12122 Venice Beach Bungalow-Blocks to Sea
## 12123 Great Bedroom 10 Min to Downtown!
## 12124 BedStuy Garden Apt with BackYard
## 12125 Big Apt Perfect Location By Central Park
## 12126 NE Garden Level/Modern Conveniences
## 12127 Alberta Garden Eco-Cabin B-1
## 12128 Kerby Cove
## 12129 Bunk bed in the Treat Street Clubhouse
## 12130 Central DC Room. Shared Bath.A21. Washington
## 12131 Historic Home 4 blocks from Canal!
## 12132 Experience Los Angeles!
## 12133 Cozy Suite Near Getty, UCLA, and Universal Studios
## 12134 The Rectory
## 12135 Real bed with a private bathroom
## 12136 Little New Orleans Carriage House
## 12137 Private Queen Size Bed TV Near LAX
## 12138 Master Bedroom in a Modern Mt. Tabor Treehouse
## 12139 Find your Funk & Groove in OB
## 12140 Classic Capitol Hill flat, Walk Everywhere
## 12141 Verdant East Bay Retreat
## 12142 Private room in Wicker Park Apt.
## 12143 The Stanley 1 block from Frenchmen
## 12144 Modern Silver Lake Los Angeles House
## 12145 Back House Farm!
## 12146 SHARED ROOM in VENICE BEACH HOSTEL
## 12147 Rose City Retreat
## 12148 Romantic 1BD w/ patio, parking
## 12149 Cozy Private Room in Great Location
## 12150 1B/1B Dupont Apt w/private entrance
## 12151 Bunk bed in a heart of Hollywood!
## 12152 Cabin and Garden above the City
## 12153 Guest House by Tulane
## 12154 Spacious Downtown Studio - Ideal Location
## 12155 Cottage next to the Country Club
## 12156 Private Entrance~Cozy, Sunny Suite
## 12157 BAY WATER VIEW , PARKING, BREAKFAST
## 12158 Great Cottage in Kensington
## 12159 Cool studio in groovy central Austin
## 12160 Suite in The Society Hotel
## 12161 Modern, Spacious 3/2/2 South Austin
## 12162 Another Perfect Spot in Portland
## 12163 Eastern Market Retreat
## 12164 Basics on South Broadway
## 12165 theWonder Mini Apartment by Hollywood
## 12166 Spacious & Comfy BK Brownstone
## 12167 Cheerful spot in Ingleside Terraces
## 12168 San Diego 3 BR Little Italy House
## 12169 All new, spacious apartment & yard
## 12170 5*****sTaR sTUDiO/HeaRt oF cHeLSeA
## 12171 COOL, ARTSY & CENTRAL APARTMENT
## 12172 Amazing 2BedRoom / By Central Park Sleep / 6
## 12173 Your Best NY Stay Ever!
## 12174 Original Cabin 2
## 12175 Stylish bd Genuine Lower Manhattan
## 12176 Near by Chelsea Market & Highline
## 12177 Large Private BR in Hell's Kitchen
## 12178 Quiet and Private Uptown Apartment
## 12179 Private Bedroom in Williamsburg
## 12180 Pure Serenity 1BR in the Lower East Side
## 12181 Tiny House Off Hawhthorne (Mt. Tabor) BLVD
## 12182 Light Rail, Perfect Location, Large Apartment!
## 12183 One bedroom 20 mins from Manhattan
## 12184 Private Lofty Basement Suite
## 12185 Hayes Boutique Studio with Parking
## 12186 Spacious Gem to Entertain or Relax
## 12187 Beautiful Victorian House
## 12188 ★SPACIOUS 4-LEVEL TOWNHOUSE★CLOSE TO EVERYTHING★
## 12189 Private BR/Bath Steps From the Lake
## 12190 Stay in the heart of South End!
## 12191 The Zen Den
## 12192 Urban studio downtown Los Angeles
## 12193 Charming Westside Bungalow
## 12194 Quiet Comfort near Nat'l Cathedral
## 12195 Private BR&Bath in the heart of DC
## 12196 Sunrise Room in Spacious Duplex
## 12197 Carroll Gardens Beautiful, Sunny Suite - Private
## 12198 STYLISH 3BD Loft in Vibrant Midtown Location
## 12199 Sunny Quiet 2BD Brooklyn Brownstone
## 12200 Private bedroom in the heart of NYC
## 12201 Charming Soho 2 Bedroom Centre
## 12202 Spacious Bright West Village Apt
## 12203 THE PERFECT ROOM! Sunny, Clean & Renovated!
## 12204 Private One Bedroom Apartment 45 min from NYC
## 12205 Chateau Gowanus
## 12206 AMAZING BROWNSTONE 3 BEDROOM DUPLEX
## 12207 The Red Earth Flat-Charming & Warm!
## 12208 ELEGANT PRE-WAR APT* Best Upper West Location
## 12209 Private, cozy, one br apt for 2-4
## 12210 Unique Loft GREAT location
## 12211 Brooklyn loft
## 12212 Sea view near metro & city center!
## 12213 Cozy Rustic Modern Loft
## 12214 Hip Eagle Rock flat with private sundrenched deck!
## 12215 OCEAN VIEW STEPS FROM THE BEACH!
## 12216 East Nashville Loft in Madison
## 12217 Neelys Bend Cabin*Cheap cozy space!
## 12218 Guest BR in spacious, modern loft
## 12219 Rowhome near Hip Baker Neighborhood
## 12220 Lux 1 BR Near Downtown, East Nash.
## 12221 Traveler's Homey Paradise
## 12222 Entire apartment, modern, peaceful, business ready
## 12223 Remodeled Historic Sunnyside Home
## 12224 Large 1 bedroom Loft Suite Sunny Corner Unit
## 12225 Boho Chic Brooklyn Home 2 Bed 2 Bath + Back Yard!
## 12226 IT"S A BEAUTIFUL DAY IN BROOKLYN! 3
## 12227 private room + sunshine and music
## 12228 Posada de Don Salomon 2
## 12229 Spacious, clean, quiet suite
## 12230 Bed & Breakfast in Treme! (chill)
## 12231 Comfy Bywater 2 Beds With Bath
## 12232 Nashville on the Range
## 12233 Lower Garden District/Walk to Convention Center
## 12234 Walker’s Paradise: Fresh 1 Bd/1 Bth
## 12235 Your Home in the Heart of Venice
## 12236 SXSW - Luxury House in Prime Location
## 12237 Private Cottage Style Apartment
## 12238 Modern & Cozy in Parkview
## 12239 relaxing Bywater retreat
## 12240 COMFY MODERN HOME NEAR METRO & DTLA
## 12241 Prime Location & Perfect for Four!!
## 12242 Charming spacious Concordia Apt
## 12243 Chez Carine - Privacy in Manhattan
## 12244 Nice room Convenient to Manhattan B
## 12245 Urban Harlem 1BR Oasis with a View
## 12246 East Central 1950s bungalow
## 12247 Master Suite by Mt. Tabor
## 12248 Lovely SE urban farm 1 rm apartment
## 12249 Chic Pacific Heights Jr. Studio PVT
## 12250 Home Away From Home, Pacific Beach
## 12251 Spacious Pacific Heights 4BD Home
## 12252 Art Deco Bungalow #1 in North Park
## 12253 Central Park North Amazing View
## 12254 Spacious Harlem apt by Central Park
## 12255 Modern 1 bedroom GREAT location
## 12256 Tiny House Haven
## 12257 New LUXURIOUS Apt,Great Location!!!
## 12258 Beautiful & Bright Room in Brooklyn 1
## 12259 2 Comfy Rooms with Private Entrance and Backyard!!
## 12260 LARGE ROOM IN A GREAT NEIGHBORHOOD
## 12261 1 BR In the Heart of Hell's Kitchen
## 12262 Beautiful view of the Hudson River!
## 12263 Charming 2BD flt in Trendy Bushwick
## 12264 Hollywood Hills 3 bedrooms
## 12265 Clean and Spacious 2 Bed 1 Bath in Burbank
## 12266 Guest house,Private Yard & Entrance
## 12267 Venice, SM, UCLA, Sony, staples
## 12268 Cozy Nook on Frenchmen Street!
## 12269 The Emerald Suite 10 mins to JFK
## 12270 Private Entrance/Bath, 2 story Apt.
## 12271 SUPER CLOSE TO BEST TRAINS! - Budget Wburg Room #1
## 12272 Best location In Williamsburg , beautiful apt:)
## 12273 Bright Lake Merritt Grand Lake 1-BR
## 12274 Charming Union Sq Studio w/Elevator
## 12275 Mission District 2 bdr flat w/ yard
## 12276 Modern Studio-H Street NE Corridor
## 12277 The Barbara of Capitol Hill
## 12278 Cozy private room in E Williamsburg
## 12279 Sunny Central Park North
## 12280 Brooklyn: Close-In With Character
## 12281 Chic and Quiet in Soho/Nolita
## 12282 Sunny, Quiet Home in Brooklyn's Best Area
## 12283 Stumptown Studio in Eastmoreland
## 12284 Motel Rm 2beds/micro/fridge/AC/wifi
## 12285 SALE! NR BEVERLY HILLS + BREAKFAST + SAFE NBRHOOD!
## 12286 Hidden Venice Gem–Private Guest House w/kitchen
## 12287 CasaBlanca BelAir; "360 Terrace"
## 12288 Between airport & Denver- Stapleton
## 12289 Cozy bedroom for 1 or 2 or 3
## 12290 Great Spot! View, BBQ, Firepit! SC2
## 12291 HARBOR/SEABRIGHT BEACH ROOMY STUDIO
## 12292 1 private BR near Mueller Park / DT
## 12293 Hidden gem in "Lively" neighborhood
## 12294 Master Bedroom/ Queen Bed & Sofabed
## 12295 "The Victorian"at Adobe Horse Ranch
## 12296 Superb Family Home In Heart Of LA!!
## 12297 Clean, Modern private room by the beach and LAX
## 12298 POOL! Charming Uptown Camelback
## 12299 Luxurious King Suite
## 12300 Contemporary 1 Bedroom Loft Suite Old Town View
## 12301 FANTASTIC LOCATION, FREE PARKING, 10 MIN TO LOOP
## 12302 SE PDX Luxury Apt- mins to downtown
## 12303 Charming tiny cottage with loft near BEACH!
## 12304 Cozy 1 BD in Belltown
## 12305 Boutique room in Gaslamp. Location!
## 12306 1 Room Close to JFK, La Guardia, Train & Buses
## 12307 Beautiful, Central & 20% Donated
## 12308 Quiet Central Mid-Century Bungalow
## 12309 Lively, Private, Vintage & Central
## 12310 Airport, D'Town, Beach & Zoo Close!
## 12311 Tropical Oasis-2 Blocks to Beach
## 12312 Basement Apt In Brookland Bungalow
## 12313 Luxury 2 Bedroom 2 Bath Private
## 12314 2BD Garden Level Condo in SE Denver
## 12315 Apartment and/or Recording Studio!
## 12316 Near LAX airport, beaches, shopping
## 12317 Tree Top Loft with Cemetery View
## 12318 small room in bedstuy 7
## 12319 PRIVATE GARDEN PATIO! ~~30 second walk to sand~~
## 12320 In the Heart Of West Hollywood
## 12321 Artsy, Great Location, Breakfast
## 12322 NEW Home WALK melrose/grove/cafes
## 12323 Lovely Room on bus line
## 12324 Like Paris in Prospect Heights! Atelier & Loft
## 12325 Modern Soho 1 Bdr Apartment
## 12326 Charming Victorian House
## 12327 Zen Isle Ambiance +Lively Downtown.
## 12328 Stone Cottage in East Nashville
## 12329 The Magic Cottage - Heart of Uptown
## 12330 Stunning Modern Home Mulholland Dr
## 12331 Venice Canals, Beautiful Duplex
## 12332 Mario's Retro Hideaway
## 12333 WELCOME A TO NICE AND COZY ROOM!
## 12334 Private room near Central Park
## 12335 Hawthorne and 41st Apartment
## 12336 AN OASIS:SHERMAN OAKS GUEST COTTAGE
## 12337 Gorgeous 5 bedroom house in Treme!
## 12338 Beautiful Bedroom Near Quarter
## 12339 Venice bungalow with yard
## 12340 Dtla Modern Studio
## 12341 Fit for a Prince (or Princess)
## 12342 JazzFest 3 Blocks! 5 Star Clean! Value for groups!
## 12343 Charming row house apartment near everything
## 12344 Hill Country Getaway - Master Suite
## 12345 Sunny Pilsen Launch Pad
## 12346 Peaceful Colorado Artist's Oasis
## 12347 Welcome to the Sunset Strip
## 12348 Walk Everywhere! Designer 4 Bedroom
## 12349 Cozy Beach apt/free park/min to LAX
## 12350 Portland City Cabin
## 12351 Large Private Room in Greenpoint/ Williamsburg
## 12352 Cozy Apartment in the city!
## 12353 Mins to Manhattan and Williamsburg!
## 12354 Picturesque port town awaits you !
## 12355 Private bathroom & entry. Bamboo rm
## 12356 Central Pasadena, Parking, Direct TV, Quiet & Safe
## 12357 West LA, 3 miles to Venice Pier and 15 min to LAX!
## 12358 Cozy Vintage Humboldt Park Room
## 12359 Historic designr home near downtown
## 12360 Luxury Penthouse on Lake near LoDo
## 12361 Quiet oasis in the Big Easy!
## 12362 Culver City Room in House w/ Charm
## 12363 Convenient On-Site Parking + FAST Wifi Luxury Flat
## 12364 Hillside getaway
## 12365 Spacious 2-story home & 0 parking!
## 12366 Full Bedroom in Beautiful Victorian
## 12367 The Common Studio, Venice Beach, CA
## 12368 Stylish Casa Naranja in Silver Lake
## 12369 Beautiful Modern Home w/ Pool/Spa!
## 12370 18th Ave & Church St Condo #1
## 12371 Beauty in the Bywater
## 12372 Irish Channel Getaway, Bikes Included
## 12373 Spacious/Perfect4Families/15min2Universl/Hollywood
## 12374 Bywater Apartment Renovated & Ready
## 12375 Studio & Bath On 1st Floor in JP Boston Near Train
## 12376 Sunny 1Bedrm Chelsea/WestVillage
## 12377 Private Apartment in Venice Beach!
## 12378 1 bdrm suite with private entry
## 12379 4th Floor Private Room & Bath with Rooftop Access
## 12380 2 Private Rooms for price of 1, Downtown NYC
## 12381 Capitol Hill Hideaway
## 12382 Private Flat in Lovely Concordia
## 12383 Queen Anne Mother-In-Law 1br/1bath
## 12384 Downtown 2/1 Loft. Best Location!
## 12385 Classic& cosy apartment in Gaslamp
## 12386 Ocean room w view updated Victorian
## 12387 Craftsman with Private Bath & A/C
## 12388 Sunny 2 Bedroom English Apartment
## 12389 LARGE 2 BEDROOMS + TOWNHOUSE by LAX
## 12390 DTLA DESIGNER PENTHOUSE 3BR/2BA + VIP TICKETS
## 12391 Central, laid back, & convenient :)
## 12392 Spacious 1 bed in heart of Weho
## 12393 Charm!ng West Hollywood Apartment
## 12394 Nice Room Great House near Zilker
## 12395 1927 Wash Park/ DU Bungalow 3-bdrm
## 12396 3 Venice Apartment short walk to the sand!
## 12397 The Bike Shed Portland Guest House
## 12398 Clean Minimalist Room
## 12399 The Ganham House
## 12400 Carroll Gardens Gem-2BD with Garden
## 12401 PERFECT STUDIO IN WEST VILLAGE!!!:)
## 12402 ROOMY 2BA/3BD - Parking Included
## 12403 Huge cozy bedroom, AC, free WiFi, NetFlix, parking
## 12404 Quiet Room in Awesome Lakeview Location
## 12405 One bedroom apartment close to French Quarter
## 12406 Charming Two level Apartment Uptown
## 12407 Luxury Apt w Patio Coors Field/Lodo
## 12408 Beautiful House in Hollywood Hills
## 12409 Garden Porch @ SoCo Mavens' Haven: READ!!!
## 12410 Quiet Room near Denver Airport
## 12411 Sexy Silver Lake Pied a Terre
## 12412 GRAND LUX CONDO -Free WiFi!
## 12413 Private Cottage in Alberta Arts!
## 12414 Ganesha Light Room
## 12415 2bd/2ba A+ Logan Circle Penthouse
## 12416 Clean, Comfortable and Sunny!
## 12417 Heart of SoCo Home, 6BR/3BA
## 12418 Resort Style Living in Downtown LA
## 12419 Nice 1 bed 1 bath apt in a 4U bldg
## 12420 Executive One Bedroom Suite Sleeps Six - H12
## 12421 Private Room/Bath in Modern Home #1
## 12422 Alki Beach Town House
## 12423 Cute Studio Garden Cottage
## 12424 Relaxed, Comfy and Clean room.
## 12425 Comfy 2 BD Basement APT - City Park
## 12426 Perfect 1B/Ocean beach/GoldenGate/
## 12427 Little Texas Hideout
## 12428 Rental in Heart of Capitol Hill
## 12429 Super cozy room with skylight!
## 12430 ROOM+PRIVATE BATH IN TIMES SQUARE 2
## 12431 15 Mins to Times Square & Manhattan-3 BR Apartment
## 12432 Private Bedroom, your own bathroom
## 12433 Artist's Dupont Top Floor 1B, Best Location in DC!
## 12434 Duplex with Private Bathroom by Times Square
## 12435 LOFT-CentralPrk/TimeSq/TheaterDist1
## 12436 Cosy room with private bathroom-NYC
## 12437 Brooklyn 2 bedroom Apartment
## 12438 Brooklyn Brownstone In Historic Bed Stuy - LEGAL
## 12439 Minutes to Manhattan & Williamsburg
## 12440 Room in a cozy apartment.
## 12441 Comfortable Manhattan Studio
## 12442 NYC - BEAUTIFUL ROOM IN ASTORIA
## 12443 Quiet, Comfy Gaslamp Flat w/Parking
## 12444 In law studio, great location, garage parking
## 12445 Entire 3rd floor in historic home
## 12446 BRAND NEW Spacious Tiny House Loft
## 12447 Mission Apartment near Valencia
## 12448 Cozy, private apartment near metro
## 12449 Tasteful Gov Park Condo
## 12450 NYC Home w/ Private Bath&Entrance
## 12451 Brooklyn modern 2 BR Garden Floor
## 12452 That 70's House - Chicago
## 12453 Classic Style 2BR/2BA WeHo Home
## 12454 Topanga/Malibu Cyn Garden Apartment
## 12455 Entire Upscale home 4 beds furnished w/parking
## 12456 Stunning Ocean-Front Villa #6
## 12457 Studio in the Heart of North Park
## 12458 Colorful &cozy,and comfortable flat
## 12459 Sunny Private Room, Manhattan!
## 12460 Restored 1910 Brooklyn Loft Suite
## 12461 Presence Guest Room - Chelsea NYC
## 12462 Renovated 2 Bedroom (Hells Kitchen) TIME SQUARE
## 12463 Amazing room UWS steps away from Columbia Univ.
## 12464 Charming Cozy Studio Apt. in NYC
## 12465 Sunny Room in East Williamsburg
## 12466 Serene 2BR retreat close to downtown, PSU and OHSU
## 12467 COTTAGE BY THE BEACH
## 12468 Chicago duplex-perfect for groups!
## 12469 El Segundo/LAX Guest House - close to beach & LAX
## 12470 Private Bathroom and Forest View
## 12471 4BR Midcentury Home, Best Location!
## 12472 New Orleans Uptown Tall Tales
## 12473 Private room in the heart of NOLA
## 12474 Charming spacious home in East Nash
## 12475 Studio Loft near Downtown Denver
## 12476 Downtown Designer Chic !
## 12477 1 minute to Medical&UChi/20min downtown/Cozy Stay!
## 12478 Private room in 4 BR on Riverside
## 12479 Room 1/2 block from Central Park!
## 12480 Lux Bldg near Statue of Liberty
## 12481 Private Space in Williamsburg Home
## 12482 Oversized Room Very Central & Quiet
## 12483 Private Garden Apt in Mission Dist!
## 12484 Entire Home
## 12485 Charming Home on Art Alley
## 12486 Esplanade Ridge Camelback Shotgun
## 12487 Venice Beach 4 B/R Garden Retreat
## 12488 Fabulous Guest House - Steps to Beverly Hills
## 12489 Spacious 2 bedrm apartment with Private Parking
## 12490 Two bedroom suite and breakfast. 20 min downtown
## 12491 Unique Retreat at the Art House
## 12492 Private Bedroom & Bath - SouthTabor
## 12493 Full Amenities Condo walk to UCLA, Pool, Gym, Spa!
## 12494 Orange Drive Hostel - Female Dorm
## 12495 Poplar Hollow Barn House
## 12496 BEACH PENTHOUSE - Bright City Views
## 12497 Cottage w/Hot Tub-3blocks to theSea
## 12498 Zen large 1 story house in Great Neighborhood
## 12499 Eclectic Logan Square Retreat
## 12500 Queen Bedroom with private bath
## 12501 Hollywood Hills Cottage
## 12502 Suite Sunnyside (Highlands)
## 12503 Welcome to Our Home and Beautiful Santa Monica!
## 12504 VENICE BEACH - WALK TO THE BEACH
## 12505 Steps to the French Quarter in the CBD
## 12506 GORGEOUS CONDO W/AMAZING VIEWS! Book if available!
## 12507 French Quarter Fish Camp
## 12508 Affordable and Comfortable Space
## 12509 ENTIRE FLOR :) PRIVATE entrance&full bathroom! :D
## 12510 Stylish West Village 1 BR Apartment
## 12511 Express Insta room NYC
## 12512 Cozy 1BD/1BA Garden Unit in Hip Lower Haight
## 12513 Hip neighborhood+designer room+deal
## 12514 Trendy Manhattan Room near Central Park
## 12515 The Portland Villa on Alberta St
## 12516 Alamo Square, walk to everything SF
## 12517 Lux Private Room in Georgetown/ DC
## 12518 Brooklyn Cozy and Convenient
## 12519 Bright Bed-Stuy Apartment
## 12520 Condo steps from Metro, US Capitol
## 12521 All new 2017 Convention Center FUN, Tons of Room
## 12522 Quaint studio in East Boston
## 12523 Beautiful 2BD / 1 BA - 2nd Floor
## 12524 Lrg Sunny White ArtRoom & Loft Bed
## 12525 Small Room in private Brownstone in Park Slope.
## 12526 Large Private Room in Times Square ^
## 12527 Best Views in Heart of Times Square
## 12528 ☆ Private Room + Daily Breakfast ☆
## 12529 Bright 2 Bdrm WILLIAMSBURG 1st L
## 12530 Matt's Park Place
## 12531 Large Private Room in Spacious Apt
## 12532 Brand new beautiful one bedroom apartment
## 12533 Townhome 3 bedroom apartment with a private deck
## 12534 ITS A BEAUTIFUL DAY IN BROOKLYN B!
## 12535 Beautiful 1BR in Williamsburg
## 12536 Gorgeous room heart of williamsburg
## 12537 Artist 1 Bdrm 1 bath w/ Shrine Room
## 12538 Perfect for you in a quiet neighborhood
## 12539 U St/DUPONT: NEW BATH & KITCHEN
## 12540 In-City Suite Retreat
## 12541 Stylish beach cottage
## 12542 Quiet, private space
## 12543 Triple Room @ Fun & Social Hostel#1
## 12544 Modern suite with private entrance
## 12545 Cozy, Rustic Garden Bedsit
## 12546 N Gorgeous 2 Bed Duplex House
## 12547 Fabulous 1-Bed Apt Steps To Beach
## 12548 #podlife in the DTLA Arts District
## 12549 Close-in Portland Oasis
## 12550 Miradina Al Lago
## 12551 Sunny Room w/a Deck
## 12552 Beacon Hill Townhouse near MGH
## 12553 Private Garden Suite
## 12554 Cozy Modern Echo Park Bungalow/Logan
## 12555 Located at the Hart of: Safe Fun&Happy Los Angles
## 12556 Quiet, Sunny 1 Bedroom in the Venice Area
## 12557 Separate entrance apt by Tulane/loy
## 12558 Classic Apartment in Capitol Hill!
## 12559 3 Story House Over Lake Austin
## 12560 Sunny Spare Bedroom near H St
## 12561 A Modern Little Retreat In SC
## 12562 Awesome North Park 1 bedroom Condo
## 12563 Cozy, Private ArtStar Boudoir in Williamsburg
## 12564 Huge 5BR Townhouse - LEGAL NYC B&B!
## 12565 Spacious room w garden + sauna
## 12566 Luxurious and Spacious Studio. NYC!
## 12567 Spacious 1BR apt on the Hill w wifi
## 12568 2 BR Historic Home in Old Town
## 12569 Matt's Place: Aces High DayRoom Bed
## 12570 Private room in awesome Pilsen area
## 12571 GreenSputnik in Highland Park
## 12572 Luxurious Beach Sanctuary Heart of Venice
## 12573 Charming Bungalow Apartment
## 12574 The Surf Shack
## 12575 Lush Guesthouse, Centrally Located
## 12576 Downtown Austin Groovy 2/2 Condo
## 12577 Light and Airy Lakeview Loft
## 12578 Stylish 2 Bed in Soho
## 12579 Cozy Time Square 1BR/1BA Sleep 4
## 12580 Large Garden Duplex on Park block
## 12581 Eclectic Harlem Townhouse a 1BR Gem
## 12582 Desirable 3 Bed/2 Bath in South End
## 12583 ❤️Melrose pop-art, West Hollywood
## 12584 Penthouse Oceanview/UCLA/Parking
## 12585 Country in the city(East Nashville)
## 12586 Disneyland, Pool & Beach, Convention
## 12587 Sofa in San Francisco View Home
## 12588 Cozy East Village Loft
## 12589 2 Bed Private Room in Lovely Loft!
## 12590 Large Cozy 1 BR Apartment In Midtown East
## 12591 Spacious 2BR/1BA Midtown Manhattan
## 12592 Lovely 1BD in Williamsburg
## 12593 2 Bdrm Great Bushwick apartment #2
## 12594 Luxury Private Beds nr C/3 Subways
## 12595 Private Room
## 12596 West Village Modern 3 Bedroom Apt.
## 12597 ★East Village★ #3, Private Room, Free W&D
## 12598 WOODLEY PARK: DC'S BEST LOCATION!!
## 12599 Modern 2Bd Penthouse- Amazing Views
## 12600 Small 2BR Flat with Garden Views from Living Area
## 12601 Dupont Circle comfortable and cozy 1 BR shared BA
## 12602 Clinton / Division -the best of SE!
## 12603 New Gold Coast Amazing Location
## 12604 Urban Retro Flat Perfect for 2. 5 Mins to Downtown
## 12605 Central Colorful Artist home
## 12606 Cozy South End Guest Room
## 12607 Eccentric 2-Story with Jacuzzi Tub
## 12608 Woodland Hills / You are the *Star*
## 12609 2 Bedroom Beautifully Designed
## 12610 Historic Irvington Charm in the Center of Town
## 12611 2 BDR GARDEN APT + PATIO/GRILL+PKG
## 12612 Rent Russian Hill
## 12613 Spacious guestroom w/ en suite
## 12614 Convention Center/Downtown D.C. Row House
## 12615 Mid-Century Modern in hip E Austin
## 12616 Solar Sanctuary-Austin History Room
## 12617 Private 2 Bedroom 1 Bath w/ Kitchen
## 12618 Walking Distance to Everything!
## 12619 South End Boston Brownstone
## 12620 Great neighborhood! Price Drop *REMODEL
## 12621 Private Attic Bedroom by Light Rail
## 12622 Designer Williamsburg Apt with Terrace
## 12623 Private Bedroom/Backyard/Steps 2 TRAIN!
## 12624 Amazing large bed/private bathroom
## 12625 Right on Budget
## 12626 East Nashville Modern Farmhouse
## 12627 Pier Ave 1Block to Beach w/ Parking
## 12628 Room in Beautiful 1920's Apartment
## 12629 Honeymooners' Secret Hideaway.
## 12630 Nice new studio: 10 min to downtown
## 12631 Luxury 24hr Doorman Building UES
## 12632 House on Stout - MESA
## 12633 Beautiful Monterey Park home with a pool and view!
## 12634 'Bu Seaside Cottage!
## 12635 Comfy & private space city center!!
## 12636 Cozy Private Room btw Williamsburg and Bushwick
## 12637 Sunny room Park Slope (women only)
## 12638 private room in the heart of Greenwich Village
## 12639 Great H-street renovated townhouse!
## 12640 garden studio apartment
## 12641 Charming room with private bathroom
## 12642 Gorgeous Glam ~ Beverly Hills Baby!
## 12643 Beverly Hills 1 Bdr Near Everything
## 12644 PRIVATE HILLSIDE GARDEN SUITE
## 12645 Chicago River Walk
## 12646 Beautiful aparment 15 min from downtown
## 12647 Backyard Bungalow in Heart of SOCO
## 12648 Cozy 2 Bedroom Cottage in Los Feliz
## 12649 Spacious Uptown Apt near Tulane
## 12650 The Stewart House
## 12651 Long Night's Sleep - Central Austin
## 12652 Observation Guest House
## 12653 Style & Serenity Steps to the Beach
## 12654 Sunny and Sweet 2 bedroom in LES
## 12655 Sweet Suite with Kitchenette
## 12656 La Jolla Retreat-Garden View
## 12657 Master Bedroom w/Bath Downtown
## 12658 Contemporary and Cozy in SE
## 12659 French Quarter Condo 402 for 4 Ppl
## 12660 Bungalow Sweet Cottage!
## 12661 SPRAWLING 1 BED/1 BATH LUXURY FLAT
## 12662 Glamping in Topanga ~
## 12663 Modern Townhouse in Hippest 'Hood
## 12664 Venice Area Private Bedroom -COMFY
## 12665 Posturpedic King Bedroom in Mansion
## 12666 ⁂ Hancock Park Pool House + Rose Garden ⁂
## 12667 City & Mountains | Private Suite
## 12668 Contemporary Portland Studio
## 12669 Historic Bywater Retreat- Miatri Suite
## 12670 Private BR in Chelsea (female preferred)
## 12671 Amazing 4 Bed Loft in Prime Chelsea
## 12672 Luxury upper east side-central park
## 12673 2 BEDROOM ON PARK AVE SLEEP 6
## 12674 Charming Coach House in Roscoe Village, Chicago
## 12675 Private flat with a view!
## 12676 Spacious & Charming Echo Park 1 Bed
## 12677 ROOM - Blue Room -- in Silver Lake Breezy Hilltop
## 12678 The Coots House
## 12679 Cozy Room in Central Austin
## 12680 Modern 3br duplex 8mins to Dwtn&Bulls.
## 12681 Carriage House in Historic Baker
## 12682 Private room, bath and living area
## 12683 CLEAN A-FRAME STUDIO WESTSIDE
## 12684 Gated Guesthouse W/Private Entrance
## 12685 Cubby Sleep - super buy - Burbank
## 12686 2-Bedroom Venice Luxury Apt with Pool, Gym
## 12687 Room 2 in Echo Park hillside house
## 12688 Spacious Room Near LA Attractions!
## 12689 Historic Eastwood Manor
## 12690 Alberta Arts Bohemian Basement
## 12691 Charming Spanish Style Duplex Lwr
## 12692 URBAN DTLA VIP SKY POOL TABLE PENTHOUSE 3BR/3BA
## 12693 The Opposite House in Venice Beach
## 12694 Prime location West hollywood spot
## 12695 Perfect HOME in a small beach town!
## 12696 Historic Home, 1.5 miles from FQ
## 12697 Cozy, Convenient, Willow-Plum House
## 12698 Vibrant and Terrific SF location!
## 12699 Hilltop Vista-Fashion Valley 1bd/ba
## 12700 Privat Room & Entrance/ Sweet View
## 12701 15 Minute Walk to Seacliff Beach.
## 12702 Garden suite with incredible views
## 12703 Echo Park Place
## 12704 Hotel-like Room w/Private Entrance
## 12705 Chelsea luxury 2 bedroom garden apt
## 12706 Harlem Bed and Breakfast Style
## 12707 N Portland Cozy Small House
## 12708 Modern Furnished Studio DC Life!
## 12709 Amazing Apt in Hells Kitchen!!
## 12710 Room B
## 12711 Beautiful 2 bedroom apt. Times sq.
## 12712 Comfy Room in Park Slope
## 12713 Spacious Park Ave Triplex Sleeps 5
## 12714 Penthouse 3Bedrooms with 2 bathrooms + Balcony !!!
## 12715 Beautiful Suite, Rockridge Oakland
## 12716 Private room in Midtown Manhattan
## 12717 The Manhattanville
## 12718 Fantastic SoHo Apartment Prime Area
## 12719 Private bedroom & bath on the park
## 12720 Relaxing Garden Getaway in Walkable SE Portland
## 12721 Victorian - Edge of The Pearl/NW/SW
## 12722 Private room W/ views in downtown
## 12723 Aban
## 12724 Modern Basement Apt w/ Pvt Entry
## 12725 XTRA Large 2bdrm 2bath in the City near "El" Train
## 12726 Empire State Building View Studio
## 12727 Downtown Manhattan Modern Gem!!
## 12728 1 BR Apt near Central Park & 5th Av
## 12729 LES,Soho,Nolita private NYC style!
## 12730 Beautiful Apt on Upper West Side
## 12731 Beautiful Spacious Home in New York
## 12732 The Sprocket in Logan Square:Our Home is Your Home
## 12733 Vacation, Business, Location!
## 12734 Sunny & charming, Chicago apartment
## 12735 Sunny house in historic district
## 12736 URBAN DOWNTOWN LA MODERN SUITE + 3 BEDS
## 12737 HOLLYWOOD NEW LUX #1 5BEDs POOL SPA
## 12738 Charming, Rustic, Near Beach.
## 12739 Silver Lake Sunset Junction Studio
## 12740 Modern Marina Del Rey/Venice Apt w/ Bikes Included
## 12741 The Big Tiny modern 2 bed house SE
## 12742 Artist studio, garden apartment
## 12743 Private Aptos Studio
## 12744 Sunny Master suite with Garden View
## 12745 Bartlett Gardens: Spacious, bright!
## 12746 The Haven: 2 or 3ppl
## 12747 Cute Chic Studio - Heart of Chelsea
## 12748 Interfaith Retreat Guest Rooms (Govinda)
## 12749 Owl's Landing - Garden Room
## 12750 Great room with top view, 15 min to Central Park
## 12751 Modern, renovated garden apartment
## 12752 A Unique studio apartment
## 12753 Elegant 2 BEDs Washington Heights!
## 12754 Brooklyn Charm and Comfort
## 12755 Amazing Room in Cool Astoria NYC!
## 12756 Sunny Room in Renovated Apartment
## 12757 Historic Heights-Private Queen Room
## 12758 Beautiful Downtown Manhattan Share
## 12759 4 Beds 2 Bathrooms Rental 1
## 12760 Attic rooms in Kensington, Bklyn - 2BR/1BA
## 12761 Welcoming Room in Morningside Hghts
## 12762 Newly renovated 3 BDR w 700'terrace
## 12763 Two Bedroom Apt w/Private Balcony & Small Bathroom
## 12764 A Gem Studio Apartment Astoria,NYC
## 12765 Couples Cottage Steps to Sand w/AC
## 12766 Silver Lake Great 3 bedroom duplex.
## 12767 Hollywood Hills Comfort
## 12768 Cozy, clean updated space
## 12769 Private room in Boston
## 12770 Modern Fully Renovated 3 bed 1808
## 12771 Master Suite Bedroom with Private Bathroom
## 12772 Beautiful studio with full kitchen
## 12773 Historic Curtis Park apartment
## 12774 Ready for Fun on Vibrant 6th St B6
## 12775 Modern 2BR steps to airport & train
## 12776 Beauty in Greenwich Village
## 12777 shared space with Great location!!
## 12778 Sunny Artist's Loft in Bushwick
## 12779 Near Everything Dupont Circle Home
## 12780 Santa Cruz Private Bedroom and Bath
## 12781 Quaint Carrollton Studio
## 12782 Fabulous Blue:Ocean View+Breakfast+Park+3bathrooms
## 12783 Cozy Trinidad in-law suite
## 12784 Cozy Cabin Room. Private bdrm/bath, with parking.
## 12785 Beautiful Suite in Luxury DTLA Apt
## 12786 Midtown Luxury by Downtown & Vandy
## 12787 Relaxed Urban - Loft Style
## 12788 Charming Venice Beach Bungalow
## 12789 01b. Queen bed in coed space
## 12790 Relaxing Apartment With Charm!!
## 12791 1927 Spanish House, 3 bedrms avail
## 12792 Amazing Bay Window Overlooking Esplanade Avenue!
## 12793 Perfect Room in Soho, Best Stay!
## 12794 Chic NYC apt - near train & 42st St
## 12795 in LIC - 5 minuts from the NYC
## 12796 East Village 2 Bedroom Apartment
## 12797 1 large bedroom w/private bath
## 12798 Sunlit & Spacious 2 Bedroom Brooklyn Apt
## 12799 Charming Room in Patio Apartment
## 12800 Central to Downtown A,TX Apartment
## 12801 Historic Northwest Portland Home
## 12802 Cute & Tidy by Seattle Center!
## 12803 Historic Hawthorne Hideaway
## 12804 Potrero Hill spacious 3BR flat
## 12805 Seattle Sleepy on North Beacon Hill
## 12806 Sellwood guest cottage on the bluff
## 12807 Toulouse room/Parisian charm cozy
## 12808 Great Capitol Hill location --steps to the sights!
## 12809 Capitol Hill Federal on Artsy H St
## 12810 Upper West Side Great Apartment
## 12811 WINE & DINE LIKE A LOCAL IN LES!
## 12812 Newly-Renovated 2BR/1BTH Garden Apt
## 12813 Comfortable 1 Bedroom in Greenpoint
## 12814 Just Like Grandma's! 49 per Room
## 12815 Downtown Denver PotHead Paradise
## 12816 Perfect Location, Peaceful Vibes
## 12817 Creole Cottage Steps to Magazine! Sleeps up to 8!
## 12818 Sunny Room, Good Coffee
## 12819 1 Bedroom in 2 Bedroom apt in HK
## 12820 Huge Gorgeous Artists Loft (Room)
## 12821 2000Sq Ft Loft w/ Priv Elevator
## 12822 1 Bedroom in Clinton Hill Share
## 12823 AIRPORT NEIGHBORHOOD
## 12824 Serene San Diego Canyon Getaway
## 12825 The Perfect Spot
## 12826 Tranquil & Private Bed and Bath
## 12827 Alberta Guest House
## 12828 Spacious Rockridge Garden Studio
## 12829 BEAUTIFUL! 4 BED 2 BATH near Central Park!!!
## 12830 4. Quiet Safe Close to everything
## 12831 Spacious room - Marina del Rey home
## 12832 1 Bedroom Pre-War Hideaway minutes from the beach
## 12833 Ocean Park Beach Hut
## 12834 Venice Beach/Marina del Rey Studio Guesthouse
## 12835 Centrally Located Modern Luxury
## 12836 Convenient & Roomy, Farmish Charm
## 12837 Luxury one bedroom in the heard of DTLA
## 12838 Your Bro's Groovy 1978 Surf Camper
## 12839 Private Apartment in the hills of Beverly Hills
## 12840 Cozy Alberta Craftsman
## 12841 Market Street Guest Room
## 12842 One bedroom in Downtown Austin
## 12843 Cozy Studio by Golden Gate Park
## 12844 Beautiful Modern 3BR/2BA in NOPA
## 12845 Huge Cap Hill Garden Apartment/English Basement
## 12846 Sharing a Cozy Condo in a beautiful neighborhood
## 12847 Bay Retreat - Best. Location. EVER.
## 12848 Sunny Bedroom off Central Park!
## 12849 Your Home away from Home!
## 12850 Lg private bed/BA, parking, near UW
## 12851 Private Mission Rm w/ Modern Design
## 12852 Central Abode on West Campus
## 12853 Eastside Oasis - Near Train, UT, DT
## 12854 Private 2bed 1ba RV Guest Home
## 12855 Private & Modern Studio with garden
## 12856 WALK TO UNIVERSAL! + Pool/Hot Tub
## 12857 Cozy Up in Music City!
## 12858 Historic Spacious 3BR Home w/POOL
## 12859 Sleep 8 at The Bean! (5b)
## 12860 Downtown Central Austin HUGE HOUSE!
## 12861 Clean + Modern Private Studio
## 12862 One Bedroom Home Awesome Location
## 12863 Oasis private suite with pool
## 12864 KingSuite PrivateBathroom FreeParking
## 12865 Peaceful Zen Room in NoHo House
## 12866 Light-Filled Prospect Height Apt.
## 12867 Clean room in heart of Brentwood
## 12868 SF Garden Studio w/ensuite bath
## 12869 Luxury, Mid Century Mod Retreat :)!
## 12870 Hip Chinatown pad with epic views!
## 12871 Amazing Room—Private Bath/Backyard
## 12872 Renovated 1 bdrm apt close to city
## 12873 Private Master Bedroom in Heart of NYC!!
## 12874 Studio Bathroom/Kitchen With Separated Entrain
## 12875 Funky New York style loft apartment
## 12876 Private apartment with city views
## 12877 Secluded guest suite downtown over forest
## 12878 End Unit w/ Private Parking, Patio
## 12879 SXSW Entire House on Train Line - Goes Downtown!
## 12880 Heart of Austin on South Congress!!
## 12881 Inspiration in Downtown Austin...1 Block from 6th!
## 12882 Downtown Boston - Beacon Hill - New
## 12883 2bed 2bath New Luxe Hollywood Condo 1020sqft
## 12884 7 Bedrms;5 baths;Sleep 16 ;Central Locale
## 12885 CA Boutique new house 8 rm 8 bath disney Hight way
## 12886 Private Entry, Ensuite Bath & Parking!
## 12887 Watermelon on Pauger (Marigny 1br)
## 12888 Gypsy Festival Den
## 12889 Su Casa #2 - Bedroom 1
## 12890 Private room, with breakfast!
## 12891 BEST 2 BEDROOM IN DOWNTOWN DENVER!!
## 12892 DOWN TOWN DENVER MARIJUANA FRIENDLY
## 12893 Spacious 2BD Home-Minutes From DIA
## 12894 theLux Mini Apartment by Hollywood
## 12895 LAX House | Private Room 2
## 12896 3BED/1BATH~ Private Rosemead House
## 12897 Heart of Bywater - Modern Revival
## 12898 SMALL CHEERFUL ROOM-6 BLOCKS FROM BEACH
## 12899 BunkBed Oasis at Venice Beach!!~2
## 12900 Private Family Room with two bed
## 12901 An Artist Den on Capitol Hill!
## 12902 Beautiful House on the East side
## 12903 Sea view nr metro& Boston center
## 12904 Light and airy separate apartment in funky JP
## 12905 Stunning Downtown Artist Loft (West Loop)
## 12906 Silver Lake -- Off Sunset Blvd
## 12907 Beautiful 1920s Los Feliz duplex
## 12908 Travelers Charm Glendale's Best
## 12909 Bali Private Suite in Hip and Cool NEPO
## 12910 Cozy Room by Multnomah Villiage
## 12911 The Lake Bungalow
## 12912 Penthouse designer loft with a view
## 12913 Quaint Harlem Studio
## 12914 Studio Bedroom Apt in Williamsburg
## 12915 Delightful 2BD Garden District Apt. Great Balcony!
## 12916 Chic Brand New 1 BDR near the Grove
## 12917 Venice Studio
## 12918 The Red Door Inn
## 12919 new home 旅途中的家. self check-in 01
## 12920 Charming Venice Beach Bungalow
## 12921 BRAND NEW Huge Ace Hotel-Style Loft
## 12922 Hollywood private room, shared bath+1 parking spot
## 12923 Cozy Convenient Downtown Apartment!
## 12924 South End Luxury Penthouse
## 12925 West Town Blue Line 2Br Coachhouse
## 12926 6 Bed Shared Dorm - Wrigley Hostel
## 12927 Lovely Brownstone-- Close to Subway
## 12928 Small NYC Apt Flat in Great Area
## 12929 room in uper east side manhattan
## 12930 Fabulous UWS 2 Bedroom Apartment!!
## 12931 Luxury Apt in the EV - 2Bed+2Bath!!
## 12932 Sunny & Spacious Apartment. Close to Metro!
## 12933 Riverside Ranch: Lil Loafer
## 12934 Crescent City Oasis (Walk to St. Charles St)
## 12935 Beautiful Apt in Heart of the City!
## 12936 Charming guest house w/ pool access
## 12937 Charming luxurious French Quarter Condo
## 12938 Downtown Condo - Fantastic VIEW
## 12939 Designer Loft with Large Private Balcony!
## 12940 Private Room in Heart of Soho
## 12941 BUNKHOUSE QUEEN ECONOMY HALL BATH A7
## 12942 Authentic Mission Victorian
## 12943 North Beacon Hill house
## 12944 Side Street Inn
## 12945 Hugh loft living in Gaslamp walk to Convention
## 12946 Awesome Fremont Townhouse! Room 1
## 12947 Cozy in Adams Morgan
## 12948 The White House at Crieve Hall-2 BR
## 12949 Fabulous in Hollywood W/ FREE Parking
## 12950 Guest House with Separate Access!!
## 12951 Cozy East Nashville Cottage 2BD/1BA
## 12952 Cozy camper van near lightrail!
## 12953 Beach Studio Steps to Surf & Cafe
## 12954 Beach House! - 1BR w/ Private Full Bath
## 12955 Affordable Nashville
## 12956 Central French Quarter Penthouse
## 12957 Luxe DTLA Arts District Bedroom, Bath, + Balcony
## 12958 Ivon Garden Cottage
## 12959 Spacious Apartment in North Beach
## 12960 Hotel Pac Hgts Queen Free Car ParkA
## 12961 Wonderful light filled room
## 12962 Union Square Apartment + Private Backyard
## 12963 Montclair Retreat, Quiet & Private
## 12964 Lovely HUGE Master Bed + Study
## 12965 Modern Comfort, Walk to Transit, Food Blogger Host
## 12966 East Nashville Retro Ranch BR #2
## 12967 Estate@ROSEBOWL Room with King Bed
## 12968 Vintage Studio in Pulsating Heart of Hollywood
## 12969 Comfortable Designer 3Br - Chicago
## 12970 Cozy apartment located close to convention/staples
## 12971 Pet Friendly Home Away from Home
## 12972 room and bathroom in santa monica
## 12973 EastsideCentral-heart of Nashville
## 12974 Gentilly Three Bedroom Cottage
## 12975 Bed & Bath on Separate Floor in Columbia Heights
## 12976 Relate Relax your home by the beach
## 12977 Villa Seabreeze-Corral Cyn, Malibu
## 12978 Steps to Beach in Prime Venice Location!
## 12979 Wonderful Place in Heart of City!
## 12980 Heart of the South End Near It All!
## 12981 Bio Chic Cabin in the Redwoods
## 12982 Colorful Central Austin Gem
## 12983 Best Studio in SF!
## 12984 SXSW EASTSIDE! ROOFTOP DECK! DOWNTOWN VIEWS!
## 12985 Luxury 3BD Weho Grove Sleeps10-Apt1
## 12986 Independent Studio,Private Entrance, Cozy Backyard
## 12987 Clean and Cozy Studio 5 min 2 DTLA
## 12988 DOWNTOWN---PENTHOUSE LOFT-- 4BEDROOM -- WATER VIEW
## 12989 Sunny Queen Room FUN Alberta Arts
## 12990 Noe Valley/Glenn Park studio
## 12991 Garden-level Room in Victorian
## 12992 The gem of the East Village
## 12993 Loft in Large Private Room
## 12994 Charming, quiet and comfortable 1BR
## 12995 Luxury ensuite bedroom in Chelsea
## 12996 Great Space , Amazing Location
## 12997 Cozy 1 bdrm Park Slope, Brooklyn,
## 12998 SUPER CLOSE TO BEST TRAINS! - Budget Wburg Room #5
## 12999 COMFORTABLE PRIVATE ROOM FOR YOU
## 13000 PRIVATE ROOM in HELL'S KITCHEN, NYC
## 13001 Peaceful Garden Apartment
## 13002 cozy bedroom !
## 13003 Cute East Village 2 Bedroom Apt.
## 13004 Beautiful, cozy studio near the beach
## 13005 Room w Private Bath, 3 miles dwntwn
## 13006 Matt's Place: The Royal Flush Room
## 13007 a*SUNNY BRIGHT & COZY ROOM BOSTON*
## 13008 Charming West Village Apartment
## 13009 Apartment in HEART of WILLIAMSBURG
## 13010 Comfortable and Large Duplex with Private Terrace
## 13011 Your Taste of Hollywood Regency
## 13012 Very close walk to Beach-Redondo Beach
## 13013 Anam Cara 4: Room of Windows, Creek
## 13014 Exquisite Condo in Prime Location
## 13015 The Portland Carriage House w/charm
## 13016 Charming Victorian Glamour
## 13017 Slp/8 Awesome House/3 min DowntownE
## 13018 5 Bdrs+Free Parking in Single House!
## 13019 Capitol Hill Charm @metro w/parking
## 13020 Large Upper East Side Apt Manhattan
## 13021 Sunny Room by Prospect Park
## 13022 Quiet Street only 5 Minute walk from Train & Bus
## 13023 Deals for FULL Apt off Train & Park
## 13024 Luxury Upper East Side Apartment
## 13025 Central Park Fifth Av MET Museum
## 13026 Comfortable studio in Midtown NYC
## 13027 SUNNY ZEN FULL SERVICE HUGE STUDIO
## 13028 NYC Studio for Rent in Townhouse
## 13029 Big room in uptown prewar apartment
## 13030 *New Listing* Apartment 3
## 13031 Elegant Retreat - Steps to Union Sq
## 13032 Welcome to Studio Apartment East Harlem!
## 13033 Stay with a Super Host! Perfect for Up to 4 Guests
## 13034 Lovely Renovated 1BR apartment in Park Slope
## 13035 2 bedroom with yard, 4 mins to LGA
## 13036 Prime Downtown / Chinatown Location
## 13037 Great Deal/Pvt Rm
## 13038 Brand New Modern North Park Getaway
## 13039 Large Modern Master Bedroom w/Parking
## 13040 Walk to Wrigley! Shop! Explore!
## 13041 Glendale Room, 4 Miles From Pasadena Rose Bowl
## 13042 ❤ The Most Desirable Downtown LA ❤
## 13043 Large Brentwood bedroom
## 13044 Perfect Marigny Pool House
## 13045 Downtown Entertainment Home - SXSW Great Backyard
## 13046 3F Rm3 Vintage GrayStone Downtown
## 13047 Recently Remodeled Apartment
## 13048 "Plan B" Guest Suite
## 13049 Great Marigny apartment private 2BR
## 13050 SPECIAL PRICES FOR MAY Super Location1BD+1Bth+1Prk
## 13051 Downtown Back Bay Studio W/Parking
## 13052 Sweet Home Chicago 4 Bedroom/2 Bath
## 13053 Beautiful Bedroom/SPA Bath in Manhattan/Chelsea
## 13054 Mayor's Mansion - Fort Greene
## 13055 LARGE LOFT STUDIO- CENTER MANHATTAN
## 13056 Renovated West Village 1 Bedroom
## 13057 unique private getaway apartment
## 13058 洛杉矶市中心 靠近USC大学附近 10号高速公路旁边 交通便利
## 13059 Spacious Private Room Mid-City / LA
## 13060 Downtown LA Zen Escape With Parking
## 13061 LUXE IN HOLLYWOOD. PARKING, POOL & GYM. 25% OFF
## 13062 Writer Retreat w Views! Silverlake
## 13063 D-101 Guest Room w/ shared bathroom,WifiTV,Parking
## 13064 Private room+bath in Wicker Park
## 13065 SE Apt in Posh Neighborhood- EZ Access to Downtown
## 13066 Private Large Studio - Hollywood Walk of Fame
## 13067 The Best Spot in Hollywood 3 Beds + VIP TICKETS
## 13068 Downtown LBC Walk> Conv Cntr-Pier
## 13069 The Highland House East Nashville!
## 13070 Uptown New Orleans
## 13071 Rustic 2+2 Apt near Metro
## 13072 Great Deal! Downtown! 4br/2ba
## 13073 Los Feliz spacious apartment
## 13074 Highland Park Outdoor Paradise
## 13075 Best shared space in the Hollywood
## 13076 Comfortable 2 BR Queen bed 96 w/ private bath
## 13077 Charming Authentic NOLA Shotgun
## 13078 Beautiful One Bedroom - Gold Coast
## 13079 Lovely 1BR Apt. Center WeHo Free Pkng Clean! 2 ACs
## 13080 Cozy Bungalow in the Heart of Echo Park
## 13081 Amazing location!!!!!!! Upper East Side Manhattan
## 13082 Modern Studio In Heart of Chelsea NYC
## 13083 Charming 1 bedroom on the water!
## 13084 Stay in prime Williamsburg
## 13085 Charming Studio - Central Park
## 13086 3BR-Lower East Side Gem
## 13087 An East Village winter adventure!
## 13088 Charming One Bed Room Apartment
## 13089 Fabulous Central Austin Condo!
## 13090 Sunshine & Palm Trees! 2bd/3b Condo
## 13091 Colorful private room & shared bath
## 13092 Bedroom and private Bath w/ kitchen
## 13093 BR/Private Bath Near Central Park
## 13094 Private Room in Lower East Side
## 13095 Beautiful Lower East Side Ap
## 13096 Original Cabin 25
## 13097 A Charming Couch just 10min to JFK
## 13098 Williamsburg Studio SelfContained Perfect Location
## 13099 Beautiful Rental House In Downtown Portland
## 13100 Tastefully furnished 1BR Condo
## 13101 2 bedrm Private Pool on Lake Travis
## 13102 Minutes to Boston - Near Ocean 69-1
## 13103 Upper west side Prime location APT
## 13104 South Harlem 1 Bedroom Apartment
## 13105 SUPER CLOSE TO BEST TRAINS! - Budget Wburg Room #4
## 13106 Central Park Artsy Guest Room
## 13107 Amazing studio near Grand Central
## 13108 Piedmont Ave. Pleasant Pad
## 13109 Quaint & Quiet in Queens
## 13110 LIVE HERE!! COZY STUDIO IN CHELSEA!
## 13111 A Cozy 4 bedrm Apt Queen(5minsLGA)
## 13112 SPACIOUS HOLLYWOOD HOUSE
## 13113 Queen Bed w/ ensuite Bath near LAX
## 13114 Monthly DISCOUNT, Downtown, Parking
## 13115 3 BR Home in Downtown Nashville
## 13116 The Historic Swoop-Duggins House
## 13117 Best Bedroom in Bedstuy/Bushwick
## 13118 Warm and Cozy Studio Apartment
## 13119 Sunny, Comfortable 2BD
## 13120 NYCHaven4: Entire House for less than a hotel room
## 13121 Cozy room on Capital Hill
## 13122 Charming Bloomingdale Apt. w/ Off-Street Parking
## 13123 NE BUNK-HOUSE : Queen Bunk - BOTTOM
## 13124 Room in Cute Craftsman Style House
## 13125 Bright Quiet Room Close to Downtown
## 13126 Great Whole Apartment in SoMa!
## 13127 Your Own Private, Cozy Room in Flat
## 13128 Prvt room and bath in NW DC
## 13129 "Best location in New York"
## 13130 Architecture-Design-Williamsburg
## 13131 900SqF,2Fireplcs,Wash/Dryer,Garden
## 13132 Clean Room by Metro -15mns 2 city
## 13133 Harlem Treasure
## 13134 Upstairs, studio with bath, fridge
## 13135 Cool Casita in South Park!
## 13136 #1.Georgetown Condo. Prime Location
## 13137 Back Bay/Downtown Beautiful, Convenient 1 Bedroom
## 13138 Red Rock Riding Ranch #2 in Castaic
## 13139 A Private Room & Bath Westwood/UCLA
## 13140 Wicker Park-Sleeps 10 on 2 levels
## 13141 Beautiful Madrona Large Private
## 13142 Cozy Home Blocks to the Beach & Bay
## 13143 Mission Apartment with Cactus Byard
## 13144 Mid-Century Modern near SoCo and DT
## 13145 Musician's Abode - East Nashville
## 13146 Historic Av & Home,Vibrant Park, Vandy, TAXES INCL
## 13147 Private Courtyard Apartment
## 13148 Cozy and Eclectic in the Bywater
## 13149 Steps to the St. Charles Streetcar! Apt. A
## 13150 The Carriage House Denver
## 13151 Luxury High-RISE with MTN View
## 13152 1-bedroom In-law apartment
## 13153 Spacious & Sunny 2 bdrm/2 bath Townhome w Parking
## 13154 Gorgeous Condo - Parking friendly
## 13155 Private bed/bathroom in La JollaUTC
## 13156 Luxury Hill Row House, Near Metro
## 13157 N CAPITOL HILL STUDIO APARTMENT
## 13158 Great downtown/Convention Center location
## 13159 Spa retreat in vibrant Greenwood
## 13160 LARGE APT-lovely, comfortable in vibrant Brooklyn!
## 13161 Private Bedroom WITH a Living room!
## 13162 Downtown 3 Bedrooms Duplex Townhouse - BEST DEAL
## 13163 West Village - Gorgeous Studio Apt.
## 13164 Gorgeous Apartment with Parking
## 13165 6 mi. to Down Town & 12 mi. Circuit of Americas
## 13166 Historical Arts District
## 13167 Charming Private Room
## 13168 Mid-Century Modern Hills Designer Treehouse w View
## 13169 Charming House on a Hill
## 13170 Private Master Bedroom and Bath!
## 13171 Venice Beach 1 BR Guest House
## 13172 Luxury Sundeck Town House #603
## 13173 Boston comfy room 1, phase 2
## 13174 Digital Nomads....Come stay with us in Austin!
## 13175 Disgraceland's Board Room
## 13176 Cozy Silverlake Sunset Junction Pad
## 13177 Spacious/gorgeous aptHeart LA/Grove
## 13178 Central & Charming Noho House Ready to Accommodate
## 13179 3BD Luxury Cottage by Lake Austin
## 13180 Hi! Stylish Spotless 2Bdr w Terrace
## 13181 Shotgun Duplex Unit just off Esplanade
## 13182 Uptown Street Car Living
## 13183 Pasadena Craftsman + private side entry
## 13184 Sunny Venice Beach Bungalow #2
## 13185 Historic Irvington King Suite with all Amenities
## 13186 Cozy Beachside Apartment in Sunset
## 13187 Charming Brooklyn Brownstone Near it All!
## 13188 Romantic one bedroom in Harlem USA
## 13189 MASTER BEDROOM + PRIVATE BATHROOM!
## 13190 PRIVATE TWO BEDS IN PRIME DOWNTOWN MANHATTAN
## 13191 Spacious 1 BDRM near Central Park
## 13192 Newly Remodeled, Totally Private, Free Parking
## 13193 Wonderful apartment in Studio City
## 13194 Two twin beds at Le Château Relaxo
## 13195 3.-Mansion in Exclusive Beach Area
## 13196 Modern Luxury in Zilker
## 13197 Great location, large room, and private bath.
## 13198 Studio apartment in Fenway
## 13199 3BR/3.5BA/7BD in hip Echo Park/DTLA
## 13200 Best deal in LA! Own room w lock! a
## 13201 #2 - Four miles to LAX; Two miles to the Forum
## 13202 WALK TO THE GROVE! LACMA! CBS! POPCORN!
## 13203 HUGE 2BDR/3 QUEEN BEDS !!HOLLYWOOD PRIME LOCATION
## 13204 Sun-filled, Cozy Scholar's Nook — Pasadena near LA
## 13205 Private Bd & Ba - Beautiful Santa Monica Mountains
## 13206 Private Bedroom Loft on The Hill
## 13207 Entire Historical Row House in Georgetown
## 13208 Queen Anne Private Bed and Bath
## 13209 Sunlit room with private bath
## 13210 Stunning Downtown High Rise!
## 13211 Cap Hill Condo (built in 1889)
## 13212 Brand New Luxury Spanish style Casa with pool/spa
## 13213 GUEST WING BY THE RIVER ~2 Q Bedrooms
## 13214 Spacious, private room and bath, Queen sized bed
## 13215 Charming 2 bd/2b house Downtown
## 13216 Beautiful Malibu Beach Duplex -2bdr
## 13217 Sweet Smells of Baked Goods in the morning + bikes
## 13218 Room 1, Close to City Park, Quiet Cartier St.
## 13219 3 Bedroom APT-16 mins Times Square
## 13220 McCormick Place, Soldier Field, Millenium Park
## 13221 Haven in Harlem
## 13222 Time SQ Dream Suite in Midtown w/ Projector
## 13223 Cute Apartment off Piedmont Ave.
## 13224 ULTRA COZY BACKROOM
## 13225 Cute 1bd in Sunset Junction w Patio
## 13226 Private room B
## 13227 Award-Winning Marigny Mansion
## 13228 URBAN DOWNTOWN LA EXCLUSIVE PENTHOUSE + 6 BEDS
## 13229 DTLA Delux 1b1b + Parking
## 13230 Warm and Sunny 1BR in Logan Square
## 13231 BROWNSTONE BROOKLYN'S FINEST in NYC
## 13232 Quiet, Clean, Private Bedroom+Bath
## 13233 LUXE guest house + stunning cabana!
## 13234 Entire Cozy Carriage House - E Nash
## 13235 Spacious Design Near Alberta Arts & N. Williams St
## 13236 SOMA Executive Penthouse Living 2BR
## 13237 Monterey Bay View Room
## 13238 Bright Alberta Arts Garden Apt
## 13239 Fremont Cozy Cottage
## 13240 TOP FLOOR VIEW +BALCONY Hollywood #1LOCATION 3bed
## 13241 GREAT PLACE IN HEART OF HOLLYWOOD
## 13242 Trendy Sunnyside/Lohi: Quiet Qn Rm
## 13243 New Charming Studio Atwater village
## 13244 2311 Wilke Drive - This is Austin!!
## 13245 Logan House off Blue Line w/Parking
## 13246 Lovely Artsy home away from home-V
## 13247 Light Bright Airy Spacious Venice!
## 13248 Beautiful loft in the heart of SoMa
## 13249 Marina district 2 bedroom condo.
## 13250 Private West Seattle Basement Apt!
## 13251 THREE BEDROOM APARTMENT IN BROOKLYN
## 13252 The Grand Estate, Rise Above
## 13253 Gracy, a cozy, quiet East Side gem!
## 13254 2BDRM + 2 BTH Bungalow 3 blcks from Beach
## 13255 Nice 30s cottage in city 2twin beds
## 13256 Downtown LA Loft - Cheap and Chic!!
## 13257 Breathtaking Views Hollywood Hills
## 13258 room#1 Large & Comfy. "SAFARI ROOM"
## 13259 Modern unit with amazing pool view!
## 13260 Private Zilker Studio
## 13261 Beautiful private room in Southie
## 13262 Charming Victorian in Wilshire Dist
## 13263 Grad wknd special! Your own balcony in the Bywater
## 13264 Right In The Heart Of Pacific Beach
## 13265 West Seattle Greenbelt Garden Oasis
## 13266 Cozy 1B condo in Adams Morgan DC
## 13267 Awesome modern house on Capitol Hil
## 13268 Boutique Historic duplex loft
## 13269 Queen bed/ Private Room
## 13270 Artsy Historic Marigny - Sleeps 10!
## 13271 Downtown Penthouse on the 21st Flr.
## 13272 Vista 2 bedroom Rowhome FoggyBottom
## 13273 Wrigleyville 1 Bed w/ balcony
## 13274 Overlooking Laurelhurst Park
## 13275 3 Bedroom Pad by the Park
## 13276 Capitol Retreat
## 13277 Cute guest house with private patio
## 13278 Private Room in Hollywood Apartment
## 13279 Beautiful Private Room
## 13280 Better than SOHO :D
## 13281 CLEAN & COZY EAST VILLAGE PAD
## 13282 Trendy, newly renovated 1 BD Apt.
## 13283 Modern Loft, Condo in NE Portland
## 13284 Potrero Hill North Face
## 13285 COZY in the heart of North Beach
## 13286 Quiet and Vibrant Mission District
## 13287 Modern English Unit, Amazing Location!!
## 13288 3 Bedroom Times Square Modern Jewel
## 13289 Huge sunny artist loft +roof garden
## 13290 2br Near Brooklyn Bridge.
## 13291 Peaceful Private Rm in Brownstone w/Deck & Garden
## 13292 Brooklyn Riad, Easy to the City!
## 13293 Guest BR/Bathroom in UES Luxury Apt
## 13294 Peaceful Quarters Near Central Park
## 13295 Best Location Midtown Studio w2beds
## 13296 Brooklyn NYC Garden Loft Rental
## 13297 Bright Halsey Street Studio
## 13298 Spacious Sunny 2BR/Prime Greenpoint
## 13299 Noe Vly Victorian w/Twin Peaks View
## 13300 Spacious Manhattan Room near Central Park
## 13301 Dazzling Large 3 Bedroom 10 min Midtown Manhattan
## 13302 Modern Midtown Gem - Prime Location!!!
## 13303 Treetop & mountain views - Fremont!
## 13304 Atlas District/H St. Flat
## 13305 Country-like setting! Short drive to downtown!
## 13306 In the heart of Austin - Downtown!
## 13307 Best location, Midtown Times Square
## 13308 Roof garden & River Sunsets Zen
## 13309 Quiet, comfortable and easy to commute
## 13310 Legal Charming Carroll Gardens 2 BR
## 13311 Hawthorne guest house
## 13312 Hip loft in Downtown Austin (bonus: fun peeps!)
## 13313 Large, comfortable home with pool
## 13314 Garden apartment in Ravenswood Manor
## 13315 Free parking, spacious private room
## 13316 Spacious Private Studio - 600 sq ft
## 13317 Charming Space, Great Location
## 13318 Huge Art Deco Apt in Hollywood
## 13319 Relax, Unwind & Have A Little Fun!
## 13320 Cozy Bungalow in Downtown Nashville
## 13321 Zen Suite Private Bath-Alberta Arts
## 13322 Charm and Convenience in Georgetown
## 13323 LOVELY 1 BEDROOM APT-7 Mins To JFK
## 13324 Luxury home with breathtaking views
## 13325 Ile-Ife - 5 separate beds!
## 13326 Amazing view from a private roof!
## 13327 Oriental cozy & clean room by Park
## 13328 Four-Bedroom Victorian Near Ferry
## 13329 BKLYN Brownstone- Glam Getaway!
## 13330 LARGE FULL FLOOR 2 BEDROOM
## 13331 Friendly Brooklyn live in
## 13332 NEW COZY 2 BEDROOM APT
## 13333 Classic 1BR Brownstone w/ Backyard
## 13334 Gorgeous Modern Downtown Condo with Stunning Views
## 13335 Charming 1BR Bed-Stuy Garden Apt
## 13336 Large Private Space in shared loft near Union Sq
## 13337 PRIME BEVERLY HILLS! STUNNING!
## 13338 Charming Mar Vista Guesthouse
## 13339 Downtown Condo! The Best Location! Roof Deck View!
## 13340 Luxury Hollywood Stay, Fully Loaded Unit!
## 13341 Lovely one bedroom plus den
## 13342 Comfy & Clean Apt 8 blks from beach
## 13343 Perfect Lincoln Park Apt+Huge Deck
## 13344 Ivy Spot: Private Room & Bath
## 13345 Convention Center, Beach Close Home
## 13346 2 BEDROOM! CLOSE TO DOWNTOWN!!!
## 13347 New Lrg Studio apt 15 min to Boston
## 13348 Beautiful 3 BR with Great Location
## 13349 Times Sqaure beautiful 2bedroom APT
## 13350 Brownstown Apartment Midtown with Beautiful Garden
## 13351 A private humble abode for you
## 13352 65 Private Rm 103rd&bway
## 13353 2000sqft 4BR Mission Victorian Flat
## 13354 North Bernal privacy with Parking
## 13355 Perfect West Portal Private Suite!
## 13356 French Market Artist's Loft
## 13357 Huge and Charming Hollywood Studio.parking
## 13358 Huge Artist Studio and courtyard
## 13359 Restored 1930s home - near downtown
## 13360 Cozy Private Near Studios!
## 13361 St.Ed's Petite Suite off S.Congress
## 13362 The Attic on Avers near Blue Line
## 13363 Comfy Home in Heart of Portlandia
## 13364 Heart of Hawthorne Division Tabor
## 13365 Deluxe Silver Lake Garden Cottage
## 13366 A Breathtaking View of Nashville
## 13367 Central downtown Modern retro loft!
## 13368 Cozy West Adams Apt. Near Expo Line
## 13369 Spacious, Charming, Central but Quiet 1 Bedrm Apt
## 13370 Apartment by Rodeo Drive
## 13371 Logan Blue Line Suite Private Bath w/ Breakfast
## 13372 Brand New 2 BR | 1 BA in So. BOS #1
## 13373 Luxury Jazz Airbnb, West Hollywood, CA.
## 13374 Stylish flat near Downtown LA
## 13375 Incredible High Rise View Suite!
## 13376 Sunny Marigny Triangle Flat!
## 13377 Artfully Decorated 2 Bedroom Apt
## 13378 Peaceful, Sunny One-Bed Retreat
## 13379 Charming Private Studio with Garden
## 13380 3rd@THROOP MANSION
## 13381 High-end 1 and 1/2 Bedrooms in LES
## 13382 “纽约之家” 独立洗手间PrivateBathroom
## 13383 Quiet two bedroom upstairs suite with private bath
## 13384 San Francisco Living Like A Local
## 13385 Seattle - Alki Beach View Bungalow
## 13386 Best View In Town! Capitola Condo.
## 13387 Cozy Cottage by Ocean, Big Yard_ST2
## 13388 Large Room with Backyard and Private Access
## 13389 NYcity PVTroom NEAR FIDI BEAUTIFUL BRDGE*sky*VIEW
## 13390 Beautiful UpperEastSide Apt/Sleeps4
## 13391 UPPER EAST SIDE DOORMAN BUILDING
## 13392 Private Hilltop Santa Cruz Retreat
## 13393 Wyndham Canterbury 1 Bedroom Deluxe (2)
## 13394 Sunny San Diego
## 13395 Beach Bungalow-1/2 block to Beach!
## 13396 Beautiful Basement Apartment
## 13397 Room by Grand Central New York
## 13398 MASTER Bedroom in LARGE Townhouse
## 13399 Private Bliss Art Space 2
## 13400 Heart of Harlem Holland
## 13401 [305] 5 min WALK to Times Square!
## 13402 Fabulous Room w/ View of the Beach
## 13403 Hollywood Hills - Starry Eyed View
## 13404 ★ Beach & City Lights ★ Modern Flat
## 13405 Cozy French Quarter Suite & Balcony
## 13406 Charming Ridgewood Soulful Walk-Up
## 13407 Huge 1BD near Central Park Sleeps 5
## 13408 Beautiful + Sunny Fort Greene 1BR
## 13409 It's The Brooklyn Way !!!
## 13410 Private Room/Bath Hot Tub BART lake
## 13411 Central East Village 2BR- Helpful Host
## 13412 Two Bedrooms - Hotel Style, Hot Tub
## 13413 Lovely Retreat Nestled in the Woods
## 13414 Comfortable room 15 min to downtown
## 13415 Charming English room by Park
## 13416 New townhouse, NW of downtown
## 13417 Classic Williamsburg
## 13418 Midtown cozy convenient
## 13419 Coastal Mountain Recharge
## 13420 1 bedroom 1 bath
## 13421 Chic Bungalow in the Heart of Venice, Huge Garden!
## 13422 Private East Nashville Apartment
## 13423 Contemporary Designer Beauty
## 13424 THE Garage
## 13425 Marina + Private Deck + GGB!
## 13426 Modern Charm Washington DC Rental
## 13427 Spanish Style Gem Close to All
## 13428 luxury in SM 5 min to the beach
## 13429 Walk to CMA venues/Pool/Sleep 4.
## 13430 Cozy Bedroom near Beach & Airport
## 13431 Its All Yours, Flat
## 13432 Cozy 1 BR apartment in DC
## 13433 Private Room near Capitol Hill
## 13434 Sunny Modern Apartment
## 13435 Clean & Cozy in Urban Neighborhood
## 13436 Spacious Flat in HeArt of Bushwick!
## 13437 Super clean, quiet, family friendly
## 13438 Dupont Adams Morgan Fancy Getaway
## 13439 DuPont Place 5, Metro, kitchenette
## 13440 Newly Remodeled room in big house WIFI market
## 13441 Suite in Georgetown East Village
## 13442 Bright & Airy Downtown Loft
## 13443 Private room/bath near Venice Beach
## 13444 Cozy Private Studio in Hollywood
## 13445 Colorful apt, 25 mins to Manhattan
## 13446 Contemporary East Austin Bungalow
## 13447 Beautiful Studio in the Loop. Amazing Location!
## 13448 Ocean breeze
## 13449 Near Rosebowl/JPL Prvt Bed n Bath
## 13450 Hollywood & Highland Red DECO 1BD+1Bath +1Parkin
## 13451 Beautiful Duplex Apartment
## 13452 Luxury 2BR APT in Hollywood
## 13453 Cozy room with own bath in cute 1920s bungalow!
## 13454 Hotel Style Apartment in Hollywood
## 13455 Uptown, on the parade route w/prkg.
## 13456 "Cali" Vintage Airstream, Beautiful Canyon Views
## 13457 SERENE 1 BEDROOM CANYON RETREAT
## 13458 Lovely Prime Hells Kitchen Apt!
## 13459 Cozy Bedroom in Brooklyn Brownstone
## 13460 Peaceful bedroom in Brooklyn Duplex
## 13461 Peaceful flat, close to everything
## 13462 A Quiet Room in the West Village
## 13463 DuPont Place 9 - Metro, kitchenette
## 13464 Stylish 2BR Sunset House W/Parking
## 13465 AmazingNEW! Mission Bay View1000sf
## 13466 Cozy room in central neighborhood
## 13467 Hollywood Hills RockStar Getaway!
## 13468 OVER THE WATER CONTEMPORARY Black
## 13469 Hotel California, Your Private Creative Oasis!
## 13470 Renovated Lux 1,100 sqft 2Br 1 Bath
## 13471 Anam Cara 1: Roomy Writer's Retreat
## 13472 Quiet & Comfortable Beverly Hills Town House
## 13473 Licensed Downtown 2bed/2bath! WalkScore99+Parking!
## 13474 Loft on 6th St., 98 Walk Score B7
## 13475 Elwood Studio
## 13476 Solo room w/KING - Brown line
## 13477 Private Basement in Tri-Taylor Home
## 13478 Contemporary HOLLYWOOD STUDIO- (AC & Parking)
## 13479 Room on Top - South End brownstone
## 13480 Downtown SOCO Condo 1br/1ba - Pool!
## 13481 Su Casa #1 - Bedroom 3
## 13482 The Bayou in the Big Easy!
## 13483 Hollywood Hills Paradise !!!
## 13484 Beverly Hills Art Deco Master Bedrm
## 13485 1 Bedroom Apartment @ Venice Beach
## 13486 Spacious & Modern Studio in West Hollywood
## 13487 DuPont/Adams Morgan row house
## 13488 1 BR Corporate/Vacation Apartment
## 13489 Seattle Downtown Core, Pike Market
## 13490 Private room #1, close to downtown!
## 13491 1 bedroom apt in the Outer Sunset
## 13492 Walkable 2 bedroom in Greenwood
## 13493 Spacious Mission Room Near BART
## 13494 Unique Rustic Adobe Retreat on Pond
## 13495 Lux City Pad 2/2 with huge terrace!
## 13496 Modern South Austin 1BR + Loft Condo!
## 13497 Sunny Art-Filled Chicago 2BD Avondale/Logan Square
## 13498 Warm Cozy 1 BR Apartment Goldcoast
## 13499 Culver City Apt, Minutes from LAX!
## 13500 Beautiful Home-10mins from FQ Ferry
## 13501 Stylish in West Hollywood
## 13502 WeHo Center! 2Bd/2Ba Industrial chic Big and Clean
## 13503 Alberta Arts Bungalow with hot tub!
## 13504 Ideal SE location, cozy and quaint
## 13505 Studio Space in Montclair
## 13506 Private Queen-Sized Bedroom in Awesome Apartment
## 13507 private furnished bedroom
## 13508 Penthouse Chic | LARGE 2 Bedroom Penthouse
## 13509 Charming Silverlake Bungalow
## 13510 Venice,CA Getaway -
## 13511 ELEGANT // BEVERLY HILLS GuestHouse
## 13512 Beautiful and sunny condo
## 13513 NYC Private Floor close to Subway
## 13514 Private room/ full bed B
## 13515 Modern Sunset Junction Apartment
## 13516 Quiet 2/2 steps to Canals & Beach!
## 13517 2 Bedroom in heart of Lakeview
## 13518 Rustic River Space
## 13519 2 Bedrms, 2 Priv Bath&Priv Entrance
## 13520 Luxury Private Room with Organic Breakfast
## 13521 Private Bed & Bath in Park Slope
## 13522 Large East Village NYC Studio share
## 13523 Downtown Oakland Condo Easy to SF
## 13524 The Capitol Suite
## 13525 Vintage CHeights Rowhouse! Sleeps 5
## 13526 N Beacon Hill Guestroom w/ Parking
## 13527 Restored Lower Haight Edwardian
## 13528 ★2BD/2BA CENTER OF SANTA MONICA!★
## 13529 luxury 2 bedroom modern apartment
## 13530 Gorgeous and Clean in the Marigny
## 13531 Cute Studio on Bustling St. Claude!
## 13532 Cozy 1 Bedroom STUDIO Apt!
## 13533 Spacious, Private Master Suite in East Austin
## 13534 The Garden Cottage at Casa Piedra - Claremont
## 13535 Artsy Beach Cave
## 13536 Quiet East Nashville apartment
## 13537 Private, spacious, acommodations
## 13538 Luxury Vintage condo in Uptown
## 13539 Stunning Chicago Home for 6
## 13540 A Pleasant Place in East Nashville
## 13541 High End Marigny 5 Bedroom
## 13542 Mid-City / City Park One Bedroom
## 13543 X-Large Sunny Rm -FabViews/Elevator
## 13544 Entire 2 Bedroom - Large & Sunny
## 13545 Private Rm2/Shared Bath
## 13546 Great Studio Apartment in NYC
## 13547 BACKPACKERS DELIGHT
## 13548 Home with a beautiful view!!
## 13549 Airy Designer Loft in Williamsburg
## 13550 Comfort & Charm in Georgetown - 3BD
## 13551 Chinatown.Columbus. Moscone apart..
## 13552 Fremont View Apartment
## 13553 Comfy Couch Near Downtown
## 13554 Nice Cully room, easy access to PDX
## 13555 Secret Garden W/Private Patio/Prkng
## 13556 Queen Bedroom in House West Seattle
## 13557 King sized comfort and 24 hr check in!
## 13558 Large, Open Irish Channel Apartment
## 13559 Clean, comfortable private suite!
## 13560 Charming, Updated Highlands Home!
## 13561 Melrose/Beverly 2Bed/1bath Apt C.U
## 13562 Ocean view casita
## 13563 Hollywood- Los Feliz Studio apartment with parking
## 13564 Stylish, Sunny Apt. in Capitol Hill
## 13565 Boho chic basement, next 2 metro.
## 13566 Brooklyn Love, Close to the City!!
## 13567 Great room in Boston's South End!
## 13568 Tranquil Treme Guest House - min to French Quarter
## 13569 One Bedroom *Detached* Guest House
## 13570 Entire Apartment in West Hollywood!
## 13571 Downtown in 10min Bunk (#3) Bottom
## 13572 Historic & Cozy Logan Square Home
## 13573 private room in cozy bungalow
## 13574 2 Blocks to 6th Street, Warehouse Dist. Sleeps 10!
## 13575 Quiet Downtown,USC,Pasadena Retreat
## 13576 Huge Luxe/Kitsch 2BR Westside Suite
## 13577 Hollywood - Entire Home
## 13578 Entire Beach apt w/view-steps 2sand
## 13579 2 BEDROOM IN THE HEART OF HOLLYWOOD
## 13580 Comfy Apartment near The Rose Bowl
## 13581 HUGE SW Music Studio Apt. 10-15 mins to Downtown
## 13582 Dolores Park /Noe Valley View Apt.
## 13583 Founders loft in SOMA, near Moscone / FiDi
## 13584 Studio in heart of Georgetown
## 13585 private condo 12 min to city center
## 13586 1br in a 2br x 1bath
## 13587 Luxury Resort Style Apartment
## 13588 COZY STUDIO NEXT TO METRO
## 13589 Gorgeous Mid-Century Guesthouse
## 13590 Private Bed Bath: Los Angeles - Encino Hills
## 13591 Nice, Big place in great location!
## 13592 5 Star 3 or 4 Bedrooms. Sleeps 6 - 11. Near sites!
## 13593 * Sunny 3 BD Victorian With View *
## 13594 Downtown Spacious Craftsman on 14th
## 13595 Historic Apartment in Bucktown
## 13596 "La Gemma" - a gem in the North End
## 13597 Seascape BEACH w/o the price
## 13598 Locanda del Toro - Modern 3bd/2.5 bath in hip E. Austin with bikes
## 13599 2 Beds over Bed-Stuy
## 13600 Spacious studio near Ocean Beach
## 13601 Cute Beach Cottage, Guest Room
## 13602 Aridoamerica Peaceful bedroom @ Yankee Stadium
## 13603 Perfect Bedroom in LES
## 13604 Huge Clean Room for Rent in Cool Safe Astoria, NYC
## 13605 Modern 2 BR || Bedstuy Chic
## 13606 Hacienda Brooklyn Urban Oasis
## 13607 Sunny big room, 35 min to Manhattan
## 13608 Qool comfortable room Midtown Manhattan - 2 guests
## 13609 New Penthouse w/terrace in EV
## 13610 Chic 1 bed room in the East Village
## 13611 NICE 1 BDR- TIMES SQ/MIDTOWN- 4 ppl
## 13612 Spacious apartment In the city
## 13613 "GreenAcre" apartment on the 1st floor
## 13614 Walk to Times Square! Heart of NYC!
## 13615 Amazing DEAL! 2 bdrm apt Gramercy
## 13616 Charming & Spacious Open 1 bedroom
## 13617 Camping on our beautiful land #1
## 13618 2BR Downtown Penthouse Condo
## 13619 Charming Cottage in Huge Victorian
## 13620 Row House Near Capitol on Maryland Avenue
## 13621 Nice Room
## 13622 Beachy Cottage 2 1/2 blcks Beach
## 13623 NEW Cute & Cozy on the Hill!
## 13624 Cozy Garden Apartment with Private Entrance
## 13625 Theater District 2 LEVEL LOFT!
## 13626 Amazing Loft Duplex, Outdoor & Elevator - Union Sq
## 13627 Times Square, Central Park 12minute
## 13628 ~LINCOLN CENTER LUXURY~**2000 SQFT**5 BEDS/2 BATH
## 13629 Beautiful Room w/ Private Backyard
## 13630 Relaxing Bedroom in Stylish Apt
## 13631 Private bedroom in heart of JP
## 13632 Amazing Penthouse Skyline Views!
## 13633 Cozy One Bedroom in New Marigny
## 13634 Eco house, fresh fruit & simplicity
## 13635 Artsy Cozy Home: Near Great Hikes
## 13636 OB RedFishT 2 1/2 Blocks to Beach!
## 13637 PRIVATE ROOM NEW YORK
## 13638 Spacious/Modern 2 Bedroom Apartment In Midtown
## 13639 Great room with private bathroom
## 13640 Stylish Midtown Jewel: Modern & Sunny
## 13641 Private room in Hell's Kitchen
## 13642 Ultra-Modern White Glass Penthouse (New York, NYC)
## 13643 2-Bedroom Stunning Midtown Views Roof Deck
## 13644 Warm Harlem Abode
## 13645 AMAZING STUDIO!! RAVE REVIEWS! NYC
## 13646 Bedroom in FABULOUS W. Village Apt!
## 13647 Super Quiet spacious Studio!
## 13648 newly renovated loft 1 stop to city
## 13649 Beautiful room + Private Balcony
## 13650 Private Room by Time Square
## 13651 Great Room on the Lower East Side!!
## 13652 Modern and Large apt in Hollywood
## 13653 2 bed Home Torrance, Beach 5 miles
## 13654 Comfy bunk bed in a Hollywood)
## 13655 Vintage Craftsman Home in Hip L.A.
## 13656 2 Blocks to 6th St/Warehouse Dist, Sleeps 8! (LD)
## 13657 ✫UPSCALE 2BD SUITE - STUNNING VIEWS + PARKING!✫
## 13658 Glamping, Hollywood Style 4
## 13659 Luxury Garden District Condo!
## 13660 Art District Condo By Parades!!!
## 13661 Huge 18ft' 2BR apt 0.4mi to Bourbon
## 13662 Dazzling Austin SoCo 2/1: Highlands of Willowrun
## 13663 Cozy bi-level Southie pad
## 13664 East Nash - Private entrance room
## 13665 Historic NOLA Apt, Two Balconies
## 13666 Bywater Apt in Double Shotgun
## 13667 Spacious HM w/Mid-Century Flair A7
## 13668 Private room- Twin over full bunk
## 13669 Giant Mod Ecclectic South Downtown
## 13670 Resort Like Experience
## 13671 CannaBLISS 1 for 30 days or more
## 13672 Cozy Sofa Bed near NYC / JFK / Hospitals
## 13673 BEST ROOM Near JFK ,LGA & Train with AC
## 13674 Modern studio,upper west manhattan
## 13675 Very Large, Airy, and Bright Loft -Williamsburg
## 13676 Cute Private Room in SF, plenty of street parking
## 13677 Sunny Bedroom in South Boston
## 13678 Charming Guest House
## 13679 Venice Beach Beauty
## 13680 Stunning LUX Downtown LA Apt! *G8-2
## 13681 Best of LA in Sherman Oaks!
## 13682 Hollywood Duplex & Private Garden
## 13683 Blocks away from Midtown!
## 13684 Stylish 1BD Coach House in the city
## 13685 Modern Ranch close to everything
## 13686 Homebase for SE Adventures
## 13687 Peaceful, Spacious Home
## 13688 A Beautiful & Historic Bywater Home
## 13689 Historic Carriage House
## 13690 Big Hollywood 4Bed Great Location
## 13691 Cottage House Hideaway
## 13692 Charming studio in the heart of LA !!!!!
## 13693 Hollywood & The Grove Pavilion Resort Style Suite
## 13694 Sunny & Cozy Bedroom Charming Home
## 13695 Beautiful Home in Charming Location
## 13696 EAST VILLAGE WHOLE 2-bedroom 1 bath
## 13697 Modern East Austin Private Suite
## 13698 Quaint Nest for Two
## 13699 Mag Mile Experience No.3 by CHICAGOAN
## 13700 Charming Victorian West Wash Park
## 13701 Charming Apt in the Pearl District!
## 13702 Urban Retreat with Sauna
## 13703 Room #5 Near Manhattan NYC.
## 13704 Montclair Private Garden Studio
## 13705 Garden View Private Gem
## 13706 APARTMENT IN PRIVATE BROWNSTONE
## 13707 Two Bedroom Marina Flat w/ Parking!
## 13708 WANT A LONGER STAY RENTAL IN DC?
## 13709 Spacious Master Bedroom, King Bed, & Private Bath
## 13710 Incredible place in hippest SF hood
## 13711 Spacious, Peaceful Room
## 13712 Modern 1 bdrm Apt, Elevator building Times Sq
## 13713 Stylish Soho 3 bdrm
## 13714 Beautiful private space in an Awesome Location
## 13715 Cool Eco-Room w/ Patio-Location!
## 13716 LUXURY HOME +BREAKFAST + COFFEE SUITE 1
## 13717 Gorgoues 2 Bdroom duplex Apartment
## 13718 DuPont Place 8 - Metro, kitchenette
## 13719 Zilker Barn - (4/2) Walk from Here!
## 13720 Sunny 1BR Steps from Central Park
## 13721 Beautiful Bed-Stuy Pad
## 13722 Harmony Room with Bed and Futon
## 13723 Fort Greene Hideaway
## 13724 Upper West Side Perfection
## 13725 2BR/1BA:Great Location Williamsburg
## 13726 Entire 2Bdr House Close to Downtown
## 13727 Historic Downtown Apartment!
## 13728 Melrose Ave Jewel!!!
## 13729 Just Like Home - apartment
## 13730 1 mi. to Downtown, Hip Eastside
## 13731 A2 City Loft at 119 E. 6th St.
## 13732 Beautiful 2br/2bth Duplex Roof Deck
## 13733 Whole Apt. in East Williamsburg
## 13734 Charming & Modern One Bedroom in BK
## 13735 Big Bright Upper West Side Classic
## 13736 LenCor Estate
## 13737 North Park Newly Remodeled Home
## 13738 Capitol Hill, Parking PRIVATE backyard near METRO
## 13739 Clean, Cool Private Room for Rent 20mins to NYC!!!
## 13740 Spacious Midtown Apt with Terrace!
## 13741 Hell's Kitchen Hideaway - Private Entrance
## 13742 Chinatown Moscone Ct Financial Dist
## 13743 Charming Beach Studio, Ocean Views!
## 13744 Upscale Comfort! 3 Bedroom on Dupont Circle
## 13745 Spacious Silver Lake Condo
## 13746 Writers’ Retreat in Portland's SW Hills
## 13747 A quaint and peaceful place
## 13748 2 Bedroom Condo in the Heart of Downtown Austin
## 13749 Amazing City Views Of Hollywood
## 13750 Hollywood Cottages - Enchanted with free parking
## 13751 2 Story WeHo Guest house + Patio
## 13752 Superb 3-rm apt, serene, private and quiet
## 13753 Modern Zen Beach Cottage Venice, CA
## 13754 River North-Updated Studio-Fits 3-Good Location
## 13755 Old Town/Lincoln Park Vintage Charm
## 13756 Haight Ashbury Victorian Flat with Modern Design
## 13757 Spring/ Summer Home on Golf course
## 13758 Walk to Nats stadium/NationalMall/Capitol/3 Metros
## 13759 Comfortable Bedroom in Capitol Hill
## 13760 Classic Craftsman in Golden Hill
## 13761 Quiet Canyon Home
## 13762 Three bedroom Apt Near Airport
## 13763 New And Modern in Gramercy Park
## 13764 Modern Studio on NW 23rd & Lovejoy
## 13765 Stylish Two Story Victorian!
## 13766 Apartment near Golden Gate Park
## 13767 Heart of Hawthorne-Private Room/Walk 2 Great Food!
## 13768 Brookland-CUA: DC Within Your Reach
## 13769 Location, Location, Location - US Capitol & more
## 13770 Blue Bugle - Shaw
## 13771 Eclectic Cozy Studio in Austin
## 13772 Charming Cheeseman Park 1 Bedroom
## 13773 Cathy's Cozy Cottage
## 13774 Home away From Home in Queens!
## 13775 Hollywood Guest Suite - Blue Studio
## 13776 Deluxe studio in the heart of N.O.
## 13777 MINI-MANSION With Private Loft!
## 13778 Classic Austin West of Downtown
## 13779 Historic East Village in West Town
## 13780 Vintage 1BR w/ stained glass charm
## 13781 Fully Remodeled Ultra Modern & Hip
## 13782 Studio w/Pool & Gym 5 min to Ocean w/2 bicycles
## 13783 Very Small 1 Single Person Only No More 5 X 8 Room
## 13784 Large Private Room Near Time Square !
## 13785 Bachelor Pad For A Short Stay
## 13786 Everything you need in NYC! 3BR
## 13787 Charming and Bright South End Apt
## 13788 Beach Cove (400 ft to the sand!)
## 13789 Music City Sanctuary
## 13790 2BD/2BA PRESIDENTIAL SUITE - Convention & Staples
## 13791 Charming Private Bedroom by Alberta
## 13792 Spacious, private 1BR by Columbia U
## 13793 Buschwick Artists loft
## 13794 PRIVATE ROOM IN MODERN PENTHOUSE
## 13795 Sunny Bernal Heights Victorian
## 13796 Private room blocks to DT Ballard
## 13797 Boston Waterfront Navy Yard Condo
## 13798 Peaceful Hollywood Bedroom
## 13799 Hollywood 1920's Writers Bungalow
## 13800 Oceanview Comfort 2 Blocks to Beach
## 13801 Bonita Mar Vista Guest House
## 13802 THE STARLET@WARNER BROS.
## 13803 Five-Star Private Room & Bath w/ Breakfast
## 13804 Brand new garden studio in Humboldt
## 13805 Guesthouse Esplanade-SUMMER AND FALL SALE
## 13806 Quiet safe 100 yards to streetcar
## 13807 Beautiful bedroom in Capitol Hill
## 13808 SUNNY ROOM & FREE PARKING, 5 MIN TO WILLIS TOWER
## 13809 Peacock's OASIS is in the heart of the French QTR!
## 13810 Sun-drenched terraced Mid City pad
## 13811 Spacious Silver Lake duplex home
## 13812 Best Location in Dc! DuPont / Logan
## 13813 Georgetown Apt 1/2 Block from M St!
## 13814 Prime Seattle Craftsman Home - 3Bed
## 13815 Sunny and Private Castro Secret Garden Sleeps 6
## 13816 Luxury Logan Circle 2BR / Newly Renovated!
## 13817 Quiet Victorian Apt in Cole Valley
## 13818 Ravenswood Jewel Box
## 13819 Private Floor in Ukrainian Village
## 13820 Big, charming 2br -great location!
## 13821 Wash Park 2BD - Fully Remodeled
## 13822 Spectacular Loft you can't resist.
## 13823 The Boardwalk Bungalow + 2 beach bikes, King bed
## 13824 BunkBed Oasis at Venice Beach!!~3
## 13825 NYC La Guardia Master Room
## 13826 Charming private room in Brooklyn
## 13827 Superb Bedstuy 3BD/2Baths duplex
## 13828 Home in Lower East Side
## 13829 Lovely East Nashville Private Suite
## 13830 Quiet room with huge Cal King bed
## 13831 Spacious & Comfy Apt -BEST location
## 13832 Peaceful Santa Monica Hideaway
## 13833 Spacious House in Lovely Foothills!
## 13834 Perfect Vacation Spot!
## 13835 The Hollywood Star
## 13836 HOLLYWOOD WALK OF FAME
## 13837 Magazine Street Muse!
## 13838 Cozy room in artist community
## 13839 The best of Hollywood #203
## 13840 Charming, quiet and safe
## 13841 Private room, close to everything!
## 13842 Luxury Hillsboro Village Condo
## 13843 City Park-Mid City 1 bedroom on the streetcar line
## 13844 Perfect family hotel in NY !
## 13845 Beautiful Condo Prospect Heights
## 13846 SPACIOUS SUNNY STUDIO 5MIN TIMES SQ
## 13847 Beautiful Apt near City Center!
## 13848 1920's 1-bedroom House with Porch
## 13849 Fantastic Getaway in Brentwood
## 13850 The Coolest Private Guest Cabin in Los Angeles!
## 13851 Downstairs Rowhouse Apartment
## 13852 Cute Private Cozy Guest House
## 13853 Spacious, 2 BR, private entrance
## 13854 Stay in the Heart of East Nashville
## 13855 Tiny Home in NE Portland
## 13856 E Williamsburg Apartment with Yard!
## 13857 Private Entrance, Bathroom in 1920's Garbutt House
## 13858 Charming Mid City Apartment
## 13859 Historic Uptown double.
## 13860 The Green Room: Snug in the City
## 13861 Location!! Welcome to my Lovely Home.
## 13862 ENTIRE APT WITH 3 PRVTE BRMS FOR5
## 13863 The Nest - Brand New One Bedroom Apartment
## 13864 Woodstock Victorian Farmhouse
## 13865 Firebird Tiny House
## 13866 Lovely room with Private Bath
## 13867 Cute 1BR in Madison Valley!
## 13868 Private room in Seattle
## 13869 Skyline View HEART of Downtown ATX
## 13870 Pool, Gym & Bed in Gated Community
## 13871 GREAT PRIVATE SUITE IN MARINA BEST
## 13872 TOP Neighborhood~Super clean COZY
## 13873 Artists' Home in East Nashville
## 13874 Melbourne Manor in Music City
## 13875 5 Star, Downtown 2.2 mi, Bungalow, East Nashville
## 13876 MASTER SUITE in Magnificent Estate
## 13877 Private trailer bathroom & kitchen
## 13878 Downtown Hostel - Bunk Bed #6
## 13879 Private, small bungalow.
## 13880 King bed and private bathroom
## 13881 Beach loft steps to the sand
## 13882 3 Bed Beach House 1 House From Sand - Quiet Beach!
## 13883 L.B. Airport-Close Charming Private Room
## 13884 Beautiful Duplex
## 13885 Private Hollywood Cottage in Larchmont
## 13886 Beautiful Garden Studio- Marina
## 13887 Spacious Downtown Brooklyn Suite with view
## 13888 Prime Location 1 BR in West Village
## 13889 East Nashville Victorian Suite
## 13890 Hollywood Central Location Studio
## 13891 Rocking Hollywood Loft: guest BR
## 13892 VIBRANT, Spacious, 1920's Hollywood style flat
## 13893 Luxurious Apartment BEVERLY HILLS
## 13894 Heart of Hollywood: Home w/ garden
## 13895 Central Hollywood Zen-1bdr-Balcony!
## 13896 Remodeled 2 bdrm apt. in Gardena
## 13897 Gorgeous, spacious home, Garden District near zoo
## 13898 Renovated masterpiece next to FQ
## 13899 Breezy Cottage 2 1/2 Blks Beach
## 13900 Amazing Cottage, Steps to the Beach
## 13901 01a. Twin bed in Coed Space
## 13902 Sunny & beautiful! Walk everywhere!
## 13903 Stay at The Historic Turret House!
## 13904 Sunny, Large Mission Room Near BART
## 13905 Quaint Yet Modern Guesthouse
## 13906 Cozy Cottage on The Avenues, One Block from Beach
## 13907 Modern Studio with Loft in the LES.
## 13908 IRVINGTON urban RETREAT
## 13909 Comfortable, Quiet Room. 15 minutes from downtown
## 13910 3BD 2.5BR metro access st parking
## 13911 Clean, quiet room - one block from Central Park
## 13912 3BR SoHo Loft AMAZING Location!!
## 13913 Spacious & private room 1 block from L train!
## 13914 JOE'S PARADISE 5019
## 13915 Location is Everything!
## 13916 Huge, Arty, Earthy + BEST Location!
## 13917 Incredible Budget Room w/ Comfy Bed
## 13918 Cute, Clean Room for Rent in Cool, Safe Astoria
## 13919 Art Gallery 1BR Suite - JFK Queens
## 13920 Private suite in 1914 PDX craftsman
## 13921 The Speakeasy on Market Street
## 13922 Very beautiful &affordable studio in San Francisco
## 13923 Modern Zen 2 bed Apt Ocean Parks ✈️
## 13924 2 bed Apartment close to Times Sq
## 13925 Charming room, downtown, 1940s home
## 13926 3BR/2BA Immaculate Rosedale House
## 13927 Modern & Bright in Walkable Area
## 13928 Large 3.5 BR|2 BA Penthouse Duplex
## 13929 HUGE 1 bedroom close to EVERYTHING!
## 13930 Cozy Clean Home Away From Home
## 13931 ⚜Charming Studio with Garden-View Balcony⚜
## 13932 Overlook Neighborhood Craftsman
## 13933 Private Bed&Bath w/Balcony-Pets OK
## 13934 Downtown AMAZING living room couch
## 13935 Huge Modern 4BR/2BA Apartment with Easy Parking
## 13936 CASBAH CITRUS IN HANCOCK PARK 90036
## 13937 1 Bedroom with 4 beds ! Hollywood!!
## 13938 Hollywood Room.
## 13939 Beach Cottage Room
## 13940 Private room at San Francisco
## 13941 One block from Golden Gate Park!
## 13942 Castro Special: Prvt 1Rm & 1Bath
## 13943 Union Station Capitol Hill Downtown Suite
## 13944 Private Bath. Central DC Room. A31. Washington
## 13945 25min Timesquare! 3 block to Subway
## 13946 Luxury Penthouse Triplex 3Bedroom / 4Bath -- Sleep 10
## 13947 Beautiful house top floor 1-2 BR
## 13948 BEST 2 BEDROOMS - COZY FOR 6 PEOPLE - NEAR TRAIN
## 13949 LOCATION! Charm & Coffee in UES!
## 13950 Nice studio 15 minutes Time Square
## 13951 2 Bedroom LOFT STYLE Apt in Harlem
## 13952 Spacious-Modern-Reno 2BR Apt *** Subway
## 13953 Bedroom in the heart of NYC
## 13954 Best Location! Spacious Apartment
## 13955 Amazing 1 bedroom apt with NYC View
## 13956 Spacious & Beautiful 2 Bedroom Apt in Williamsburg
## 13957 Private Townhouse 4Bedroom Sleep 10
## 13958 Modern+Chic Apt - Greenwich Village
## 13959 Private Cozy studio newly renevated
## 13960 Private Sunny Room Near Central Park & Mount Sinai
## 13961 BRIGHT,COMFY 2BR+2BA OCEAN VIEW+POOL CLOSE TO UCLA
## 13962 Magic Mt only 7 miles away (3of4)
## 13963 Pet Friendly Oasis Near Wash Park
## 13964 Cute Beach Cottage 1 Bl to beach
## 13965 Experience Los Angeles In Style
## 13966 Shadows Place - PRIVATE STUDIO, KING BED, SMART TV
## 13967 East Nashville, 2 Bedroom Bungalow
## 13968 Huge 18ft Apt only 0.4mi to Bourbon
## 13969 SXSW Colorful South Congress studio
## 13970 Backyard Cottage in Venice
## 13971 HOLLYWOOD LA CHARMING 4BEDS POOL SUITE
## 13972 Artistic Home next to Venice, CA
## 13973 03b. Queen sized in coed room
## 13974 Steps to Sunset Blvd- Garden Apt
## 13975 Brand new studio in Capitol Hill
## 13976 Private, spacious studio in green building
## 13977 Private room & bath - Jamaica Plain
## 13978 Penthouse 2BR Private Roof Skylight
## 13979 1BR in West Village/Meatpacking!
## 13980 Basement by the Bridge
## 13981 Private Apt. Near Public Transit!
## 13982 Unit 2 - A
## 13983 Newly Remodeled 1,100 sq. ft. 2 bdr
## 13984 355
## 13985 WeHo Private bed and bath
## 13986 Cozy Guest House with a Pool near Melrose
## 13987 Cozy Garden Unit In Edgewater
## 13988 Comfy Lower Level Bungalow With Private Entrance
## 13989 Cozy 2 BR N. Portland ranch
## 13990 Bright, Stylish Inner Richmond Getaway
## 13991 Historic 1 BR Gem on Capitol Hill
## 13992 Ensuite bathroom & private entrance
## 13993 Charming old Farm House, S Pasadena
## 13994 Steps to Ocean! SM Beach Studio
## 13995 Light Fresh Craftsman in best area
## 13996 Urban Bywater Farm. Free Bikes!
## 13997 Hidden Gem
## 13998 Luxury Room Hancock Park Hollywood
## 13999 River home in park like setting.
## 14000 Spacious and Cozy Bedroom
## 14001 2BED/2BATH CONDO LUXURY LIVING
## 14002 MASTER BEDROOM IN HOLLYWOOD LA MODERN CONDO
## 14003 Uber Suite
## 14004 Bunny Bungalow-Private House For 4
## 14005 Palmer Treehouse - Bedroom 2
## 14006 Boston Apartment (North End)
## 14007 1 Bdr Apt on Boston's Fort Hill
## 14008 Sleep 8 at The Bean! (5d)
## 14009 Lovely Private Bedroom- Location!
## 14010 Cozy 1BD Brick Cottage on a Park
## 14011 Laurel Canyon Guesthouse
## 14012 Amazing View from Hollywood Hills.
## 14013 Venice Walkstreet 2 Bed Min to Sand
## 14014 Modern, Clean, Granite, Runyon walk
## 14015 Spacious and Cozy 3bd Townhouse
## 14016 Large 1BR w Pool in Heart of FQ and Bourbon - NOLA
## 14017 Cozy studio near Astoria Park
## 14018 Fun n easy Bushwick morgan stop!
## 14019 Newly renovated luxury apartment
## 14020 Private Cozy OneBedroom Apt in Murray Hill!
## 14021 1 Bed in Hostel Loft Dorm Room (Rm 307)
## 14022 Beautiful Private Bedroom
## 14023 Trendy Alberta Arts District Apt.
## 14024 Hear the Waves Walk to the Beach
## 14025 Intimate 1BR Apt near Columbia Univ
## 14026 Beautiful Place In Heart Of NYC
## 14027 BUNKHOUSE QUEEN B08
## 14028 Spectacular Bay View Russian Hill
## 14029 West Seattle - A Room With a View
## 14030 New apartment in historic row home
## 14031 Privacy in Craftsman Bungalow Home
## 14032 Interfaith Retreat Guest Rooms (Faith)
## 14033 The Perfect Pied-à-Terre for You!!!
## 14034 Private Bath, Central DC Room.A22. Washington
## 14035 2 BR Modern Loft of Jamaica Plain
## 14036 Modern Studio Apartment - South End
## 14037 Private Entrance - Private Parking
## 14038 Cozy 2 BR in Williamsburg
## 14039 Spacious & Beauitful Home - AWESOME location
## 14040 Cozy BK RM for 2! 30min > Manhattan
## 14041 Huge Loft Bed + Rock Climbing Wall
## 14042 Awesome Private Room Big Windows
## 14043 Co-Living DTLA in a Queen Pod
## 14044 Spanish Casa in Belmont Heights
## 14045 Spacious MASTER bedroom 5 min to SANTA MONICA
## 14046 2 BR/1 BA House on Quiet Walkstreet
## 14047 Cool & Spacious by the beach!
## 14048 SPACIOUS APT BK/QUEENS w/BACKYARD!
## 14049 Spacious Manhattan Studio Apartment
## 14050 Union Square - Best NYC location
## 14051 Luminous Loft Apt in Artsy Bushwick
## 14052 Nice clean large Bedroom in Astoria
## 14053 Vibrant Room in Hip NoMad/Flatiron
## 14054 One Bedroom Beauty in Bushwick
## 14055 Cozy 1-bed apt in Adams North
## 14056 Bright and Modern U Street Studio
## 14057 Curious Traveler South Park Studio
## 14058 Beautiful Victorian Flat in Mission
## 14059 King room w/fireplace, Licensed Rental
## 14060 Cozy Secure Private Room in a Shared Loft - A
## 14061 Cozy Private Room #2 Two Beds Near JFK and J Train
## 14062 Spacious by Central Park + Times Sq
## 14063 Time Square - Hells Kitchen
## 14064 Allied Garden Cottage - Purple Room
## 14065 WEHO - A - GOGO
## 14066 Charming Beverly
## 14067 A small room for 1-2 people.
## 14068 Guest House Downtown
## 14069 Cozy Mission District 2 bdrm/1 ba + sofabed!
## 14070 CUTE APARMENT, BEDROOM AND KITCHEN
## 14071 Bywater Hideaway-Bikes-Quarter Walk with Yard
## 14072 2 BD 1BA with private patio
## 14073 Uptown Funk! 8 beds for big groups
## 14074 Lake Washington-Close to Downtown
## 14075 Green Lake VIEW 2 Bed 1 Bath Apt
## 14076 Maison d'Etre 2
## 14077 Lwr Pacific Heights Garden Apt.
## 14078 Bunk bed in the Treat Street Clubhouse
## 14079 Sunny Studio on Top of Potrero
## 14080 Comfy Room Close to Everything !!
## 14081 Private room with street level entry
## 14082 Restored Row House in Vibrant DC
## 14083 Heart of the Mission: Hot spot
## 14084 COZY granny flat,sleeps 3
## 14085 Huge Private Floor at The Waverly
## 14086 Sunny & Modern + Roof Deck & Gym!
## 14087 Beautiful Williamsburg Apartment!
## 14088 Amazing Apt in heart of Times Sq
## 14089 Beautiful 1-bedroom in heart of DC!
## 14090 The Whitman Ave Suites
## 14091 Downtown Contemporary-1 bed/1 bath
## 14092 Faubourg Marigny Home by French Qtr
## 14093 North Side Chic and Cozy
## 14094 Sleep Like a Champion!
## 14095 Private Studio in Bungalow
## 14096 Bohemian Apartment in the Marigyny
## 14097 2 apts on 1 property in NOLA!!!
## 14098 Steps from the Beach! Venice Livin'
## 14099 Modern Home w/ Rooftop Deck
## 14100 Germantown - 1.7 mi to downtown
## 14101 Charming Hollywood Bungalow Apt!
## 14102 ★Universal Studios Hideaway★W/D★FAST WiFi★Parking★
## 14103 Cozy and Quiet Cottage on Westside of LA
## 14104 Brooklyn Apartment Windsor Terrace
## 14105 Sunny 1 br heart of Williamsburg
## 14106 Upper West Side Pied A Terre /NYC
## 14107 Charming in-law in peaceful nature
## 14108 Spacious 1BDR Close to Manhattan
## 14109 Bike, Beach, Work - Never Drive 405
## 14110 New Marigny Deux (Parking & Bikes)
## 14111 Beach Town, Breathtaking View!
## 14112 Quiet, central location in Seattle
## 14113 Couples Cottage 2- Steps 2 Sand, AC
## 14114 University Heights Mission
## 14115 Big sunny room, prime location!
## 14116 CHARMING ROOM CLOSE TO MANHATTAN
## 14117 Restful Space in Large Victorian
## 14118 Rockridge Garden Cottage
## 14119 Private Room with Backyard Williamsburg Brooklyn
## 14120 Share the Safe, Clean & Convenient
## 14121 Fort Greene Getaway - Best View NYC
## 14122 CHARM Rm HAMILTON HEIGHTS Harlem
## 14123 Private fits 3 ppl. Prospect Park
## 14124 Quiet, Sunny and Spacious SoHo Apt
## 14125 Beautiful Cozy UWS Studio by C Park
## 14126 Private Room With GREAT Location
## 14127 Seabright beach charmer!
## 14128 American University Gem Near Metro
## 14129 Private 1BR Close to Downtown & SXSW 2017!
## 14130 Genuine Chic Downtown Flat-central
## 14131 Private 1 bedroom w/ kitchenette
## 14132 Sunny studio in Back Bay/So. End
## 14133 Gorgeous Eco-Friendly Room in Garfield Park
## 14134 LoHi Hot Spot w/ View
## 14135 Penthouse in the Sky
## 14136 Cozy and Modern home near downtown
## 14137 Nearby Chinatown & IIT,Good Price!
## 14138 Charming Garden Apartment Near Downtown Chicago
## 14139 The Heart of Hollywood - LA Central
## 14140 Fantastic Master Suite
## 14141 Blue King Craftsman w/ EV charger
## 14142 MasterSuite, Jacuzzi, Oceanview!
## 14143 THE BEST LOCATION IN LOS ANGELES
## 14144 Venice Beach/Marina Del Rey,brand new studio
## 14145 LAs Best Downtown Rental Home - 6BR
## 14146 Resort Style Luxury Apt in DTLA
## 14147 Bunk bed on Hollywood/Sunset #2
## 14148 Lux BR/BA Priv Entrnce Nr Dwntn
## 14149 Perfect Jazz Fest Stay: Short Walk to Fest
## 14150 Purple Palace with Tropical Garden
## 14151 Simply Fresh Room
## 14152 Blue Lake Oasis 32' RV
## 14153 Private One Bed & Bath in Mid City w/ Full Kitchen
## 14154 Bright Second Story Private Room
## 14155 Walk to Everything!
## 14156 3Br Townhome Steps to Beach & Shops
## 14157 Modern Charm Near Downtown - 1 BR
## 14158 Bed in a specious room nr WhiteHouse & metro
## 14159 The GREY House near H St/Union Station 3BEDS/1.5BA
## 14160 Elvis pad - SoCo & SoFi - LOCATION!
## 14161 Unique Lincoln Park Duplex Apt
## 14162 Quiet Guest Room with comfy bed
## 14163 Rustic Oak Gallery/Gorgeous City Views!
## 14164 Private Room, Close to Downtown
## 14165 charming home for your vacation
## 14166 BIG DISCOUNT beachfront nr LAX
## 14167 NEW LUXURY APARTMENT - WALK OF FAME
## 14168 Hip Venice studio+patio (w AC)
## 14169 Cozy Garden Studio Upper Lakeshore
## 14170 You'll love Chicago! Guaranteed!
## 14171 A charming studio in a modern house
## 14172 designer Studio w/loft
## 14173 Charming Sunny Pasadena Craftsman
## 14174 Sunny Wicker Park Apartment
## 14175 Garden District-Steps off Magazine
## 14176 TIMES SQUARE HOUSE!
## 14177 BUDGET LOFT 1 - TRENDY BUSHWICK BK!
## 14178 English Basement - Glover Park
## 14179 Garden Underground - near metro
## 14180 Apt W/View By Convention Center
## 14181 ☞ Walk Score 91 | Backyard Patio w Oranges/Lemons
## 14182 BeachHouse/HotTub/Seconds 2theBEACH
## 14183 Downtown - Luxury 4 BR
## 14184 Enjoy Marina and Venice at the beach!
## 14185 Modern Trendy Home + 10min to DTLA!
## 14186 Luxury 2BR apt- Pool, Skyline, Gym, Staples Center
## 14187 Oasis Retreat with pool #4
## 14188 "Tex" Vintage Airstream Beautiful Canyon Views
## 14189 Cozy Private Entrance Studio
## 14190 Safe Clean Convenient ♥ Heart of Boston
## 14191 New-York Family Friendly 2bdr/2bath
## 14192 Bright Ocean Beach Home 2BR with AC
## 14193 Columbia City Urban Farm Stay
## 14194 LOFT in downtown Los Angeles
## 14195 HOLLYWOOD Bungalow RT ON THE POOL!!
## 14196 Room #1–4BR Plant Palace–Silver Lake/Echo Park
## 14197 Full Apartment with Central Air!
## 14198 60's Groovy Room
## 14199 lovely sing house like you home
## 14200 Silver Lake bungalow with views
## 14201 #1 LUXURY & CELEBRITY STAY & HIGHEST RATED & BEST
## 14202 2BD/1BA by SF's Financial District
## 14203 8th Ave Condos Modern 1BD
## 14204 Beautiful, Spacious Downtown Apt.
## 14205 Your home base for exploring NYC!
## 14206 Private Suite in Harlem
## 14207 Matt's Place: The Straight Flush Rm
## 14208 The Sun Room (Private), Wifi & Parking
## 14209 Mid-City House 1 block to Streetcar
## 14210 1 spacious bedroom,A classy stay!
## 14211 hollywood vacation home
## 14212 Location, Location, Location
## 14213 Remodeled PRIVATE HOME - Near DTLA
## 14214 Heart of Venice- Petit But Perfect Guesthouse
## 14215 Convenient 2bd Downtown Apt
## 14216 Urban Loft near DTLA
## 14217 Hollywood Garden Bungalow
## 14218 Private cottage in historic area
## 14219 Spacious + Private Apt in NE PDX
## 14220 2BR Apartment in North Beach!
## 14221 Walk to Everything Hollywood!
## 14222 Private one bedroom apartment.
## 14223 Sunny Studio Blocks from the Beach!
## 14224 Private, spacious 1 BR apt w/parking & full kitch
## 14225 Mid-Washington DC Apartments 2-Bedroom / 2Bath
## 14226 Home Comfort on the Red Line
## 14227 Cozy eclectic room in arts district
## 14228 Yoga Room On Blue Line Logan Square w/ Breakfast
## 14229 Cozy Faux Cabin/Flat Firepl/Jucuzi
## 14230 Beautiful Uptown Historic Home
## 14231 Lovely single bedroom(Women Only)
## 14232 Modern Room by Golden Gate Park (Blue Butterfly)
## 14233 Studio apartment- West Seattle
## 14234 Capitol Hill Excursion part duex
## 14235 Hillcrest 1BD
## 14236 Gorgeous Entire Manhattan Townhouse
## 14237 Cozy bedroom in the heart of Lower East Side
## 14238 Sunny Friendly 3BR Lower East Side
## 14239 Luxury Queen Bed_Plush Mattress
## 14240 Luxury Central Park 2BD/2BA_Private TERRACE 5-STAR
## 14241 Beautiful French doors + balcony!
## 14242 Double beds / large single bed
## 14243 Sunny, Quiet Queen Bedroom, Best Block in LES
## 14244 Astoria Farmhouse: Coffee and yard!
## 14245 BALLARD,WA CHARMING-COZY-PRIVATE
## 14246 Cozy Queen Anne Cottage
## 14247 Clean and Bright One-Bedroom Near Capitol Hill
## 14248 ❤️ Entire Apt Limpio y alumbrado
## 14249 Bayview Oasis, Quesada Gardens
## 14250 Beach Cottages by the Cove
## 14251 Heart of San Francisco, the Mission
## 14252 Comfort in Historic Melville Park 3
## 14253 Great location apartment with amazing sightseeing!
## 14254 2b/2b Absolutely Stunning Glass Sky Penthouse
## 14255 2BR 15 min Times Square, great view
## 14256 Elegant Spacious Family Townhouse
## 14257 Incredible 2 BR Lower East Side
## 14258 Spacious and Cozy Apartment
## 14259 Beautiful Apt in Bed-Stuy, Brooklyn
## 14260 Fantastic Location in East Austin
## 14261 Huge, Amazing Master-Double Shower!
## 14262 HOLLYWOOD LUXE 2/2: BEST LOCATION+ 5 BEDS+ PARKING
## 14263 Charming studio with tranquil vibe
## 14264 Hillside Home in the Valley
## 14265 Willow House - 3 Bedrooms, Sleeps 8
## 14266 Private Studio Garage Apartment
## 14267 Designer Tiny House on SE Division!
## 14268 Charming H St NE apartment
## 14269 Cozy Room in NY/10min to Manhattan
## 14270 Your home away from home in Comfort
## 14271 La Bohème/ Authentic NYC Experience
## 14272 The Notorious B.N.B. .............. { Erhart II }
## 14273 In the city! Central park
## 14274 Affordable Williamsburg!
## 14275 First-Class 2BD/ 2Bath Penthouse Two-Floor Home
## 14276 Near Central Park, Sleeps 8, Clean & Safe
## 14277 Gorgeous Modern Williamsburg Loft
## 14278 Rockridge Craftsman Brown Shingl
## 14279 Comfy room minutes from Manhattan!
## 14280 2BD Prime Location, Clean, Walkable, Modern Luxury
## 14281 Backyard Oasis 2 miles from Venice
## 14282 Estate@ROSEBOWL Bay Window Queen Rm
## 14283 Hamilton Pool Road Guest House
## 14284 Venice Beach Oasis, 1/2 block from beach
## 14285 Large Guest room with private bath
## 14286 2 Beds Priv Bath Brentwood Santa Monica Beach UCLA
## 14287 Cozy Guest Room fit for a Superhero
## 14288 Lucy's Urban Creekside Retreat
## 14289 Cozy 1BD in Shotgun Style home
## 14290 Architect's Contemporary Retreat LA
## 14291 Bedroom with deck, jacuzzi and pool
## 14292 Walk to it all! Hip SoCo Bungalow
## 14293 Artist Studio Downtown On The East Side
## 14294 Small Bedroom -East Downtown Austin
## 14295 Comfy, spacious apt near ACL & SXSW
## 14296 Private Room in the Heart of Boston
## 14297 Cozy room,only 2 blocks from subway,10min to City!
## 14298 Beautiful Manhattan Studio
## 14299 Great Location
## 14300 Urban Retreat
## 14301 Perfect location family-friendly Capitol Hill Home
## 14302 Geodome Retreat in Santa Cruz Mnts.
## 14303 SOMA Housing - BUDGET PRICED! Owner occupied.
## 14304 Cozy Earth Room w/hot tub in ATX
## 14305 "Mambo House" Private 3/2 NOLA Home
## 14306 MALIBU FAMILY FARM
## 14307 Sunset View by Downtown & Vandy
## 14308 Charming apartment near Lake Travis
## 14309 05b. Queen futon in Common Room
## 14310 Mississippi District Private Suite
## 14311 Epic Views and Easy Parking - guest bedroom
## 14312 Private Bed & Bath Family Style
## 14313 Beautiful Ocean View 1 Bedroom Cott
## 14314 Cozy Private Greenlake Apartment
## 14315 Cozy Capitol Hill basement boutique right by Metro
## 14316 DOWNTOWN LA EXCLUSIVE 3BEDs SUITE GRAND VIP
## 14317 Private upscaled upstairs luxury suite
## 14318 Venice Guest House
## 14319 Cottage House in East Nashville
## 14320 nice house nice host, self check-in 05
## 14321 12 South Studio
## 14322 Nashville Nest
## 14323 Baronne House - Sleeps 6! Lower Apt
## 14324 Romantic Beach Cottage..
## 14325 MidCity Single, 3 BRs w/ Balcony
## 14326 The Stained Glass Apt. Edgewater #1
## 14327 Boston Studio Across from Majestic
## 14328 Spacious, gorgeous, private LA apt!
## 14329 Down town funk pad/photo studio!!!!
## 14330 Large 2/2 steps to Beach and Canal!
## 14331 Swank Ultra-Modern Venice Townhouse
## 14332 Beautiful Balcony Flat in Downtown New Orleans
## 14333 Bywater : Newly Renovated, Quiet
## 14334 Studio Apartment in great location!
## 14335 PRIVATE ROOM FOR SOLO TRAVELER
## 14336 French Garden cottage off Bedford
## 14337 Sunny cozy multilevelled apartment!
## 14338 Cozy, quiet room near Central Park
## 14339 Quiet private room, quick train ride to Manhattan
## 14340 Big Room by Metro-15mns 2 Manhattan
## 14341 The Perfect Brooklyn Heights Apt
## 14342 Brooklyn Garret Apartment
## 14343 Warm Victorian Room by Alamo Square
## 14344 Sand, Surf and Rollercoasters!
## 14345 Private Suite with Kitchenette
## 14346 Jasmine Garden by Beach Ginger Room
## 14347 Santa Cruz! Hike, bike and surf!
## 14348 5 STAR SUPER HOST-GREAT RATE TOO
## 14349 Style & Comfort in Capitol Hill
## 14350 English Basement in LeDroit / Shaw
## 14351 Cozy 3BR Cottage in Pacific Heights
## 14352 Brown Bedroom: Ocean View+Breakfast+Parking+3 bath
## 14353 Charming Private Studio in Seattle
## 14354 Modern Room in East Williamsburg
## 14355 Cozy SunLit Room In Williamsburg
## 14356 New apartment with all the comfort.
## 14357 Large Timeshare/Hotel Rm (Union Sq)
## 14358 Sunny Private Room & Bath in SC!
## 14359 Bay Ridge Brooklyn Safe Haven
## 14360 East village lovely bedroom!
## 14361 Pratt 1 bedroom with garden
## 14362 Cozy Artist Bedroom less than 30 min to Manhattan
## 14363 Elegant Private Room
## 14364 ENTIRE FLOR :) PRIVATE entrance&full bathroom! :DD
## 14365 The Harlem Brownstone Exclusive
## 14366 1bdr-brownstone-71st & central park
## 14367 Share a HOME - 75 for 1 bdrm/++ for 2 - Brooklyn
## 14368 Large Room in Cool&Safe Astoria,NYC
## 14369 Spacious Private Brownstone 1Bedroom
## 14370 Great new apt, close to everything
## 14371 Double bedroom in lovely renovated apartment
## 14372 NYC Bedroom w/prvt bath & parking..
## 14373 A beautiful clean room available
## 14374 Columbia Castle 2 BR
## 14375 Affordable, Luxury 2 Bedroom Suite
## 14376 Cozy apartment in heart of KTown
## 14377 XXL Luxury Suite- Parking Jacuzzi Balcony 52" TV
## 14378 One Bedroom Suite on St Charles Ave
## 14379 Cozy Eastside Private Room in Holly Neighborhood!
## 14380 Spacious guest room, private bath
## 14381 Escape to our Great Beach Getaway
## 14382 Private Suite -1BD/1BA @HeartDC
## 14383 2 BR/2 Bath apartment on 1st floor w/parking
## 14384 CLEAN AND COMFY BUNKS - In the middle of The DC
## 14385 Amazing Studio in East Village
## 14386 Luxury Hip Funky Brand New LES Apt
## 14387 Uptown Thurman St Loft
## 14388 Capitol Hill Private Bed Room 2 Beds
## 14389 Venice 2bd house, sunny patio, best location!
## 14390 3BDR Townhouse ☆ Hollywood ☆ Views
## 14391 Cozy & Sunny Echo Park Hideaway w/Patio & BBQ
## 14392 Secluded Getaway in Algiers
## 14393 2 BR 1 Block To Key Arena & Needle!
## 14394 Sunny, Spacious NOPA Garden Studio
## 14395 Craftsman East Austin Home
## 14396 Quiet East Nashville Cottage
## 14397 Guest House in Mid City/Treme
## 14398 5-STAR LA 1BD/1BA PENTHOUSE + STUNNING VIEWS
## 14399 CouchSurfing GymsParkSport nearby
## 14400 Pier Ave Apt Block from the Beach
## 14401 Hip Cool Venice Canal Cottage
## 14402 Very Comfortable Private Room
## 14403 Mega House*Walk Everywhere*EcoHome
## 14404 Private Spacious Mid Century Studio + Fireplace
## 14405 Cottage in West Seattle 117/night
## 14406 Gorgeous Capitol Hill Apt w/Parking
## 14407 English Basement in Georgetown
## 14408 Private Modern Dwelling
## 14409 Exquisite Modern Spacious 2 BD Flat
## 14410 Sharp Russian Hill Private Bedroom
## 14411 Lovely bedroom.
## 14412 Private room heart of Seattle!
## 14413 Nice clean bedroom near Ocean Beach
## 14414 Quiet 1BR on the Park with Downtown Views
## 14415 Midtown NYC, Empire State Bldg & shopping 3 blks
## 14416 San Francisco Mid Century Modern with Views
## 14417 Charming Sunny 2B Apartment in NOPA
## 14418 Urban Farm & Solar-Powered Home
## 14419 Garden Bedroom w Private 1/2 Bath
## 14420 Room with private bath
## 14421 South Congress Bamboo Garden House
## 14422 Los Feliz/S. Lake Single w/ kitchen
## 14423 Lovely 1 BR three blocks to Montana + parking
## 14424 East Nashville Lux Private Bed Bath
## 14425 Calm and Comfy room in Brooklyn
## 14426 Beautiful cozy home near City Park
## 14427 Experience NOLA Like a Local
## 14428 The 3rd Best Exotic Marigold
## 14429 Sparrow House - Cheery Bungalow!
## 14430 Luxury CONDO -Midtown Central Area
## 14431 Lakeshore Studio Walk Score 98
## 14432 Room for Rent with Queen Bed in Cool Astoria, NYC
## 14433 2 block walk from the beach in NYC
## 14434 Parlor South End charm with deck
## 14435 Modern StandAlone 2 Story Loft/RiNo
## 14436 Private Room in Trendy Logan Square
## 14437 Chic Designer Loft in heart of WeHo
## 14438 *EASY PARK Spacious Luxury Pool Walk of Fame Suite
## 14439 Beach Apartment w/OceanView
## 14440 Quiet Glen Park Room for Two People
## 14441 Rustic charm in BKLYN // QUEEN Bed!
## 14442 Harlem Apartment on West 127th, NY
## 14443 Modern, Cool, Peaceful, Private 1 Bedroom
## 14444 1000 ft² luxury designer loft in Little Italy/SOHO
## 14445 Huge 2 bedroom apartment.
## 14446 Penthouse with amazing view in doorman Chelsea bld
## 14447 Carriage House in Capitol Hill
## 14448 East Village, King-Sized, Charmer
## 14449 Home Away From Home, 2 bedroom apt.
## 14450 PrivatePeaceful Pad near JFKairport
## 14451 Spacious and Clean Studio- UES
## 14452 Maiden Mansion - Tiny House
## 14453 One Bunk Barrio
## 14454 Zen bedroom in SD/SouthPark home
## 14455 Private Room near to Red Line
## 14456 Beach Paradise! Private Room & Bath
## 14457 Hollywood Suite, Get-A-Way Treat
## 14458 Little Tokyo/Arts District room 212
## 14459 Garden Oasis in LA-Steps tothe Sand
## 14460 聖蓋博nice large room private bathroom
## 14461 THE LOOP 2BR/2Bath apartment 3real beds+sofa
## 14462 Private room with your own kitchen
## 14463 Amazing Downtown Austin
## 14464 1BR Superb Downtown Condo.
## 14465 Cozy 1 bedroom on the Blvd.
## 14466 Charming Lakefront Studio
## 14467 Convenient 1 bedroom on Tremont St
## 14468 Welcome Home
## 14469 Hip South Broadway Entire 2BR Home
## 14470 Downtown Single Malt Manor
## 14471 East Side Private Bedroom
## 14472 ++YOUR VERY OWN LUXURY BEVERLY HILLS ESTATE++
## 14473 Very private Hollywood bungalow
## 14474 Blue Room Downtown Mansion
## 14475 3b/3b Spacious Lux Skyview of Navy Pier w/ Pool!
## 14476 The Ralph Lauren plaid room
## 14477 Hidden Oasis
## 14478 Glamping in a cozy container home!
## 14479 Cozy Private Room + FREE BIKE
## 14480 Cozy bedroom w/ closet.
## 14481 LOOK NO FURTHER - this is your home away from home
## 14482 AMAZING walk to ACL, SXSW, nightlife!!!
## 14483 Elegant Place To Stay
## 14484 FABULOUS 4 BD/4 BA BEACH HOUSE
## 14485 Highland Park Bungalow on York
## 14486 Private Room for 4 Between Disneyland & Universal
## 14487 Bev.Hills Guest House/Rodeo Dr/Cedars/Pool!☀️ UCLA
## 14488 Cozy bedroom/Brentwood/Santa Monica
## 14489 Luxury Living in Brooklyn
## 14490 Union Square/ East Village Fabulous
## 14491 Big, Gorgeous, and All Yours
## 14492 UES Quiet & Spacious 1 bdrm for 4
## 14493 Amazing 2BR Loft in heart of SOHO!
## 14494 Relaxing Room close to Major Cities
## 14495 Rustic Retreat in Nature
## 14496 Prime Parking and Great View!
## 14497 Prime Modern Home Away from Home
## 14498 NICE CALM QUIET PLACE/ WEST HOLLYWOOD....
## 14499 Sweet Library Guestroom in Gentilly
## 14500 A beautiful house near the bus line
## 14501 1 bedroom midtown east, 50th & 2nd
## 14502 Huge Condo in Heart of Brentwood!
## 14503 Perfect Location w Amazing View!
## 14504 ★ Venice Suite with Private Bath ★ Walk to Ocean
## 14505 Sweet and sunny in Capitol Hill
## 14506 Fabulous, private Garden Apartment
## 14507 Spacious Charming Hollywood Apt
## 14508 Entire upper 3+1
## 14509 Urban farm in the city, 1 block from L!
## 14510 Beauty on a Budget Logan Square w/ Breakfast
## 14511 UCLA adjacent 1bdm
## 14512 Close to Everything NOLA and Bikes
## 14513 Great house, king bed, pvt balcony!
## 14514 Private Room+Bathroom 2 miles to DT
## 14515 Key to Austin Rock Lounge
## 14516 Hollywood 2 Bed&private bathApt.
## 14517 Freshly remodeled 1949 Cottage
## 14518 Great Location, luxury studio on Rainey street!
## 14519 Hidden Cottage Apartment~ close to Downtown & UT
## 14520 Private Bedroom- 5 min walk to BCEC
## 14521 Comfy Bed in a Home Hostel Bunk #4
## 14522 Cool Venice Guest House
## 14523 Downtown Hostel - Bunk Bed #1
## 14524 Brick Beauty 2
## 14525 Large renovated 2 bedroom apt.
## 14526 Chic Aptmnt close to Barclay Center
## 14527 2900SF/Central Park/Sleeps 14/Duplx
## 14528 Central S Williamsburg off Bedford /no extra fees
## 14529 Jazz Musician's Loft
## 14530 Beautiful Sun-Lit U Street 1BR/1BA
## 14531 Valencia Corridor - Master Bedroom
## 14532 P2 Cosmo living: Winter promo
## 14533 Historic Irvington Basement Apt
## 14534 Dupont Circle Convenience
## 14535 3BDR Beverly Hills/WEHO LUX sleeps 10!!!
## 14536 Hollywood hills stunning best view
## 14537 Curtis Park Charmer
## 14538 Unique Downtown Vintage Camper
## 14539 Tropical Studio - Near Occidental
## 14540 1 cozy bedroom at Hollywood, LA
## 14541 Modern Beach Flat. Steps to Pier!
## 14542 3 Bed House/ Hot Tub & Fire Lounge
## 14543 Room in Lovely Rustic Brick House
## 14544 San Diego Villa
## 14545 Cozy Lower Haight Apartment
## 14546 Union Square Hotel/Timeshare Studio
## 14547 Cozy Cottage with a Baby Grand!
## 14548 New Orleans Apt with Rooftop Patio
## 14549 New building, sunny - whole apt in Williamsburg
## 14550 Entire one bedroom in Heart of NYC
## 14551 Extra Room in New House
## 14552 Grand Duplex for 8 in Chicago!
## 14553 Huge Apartment. 2 Beds. Near the El & Free Parking
## 14554 Urban Perch in Bywater-Bikes 2 Rent
## 14555 Cozy Room in Cherry Creek
## 14556 2 Blocks to 6th St/Warehouse Dist, Sleeps 8! (LQ)
## 14557 Coastal Haven
## 14558 Bedroom in Lovely, Quiet Home, Great Neighborhood
## 14559 Modern Mission loft w/private bath!
## 14560 Modern Vintage in North Center
## 14561 2BR Jewel in East Nashville/5Points
## 14562 Nashville Condo on the River
## 14563 Walk to MAX, New 1 Bedroom Apartment
## 14564 Peaceful Southeast Lower Unit
## 14565 OB Lower Villa 1.5 blocks to BEACH
## 14566 Private Garden Suite
## 14567 Pvt Room in Lower Mills Dorchester
## 14568 Shown on HGTV 2BD Steps from Train
## 14569 Huge 3br/2ba just steps2beach (MS1)
## 14570 Cozy Apartment in Sunset Home
## 14571 Capitol Hill Studio near everything
## 14572 1/#6 Bedroon - Shared bathroom
## 14573 House of York
## 14574 Clean, Cozy and Comfortable Guest House
## 14575 Fort Greene 2 bedroom Apartment
## 14576 Sun-filled Private Room, Rooftop, Metro-Adjacent
## 14577 Adorable SE Portland studio!
## 14578 Lovely Mountain Home: Redwood Grove
## 14579 Downtown Ap Westlake Seattle Center
## 14580 2BD GARDEN OASIS in West Village!!
## 14581 East village one bedroom apartment
## 14582 Sunny, spacious 1-bedroom in Upper Manhattan
## 14583 Your Haven Awaits At "Emma's Place"
## 14584 Cozy & Quiet Upper East Side Haven
## 14585 NYC dreamy STUDIO
## 14586 Beautiful Inwood Apartment in NYC
## 14587 Full Sized Room in Long Island City
## 14588 SUNNY BEDROOM, CHIC APT, PRIME CENTRAL LOCATION
## 14589 Nice room Convenient to Manhattan D
## 14590 Sunny Stylish Northwest 2 Bedrm.
## 14591 Garden Studio in Columbia City
## 14592 100% Walk Score 1-BR Downtown
## 14593 Sun-drenched East Village Penthouse
## 14594 Serene in Sunset
## 14595 2000sq 2 million 3 story townhouse
## 14596 Your Own Comfy Room, 1 Bl. from Subway, Great Nabe
## 14597 Newly Renovated Central Park Condo
## 14598 Large Sunny Room w/ Private Entry | Bushwick
## 14599 Apartment w/ Full Kitchen & Parking
## 14600 31 - Beautiful BR in NW DC; Private Bath
## 14601 Comfortable, on a hill, near OHSU
## 14602 Cozy, private room in the Mission
## 14603 Two Bed Victorian Room Private bath
## 14604 Mid-Century Modern 1BD+ Apartment
## 14605 Cozy and Convenient in Capitol Hill
## 14606 Harlem's Finest! 2 bdrm/2 bath/living/din/kitchen!
## 14607 MODERN APT NEAR TIMES SQUARE
## 14608 private bedroom in 3 br apt
## 14609 BEAUTIFUL MODERN SPACIOUS APARTMENT
## 14610 Private BR;Parking by UofC/HydePark
## 14611 Clean Modern Atwater Village 2 Bedroom
## 14612 Nice Comfy room in 5 bedroom house!
## 14613 Best comfy bedroom in NoHo (Parking)
## 14614 Venice Studio
## 14615 East Nashville - Near Shelby Park
## 14616 Romantic Alki Beach Cottage
## 14617 Broadway.Chinatown.Moscone center
## 14618 BEAUTIFUL LOFT APT W PRIVATE ROOF!
## 14619 Lovely, clean, private 1-bdr
## 14620 West Village/ New Whitney Studio
## 14621 Cozy Bedroom in heart of WillyBurg
## 14622 Private room- separate entrance - w/attached bath
## 14623 Midtown Pied-a-terre
## 14624 SoBro Guest House
## 14625 Cozy Studio Apt East Village
## 14626 Manhattan Stylish 3 Bedrooms Duplex Midtown
## 14627 Apt near Cntrl Pk Met on Quiet Str
## 14628 Close and Cozy South Williamsburg
## 14629 (Blue)Nice airy room in nice home
## 14630 Private Room - Manhattan Townhouse, TopFl (4.3)
## 14631 Luxury 1 Bedroom Perfect Location
## 14632 Spacious studio near Central Park
## 14633 Lg Master Bdrm Ste Oakland/Piedmont
## 14634 Entire house/2 floors/2bedroom/2 bathroom
## 14635 Chic 2BR/1BA IN Chelsea New York
## 14636 StAyCaTiOn: 2BD2BTH #HOTLosAngeles
## 14637 East Austin Charmer -- Super Cozy
## 14638 Belong @ Eastside Lodge, Austin
## 14639 Cozy lil spot in the heart of DTLA!
## 14640 Studio #30 Remodeled Motel Room in Koreatown
## 14641 PERFECT CHILL in HOLLYWOOD !!!
## 14642 Historic Downtown home, sleeps 11.
## 14643 Comforts of Home in RiNO - 3bd/2ba
## 14644 Marigny Gem 1/2 Mile to Frenchmen St
## 14645 Private Guest House
## 14646 Luxury Condo on the Walk of Fame
## 14647 Gorgeous Sanctuary in Brooklyn
## 14648 5th Ave Duplex Top Floor Private BR, Bath & Garden
## 14649 Bright & Peaceful Brooklyn Abode!
## 14650 BUDGET Amazing Home in Manhattan - PRIME LOCATION
## 14651 Best location, comfortable stay!
## 14652 Studio Downtown Portland
## 14653 Cozy Bedroom in Warm Home
## 14654 Sunny apt in San Francisco
## 14655 Stella Suite 1 block from Frenchmen
## 14656 Lovely private room near Magazine Street
## 14657 Martini Suite 1 Bedroom Sleeps Six - H10
## 14658 Melrose Avenue
## 14659 Cozy 1BR/1B in heart of Nashville
## 14660 Huge, Rad Room WITH LAUNDRY! Ideal for long-term!
## 14661 Luxury Suite in Andersonville
## 14662 Lovely Pacific Beach Studio 3 Min To Mission Bay
## 14663 West LA Condo-Near Bev Hills-2 bed
## 14664 Luxury cozy room in the heart of West Hollywood
## 14665 Beautiful Room with Private Entrance!
## 14666 Little Tokyo/Arts District room 226 (trundle)
## 14667 1 Bedroom & Bath Private Entrance
## 14668 Luxury w/ French Quarter Feel in the CBD
## 14669 Audubon Gem w/Pool near Tulane
## 14670 Rockin' On The Row
## 14671 Tropical oasis with pool in venice
## 14672 Bright & Comfy 3 Bed/2 Bath with Amenities!
## 14673 Japoolzzi Mega Suite! Pool&Spa! Streetcar!
## 14674 Casual Uptown Studio Space
## 14675 1bd Boston apt - Convenient & quiet
## 14676 Large Modern Room with King Bed in Vintage Apt
## 14677 Sleep 6 at The Bean (4L)
## 14678 A New Comfortable Private Bedroom
## 14679 Hostess Italian/German (moon room )
## 14680 Venice Beach
## 14681 Artists retreat with mountain views
## 14682 Great modern house. Queen-size bed.
## 14683 Hip Donelson Hideaway
## 14684 Cozy Nashville Cottage by Downtown
## 14685 Lovely small studio in Times Square
## 14686 Quiet room, quick train ride to Manhattan
## 14687 Awesome room in Williamsburg!
## 14688 Bed-Stuy Loft Style Room
## 14689 Spacious 2 Bedroom Lower East Side
## 14690 Cozy Apt Sleeps 4: 10 Min. from JFK
## 14691 Room in NYC Financial district apt
## 14692 Beautiful 2bdroom apartmnt
## 14693 South Austin Home Bedroom 1
## 14694 Alberta Pondside Garden Cottage
## 14695 Private room in a charming house
## 14696 Spacious Mission Victorian
## 14697 DOWNTOWN Luxury 1 Bed RM
## 14698 Ravenna urban wilderness near UofW
## 14699 Cascadia Room Near UW & Childrens
## 14700 Private Bath + Room: GREAT LOCATION
## 14701 Dorm Beds @ Social SF Hostel #11
## 14702 Boardwalk Beach Oasis, 2bd/2bth
## 14703 Private & Beautiful Remodeled 1 Bedroom Apartment
## 14704 7. Master bedroom private bathroom
## 14705 Duplex Loft 2Br/2Ba in Times sq - private terrace
## 14706 SUPER CLOSE TO BEST TRAINS! - Budget Wburg Room #3
## 14707 Lovely House-Chez Jardin, by Division St
## 14708 Hotel Pac Hgts 2 Bed Free Car ParkE
## 14709 Cute vintage flat 10 min to it all!
## 14710 Cozy Craftsman Cottage (with A/C!)
## 14711 Downtown 1BR, Close to everything
## 14712 Inviting Condo in Mission Hills
## 14713 Private room Claremont/Berkeley
## 14714 Modern 2BD in Great Location
## 14715 Room/A_Green
## 14716 Relax in spacious privacy, minutes from downtown
## 14717 Beautiful Upper East Side Apartment
## 14718 Private Small Grey Room
## 14719 Cozy room in sunny BK apt
## 14720 Quiet Slice of Manhattan
## 14721 Sun-Kissed, Renovated Apt. near UN.
## 14722 Vibrant 2 bedroom apt in Taylor St.
## 14723 Lovely Studio near Bev.Hills & UCLA
## 14724 3Blocks to Beach, Close to Abbott Kinney + Hot Tub
## 14725 Tee's place
## 14726 Fully Private Bedroom in East Village/LES!
## 14727 JazzyBedstuy NYC! Hip clean cool!
## 14728 Bedroom garden 25min to City
## 14729 Recently renovated private floor
## 14730 Awesome Place! Amazing Location!
## 14731 LONG BOARDS WELCOME!
## 14732 Cozy Castro Privt Brm+bath
## 14733 Troll's Fremont Farmhouse DeckViews
## 14734 New, Bright, Modern in W. Seattle *
## 14735 Charming Centrally Located Condo
## 14736 Pvt Suite w Prk near Petworth Metro
## 14737 The Loft near National Cathedral
## 14738 Quiet crashpad, a block f/subway
## 14739 Private Room in Chelsea Duplex
## 14740 Spacious 2 BDR Prime Williamsburg
## 14741 Sun-filled bedroom in East Village / Gramercy NYC
## 14742 Close To Everything-Private Apt.
## 14743 Slice of Heaven in the Honey House
## 14744 Westside Studio, Close to UC+ DWNTN
## 14745 Roomy, central w lock, two beds, TV
## 14746 Beautiful detached guest house
## 14747 Top Floor & Peaceful-Beverly Hills!
## 14748 Turquoise Wonder - Clean, Cozy & Stylish Apt
## 14749 Completely private suite close to public transit
## 14750 Quiet Downtown Cottage
## 14751 Cozy Downtown Condo
## 14752 Private Cottage in the Marigny
## 14753 FULL Apartment - Next to Beach, Malls, LAX & MORE!
## 14754 Elegant Uptown Apartment
## 14755 Cute studio 4 blocks to FQ w pkng!
## 14756 Ground Floor Courtyard Apt in Downtown 1832 Home
## 14757 Su Casa #2 - Bedroom 2
## 14758 Studio cabin w/kitchen and bath
## 14759 Bays and Breezes at Mission Bay!
## 14760 2 Bdrm/2 Bath Luxury Condo
## 14761 Luxurious suite in row house
## 14762 Sunny Private Room - Ideal Location
## 14763 Dupont Adams Morgan Elegant Jewel
## 14764 Large Modern Loft in Noe Valley
## 14765 Apt on Lake Union & inHeart of City
## 14766 Private 2 Room Suite and Bathroom in Glen Park
## 14767 Charming Rm Straight from JFK Arprt
## 14768 Stylish 1 BR Loft Apt Williamsburg
## 14769 Comfy apartment, adorable cat!
## 14770 Luxury Bedroom, 86 Walk Score, 81 Transit Score
## 14771 Silverlake/Sunset Junction perfect!
## 14772 Exclusive location West hollywood location
## 14773 Tranquil Garden Home nr Warner Ctr
## 14774 Private bed & bath in Hollywood
## 14775 Texas Moon, hill-country getaway.
## 14776 The Best West Chicago House
## 14777 Penthouse Condo in Capitol Hill
## 14778 Cozy Cot 1st floor
## 14779 CABIN STYLE HOME LA's NORTHRIDGE CA
## 14780 Spacious 1bd Hollywood House
## 14781 Bedroom w/Private Bathroom
## 14782 Cozy Private Bedroom & Bath & Full Home Privileges
## 14783 Mod 3 BR duplex-East Village
## 14784 Quiet bedroom in East Village NY.
## 14785 Secret Garden Guest House
## 14786 CHARLIE CHAPLIN LIVED HERE
## 14787 Lovely Cottage
## 14788 A Downtown Great GetAway!
## 14789 Bedroom in Linda Vista
## 14790 Private Condo - Walk To H Street
## 14791 BROWNSTONE SUNDRENCHED BEAUTY
## 14792 Cozy Private Bedroom, Brooklyn NY.
## 14793 GREAT STUDIO IN THE UPPER EAST! you'll love it!
## 14794 Seattle: Private Luxury 1BD Suite
## 14795 the Chanel Mini Apartment by Hollywood
## 14796 SPACIOUS 2bd Apartment in Santa Monica W/ Parking
## 14797 Beautiful Courtyard French Quarter 4
## 14798 Lovely bedroom/use of whole apt.
## 14799 Beautiful 2BR Venice Loft
## 14800 Spacious Tudor in east Nashville.
## 14801 Sunny Artist's Cottage
## 14802 Historic New Orleans Home with River View
## 14803 2 Bedroom Great Location in 12 South
## 14804 Sunny room near U of Portland
## 14805 Aptos Forest Retreat~Guest Studio
## 14806 Sunny room near Golden Gate Park SF
## 14807 Charming Private Room in PRIME SF location!
## 14808 Private Room/ Private Bathroom/SF
## 14809 Garden Apt in Lower Pac Heights
## 14810 Artist Loft,
## 14811 Modern single family home
## 14812 Spacious, private, comfy Logan Square apartment
## 14813 Cozy triplex in Sunnyside Highlands
## 14814 Calm Retreat in Artist's Abode
## 14815 Spacious, comfort garden Apt.
## 14816 Mid City/Fairgrounds Tiny House
## 14817 The Vic Room 2C
## 14818 Private bed/bath & close to airport
## 14819 Private Bedroom at Central Park N.
## 14820 Historic Creole Home Walk to the FQ & Bywater
## 14821 Majestic Malibu Airstream
## 14822 : Venice Canals Bohemian Bungalow :
## 14823 Nice Studio Heart of West Hollywood
## 14824 Cozy 3 BD/2BT House private.
## 14825 Private 1B1B - Eagle Rock - by Oxy
## 14826 Freedom Annex
## 14827 Pvt Bed/Bath, Parking, Close to T
## 14828 ROOM+PRIVATE BATH IN TIMES SQUARE 1
## 14829 Echo Park's Quiet Cottage
## 14830 Arts District DTLA, spacious 1BR
## 14831 ❤️ofHOLLYWooD PriV. Large Studio
## 14832 Secluded getaway in Sherman Oaks
## 14833 The Modern Travelers Fun and Warm Chicago Getaway
## 14834 English Basement Studio Apartment
## 14835 Large Room in Amazing East Village Apt
## 14836 Private room, 10min to Times Square
## 14837 Charming 1BD in Williamsburg
## 14838 Charming House! (Berk./Oak. Border)
## 14839 Cozy Basement One Bedroom Apartment
## 14840 Beautiful Studio Apartment
## 14841 The Yellow House in the Village
## 14842 Modern & Walkable Echo Park/Silver Lake Apartment
## 14843 Sunny MasterSuite PrivateBathroom FreeParking
## 14844 A large entire apt. to yourself w/parking!
## 14845 2BD-2BTH Cozy Apt Close to LAX and Venice Beach
## 14846 Pre-algebra
## 14847 Hollywood Grand 1B1B + Parking
## 14848 Happy in the Heart of Old Hollywood
## 14849 Cozy room in safe neighborhood
## 14850 Watermelon Deux (Marigny 1br)
## 14851 Artsy Room Steps From the Train
## 14852 BLUE TRIM GUEST HOUSE
## 14853 Piece of heaven
## 14854 A B&B In A Brand New Home
## 14855 Entire apartment in Manhattan NYC
## 14856 "BEST PRICE" for FAMILIES & FRIENDS!!! 2 Bedrooms!
## 14857 The Grand Estate, Joy Comes at Dawn
## 14858 Craftsman home, great neighborhood!
## 14859 Riverside Ranch: Simple Studio
## 14860 Beautiful 1BR Beach House
## 14861 Modern Suite with PERMIT fits four
## 14862 Giant Room in SF w/ Queen and Futon
## 14863 Private Suite in Lovely Home
## 14864 Experience an 1880s Victorian house
## 14865 Cottage With Private Deck (4)
## 14866 Next to Wrigley Master Bedroom & Street Park Pass
## 14867 Artistic & Lovely Home~Logan Square
## 14868 Charming 1910 Retreat in NE
## 14869 1 BR QN BED PVT BATH PET FREE HOME
## 14870 Cherokee Point ~ Private Bed/Bath
## 14871 Gorgeous Spacious Washington Circle
## 14872 City view, Long Island City 1 BR
## 14873 Modern 1 Bed, 1 Bath with Back yard
## 14874 Discounted tonight! Hi-Rise Denver!
## 14875 Modern Designer's Apartment in Downtown LA
## 14876 Walking distance to 20+ Restaurants & Food Trucks!
## 14877 WESTLAKE MODERN - 3 mi to Dwntn
## 14878 Architectural 6bd 4 ba-6 blks beach
## 14879 1/2 Block to Venice Boardwalk - Ocean Views!
## 14880 Unit Room-priv. bath & parking
## 14881 Bonnie Tarwater
## 14882 Amazing Location and Fab Bay Views
## 14883 Cozy Garden Cottage
## 14884 ENTIRE FAMILY HOME, NEAR METRO
## 14885 Cozy East Capitol Street 2BR 2BA
## 14886 Private Bedroom with Queen Bed
## 14887 Spacious Suite w/fireplace near LAX
## 14888 Private Guest House
## 14889 Cozy Cottage Near Beach and City
## 14890 Beautiful Craftsman in Silver Lake
## 14891 True New Orleans
## 14892 Queen Anne - Cozy 3 BD View/Parking
## 14893 Ensuite Queen Bed Cap Hill Apt
## 14894 Incredible: steps from Dolores Park
## 14895 Crash at the bean! NYC-style efficiency for one
## 14896 Convention CTR Petco Park Home Pool
## 14897 2 levels 2 BR house addition 700 sq
## 14898 Comfortable and Close to Everything
## 14899 San Francisco Flat in Hayes Valley
## 14900 Live Like Locals near Ocean in Modern room+Parking
## 14901 Tranquil South Park Getaway
## 14902 Charming Columbia City Apartment
## 14903 Cozy + Contemporary In Inner SE
## 14904 Private room/bath in prime location
## 14905 A bay window on Brooklyn
## 14906 Full Floor Apartment on its Own Floor
## 14907 Private Hell's Kitchen 2 person room
## 14908 Cool and cozy room in the Heights
## 14909 Lovely 1BR/1Bath Suite In NYC!
## 14910 In the heart of Greenwich village!
## 14911 Spacious Lower East Side Apt in NYC
## 14912 Modern Clean Studio 2 blocks from Central Park
## 14913 Safe,convenient,economical,clean
## 14914 Quiet ALBERTA Pondside HIDEAWAY
## 14915 Private Room in quiet neighborhood
## 14916 Beautiful Luxury Beach House
## 14917 Bright,Comfy Apt Near Central Park!
## 14918 1BR apt in historic Capitol Hill
## 14919 Cozy Private Room with garden view
## 14920 Spacious Designer Condo
## 14921 Charming 1-bed, University Heights
## 14922 Hip 1-Bedroom Private Basement Apt
## 14923 NEW YORK 2-6 Guest 2 Bdr + Huge private Roofdeck
## 14924 Good Living in Brooklyn! Dbl Rm
## 14925 Gorgeous Spanish/Modern Guesthouse
## 14926 Cozy Master Bedroom Private Bthroom
## 14927 Renovated 2BR 1920s WeHo Bungalow Home w/ Garden!
## 14928 Echo Park cottage
## 14929 Luxury 1 BD/1BA, Westwood, LA
## 14930 Full private apartment-Brentwood
## 14931 Mid City Streetcar Charm 2
## 14932 Quiet Balcony Apartment near FQ next to Streetcar
## 14933 Sunny Room in 1901 Victorian Flat
## 14934 Nob Hill Garden Studio with Sundeck
## 14935 Mission 3BR Condo by Sand Sleeps 10
## 14936 Capitol Calling ~ Luxury 2 Bed!
## 14937 Dupont Circle, 14th ST Unbeatable!
## 14938 Amazing NEW YORK CITY
## 14939 Beautiful Lower East Side Loft
## 14940 Best Neighborhood Brand New 1 BDRM!
## 14941 [306] 5 min WALK to Times Square
## 14942 SUPER CLOSE TO BEST TRAINS! - Budget Wburg Room #2
## 14943 Large Furnished Apartment
## 14944 NYC.CHAUNCEY1 15.min to Manhattan.
## 14945 Cool room in midtown Manhattan - sleeps 3 guests
## 14946 Huge 3 bedrooms near Time Square
## 14947 art+book-filled East Village
## 14948 the PEZ house
## 14949 Bright bsmt apartment near Alberta
## 14950 ★SPACIOUS & MODERN 2BD/2BA in DOWNTOWN SAMO!★
## 14951 Charming Beach Cottage
## 14952 La Casa by the Sea - 9 blk to beach
## 14953 Stylish Studio Apt in Silver Lake
## 14954 Cozy in Colorado
## 14955 Incredible, one of a kind, great location,3bd,2bth
## 14956 Studio near Beach and Downtown Conv
## 14957 Contemporary Architectural Dream
## 14958 The Malibu on the Water Lifestyle
## 14959 Gorgeous room in spacious apartment
## 14960 Gorgeous "private" guesthouse - Westwood
## 14961 The Park House
## 14962 Burbank Hills Private Studio
## 14963 Stay on 6th St w/ Amazing views A6
## 14964 3BR Entire Apt - Newly Remodeled!
## 14965 4 Bedroom Apt On Kissena Park
## 14966 Spacious Midtown Gem
## 14967 TRIPLEX 2BR WEST VILLAGE/SLEEP 6
## 14968 Master B. In Downtwn w Parking
## 14969 Lower Haight/NOPA Wanderlust Fr Parking + Hot Tub
## 14970 Beautiful 2 Bedroom Apt, South End
## 14971 Esplanade Apt 4 blks to Quarter!
## 14972 A safe place to call home
## 14973 W.HOLLYWOOD: HUGE 2/1, Walk Score 98, 5 Beds, Park
## 14974 APRIL-SEPT 200 p/n SUN-THURS 2ngt min HOL/EVT EXC
## 14975 Classy Room in Lincoln Park
## 14976 Charming Studio in North Park
## 14977 Vibrant House in Hillsdale
## 14978 Walk to METRO In DC & Budget Friendly. C
## 14979 Zissou Room @ The Belafonte
## 14980 SUPERB 2BD BEVERLY HILLS AREA - HOLLYWOOD
## 14981 Near EVERYTHING! Nashville Delight
## 14982 Charming in a Prime Location
## 14983 Cozy Cute & Comfy Shotgun Close to FQ
## 14984 Bright, airy 1 BR off Magazine St
## 14985 Modern New Orleans Hideaway
## 14986 Canal Street Apartment!
## 14987 Tangerine Dreamroom - Walk to Dodger Stadium!
## 14988 Nashville 12 South w BIG Roof Deck!
## 14989 Bk'S Finest feels Cozy Room Near Trains&bus
## 14990 Cozy with Great location !!
## 14991 In the city!Central park!
## 14992 Cozy Hilltop Home in Downtown Austin
## 14993 Amazing Craftsman Great Location
## 14994 Cole Valley Central Studio
## 14995 BUNKHOUSE QUEEN A17
## 14996 Bright, Spacious, Charming
## 14997 Spacious Modern 2 Bedroom Suite
## 14998 Penthouse Studio+Roof Deck-Times Sq/Hell's Kitchen
## 14999 Bright & Cozy Bedroom
## 15000 Large Room in Prospect Heights: Brooklyn&Breakfast
## 15001 Clean Spacious Room
## 15002 Nice Apt in Sunset district SF
## 15003 Ravenna apartment near UW
## 15004 Classic DC! Parisian Penthouse on Dupont Circle
## 15005 Unique+Serene in Huge H St Rowhouse
## 15006 Small Studio by Theater District
## 15007 Walk to T,Beach,Gd eats, 5 rooms
## 15008 Cosy queen bedroom w/Work Desk-10min to JFK + Mall
## 15009 Big Convertible Guest Room at Brooklyn&Breakfast
## 15010 "The Green Room": Harlem Brownstone
## 15011 NYC Astoria affordable private room
## 15012 Modern Garden Apt w Outdoor Hot Tub (legal)
## 15013 Classy Penthouse with Amazing View!
## 15014 Luxury Queen bedroom, private bath
## 15015 Resort Living At A Great Price
## 15016 Venice Canals~SexyDeck,walk to all!
## 15017 Comfortable, Private Broadmoor Home
## 15018 Sunny room in East Austin
## 15019 Condo located in the center of downtown - Sleeps 6
## 15020 Charming Studio Apartment
## 15021 Cozy, Art, Cool!
## 15022 LUXE Brooklyn Suite
## 15023 Lovely Hell's Kitchen Studio...
## 15024 Grand at the Beach by Global Cardon
## 15025 Private Suite, Bath & Entrance
## 15026 1907 Victorian in Cool Neighborhood
## 15027 Frere House, Alberta Arts; Queen Rm
## 15028 Cottage, Roses, White Picket Fence
## 15029 5-STAR SuperHost Spring BeachHouse
## 15030 My Little Retreat
## 15031 Fab, private seattle urban cottage!
## 15032 Big Sunny Room in Shared House by Beach
## 15033 Artist/Musician Apartment, Bushwick
## 15034 BEST Manhattan Downtown Location!!
## 15035 Beautiful Studio Apartment 2
## 15036 Kid Heaven in Park Slope Huge 2BR
## 15037 Saratoga Sweetness: cozy & quiet with private bath
## 15038 The Studio/Portland.Peaceful.Fun
## 15039 Ocean Beach Close to all
## 15040 beautiful artistic 2 person room!
## 15041 Pad Near Retro/Vintage Row & Beach
## 15042 Room in Lovely House near Fairfax
## 15043 Cool little spot w/ a balcony in Iaid-back local Mid City.
## 15044 Apartment in 1911 craftsman home
## 15045 Sweet Suburban Life / Lotus Room!
## 15046 Casa Lola - Hip Victorian
## 15047 Tranquil Studio Flat in Donelson
## 15048 Cozy urban rustic centrally located
## 15049 Cozy Base in Vibrant Family Home
## 15050 Charming Historic Capitol Hill Home
## 15051 Edwardian Style Pacific Heights 1BD
## 15052 Cozy Room & Private Bath Near Downtown Austin
## 15053 Modern on Capitol Hill Nov Sale!
## 15054 Sunny Capitol Hill Adventure
## 15055 Supreme DC Stay, Block from the Supreme Court Huge
## 15056 A Nice Place to Sleep
## 15057 Master bedroom with private bath
## 15058 30 Day Minimum 1 BR Garden Apartment
## 15059 1BR in prime Williamsburg Brooklyn. Bedford L stop
## 15060 Beautiful Capitol Hill Brownstone
## 15061 Comfortable Studio w/ Hipster Style
## 15062 Great apartment near everything!
## 15063 Victorian Charm on Cherry Hill
## 15064 Cozy Rm in Safe, Quiet Neighborhood
## 15065 Cozy 2BD-parking, yard, laundry
## 15066 Stylish Music Row 1BR!
## 15067 Quaint Studio in Hostel Hotel #12
## 15068 LUXURY 2BED 2BATH 2PARK OF SUNSET IN HOLLYWOOD
## 15069 Private Guest House in NOHO Arts District!
## 15070 Wonderful Room in Victorian House
## 15071 Hermosa Beach/ Redondo Beach Adj.
## 15072 Rising Star Of Brooklyn: 2BR Oasis
## 15073 Lovely Private Room with Large Window
## 15074 Big 3Bdr/3Bath/Steps to the Beach
## 15075 House of DuBois.. as if Blanche lived here herself
## 15076 Private Room in a Beautiful Home
## 15077 Private Bedroom
## 15078 Cute loft with shower in West LA
## 15079 Luxury in Premium Downtown Location
## 15080 Next to Empire State building
## 15081 SPACIOUS ALCOVE STUDIO/ JUNIOR ONE
## 15082 Times Square / Broadway Area - Midtown Manhattan
## 15083 Homebase For Your Adventure
## 15084 Entire Lower Floor of Bungalow
## 15085 Beautiful, bright 1Bdr central WeHo
## 15086 Guest house with private entry
## 15087 Haunted! Historic Marigny -
## 15088 A Sound Sleep on Kingsize Bed!
## 15089 Santa Monica Master Bedroom + bath
## 15090 Clean & Comfortable!
## 15091 Comfortable Elegance Great Location
## 15092 Charming Beach Cottage
## 15093 Heart of Pacific Heights Studio
## 15094 Your SF home -LOCATION and more
## 15095 SUNNY STUDIO UNION SQUARE
## 15096 Charming East Village 1BR Apartment
## 15097 Great Location in New York City
## 15098 Capitol Hill Private Bed Room
## 15099 2-Bdrm Entire Apartment St. George
## 15100 Squeaky-clean, Capitol Hill w/ City Parking
## 15101 Modern Green Lake Apartment
## 15102 Large Modern 3 Bedroom Apartment
## 15103 The Green Retreat Apartment
## 15104 Close to SXSW, Safe, Clean, Quiet & Free Parking
## 15105 New! Chic Urban Homestead - Central
## 15106 Private room near HBS & Harvard Sq!
## 15107 Convenient and Cozy
## 15108 Peaceful Studio w View
## 15109 Center of DTLA Luxury Resort Apt Walker Paradise
## 15110 Spacious Luxurious apartment! Walk 2 Staples cntr!
## 15111 Shotgun near City Park and Trolley
## 15112 Sculptor's Guest House
## 15113 Goose & Fox Hostel Lincoln Park
## 15114 Modern Studio
## 15115 Spacious SOLA home
## 15116 Roof Terrace Loft Twin Beds & Bath
## 15117 Sunny Atwater Retreat
## 15118 [1426] NEW 3 BR, Bi-Level-Back Bay
## 15119 135.00 ENTIRE HOME 2 BDRS/SLEEPS 5
## 15120 Awesome 2 bed 1bath,Heart of Alhambra!
## 15121 Modern Luxury, Jacuzzi Tub & Fireplace
## 15122 Dupont South Private Suite 3
## 15123 Cozy modern home in Greenlake
## 15124 The Albers Room: A Cozy Retreat
## 15125 Charming Cottage in Heart of PB
## 15126 Studio with beautiful garden
## 15127 Sun Room: Little Village (Queen, 4 Guests)
## 15128 Retro Chic In The Heart Of Downtown
## 15129 Luxury Private Entry Suite
## 15130 Private Bedroom&Bth,Gated Parking
## 15131 Venice Beach House
## 15132 Great Room, 10 min to downtown!
## 15133 Elegant Urban Farm Zen Room
## 15134 Private Modern Woodstock Cottage
## 15135 Comfy Couch in Cozy SoBro Apartment
## 15136 Fun Family House - Minutes to NYC
## 15137 2.5edrooms w/Manhattan views!
## 15138 ART LOFT GUESTHOUSE IN VENICE
## 15139 2BR/5BD+park+WD in Echo Park/DTLA
## 15140 1 block to Convention, LA Live- AMAZING LOCATION!!
## 15141 large & grand 2 bedroom South End by Copley Sq #3
## 15142 Hollywood Cottage with free parking
## 15143 Private room with attached bath
## 15144 Great Location to Everything LBC
## 15145 In the Heart of Midtown
## 15146 Beautiful Loft Prime Tribeca 4BR/2BA Sleep 10
## 15147 Huge Upper East Side Room
## 15148 Cozy Garden Cottage
## 15149 Via Calvi Due
## 15150 Bohemian Flat w/Spectacular Vistas
## 15151 Nice view 1 bed&bath close to UCLA
## 15152 Separate entrance to private room
## 15153 Small Private Silverlake Studio
## 15154 LUXURIOUS, large & modern PENTHOUSE in PRIME area!
## 15155 Private Room in Historic Home
## 15156 Malibu Hideaway #65 - Across from the Beach!
## 15157 Santa Monica / Brentwood Adjacent.
## 15158 Luxury Master Bedroom in Foothills
## 15159 Comfy Bed in a Home Hostel Bunk #1
## 15160 Spacious Mid-Century House in WeHo
## 15161 Perfect LA Experience- Silver Lake!
## 15162 East Nashville, walk to downtown
## 15163 Downtown Hostel - FEMALE BunkBed #2
## 15164 Central Austin Oasis
## 15165 1BR/Bath Warriors/A's prime spot!
## 15166 3 BLOCKS FROM BEACH & PROMENADE
## 15167 E CASA LOS PINOS RM 1
## 15168 Cozy apartment in Green Hills
## 15169 Full Apartment for Rent
## 15170 HUGE Loft! Comfy! Light! Plants!
## 15171 Woodsy-chic Lofted 1BR, Office, AC
## 15172 Spacious two bedroom garden flat
## 15173 Nob Hill Bungalow
## 15174 P Beach Granny Flat Ocean View Deck
## 15175 Large room in Potrero Hill
## 15176 Chic home/rooms 10 to airport,dwtn
## 15177 Peaceful Queen Anne Getaway
## 15178 Center of Nashville!
## 15179 Spacious Downtown Townhouse
## 15180 Cozy 2BD unit w/ Parking Included
## 15181 Heart of Pilsen Modern 2BR Flat
## 15182 4 Sunny one bedroom upper on Walk Street in Venice
## 15183 Spacious Chicago Duplex Loft
## 15184 Luxury Pool House Newly Built Prime West-LA COZY!!
## 15185 Best location & cozy studio in koreatown (한국인 환영)
## 15186 LA Downtown Resort Life-Hlwd in 15
## 15187 Light Filled 1940's bungalow
## 15188 Sunny and cozy spot in Capitol Hill
## 15189 Private Retreat in Best Location!
## 15190 Beautiful, new 1BR in Brownstone
## 15191 Williamsbg - Penthouse/Prv Elevator
## 15192 Best Loc/Views of NYC 10min to TimeSquare by Metro
## 15193 Private modern BR & Bath in BK
## 15194 Laid Back Charm in Bywater Marigny
## 15195 Bywater art space w two free bikes!
## 15196 Mid City Apartment with Pool Access
## 15197 Location ! Hollywood Chic Apartment
## 15198 Peaceful Poolside Guest House
## 15199 1. Room by Expo line, USC, dtla
## 15200 Designer Styled Venice Beach Luxry!
## 15201 Cherry Hill Carriage House
## 15202 Gorgeous historical bedroom
## 15203 COOL, SPACIOUS LA Apt nr HLWD & DTLA & STUDIOS!
## 15204 Country Cottage in the City
## 15205 Dupont South Penthouse 5
## 15206 Quaint cottage near USD/Old Town and trolley line
## 15207 Stay at Happening Cultural Center
## 15208 Circa 1899 Luxe Spa House - Walk DT
## 15209 LAKESHORE MILLENNIUM PARK II
## 15210 Luxury by DU Wash Park 4 Bed 3 Bath
## 15211 Comfy Queen Anne Digs
## 15212 Downtown Apt by Pike Place Market
## 15213 Spring Street Center Room 2
## 15214 2 Bedroom 2 Bath Condo Near DWTN/UT
## 15215 Colorful Eastside- special pricing!
## 15216 Home Away FrHome/Walkable/15min2Universl&Hollywood
## 15217 Classic 1920's Beach Bungalow
## 15218 Private Guest House in Hollywood
## 15219 Gorgeous Sunlit 2 Br
## 15220 Incredible Furnish Bright Apt View
## 15221 Cozy bedroom in the sunny Mission
## 15222 BUNKHOUSE QUEEN A14
## 15223 Chez ChEllers
## 15224 Location location location
## 15225 The ultimate NY apartment (Private Room)
## 15226 Event Space w Beds
## 15227 Lower East Side Studio- Great Location!
## 15228 New, Private, Cozy Studio near Manhattan!
## 15229 Very Friendly House!!!
## 15230 GREAT FOR FAMILIES AND GROUPS!!!
## 15231 Elegant Vintage Warmth - Stay in Syle!!!
## 15232 Stunning Apt in NY's Best Location!
## 15233 Cute Little Gem In Upper Manhattam
## 15234 Interfaith Retreat Guest Rooms (Ganges)
## 15235 Downtown San Diego w/Private Bath
## 15236 Santa Cruz / Soquel pool ocean view
## 15237 BUNKHOUSE QUEEN A19
## 15238 Clean Room Close to Major Areas and Park
## 15239 Manhattan townhouse near subway
## 15240 SUNNY URBAN OASIS IN BUSHWICK - Room #2
## 15241 Small Bedroom in Victorian Rowhouse
## 15242 Hideaway studio in Lair Hill
## 15243 Stay in the heart of DC's hippest neighborhood!
## 15244 SUPER HOST MINUTES FROM TIME SQ❤️RE I
## 15245 Comfy Room Close the Subway ABCD&1!
## 15246 2BR/2BA Incredible Downtown Condo
## 15247 Perfectly Located Midcentury Home
## 15248 Essence Fest is around the corner!
## 15249 Room/ B_Green
## 15250 Brand new! Bright and spacious guest house
## 15251 Downtown, steps from the Needle
## 15252 Charming, Bright, Great Location.
## 15253 Redwoods Hike/Bike Trains Beaches!
## 15254 Charming English Basement in Capitol Hill!
## 15255 Luxury Condo in Adams Morgan
## 15256 Alexander's 2BR Luxury Quarters
## 15257 BEACH STAY big PRIVATE room
## 15258 Cozy 1 bedroom garden apt. with 2 full bathrooms
## 15259 HUGE 4STAR APARTMENT!
## 15260 Dani private room in Manhattan
## 15261 Private cozy bedroom in Nolita
## 15262 West Village upscale apartment
## 15263 Amazingly Located 1 Bbrm in SOHO
## 15264 Williamsburg - 1 b/r retreat
## 15265 Private Room in Spacious Apartment
## 15266 Incredible Midtown Views 2 Bedroom
## 15267 Spacious Bedroom with Private Bath
## 15268 Best View of Mnhtn in Crown Heights
## 15269 Room 2, Victorian House to Enjoy!
## 15270 Charming, Elegant & Safe SOHO/West Village 1BR
## 15271 Cool Cozy Bedroom In The Best Area!
## 15272 Times Square Oasis + Wi-Fi & Sauna
## 15273 Modern Basement Apartment
## 15274 Beautiful modern room with private bathroom
## 15275 Alphabet city cozy designed room
## 15276 "Tiny Home" in Cozy Woodlawn
## 15277 Friendly, clean, central!
## 15278 The Malibu Beach House Postcard Experience - Views
## 15279 Private 2 Bed in Prime Hollywood
## 15280 Zilker Hayloft - Near Downtown
## 15281 Cozy apartment in Los Angeles,USC
## 15282 Joes Mid Wilshire Studio Apartment Sleeps Four- H7
## 15283 High-Ceilinged Historic Home
## 15284 Your Home Away From Home
## 15285 Austin Boutique Hotel Styled I SXSW
## 15286 Welcome Home to Your Barton Springs Retreat!
## 15287 Elegance, Comfort & Fun in Lower Garden District
## 15288 East Nashville Gem
## 15289 Riverbend, Streetcar line, private!
## 15290 Hollywood Guest Suite - Red Studio
## 15291 Cozy Hollywood Garden Studio Oasis
## 15292 Charming home in horse country
## 15293 Room at the beach in Santa Monica
## 15294 Hip Hideaway in Hills
## 15295 Private Room near Lake and Train
## 15296 Beautiful 1BD in Beacon Hill
## 15297 Cozy Wall St Studio w/ 2 comfy beds
## 15298 Be in the heart of Lower East Side
## 15299 Modern 1 Bedroom with Character
## 15300 Tree house Bungalow
## 15301 Amazing W. Hollywood, Fantastic 1bd
## 15302 CHIC // BEVERLY HILLS House *SALE*
## 15303 Perfect location near everything, yet serene
## 15304 Roomy, artsy, remodeled home w/yard
## 15305 Close to Chicago music Festivals!!!
## 15306 Large and Bright Room in SOMA
## 15307 Pike's Place 1Bed Sunset View
## 15308 Cute, Cheap, Private Room in DC
## 15309 Slumber at Swann St ~ Parking!!
## 15310 GUEST BEDROOM W/ PRIVATE BATHROOM
## 15311 Peaceful and private getaway!
## 15312 The Heights, minutes from Downtown
## 15313 BEACHSIDE SHANGRA LA
## 15314 PIERRONOLA
## 15315 Charming Silverlake Guest House
## 15316 SoCo / Near Downtown - 4 Bedrooms
## 15317 Stay on 6th St w/ Amazing Views B3
## 15318 Hidden Hills Haven Bed Bath Den Deck & View
## 15319 "Mi Casa es Su Casa!"
## 15320 Remodeled 1 bed/bath House+Laundry by DTLA
## 15321 Detached Guest house a mile from the Beach!
## 15322 Artsy Full Apt 15 min from Downtown
## 15323 * SPECIAL*REDUCED for APRIL* Sunny Spacious Quiet
## 15324 The Heart of Fort Greene 2bedroom
## 15325 Spacious Cozy PRIVATE ROOM
## 15326 Modern and stylish
## 15327 Gorgeous 2 BED - SKYSCRAPER Building!!!
## 15328 Cozy Apt in NYC only 18 min to downtown
## 15329 Stunning Furnished 2 Bedrooom UWS
## 15330 Cozy Living Room With Couch/Bed
## 15331 Fort Greene Lofty Retreat
## 15332 Artsy Apartment in NYC
## 15333 Cozy private room in Brooklyn, NYC.
## 15334 "Crown Vic" - sweet modern renovated Victorian
## 15335 Soak in San Diego ☀️
## 15336 Luxurious Home next to Golden Gate
## 15337 Bright Loft in SOMA - SF
## 15338 Cozy 1 Bdrm In Popular SE Hawthorne
## 15339 Ocean Beach & Golden Gate Park Apt.
## 15340 Newly remodeled studio with lots of natural light
## 15341 Stylish Garden Apartment
## 15342 Cozy 4BD 2.5BR w/Jacuzzi & Parking
## 15343 Urban Oasis Room NYC
## 15344 Unique home close to Arts Districts
## 15345 1920s modern, Valencia St.
## 15346 Historic Georgetown Rowhome
## 15347 Heart of Capitol Hill! Stay at Capitol Hill Manor
## 15348 Charming Bay View Montclair Cottage
## 15349 Spacious, sunny Brooklyn room
## 15350 Luxury Suite in Embassy Row Home
## 15351 Spacious, quiet, sleeps 5!
## 15352 One Bedroom Apartment
## 15353 Luxury 1BD close to Central Park
## 15354 Studio loft - Williamsburg/Bushwick
## 15355 Stunning Spacious Luxury - Old Town
## 15356 Guest House with pool in the heart of Sherman Oaks
## 15357 Charming Venice Beach Studio, Steps to Sand (2)
## 15358 Luxury Retreat in Nature-Studio
## 15359 selfcontained1 Bdrm suite with Spa
## 15360 East Nashville Modern Home
## 15361 Historic & Vibrant Heart of the EV
## 15362 Sunny, Cheerful Room in Brooklyn
## 15363 Private Large Bedroom with views of East River!
## 15364 Modern Private Room with Outdoor Space 2
## 15365 Two bedroom apartment in great city
## 15366 Brooklyn Brownstone full floor apartment
## 15367 Private Room In Upper East Side
## 15368 Comfortable Suite in Great Location to Explore DC
## 15369 Entire Floor w/ Private Bath + Free parking
## 15370 Cozy & Accessible SF Apartment
## 15371 Sunny Studio Williamsburg, Private Bath&Entrance
## 15372 HOUSE SUITE
## 15373 Beautiful Astoria apt next to Mtan
## 15374 Sunlit room with separate entrance
## 15375 Feel like you never leave your home
## 15376 Comfy Spacious room/Lower Manhattan
## 15377 Private Small Room 4
## 15378 Better than a hostel in Hawthorne!
## 15379 Charming Union Square Studio
## 15380 Historic Capitol Hill Apartment
## 15381 New, cozy, private studio in Bernal Heights
## 15382 Private Apartment on Capitol Hill
## 15383 Landmark Victorian at The Beach
## 15384 Contemporary Echo Park Apartment
## 15385 Beautiful cottage in Culver City
## 15386 BEST Marigny Triangle Flat
## 15387 Studio unit w/ Sep entrance & bath
## 15388 Nashville Home Near Downtown & Opry
## 15389 Cozy Retreat with Private Bath Near Malibu
## 15390 New York style studio
## 15391 Serene Zen Home- Walk to Universal (Studio City)
## 15392 Mid City Apartment with Pool Access
## 15393 Opelousas Oaks The Cozy Oak
## 15394 Modern Zen & Private Bath
## 15395 Beautiful San Diego Condo!
## 15396 Views! Designer Modern Loft! Free Parking
## 15397 Unique East Austin Condo
## 15398 The Little White House
## 15399 Private room, separate entrance
## 15400 Awesome Beachside Oasis in OB!
## 15401 La Jolla Shores Oceanview
## 15402 Capitol Hill Healthy Business Traveler's Retreat
## 15403 Secret Garden & Spa Retreat-Ocean Breeze (For Two)
## 15404 Modern Entrepreneur Oasis
## 15405 2 Bedroom Apt in NOPA with Parking
## 15406 CLEAN ROOM IN HEART OF EAST VILLAGE
## 15407 Central Cozy private full 1 BR+ apt
## 15408 99! Loft Downtown Gaslamp w/4 beds
## 15409 Spacious SW Portland 1 bd Apartment
## 15410 Vintage Logan Square Bedroom
## 15411 **Daily,Weekly,& Monthly Discounts** AVL PARKING!
## 15412 Luxurious Modern 2BR Center Downtown Chicago (502)
## 15413 Coolest new building in Boston
## 15414 theDoll Mini Apartment by Hollywood
## 15415 Clean, Private Backyard Guesthouse in East Austin!
## 15416 15 MIN TO MIDTOWN SPACIOUS/ BALCONY
## 15417 Colorful New York East Village Apt
## 15418 Botanical Gardens/ Cheesman Park
## 15419 Large Studio, Newly Remodel,Near LA
## 15420 2BD/1BA/4beds Highland Park Flat
## 15421 Cottage & Cabana in the Heart of LA
## 15422 Cozy Historic Home w/ Private Patio
## 15423 BEAUTIFUL FRENCH QUARTER HOME
## 15424 GARDEN DISTRICT BEAUTY! w/ BALCONY!
## 15425 Lovely Private Guest House free parking and wifi!
## 15426 2B/2B HOLLYWOOD MODERN LUXURY
## 15427 Single room, great wifi, view house
## 15428 Cozy Guestroom: Best Spot in NE PDX
## 15429 Walk to UN, Macy's & Empire State B
## 15430 Ground Floor Studio-15min Manhattan
## 15431 Cozy, City Living-20 min From 42nd
## 15432 Solo & 1st Time Travelers! Charming NYC Studio!
## 15433 Luxurious bed in a clean, cozy home
## 15434 Roomy/sunny/quiet/fun/great locale
## 15435 Sunny newly renovated garden apartment in Brooklyn
## 15436 CLEAN COZY & COMFY E. VILLAGE PAD
## 15437 Lovely 2br Stay by the Bay
## 15438 Artists retreat Twin Corner bedroom
## 15439 Gem of a Studio near Downtown
## 15440 Cozy, Patio, Pool, and Whole Foods
## 15441 Best Boston location, 2BR (M#1)
## 15442 Comfy room b/t Airport & Downtown!
## 15443 Luxury Modern Apt West Hollywood
## 15444 Luxury condo in heart of French Qtr
## 15445 East Riverside Room+ BIKES
## 15446 nestled in privacy mins to downtown
## 15447 Quiet, Clean, and Comfortable
## 15448 Sleep 10 at The Bean! (4c)
## 15449 Feel at home like a local Angeleno! FREE parking!
## 15450 LA Beautiful Northridge Estate
## 15451 Luxury Suite in Santa Monica
## 15452 Nature Sanctuary Getaway
## 15453 Lovely home on Magazine St. along Garden District
## 15454 The EX-BOYFRIEND suite
## 15455 Silver Lake Cottage in Sunset Junction
## 15456 MidCentury Modern Mount Pleasant
## 15457 BUNKHOUSE QUEEN B21
## 15458 Cozy Studio-Heart of San Francisco
## 15459 Private studio apartment with deck
## 15460 Sunny quiet home near Beach & Park
## 15461 Private Apartment in DT ATX
## 15462 Private Oasis Close to DTLA
## 15463 Retro Cozy Condo w Pool - 5 Minutes from Downtown!
## 15464 Charming uptown victorian!
## 15465 Three Room Suite by UCLA & Venice...It's PARADISE!
## 15466 Simple room with 2 Double Beds
## 15467 Large Private Room - Quiet Street
## 15468 Fuhgettaboutit! Best apt Ever! Near 2 & 5 trains
## 15469 Charming Apartment in heart of SoHo
## 15470 Charming House Close to Beach
## 15471 Welcoming Hollywood/Los Feliz Spot!
## 15472 Quaint & Cozy Bedroom on UES
## 15473 Great 2BR Apartment; Close to Downtown!!
## 15474 Cozy clean 1 Bdrm- 10 mins from LGA
## 15475 LOWEREASTSIDE MANHATTAN PRVTBEDROOM NEAR TRAIN !
## 15476 Cozy Nook in a Unique Loft
## 15477 Bright Studio w/Metro/Bus Access
## 15478 Sunny Backhouse Private Room Beach
## 15479 "A little oasis in Laurel Canyon"
## 15480 Modern Penthouse Loft DTLA
## 15481 Remodel 2 story 4 bedroom 5 bath 3200SF w/pool
## 15482 Studio Apartment. Amazing Location.
## 15483 One Bedroom Apt on St Charles Ave
## 15484 A Quiet Lil Cottage In The Marigny
## 15485 Private Room1 FRENCHMEN ST. walk to FRENCH QUARTER
## 15486 The 78701 - 2BR Downtown/ConvCenter
## 15487 Bright+Airy 2 BD Artist's Cottage
## 15488 RV, 3 Blocks from Beach
## 15489 UNIQUE PLACE CLOSE TO EVERYTHING !!
## 15490 Elegant 3br/3ba - Central LA Locale
## 15491 Private Room in Williamsburg Loft
## 15492 The Heart of West Hollywood*Bright*Spacious*Chic
## 15493 Eclectic East Nashville Cottage
## 15494 A huge Luxury Garden District flat!
## 15495 Big EasyCondo3(close to the action)
## 15496 Awesome Deal NYC
## 15497 Clean and comfortable 3 person dorm
## 15498 Cute Bungalow - Multnomah Village (SW Portland)
## 15499 Logan Circle Retreat--FEMALE GUESTS
## 15500 NE Portland 1 Bedroom apartment
## 15501 WOW STREET-ART INSPIRED 2BED APT W/ GARAGE PARKING
## 15502 Bright and Secluded Comfort in NE PDX
## 15503 BUNKHOUSE QUEEN A15
## 15504 Jewel of The Quarters
## 15505 Chateau Shotgun - a perfectly placed taste of NOLA
## 15506 Long Beach 1-bedrm condo near beach
## 15507 LA Grove / Miracle Mile Area
## 15508 1M View, Art & Love in Playful LaLaLand Luxury
## 15509 Villa Place - Vanderbilt/Music Row
## 15510 Designer's Dream Huge 3BR + Zen Den
## 15511 Chic & Comfortable 1930's Burbank Bungalow
## 15512 Fantastic location, walk to beach!
## 15513 Perfect for 2; 0 parking; transit
## 15514 Contemporary New Home Near Downtown
## 15515 "ENJOY TRUE SOUTHERN HOSPITALITY"
## 15516 It's a Beautiful Day in BK 1! Queen Bed + Futon
## 15517 Gorgeous 2BR, 2Bath in Williamsburg
## 15518 Fantastic Studio in Modern Highrise
## 15519 Creative Spacious 2BR/Logan Square
## 15520 Serene Private Pool Guest House
## 15521 Malibu Adjacent Bungalow
## 15522 Garden Paradise Pool Pet ok
## 15523 Private Guest House Sleeps Six
## 15524 In The Clouds - Victorian Penthouse
## 15525 Room Available Near Hollywood 2
## 15526 Upscale I Parking I Wifi I Location I Amenities+
## 15527 Serene Bungalow in Silverlake
## 15528 Charming Irish Channel Cottage
## 15529 Clean, tidy, & cozy craftsman standalone bungalow
## 15530 Spacious Room Near Golden Gate Park
## 15531 Room in Waterfront Naples/L.B. Home
## 15532 Prime West Hollywood Location 2b/2b
## 15533 Backyard Bedroom Retreat w bathroom
## 15534 Who wants to stay in the Whale room?
## 15535 Beautiful NoHo Arts Dist 2BD House
## 15536 Silver Lake Hills Studio Retreat
## 15537 Beauty of WLA - Walk to Westwood
## 15538 Heart of Capitol Hill
## 15539 Capitol Hill Townhouse with Views
## 15540 Point Loma Gem/Sea World close!
## 15541 Home in Hillman City
## 15542 2 BR 2 BA AVALON CT
## 15543 Private East Side Suite - 2Bd / 1Ba with a Park!
## 15544 Austin Treehouse
## 15545 Pied-a-Terre in Washington, DC
## 15546 21 - Beautiful BR, Private Bath in NW DC
## 15547 WELCOME TO DC! BEFORE BOOKING READ MY REVIEWS!
## 15548 Hollywood Premier Location 1BD+1Prk
## 15549 Private Room in the heart of NYC
## 15550 Artist loft in prime WILLIAMSBURG
## 15551 2BD/1.5BA charming house with yard in heart of SF
## 15552 PRIVATE RESORT W OCEAN & CITY VIEWS
## 15553 Columbia Heights~2 bed w/ parking!
## 15554 Sunny, family-friendly, private home in Flushing!
## 15555 Bright Spacious Brooklyn
## 15556 Upper East Side Apartment
## 15557 Ground Floor Unit in Private House
## 15558 Cozy 1BR in Gramercy
## 15559 Cozy Room With Great View
## 15560 Great Apt close to Times Square
## 15561 [3] Super Tidy Room by Cen.Park with 2BathRm
## 15562 Two bedroom, renovated apt
## 15563 Modern, Sunny Duplex PENTHOUSE w/ BALCONY
## 15564 WEST VILLAGE/GREENWICH VILLAGE 2 FLR STUNNING APT!
## 15565 1 Bedroom Apartment in Brooklyn
## 15566 Bright &Spacious 3brm Crown Heights
## 15567 Charming 1BR Spacious & Sunny!
## 15568 THIRD STORY SUITE - beautiful loft
## 15569 Brooklyn at its Best!
## 15570 One bedroom apartment
## 15571 Welcoming, inner NE Portland 2BD
## 15572 1906 Victorian in Noe Valley!
## 15573 Gorgeous Modern Loft near Downtown
## 15574 Kinley Manor Coach House Experience
## 15575 Clean Cozy Safe Room ONE Guest ONLY
## 15576 Cozy Studio with huge private deck
## 15577 Awesome one bedroom apartment
## 15578 Private Downtown Studio - 14th & U
## 15579 Cozy double in Mission Victorian
## 15580 The Rock Creek Cozy, One Bedroom
## 15581 Matt's Place: The Riot Room
## 15582 Central Park 8 Min Walk, 2 BDRMS!
## 15583 Giant Sunny Room at Brooklyn&Breakfast hosts' coop
## 15584 Beautiful Gramercy Duplex+Fireplace
## 15585 Penthouse w/Terrace Williamsburg
## 15586 AMAZING Upper East Side Location! RARE Find.
## 15587 Cozy 1 Bdrm Private Apt
## 15588 Gorgeous light filled Private Home in Venice
## 15589 BEAUTIFUL BEACH FRONT AND PARTIAL OCEAN VIEW CONDO
## 15590 Venice Beach House Ocean Views
## 15591 Sleeps 4 - Sunny 12thSouth Bohemian Bungalow!
## 15592 The Woodbine House
## 15593 Modern Victorian 1BD near Downtown
## 15594 Large Studio & Patio
## 15595 Bushwick/Ridgewood aprtmt w parking
## 15596 Flatiron Studio Apartment
## 15597 Upper West Side Homey Apartment
## 15598 Beautiful Room w/UPGRADE OPT by 12 trains
## 15599 Big space, great price, a home by Mnhn, best in BK
## 15600 Cozy Secure Private Room in a Shared Loft - C
## 15601 Sunny Brand New Park Slope Studio
## 15602 Sunny Priv Rm, 5 mins to Manhattan
## 15603 Winter sale! Prime location, clean, warm, gay, NYU
## 15604 Craftsman owner's unit in duplex
## 15605 Cozy Private RM Near Central Park N
## 15606 Spacious cozy apartment
## 15607 Spacious Bedstuy Room
## 15608 Private Bedroom 15min from JFK & LGA
## 15609 Sunny & Tall 1 BR, Central Pk,Train
## 15610 Park Slope Private Room and Bath
## 15611 NYCHaven2: Entire House for less than a hotel room
## 15612 Studio Apt w/ Balcony Crown Heights
## 15613 East Village Apt Next To Cool Cafes
## 15614 South Park Studio
## 15615 Malibu Hideaway #61 - Across from the Beach!
## 15616 Singer&Photographer's Spanish Home
## 15617 Hip and homey vintage bungalow.
## 15618 Condo 1 ml from Downtown, The Heart of Austin
## 15619 Peaceful enclave in great location!
## 15620 Perfect Location / Brentwood
## 15621 Mas Lago
## 15622 NOLA house 3 blocks from streetcar
## 15623 Hip Downtown Condo with Loft
## 15624 Minutes from I-25/I-225 SE Denver
## 15625 Charming Irish Channel Half Double
## 15626 Charming East Nashville Cottage
## 15627 Garden & Bicycles in St Roch Marigny Bywater
## 15628 The best 2 BDR in Hollywood #202
## 15629 Dreamy 1890's House - Arts & Crafts - Echo Park
## 15630 HOLLYWOOD LA ELEGANCE 4BEDS POOL SPA SUITE #1
## 15631 Upscale Minutes From Downtown/UT
## 15632 Victorian charm in the city
## 15633 *Fabulous Marlborough St. 1 Bed* :D
## 15634 Clean 3 Beds apt Charlestown Boston
## 15635 The Great Utopia in Logan Square
## 15636 Nice Apartment in the heart of NYC
## 15637 UWS Charmer, Central Park/Lincoln Center
## 15638 Cool Spacious Garden Appt Hip Area
## 15639 International Travelers Welcome!
## 15640 Studio on historic Zorthian Ranch
## 15641 Hollywood _ Gr8 Location, 3 Beds w/ Private Bath!
## 15642 Luxury Condo in West Hollywood!!!
## 15643 Lush Charming artist retreat
## 15644 East Nashville Loft
## 15645 It's All About the Views - 6 mil to D/T
## 15646 Stylish & Artsy Room in Vintage Chicago Flat
## 15647 Tiny 420 Friendly Room Downtown
## 15648 La Jolla Serene: Private Patio
## 15649 Great Location, Private Apartment
## 15650 Capitol Hill Urban Oasis
## 15651 HighlandPark 1+1 HillsideAptprivate view patio
## 15652 1952 Golden Era Hollywood Hideaway
## 15653 Large, quiet 1 bedroom suite in Guest House
## 15654 City Park Rest Haven, Front Unit
## 15655 Santa Monica Studio
## 15656 Bohemian Hollywood Hills Studio
## 15657 Bel Air Guest Studio w. Pvt. Entry & Parking
## 15658 Modern Laurel Canyon/WeHo Cottage
## 15659 Charming Creole Cottage in Uptown
## 15660 Charming Apartment in Algiers Point
## 15661 Fabulous south end studio!
## 15662 Quiet Denver Carriage House Retreat
## 15663 Modern Apartment in Heart of the Theater District
## 15664 Pvt. Euro-Suite/1920's Bungalow
## 15665 Charming 850 Sq ft Apt (Great for Extended Stays)
## 15666 Modern Apartment | Parking | Fun Hosts
## 15667 Urban Oasis @ Fulton House!
## 15668 Ronaldo's Luxury B&B DTLA
## 15669 Arts district loft 1908.
## 15670 2 Bedroom OceanView, Steps to Beach
## 15671 Private Suite Near It All
## 15672 New York Studio 10 min to F. Qrt #2
## 15673 Beautiful New Uptown Luxury Home
## 15674 GREAT GARDEN APARTMENT near TRAIN!!
## 15675 Beautiful 2 bedroom Astoria Appartment, Queens
## 15676 Rise & Shine in Sunset Park, BK.
## 15677 Beautiful Williamsburg Apt, Bedford
## 15678 Charming, Spacious Apartment near Times Square
## 15679 Private Central Austin Guesthouse
## 15680 Modern Guest House - Concordia
## 15681 NEW! Large 2 BR Flat in the Mission
## 15682 Classic Studio in Lower Pac Height
## 15683 San Diego Condo in Gaslamp
## 15684 Modern Drama Above Magnolia
## 15685 Urban Treehouse
## 15686 Dolores Terrace Hidden Gem
## 15687 Camping on our beautiful land #2
## 15688 Private room/bathroom FREE parking
## 15689 Discount! Mins to SOHO -Queen bed, spacious
## 15690 Your Living Room is the UES
## 15691 Spacious, modern Apartment
## 15692 Rustic Elegant Loft in Brooklyn
## 15693 Amazing Seabright Beach Cottage
## 15694 Private furnished room with a great view
## 15695 Cozy 1BD apt steps away from metro with parking
## 15696 Cozy three bedroom with parking!
## 15697 Cozy Bed Close to JFK/LGA/7 TRAIN/ , 24hr check-in
## 15698 Bright Classic Manhattan Apt!
## 15699 Spacious, cozy bedroom in a private
## 15700 UNBEATABLE LOCATION/TIMES SQUARE!
## 15701 WELCOME TO PLANET LOVE BROOKLYN
## 15702 COME STAY WITH US!
## 15703 Spacious airy room perfect for two!
## 15704 Cozy Apartment in the East Village
## 15705 Ultra luxe 1BR/1BA Apt in DTLA
## 15706 MOD VENICE LOFT ABBOT KINNEY
## 15707 Apartment in Tranquil Setting
## 15708 AFFORDABLE ! BUNK BED DOWNTOWN !
## 15709 Blocks From Broadway, New home
## 15710 BROOKLYN'S HAVEN
## 15711 Wonderful private room in Bed-Stuy
## 15712 Brooklyn Pvt Suite w Bath & Sep Ent
## 15713 Great Room 2 Beds 20 min to City
## 15714 Private Studio in Potrero Hill
## 15715 THIS ISN'T GRANDMOTHER'S TOWNHOUSE!
## 15716 2 bedroom Williamsburg Apt - Bedford L stop
## 15717 Cottage Room With Private Entrance
## 15718 Just A Nice Budget Room =)
## 15719 Cozy Private Garden Apartment
## 15720 Room in East Village
## 15721 Garden apartment close to Manhattan
## 15722 large private bedroom in gramercy!
## 15723 Room Close to LGA and Everything
## 15724 Charming Studio in the LES
## 15725 Modern room with view of Alamo Sq
## 15726 Beautiful downtown loft for 4
## 15727 Condo in Lincoln Park
## 15728 Your private space on Potrero Hill
## 15729 On the Lake Hike&Bike Pool & Kayak
## 15730 Large Downtown Area Home, Sleeps 10
## 15731 Fruit Tree Oasis in Mid City LA
## 15732 Private Bedroom & Bathroom, shared living room,
## 15733 Rabbit Retreat-Private House For 4
## 15734 1st-floor condo near French Market!
## 15735 Sunny Spot - apartment /parking.
## 15736 Convenient Cap Hill Artist Loft
## 15737 Vibrant Zen Bedroom w/ pvt bath in Logan Circle
## 15738 Stylish 1BR near DC's vibrant H St!
## 15739 Large modern SOCO studio apartment
## 15740 Private room in San Francisco
## 15741 Cozy Room in Heart of Ballard
## 15742 Pike's Place. 100 Walkscore
## 15743 Private Floor in Modern Townhouse
## 15744 HUGE 2bdrm LOFT in NOHO/East Vill!
## 15745 Brand New, Boutique Brooklyn Condo
## 15746 cozy, private rental w/garden+deck
## 15747 Cozy private cottage, beach town
## 15748 L.A The Right Way
## 15749 Master Bedroom Centrally Located in Brentwood!
## 15750 Shared Space Near LAX, The Forum, and Beaches
## 15751 Private Guest Suite in Amazing Bluff Heights
## 15752 JAZZFEST Shotgun
## 15753 BlissArtsSpace!
## 15754 Cute Apartment-Central Austin
## 15755 Modern 3-Story, Pool, Garden Living
## 15756 Lovely Independent guest house in Pasadena
## 15757 Sweet room in a single house
## 15758 Modern designer Williamsburg
## 15759 Lovely and spacious 2BR/2 bath apt
## 15760 Relax and Experience
## 15761 French Quarter/Treme Creole Cottage
## 15762 Comfortable California Home
## 15763 Family-Friendly, 3 BR Charming Home
## 15764 Greenpoint, Brooklyn arty apt with great city view
## 15765 NEW CLEAN COMFORTABLE PRIVATE ROOM
## 15766 Gorgeous 1-2 bedroom(Prospect park)
## 15767 Charming apt steps away from subway
## 15768 Cute studio blocks to white house
## 15769 Private Guestroom in Landmark Bklyn Brownstone
## 15770 Cozy Brownstone Room
## 15771 Gem in a Glover Park
## 15772 Bright Music Themed Room/Magical SF Garden Oasis
## 15773 Executive tiny home + a/c + jacuzzi
## 15774 Stunning Harbor View, Old Town
## 15775 Private Guest House Oasis.
## 15776 Bright Home in Historic Highlands
## 15777 Gorgeous Master Suite /Private bath
## 15778 West L.A. Zen Retreat
## 15779 Simple and Easy in East Nashville
## 15780 Quaint 3bd Cottage in Lakeveiw Area
## 15781 East Nashville urban retreat
## 15782 Friendly House South Austin Room
## 15783 Freshly Renovated flat in Pilsen
## 15784 The heart of hip LoDo Denver
## 15785 Bright Kid Friendly Home with View
## 15786 COMFY BUNK BED CLOSE TO DOWNTOWN !!!
## 15787 Classic Boston Townhouse Apartment
## 15788 Balcony Get A Way in NOLA Historic Treme
## 15789 Lower Garden District Greek Revival
## 15790 Modern Room with Private Bath
## 15791 Cozy Apartment near Downtown Washington DC
## 15792 Secret Garden Cottage
## 15793 Moscone convention area Soma district
## 15794 Modern new 2B zen getaway in Bernal
## 15795 Peaceful, Friendly, and Central!
## 15796 Queen room with bath, best location
## 15797 Modern Seattle Apartment with gym!
## 15798 Mission Hill Red Room for 2
## 15799 P中国城旁安静整洁的高级公寓位于洛杉矶市中心,提供免费车位
## 15800 Quiet Deluxe Aparment on the Park
## 15801 Marengo House - Sleeps 10!
## 15802 AMAZING VENICE PENTHOUSE ON BEACH AND BOARDWALK
## 15803 Private room & best roof in Harlem!
## 15804 Lower East Side Magic Room
## 15805 Studio Apartment in East Nashville
## 15806 Cozy, convenient Uptown studio, walk to Freret St
## 15807 Six Flags CalArts Private Entrance!
## 15808 The Regal Room On Sunset - Walk to Dodger Stadium!
## 15809 HOLLYWOOD DESIGNER FURNISHED APT-PRIVATE BACK YARD
## 15810 Serene Uptown Guest Suite
## 15811 Walk to The Gulch Music City Center
## 15812 Cottage 1 mi to Beach lic.#219610
## 15813 Cozy BR | Private Floor & Terrace
## 15814 COZY PLACE WITH A NICE GAY MALE
## 15815 Private bedroom in Hells Kitchen.
## 15816 Studio apartment in trendy area
## 15817 Strawberry B&B
## 15818 Room 2 - Comfy and Quiet @TWBGH
## 15819 Cozy Apt w/ View On Sunset Junction
## 15820 Tranquil Backhouse Located in Silverlake
## 15821 Directly on the streetcar line!
## 15822 Best block in Germantown/Downtown!
## 15823 The Boswell House (Historic Home on Jazz Registry)
## 15824 3BDRM CHIC EXEC luxe bilevel apt
## 15825 PrivateBDR off Sunset Strip/WIFI
## 15826 Cool Brooklyn, Close to Manhattan
## 15827 Venice home 1 block to Abbot Kinney
## 15828 Convenient 2BR near Times Square
## 15829 Private Room - Awesome Location NYC
## 15830 Studio in coolest neighborhood of New York !
## 15831 1BR Luxury Living in West Village!
## 15832 Mother-in-law Apartment in Sellwood
## 15833 Well priced private room in Dc
## 15834 BUNKHOUSE QUEEN A12
## 15835 Perfectly Portland-esque
## 15836 DuPont Escape
## 15837 Private Apt. In Great Location!
## 15838 Well located 2 bedroom apartment
## 15839 USC: 2 blocks. Safe clean studio.
## 15840 Ashwood House
## 15841 Share bath room Private Parking
## 15842 **LUXURY** HOLLYWOOD WALK OF FAME PENTHOUSE APT!
## 15843 Writer's Room Eagle Rock
## 15844 SUNNY, COZY ECHO PARK COTTAGE
## 15845 Ocean View 3 Bed 3 Bath Beach House
## 15846 Woodstock Tiny House
## 15847 Amazing 4BD BEACH + Fireplace
## 15848 Pretty & Relaxing Bedroom with Bathroom
## 15849 1 BR 2 Bath Condo, near metro
## 15850 Modern & Spacious Apartment with Private Roof Deck
## 15851 Modern Chelsea 1 Bedroom
## 15852 Great room in Ditmas park!
## 15853 Artistic, Sunny, Open Loft
## 15854 2-Bedroom Luxury Midtown Building
## 15855 3-Bdrm LES Modern Artist Compound
## 15856 Ensuite privacy close to Manhattan
## 15857 McCormick Townhouse w/ Free Parking - Queen Bed
## 15858 5 Story Townhouse Downtown Denver
## 15859 ARTSY QUIET HOME-SHARE NEAR BEACH
## 15860 Bungalow 10 ~ Oceanfront in Malibu
## 15861 SilverLakeHills!Spa!BreathtakingVue
## 15862 Cozy apartment in Westwood LA
## 15863 Cozy room w/ pvt ba near Red Line!
## 15864 Home: Rose Bowl-Upclose & Personal!
## 15865 AK Venice Loft, Roof deck, yard, bikes @ 21 Palms
## 15866 Large Room with Balcony High Ceiling in Huge house
## 15867 Winslett Room @ The Belafonte
## 15868 Art History Home by French Quarter
## 15869 Beautiful Views in Goose Hollow - 99 Walk Score!
## 15870 Private Room 1 block to downtown!
## 15871 Glen Park Guest Suite with Views
## 15872 Beautiful HAYES VALLEY entire apt!
## 15873 Peace and Quiet in the Mountains
## 15874 Private Room in an Amazing House!
## 15875 Dupont South Garden Loft Room
## 15876 Pod in DTLA Arts District!
## 15877 Clean & Quiet, Parking, Safe city in LA, Direct TV
## 15878 Lovely 2 Bedroom PRIVATE Apt close beach and LAX
## 15879 Full one bedroom living space
## 15880 At Home on Capitol Hill
## 15881 Amenity Filled Fab Cap Hill Studio!
## 15882 Comfy Apt Blocks from beach
## 15883 Cozy Apt off Cortelyou, Ditmas Park
## 15884 2BR Huge Patio w/ Ocean View (SS3)
## 15885 Bedroom in Charming BK Brownstone
## 15886 Hip Room in Hamilton Heights
## 15887 ENJOY THE CITY ON CHEAP
## 15888 The Bushwick 3BR 2BA 20 mins to NYC
## 15889 Cozy space 12 min to Manhattan
## 15890 Cozy Secure Private Room in a Shared Loft - H
## 15891 Cozy bedroom by Yankee Stadium
## 15892 Manhattan-Prime Location-2 Bedrooms Near Subway
## 15893 Bright, art-filled elevator apt, LES/Chinatown
## 15894 Stylish 2BR! 2 min to Central Park!
## 15895 Newly renovated house
## 15896 Groundfloor APT-15 min Central Park
## 15897 NYC ArtDesign Apartment
## 15898 UES BEST BLOCK SPACIOUS AP SLEEPS5
## 15899 Central Park West. Queen Size Room
## 15900 Cozy 2BD in SE Portland
## 15901 Loft 3 bedrooms in-Chelsea location
## 15902 Beautiful 1 bedroom in NYC
## 15903 Beautiful XLarge room in Upper Manhattan
## 15904 Beautiful Large Room near L train
## 15905 Sun Drenched Ballard Apartment
## 15906 Beautiful East Austin House
## 15907 Two story family home
## 15908 Large 1 Bedroom Apt! Super Close to Zilker Park!
## 15909 [1] Super Tidy Room by Cen.Park with 2BathRm
## 15910 Gorgeous large sunny room in NYC!
## 15911 Modern Style by Lake Merritt!
## 15912 Vintage Glam in Brooklyn Brownstone
## 15913 Downtown 3/2. Steps from Everything
## 15914 Walk to E 6th, Downtown, 2nd Unit Upgrade Option
## 15915 Comfy Bed & Bath with Separate Entrance
## 15916 Hollywood Hills Home in the mix.
## 15917 Mulholland Dr best views
## 15918 Studio in Whittier, Los Angeles CA
## 15919 Townhouse North of Downtown
## 15920 Garden Hideaway near City Center!
## 15921 Historic E.Capitol 4 Bedroom house
## 15922 Spacious 2 BR Clinton Hill Apartment-Brooklyn, NY
## 15923 Private room near LGA Airport with queen bed
## 15924 Lg Private Rm wTerrace Midtown West
## 15925 Five Star Central Park Studio
## 15926 Cozy 2 Bedroom - Near Park/Parking!
## 15927 Affordable Private Room in NYC!
## 15928 Sunlight Suite
## 15929 Found a tree I like so built a nest
## 15930 Entire 2BR APT (not a railroad)
## 15931 [2] Super Tidy Room by Cen.Park with 2BathRm
## 15932 Oversized gorgeous private bedroom.
## 15933 Modern & luxurious close to trains
## 15934 Comfy-Large Manhattan 3bdr-apt/Loft
## 15935 Fantastic Room with Bed and Futon
## 15936 Ground Floor studio-16min Manhattan
## 15937 Studio/Guest House
## 15938 2BR Stylish Mid-Century Town Lake
## 15939 2 br elegance in Beverly Hills.
## 15940 Cozy Masterbedroom in Hollywood
## 15941 Rustic ocean view bungalow
## 15942 New Venice Beach 3bd w/ Great Views
## 15943 Grand Jewel III- Steps Off Bourbon
## 15944 "Great Location, On the lake", Ricky & Lucy Room
## 15945 Northwest Austin Spa Getaway
## 15946 Quiet Private Room in West Town
## 15947 Private Room with a Great Location!
## 15948 Room in a historic neighborhood
## 15949 Beautiful Garden District Home
## 15950 Vintage vibed 3BR in East Nashville
## 15951 Bungalow in Mid City
## 15952 Golden in San Pedro (Guest Room)
## 15953 Central West Hollywood Garden Studio W/ PARKING!
## 15954 Sunny Double Room Near Downtown LA!
## 15955 Smart,Comfy Guest Room @ The Beach(Female&couples)
## 15956 Sunny WeHo Bedroom & private bath*
## 15957 Luxury loft (near DTLA and USC)
## 15958 DOWNTOWN LA 3 BEDs SKYLINE VIEW POOL LOS ANGELES C
## 15959 South Austin Charmer on Greenspace, 10 min to DT
## 15960 Amazing View overlooks Lake Austin!
## 15961 Unique Find: Private home in City!
## 15962 Lincoln Park Charm
## 15963 The Chetwood: Grand Lake Sanctuary
## 15964 The Bay Area at its Best (Unit 1)
## 15965 CozySunny/cndo Priv fll Bth.Coffee!
## 15966 Brooklyn Room in Hip Neighborhood - Close to Train
## 15967 Whitman and Wisteria in Clinton Hill/Fort Greene
## 15968 LOVELY LARGE SUNNY ROOM Sunset Park
## 15969 Welcome to Columbus Circle Home!
## 15970 Large COMFY Room in Alberta Arts
## 15971 Private Mod Studio, Amenities Rich
## 15972 Modern Spacious Pool Pad for 6-10
## 15973 Private Bright Zen Room / Breakfast / Parking
## 15974 *Sleep Over the Ocean & Beach Top Floor Front Unit
## 15975 Giant, well-lit room with a private balcony
## 15976 Sunny, historic home in Bywater
## 15977 Westside Stay Playa Vista Adj.
## 15978 Private room in the Hollywood Hills
## 15979 New Shower and Hardwood Floor Room!
## 15980 Cute and Cozy + Bonus Room
## 15981 Luxury Suite in Downtown LA
## 15982 Historic Beautiful Relaxing House !
## 15983 Adorable place to stay in Austin!
## 15984 Private Queen Room w Ensuite Bath
## 15985 Private Room in Bayview Heights
## 15986 Bedroom & your own bathroom
## 15987 St. Roch 1 Sweet Renovated Shotgun
## 15988 Poolside Studio in Echo Park
## 15989 1505 Echo Park Ave.
## 15990 Hollywood Hills private guesthouse
## 15991 Historical Garden District Shotgun Home
## 15992 Downtown Hostel - Bunk Bed #3
## 15993 Cute & Clean! Walk to Local Gems...
## 15994 Chill'n in Hollywood.
## 15995 Private 4BR CONDO w/Pool & Fitness
## 15996 Private Guest House - Walk to Beach
## 15997 Private hillside setting, above LA
## 15998 Malibu Hideaway #55 - Across from the beach!
## 15999 Nice Home in the Historic Lower Ninth Ward
## 16000 Matcha Room Hyde Park
## 16001 Newly Renovated 2 Bed in South End
## 16002 Private Master Suite in Highlands
## 16003 Studio in Hollywood,with parking
## 16004 Nice Studio w/ Kitchen in Monterey Park 步行到餐厅商业区
## 16005 Magnolia Suite Quiet Getaway
## 16006 Hello? Is it me you're looking for?
## 16007 Prime Location Sun Filled West Village Townhome
## 16008 4 Bedroom/2 Bath Duplex in Williamsburg Brooklyn
## 16009 Beautiful Private Room Big Windows
## 16010 Your Furnished Private Apartment
## 16011 Old Brooklyn Charm
## 16012 Private room in artist's loft!
## 16013 Large Craftsman Flat in Rockridge
## 16014 Sunnyside Suite. 2 bedrooms.
## 16015 Private N Seattle Garden Getaway
## 16016 Private Room in San Francisco Home
## 16017 Modern Northwest Portland House
## 16018 Seaworld Ocean Beach Vacation Condo
## 16019 Spacious Bushwick Room
## 16020 Charming renovated prewar 1bd vibrant MidtownEast
## 16021 Retro Style Living In New York City
## 16022 LUXURY BROOKLYN LOFT STEPS TO PARK & SUBWAY
## 16023 Vibrant Lively Urban Retreat
## 16024 Cozy Private Suite w/ Kitchen
## 16025 A homey room in Queens, NY
## 16026 B & B Room 1
## 16027 Metropolitan Oasis
## 16028 3BR South Congress
## 16029 Bright and cozy apt close to Central Park
## 16030 small bedroom in large cozy apart
## 16031 Charming Nolita Apartment!!
## 16032 Sunlit Bedroom in Crown Heights
## 16033 Large Authentic Brooklyn Loft
## 16034 Private room w/AC - 20 minutes to Manhattan! COMFY
## 16035 Modern Two Bedroom Apartment
## 16036 Gorgeous Room w/ Balcony + Roofdeck
## 16037 Beautiful Bushwick Available Now!
## 16038 Sweet Studio in heart of Los Feliz
## 16039 CENTRAL HOLLYWOOD - DESIGNER LOFT
## 16040 "SHE'S A BEAUTY"
## 16041 Uptown Dreamy Loft - 2 Bedroom - Sleeps 4!
## 16042 BRAND NEW! Double Rooftop & Modern
## 16043 Beautiful Room in Park-Side Apt
## 16044 Huge Room, 4 BIG BEDS,3 windows :)
## 16045 Cozy room in heart of Brooklyn!
## 16046 Cozy Secure Private Room in a Shared Loft - J
## 16047 Two Bedroom Apartment
## 16048 Harlem Penthouse w Terrace
## 16049 High rise steps from S Central Park
## 16050 Elegant Modern Convenience - Marina
## 16051 Great space for weekend or longer
## 16052 Aunt Sally's Studio-GREAT Location!
## 16053 A Garden Guest House
## 16054 Let There Be Light Carriage House
## 16055 Private En-suite,Entrance, Floor & Sofa
## 16056 Beautiful Brownstone Room
## 16057 New York City Living
## 16058 旅途中的家
## 16059 Studio with Bedroom Alcove
## 16060 RENOVATED/BEST LOCATION in MIDTOWN
## 16061 Seattle Downtown Convention Center
## 16062 Rustic Cabin/CA KING/Jacuzzi/Firepl
## 16063 Airy room with private bath
## 16064 Sunny U St Apt: Sleeps 1-4: PetsOK!
## 16065 Super Cute Studio Downtown Art Dist
## 16066 Comfy & Convenient Guest House
## 16067 LARGE BEDROOM
## 16068 Lovely & Comfy Studio Space! :)
## 16069 Modern Penthouse, Great Views #601
## 16070 East Nashville Home Away from Home
## 16071 Near It All Garden Studio w Prking!
## 16072 Panoramic canyon view with pool
## 16073 Private Room in Historic Gaslamp
## 16074 Haight Owner-Designer Apt w/Parking
## 16075 Hawthorne Blue Jewel
## 16076 South Austin Studio
## 16077 Quaint room in eclectic home!
## 16078 Skyview Private Room East Nashville
## 16079 East side Spacious downstairs apt
## 16080 Comfortable double large view house
## 16081 Sunny Room w/Deck in Roscoe Village
## 16082 Weekly Downtown Executive Rental
## 16083 Suite at the Little Red Day Spa
## 16084 Cozy, colorful & private on a park
## 16085 Spacious, Clean, and Comfy Condo
## 16086 1st floor of 1890's rowhouse with backyard patio
## 16087 Modern, Convenient, DC Retreat.
## 16088 3BR House - Walk to the Beach!
## 16089 Great Flat in Russian Hill
## 16090 Apartment by Lombard & Golden Gate
## 16091 Private-Room/2block from the train/comfy mattress.
## 16092 The Ladies Loft, the Bowery bed
## 16093 Spacious Studio/Pvt Bath 2 blks to Central Park N
## 16094 Upper East Apt,Walk to Central Park
## 16095 DOWNTOWN OF DC! EXTREMELY CLEAN, COZY!
## 16096 Contemporary Urban - Master Bedroom
## 16097 Arty "Cedar Tree" Room Cherry Hill
## 16098 Quaint MCM with private bathroom
## 16099 Private Suite w/ Bathroom, Pool
## 16100 French Quarter Gem 2 Lower
## 16101 Downtown Industrial Studio #1
## 16102 Modern house in Center of Chicago!
## 16103 Private bed&bath in Ukrainian Vlg.
## 16104 Boston Best One Bdrm duplex (h2c)
## 16105 Lovely in Lakeview w/Balcony sleeps 6
## 16106 Cozy New Guesthouse in Santa Monica
## 16107 Entire 1 bedroom Apt In Silverlake!
## 16108 Hollywood Private Room
## 16109 Mid-century in Hollywood Hills
## 16110 Best location to enjoy LA in a 2 bedrooms APT
## 16111 Spacious flat with hardwood floors
## 16112 Hip Mid Century Modern 3BR Retreat
## 16113 Luxury, Cozy 1BD, walk to CentrPark
## 16114 Beautiful 2 BD designer apartment
## 16115 Make Yourself At Home NYC
## 16116 3 BDR Apt-Just Minutes to Manhattan
## 16117 Beautiful 2 bedroom bev hills adj
## 16118 Hollywood House
## 16119 URBAN DOWNTOWN LA ALL WINDOWS PENTHOUSE + 6 BEDS
## 16120 Room C Warm & Quite Single Bedroom
## 16121 BUNKHOUSE QUEEN A10
## 16122 Study or Rest near SDSU
## 16123 Colorful, Artistic NYC Apt in Harlem!
## 16124 Penthouse at Rockaway Beach
## 16125 Private Bedroom In Sunny Apartment
## 16126 Cozy Living Room at Lincoln Center
## 16127 1 Bedrm APT Elevator Chelsea NYC Highline Park
## 16128 MANHATTAN Studio 10 SECONDS Walk to Subway
## 16129 Cute Williamsburg Room w/ LOFT BED
## 16130 B'ful Open airy light-filled home
## 16131 Lower East Side Gem
## 16132 Quiet 5***** star UES apartment
## 16133 Studio In Townhouse
## 16134 Cozy Victorian, Hip Alamo Sq Area!
## 16135 Urban oasis in Wallingford home
## 16136 Cozy & quiet in a great location
## 16137 Tiny Cabin in Hill Country
## 16138 NW Howdy Hotel Bedroom
## 16139 Amazing Sunlight-filled House!
## 16140 The Spacious Bedroom in a heart of Los Angeles
## 16141 2 room GUEST SUITE private entrance
## 16142 Lake Balboa Modern Glam Charmer
## 16143 River north studio 1
## 16144 Charming Flat In Avondale
## 16145 One Bedroom - Lower Floor Townhouse
## 16146 Cozy and Private Uptown Studio
## 16147 MODERN | 5BR 2BA | 5 min to BOS
## 16148 Urban Oasis Near the Pacific
## 16149 Venice Chic, 2 bedroom, 2 bath
## 16150 Spacious WeHo 1 bed w/ views & pool
## 16151 An Elegant Condo in Beacon Hill
## 16152 1000 sq ft Condo on Music Row/Vandy
## 16153 2Bd 2Ba Overlooking Lake Michigan
## 16154 2 BR Mediterranean Oasis Sleeps 6!
## 16155 GRAND JEWEL II STEPS OFF OF BOURBON
## 16156 Private Studio with Balcony near French Quarter
## 16157 Spacious Basement in Inglewood
## 16158 Sunny & Easy to Love In Eagle Rock!
## 16159 ALBERTA BASECAMP-2BR Modern Retreat
## 16160 NE PDX In-law unit (studio-plus)
## 16161 Private Suite with parking
## 16162 Luxury, Pvt BR/BA Suite w/ Balcony
## 16163 Cozy San Diego Bedroom
## 16164 Mid-Century Home w/ Garage
## 16165 Newly Remodeled North Park Studio
## 16166 Dupont Circle Unit 1
## 16167 Perfect Location Pretty Row Home in Capitol Hill!
## 16168 05c. Twin Futon in Common Space
## 16169 Centrally located 1 Bdrm w/pvt.bath
## 16170 Private Room in a Cozy Home ★ 한글 환영
## 16171 Private Venice Beach Bungalow!
## 16172 Near the Bayou, walk to Jazz Fest
## 16173 Less than 1 mile to Convention Center!
## 16174 Comfortable Artist's Suite in Ideal Location
## 16175 Garden Level Brownstone Room
## 16176 Fabulous room in NYC!
## 16177 BIG & SUNNY, 1 STOP FROM MANHATTAN
## 16178 SPACIOUS HUGE APARTMENT WITH 9 beds
## 16179 Magazine St. Bungalow in Lower Garden
## 16180 Tea Olive
## 16181 Heart of Venice Private Room & Bath
## 16182 2 Bdrm pool home / decks fireplace
## 16183 Big Studio Venice/MDR by the beach
## 16184 Marrakesh House: Pool Room
## 16185 HOLLYWOOD Apartment+Parking
## 16186 Heart of Nashville
## 16187 Couch in relaxed SE Austin Bungalow
## 16188 Spacious Duplex for 8 in Chicago!
## 16189 Wonderful 1br right by Millennium Park
## 16190 Midtown Duplex 4 bedroom Sleeps 9
## 16191 Excellent/Pvt Rm
## 16192 Extra Large Master bedroom bathroom
## 16193 WICKER PK /NOBLE SQUARE Cozy 1 Bd/1 Bath Apartment
## 16194 Master Suite in Lakeview
## 16195 Cozy two bedroom Midtown Sleeps 5
## 16196 Huge 5 BR on UES with Private Patio
## 16197 Large Bedroom - Financial District
## 16198 Charming efficiency apt. in vibrant Adams Morgan
## 16199 Bloomingdale/Shaw -- 2 BR Family-friendly
## 16200 Seattle Charm
## 16201 Entire big & beautiful one bedroom
## 16202 Blake & Sara's Ocean Beach Pad
## 16203 Nice 2 bedroom blocks from beach!
## 16204 Private Large Studio - Historic Hollywood
## 16205 Luxury loft, in the heart of DTLA
## 16206 FREE Parking + Private Balcony
## 16207 Sunny L.A. Hideaway
## 16208 Downtown in 10min Bunk (#1) Top
## 16209 Stumble to all things New Orleans
## 16210 Luxurious, modern Lincoln Park apartment
## 16211 Historic Bywater Craftsman
## 16212 Charming vintage 2bd in Lakeview
## 16213 Beautiful separate/private bedroom/ bath in garden
## 16214 Zuma Sanctuary Malibu Retreat: Lotus Belle Ocean
## 16215 Historic Pasadena Bungalow 15 min. to Downtown LA
## 16216 4BDR Posh Tudor near 5 Points/Downtown
## 16217 Irish Channel Loft Style apartment!
## 16218 Studio With Balcony and Parking!!!38
## 16219 Venice Walk Street Cottage
## 16220 Bohemian Retreat @ The Gypsy Escape
## 16221 2 Blocks Bourbon, 2 Blocks Canal!!
## 16222 Spacious and luxurious home
## 16223 JFK/LGA Queens Modern Apt.
## 16224 Gigantic Private Brooklyn Loft!
## 16225 Close to Parsons and NYU
## 16226 Amazing West Village Studio
## 16227 BRIGHT & BEAUTIFUL
## 16228 Studio on the DC Streetcar line
## 16229 Downtown's Fun & Social Hostel
## 16230 Cozy Studio Steps to Beach (SS1)
## 16231 Modern and functional space
## 16232 Private Room in Cute House
## 16233 Newly Renovated Eastside Bungalow
## 16234 Modern Retreat w/ Private Bathroom
## 16235 King Park Daylight Studio Apt near Alberta Arts
## 16236 Cozy bedroom in old MidCity House
## 16237 Remodeled French Quarter Condo
## 16238 Renovated Creole Cottage near FQ/JF
## 16239 Native New Orleans
## 16240 MODERN 1 BD APARTMENT IN MAR VISTA
## 16241 Private Aspen Bedroom+Bath
## 16242 French Market Flat
## 16243 South Austin Retreat: Private Bath + Sep. Entrance
## 16244 Hollywood Walk of Fame - 2 Story Modern Lux Loft
## 16245 Bungalow in Pasadena near Gold Line
## 16246 Charming house near LAX and beaches
## 16247 Private Queen Posturpedic Bedroom in Mansion
## 16248 15 minutes from beaches and LAX!
## 16249 Epic West Hollywood Guest House
## 16250 Centrally located private room
## 16251 Spacious Private Room&Bath&Parking
## 16252 2BD Luxurious Walkable SOMA Condo
## 16253 Beach, garden, privacy & breakfast
## 16254 One bedroom apartment near Metro
## 16255 Vibrant Private Room Downtown NYC
## 16256 1 Bedroom+Balcony / Sleeps 5 / NYC
## 16257 1 Bedroom Apartment - SoHo / Nolita
## 16258 Aloha Venice! Modern Pied-a-Terre
## 16259 Charming Bedroom | North Denver
## 16260 HOLLYWOOD HILLS RETREAT
## 16261 Tranquil Hideaway-Private Entrance
## 16262 Cake by the Ocean
## 16263 Vintage & Modern 1BR West Hollywood
## 16264 Sleep 10 at The Bean! (3i)
## 16265 Silverlake- Elegant 2 BR Craftsman
## 16266 Topanga Butterfly Garden Tiny House
## 16267 La Casa de Mojo
## 16268 Single Private Room in Laurelhurst
## 16269 Sweet Spot in Russian/Nob Hill
## 16270 2 Queen Bed Bedroom in H ST / Capitol Hill Rowhome
## 16271 Private Room/ Twin Beds
## 16272 Spainish Charmer
## 16273 Venice Architectural large 1 Bedroom w/ Style
## 16274 Reseda Large Home
## 16275 Santa Monica Affordable Living in a Huge House D
## 16276 Queen Bed/Private Bath/Laundry
## 16277 1 Bdroom Ocean Vu San Diego Central
## 16278 Big 2.5br/2ba by beach w/ patio ST1
## 16279 71-1 Minutes to Boston-Near Beach
## 16280 Sunny Private Room and Bath in JP
## 16281 GREEN SUITE - super clean - new bed
## 16282 Hilltop Apt with city views
## 16283 Bklyn 6 Beds 1 Bathroom Rental 2
## 16284 *3BD/great value Amazing Location*
## 16285 Comfortable one bedroom with patio
## 16286 Private Apartment in Home - JFK Area
## 16287 Stunning Loft & Terrace in Church
## 16288 Incredible Luxury Modern SOMA
## 16289 Sunset and Sunrise Penthouse
## 16290 Modern 1 bedroom 5min Cental Park
## 16291 Lower East Side Minimalist Studio
## 16292 New York PH 2BR Duplex Sleep 6
## 16293 The Cali King Experience
## 16294 Floor Through East Village Lux Apt
## 16295 Morning Room- N. Oakland charmer
## 16296 Cool room in Brooklyn brownstone
## 16297 Cozy room in Busy New York City A
## 16298 Perfect West Village One Bedroom
## 16299 Cozy Orchard St. Bedroom in the Lower East Side
## 16300 A writer's den in Nolita ...
## 16301 Great West Village 1 bdr apartment!
## 16302 The Official & Only 6 Star Service Airbnb Book Now
## 16303 1 Bed/1 Bath, walk to the Zoo!
## 16304 Private for Couples! Harlem, NYC!
## 16305 Private Bedroom Hell's Kitchen Manhattan
## 16306 Cozy Times Square Private Room - Central Manhattan
## 16307 New Private Bathroom Master Bedroom
## 16308 Cosmopolitan Brownstone Sanctuary
## 16309 Star Suite in beautiful, modern townhouse
## 16310 Black n White room in Photo Studio
## 16311 Artistic & Airy Studio Apartment
## 16312 Chic room in artistic apt by river
## 16313 Urban Tree House
## 16314 Historic LA Craftsman, Room #1
## 16315 Master Bed/Bath, AC Great Location!
## 16316 Eagle Rock home- great neighborhood
## 16317 Cozy Studio Apt w/ Parking, Downtown Adjacent
## 16318 Garden District - Apt. E - Sleeps 6!
## 16319 Brick Beauty
## 16320 Private floor, 2 BR/Bath, free pkg, Van Ness Metro
## 16321 Impeccable Bernal Heights Apartment
## 16322 Classy Seattle Apartment and gym
## 16323 NEW! 2 BR 2 BA Penthouse Living w/ Views in SoMa
## 16324 Spacious 1BD English Basement (Private Entrance)
## 16325 Book Filled Urban Oasis
## 16326 Luxury Modern Brownstone Full Apt
## 16327 Huge Apt for Rent in Safe Astoria
## 16328 Cozy & Clean#3
## 16329 Park Slope Brownstone with Garden
## 16330 Duplex 2BR House 16 min Manhattan
## 16331 Fun Unique Spacious Midtown Getaway
## 16332 Garden - Clean Charming w/ AM light
## 16333 SPACIOUS PRIVATE LITTLE ITALY FLAT
## 16334 2 Bdrm Apt in East Williamsburg
## 16335 Midtown East Sunny1 BR Close to all
## 16336 Large Bd in Artist Home less than 30 Min to Center
## 16337 The Tea Room
## 16338 Cute apartment with Backyard
## 16339 Red Hook Prime 1 BR Private Garden
## 16340 Welcome to the LES!
## 16341 1 FLOOR OF A BROWNSTONE WITH GARDEN
## 16342 Bed Stuy Brownstone Studio
## 16343 Lovely living room NY(Women Only)
## 16344 Charming East Village/Gramercy Park Studio
## 16345 Sunny, spacious room in Bushwick
## 16346 HOME SWEET HOME COZY ROOM
## 16347 West Boston BU, 2 BR 3 Bed Apt.
## 16348 ARDMORE STUDIO&LOFT [No.7]
## 16349 Walkable. Central. Quiet. Home.
## 16350 Spacious 3/2 House, 10min to Dwntwn
## 16351 QUAINT ROOM WITH A POOL
## 16352 W Hollywood Condo In the Sky, Views
## 16353 Beautiful, Spacious Private Cottage
## 16354 Cozy Guest Studio Unit in Backyard
## 16355 3BR/2BA Plush, Modern Downtown Cond
## 16356 B2. Compact Office Suite w/ Futon
## 16357 RiNo Studio Fireplace Roofdeck View
## 16358 Modern | Luxe | Comfort | Location
## 16359 Sunny & Stylish 1 BDR heart of WeHo
## 16360 Hygge Guest House Highland Park
## 16361 Central loc, new, private, 5* rated
## 16362 Southwest Charm
## 16363 Chandelier Factory Loft in Wicker Park/Bucktown!
## 16364 Garden Chateau in City Park
## 16365 Guesthouse Josephine near Downtown
## 16366 Private Room, Historic Little Italy
## 16367 Enjoy 100 Days of Chicago Summer in Our Cozy Suite
## 16368 Family House 7 Minutes To Manhattan
## 16369 Beautiful Duplex w/Private Garden
## 16370 Newly Renovated Studio- Entire Apt!
## 16371 Bold Bright & Beautiful with Backyard in Bushwick!
## 16372 Classic Artists Loft Best Block
## 16373 Bright Friendly Home- Alberta Arts
## 16374 Comfy Studio Steps from Where You Want to Be
## 16375 1BD Offers Proximity and Privacy
## 16376 Charming Russian Hill Studio
## 16377 SUP, Run, Ride..The SURF SHACK!
## 16378 Modern Loft in DTLA
## 16379 Charming Cottage on horse ranch in the Malibu Mtns
## 16380 Big 2br Danish Minimal Zen Retreat
## 16381 Paradise on Grand Canal
## 16382 Awesome back house like a fairytale
## 16383 Hollywood Privacy and FREE Parking
## 16384 LOVELY 2+2 W/POOL+2PKG-WALK-OF-FAME
## 16385 Best LA Location Glamorous Hollywood Adj. 3/3
## 16386 Quiet bed and bath with best hosts ever!
## 16387 The Urban Farmhouse
## 16388 Great Location. 98 Walkscore
## 16389 8 Bed Mix dorm
## 16390 Kuća Čulina
## 16391 East Nashville guesthouse
## 16392 Cozy Santa Monica Beach Cottage WITH 2 BEACH BIKES
## 16393 Beach Apartment!!
## 16394 Urban Cottage near Light Rail
## 16395 Newly Renovated 2 Bedroom Apartment
## 16396 3BR in Sunny Little Mexico 20min to downtown :)
## 16397 Heart Of Hollywood!Modern One Bedroom With Parking
## 16398 The best private lower level apt.
## 16399 Silver Lake Retreat
## 16400 Cozy & Cheap in Trendy SE Portland
## 16401 Cozy Room in Vintage Belmont Home
## 16402 GREAT 1BR apt 162st at Amsterdam av
## 16403 Rockridge Bungalow - Walk to All!
## 16404 Comfortable Queen in Williamsburg
## 16405 Central Williamsburg 2 Bd Flat
## 16406 Williamsburg Getaway
## 16407 Furnished BrownStone Apartment
## 16408 Master Bedrm, Steam Shr/Jacuzzi, FH
## 16409 Beautiful, elegant 3 bed SOHO loft
## 16410 Spacious Stunning Harlem Townhouse
## 16411 New 2/2 House - 5 min to downtown
## 16412 Beach Cottage - walk to the ocean
## 16413 Large room with own bathroom & 2 beds, sleeps 3.
## 16414 2 BR TOP FLOOR Luxurious Penthouse
## 16415 The Joy of Coastal Mountain Living!
## 16416 1or2bedRmInHell'sKitchen52nd&9thAve
## 16417 Perfect for Yout Parents (Part 2)
## 16418 1BR Apt/1 block from Central Park
## 16419 Urban Victorian/Balcony & Location!
## 16420 Charming Home with Stunning Views
## 16421 In the Heart of San Fran!
## 16422 Be Comfy in Crashpad Private Room
## 16423 3b/3b Beach Living-1/2blk to Ocean!
## 16424 Charming Victorian House
## 16425 PERFECT SUPERHOST 2 BEDROOM APT IN THE BEST AREA
## 16426 Capitol Hill private room, 1 block to everything!
## 16427 Capitol Hill: Comfortable Home for you
## 16428 Comfortable cozy room
## 16429 Studio apartment
## 16430 Large 3Bdr Apt..NYC Prime Location!
## 16431 Cozy Room Str8 from JFK Airport
## 16432 18th Century Manor, Midnight Sky
## 16433 Sunny and Spacious Wicker Park Room
## 16434 Bridgeport Beauty! Great Location!
## 16435 Santa Monica Comfortable and Cozy Guest House
## 16436 Cozy quiet East Village room/en suite bathroom
## 16437 Time Square, one bedroom
## 16438 SPACIOUS Loft-Style Aptw/Elevator in Trendy LES!
## 16439 MANNYS' PLACE
## 16440 Private, Bright and clean room.
## 16441 BK Single Bed shared room
## 16442 Beautiful1BR+terrace great location
## 16443 Cosy studio on garden
## 16444 Comfy Rooms
## 16445 Latin Vctorian Style in the Mish #3 -THE BUDDHA RM
## 16446 Sunny Bedroom near Univ of Portland + 2 Bikes!
## 16447 Garden Apartment - Crocker Amazon near the Mission
## 16448 Private Gated Artist Retreat
## 16449 Charming, New Capitol Hill Apt
## 16450 2 bedroom 2 bath Lake Merritt apt
## 16451 Near Central Park-20m to Times Sq.
## 16452 1920's Charmer in Arbor Lodge *just redecorated
## 16453 Industrial-Chic Alberta Arts Home
## 16454 Private Bedroom One Block from Nationals Stadium
## 16455 Universal Studio Area (SF Valley)
## 16456 Super studio Apt.in LA
## 16457 Music Row/Edgehill Private Ensuite
## 16458 Condo on the river!
## 16459 SkyHouse B&B Teagarden Hot Tub
## 16460 No. Park Suite w/Private Entry/Bath
## 16461 Modern Condo- Center of North Park!
## 16462 Cozy Bedroom+EASY PARKING!!
## 16463 Fairgrounds Library Room
## 16464 Luxury 2 Story Loft - Hollywood Walk of Fame
## 16465 Designer Guest house at Hollywood
## 16466 SUPER LUXE Resort Style DTLA
## 16467 CALARTS & 6 Flags 7 mi away (2of4)
## 16468 Silver Lake Sunset
## 16469 Venice Beach Craftsman Oasis
## 16470 Gorgeous Studio in the heart of the Loop
## 16471 2 Bedrooms- Comfy Chicago Apartment!
## 16472 Cozy Single Private Room - Lotus
## 16473 Bright & Open Loft Space Downtown
## 16474 Perfect Location 2BR Quiet St Shops
## 16475 Cozy 1 bedroom in Multnomah Village
## 16476 Walk to Metro, Restaurants & US Cap
## 16477 Independent room in the back garden
## 16478 Private room for sharing
## 16479 Cozy Hideaway with 2 bikes
## 16480 Sunny, spacious studio apartment
## 16481 Alki Beach Waterfront Cape Cod HSE
## 16482 Huge 5-BR House Columbia Heights
## 16483 Chic 1B in the Heart of the City
## 16484 BUNKHOUSE QUEEN B12
## 16485 Clean sweet space in Bernal Heights
## 16486 Brownstone in Brooklyn Heights
## 16487 Sunshine 1BR Apt near M&L Subways, Kitchenette
## 16488 Palace in the Sky
## 16489 Williamsburg Dream Loft
## 16490 Stunning 2 bedroom perfect location
## 16491 Quiet home free ferry to Manhattan
## 16492 Bright and Spacious Queen Suite
## 16493 Shaw 1BR w/ Patio near Metro, Parking available!
## 16494 Junior 1 Bedroom in Nob Hill
## 16495 Beach Cottage / hang your towel!
## 16496 Skylit One Bedroom - One Mile from the Capitol
## 16497 Beautiful 1 BR Apt in Shaw/Bloomingdale
## 16498 East Side Chateau & Observatory by Franklin's BBQ
## 16499 West 6th Street, WALK EVERYWHERE!
## 16500 Ocean View Penthouse Condo - Cool, Cozy & Inviting
## 16501 Luxury suite with private entrance
## 16502 STYLISH Retreat with Private Garden
## 16503 Artist Vibes in East Nashville
## 16504 Modern 2 bedroom apt-great location
## 16505 Charming Private House! Walk to Everything!
## 16506 Private Beach Condo on Ocean Blvd
## 16507 Private Casita Close to Everything
## 16508 Santa Monica adj!Luxury Loft , Amazing View !!
## 16509 The Villa - Clean, Serene, Quiet & Amazing Views!
## 16510 Private room in quite neighborhood,
## 16511 *New* Flamingo Motel Suite #118
## 16512 AMAZING BED – GREAT SAFE LOCATION – CORNER BEDROOM
## 16513 *EPIC VIEW* En-suite room w/balcony
## 16514 Serene refuge in W. Village condo
## 16515 Cozy room in Astoria
## 16516 Funky New Orleans St Home w/ Bikes
## 16517 UPSCALE 1 BDR APARTMENT IN WEHO
## 16518 Luxury Apt near Convention Center
## 16519 Amazingly Spacious Canal-front Home
## 16520 Affordable Loft Living, Downtown LA
## 16521 Quaint 1BD Beach Pad
## 16522 Heart of North Park 2 Story Home
## 16523 In the center of the city!
## 16524 NYCHaven3: Entire House for less than a hotel room
## 16525 A Spacious Bedroom With tons of Light
## 16526 Fully Private Apartment
## 16527 Peaceful Guestroom 15mins 2 Midtown
## 16528 BEAUTIFUL APT UPPER WEST SIDE, 68St ONLY GIRLS
## 16529 Ditmas Park Carriage House Loft
## 16530 Light-Soaked Apt, Tree-lined Street
## 16531 Location & Beauty on Capitol Hill!
## 16532 Huge Room with Private Backyard
## 16533 Art, Harlem & Space
## 16534 Washington Heights 1br apt.
## 16535 Cozy bedroom in Brooklyn!
## 16536 Clean Astoria Room 20minToManhattan
## 16537 SoBro Apt w/private backyard
## 16538 Convenient, quiet spot in the City
## 16539 Charming Bungalow in West Highlands
## 16540 Brand New Upscale Condo (Must See)
## 16541 ROOM IN SPACIOUS OLD TOWN CONDO
## 16542 Peaceful retreat in Hill Country
## 16543 Private & Spacious S.Austin Retreat
## 16544 2 blks to Conv Ctr/6th Sleeps 4(LP)
## 16545 Comfy 3/2 Home on UT shuttle
## 16546 Funky Apartment in Boston-Brighton
## 16547 Sunny, Comfy & Cozy Room in Welcoming Home
## 16548 THE COTTAGE Sherman Oaks Country-Style Guest House
## 16549 Perfect Royal Street Home
## 16550 Cozy Private Uptown Studio to Crash
## 16551 Quiet Comfortable Private Room with Heat/AC
## 16552 Music City gallery
## 16553 New Studio Apt-Walk to Restaurants
## 16554 Chicken Little Cottage: urban farm in the city!
## 16555 Stunning Capitol Hill English Basement Apartment
## 16556 Spacious Seaside Sojourn
## 16557 Lovely street in Georgetown
## 16558 The Garden Apartment with Modern Design
## 16559 Charming apt in Fillmore District
## 16560 Beautiful Sunny Valencia / Mission Apartment
## 16561 Private Room/Private Bathroom NW DC
## 16562 Plzeň Bohème + Meets + Cultura
## 16563 Downtown Austin Party House F1 SXSW
## 16564 Upscale Downtown Condo 2x2 near UT
## 16565 Modern High-Rise Studio Embraced by the Windy City
## 16566 Large Master Bedroom w/Private Bath
## 16567 Private Eagle Rock Hideway
## 16568 Lovely, Beautiful Space in West LA
## 16569 Plan C Art Hostel Private Ste.
## 16570 Cozy Corner + Hottub by Alberta Arts
## 16571 JR. 1 Bedroom @ Heart of Astoria
## 16572 Cozy Spot,Central Park & Mt Sinai!
## 16573 Private Loft in East Nashville
## 16574 Laguna residence 1BD apt. w/parking
## 16575 Gated Cozy cottage
## 16576 L.A. 36 STORY BREATH TAKING VIEW + 6 BEDS, LUXURY!
## 16577 YOUR PRIVATE SUITE IN NEW YORK*****
## 16578 Welcome to cozy groundfloor 2rm apt
## 16579 Beverly Hills Art Deco Guestroom
## 16580 Spacious Guesthouse near The Grove
## 16581 Great Central Location 2BR + 2BR
## 16582 Zen Paradise. Resort Life in LA.
## 16583 Hollywood Spacious Duplex
## 16584 Bedroom near Midtown Times Square
## 16585 Garden Duplex Apt 3BR/3BA Sleep 10
## 16586 Open bright artist loft
## 16587 East Village 1 Bedroom
## 16588 Cozy Room in Washington Heights Apt
## 16589 RUSTIC OAKTWN LemonDrop Sugahshak!
## 16590 Private Master Suite 5 Miles From the White House
## 16591 Mad Court House - Private Apartment
## 16592 Green on Green - Top Level of House
## 16593 City Bungalow by University of Wa
## 16594 Sunny, very clean studio for 2
## 16595 1bd apt on Sunset blvd, Hollywood
## 16596 Luxury Rock N Roll Airbnb , los Angeles, CA.
## 16597 Full Kitchen + Laundry in Unit!
## 16598 Private Malibu guesthouse near beaches
## 16599 Spacious New Resort 2Bed/2Bath
## 16600 Downtown in 10min Bunk (#3) Top
## 16601 Beach Getaway Steps To The Sand! Parking Included!
## 16602 Sunny and bright Santa Monica guest house
## 16603 Bright and Beautiful Venice Getaway
## 16604 Lakeview / Wrigley / Boystown
## 16605 BALCONY CONDO - only 1 mile to FQ!
## 16606 Pod in Little Tokyo/Arts District!
## 16607 Private entrance room/bathroom
## 16608 Cozy room with private shower
## 16609 Cozy Living Room
## 16610 2 Bedroom Gem in the Heart of West Hollywood!
## 16611 CHARMING CONDO! - 3 blocks from French Quarter
## 16612 Charming NoPo Bungalow
## 16613 Spacious Beachy Bedroom
## 16614 The Crow's Nest
## 16615 Bohemian Creole Cottage
## 16616 Private Apt in Trendy Cobble Hill
## 16617 Private Room with Plush Queen Bed
## 16618 Your Private 1BR/Bath New Queen Bed
## 16619 Family Friendly Apt. Next to Golden Gate Park!
## 16620 Queer/Gay Respite Near Dolores Park
## 16621 4BR w/ Garden and Roof Patio. Free Parking!!
## 16622 Pikes market with view and parking
## 16623 Sweet Anacostia Hideaway I
## 16624 History, color, & art in Faubourg St. John shotgun
## 16625 Stay Where The Musicians Live!
## 16626 Ingraham Alley Inn - A Quiet & Cozy Micro House
## 16627 Lower Garden District Greek Revival
## 16628 Decorator's House near Magazine St.
## 16629 Sweet Cottage in Beautiful Area
## 16630 Lovely, prime WeHo, 1 bdrm/1 bthrm
## 16631 Hollywood Hills Home With 360 Views
## 16632 Beverly Grove In-suite Bathroom
## 16633 Historic Hollywood Bungalow Suite
## 16634 Millennium Park Paradise for 8 [Cubs]
## 16635 Jamaica Plain's PINK ROOM
## 16636 Serene Garden Cottage
## 16637 Steps From the Best Chicago Offers
## 16638 ATWATER VILLAGE POOLHOUSE OASIS
## 16639 Rock 'n Roll Central
## 16640 Tranquil room at Venice beach
## 16641 Cool Venice Beach Studio,Steps to Sand in Venice#1
## 16642 359 Tiny rotating house - Mississippi neighborhood
## 16643 Pacific Beach 1BD/1bath-FREEparking
## 16644 Sweet Ballard Apartment for Two
## 16645 Modern Downtown DC Apartment
## 16646 English Basement on the Metro
## 16647 Beautiful 5th Avenue 5BR! Amazing Location!
## 16648 Spacious Midtown 2BR/2BA Sleeps 8
## 16649 Convenient room close to Dowtown, Museums, and Sox
## 16650 Luxury Home Near French Quarter. CENTRAL AIR
## 16651 Dazzling Marigny Home & Balcony
## 16652 Private Room with Private Entrance
## 16653 Cozy Room Historical Highland Park
## 16654 **BEAUTIFUL HOME**
## 16655 Breathtaking Ocean View
## 16656 RARE SECLUDED 1940s ESTATE-CENTRAL
## 16657 BRAND NEW Urban + Stylish Loft
## 16658 Venice Beach Surf Retreat
## 16659 Creative Bright Venice Beach Oasis
## 16660 LUXURY 2 BEDROOMS BEACH APARTMENT
## 16661 Cozy Cully Charmer
## 16662 Stylish, Lovely, Portland Bungalow
## 16663 Paul's Garden Hideaway near Alberta art
## 16664 Private room modern 1924 Craftsman
## 16665 Elegant Room in Tranquil Home
## 16666 OF THE TREE & CLOUDS. TOP FLR. VIEW
## 16667 Room with Private Sitting Area
## 16668 In Law With Parking and Hot Tub Near GG Park
## 16669 By Chinatwn,Convntn,Vrizn Cntr,Mall
## 16670 2BR/2.5BTH PH Loft featured on HGTV
## 16671 1 Bedroom in Beautiful apartment - Adams Morgan
## 16672 Private bed/bath in Ocean-vue home
## 16673 Garden Room in Safe Quiet Neighborhood, Queen Bed
## 16674 Amazing Location on the Avenue! M4
## 16675 FABULOUS HISTORIC HOLLYWOOD COTTAGE
## 16676 Fabulous Garden Flat with wash/dry
## 16677 Beautiful Bright Centrally located!
## 16678 CHARMING BRIGHT 1BR W/ OCEAN VIEW+POOL&GYM
## 16679 12th S Apt - Fabulous Location!
## 16680 La Palapa!
## 16681 Private room and bathroom in NOPA
## 16682 Large 2 BR | 1BA in the North End
## 16683 Cute 1 BR apartment in Capitol Hill
## 16684 Queen size bed in a private room
## 16685 Lux 1BD in CapHill. 97 Walkscore
## 16686 Pacific beach San Diego
## 16687 Victorian In-law
## 16688 European Designer Hollywood Oasis 3
## 16689 Clybourn & Webster 1-BR
## 16690 Beautiful Space With Great Views
## 16691 Cozy Private Room 2 Blocks from MAX in North Tabor
## 16692 Stunning 2bd2bt- Roofdeck + HOTTUB!
## 16693 Studio Apartment in the Castro
## 16694 Ocean View, EZ Transit, & Parking - Private Studio
## 16695 Craftsman home in Upper Fremont
## 16696 Classic beauty room w/warm heat
## 16697 Modern&clean in Gaslamp w parking.
## 16698 Colorful Room near Alberta Arts
## 16699 103 Comfy Cottage Close to town A)
## 16700 Brownstone Brooklyn
## 16701 Artist Apt Room w/ Rooftop
## 16702 Private Room in Dreamy NY Penthouse
## 16703 Huge, Sunny 'n Swank Brooklyn loft!
## 16704 spacious sunny room by lake
## 16705 1 bed apt, overlooking Lake, patio.
## 16706 nice room in bedstuy 8
## 16707 Couldn't Be Closer To Columbia Uni2
## 16708 Brooklyn - Boerum Hill Beauty
## 16709 Chic & Upscale 2br:BK at its Finest
## 16710 Perfect home away from home!
## 16711 Soho loft on grand and Crosby st.
## 16712 The Dream Room near Barclays Center
## 16713 Lovely bedroom in prime Brooklyn
## 16714 Sun drenched Bushwick loft
## 16715 Summer Vacation Heaven Private Patio !! NYC LUX
## 16716 In the heart of SE Portland
## 16717 Poolside Studio suite, La Jolla!
## 16718 chic white guestbedroom
## 16719 Space Needle Views, Downtown Apt
## 16720 Suite1442
## 16721 Cozy Secure Private Room in a Shared Loft - G
## 16722 Spacious bedroom in the LES
## 16723 Zen house in Brookland
## 16724 15' ceiling, studio, loft bd, kitcn
## 16725 Basement Apartment in SE Portland
## 16726 Oceanside Parkside View
## 16727 Great Location! - Russian Hill
## 16728 1 Block from West Cliff Dr.
## 16729 East Austin Guest House
## 16730 Cute and Cozy One Bedroom
## 16731 1 Bedroom in Victorian Brownstone
## 16732 Modern private apartment in historic brownstone
## 16733 Brand New 1 Bedroom Apartment Next To Times Square
## 16734 Modern Soho Studio Central Location
## 16735 Cozy Apartment in New York
## 16736 The Heart of Williamsburg!
## 16737 Beautiful apartment townhouse 3 bedoom in downtown
## 16738 Historic Carriage House - Highlands
## 16739 333
## 16740 Beach Suite with Bikes & Pvt. Bath
## 16741 2 bed/2 bath In the MIDDLE of NOLA
## 16742 Luxury 5 BR Lower Garden District
## 16743 Anacostia-Capitol Hill Queen & Bath
## 16744 Spanish Revival Home with a View
## 16745 Chic 3BR Rowhouse - H St w/ Parking
## 16746 Bed & Bath in Park Slope Mansion
## 16747 BrownBrick in Park Slope Brownstone
## 16748 Master Suite in Upper Carnegie Hill
## 16749 Modern Private Studio -20 min to Manhattan
## 16750 Large Private Room in Rockridge!
## 16751 Newly renovated 1BR+ in Park Slope
## 16752 Great Big room in Williamsburg
## 16753 Room1-ComfyQueen Bed Private @TWBGH
## 16754 Sunny. Upper West Side NYC.
## 16755 Charming Room in Luxe New Home, near C/3 Subways
## 16756 THERE'S NO PLACE LIKE HOME.........
## 16757 Zen Oasis in Bushwick, near JMZ Subways
## 16758 Uniquely Styled Bright Boho Zen: Central & Quiet
## 16759 Affordable,safe&convenient apartment
## 16760 Private Room in Midtown NYC
## 16761 BEST Location - Herald Square! ESB!
## 16762 Cool Beach Hideaway
## 16763 COMFY FUTON 5 MIN TO SANTA MONICA
## 16764 Lux Loft High Floor Studio+1B+1Park
## 16765 EAST NASHVILLE 1930'S STONE HOME
## 16766 City Loft in Heart of Downtown B2
## 16767 Relax ! Neighborhood Garden Studio
## 16768 Mile High way of life near downtown
## 16769 Penthouse Bedroom on Freedom Trail
## 16770 Custom Home with furnished bedroom
## 16771 Parkview Place, Chic 2br, On Streetcar Near Bayou!
## 16772 Cozy Three Bedroom Apartment
## 16773 LUXURY European-pools, spas, tennis
## 16774 Beautiful Condo in Noho Arts Dist.
## 16775 Downtown LA Loft/ Amazing City View
## 16776 Queen Suite in Beautiful Victorian
## 16777 Gem in Lincoln Park. Studio
## 16778 125 Special!! Home Away! Condo
## 16779 Forest Hills Villa 皇后区“曼哈顿”-森林小丘别墅!
## 16780 Bright UWS 2 Room Studio/Entire Apt
## 16781 Mississippi Alleyway Retreat
## 16782 Mission Bay View at Pacifc Beach
## 16783 Clean, Cozy Condo in 78751
## 16784 Acklen Abode/12 South
## 16785 Near South Side Spacious New Condo
## 16786 Luxury Gold Cost Living
## 16787 Beautiful Private Room with a view
## 16788 Bright comfy room at SoMa center
## 16789 Awesome Master Bedroom @ the beach!
## 16790 COOL Safari Loft House
## 16791 Brite,Private, Rm&Bath in WeHoHills
## 16792 Abbot Kinney 5 Bed Beach House
## 16793 Large Master Bedroom w\\ Private Bathroom
## 16794 Uptown by the levee Suite
## 16795 Walk to Tulane -Library Room -2 Twins or King Size
## 16796 e Sunny & Spacious AllstonBrighton
## 16797 Affordable & Nice Queen Bed干净的大床房
## 16798 Authentic 1920s Castle: Room 2
## 16799 Stylish Los Feliz Village Craftsman
## 16800 Modern K-town Apt in 1920's bldg
## 16801 Venice Beach Cottage on Canals,New!
## 16802 TN Cozy Cabin King Room
## 16803 Charming Remodeled Bywater Home
## 16804 Nice Apt Near Columbia University 2
## 16805 SOHO - Large Studio Apt
## 16806 Private MasterBR w/ View of Museum
## 16807 New Apartment, Close to Ferry
## 16808 Brooklyn Habitat, Brooklyn Bridge
## 16809 One train ride to Times SQ, Central Park, LOCATION
## 16810 Private Two Bedroom in Cobble Hill
## 16811 Cozy room half block from metro
## 16812 Huge Loft Size Room with Private Bath in Hip Area!
## 16813 Brand New Stylish Midtown East Apartment !!
## 16814 East Austin Charmer
## 16815 Hip E.Side Downtwn House Walk 2 ALL
## 16816 Bright GreenLake studio - all yours
## 16817 Brooklyn Suite
## 16818 Sunnyside Suite. 1 bedroom
## 16819 Beautiful Mission District Flat
## 16820 A+ Location! 3BR Beach + Fireplace!
## 16821 Cozy 2BD Seattle Home w/ Hot Tub
## 16822 shared space with Great location!!!
## 16823 Top Floor Williamsburg Beauty
## 16824 Stumptown Apartment
## 16825 Cozy Room w/Private Bath
## 16826 One Bedroom in Capitol Hill
## 16827 Stylish Apt in Downtown(Dupont Circle)
## 16828 Warm & Spacious Apt on Capitol Hill
## 16829 Stylish 2 BR || Luxury for Less
## 16830 All you need on East Capitol Street~!
## 16831 Dupont South Private Suite 1
## 16832 Big sunny rm in beautiful home
## 16833 Queen Sized Bedroom in Spacious Apartment
## 16834 Bright and Quiet 2 BR in Park Slope
## 16835 Penthouse 4Beds-3Baths-Soho/West Village--Terrace.
## 16836 Amazing and cozy! Big apartment!
## 16837 Williamsburg. By Bedford L train
## 16838 Perfect Studio on Ft. Green Park!
## 16839 Charming One bedroom in Brooklyn
## 16840 Spacious Harlem Brownstone
## 16841 Charming, Convenient, Private Bath
## 16842 Pleasant-place
## 16843 Cozy and Inviting Sublet Studio!
## 16844 European Experience in Denver
## 16845 Entire cozy charming home/ prime lo
## 16846 CBD, French Quarter Luxury Suite w/ Private Bath
## 16847 Historic Bywater Home
## 16848 Downtown Austin Treehouse
## 16849 Child-friendly 2 bedroom on UWS
## 16850 Private bedroom in lovely apartment
## 16851 Room for Female in NoHo/EastVillage
## 16852 Beautiful Spacious Bed-Stuy bedroom
## 16853 Sunny Private Studio
## 16854 Gorgeous Bushwick Room
## 16855 Best Located Jr 1 Bedroom in SOMA
## 16856 SPACIOUS 2BD/2BA PRKG FREE WiFi
## 16857 Vintage Goodies, Capitol Hill
## 16858 Private North Tabor Room & Bath
## 16859 1BR South Beach Condo
## 16860 The Jedi Master Bedroom
## 16861 Private Studio Near Beach
## 16862 Private Bedroom & Bathroom 1 min from BART
## 16863 Perfect Modern 1BD Mission SF Apt
## 16864 New! Beautifully Renovated Capitol Hill Apartment
## 16865 Clinton Hill BdRm in Artists' Home
## 16866 CHARMING Bedroom in LARGE Townhouse
## 16867 Downstairs at Woodlawn Abbey
## 16868 Blocks from GG Park & Ocean Beach
## 16869 amazing victorian flat
## 16870 Beautiful 3BR/3BA Condo Near Metro w/ Parking
## 16871 Private bedroom & bath in prime loc
## 16872 Private Room in Hollywood Oasis
## 16873 Hollywood Hills "Canyon Breezes" !
## 16874 Luxury 2bd/3bth Pool/Spa in Arcadia
## 16875 Inner Sunset Studio
## 16876 European Designer Hollywood Oasis 4
## 16877 The Grove Studio Apt Sleeps 4 w/prk - H8
## 16878 1BR/1BA Hollywood Glamour & Luxury
## 16879 Silver Lake, hill top bungalow
## 16880 Fresh & Clean on Belmont Blvd #4
## 16881 GARDEN DISTRICT LUXURY w/Balcony
## 16882 Su Casa #2 - Bedroom 3
## 16883 Private room
## 16884 Brand New 2 BR | 1 BA in So. BOS #2
## 16885 Lohi 3 Story Eco Friendly Townhouse
## 16886 Always Sunny in Pilsen
## 16887 Tiny house in the Big Easy minutes to the Quarter
## 16888 3 Bedroom w/Private Cottage! Steps to Magazine St.
## 16889 Charming Apt in Perfect PDX Locale!
## 16890 Modern flat in the heart of Adams Morgan
## 16891 Spacious guest room for DC visitors
## 16892 Historic Rowhouse in Petworth
## 16893 MasterSuite 4 Blks to US Capitol
## 16894 Top Floor Master Bedroom with Private Bath & Views
## 16895 Cozy & Quiet Gated 1 Bd Beach Apt
## 16896 Spacious Ocean-Front Villa#8
## 16897 Mission Surf Shack ~ South
## 16898 Private Retreat w/ Prkng, Hillcrest
## 16899 Mission Sanctuary | Private Room 1
## 16900 Private Down Town Home on Beautiful Park
## 16901 Cute Cottage Facing Sunny Backyard
## 16902 Nature-Themed Studio Apartment
## 16903 Bedroom w/ your own bathroom in calm Bushwick apt
## 16904 Stylish & Sleek Apartment in Noho!
## 16905 Tailored Studio in Williamsburg BK
## 16906 Steps from Central Park, West 80s
## 16907 Sweet 2BD in Washington Heights!
## 16908 Private bedroom Queen bed desk
## 16909 San Diego Grand Villa
## 16910 lovely family
## 16911 One or two Bedrooms in Big Quiet Apt
## 16912 Loft like space in Logan Square
## 16913 Modern 2 Bed Home Away from Home. 4
## 16914 Pasadena Private Bungalow
## 16915 Cozy Room in Hip East Nashville
## 16916 Room 2, Close to City Park, Quiet Cartier St.
## 16917 Private, Historic Uptown Apartment
## 16918 Pet-Friendly, Private Bath, Tempurpedic Bed
## 16919 Best Boston location, 2BR (M #3)
## 16920 Cute, comfy room in Barton Hills
## 16921 Santa Monica Beach Getaway
## 16922 HOLLYWOOD WALK OF FAME SPACIOUS 2B
## 16923 Bright + Private Guest House
## 16924 The Cottage at Duval Garden
## 16925 Lovely bedroom in UWS with rooftop
## 16926 Private room, close to train and Manhattan!
## 16927 At crossroads of comfort and care
## 16928 Charming Urban Cottage in Bucktown
## 16929 Work & Play: Just Steps to Lake!
## 16930 Beverly Grove 2nd Guestroom
## 16931 Plimpton Room @ The Belafonte
## 16932 Downtown Hostel - MALE Bunk Bed #1
## 16933 FRENCH QUARTER Apt's w/ POOL!
## 16934 Historic Algiers Point Shotgun Apartment
## 16935 Glen on Indiana in Venice
## 16936 Burbank Hills Studio with Views New
## 16937 Garden Cottage, 1br/1ba, yard, W/D
## 16938 Large 3 Bedroom Duplex Apartment with Backyard
## 16939 HEART OF EAST VILLAGE! ALL NEW!
## 16940 Homey 4 Bedroom 10 Min to Midtown Manahttan
## 16941 Lrg 1BD + private bath, Graham Ave
## 16942 Williamsburg Room - 2 Blocks to L Train
## 16943 5 Star Museum Mile Central Park 1BD
## 16944 Wonderful One Bedroom Apt in NYC!!!
## 16945 Great Townhouse Capital Hill Metro!
## 16946 Private Rm and Bath in Great Place!
## 16947 Luxurious, sunny, private room near Metro
## 16948 Chic Eastside Bungalow - 3 miles to DT!
## 16949 Clean Apartment in Boston
## 16950 Cozy guest room, great location!
## 16951 Entire Loft / Vibrant Area
## 16952 Cozy, comfy & clean: Private room in Humboldt Park
## 16953 private BR in North end, Boston
## 16954 Spacious unique artist's home in Pilsen
## 16955 New Spacious Queen Bedroom w/ TV!!!
## 16956 Guesthouse w/ bathroom and private entrance
## 16957 Top floor studio just 1 block from the warm sand:)
## 16958 MUSIC CITY DOWNTOWN 2-STORY COTTAGE
## 16959 BRONZEVILLE OASIS II- Mins to UofC
## 16960 Huge, Sunny, Open Loft
## 16961 Peace and quiet in the city!
## 16962 1.-Mansion in Exclusive Beach Area
## 16963 WLA GEM: Quiet Bed&Bath + Pool
## 16964 Echo Park Oasis w/ Hot Tub, Piano & Lush Garden
## 16965 Beautiful Backyard Garage Apartment
## 16966 DELUXE LOFT 224 #FALLINLOVE
## 16967 Open and Spacious Room w/ Private Entrance
## 16968 Homey Quaint near LAX Airport
## 16969 HIP VENICE STUDIO STEPS 2 THE BEACH -GARAGE XTRA
## 16970 Cozy, Rustic Venice/MDR 3 Bd Home
## 16971 Private Guest House in Arcadia
## 16972 The Trophy Room
## 16973 Studio Hideaway beside U.S. Senate.
## 16974 Bedroom in Downtown w Parking
## 16975 Room in Apartment-5 min to Downtown
## 16976 Noe Valley Studio Unit, Great Area
## 16977 Modern, Comfortable Apartment on Capitol Hill
## 16978 Entire 1BR home steps from Brown Line & City Life!
## 16979 ARTISTIC WONDERLAND GARDEN North Tower bedroom 1/3
## 16980 Spacious Wicker Park Apartment
## 16981 Cozy room near downtown - Jack
## 16982 Loft Style Private Apt (1 Room- 420 Friendly)
## 16983 Bel Air With A View. Every review has been 5 stars
## 16984 Spanish Gem in Central Location
## 16985 Silver Lake Oasis
## 16986 West End/Sylvan Park Suite
## 16987 Uniquely Renovated Bargeboard Home
## 16988 On Water 10 minutes French Quarter
## 16989 Elegant Urban Farm Safari Room
## 16990 Foster powell clean unique portland
## 16991 East Village Beach Bungalow Getaway
## 16992 CHEAP & CONVENIENT
## 16993 NYC midtown studio apartment
## 16994 AMAZING STUDIO in the heart of NYC
## 16995 Private Room @ Townhouse
## 16996 Lincoln Center 1 bedroom for max 4
## 16997 BIG AND NICE ROOM IN NEW YORK..
## 16998 AWESOME SANTA MONICA SUITE!!!
## 16999 Spanish Guesthouse - Grove Adjacent
## 17000 URBAN DOWNTOWN LA ELEGANT SUITE + 3 BEDS
## 17001 Culver Arts District Oasis+ Terrace
## 17002 Celebrity Heart of Hollywood Star Studio
## 17003 Eclectic Heart of Los Feliz Village
## 17004 private rooms free parking wi-fi
## 17005 South loop cozy little Place
## 17006 2BR French Quarter, Balcony!
## 17007 3Bd East Village, NYC Bungalow - Sleeps up to 10!
## 17008 Big Cozy Apt w/ lrg outdoor space!
## 17009 Room #1 in Hip Harlem Garden Apt.
## 17010 Peaceful Purple Penthouse & SF View
## 17011 CLASSIC/updated 1963 Airstream *Heart of hollywood
## 17012 Private Studio - Heart of HOLLYWOOD
## 17013 Spacious Room/Floor near McCormick and downtown
## 17014 Cozy Room In Newly Built Home
## 17015 Cozy Room
## 17016 Colorfully Cute In Cap Hill
## 17017 The Art Studio, with Pool
## 17018 FRENCH QUARTER DIAMOND II
## 17019 Bohemian Chic in Highlands
## 17020 LG 1BED+1/2BA 6 BLOCKS FROM BEACH!
## 17021 Spanish Oasis in Silver Lake
## 17022 Classic Craftsman Silverlake
## 17023 Be a Silver Lake Local
## 17024 A secluded Mountain retreat
## 17025 Cali Character in Center of WeHo
## 17026 Cozy guest house private entrance.
## 17027 4 Bedroom Awesome Walkability
## 17028 Contemporary home with pool
## 17029 Crestview Casita
## 17030 Home Away from Home
## 17031 Logan Square Gem
## 17032 1 Couch 8 min from Manhattan J\\M\\Z
## 17033 Rustic style Lodge in Silverlake/LA
## 17034 Venice Beach Yurt
## 17035 Perfect Venice Cottage
## 17036 Jefferson Ave. 2 bedroom suite
## 17037 Nice Apt Near Columbia University 3
## 17038 Newly Constructed Luxury Apartment!
## 17039 Cute, cozy, one-bedroom in Nolita!
## 17040 Stylish Manhattan Apartment
## 17041 Cozy and Vintage Two Bedrooms
## 17042 Beautiful 2 Bedroom in East Village
## 17043 Keep PDX Weird - Kid-friendly Inner NE Bungalow
## 17044 Your own space in sweet St. Johns
## 17045 Executive themed room next to metro
## 17046 Spacious, 3 bd Lower Haight Flat
## 17047 Guest Suite with Separate Entrance
## 17048 Stylish 1BR steps to 14th / Logan hot spots!
## 17049 HISTORIC BYWATER VACATION HOME
## 17050 Idyllic 4BR Nashville Home with Big Yard
## 17051 Cash Presley & Beatles Loved It
## 17052 The Spectrum Inn
## 17053 Room/Bath in Historic Mansion
## 17054 Hip Glassell Park Guest House
## 17055 Contemporary Cottage with Pool
## 17056 Best Location in the Heart of the Marigny Triangle
## 17057 Charming Private Guest House
## 17058 Silverlake oasis
## 17059 Wicker Park - Contemporary Escape
## 17060 Beautiful and Cozy 2-Bedroom & 1 Bath in DTLA
## 17061 Comfortable & Quiet 2 Bedroom Suite
## 17062 Uncommon Abode close to downtown
## 17063 Loft Carriage House on the Capitol!
## 17064 Cozy, 1 bedroom Brownstone Apt
## 17065 汤姆小屋
## 17066 Manhattan - NYC The Blue Room
## 17067 The Lincoln
## 17068 Little Italy Penthouse Piedatterra!
## 17069 Beautiful Modern Loft in the Best of SOHO
## 17070 Private Entrance Bd in Artist Home 3 min to Subway
## 17071 Casa Corazón (N) near Rush / UIC
## 17072 French Quarter Charm in the CBD
## 17073 Elegant & Tranquil Cottage w Pool
## 17074 Lisa's Guest House
## 17075 Penthouse in the heart of Fenway!
## 17076 COZY APT SHARE IN NICE NEIGHBORHOOD
## 17077 Malibu Hideaway #73 - Across from the Beach!
## 17078 Private furnished room Hollywood CA
## 17079 The Alberta Arts Hideaway
## 17080 Sellwood Guest Studio-Private Entry
## 17081 Bungalow w/ Pool in Celebrity Area
## 17082 Private BR, Bath, On Street Parking
## 17083 Great Views / Restaurants / Max
## 17084 Meadowbrook Retreat in Seattle
## 17085 Charming & Quiet Guest House
## 17086 Charmed In Downtown East Austin Home
## 17087 Bright and Spacious Apt in Wicker!
## 17088 SAN DIEGO Hillcrest Bedroom Private Bathroom
## 17089 Cozy Private Room&Bath&Parking inPB
## 17090 Downtown Union Square Studio
## 17091 NEST NOUVEAU : CENTRAL EAST AUSTIN RENTAL
## 17092 Modern Georgetown retreat
## 17093 Beautiful Parkside Studio
## 17094 Hollywood Hills Colonial Craftsman
## 17095 Garden Apt w/ St Parking
## 17096 EUROPEAN LOVELY APARTMENT
## 17097 Artist's Loft in Union Square
## 17098 Huge room in El Barrio (Manhattan).
## 17099 Endless Ocean & Downtown Views !!!
## 17100 Big room + private bath in LeDroit Park!
## 17101 Private BR in 2 BR Modern Apartment
## 17102 LowerEastSide apt share shortterm 3
## 17103 Private Room Near Bushwick, L train
## 17104 Prospect Park 3 bedroom, Sleeps 8
## 17105 Great Views in Rockridge Temescal
## 17106 -- NEW 4BEDROOMS DUPLEX SLEEPS UP TO 10 PEOPLE --
## 17107 Ideal 3 bed, 2 bath East Village Apartment!
## 17108 Entire Garden Floor of Brownstone
## 17109 Large 2 Floor Apt 2 Bdrm Sleeps 8
## 17110 Private Bedroom Near Central Park
## 17111 Beautiful Two Bedroom in Williamsburg
## 17112 LES Artist Studio
## 17113 Best location in Midtown New York!!
## 17114 Park Slope Apt 1 BD Family Friendly & Near Subway
## 17115 Luxury One BR Apt Brooklyn, NY
## 17116 Great studio in convenient location
## 17117 Marilyn's Home Stay 1, Brooklyn, NY
## 17118 French charm at Château Village
## 17119 Hotel Room & Bath Alternative
## 17120 Georgetown English Basement Apt.
## 17121 the orange house, quiet 'n central
## 17122 Brooklyn Brownstone Two Bedroom Apt
## 17123 *Serenity & Heart* spacious, bright, sleeps 5 SOHO
## 17124 BIG NEW ROOM
## 17125 Perfectly Located, Updated In-Law
## 17126 5th Haven: A Beachside Chic Cottage
## 17127 Sunny View Home, Garden & Garage
## 17128 11th Heaven Pike Place Market
## 17129 Charming home in fantastic location
## 17130 Stylish 1 Bedroom Apt. Near Trains
## 17131 Explore NYC - 1 Stop to Manhattan!
## 17132 Barclay's Residential Inn and Suite
## 17133 Huge 2 Bedrooms NYC
## 17134 Modern Eastside Funky Converted Garage
## 17135 SEAPORT AREA-PRIVATE BATH QUEEN BED
## 17136 Gorgeous 2 bed/2 bath by City Park
## 17137 Hollywood Co-live/Co-work
## 17138 Cozy Hollywood Studio /AC/Parking
## 17139 Cozy Acorn
## 17140 Luxurious and Modern 1BD / WeHo
## 17141 LOCATION LOCATION VENICE CHARMER
## 17142 2 Bdrms - Mansion at Margaret Place
## 17143 Groovy NOLA efficiency apartment
## 17144 Portland Artist Sanctuary: Queen Suite
## 17145 Clean+Comfy Eastlake/Lk Union 1BR
## 17146 Private BR/BA, 3-story Lower Pac Heights Condo
## 17147 Guest House
## 17148 LA JOLLA RESORT STYLE LUXURY CONDO
## 17149 Ideal Location Mission Dolores Park View Home
## 17150 Quiet Room in Adams Morgan
## 17151 Newly Renovated Modern 2bdr Astoria
## 17152 Cozy Brownstone for 2 with Backyard!
## 17153 Friendly place with garden
## 17154 The 4 Palms
## 17155 Midtown East Private Room Location!
## 17156 Adorable Brooklyn Apartment
## 17157 Large Private Room Near Central Park & Mount Sinai
## 17158 Massive 2 bedroom "Cabin" - UWS!
## 17159 Lofty Living: Heart of Williamsburg
## 17160 THEE PLACE TO STAY IN THE BIG APPLE
## 17161 Studio in Historic Fort Greene Home
## 17162 Cozy 1 bed Apt in Hell's Kitchen!
## 17163 Le Petit Château
## 17164 Bright & cosy 1 bedroom apartment
## 17165 Quaint Room
## 17166 Moma Casanova. New Additions!
## 17167 Spacious/Modern 2bd Near The Grove!
## 17168 Comfy room with private bathroom
## 17169 PRIVATE LUXURY ROOM AMAZING VIEW
## 17170 Private Bungalow - Perfect Location
## 17171 DTLA Elegant 2b2b + Parking
## 17172 Cool Comfy Room near LAC+USC Hosp.
## 17173 Large two bedroom in Brentwood - 2
## 17174 CHRAMING MASTER BEDROOM W/JACUZZI TUB IN NOHO
## 17175 Historic E. Nashville in 5-Points
## 17176 Adorable 3BR House Mid City - Treme
## 17177 Charming cottage - heart of Uptown
## 17178 Walk To The Beach or City
## 17179 Germantown Apartment : 4th ave N
## 17180 4 BR close to beach, lax, shops
## 17181 Rustic Cabin on Pacific Crest Trail
## 17182 Eco Venice Beach Bungalow w/ Parking
## 17183 Charming 3/2 minutes from downtown
## 17184 Amazing Monthly Price Domain Area
## 17185 The White Room in Logan / Bucktown / Wicker Park
## 17186 Private studio by subway w/parking
## 17187 Higher Suites
## 17188 nice room in bedstuy
## 17189 Room w/ Private Bathroom & Entrance
## 17190 Cozy DC House near Zoo & Metro
## 17191 NOLA Cottage-Mid City
## 17192 Gorgeous Suite in Downtown NOLA, French Quarter
## 17193 Short Stroll to Frenchmen Street
## 17194 Single (or double) bedroom
## 17195 Private Large Studio - Prime Hollywood
## 17196 Beautiful Airy Modern Charmer
## 17197 Quiet 3/2 Remodel House near Beach
## 17198 Hollywood: Two Queens, Stay Here
## 17199 Private 2BR Hillside Cottage with Sweeping View!
## 17200 Million Dollar View LA "Treehouse"
## 17201 Best Downtown LB Ocean View Loft!
## 17202 Travis Heights SOCO mid-century mod
## 17203 2/1 Mid-century Modern Treehouse near Zilker
## 17204 Mindfully Magnificent on West Sixth!
## 17205 Master Studio w/ Prking Near It All
## 17206 #4.Georgetown Condo. Prime Location
## 17207 The Hot Tub Bungalow: A Venice Beach Escape
## 17208 Venice Beach Guesthouse in Prime Location!
## 17209 Hollywood Hills Charming Suite
## 17210 Private Studio in the Heart of Downtown Long Beach
## 17211 1 bdrm in Hillsboro Village
## 17212 Prime Riverfront Condo Downtown
## 17213 "Jackson Hill"... The Sauna Suite
## 17214 Music Valley Studio Opryland Area
## 17215 Modern Cottage in LA - Private Modern near DTLA
## 17216 #3 - 5 minutes to LAX and The Forum
## 17217 Cozy 1BD 5min to LA Zoo
## 17218 ZEN House Near Bev Hills/Pool/Universal Studios
## 17219 Zen Vibe, Chill Out Beach Apartment
## 17220 BEAUTIFUL VICTORIAN SINGLE FAMILY!
## 17221 Peaceful Queen in Congress Park
## 17222 Airstream in the City
## 17223 Millennium Park Paradise for 6 [Bean]
## 17224 Large Room with Balcony near DTLA
## 17225 Luxury Oasis in between Downtown LA & KoreaTown
## 17226 Mansion. Gated. Views.
## 17227 3 Bedrooms - Spacious & Close to Subway!
## 17228 Very comfortable and cozy room in Williamsburg!!!
## 17229 Quiet Artsy UPPER WESTSIDE apt off RSD PARK
## 17230 Remodeled 2Bd/1Ba Home with Parking
## 17231 Private Suite blocks to NOMA metro
## 17232 Glowing reviews, hip neighborhood
## 17233 Art Deco Luxury in the LES
## 17234 Entire floor of house Very Private 2BR suite,SUNNY
## 17235 Private garden level guest suite in NW Portland
## 17236 AaronBnB
## 17237 Modern Private Luxury Bedroom, Nr A/C Subways
## 17238 Cosy Cool Apt By JMZ w/Washer-Dryer + Roof Space
## 17239 Upper East Side Last Minute Retreat
## 17240 Bright, Quiet 2 BR in Awesome Area!
## 17241 Private Entrance to Room + Bathroom and chromecast
## 17242 Land-Marked Crown Heights Gem
## 17243 Beautiful studio near Times Square
## 17244 Lovely Park Slope Apt, Brooklyn
## 17245 Beautiful penthouse in Williamsburg
## 17246 lovely Nolita/Chinatown 1BR
## 17247 ENORMOUS Private Room
## 17248 Sunny One Bedroom Apartment in Crown Heights
## 17249 Share an artists loft in Bushwick
## 17250 Cozy Apartment minutes from Downtown Chicago
## 17251 Spacious Chicago loft
## 17252 Encino Guest House - 600 sq ft.
## 17253 Hollywood Hills 2BR Modern Villa
## 17254 Lovely Guest House - West Hollywood
## 17255 Holidays in Hollywood
## 17256 Walkable Private Clean Studio Yard
## 17257 Elegant 2bd 2ba! Central WeHo+Free Pkng.WiFi 3 ACs
## 17258 Large private suite with bathroom
## 17259 2 blks to Conv Ctr/6th. Sleeps 8!
## 17260 Entire Studio Apartment Near Subway
## 17261 Cozy room in new apartment!
## 17262 Penthouse Exclusive Garden Top Apartment
## 17263 Entire Apt Duplex in New York City
## 17264 Beautiful Balcony, 2 Beds, Kitchen & Free Parking
## 17265 N Beacon Hill Rec Room w/ Parking
## 17266 Room w/priv. bath Duboce Triangle 1
## 17267 Williamsville Sleep & Stay
## 17268 Cozy Room in the Heart of NYC!
## 17269 Amazing Apt Next to Central Park
## 17270 Luxurious New Jr 1 Br Apt Pres Hts.
## 17271 Big room near GG Park
## 17272 Seattle view with a Cherry on top
## 17273 45' Sailboat in Seattle
## 17274 Awesome Heart of Hillcrest Hideaway
## 17275 New Look Convenient Small Studio!
## 17276 The Heart of Southeast Portland
## 17277 Cottage de Charme à Venice
## 17278 Bright and Airy Townhome LAX/Bch
## 17279 Gorgeous 1BD In Heart of Hollywood
## 17280 Hollywood Hills Spanish Cottage
## 17281 Sweet, Sun-filled 1BD BLOCKS from Wrigley!
## 17282 Latin Vctorian Styl n the "Mish" #2 -OCEANBEACH RM
## 17283 Gino's Studio
## 17284 Little Tokyo/Arts District room 234
## 17285 Unique Artist Loft - Historic Core
## 17286 Central Location, Bright Apartment!
## 17287 Office/Bedroom for rent
## 17288 Chill Private Room Nestled in Pico Rivera
## 17289 Perfect spot for Cubs and Boystown
## 17290 Entire Penthouse in the Sky
## 17291 CHICAGO room near Public transport
## 17292 Amazing Mountain and Downtown Views
## 17293 Mt Baker Apartment
## 17294 Sweet NE Apt. on tree lined street
## 17295 Elegant Lower Pac Heights Penthouse
## 17296 Bed & couch. WALK to Gaslamp
## 17297 6beds/Garden/Prk of whole townhouse in Dupont -D.C
## 17298 Woodland Room
## 17299 Room w/ private entrance
## 17300 Relax in best of City and Country
## 17301 Cozy One Bedroom near Dupont/U St.
## 17302 Modern Single Suite, Prvt Full Bath, Prvt Entry :)
## 17303 Gorgeous Big Sunny Apt Close to All
## 17304 Sun/Moon Art House LGBTQ friendly
## 17305 Cozy 1Bedroom, near Times Square
## 17306 Lofted Room in Alphabet City
## 17307 Fab Studio Apt Nr Barclays Centre Off Road Parking
## 17308 Brooklyn Bohème!
## 17309 3BR 1400SF APT FULLY FURNISHED NEAR CENTRAL PARK
## 17310 Capitol Hill English Basement
## 17311 The Craft Room: A Cozy Nook
## 17312 The Castro Street Guest Room
## 17313 Beach Hill Garden Apt at Main Beach
## 17314 Ohana with Private Outdoor Shower
## 17315 Pvt. Entrance Bedroom&Bath-Ballard
## 17316 Charming Seattle basement apartment
## 17317 Private, cozy cottage near Portland hot spots!
## 17318 a Capitol Place, Apt. on the Hill
## 17319 Large Sunny Bedroom in Givens Park
## 17320 Walk Downtown! Freedom Trail Studio
## 17321 Retro 1BR with private bath in heart of West Town!
## 17322 Hollywood Hills Guest House
## 17323 New 2BR+1BA For Up To 6 Ppl Only 15 Min To NYCity
## 17324 Back Bay Gem 1
## 17325 Renovated 2 bed/1 bath Oldtown Apt
## 17326 1 bedroom 5 miles away from Venice
## 17327 Gorgeous apartment in Beverly Hills
## 17328 Spacious Studio Apt in Murray Hill
## 17329 Room+Private Bath @Lux New Apt
## 17330 Sleep 10 at The Bean! (5i)
## 17331 Queen Bedroom in Cherry Creek North
## 17332 Private 1BR in a central location
## 17333 Bright room in West Hollywood.
## 17334 DOWNTOWN CONDO - Walk Everywhere!
## 17335 Rare find-Gorgeous apt in Uptown!
## 17336 "Pacific Beach"Perfect Family House
## 17337 Luxurish-Stylish-Accommodations
## 17338 Cozy Brooklyn getaway loft space
## 17339 Boho Chic Rhapsody in New York City
## 17340 Cheap, Large and Cosy bedroom 10min to JFK & Mall
## 17341 Modern retreat on Upper East side
## 17342 New Private Grand Lake Studio
## 17343 Modern 3 Bedroom Chelsea Apartment
## 17344 Quiet Sunnyside Getaway
## 17345 Manhattan Lux 24Hr Security Subway
## 17346 Comfortable bedroom for one person
## 17347 Upper East Side - Entire Apartment
## 17348 Lovely 2 Bedroom Apartment in the Heart of Dupont
## 17349 Brand-new cozy 2BR apartment
## 17350 BUNKHOUSE QUEEN B22
## 17351 Casa de Cedar
## 17352 Cozy Pilsen Reading Room
## 17353 Beautiful 1 Bd/1Ba in Brentwood
## 17354 Venice Sanctuary 6 blocks to beach
## 17355 Stunning Mid Century with INCREDIBLE VIEW!
## 17356 Universal Studios / Hollywood Hills 1bd/1ba
## 17357 Sunny BD in Chicago Little Italy
## 17358 Private Guest Casita
## 17359 Stylish Studio w Patio, Near Beach!
## 17360 French Quarter Condo 302 for 4 Ppl
## 17361 City Retreat
## 17362 Funky Fresh 3 BR Vintage Apartment
## 17363 Modern Loft, 1700 SqFt. Location!
## 17364 West LA Condo-Bev Hills/UCLA-1 bed
## 17365 Urban Hillside Retreat
## 17366 Amazing Stay in Brentwood
## 17367 Atwater Village Sunny Farm Cottage
## 17368 QUIET, COZY, DESIGNER COTTAGE
## 17369 ★ Beachfront 2 bed apt ★ Venice Beach
## 17370 Modern Oasis w Pool & Views in Heart of Silverlake
## 17371 Cool, Zen in the Heart of Hollywood
## 17372 HOLLYWOOD WALK OF FAME STUDIO
## 17373 360° View Penthouse 2+2, Hollywood Walk of Fame
## 17374 Spacious Studio Loft Family Friendly Old Town
## 17375 Spacious Historic Home near Marigny
## 17376 BOHO CHIC TOWNHOUS
## 17377 Urban farm cabin 10min downtown L.A
## 17378 iHollywood, Pasadena Guest House
## 17379 SPACIOUS+REDONE 3 BDRM. SPANISH HOUSE, A+LOCATION!
## 17380 Hip, Private + City Bikes
## 17381 1 bed mixed dorm in fun, hip hostel
## 17382 Central San Diego At Your Doorstep
## 17383 Windansea #2
## 17384 Perfect Comic Con Location!
## 17385 Outer Mission Vintage Retreat
## 17386 Walk to all, Village step to beach
## 17387 Standalone Bright Austin Bungalow
## 17388 THE CLEAVER WICKER PARK
## 17389 Beautiful condo with a river view!
## 17390 Kanmore Guest House
## 17391 Channing House w Pool nr Hollywood
## 17392 Spacious Cozy Queen Bedroom w TV #2
## 17393 +1 BLOCK to SAND, 2 to SANTA MONICA, 2-STORY HOME+
## 17394 Green Acres close to Downtown
## 17395 .Safe, cozy & minutes to NYC
## 17396 Bedford-Stuyvesant Gem, 2BR
## 17397 Big sunny room in Clinton Hill
## 17398 Cozy Room in the Heart of Brooklyn!
## 17399 Bywater Sleepeasy- Stay in Style!
## 17400 Venice Loft-like Studio
## 17401 Cozy Home near LAX Airport
## 17402 Pacific Palisades Guest Quarters-only one in area.
## 17403 Private living space
## 17404 Historic Hollywood Cottage Close To Everything
## 17405 Malibu Hideaway #59 - Across from the Beach!
## 17406 Loft Near Downtown with RooftopDeck
## 17407 Brand New 2 BR | 1 BA in So. BOS #3
## 17408 (REMODEL) Price Drop! Great Deal, Great area!
## 17409 Adorable Studio, Best Neighborhood
## 17410 Cozy 3 Bedroom, 17 Minutes to Times Square!
## 17411 Petite Victorian 1
## 17412 Santa Monica Beach Suite 6
## 17413 Charming Studio by the beach
## 17414 Luxury Hollywood Loft
## 17415 Quiet, comfortable room
## 17416 Private Room/Perfect Location!
## 17417 Ultra contemporary guest house
## 17418 Clean Cozy Room with TV in NYC!
## 17419 Sunny Master bdrm, Private Bathroom
## 17420 Twin size bed near bathroom
## 17421 NYC/Chelsea-very spacious 1 bdr apt
## 17422 Bright Friendly Apt, East Village!
## 17423 Beautiful, Sunny 1 Bedroom
## 17424 New York Space
## 17425 Greenwich Village Townhouse Apt
## 17426 Sweet studio close to the surf
## 17427 3 BD 2 BA Private Guest Wing with SUPERHOST!
## 17428 Prime Location Hollywood Hills Stunning Views
## 17429 Saddle Peak Buddha House - Malibu
## 17430 Cozy, full apartment in log home
## 17431 Bywater Courtyard Compound
## 17432 Spacious 3/2 East Austin Home
## 17433 DTLA Penthouse/Private Balcony
## 17434 Stunning One Bedroom Apartment Uptown
## 17435 Private Urban Sanctuary in Venice
## 17436 Vintage Condo/Historic Neighborhood
## 17437 "The Bunkhouse" Basmt Studio Apt
## 17438 Single upstairs bedroom with desk
## 17439 #1 AIRBNB IN SOUTH LOOP
## 17440 Charming California Bungalow in San Pedro
## 17441 Cool view private entrance studio
## 17442 Just Miles from Topanga Beach!
## 17443 Cozy bed/ Close to Atractions
## 17444 French Qtr CBD Stylish Luxury 1BR
## 17445 Columbia U/Harlem Townhouse Duplex
## 17446 Welcoming Park Slope Garden Apt.
## 17447 Cosy Carroll Garden Apartment
## 17448 Iridescent Art Room
## 17449 Sunny Mission guest suite with private access
## 17450 Private Entrance & Kitchenette
## 17451 Sunny bedroom near Shaw metro
## 17452 Newly Remodeled North Park Charmer!
## 17453 Private room #2, close to downtown!
## 17454 Cozy Bedroom w/Bath Downtown
## 17455 2BD near Moscone, Union Square & BART
## 17456 Midtown Studio
## 17457 Historic Beauty in East Nashville
## 17458 Garden Cafe Gallery
## 17459 Fun Studio In Heart of Hollywood
## 17460 5-STAR LA PENTHOUSE LOFT + HIGHRISE AMAZING VIEW
## 17461 Basement Apartment, East Nashville
## 17462 Inspired Urban Dwelling
## 17463 calif Dream home-single
## 17464 Beachside Location!
## 17465 See Hollywood! The Most Central!
## 17466 Malibu Escapes - Cloud Studio Suite
## 17467 Guest House w/Kitchen in Westwood
## 17468 Downtown in 10min Bunk (#4) Top
## 17469 Comfy Bungalow near StJohns, UofP
## 17470 The Best Cottage in North Park!
## 17471 1BR Sunny Apartment in Little Italy
## 17472 Spectacular 3 Bed/2.5 Bath House
## 17473 Classic NOLA Jewel-Box in Best Bohemian Location!
## 17474 East Village quiet back bedroom
## 17475 "Quaint-Essential" Living in the West Village
## 17476 Spacious Comfy Bedroom in Bed-Stuy
## 17477 Austin, TX Hill Country
## 17478 Charming, warm, & centrally located
## 17479 The Bee Room
## 17480 Near Downtown 3BR FreeParking/Wifi
## 17481 The Orange Buddha, Sleeps 8!
## 17482 Hillsboro/Belmont Bungalow
## 17483 Santa Monica Style
## 17484 Artist's Pad in Travis Heights
## 17485 Georgia's House
## 17486 The Meditation Room near Harvard Square
## 17487 Signature Petite Suite in Sunny LA
## 17488 Master Bedroom in Historic Home
## 17489 Architectural gem in Hancock Park
## 17490 Entire House in front of lot, no sharing, near LAX
## 17491 GRAMERCY PLACE! Dorms available.
## 17492 Spa retreat in modern guest house
## 17493 Mid-Century Urban Oasis with Private Bathroom
## 17494 1bd/1ba | Dolores Heights
## 17495 Cozy one bedroom Garden Cottage
## 17496 Redwood Retreat
## 17497 Historic Cozy Apt in Downtown LA
## 17498 Cute Beach Getaway
## 17499 Malibu Road Guest Studio On Beach!
## 17500 Beautiful Large 2BD/2Bath
## 17501 Cozy& convenient
## 17502 Magic Persian Carpet Private Room in Torrance, CA
## 17503 Ocean Sky Ela 2 Room Suite in Oceanfront HM NICE!
## 17504 Private bath, entrance, driveway, and kitchenette!
## 17505 Mid-City Craftsman
## 17506 Comfy Room in Creative Compound
## 17507 Private Beautiful Quiet Apt. SE-Wdstock/Hawthorn
## 17508 404 - Clean Hotel Room in PERFECT LOCATION
## 17509 Beautiful Parisian Upscale Loft
## 17510 Wonderful SF Timeshare/Hotel
## 17511 Nob Hill Mini Mansion 4b/4b
## 17512 Comfortable, Convenient, Parking
## 17513 South Austin Home Near Downtown
## 17514 Hawthorne Hideaway
## 17515 Spectacular 2br Russian Hill Home
## 17516 Lost Horizon Escape
## 17517 Artist Studio in SoWa.
## 17518 A Half-A-Block Away from *Paradise*
## 17519 SKYLINE VIEW luxe condo, historic core
## 17520 West Inn 2 - East Village
## 17521 Upper East Side for clean guests
## 17522 Easily accessible cozy room!
## 17523 ONLY 4.5 MILES TO MIDTOWN MANHATTAN
## 17524 First-Class Designer 2BD Loft on Fifth Avenue
## 17525 ART House Mini
## 17526 Sunny Room in the heart of W'burg
## 17527 BEDROOM NEW YORK
## 17528 Private Room in Queens: Good Deal!
## 17529 Private bedroom in Hell's Kitchen
## 17530 Good Vibes Sanctuary
## 17531 Cozy studio Apartment in Upper East
## 17532 Cozy Secure Private Room in a Shared Loft - F
## 17533 Clean and Bright. Queen bed + twin
## 17534 45 Ave 159 st Flushing private room
## 17535 Big bedroom great locationBackyard!
## 17536 Clean cozy and convenient stay
## 17537 Private bed, Big room with 4 beds, Empire State C
## 17538 Large apt w/private backyard in Artsy Bushwick
## 17539 Cozy private room with King sizebed
## 17540 Garden Lovers @Heart of the Castro
## 17541 3 Bedroom in Prime Central Location
## 17542 New ~ Mt Tabor Studio in New Home
## 17543 CENTER OF MANHATTAN, PRIVATE and COZY!
## 17544 Sunny Apt near Park in Windsor Terr
## 17545 1 BR in LES. Heart of New York City
## 17546 Newton Suite: Nice well located 1BR
## 17547 Urban retreat in historic Irvington
## 17548 Private room in inner SE PDX
## 17549 Bernal Heights Views Garden Hottub
## 17550 BUNKHOUSE QUEEN A11
## 17551 Cozy Room for One or Two, Great Neighborhood
## 17552 Pike's Place. 98 Walkscore
## 17553 Gem in Mount Baker Neighborhood
## 17554 Charming 1BD in trendy Capitol Hill
## 17555 The Ranch Apartment
## 17556 An Apartment of Industry
## 17557 Sunset Room near Harvard Square (BR 2)
## 17558 Cozy Studio in the West Village
## 17559 2B + Garden-- Prime Williamsburg Spacious Escape
## 17560 Cutie's Boulder
## 17561 Central East Side: comfy suite
## 17562 Luxury French Quarter Retreat
## 17563 Bienville Balcony
## 17564 Pvt Rm, Great Location, Pool, Views
## 17565 COOL CALIFORNIA STUDIO BUNGALOW #2
## 17566 Cozy studio blocks from Capitol
## 17567 Comfortable bedroom in amazing loft
## 17568 Apt in Astoria, Queens.15min to NYC
## 17569 Room in a cozy loft
## 17570 One Bdrm in Trendy Prospect Hts
## 17571 Lux. 1-bedroom Cute/Cozy/Chic
## 17572 Spacious Rooms near Barclays Center
## 17573 Manhattan! Bunk beds for 11+
## 17574 Nice room for a visit to NYC
## 17575 Cozy room near MacArthur BART
## 17576 SMALL CLEAN MANHATTAN ROOM
## 17577 Modern 1-Bedroom in DUMBO
## 17578 Central Park 1BR Apt NYC Manhattan
## 17579 Full Floor Apt w/ NY Skyline Views
## 17580 Midtown Apt, Quiet, Walk to Subway
## 17581 Lovely 1.5BR Near Park and Subway
## 17582 BRIGHT Williamsburg Designer 2BED Loft
## 17583 Huge Brooklyn Oasis by L&M Trains!
## 17584 5 Mins. 2 Manhattan - Awesome View
## 17585 Plush King Size Bed, Great Location
## 17586 Big BR comes w free comedy club tix
## 17587 Historic Row House Apartment with Garden Oasis
## 17588 Small Room in private Brownstone in Park Slope
## 17589 Wake to Central Park out the window
## 17590 3 BR/2.5 BA Brooklyn Duplex
## 17591 Private Room Steps to Central Park!
## 17592 Spacious Room in Brooklyn
## 17593 COOL LOCATION - GREAT APARTMENT!
## 17594 Large Three Bedroom in Brentwood- 6
## 17595 Cozy Silver Lake Gem
## 17596 Cheery Vintage Garden Apartment
## 17597 Sweet Single with Roof by the Lake!
## 17598 2bdr - Echo Park/Silverlake Alcove
## 17599 Studio #28: Koreatown. Check-in anytime after 1pm
## 17600 Hollywood Glitz and Glamour
## 17601 Melrose Hill Modern
## 17602 Perfect WeHo Location Charming 3BR Home Big Yard
## 17603 LA Stay Bed and Breakfast
## 17604 Charming Guest House Retreat
## 17605 Bohemian Chic Vintage in Pasadena
## 17606 Modern Studio, blocks from 3rd St. & Pier BI311
## 17607 LA! Friendly, safe, home near CSUN
## 17608 Carrollton / Uptown 4 Bed Beauty
## 17609 Treme Loft 3 blocks to French Qtr!!
## 17610 The Mellow Yellow #2 - 78704 - SOLA
## 17611 Cozy room at a great location
## 17612 Beautiful Condo in Art District
## 17613 Charming Downtown CBD/French Quarter Condo
## 17614 New! Cozy 2br in Historic Treme
## 17615 1 bedroom private room on Medical School Campus
## 17616 LUXURY PENTHOUSE, POOL, GYM, by BEVERLY HILLS
## 17617 Bright+Peaceful Garden Bungalow
## 17618 Cozy 1930's 1BD apt near the lake
## 17619 Downtown luxury apt (living room)
## 17620 Clean spacious room, pvt bathroom, parking & deck
## 17621 Authentic 1920s Castle
## 17622 Cozy Full Bed with Shared Bath!
## 17623 Great one bedroom studio
## 17624 Huge Room - Prime NYC Location
## 17625 Cozy Spacious Double Bed #3 Near JFK & J Train
## 17626 4bd/2bath Luxury Apt in Manhattan/NYC
## 17627 UWS Boutique Hotel Style
## 17628 BOSTON 2BED LOGAN AIRPORT 1st Floor
## 17629 Cozy, Romantic Private Single Home, in the Bywater
## 17630 SPRING SPECIAL! Heart of Hollywood!
## 17631 1 Venice Apartment 1/2 block from the sand
## 17632 Brand new, modern 1 bedroom in weho
## 17633 2 Bedroom 2 Bathroom Apartment VA509
## 17634 18th Ave & Church St Condo #3
## 17635 Sunny room with lake view, steps to everything
## 17636 Luxury Downtown Getaway w/ Instagram Worthy Views
## 17637 1 Bdrm near DIA
## 17638 Beach House 2 blocks-> Mission Blvd
## 17639 Chic Mission Victorian 2 BR Flat
## 17640 Quaint & Cozy, a Place to Call Home
## 17641 Boutique penthouse near everything
## 17642 Capitol Hill Carriage House
## 17643 Caravan Tiny House, Woodstock
## 17644 The Okra Inn: On Canal Streetcar Line
## 17645 Uptown near parade route and st car
## 17646 Luxurious New Construction
## 17647 New Guest Room Few Steps From Beach
## 17648 Luxury Condo (#503)
## 17649 Private House EAST Nashville (3BR)
## 17650 New townhome near Pasadena-Alhambra
## 17651 Bohemian Chic
## 17652 Cozy Mountain-view Space in City
## 17653 Silver Lake, Mountain View Hideaway
## 17654 Great Location. Close to downtown!
## 17655 Renovated apt-private entrance
## 17656 Walk to Mississippi & Williams Ave
## 17657 Two-Floor Penthouse in Williamsburg
## 17658 Comfy 1-Bedroom, Just a block from the Subway!
## 17659 Astoria Duplex Gem
## 17660 Duplex 2BR House - 15 min Manhattan
## 17661 BUDGET LOFT B - TRENDY BUSHWICK BK!
## 17662 A Charming Garden Cottage in Nobe
## 17663 Private room
## 17664 Elite & Secure Retreat: 7 Private Forested Acres!
## 17665 Bright, 100% pvt, ecofarm, parking
## 17666 SF bedroom one block from Mission Street
## 17667 2 Bedroom Columbia City Home
## 17668 Spacious 2BR in Noe with Parking
## 17669 Visiting Student Bunks in DC
## 17670 The Bird House - Bus to Mall/Downt
## 17671 Location! Hip and Modern Zen in SE
## 17672 MODERN LUXURY on Capitol Hill
## 17673 Cosy room great deal
## 17674 Sunny Bedroom!
## 17675 Luxury Williamsburg Apartment
## 17676 Williamsburg! Amazing Apt & 'Hood!
## 17677 2bedrooms, 1.5 bath, Full kitchen + laundry
## 17678 Traveler's Haven - Central to all!
## 17679 Large DC room nr metro, free parking, private bath
## 17680 Elegant 1BR 6mins From Whitehouse
## 17681 Huge space, well situated
## 17682 Loft in Clinton Hill, Brooklyn-Room 3
## 17683 Small New-York-Style Room by Central Park!
## 17684 Times Square!Beautiful 1BR Apartment!VERY CENTRAL
## 17685 Cozy loft in Manhattan
## 17686 Beautiful two bedroom apartment in beach home
## 17687 2 Bedroom Gem - Prime LES Location
## 17688 Manhattan Gem-Space & Convenience
## 17689 Comfy room in Williamsburg Loft
## 17690 Couch and Futon in Pilsen
## 17691 Minutes from EVERYTHING!
## 17692 Beautiful home near Marina Del Rey
## 17693 Cozy bedroom w/ private door to backyard & hammock
## 17694 Private & Charming Garden Suite Near The Beach
## 17695 Modern Studio in Arts District
## 17696 Malibu Carbon Canyon Haven
## 17697 LOCATION! LOCATION! PERFECT BEACH SIDE STUDIO!!
## 17698 Woodland Hill/Warner Ctr Retreat II
## 17699 Rustic West Hollywood
## 17700 Hip West Hollywood Apartment / Cable TV / Wifi
## 17701 Cute East Nashville Pad
## 17702 Spacious Studio w/ Patio- Ft Greene
## 17703 3 Bed - 3 Bath East Village Oasis w Private Patio
## 17704 light filled studio in oak hills
## 17705 nice room in bedstuy 3
## 17706
## 17707 Alberta Arts 1 Bedroom Suite
## 17708 Great Location! Great for Kids!
## 17709 Cozy guest suite on lower level
## 17710 49 STEPS 2 - THE ♥ of MISSION BEACH
## 17711 Modern, yet Historic, 2BD Townhouse w/Prve Patio!
## 17712 Capitol Hill Private Apartment
## 17713 Cozy and Clean Apartment Steps from Prospect Park
## 17714 Cozy, Quiet, Safe Room Near Midtown
## 17715 GREAT Bedroom in center of the Lower East Side!
## 17716 Cozy Near Columbia
## 17717 Ingleside Retreat
## 17718 1BR Capitol Hill English Basement
## 17719 Huge 1BR/1BA in Luxury Apt, Walk to everything DC!
## 17720 Lovely Laurelhurst + extra bedroom
## 17721 Vegan Bedroom w/ office Echo Park!
## 17722 The Cottage Eagle Rock
## 17723 Private room in apartment in LA/Studio City
## 17724 Cozy 2BD/2BA - Close to Universal!
## 17725 Cozy and Convenient space near beach and airport
## 17726 The Hollywood Retreat | Celeb 2 Bedroom
## 17727 *Canyon home Rose Bowl JPL location
## 17728 Too Charming in a Prime Location!
## 17729 Unique Home Base: Modern Gem - Streetcar + Bikes
## 17730 Sunny, Wrigley Apartment
## 17731 Creekside Cabin
## 17732 Private Garden Suite, Bay View
## 17733 Sunny Beach Pad, must love cats
## 17734 HEART of San Francisco!
## 17735 Spacious Downtown LA Designer Loft
## 17736 Grove Central Location Premium 2BD
## 17737 2 Venice beach Apartment
## 17738 Elegant and spacious chateau
## 17739 Huge Historic 2 story House / Pool
## 17740 Le Petite Bleu: Taking long-term summer bookings!
## 17741 Efficiency next to The Bean for two
## 17742 Alberta Arts Home
## 17743 Entire Basement Apartment
## 17744 Downtown Seattle Studio - Belltown
## 17745 BUNKHOUSE QUEEN B11
## 17746 Shared Room in Inner Sunset by UCSF & Golden Gate
## 17747 Charming family beach home
## 17748 Great for business travelers - NOPA
## 17749 Classy 2bedroom walk to Gaslamp
## 17750 SE Modern Private Spacious Studio with Bathroom
## 17751 Stop Looking! This is the Place!
## 17752 Private Room in Seattle's North End
## 17753 One room cottage tucked away in SF
## 17754 Beach Cottage by Global Cardon
## 17755 Must Love Cats! Private Sunny Room with A.C.
## 17756 1 Bedroom Apt in Pacific Heights - Great Location!
## 17757 Spacious 2BR Mt. Pleasant Apt.
## 17758 Mermaids and Chickens and Cats, Oh My!
## 17759 Venice Views (400 ft to the sand)!
## 17760 venice beach apt best location
## 17761 Step Out on Music Row Balcony!
## 17762 Artsy Downtown Loft
## 17763 Great Private Room in Long Beach!
## 17764 Large studio style pool house
## 17765 Entire place in Monterey Park 步行到餐厅商业区
## 17766 Relax In Redondo Beach
## 17767 Cozy Home 3 Min to Grande Ole Opry
## 17768 Spacious Home Tree-lined with Oaks
## 17769 ROOFTOP TERRACE ROOM @ ELEGANT HOME NEAR JFK
## 17770 Guest House by LAX with Pool
## 17771 East Nashville Red Door Apartment
## 17772 Garden District & Magazine St
## 17773 Spacious room, Shared bath, Red line
## 17774 Trendy. Safe. Convenient to CTA
## 17775 Elegant Austin Getaway for Casual & Biz Travelers
## 17776 Pretty retreat in Mt. Washington-business friendly
## 17777 Marrakesh House: Artist Room
## 17778 2 Bedroom Brentwood/UCLA/Santa Monica/Getty Museum
## 17779 Shared Co-Ed West Campus Bunker 2
## 17780 Original Cabin 9
## 17781 Spacious Apt near Columbia Medical
## 17782 LOCATION-LOCATION- SUPER EASY CHECK IN AND OUT!!!
## 17783 Charming 2 Bedroom Little Italy/Soho Apt
## 17784 Brooklyn For Life
## 17785 City Skyline Views from every room!
## 17786 1 Bd for 4 in Capitol Hill&Parking
## 17787 Vintage Bungalow
## 17788 2200 sqft Downtown With Parking
## 17789 Baronne House - Sleeps 6! Upper Apt
## 17790 POOL! Historic Home near Audubon Pk
## 17791 Private room in Pacific Palisades
## 17792 BEAUTIFUL GUESTHOUSE IN WEST LA
## 17793 Guest House for Filming
## 17794 Private bedroom in heart of Mission
## 17795 Studio Poolhouse in Gated Complex
## 17796 North Park Cottage with Character
## 17797 Private room w/ en suite bath in newly built home
## 17798 Jackson Stayover Apt
## 17799 Cozy East Village 1 Bedroom
## 17800 Large Bedroom in South Harlem
## 17801 Sumptuous Soho Apartment!
## 17802 Artist Loft (your in-city hideout)
## 17803 Home with spectacular SF Bay views
## 17804 Sanctuary in the cul de sac
## 17805 Family & Friends with Private Parking
## 17806 Hollywood Sign View 1 (2BR)
## 17807 Charming Modern Los Angeles House
## 17808 Cozy Studio with Private Entrance
## 17809 East Nashville Eco Home
## 17810 Spacious 4bdrm near Downtown & BNA
## 17811 Upstairs Blue
## 17812 Rustic Studio Apartment on a Farm
## 17813 Great House near BeverlyHills/Grove
## 17814 Wicker Park Coach House
## 17815 Cozy Artistic One Bedroom w/ Balcony
## 17816 DOWNTOWN LA Live / CONVENTION M7
## 17817 Two Bedroom House -Heart of Echo Park
## 17818 Anam Cara 3: Mountain Air Dark Sky
## 17819 The Yat Pack apartment!
## 17820 Cozy New Vibrant Studio
## 17821 Private/Loft Studio
## 17822 Modern Capitol Hill Suite w/ Jacuzzi Bathtub
## 17823 Garden Cottage near beach/downtown
## 17824 Italianate Victorian
## 17825 Cozy and quiet 1 BD in NoPa
## 17826 Cozy room Walk to Beach&WestCliffDr
## 17827 Walkable 2BR in heart of La Jolla!
## 17828 Cozy Vintage Cottage in the Woods
## 17829 BERNAL HEIGHTS/MISSION 600 Sqft/Private Entry&Bath
## 17830 Downtown Victorian Guest House
## 17831 #5 Master Suite
## 17832 upper level apt in duplex with view
## 17833 Cozy Condo in DC's Historic Eckington Neighborhood
## 17834 Immaculate - Downtown, Coors Field
## 17835 Private room close to downtown
## 17836 Sunny Room in East Austin Home
## 17837 Modern Estate With Pool - Downtown Austin
## 17838 Blocks to the Beach! Special price
## 17839 KenJi Retreat
## 17840 Right in the center of Koreatown!
## 17841 OAKLAND/PIEDMONT BORDER
## 17842 King Bed Large Apt UWS Central Park
## 17843 East Village Hideaway
## 17844 bright east village apt in hot area
## 17845 Modern Central Park Apartment close to everything
## 17846 Cozy Room in Nice Area 20 minutes to Times Square!
## 17847 Stylish Uptown Westside Apt.
## 17848 Cozy and Quiet Room
## 17849 Unique Spacious 2BDR in NOLITA
## 17850 Nice Room in Charming Apartment
## 17851 Charming Manhattan-Midtown Studio
## 17852 1 BDRM & 1 Private BTHRM
## 17853 Townhouse in the heart of East Nash
## 17854 Venice Beach Abbot Kinney 3bd House
## 17855 甜蜜温馨 private room
## 17856 Private bed/bath/free WiFi/quiet
## 17857 Great private bedroom and bathroom!
## 17858 Little Front House near downtown LA
## 17859 NEW Super Luxury Times Sq Glass Apt
## 17860 Home*Sweet*Home Quiet neighborhood
## 17861 Heart of Beverly Hills classy apartment
## 17862 Moroccan Garden View w/ Queen Bed
## 17863 URBAN HOLLYWOOD CELEBRITY SUITE + 6 BEDS
## 17864 Topanga craftsman
## 17865 >700 sq ft Private Basement w/ Bath
## 17866 The Inn at The General - Charming Suite
## 17867 Sage - Charming 2 Room Studio #7
## 17868 Big Awesome Bedroom in Central Times Square!
## 17869 Williamsburg Oasis
## 17870 Cozy Secure Private Room in a Shared Loft - E
## 17871 Sunny Private Room in Williamsburg!
## 17872 Exquisite home beautiful sunsets
## 17873 Private room steps from the Capitol
## 17874 GREENLAKE HOME - Great location!
## 17875 Sweet room near Capitol Hill!
## 17876 Carkeek Retreat
## 17877 Beautiful Garden 1BR Apartment
## 17878 Luxurious Hollywood Apt w/Parking
## 17879 Deep in the Heart of Highland Park!
## 17880 HOLLYWOOD 3BR/2BA LUXURY PENTHOUSE + VIP TICKETS
## 17881 Guest house near LB Mem Hospital
## 17882 Redondo Beach Pier 1-1/2 mile to the Home 3 BR,2BA
## 17883 Adorable Apt w/ Parking by Beach in Venice
## 17884 New Orleans Luxury Apartment
## 17885 JUNE FLASH! 99 Private 1BR Loft, in Heart of CBD!
## 17886 Mardi Gras Studio Suite, Wifi & Parking
## 17887 GINGER ROGERS SUITE
## 17888 French Country East Village Studio
## 17889 Modern Santa Monica Adjacent, West LA Studio (303)
## 17890 Private Suite WeHo
## 17891 Radiant Marigny Cottage -- Close to French Quarter
## 17892 Downtown East End 2BR Loft
## 17893 The Chi-town Couch
## 17894 Art Filled Home, Inner NE Portland
## 17895 Heart of the Marigny Triangle
## 17896 Light-washed, newly constructed 2BR
## 17897 Big Convertible Guest Room at Brooklyn&Breakfast
## 17898 The Carlton, Brooklyn brownstone Duplex w/ garden
## 17899 Luxury 1BD apartment
## 17900 Airy + Bright 2 BR in Williamsburg!
## 17901 Cozy & Comfortable in the Heights
## 17902 Historic Mississippi District - Centrally Located
## 17903 Empty Nest Craftsman Home
## 17904 Embassy Suite on Embassy Row!
## 17905 Heart of DC - Walk, Bus, Metro!
## 17906 Charming, Walkable Capitol Hill Apt
## 17907 Cozy Cottage in North Park
## 17908 Bohemian Studio Near Downtown
## 17909 Rosie's Roost A Cozy Urban FarmStay
## 17910 E. Austin Apt Home - Walk Friendly!
## 17911 Fully Loaded Luxury Beach Condo!!!!
## 17912 Near the...Sand... Room w/ 2 Beds
## 17913 Beautiful MidCity Gem, close to Streetcar!
## 17914 Spare Bedroom - Columbia Heights
## 17915 A Jazzy Place- Harry Connick Jr Room
## 17916 Gorgeous View and Walk to Downtown
## 17917 Quaint & private garden aptm w separate entrance
## 17918 Hip Echo Park Studio Apartment
## 17919 Spacious w/parking & private backyard downtown LA
## 17920 Studio on S 1st
## 17921 The 2nd Awesomest Place in Austin
## 17922 BUNKHOUSE QUEEN B19
## 17923 PRIME Bright Cap Hill APT + HAMMOCK
## 17924 Quiet West Seattle Room
## 17925 Huge 3BR Townhouse w/ a Paris-Themed Master Suite
## 17926 HUGE mid-century modern, sunny flat w/ amazing cat
## 17927 Whole Fully Equipped 3 Bedroom Apartment
## 17928 Affordable, Clean / Cozy place near Subway
## 17929 Downtown Chicago Studio Apartment- Great Location!
## 17930 Boston Comfy Room 3, Phase 2
## 17931 Chinatown (Private Bedroom)【1】中唐
## 17932 Artsy New Marigny Bungalow!
## 17933 Modern Guesthouse Escape
## 17934 Guest House near LAX airport
## 17935 Lets play in the sand!!!
## 17936 Charming & Clean, walk to beach
## 17937 Historic Silver Lake Garden Flat
## 17938 A Place To Stay In Austin
## 17939 Logan Square gem! Parking included
## 17940 5 mins from downtown, updated Home!
## 17941 Downtown Treehouse Fusion
## 17942 Renovated House with beautiful yard
## 17943 WELCOME HOME!
## 17944 Room for rent, steps from the sand
## 17945 Large, private retreat close to LA attractions
## 17946 Charming Cottage in West Nashville
## 17947 DOWNTOWN CONDO WALK TO BROADWAY!!!
## 17948 St Charles Ave Studio
## 17949 Charming Division/Clinton Guestroom
## 17950 The Alberta Grotto in NE Portland
## 17951 Your home away from home :)
## 17952 Balboa Park/Hillcrest Retreat
## 17953 Designer Loft in Pioneer Square
## 17954 Modern 3 BR Row house in Cap Hill
## 17955 ❤ Hip Lincoln Park Pad w/ Theatre Room! ❤
## 17956 Private Room in the Arts District
## 17957 1920's Glamour on The Sunset Strip
## 17958 Tiny House in Paradise
## 17959 ☞ The Save Point - 8-Bit Themed Studio
## 17960 LARGE PRIVATE MASTER BED AND BATH / 65 Night
## 17961 Two beds for your weary heads
## 17962 Sweet Suburban Life / Bamboo Room!
## 17963 Perfect 2br East Nashville Cottage
## 17964 NEW 3-story 3 bedroom - Germantown
## 17965 Luxury, sunny, 4bd/3ba close to everything
## 17966 Cute Cottage in Sunny Ballard
## 17967 Fremont House Studio Apartment
## 17968 Charming Cow Hollow Retreat
## 17969 Your Bright & Spacious Mission home
## 17970 Get your thrill on Goldenhill!
## 17971 Charming sunny studio sleeps 3
## 17972 North Park Beauty
## 17973 Studio Timeshare/Hotel (Union Sq.)
## 17974 Beautiful Cottage in Castro/Noe
## 17975 Studio Apt Close to Zilker/Barton Springs/360
## 17976 Relax in Our Quiet Comfy Suite Near Reed College
## 17977 Cozy furnished Room in heart of DC
## 17978 Best Boston location, 2BR (M #2)
## 17979 Beautiful Brooklyn Room w/ Balkony
## 17980 Cheap & private close to everything
## 17981 Cozy 2 bedroom in private residence
## 17982 Gorgeous Apartment in Battery Park!
## 17983 Brownstone Home - BEST BKLYN BLOCK!
## 17984 Farmhouse Room
## 17985 TIKI-Themed Backyard-Classy & Hip Kitchen/Living!
## 17986 2-Bdrm Cottage, 2 Blocks from Beach
## 17987 Beautiful Cabin in Redwoods
## 17988 Clean Chic 2 Bedroom Apt by Yankee Stadium
## 17989 Romantic 1 bedroom Part2 Harlem USA
## 17990 Manhattan Room with a Garden View
## 17991 Modern 3BR in Soho
## 17992 Midtown East Simplicity
## 17993 Art-filled, bright spacious 1 bedroom prime W'burg
## 17994 Lovely stay next to Prospect Park
## 17995 ⚜ Perfect Nolita 1 Bedroom ⚜
## 17996 Park Slope Brooklyn brownstone apt
## 17997 Cozy 3 BD in the East Village
## 17998 Bright sunny room minutes to Midtown Manhattan
## 17999 Hip & Lux Garden Apartment and Backyard Getaway!
## 18000 Private Room 20 mins from Manhattan
## 18001 Putnam Garden -2BDR Lux Garden Apt
## 18002 Lofty room + Manhattan skyline!
## 18003 Charming sun drenched sanctuary
## 18004 Quaint Spacious Studio in LIC
## 18005 The Grand Estate, Into the Light
## 18006 1 WEEK SALE!! SUNNY MASTER BEDROOM NEAR MANHATTAN
## 18007 Spacious 1 Bedroom Apt in Brooklyn
## 18008 Private Room Right by Subway
## 18009 The Apt Upstairs
## 18010 Stay in Luxury Cadillac Limousine
## 18011 Private bathroom & entrance
## 18012 DuPont Cloud
## 18013 Unique NYDesigner apt min from all!
## 18014 Stunning Penthouse Duplex w/Terrace
## 18015 Perfect Sunny Room In Chelsea
## 18016 Cozy Secure Private Room in a Shared Loft - I
## 18017 Mod City Cabin, Hot Tub, Wood Stove
## 18018 Private Room for Frugal traveller
## 18019 Entire 2 BD Apt w/ 3 Beds (BACK)
## 18020 Bright, Modern Private Bedroom LOHI
## 18021 ★Private Room Overlooking the Park★
## 18022 Great Space.. Central Park Area!
## 18023 The Crib-Prized Mt. Tabor location!
## 18024 6 bedroom Wrigleyville Flat Sleeps 16!
## 18025 Pomona Chill Zone
## 18026 2Bd 2Bath Spacious! Close to Beach!
## 18027 GREAT ROOM IN CHARMING LOWER GARDEN
## 18028 SUMMER SALE! Urban Farm Suite - Private & Lovely
## 18029 Mid-Century Modern Concordia Home!
## 18030 A Great Find in DC! Family Friendly Energy Saver!
## 18031 Gorgeous Downtown Apartment
## 18032 No longer accepting bookings.
## 18033 Contemporary Urban - Guest Bedroom
## 18034 La Jolla Modern Room w Private Bath
## 18035 SUNNY QUIET ROOM 1 BLOCK TO SUBWAY
## 18036 * Spacious GARDEN Park Slope Duplex* 6 people max
## 18037 beautiful ROOM in a DREAM APARTMENT
## 18038 Great REAL Two Bedroom in Manhattan.
## 18039 Master Bedroom in Hip Williamsburg
## 18040 Brooklyn Brownstone w/ Private Yard
## 18041 Artistic pad in East Williamsburg!
## 18042 PRIVATE room at CENTER of Manhattan
## 18043 Private large room near LGA airport with queen bed
## 18044 Sunny luxurious loft Studio
## 18045 Relaxed Elegance in a Brownstone
## 18046 large 1 BR in heart of East Village
## 18047 Central Park - Cozy Room for 2
## 18048 Nice spacious room in a 2 bdrm apt
## 18049 Sunny Room, Full Bath, Own Entrance
## 18050 Great space, amazing location
## 18051 Midtown East, 1 Bedroom, Sleeps 4
## 18052 Bushwick Artist Loft - Awesome Room
## 18053 5-star breakfast, 10 min to downtown!
## 18054 Hygge Hideaway
## 18055 Amazing Walking Neighborhood!
## 18056 Private Room/Balcony in North Park.
## 18057 Private Room in a Beautiful House!
## 18058 Premium Studio by the Beach
## 18059 Room & Private Bath Near Beaches
## 18060 Charming Bed/Bath - East Downtown!
## 18061 Quiet apartment in downtown LA
## 18062 Comfortabl Spanish Home near Sunset
## 18063 NOHO HOUSE 2BEDROOM 1BATHROOM SAN FRENANDO VALLEY
## 18064 "Purple Haze Room" Tribute To Jimi! New Music Row!
## 18065 Charming Treme Shotgun
## 18066 Welcoming East Austin Guest Suite
## 18067 1BR luxurious sanctuary near lake
## 18068 Beautiful 2 Story Home Lower Garden
## 18069 SAFE AND QUIET FERRY TO THE QUARTER
## 18070 Cozy, Colorful Camelback w/2 Cruiser Bikes !
## 18071 Well-Located, Plush Home Steps to the Streetcar!!
## 18072 Suburban getaway in LA Valley!
## 18073 Charming Guesthouse Near USC
## 18074 Elegant Private Suite- LA
## 18075 Outstanding 1 Br by Millennium Park
## 18076 SUNNY LOHI RETREAT
## 18077 Moraga Canyon Elegant 3BR/2BA
## 18078 Charming studio in FAB location!
## 18079 Beautiful view of the East River
## 18080 amazing brand new one bed room apt
## 18081 Bedroom in Designer Loft
## 18082 Frere House, Alberta Arts; Top Flr.
## 18083 Comfortable Modern Downtown Condo
## 18084 Private Guest Studio in Arcadia
## 18085 Bienville Gem Centrally Located!!!
## 18086 Walk to Jazz Fest
## 18087 Bohemian Hilltop Duplex
## 18088 Beautiful Studio right next to LAX and BEACH
## 18089 Private Studio in Lovely Los Feliz with Parking!
## 18090 Spidey Pad
## 18091 EastNash XL Private Oasis 800 sq/ft
## 18092 Charming, Clean, Peaceful & SAFE! R
## 18093 4 Bedroom Lake View
## 18094 Villa Dubois (Entire House)
## 18095 Comfy and Eclectic Cully Bungalow
## 18096 Alberta Arts Cottage
## 18097 Good Vibes in a Great Space
## 18098 Hip Minimalist Flat 2BR
## 18099 Located in the heart of Queen Anne
## 18100 Historic Capitol Hill Loft -- Charm and Location!
## 18101 Spacious Immaculate Bungalow - Prime Venice Beach!
## 18102 Architectural Venice Beach Dream House!
## 18103 1BR/1BA WeHo Apt, Near Sunset
## 18104 Spacious, 2BR Green Hills Townhouse
## 18105 room#2 cozy & creative "ARTSY ROOM"
## 18106 Beach Haven Bungalow
## 18107 Spacious Room up to 8 Guests
## 18108 Nola Dreams
## 18109 Cozy Garden Studio
## 18110 Private Large Room in Lincoln Park
## 18111 Adorable studio in great neighborhood!
## 18112 Woodland - Room in great Austin location
## 18113 Koreatown/Downtown New 3BR with A/C!!
## 18114 Lincoln Park Oasis - Unit 1 ONLY
## 18115 Eclectic home in Mar Vista
## 18116 casa con mini árbol de mango plant
## 18117 Private room/restroom SpringSpecial
## 18118 Charming Craftsman Guest House
## 18119 Beautiful, Historic Mid-City Home
## 18120 Park Slope haven 15 mins from Soho
## 18121 Beautiful modern Manhattan studio
## 18122 Sleeping in NYC, like home (1).
## 18123 Clean&Bright BR, 2 min walk to Trains,Close to all
## 18124 MODERN DUPLEX LOFT~Central Park~4 Beds & PATIO!!!!
## 18125 Enjoy Home of Haitian Fine Art
## 18126 Large White Room overlooking Bridge
## 18127 Large Studio Apartment
## 18128 Park Slope: Sunny Private Top Floor
## 18129 NYC Brooklyn Sunset Park- Great Bed. Great House.
## 18130 Heart of North Park ~ Large Craftsmen Home w/ Yard
## 18131 Charming Brooklyn apartment w/patio
## 18132 Airport F1 COTA SXSW ACL Downtown
## 18133 Great Economical 2/2 Near Downtown!
## 18134 Spacious 2 bedroom apt
## 18135 CHIC Full floor apt, 2 BR - central
## 18136 THE LIBRARY LOUNGE
## 18137 Room3-Comfy+Clean Queen Bed @TWBGH
## 18138 588A Brownstone Hospitality
## 18139 Beautiful designer studio on 1st
## 18140 Cozy Convenient Room in the East Village
## 18141 1800sf Urban Goddess Brooklyn Loft
## 18142 1BD across Wrigley Field
## 18143 All New..walk to Downtown Denver!
## 18144 Hot & Modern South Loop / Downtown Loft! (2206)
## 18145 Beautiful 1 bedroom by Universal
## 18146 Long Beach Shoreline Vacation
## 18147 #1 - Five minutes to LAX and The Forum
## 18148 Laurel Canyon cottage, W.Hollywood
## 18149 Central 2b/2ba - DT Culver City Comfort
## 18150 Live Like a Local in the French Quarter
## 18151 Half-double in the Marigny
## 18152 Beautiful apt in Soho
## 18153 NYC Large bright room in great spot
## 18154 Sunny Room with Private Entrance
## 18155 Bright Bedroom in a Brooklyn Loft
## 18156 Giant Bedroom - Steps from Subway
## 18157 Beautiful, Newly Renovated Bushwick Apartment
## 18158 The Garden Apartment
## 18159 Cozy 1 BR in Exposed Brick SoHo Apt
## 18160 Fort Greene 2 Bed Lux Apt
## 18161 Private suite in Carroll Gardens
## 18162 Elegant Private Bedroom 1 min from BART
## 18163 Futon & Comfy Couch!
## 18164 The Shabby Shack LLC
## 18165 MODERN, Spacious, new LOCATION
## 18166 Roots @ the Center of the Universe
## 18167 4 BED CRAFTSMAN CENTRAL LOCATION :)
## 18168 Ballard, Seattle Cozy Studio Apt.
## 18169 Steps to Metro, handsome studio apt, great garden
## 18170 LOCATION....LOCATION...LOCATION...(metro 2 blocks)
## 18171 Beach Lovers Dream!
## 18172 Exquisite Spacious Studio in Midtown
## 18173 Brooklyn Factory Green Door
## 18174 Gorgeous Unique Garden-Terrace-Apt.
## 18175 Deluxe Harlem 2 Bedroom
## 18176 Spacious Prospect Park Garden Apt
## 18177 GORGEOUS APT IN HEART OF SOHO! 1BD
## 18178 BUNKHOUSE ECONOMY QUEEN HALL BATH B07
## 18179 Great VIEWS, LOCATION, w/ Garage
## 18180 Allied Garden Cottage - Gold Room
## 18181 Charming & Bright Spacious Townhouse
## 18182 LUXURY 2 bed/2 bath by The Grove
## 18183 Private 2nd Floor BR, Bath, Parking
## 18184 Gorgeous, Chic Townhome Downtown!
## 18185 Elegant Master Bedroom in Lakeview
## 18186 Amazing Designer Dowtown Loft
## 18187 Room D Quite Single Bed Room
## 18188 MasterBed in the Perfect Beach Home
## 18189 Carriage House Near Studios, USC +
## 18190 Large, comfy desert home on a hill
## 18191 Garage converted to Guest house
## 18192 Spring in heart of Santa Monica!
## 18193 Nashville Retro Inn (3 bed, 3 bath)
## 18194 Prvt Bed & Bath in Cozy Ranch Home
## 18195 Cozy Condo in Beautiful Sylvan Park
## 18196 1st Floor Luxurious Home In Treme Landmark
## 18197 Chinatown (Private Bedroom)【4】中唐XIU
## 18198 UPTOWN Private Apartment - 1 Bedroom - Sleeps 4!
## 18199 Heart of the northside of Chicago!
## 18200 Comfortable, quiet room in house
## 18201 Sunny 1 Bedroom with parking
## 18202 Sunny & Cozy in Central Austin
## 18203 Spacious 2 bedroom Apartment.
## 18204 Garden Apt in Heart of Capitol Hill
## 18205 Home SUITE Home
## 18206 "La Casita" enchanting guest house
## 18207 La Jolla WindanSea Paradise
## 18208 Tranquil & private garden studio
## 18209 Spacious Studio
## 18210 Cottage in the Mission
## 18211 99 Comfy 1Bed in Cap Hill
## 18212 Cozy and Centrally Located Bedroom
## 18213 Charming room in a great location, Licensed Rental
## 18214 Big Gramercy - 3 Bedroom
## 18215 Big City of Dreams! East Village.
## 18216 Williamsburg Private Retreat_NYC
## 18217 The apartment- Near Prospect Park
## 18218 Nice small room near Times Square !
## 18219 Cozy, Updated 1BR Walk Out Basement APT by Capitol
## 18220 Stunning 4BR Capitol Hill Row House
## 18221 Charming Lrg 1 bdrm w/stunning view
## 18222 Sunny Flat by Ocean Beach w/Free Prkg & Laundry!
## 18223 Penthouse Beach Studio Flat, Views!
## 18224 Miraloma House with Stunning Views
## 18225 Double room full bath and Parking
## 18226 Private room in Chicago
## 18227 Lakefront Huge 1 Bedroom W/Parking
## 18228 Beachy, light-filled Silverlake 1bd
## 18229 King Size Bed / Cable TV / Wifi
## 18230 Spacious room, quiet street near LAX/Venice Beach
## 18231 Gramercy Place---monthly dorms
## 18232 The Gentilly House near City Park
## 18233 Modern Condo in Printers Row "Temporary Discount"
## 18234 Bright, Cheery Logan Square Getaway
## 18235 1 BR SUNSET STRIP GST HSE/POOL-VIEW
## 18236 Stunning A List Celebrity Compound
## 18237 The Bird House
## 18238 Charming West Adams Studio - Single Occupancy
## 18239 ★East Village★ #1, Private Room, Free W&D
## 18240 Spacious Room in Park Slope
## 18241 Large Sunny Bedroom with Empire State Views
## 18242 Right in the center of Manhattan
## 18243 Amazing room in uptown Manhattan
## 18244 Private Room close to subway (1/3)
## 18245 Beautiful Bedroom in Harlem
## 18246 Comfy Oakland room next to the lake
## 18247 Harlem Renaissance
## 18248 Free Airport Pickup fr JFK/LGA w. 5 day min. stay!
## 18249 Shelbourne Arms
## 18250 Desert Room Hyde Park
## 18251 Charming Rogers Park Bedroom
## 18252 River north studio 2
## 18253 Tiny Room, Big House
## 18254 Hollywood Large 1 Bedroom I
## 18255 Spacious bedroom by the beach. Santa Monica, CA
## 18256 Santa Monica Loft - Walk to beach
## 18257 Garden retreat/master suite/private
## 18258 S.W. Portland Farmhouse Cottage
## 18259 Kayaks + Large Studio-Style Bedroom
## 18260 King Bed in Perfect Downtown House
## 18261 Modern 3 Bedroom SF View Home
## 18262 Cozy Townhouse with Private Deck
## 18263 Sunny Bedroom + Private Bath
## 18264 Art Collector's Brooklyn Hideaway
## 18265 Charming room in PRIME NYC location
## 18266 Bright and Spacious 3 BR Private Apt
## 18267 Great apt in awesome area
## 18268 Stunning 3BR loft in Williamsburg!!!
## 18269 1bd in a sunny 2 bd Ft. Greene Apt
## 18270 Cheerful English Basement w Garden
## 18271 Del Mar condo. Non-smoking!
## 18272 Travis Heights Gem
## 18273 Spacious Bungalow Guesthouse
## 18274 NEW PENTHOUSE BILLION DOLLAR VIEWS
## 18275 Loft & Bath On Top Floor in JP Boston Near Train
## 18276 New REHAB - 2Bd/1Ba Lakeview/Boystown *CUBS*
## 18277 2 Bedroom 1 Block to Fullerton L
## 18278 Charming Studio with Kitchenette
## 18279 2b/2b Super Lux Huge Corner Loft in the Sky
## 18280 LAX Quaint Studio in Hostel Hotel w/ Queen Bed 101
## 18281 Co-living in PodShare
## 18282 East Nashville's perfect hideaway
## 18283 Matt's Place: VIP Day Room Bed
## 18284 Subterranean suite near downtown
## 18285 Room Minutes Away From Venice Beach
## 18286 Luxury/The Grove, Private RM/BA
## 18287 Charming Topanga Fernwood Escape
## 18288 Ocean View Private 2 BR Guest Apt.
## 18289 Adorable Quiet Retreat Pvt Courtyd on St. Car Line
## 18290 East Hollywood Large 2 Bedroom Free Parking
## 18291 Large studio in North Hollywood
## 18292 Alberta Arts
## 18293 Couch in Portland on OHSU Hill
## 18294 Spacious Top Floor 4Bd/2Ba Marina Flat
## 18295 Lovely Union Sq. Timeshare/Hotel
## 18296 Surfer's Hideaway - Old style MB!
## 18297 Large bedroom by Monuments/Smithsonian/Tidal Basin
## 18298 Victorian in the Heart of Ballard
## 18299 15 minutes to Downtown w Parking
## 18300 Downtown 2Bed Western Sunset Views
## 18301 Charming studio in Belltown
## 18302 Cozy Studio in the Woods ~Near Town
## 18303 3 Bed / 2 Bath Wash Park 2 Story
## 18304 Cozy room near downtown - Oriel
## 18305 Great Studio Apt in Heart of Wrigley, Lakeview!
## 18306 BEST LOCATION IN HOLLYWOOD!!!
## 18307 Character Hollywood 2 bed w/ Deck.
## 18308 Welcome to The Doll House !
## 18309 Charming Nations Home
## 18310 Cozy Apt by The Grove w/great views
## 18311 Whittier/OC/LA 3BD Near attractions Best Deal
## 18312 Sunny Brooklyn Heights 1 BR apt.
## 18313 1BD,shared bath&kitchen in lic
## 18314 2 bedroom Home...10 min to NYC..SUMMER SALES!
## 18315 French Quarter Cottage *Lovely & Charming*
## 18316 Venice Beach cottage - Abbot Kinney
## 18317 Private Bed&Bath-Art District NOHO
## 18318 Big + Bright 1BD Apt near Melrose Avenue!
## 18319 Place under the sun
## 18320 Downtown Master Bedroom Priv Bath
## 18321 Downtown Chicago Loft Apartment
## 18322 Cozy bedroom in Edison Park Chicago
## 18323 Bright Comfy Marina Guest House
## 18324 Modern Beach Apt Steps to Beach
## 18325 Modern Clean Room West Hollywood
## 18326 Hollywood Walk of Fame - Entire 2 Story Townhouse
## 18327 HOLLYWOOD MOVIE STAR 6 BEDs POOL VIP LUXURY SUITE
## 18328 Queen room - great area - short bike ride to beach
## 18329 Woodland Hill/Warner Ctr. Retreat I
## 18330 Lakeview home close to Wrigley
## 18331 Townhome 2 Miles from Downtown
## 18332 The Astro Lab
## 18333 Luxury 1BR SoHo Loft! A+ LOCATION!
## 18334 Private rm in cozy WILLIAMSBURG apt
## 18335 Beautiful & Private Manhattan Room
## 18336 Clean and Bright (Please read note)
## 18337 Central spot (3) - near metro & bus
## 18338 Cozy Fremont Apartment
## 18339 Capitola Beach House on River
## 18340 Best shared space near Hollywood
## 18341 Architectural Gem-Hike to Beach 2
## 18342 Lovely and sweet room
## 18343 3BR/2B:Charming East Nashville Home
## 18344 ✭☆☞ Destination LA ☜☆✭ Walk Score 99
## 18345 New Venice Retreat w/ Chefs Kitchen
## 18346 Spacious Victorian - East Nashville
## 18347 Modern, walkable, Kerns apartment
## 18348 Comfortable private room bathroom
## 18349 ON A HILL BY DNT L.A/ KECK USC
## 18350 Luxurious Heart of LA,Private RM/BA
## 18351 Private room, close to subway -R2
## 18352 Modern Warner Center Apartment in Los Angeles area
## 18353 Gowanus Apt Close to Manhattan
## 18354 UNIQUE APT COZY APARTMANT
## 18355 Spacious 1BR By Prospect Park
## 18356 360° Views - Modern Greenpoint Gem!
## 18357 Upscale Private Queen Rm/NYC/Metro
## 18358 Private Studio Apartment PLUS Driveway
## 18359 Fall in Love: Luxurious Sky-High 2BD/ 2BA +Terrace
## 18360 Rare, elegant, sunny and large loft with sauna
## 18361 Big master room with own bathroom!
## 18362 Private suite in Phinney Ridge home
## 18363 Cozy BR in the Heart of 14&16thSt
## 18364 Studio Apartment - Perfect Distance to Caltech
## 18365 French Luxury Suite Studio/1bd Apt #C
## 18366 A safe place to rest.
## 18367 Spacious Humboldt Park Condo for 6
## 18368 Private, large room. Central -R4
## 18369 Magical Bungalow With Patio By Abbot Kinney Venice
## 18370 HIP VENICE 2 BEDROOM STEPS 2 THE BEACH !
## 18371 ★Venice Canals Oasis ★ 4 Bdr ★ Walk to Beach
## 18372 Warm Cozy Guest Suite, Private Bath
## 18373 #1 Loft Atop Historic LA Skyline
## 18374 Quaint, Roomy, 3bed/2ba Hillside Silver Lake Home
## 18375 BelAir LOFT, UCLA Rodeo Dr, Sunset
## 18376 Quiet and cozy.
## 18377 NW 23rd/Nob Hill Pied-à-Terre
## 18378 Paradise in the Heart of the City
## 18379 Convenient E Capitol Hill Studio!
## 18380 Capitol Hill Excursion Part four
## 18381 Stylish Capitol Hill Apartment
## 18382 Unbeatable Hill Location!
## 18383 Private Hideaway in Bayou St. John
## 18384 *****GREAT ENTIRE APT 2BDR*****
## 18385 Bushwick Cool n Cozy
## 18386 Large Irish Channel Apartment
## 18387 Marigny Bungalow w/ PRIVATE POOL!
## 18388 Fabulous Fully Furn Hollywood Condo
## 18389 Revamped One Bedroom Apartment
## 18390 Private backyard room. Queen bed.
## 18391 Beachy 3BD House Near Beach/LMU/LAX
## 18392 Guest Suite in Zilker Townhome
## 18393 Modern Design 2BR Penthouse in Hip Logan Square
## 18394 Dog Friendly Gem in the Highlands
## 18395 Attached Studio in the heart of LA
## 18396 Stylish home, close to everything
## 18397 Bright and comfortable in St Johns
## 18398 Wilshire Cottage
## 18399 A Musician's Mediterranean Dream
## 18400 Comfy Bed in Bungalow @ Hostel!
## 18401 Arts District Pod!
## 18402 The Hummingbird Room: 1bd/1ba (Detached from Room)
## 18403 U1 Self check-in / Private Room / late arrival OK –
## 18404 SHARED ROOM in VENICE BEACH HOSTEL
## 18405 The Magee Manor Bed And Breakfast
## 18406 Right price Right place DC
## 18407 Cozy Private Guest Cottage
## 18408 Cozy 1BR/1BA In-Law Unit w/ Views
## 18409 Tri-Taylor private room
## 18410 Clean and Simple Green Lake Studio
## 18411 Bright bdrm in lovely Bernal Home
## 18412 Comfortable & Spacious Apartment - Prime Location
## 18413 Master Suite in heart of Austin!
## 18414 Bucktown Bunkroom
## 18415 Heart of River North: Near Nightlife & Shopping
## 18416 Central DC Room. shared bath. A23. Washington
## 18417 Roscoe Village 3 Bedroom Gem!
## 18418 Hollywood Hills Canyon Cottage
## 18419 LUX 2bdr West Hollywood Apt!
## 18420 East Vill - Great studio
## 18421 Convenient location + Rooftop Acces
## 18422 * BROOKLYN FACTORY LOFT *
## 18423 Rockridge Cottage with Great Access
## 18424 The Concierge Cottage
## 18425 Lovely room in historic row house
## 18426 Light and airy 2 bedroom apartment.
## 18427 Traveler's Studio in Hell's Kitchen
## 18428 Comfy garden level room at Brooklyn&Breakfast
## 18429 Williamsburg, Brooklyn NY
## 18430 Modern cozy apartment in Brownstone
## 18431 Luxury 1Bed with Central Park Views
## 18432 Great 1 Bedroom Apt Williamsburg!
## 18433 Ideal, East Village 2 Bedroom Suite
## 18434 Beautiful, Bright, Williamsburg apt
## 18435 THE Brooklyn STAR
## 18436 Million view New York Williamsburg Loft!
## 18437 Quiet Comfy Stay in Heart of NYC!
## 18438 Cozy 1br Lower East Side Apartment
## 18439 Basement Studio Near Laurelhurst Park
## 18440 Bright & Cozy Overlook Loft near MAX Light Rail
## 18441 Modern Architect's House with Tons of Light
## 18442 Post-Apocalyptic Cubby Room
## 18443 Old World Charm-Prvt Entrance/Bath
## 18444 Studio in the Upper East Side
## 18445 Ideal Extended-Stay DC Apt. Rental
## 18446 Inner SE (Hawthorn/Division) Launching Pad
## 18447 Relax with a CANNACATION!
## 18448 Private Suite, South Central Austin
## 18449 Studio in Back bay
## 18450 South Slope Modern + Spacious with Outdoor Deck
## 18451 BROOKLYN FAVORITE VACATION HOME 2
## 18452 MAY SALE! 2BEDS IN PRIVATE BEDROOM NEAR THE CITY!
## 18453 Newly Renovated in Gramercy Park
## 18454 Brooklyn bedroom near Prospect Park & subway
## 18455 HIGHEST RATED ONE BLOCK 2 SOUTH CONGRESS! GORGEOUS
## 18456 A block from Train Nice 2 Bedroom 2 Full Bathroom!
## 18457 Huge Beacon Hill House - Roof Deck!
## 18458 Classic Hollywood Apt with Private Bungalow Feel
## 18459 Private room in DTLA/Hollywood
## 18460 Stunning Silverlake Classic
## 18461 Private room with shared bathroom
## 18462 Spacious 2Bd Apt in St. Roch!
## 18463 Jewel Box in Georgetown 3 BR 3 Bath
## 18464 The DC Man Pad! Stately 3 Bedroom in Dupont Circle
## 18465 Escape to Paradise in the Redwoods!
## 18466 Cozy Garden Level Studio Apartment
## 18467 Charming 1919 cottage in Ballard
## 18468 Private BR+Bath Near Central Park
## 18469 2 Bdr Loft Apt in Nolita/Soho LES
## 18470 Perfect in Park Slope: EZ 2 NYC
## 18471 Modern Two Bedroom, Two-Level Apt
## 18472 The Great Sleep Room 10 mins to JFK
## 18473 Comfy private room in Williamsburg's top location!
## 18474 Luxury Modern 2bd by Central Park & Columbia Univ.
## 18475 Charming studio near Washington Square Park!
## 18476 Gorgeous, Super Clean Gramercy 2BR
## 18477 Apt. in LIC - 5 mins from Times Sq.
## 18478 Cozy, Master Bedroom w/ City View!
## 18479 Comfortable Apt near Bloomingdales
## 18480 Lovely Private Safe Apt Times Square NYC
## 18481 Spacious incredibly lit on top fl.
## 18482 Airy Apt w/ Balcony by Central Park
## 18483 Two Dragon Loft within a Loft
## 18484 A Life in Brooklyn
## 18485 Bright and Sunny Williamsburg Oasis
## 18486 Modern,Spacious 2 Bedroom Apartment with Parking!!
## 18487 Entire 2br+patio Upper West Side
## 18488 Room E
## 18489 Spacious Williamsburg One Bedroom
## 18490 Steps From Time Square
## 18491 Beautiful 2 bed apt in Brooklyn
## 18492 Spacious Room with Private Entry
## 18493 1BR1B Cozy Guest Cottage/Great Pasadena Area
## 18494 Designers Apt Therapy Featured Gem Sleeps 6 w Park
## 18495 Sweet Stay at our little house
## 18496 Elegant Guest House in Prime Walkable Location
## 18497 Charming 1 bedroom in Mar Vista
## 18498 Compact Studio near Los Angeles Convention Center
## 18499 GELAJA LAX,BEACH & CASINO HOME
## 18500 Los Feliz Hillside Guest House
## 18501 SILVERLAKE HILLS RETREAT WITH VIEW!
## 18502 Garden 7 BR Charmer off Magazine
## 18503 Heart of the French Quarter.
## 18504 Excellent base camp for Austin fun
## 18505 Hill Country 3BR Villa w/ GrandView
## 18506 Spacious 1 Bedroom Near Wrigley
## 18507 Beautiful 2BR in Heart of Downtown
## 18508 In the heart of Boston Rate115-189
## 18509 Sylvan Guest House - Rest & Relax - Quiet & Secure
## 18510 700 SF. single guest house +
## 18511 Dillard's Pool House Griffith Park
## 18512 Long Beach 1 bedroom
## 18513 Lovely NoHo 2BDRM house to yourself
## 18514 Larchmont/Hollywood/Hancock Park
## 18515 Luxurious living in the Downtown LA
## 18516 Old Town Loft in a Great Location
## 18517 Comfortable, Social-friendly Apt
## 18518 1 Private Bedroom / East Village
## 18519 2 BEDROOM - DOORMAN - SKYSCRAPER!!!
## 18520 Great cozy in Brooklyn
## 18521 Beautiful, large, charming spot
## 18522 Spacious Room in Pike Place Market!
## 18523 MidCentury Bungalow 2bd/2bth
## 18524 Euro-style loft in Little Italy- SD
## 18525 3BD Row Home in Heart of City
## 18526 Private West LA Pool House Studio
## 18527 Luxury Downtown LA Loft with Views & Parking!
## 18528 Grand Canal Studio
## 18529 Old Town Pasadena 2Bed/2 Bath
## 18530 Luxury 2bd near STAPLES Center.
## 18531 Home Sweet Home
## 18532 Spacious Light Filled Room
## 18533 Vintage Loft Downtown Loop
## 18534 Getaway Spot
## 18535 Hillcrest At Its Best
## 18536 Charming Rowhouse Near Union Station & H Street
## 18537 Luxury apartment in the HEART of LA
## 18538 Mi CASA es TU CASA in WEHO!!!
## 18539 Luxury Apartment in Hollywood
## 18540 Historic Home Near Vandy
## 18541 SUMMER SALE - Bright Urban Farm Cottage!
## 18542 Sunset Views Hillside HotTub Home
## 18543 1BR Venice + Patio by Abbot Kinney!
## 18544 800 sq ft Music Row Suite
## 18545 French Quarter Hideaway
## 18546 Glamour Stay in Hollywood
## 18547 Master Room/Bath & Private Entrance
## 18548 Hollywood Walk of Fame Deluxe Suite
## 18549 Brand new studio walkable location
## 18550 Private floor 2BR + 1 BA + Parking
## 18551 One bedroom. Private apartment!
## 18552 Eastside Tiny Cottage Near Downtown
## 18553 Private Rm+Bath in Beautiful Condo!
## 18554 Bedroom with private bathroom/terrace/ entrance
## 18555 Your Cozy 2nd Home!Near O'Hare Airport/Entire Apt
## 18556 Spacious/private Bedroom near LAX
## 18557 Palm trees far as the eye can see
## 18558 BRIGHT MasterSuite PRIVATE ENTRANCE
## 18559 Private Garden Level Suite 5mi to French Quarter
## 18560 City Park/Bayou: Clean, Spacious, Safe, w/ Kitchen
## 18561 Authentic Style Brooklyn Loft
## 18562 Charming 1BR in Brooklyn Heights
## 18563 Greenpoint Brooklyn Modern Charm
## 18564 Amazing room in NYC!
## 18565 3 Bedroom on 5th Avenue
## 18566 Beautiful Room in Lovely UES 2BR!
## 18567 Craftsman + Cottage in East Austin
## 18568 Clean, Comfy and Fully Stocked Hyde Park Studio 2
## 18569 Private Room in Retro Cool Home
## 18570 Large Room in the Mission!
## 18571 Cozy Private Room at the Beach!
## 18572 Excelsior Lovely Modern Apartment
## 18573 Spacious, Modern, Family Friendly
## 18574 Tranquil hide away in the city
## 18575 Private entrance, great location
## 18576 2-bedrooms Historic Fort Stockton
## 18577 Beautiful Master Bedroom
## 18578 Back Bay Gem 2
## 18579 2BR in Upper East Side - Steps to Subway
## 18580 Stylish 1 Bedroom w/terrace perfect location
## 18581 Amazing Doorman BLDG 2BR Sleep 6
## 18582 Room for rent in spacious 2 bedroom
## 18583 Stunning 2-Bedroom Home in Prime East Village!
## 18584 1 Private Bedroom/ East Village
## 18585 Suite One at Bryant Manor
## 18586 Handsome Pre-War Apartment (1BR)
## 18587 Comfortable Private Room w/ 1 Full Bed
## 18588 Cozy Clean Room in Bed Stuy
## 18589 Budget/diamond in heart of Harlem
## 18590 Cozy 2bd Home 2 blocks to Time Sq!
## 18591 Room by Central Park,Harlem, NY
## 18592 Bright and Cozy East Village Nest
## 18593 LUX LIVIN' IN LAKEVIEW!
## 18594 HOLLYWOOD 7BEDs PENTHOUSE MONROE POOL SPA VIP HOME
## 18595 Guest house with beautiful view
## 18596 ***Brand New Venice Beach Remodeled Ocean Views***
## 18597 Loft in heart of Old Town Pasadena
## 18598 Silver Lake Garden Getaway
## 18599 2BR/1BA UT Campus Central Bungalow
## 18600 Greenwich Village Dream with Garden
## 18601 Designer Tiny House Experience
## 18602 Big bright room in 3 bedroom duplex
## 18603 Rare Loft in Victorian house
## 18604 Relax with a CANNACATION getaway!
## 18605 Quiet and Green, Phinney Getaway
## 18606 Hip, Walkable Townhome in Seattle
## 18607 Colorful Queen With a Private Bath
## 18608 Private space in trendy Williams District
## 18609 Surf meets Turf
## 18610 Pause and Reflect at Voss Gardens
## 18611 Eco-groovy Room in the Mission!
## 18612 Great bedroom in Tenleytown
## 18613 Full Apartment right off H St
## 18614 LOVELY ROOM IN A PERFECT LOCATION!
## 18615 SPRING SPECIAL! EAST VILLAGE, LOCATION LOCATION!!!
## 18616 Comfortable Room with a Big View on Wall St.
## 18617 Peaches Paradise.
## 18618 Luxury 4BR/3BA above Dwntn, up to 9
## 18619 Cool Mission District Apartment
## 18620 Big 3BD 2 blks to Beach Ocean View
## 18621 Our 2nd Cozy Room on Capital Hill
## 18622 The Best shared space in Hollywood
## 18623 Venice Beach Artist's Haven
## 18624 Cool East Nashville Cottage!
## 18625 GORGEOUS Apartment in Beverly Hills
## 18626 Relaxing Space/Close to Everything
## 18627 Relax riverside in the redwoods
## 18628 Come stay on a sailboat in SF!
## 18629 Bunk Bed (G) in The Society Hotel
## 18630 Home away from home in South Austin
## 18631 Cozy Clarksville/Tarrytown Bungalow
## 18632 Artist Apt 1 blk to Venice Beach: parking+laundry
## 18633 4Br Blue Line "L" 90/94 Duplex Down
## 18634 Family Friendly in Capitol Hill w/Parking
## 18635 Private bedroom in the Heart of SE
## 18636 SUMMER: ALL-STAR GAME/COMICON/Twin bed/upstairs
## 18637 Beautiful home, lovely room w/ ensuite bath and TV
## 18638 2 br apt close to transit-sleeps 6
## 18639 Spacious room, private bath, pool!
## 18640 Bed & Bath with private entrance & terrace
## 18641 Studio in the BEST location!
## 18642 Modern Victorian Home in Noe Valley
## 18643 Charming beachside 1 bed w/parking
## 18644 25th and Shotwell/Folsom 1 bedroom
## 18645 Simple
## 18646 Great Deal! Steps to Central Park
## 18647 Center of Pike Street
## 18648 Bernal Heights Hollow -Top Location!-
## 18649 Huge 4/2 By Zilker & Barton Spring
## 18650 The Waterston House
## 18651 3 bedroom Garden Apt in South End
## 18652 Private room in large loft in HEART of West Loop!
## 18653 Porter House in East Nashville
## 18654 Modern & Spacious 2-Bedroom DTLA
## 18655 PrimeLocMinimalist Bungalow+ Parking&Private Patio
## 18656 LAX Quaint Studio in Hostel Hotel #26
## 18657 Cozy room in the heart of Los Angeles.
## 18658 Best location Astoria Queens
## 18659 Cute Nashville Craftsman Loft Apartment
## 18660 Historic Home - Close to Downtown
## 18661 SAFE Jazz Fest Luxury Home - Jacuzzi & Pool Table
## 18662 Great location with Balcony
## 18663 Eastside Bungalow & Brekkie
## 18664 Bright and Convenient 2BR in Logan
## 18665 Surround yourself with custom art!
## 18666 Trendy Condo in Sunnyside
## 18667 Cute House South Austin Room
## 18668 Luxury DTLA 2 Br 5 Beds Staples Convention Ctr
## 18669 Fun & Funky Cottage West LA
## 18670 2Bed/ 2Bath Spring Beauty in BKLN!
## 18671 Cozy Bedroom in beautiful Harlem
## 18672 Sunny bedroom perfect location
## 18673 Luxury One Bed in Coolest Building!
## 18674 Hyde Park Rooms3
## 18675 Charming Condo in Downtown Denver
## 18676 *Stylish & Cozy* in the very center of Hollywood
## 18677 Private Highland Park 1 Bedroom Apt
## 18678 Walkable, Hip, Clean LA Bungalow
## 18679 Studio29 Ktown. 4block to MetroRail. Free cleaning
## 18680 Cute Apartment in Gentilly
## 18681 Spacious luxury 2bedroom/2bath APT.
## 18682 Bachelor Style Apartment B
## 18683 Luxurious modern apt in gated Silverlake home
## 18684 Private bedroom in the Heart of Venice
## 18685 light & airy loft with pool
## 18686 The Malibu on the Ocean Lifestyle
## 18687 1 BEDROOM, 1.5 BATHS IN HISTORIC ROSE HILLS
## 18688 Malibu at Getty Villa - Ideal for 2
## 18689 Trendy & Cute Apartment: Room for 5! Biker's Dream
## 18690 |SOMA>1 Bedroom| EXQUISITE360views!
## 18691 It's a room; it's a quiet room!
## 18692 Historic Townhouse - Mott Room
## 18693 ON A BUDGET COZY IN BROOKLYN In NYC
## 18694 Luxury Designer Downtown Apartment
## 18695 Chelsea Dream Apartment
## 18696 Affordable 2 Bed Private Entrance Williamsburg
## 18697 Cozy & Clean Modern 1BR
## 18698 Enormous 1500 S.F. Sun-Drenched Apt
## 18699 Enjoy An Incredible Garden View Apt
## 18700 Peaceful Room in Sunny Loft
## 18701 Great, Sunny, Large, Studio Apt NYC
## 18702 Cozy private room on the westside
## 18703 Near the...Sand... Two Bed Room
## 18704 Luxurious Seattle Apartment
## 18705 Modern 1BR/1BA in trendy Petworth
## 18706 Private & Whole Floor to Yourself!
## 18707 Charming upgraded home, quiet area.
## 18708 Private basement apartment on park.
## 18709 Contemporary Venice Beach House
## 18710 3F Rm2 Vintage GrayStone Downtown
## 18711 Perfectly Located, Private, Cozy Suite
## 18712 Cozy bedroom in quiet neighborhood
## 18713 Warm and sweet room
## 18714 Two Cozy Twin Beds in Private Room
## 18715 Convenient green Victorian
## 18716 Fenway Park Top Floor Quiet Gem
## 18717 Beautiful Courtyard French Quarter 3
## 18718 VILLA HAUS-Vandy/MusicRow/Downtown
## 18719 Double Room in Beautiful Home!
## 18720 Pilsen Park View/ near UIC and Rush
## 18721 Top bunkbed/shared room 3 miles to LAX and beach
## 18722 Comfy room in big house nr Downtown
## 18723 Welcome Home!
## 18724 The Big Yellow House in SE Portland
## 18725 Delightful, Walkable Dupont Split-Level Condo
## 18726 Blissful Studio in Heart of Castro
## 18727 Sunset Garden Room-Private Bath
## 18728 King Bed, Business Travel, West Portal SF
## 18729 Mt. Tabor 1 BD, Close to All Things Portland
## 18730 Private Upstairs Suite on Mt Tabor
## 18731 Backyard Paradise near Mission Bay
## 18732 Cozy Studio Apartment in Santa Cruz
## 18733 Travis Heights Airstream
## 18734 Cozy Private Studio
## 18735 NEW Garage Apartment-Central Austin
## 18736 Restored Historic Home in Hip LoHi
## 18737 Boston Huge 1BR Best location (h2b)
## 18738 Welcoming & Cozy 2/BDR & 1BA Condo
## 18739 Lovely Silverlake Studio w/Parking
## 18740 Top value & location Hollywood 2Bd!
## 18741 Comfy Couch in Prime Hollywood!
## 18742 Unique and cozy one street from the FQ
## 18743 Lisa's Townhouse - Luxury & Style
## 18744 Cozy & Comfy 1 Bedroom Apartment!
## 18745 Sunny & Bright Charming Village Apt
## 18746 Cozy Room
## 18747 Magazine St. Studio 1 Lower Garden District
## 18748 Cozy private room in 1887 Farmhouse
## 18749 Garden District-Steps off Magazine
## 18750 Great 1 BR Apartment in West Town
## 18751 West Loop 1 bedroom w/ great view!
## 18752 Kanmore Guest House
## 18753 Trendy Huge 2 BR in the Center of Chicago! (902)
## 18754 Cozy Room & Bath in Renovated Second Floor
## 18755 Hollywood Large 1 Bedroom II
## 18756 Walking distance to UCLA. 4 bed 3ba
## 18757 Great 3 Bed House in Cool Uptown!
## 18758 Comfortable Studio
## 18759 DC Rowhouse in Historic LeDroit
## 18760 BUNKHOUSE QUEEN A01
## 18761 NYC Style Skylight Penthouse
## 18762 Cozy Heart of Hollywood Home Sleeps 8 rooftop deck
## 18763 Perfect 1BR/1BA House in Eagle Rock
## 18764 Sleek & Chic Near the Beach Venice!
## 18765 Nice Cozy place in nice house!
## 18766 Denver Micro Brew Oasis
## 18767 Be Cozy By Bayou St John
## 18768 Entire Jazzy Mid-City 18A 1BR House
## 18769 Jeff Davis the First
## 18770 Old New Orleans mixed with New
## 18771 Beautiful Romantic Hide Away at White Rose House
## 18772 Charming Bywater Hideaway
## 18773 Marina del Rey, Jacuzzi, near beach
## 18774 "Arri" Vintage Airstream, Beautiful Canyon Views
## 18775 A View of Boston Common
## 18776 Stylish 2-Bed Apt in Venice Beach
## 18777 Cozy Studio with Parking
## 18778 Beautiful room in NYC!
## 18779 Lovely Apt-Center of East Village!
## 18780 The Seattle Carriage House
## 18781 Art Oasis in East Austin
## 18782 Cool, Clean Univ Hts Room + Parking
## 18783 Seattle's hot Cap Hill - Pvt Room
## 18784 Luxury Corporate Apartment in NW DC
## 18785 Bright 1 Bdrm in Heart of Shaw
## 18786 Historic Condo/Historic District
## 18787 Swanky Loft + 4K Theater + Pool
## 18788 Amazing Private 2Bed in Hollywood!
## 18789 Bright clean room, private w lock!
## 18790 Beautiful, Light-Filled Apartment!
## 18791 Downtown Denver - 30th Floor, Clean
## 18792 Echo Park Spacious Bungalow 2 BR.
## 18793 Roomy 2BR in the Center of Chicago. The Loop (402)
## 18794 1 Bedroom Universal City with pool
## 18795 Cozy Room Near LAX Airport
## 18796 Cozy Studio Cottage; Gorgeous WALK to BEACH
## 18797 Venice Beach Life w/ Parking -50 Steps to the Sand
## 18798 Wooden Apartment-Factory Building -Un
## 18799 CLEAN & COZY 2 bedroom apartment
## 18800 CLEAN & COZY 2 bedroom apartment
## 18801 Gorgeous Sunny Simply Stunning!
## 18802 Guest Room in a welcoming home.
## 18803 Phenomenal 1br by Millennium Park
## 18804 Hip 2BR Loft in South Loop Downtown (615)
## 18805 Bromiliad Cottage, Lower Garden District
## 18806 洛城山顶.山景.独立房——福临轩
## 18807 The King Room
## 18808 Bohemian Beach House by the Canals
## 18809 Comfy 1/1 apartment in Clarksville!
## 18810 The Zilker Guest House Long-Term Rental
## 18811 CASAMIGOS
## 18812 Quiet, Contemporary Garden Refuge
## 18813 One Perfect LA Location
## 18814 Hana Iti
## 18815 Beautiful 1 Bedrm Topanga Apartment
## 18816 Private Room with Balcony.
## 18817 Cozy Studio in San Gabriel
## 18818 St. Roch 3 Sweet Renovated Shotgun
## 18819 Romantic 1876 Creole Cottage on Royal in Marigny
## 18820 Bright, wooded, modern, private entrance, close-in
## 18821 Bright & Airy Queen Anne Apartment
## 18822 Centrally located- room w/pb
## 18823 Comfy Private Room in Lakeview
## 18824 Room in Studio City
## 18825 Bright single room with best wifi
## 18826 Master En Suite/ Private Entrance
## 18827 Modern Beach Beauty (Venice, CA)
## 18828 Private room with view (Blue)
## 18829 2Br 1Ba on Sunny Valencia Corridor
## 18830 Garden House
## 18831 24HR Checkin, 2 Bed, WIFI, EZ access to downtown
## 18832 RIGHT on bay! Private room AND bath
## 18833 SPACIOUS HOME FOR YOUR AUSTIN VISIT
## 18834 Rogers Park - Lovely Room in our Condo!
## 18835 Modern Gaslamp Flat (Free Parking!)
## 18836 Very Spacious Mid-Century Gem
## 18837 Tenleytown/AU Park Basement Apt.
## 18838 Luxury Apt great location+Parking
## 18839 Live Like a Local
## 18840 Modern, Spacious 2 Bedroom Apartment w/ Parking
## 18841 U St/Logan Circle English Basement
## 18842 LAX Quaint Studio in Hostel Hotel #16
## 18843 Private Guest House - AC & Firepit
## 18844 Private room & jacuzzi with a view.
## 18845 Affordable Rentals: #LosAngeles
## 18846 Charming 1 bdrm in DTLA!
## 18847 New Modern Apt Hollywood Walk Of Fame
## 18848 Lovely Guestroom in Brownstone
## 18849 Spacious 1 bedroom in luxe building
## 18850 BLYN SPECIAL BUDGET PRICE IN NYC
## 18851 Spacious 2BR 1BA in SHARED House
## 18852 Exquisite Mission / Dolores Park Guest Room
## 18853 Private room in Garden Apt.
## 18854 Sunny, Stylish Edwardian, Yard,deck
## 18855 Modern Ocean View 2 BD w Parking.
## 18856 Designer's Haven-Free Park/Easy Bus
## 18857 2 Level Condo Loft in City Center
## 18858 Charming & Peaceful Private Bedroom
## 18859 Garden level studio w/backyard
## 18860 Stuyvesant Height Brownstone
## 18861 Charming Chelsea 1 Bedroom in the Heart of NYC
## 18862 Designer Basement Apt 新精緻舒適含窗半地下公寓
## 18863 Huge, Quiet Room, Near Columbia & Express Subways!
## 18864 Spacious and Cozy 1 Bedroom Apmt.
## 18865 Cozy Home 10min From Midtown Manhattan
## 18866 Lower East Side Private Room Oasis!!
## 18867 2000 sqf Duplex in Townhouse
## 18868 Nice Private Room Beauty in Queens
## 18869 Cozy Private Room w/ 1 Queen Bed
## 18870 Large Flatiron Large 2 bedroom
## 18871 Serenity & Charm in Brooklyn's Best Area
## 18872 Great Bedroom in Downtown Manhattan
## 18873 Cute, Bright & Private Room in NY(only for female)
## 18874 Private Bedroom & Private Bathroom on 8th Ave.
## 18875 Chic Hell’sKitchen/TimesSquare Pad
## 18876 Charming Garden Cottage in Oakland
## 18877 The best room for a solo traveller!
## 18878 Portland Urban Cottage
## 18879 Nopa Victorian
## 18880 NICE ROOM IN SF W/ PARKING NICE PLACE WELL LOCATED
## 18881 Aunt Sallys Vac Home-GREAT Reviews!
## 18882 Sunny Beach Studio
## 18883 Chic Living in Columbia Heights
## 18884 Music Lovers' Haven! Walk to E. 6th
## 18885 b Pleasant & Peaceful near T & Bus
## 18886 Private Basement Accommodation
## 18887 Sunlit 1 bedroom in NoLita
## 18888 Stylish + Roomy East Village Studio
## 18889 Sunny and Spacious 2BR East Village
## 18890 Cozy Room near Beaches / JFK / Hospitals
## 18891 Lively Rm w/Private Entrance & Bath
## 18892 The BEST Alberta Arts Location!
## 18893 Historic 1892 Victorian w/views
## 18894 Location! Mid-city Spacious Studio
## 18895 Apartment ready, 3rd st promenade
## 18896 1 Bedroom Apartment
## 18897 Seattle Cozy Cottage in Maple Leaf
## 18898 Newly Remodeled Pacific Heights Studio
## 18899 Mission Private 1BR/BA Luxe Garden Suite, Prvt Ent
## 18900 Sunny room with private bathroom near central Park
## 18901 Room in Manhattan New York
## 18902 MAISON DES SIRENES1,bohemian apartment
## 18903 Welcoming Small Comfortable Room!
## 18904 Spacious Two Bedroom with Sunroom
## 18905 Luxury Loft Noho New York City
## 18906 Big WBurg Rm, 5 min from L, Fits 4!
## 18907 Brooklyn's finest by Prospect Park
## 18908 Charming Abode In The Heart of NYC
## 18909 Beautiful 3 Bedroom Apartment
## 18910 TIMES SQUARE THE PLACE YOU WANNA BE
## 18911 Nice, Private Room- Couples, Family, Small Group
## 18912 2BR. Brooklyn Loft
## 18913 Cozy bedroom with queen size bed.
## 18914 Idy Safe Secure mins to Times Square 5*
## 18915 CLASSIC BEDROOM CLOSE TO MANHATTAN
## 18916 Very nice studio in West Village
## 18917 3 BR 2 BA Luxury Midtown Highrise W/ Prvt Balcony
## 18918 NYC Skyline Penthouse
## 18919 Cozy 2BD in the heart of San Diego
## 18920 Great Place To Stay
## 18921 Beautiful House in Prime Location
## 18922 Room in renovated apartment (Full size bed)
## 18923 The Comfortable room in a heart of Los Angeles
## 18924 A cozy 1BD just minutes from LAX
## 18925 Penthouse Hollywood View + Balcony!
## 18926 DOWNTOWN LA PENTHOUSE RESORT SUITE 6BEDS + 2 POOLS
## 18927 3 Bedroom,Steps from Sand in Venice
## 18928 Spacious 4BD in LA / Hancock Park
## 18929 Santa Monica Beach Suite 8
## 18930 MUSIC CITY TOWNHOUSE
## 18931 Awesome Master Suite in 7th Ward
## 18932 Hip Studio in HOT Ukrainian Village / Wicker Park
## 18933 Simple and Accessible Home
## 18934 Cozy Cottage
## 18935 Funky Frenchmen st. Wonder house!
## 18936 Private Room /cozy South Torrance
## 18937 Silverlake, Sunny room, Great views
## 18938 Little Tokyo/Arts District room 206
## 18939 **LUXE HOLLYWOOD GETAWAY 2BR **
## 18940 Charming & Sunny Silverlake Getaway
## 18941 1Bdrm CHIC ARCHITECTURAL ECO LOFT
## 18942 Private Room, Free Parking!
## 18943 Private room w/ full house
## 18944 Budget apt in PRIME HARLEM Location
## 18945 In the city! Central park!
## 18946 2Bd/1Ba Hell's Kitchen/Chelsea/MSG
## 18947 Amazing Fully Renovated Studio
## 18948 Brownstone apt in historic Brooklyn
## 18949 Beautiful Upper East Side Apartment
## 18950 Heart of UES/Manhattan/Central Park
## 18951 Hollywood One Bedroom
## 18952 Private Room 5 min from OHSU.
## 18953 2 minute walk to Alberta street!
## 18954 Garden room, outdoor jacuzzi
## 18955 Motor Yacht - Grand Banks 42
## 18956 Walkable Cherrywood Home near UT and downtown
## 18957 Charlestown Penthouse w/Private Rooftop Views
## 18958 Pasadena private room near Old town, train station
## 18959 Micro House Adventure!
## 18960 Private Suite Near Downtown, Zilker
## 18961 Large room-private bth and balcony, Wicker Park!!!
## 18962 Luxe Lower Pac Heights Victorian
## 18963 Spacious apartment, old world charm
## 18964 Awesome contemporary studio!!
## 18965 Private Modern Suite Near It All
## 18966 Private Hollywood Master bed + bath
## 18967 Laurel Canyon Guest Suite
## 18968 Mid-City Historic Bungalow
## 18969 Urban Suite by Convention Center
## 18970 Secluded Spot in Mt. Washington
## 18971 Studio in the Heart of Downtown LA
## 18972 Music Lovers Dream
## 18973 Whimsical Hide-away w/Cozy Private Bedroom & Bath
## 18974 California Bungalow, Walk To Beach!!
## 18975 Walk to Universal Studios_Hollywood
## 18976 Quiet and close to subway!
## 18977 Charming Bucktown Luxury 2BD
## 18978 ARTpartment Retreat | Bright & Bold in Bridgeport
## 18979 Gorgeous Top Floor 2BR - Great Lakeview Location!
## 18980 Charming, cozy, private hideaway
## 18981 HW Universal, Beverly Hills BOOK NOW
## 18982 Private apartment/back house.
## 18983 Luxury 3BR Condo w Patio and View!
## 18984 Beautiful & cozy cottage + parking
## 18985 Modern Condo - Perfect location
## 18986 Cozy and spacious in Manhattan!
## 18987 Fresh and great 2BR
## 18988 Spacious 2BR in the heart of Times Sq
## 18989 Sanctuary for the Traveler
## 18990 2 bedroom - Upper East Side-next to pool/park
## 18991 Newly Remodeled 4 Bedroom Home
## 18992 Less then 3 miles Downtown Austin
## 18993 Peaceful Queen Bed & Bath En Suite
## 18994 Bright Hawthorne Cottage Available
## 18995 Russian Hill condo panoramic views
## 18996 Style + Location Without the Cost
## 18997 Room in Large Flat in the Mission
## 18998 Green Lake Private Ground Floor BR
## 18999 Green Room
## 19000 Fun apartment in Ballard, Seattle
## 19001 Midtown Manhattan Hideaway
## 19002 New York Colonial 9min to Manhattan ❤️
## 19003 Multnomah Village Petite Maison
## 19004 Close to downtown, Airstream, you will love Norma
## 19005 Studio Timeshare - San Francisco #1
## 19006 Beautiful Noe Valley Victorian 3 Bedrooms
## 19007 New Convention Center Flat 3br 3ba
## 19008 Relaxed & Modern Hilltop Retreat
## 19009 Cozy 1 Bedroom Brooklyn Oasis
## 19010 New Beautiful 1BR Apt- Williamsburg
## 19011 Entire Big Studio & BackYard
## 19012 Luxury apt. 20 min to Manhattan !!
## 19013 Cozy 1 bed privately room 202
## 19014 Spectactular Views 2 Bed Midtown High Rise
## 19015 The Kitchenette W/ Shared Bathroom
## 19016 Sunny Lower East Side Apartment
## 19017 Private Room in Uptown Manhattan
## 19018 Music Suite - 2 Bedroom 1 Bathroom
## 19019 HUGE Unique 1Bed Lakeview, Wrigleyville, Boystown
## 19020 South Loop Private Condo
## 19021 Friendly Private Room
## 19022 Spacious Northeast Residence, Trendy Neighborhood
## 19023 RL - EXQUISITE DOWNTOWN SKYLINE SUITE/RESORT
## 19024 Private room in Melrose/Larchmont with two beds
## 19025 Big Room & Private Bath in VENICE + WALK2ALL
## 19026 Venice Beach Condo! Spacious, Clean & on AK Blvd.!
## 19027 Rustic Private Room + Private Bath
## 19028 Bright Spacious Brooklyn Gem, 3 BR
## 19029 Upscale Designer Studio-Heart of Manhattan
## 19030 Skylight Room in 3 bedroom duplex
## 19031 Spacious 2BR near Botanic Garden
## 19032 Charming Carroll Gardens 2 bed apt
## 19033 Bright, Serene Room in Artist's Apt
## 19034 Cozy ground level condo!
## 19035 Luxury View-Home near Fisherman's Wharf
## 19036 Capitol Hill 1BR English Basement
## 19037 Victorian Mansion - 7 Bedrooms - 5 Star Location!
## 19038 Top Level of Loft (Emery Tech Area)
## 19039 Rockridge: Minutes from SF or UCB
## 19040 Luxury suite.
## 19041 Ideal for Business Travelers!
## 19042 Cozy Studio Apt. for 2 in Queens
## 19043 Heart of SF-2BR-Views-Parking
## 19044 Downtown Flat | Union Square | Panoramic SF Views
## 19045 Room in the Heart of Hayes Valley
## 19046 Large, Sunny EnSuite Point Loma Room Near Beaches
## 19047 3BR Vintage + Modern U St. Rowhouse
## 19048 Inner SE, Pets OK, Basement Beauty!
## 19049 Beautiful, new 1 bedroom guesthouse
## 19050 Venice Architectural Dream Suite
## 19051 Beautiful sunsets by the beach
## 19052 Privet (e3) Bunk-bed room
## 19053 Agoura Hills Rainbow View...
## 19054 4B DowntownChicago Loft w/ Skyline View Roof Deck
## 19055 2 bedroom condo in Downtown Boston
## 19056 2 Bed House Lake View's & Quiet
## 19057 Charming Studio in Historic Uptown
## 19058 Central, bright, modern & spacious
## 19059 Spacious 1BD w/ View In Glen Park
## 19060 CALEF HOUSE Rm 3 in Beaut SF Vict!
## 19061 South Austin Oasis: Downtown in 10!
## 19062 Stylish & Fun Home +Studio & Pool w/ Hot Tub!
## 19063 Spacious 3 Bedroom 3 Bathroom House
## 19064 NEW Luxury Downtown! HUGE Rooftop Skyline View!
## 19065 Cool Echo Park 2 bed 2 bath
## 19066 Beautiful Loft with Marvelous View
## 19067 DOWNTOWN LA FABULOUS 3BEDs POOL SPA VIP
## 19068 Master Suite (LA & Orange County) - see pics!
## 19069 WHOLE PRIVATE FLOOR near Train
## 19070 Bywater Gem with Heated Spa Pool.
## 19071 Hillsboro Village/Vandy Apartment
## 19072 Beautiful Irish Channel Home
## 19073 Lovely, Bright Rm. in Edwardian Apt
## 19074 Roomy Condo in Bloomingdale
## 19075 Creative Urban Adventurer Retreat
## 19076 Neighborhood Studio In Heart Of Dupont
## 19077 Gorgeous South End 2 Bed/1.5 Bath
## 19078 Mehri's bed and breakfast
## 19079 Comfortable Modern w/ Garden Oasis
## 19080 Artistic, Elegant and Light Filled!
## 19081 Amazing Capitol Hill Location
## 19082 The defining California eXperience
## 19083 Peaceful & Private Bedroom/Bath
## 19084 Charming 2BR in Chelsea!
## 19085 Amazing BigPrivate 1BD/Heart of NY!
## 19086 Sweet 3BR Apt in Victorian Home by Bklyn College
## 19087 Huge Beauty, 3 Beds, Luxurious Bath & Free Parking
## 19088 Santa Cruz Mountains Paradise
## 19089 Modern Pied-a-Terre perfect for 2
## 19090 Cozy Private Room #1 Near Domain
## 19091 Executive Garden Apartment
## 19092 Spacious double room in Boston MA
## 19093 Wicker Park/Six Corners Private Bedroom
## 19094 Silverlake Serinity. W/ Parking
## 19095 1000+ sq ft 2 Bedroom apt in the Heart of LA
## 19096 Pool Home in LA
## 19097 Playa Vista 1br/1.5ba
## 19098 Beautiful 1-Bedroom apartment near the Grove
## 19099 Picturesque port town awaits you 2
## 19100 Charming Brownstone 3 - Near PRATT
## 19101 Magical mid-century garden home
## 19102 East Nashville Garage Apartment
## 19103 Pilsen's Gem
## 19104 LOVELY 1 BEDRM, 4 BLOCKS TO BEACH!
## 19105 175.00 ENTIRE HOME 3 BDRS/2 BATH - SLEEPS 7
## 19106 Modern Guesthouse Oasis
## 19107 Hyde Park Bungalow - SXSW Ready!
## 19108 Luxury 2200ft² 4Bed in East Village
## 19109 Really Cool Lux Building in Boston
## 19110 Cheesman Park Studio Size Room
## 19111 Discount for 1 person; by Superhost; Tax free
## 19112 OASIS IN THE CITY with POOL/SPA
## 19113 Beautiful Spanish 2-Bedroom - Hollywood
## 19114 Hollywood Hills Universal Studios Harry Potter
## 19115 12 South: 2 Cozy Bedrooms, Private Bath & Living
## 19116 Guest Cabin in Hip Donelson
## 19117 Private and Amazing Large Studio in Hollywood
## 19118 Spacious clean room in a great area
## 19119 Comfy beach house steps to the sand
## 19120 Relax, Sleep in King Bed; Bright, Big Room. Shaw.
## 19121 In the Hub of Union Square, NYC
## 19122 Northside Williamsburg Loft
## 19123 Bright 3bedroom 3ba Apt in Prime Williamsburg
## 19124 Upper Manhattan 4BR Loft Sleep 10
## 19125 Central Penthouse Room, Terrace & Private Bath
## 19126 West Village Style and Charm
## 19127 Sunny Studio in NYC
## 19128 CBG Helps Haiti Rm #2
## 19129 Pin-it-on-the-Map Condo RENOVATED
## 19130 4 Bedroom, 4 Bath Rooftop Deck!
## 19131 STYLISH BRIGHTON 2 BED CONDO WITH PARKING SPOT!
## 19132 Cozy Unit in Northwest Lincoln Park
## 19133 5-STAR LA 2BED/2BATH HIGHRISE + BREATHTAKING VIEW
## 19134 Private bed & bath - Koreatown L.A.
## 19135 Twin beds in Quiet, Charming house
## 19136 Simple Room
## 19137 Sweet Beach Villa near Abbot Kinney
## 19138 Private Room+Private Bath - Great location VENICE
## 19139 Modern Gorgeous Tree View Hill Home
## 19140 Marigny Studio, Great Location
## 19141 Eastside Zenpalace Guest Suite
## 19142 Gorgeous view - Free Parking!
## 19143 Cozy Studio in Uptown
## 19144 1 block to Beach - Mid-Century MODERN Guest House
## 19145 NEAR BEVERLY HILLS bedroom w/ private entry & bath
## 19146 Gorgeous 3 bdm House in the heart of LA
## 19147 Private Room in Beautiful 2BR House
## 19148 Historic Townhome with Gated Yard
## 19149 West LA/Santa Monica Hi Rise Living
## 19150 Stand alone 1 Bd/1 Bth in Silverlake/Echo Park!
## 19151 The Oxford - One Bedroom Loft in DTLA Luxury Bldg
## 19152 Vanderbilt- Nashville Artist Home
## 19153 Downtown Nashville Condo on River
## 19154 Turn of the Century PDX Craftsman
## 19155 Superb Home/Location.Read Reviews
## 19156 Cabin meets Urban in North Seattle
## 19157 Nice private bedroom in Nob Hill
## 19158 BUNKHOUSE QUEEN B10
## 19159 Charming spacious Noe Valley Apt
## 19160 Private English Basement Apartment
## 19161 Sunny South End Brownstone
## 19162 69-5 Minutes to Boston - Near Beach
## 19163 The West Room near U of Chicago
## 19164 Back Bay-Ctr BOSTON-Lge Rm Pvt Bath
## 19165 Hidden Gem in Jamaica Plain, Boston
## 19166 Roger's Park Retreat
## 19167 Modern, Clean, Quiet Room w/ Private Bath In-Room.
## 19168 The Cazador Barn-Mt. Washington
## 19169 Beautiful beach apt three blocks to Rose + parking
## 19170 East Nashville Historic Cottage
## 19171 Gorgeous and Cozy 1-Bedroom Loft
## 19172 Huge 2Bd Prime Location Brooklyn
## 19173 Sunny Loft Studio, Fort Greene
## 19174 Great studio apartment located in midtown east
## 19175 Cozy 3bd Cottage on the East Side
## 19176 East Nashville Mod Quad
## 19177 Charming L.A./Altadena Guest House
## 19178 Spacious POOL HOUSE + Breakfast
## 19179 Main Attraction in Midtown Manhattan + Free Wifi!
## 19180 Spacious, Bright, Great Location! Couples Families
## 19181 Convenient Place & Comfortable Room
## 19182 Perfect Lincoln Park home in a great location!
## 19183 New Home Central Location!!!
## 19184 Granada Oasis
## 19185 1 room Suite Beverlywood adj.+TV
## 19186 2 Bed/2Bath on the beach
## 19187 Cheerful & Bright Apt In Downtown Chicago
## 19188 Downtown Hostel - Bunk Bed #2
## 19189 European eco-chic in trendy Bklyn
## 19190 Sunny Studio in Brooklyn
## 19191 Bright Apartment in Heart of NYC
## 19192 La ponderosa
## 19193 Spacious Basement Studio
## 19194 Pioneer Square Apartment 202
## 19195 Best Secret in Town
## 19196 Beautiful Apt off Sunset Strip!
## 19197 Central West Hollywood Bungalow W/ PARKING!
## 19198 Living Space Playa Vista Adjacent
## 19199 Elegant Westlake Studio
## 19200 1 Bdrm + Private Bath in Hollywood
## 19201 Quiet guest house in Studio City hills.
## 19202 Luxury Penthouse, 2 bed/2 bath
## 19203 Santa Monica Serenity Cottage217383
## 19204 Venice custom guest apartment
## 19205 Historic Mansion Balcony Suite on Esplanade! Pool
## 19206 Downtown East Austin Loft,1bd/1bth
## 19207 Jazzy Blu GuestRM/Priv BA in Bronzeville/Hyde Park
## 19208 Nice & Cozy 1 bedroom DTLA
## 19209 Architectural Gem with Pool
## 19210 3bed/2bath Pool House, Lounge yard, Cozy, Comfy
## 19211 French Quarter Luxury w/ Pool - Steps to Bourbon!
## 19212 NEW,LARGE FRENCH QUARTER CONDO SLEEPS 14 W/BALCONY
## 19213 Caribbean-Inspired Apartment
## 19214 Spring House 2 Miles From The Sea
## 19215 My Treehouse Home in South Austin
## 19216 Cozy private suite in lovely NE
## 19217 Luxe New Queen Br near Subways
## 19218 Very clean modern room in safe area
## 19219 Spacious , bright & great location
## 19220 Gorgeous Bushwick 3 BR Private Yard
## 19221 Peaceful Park Slope near subways
## 19222 Garden Overlook
## 19223 Flat in Historic Fort Greene Home
## 19224 Private room in Chelsea classic!
## 19225 Cool Spacious Two Bedroom Apartment
## 19226 Contemporary Apt in Bloomingdale NW
## 19227 Beautiful Spacious DC Studio
## 19228 Sunny Tabor 2 Bedrooms - 1100 Sq Ft w/Central Air!
## 19229 Beachway Hobbit Home
## 19230 Sunset 3BR House with two Parking
## 19231 1BD/1BA near Financial District
## 19232 Private room in Otay Ranch
## 19233 Sunny 60s house with vintage charm
## 19234 Downtown Victorian Gem - #1
## 19235 Venetian Room in San Francisco
## 19236 Peaceful sanctuary in the center of Portland
## 19237 Broadmoor beauty
## 19238 1.5 BR w/tons of beds | Dodger Stadium+LA River
## 19239 Private Room/Bathroom/Parking
## 19240 Lucky Pool House
## 19241 Stay across the street from The Bean! (st2)
## 19242 Loft in the Heart of Venice
## 19243 Beautiful East Nashville Home
## 19244 Uptown NOLA in a Shotgun Double
## 19245 West Town Apartment - City's Best Location
## 19246 Charming 1BR With Everything Around You!
## 19247 Rustic West Adams District Craftsman Home
## 19248 LA No. 2Ocean Room New on Mkt "海洋房”
## 19249 Relaxing retreat in Hill Country
## 19250 Private Bed & Bath; Free Parking & Breakfast.
## 19251 Craftsman with view of Seattle
## 19252 Cozy basement right off monuments!
## 19253 Historic Bywater Private 1/2 double
## 19254 Apartment For Your Holidays in NYC!
## 19255 Great East Village Apartment Rental
## 19256 Cozy Room In the Heart of Astoria
## 19257 Private space in Brooklyn
## 19258 Hell's Kitchens Best Place to stay!
## 19259 Spacious & Stylish 2br-Prime Williamsburg Hot Spot
## 19260 Small and Cozy Bedroom
## 19261 Location!! Downtown Near Waterfront
## 19262 Futon in a little Balcony
## 19263 Ocean View on theVenice Peninsula !
## 19264 ❤️ of SoCo Super Sweet Luxury Suite: Winter ale
## 19265 sunny, cozy, & colorful room!
## 19266 Modern Apartment in Beautiful Residential Tower
## 19267 King sized Belmont Heights living, steps to ocean!
## 19268 Private guest house in quiet 'hood
## 19269 Sweet Dreams Bedroom + Private Bath + Breakfast
## 19270 Alberta Arts Modern Vintage Home!
## 19271 Charming Westside Beach Bungalow
## 19272 Spacious Apartment on Charming Tree-Lined Street
## 19273 Central Private by Downtown UT home
## 19274 Cozy home on the edge of downtown
## 19275 Lofty Room/Bath in New Marigny Near French Quarter
## 19276 Ne Pdx Escape - Private Room, Bath & Sitting Area
## 19277 3BR Rowhouse ~ 2 Blocks to Metro!
## 19278 Private Room, Metro to SF Downtown
## 19279 Little Italy Luxury!
## 19280 Modern Victorian in NOPA!
## 19281 Nob Hill's Homiest Apartment
## 19282 NEW! Beach & Bay Getaway! 3bdm Home
## 19283 Beautiful,Modern. English Bsmt Apt
## 19284 Spa Like Room in Beautiful Home
## 19285 3BR Gut Rehab in Hot Bucktown Area
## 19286 Modern 2BR Flat on trendy Southport
## 19287 Modern Suite with Cozy Sitting Room
## 19288 Entire 3BR Modern Home + Location
## 19289 The New York Life
## 19290 Traveler's Bunk Beds in Brooklyn
## 19291 Private room in East Village
## 19292 North Williamsburg
## 19293 Clean & sunny private room (fits 3)
## 19294 NEW, MODERN 2bd/1.5ba near Castro/Mission+Parking
## 19295 Sunny Private Room with Antique Mantle in Mission
## 19296 Large Bright Private Room in Noe Valley home
## 19297 Spacious, Sunny & Santa Marie in SF
## 19298 Mid Century Modern Downtown Flat
## 19299 Beautiful, Sunny Private Room in DC
## 19300 Stunning Private GuestHouse Retreat
## 19301 Modern Large Studio by Central Pk
## 19302 Your NYC home at Upper East Side!
## 19303 1 private room in a loft space
## 19304 PRIVATE GARDEN LEVEL CITY OASIS!
## 19305 sunny beautiful studio apartment
## 19306 SoHo Apt.Townhouse, Private Terrace
## 19307 Cozy room &laundry/garden near park
## 19308 Amazing studio heart of Manhattan!
## 19309 Large modern Rockridge flat
## 19310 Cozy PRIVATE Chinatown Studio
## 19311 Location - location, 3 bedroom Aprt 2 baths
## 19312 Spacious 2 Bedroom Apt - Lower East Side
## 19313 1br apartment perfect for 1 or 2 p
## 19314 Studio with Garden space
## 19315 Apartment with A/C and Washer/Dryer
## 19316 Luxury East Village 2BR
## 19317 Fantastic Flat with City Views
## 19318 Private Suite in Luxury Marina
## 19319 Fantastic Private Entry Suite & Den
## 19320 Comfort and Convenience
## 19321 2 bdrm near Prospect Park in Brooklyn
## 19322 Sunny, Convenient Brooklyn New York Flat!
## 19323 Purple Room for 2/3 in brownstone
## 19324 3BEDROOMS ^^^ COSZY SLEEP 8 PEOPLE ^^^ QUIET AREA
## 19325 Steps to the Metro, Minutes to Manhattan!
## 19326 Amazing 3 Bdrm 2 Blocks From Beach!
## 19327 Fabulous Luxury 1 BR Dupont Circle
## 19328 Open &Chic Downtown AustinPoolHouse
## 19329 Large 5 points home sleeps 8!
## 19330 Queen Bedroom w/Walk-In Closet in Modern Apartment
## 19331 Cozy 2Bed, Times SQ Great Location!
## 19332 Cozy home near 7 subway lines w Rooftop View!
## 19333 NEW, spacious place in Midtown-BEST LOCATION
## 19334 Conveniently located Sunny room by Central Park
## 19335 New York's Finest...
## 19336 new 1 bedroom+private yard-20min to ManhattanBRICK
## 19337 Book Now & Save: Springtime Wonder
## 19338 Stunning Urban Oasis Near SoCo & DT
## 19339 The Loft-Full Bath-Deck w/View
## 19340 charming Logan Sqare 2bdrm greystone on Blue Line
## 19341 Comfortable Logan Square Apartment
## 19342 Duplex home w/i mins from downtown
## 19343 2 bedroom next to convention center
## 19344 Brand New Hollywood Blvd POOL View
## 19345 Hollywood Hot Spot
## 19346 THIS MUST BE THE PLACE: Great House 3mi 2 Downtown
## 19347 Dreamy 2 Story Cottage in Bywater
## 19348 Private Room Close to Downtown
## 19349 Master Suite w/ Private Bathroom
## 19350 Steps away from H Street and the rest of DC
## 19351 Suite with Private Gated Entrance
## 19352 Full Size Bed in Private Room - Chelsea District
## 19353 Queens Finest Rooms/Master Bedroom
## 19354 _Boutique East Village Flat
## 19355 Ample 1BD apt. in hip Bushwick, BK.
## 19356 Feel like in your own home
## 19357 Charming apt close to everything!
## 19358 Artsy 2-bedroom apartment, Sleeps 6
## 19359 Beautiful Gramercy Studio with View
## 19360 Cute Times Square private studio
## 19361 Apt for 6, near Ctrl Park, Times Sq
## 19362 TriBeCa/Soho - 2 Story Loft !
## 19363 Elegant Upper West Side Brownstone
## 19364 Greenpoint Entire Home 2 Beds
## 19365 Cozy private room in Astoria
## 19366 The best deal, really close to Times Square
## 19367 Charming Spacious Park Slope Studio
## 19368 Private Floor in SOHO Townhouse
## 19369 Modern Oakland En-Suite
## 19370 Radiant Cobble Hill - 1 bedroom
## 19371 Heart of Soho Studio Loft
## 19372 Entire 2 Bedroom apartment
## 19373 LOFT IN LOWER MANHATTAN NEXT TO FINANCIAL DISTRICT
## 19374 Great Apartment & Neighborhood; Close to trains
## 19375 Ashes Cove
## 19376 Family friendly home in best hood!
## 19377 Comfortable, clean and inviting.
## 19378 Brooklyn Zen Gem w/Personal Balcony
## 19379 Beautiful newly renovated apartment
## 19380 Spacious 1BR in Midtown West!
## 19381 Your Brooklyn Home
## 19382 Cozy 2-BD w/ Lots of Light
## 19383 Cozy Studio Apartment (Smeg Fridge)
## 19384 Glamping in a Beautiful Backyard!
## 19385 bedroom with balcony view - 1.5 from beach
## 19386 Charming Vintage 2BR in the Heart of Silver Lake
## 19387 Exclusive PRIVATE Bed in Hollywood!
## 19388 Studio, Walk to the Ocean + Car Park!!!24
## 19389 Beach Living... Bed & Breakfast
## 19390 A Uniquely Beautiful Modern Studio
## 19391 Private Suite - Boscobel Bungalow - East Nashville
## 19392 The Harmony House
## 19393 Great 4 Bedroom Better Neighborhood
## 19394 Beautiful Cottage near Lake Travis
## 19395 Cozy up on the East Side
## 19396 Oak St. Studio w/Parking
## 19397 Private Room/Private Bath near USC
## 19398 Stylish Melrose Pad
## 19399 Private Room Overlooks Shangri-La
## 19400 *NEW* Magical Reel Kick Ranch@ PCH!
## 19401 Gorgeous room in ideal location.
## 19402 QUIET 2 Bedrooms-Beacon Hill Near T, No clean fee
## 19403 Nantucket charm in West Austin
## 19404 Charming Lakeside Apartment
## 19405 Cozy attic room, very peaceful
## 19406 Glamorous 1 BR+Balcony near CP & TS
## 19407 Cozy 2 bedroom APT in the heart of Bushwick
## 19408 Fifth Ave/Central Park TownHouse Garden
## 19409 Fun home in Funky Fremont, Seattle
## 19410 Modern Craftsman in North Park
## 19411 Great Suite Mission Dist. nr. Trans
## 19412 Charming Forest Cabin in Santa Cruz
## 19413 Comfy Private Room next to Patio
## 19414 Art filled nook in SOMA
## 19415 Beautiful view, centrally located
## 19416 Bright Skylight-Filled 2 Bedroom in the Mission
## 19417 Modern in-Law Unit in the Happening
## 19418 Spacious Home in the Lower Haight
## 19419 Guest House in great Neighborhood
## 19420 Charming Bright Studio @ The Grove
## 19421 A Private Room in Charming LA Home (Free food!)
## 19422 LUX AND MODERN 2BDR/2BATH HOLLYWOOD !!!
## 19423 Comfy Private room & great location
## 19424 Amazing ! HEART OF LA !
## 19425 Central, Designer 2BR Spanish Duplex, w/Parking
## 19426 Great Pasadena Historical Landmark
## 19427 Private bedroom 5 min to SANTA MONICA
## 19428 Crash at the BEAN - Sleeps 3!
## 19429 Cozy Apartment
## 19430 B.Parking WIFI minutes to Downtown
## 19431 Designer's 1BR, Close to Sites: Parking, Roofdeck
## 19432 One bedroom basement apartment
## 19433 LUXURY LOFT with a view in DTLA!
## 19434 Great Pasadena House & Yard
## 19435 Luxury Townhome: 3 mi.to Broadway!
## 19436 Chic & Tranquil East Nashville Home
## 19437 1 bdrm 1 bath downstairs private
## 19438 Heart of Nashville's Green Hills
## 19439 Quiet Bungalow 2 Bedroom Near Beach
## 19440 Clean and quiet backyard single house
## 19441 Downtown Crossing, 1 Bed Apt, Boston
## 19442 Private basement apartment
## 19443 Airy, Light-filled Guest House
## 19444 Downtown/Eastside Apartment!
## 19445 Culver City/LA Paradise 4Bed2Bath,
## 19446 DOWNTOWN L.A. ARTS DISTRIC RUSTIC LOFT
## 19447 Vibrant Canals stand alone 1br
## 19448 Homey Hideaway-Heart of Nashville
## 19449 Bright and Cheerful Northeast Cottage
## 19450 Cozy 1 BR in heart of the village
## 19451 TERRA FIRMA duplex, 2BR, 1.5 BA, UES, Museum Row
## 19452 Sofa-bed in my living room
## 19453 Affordable Luxury
## 19454 Lovely comfy room close to metro
## 19455 4 bedroom Townhouse/Brownstone/Prospect Park
## 19456 Modern apt in the heart of NYC
## 19457 Cozy City Island Cottage
## 19458 Affordable room in Williamsburg!
## 19459 Share Studio (NO PRIVACY) In NYC
## 19460 COZY Private Brooklyn Apartment 25 minutes to City
## 19461 Co-op apartment in New York's Lombardy Hotel
## 19462 Beautiful Room in New NYC Apartment
## 19463 Dave's Studio 55
## 19464 comfortable, well-appointed room
## 19465 Kenton Mossy Rock Upper Unit
## 19466 Clean, Cozy Room, Private Entrance
## 19467 Luxury Designer Condo Pac Heights
## 19468 Yellow Room is Top Floor Top Notch!
## 19469 Cozy Warm Bedroom
## 19470 1 BD beauty w/pkg, 15 min to dwnt
## 19471 Peaceful & Sunny Guest House
## 19472 1BR condo right by Prospect Park
## 19473 Come crash on our couch in Harlem!!
## 19474 Cozy Private Room in Manhatten! Room 1
## 19475 Bud & Breakfast Too!
## 19476 Cozy Eastlake Studio Apartment
## 19477 Elegant, serene, oasis in the heart of the city
## 19478 Charming Brooklyn Oasis
## 19479 Cozy JP resting place
## 19480 Beth's Place, feel at home.
## 19481 Clean & Private Bedroom
## 19482 'The Brooklyn Zoo' Hippie Den
## 19483 The Harlem Garden Cove
## 19484 Newly renovated studio in hip Bushwick near subway
## 19485 The Mahogany Suite(Entire Studio Apartment)
## 19486 Stay with me in my apartment
## 19487 A Penthouse Apt. View of the Hudson River
## 19488 Beautiful 1 Bdrm in Nolita/SoHo
## 19489 Red Hook Modern Townhouse
## 19490 Cozy Bright Room In Bushwick
## 19491 Tasteful, Cute 2 Bed LES Apartment!
## 19492 Spacious Modern 2 BR with Roof Deck
## 19493 PodShare in the Arts District!
## 19494 Wine & Dine On Rose Ave, Venice Beach CA
## 19495 Calm Modern Loft in Venice Beach
## 19496 Cozy Mid-Century Modern 1 Bedroom in heart of Weho
## 19497 Suburban Nashville
## 19498 Mansion in the Garden District
## 19499 Your Beautiful, Historic New Orleans home!
## 19500 Room in perfect Manhattan location
## 19501 Spacious 1 BR near TIMES SQUARE!!!!
## 19502 Room in cozy townhouse with parking
## 19503 GORGEOUS - 2 Bed 1 Bath!!!
## 19504 In the city!Central park!
## 19505 True 2 Bed/2 Bath in Chelsea
## 19506 Quiet, neat & cozy 1 bdrm apt!!
## 19507 GARDEN OASIS CLINTON HILL BROWNSTON
## 19508 Beautiful Studio off Madison Avenue
## 19509 Sunny Victorian Mission Flat
## 19510 Cozy private floor in trendy neighborhood!
## 19511 Mini-Apt in Rustic Rowhouse - Metro/Bus to Sites
## 19512 Private Mt. Tabor Ginkgo Oasis
## 19513 Restored 1926 craftsman house
## 19514 Charming sunny bedroom with desk near Metro/Mall
## 19515 Elegant Victorian Row-House - U St
## 19516 NE Portland Alberta Arts District, Garden View Apt
## 19517 Open studio in inner NE Portland
## 19518 SE MidCentury Artist Retreat
## 19519 Serene Alberta Arts Garden Casita.
## 19520 Amazing 3BR Fremont Townhome!
## 19521 Cozy Room Close To Beach (近海滩)
## 19522 Cozy, One bedroom Condo, Back Bay
## 19523 Beacon Hill Downtown Sofabed in LR
## 19524 Comfy couch, Centrally located
## 19525 Private Bed & Private Bath in Morningside Park
## 19526 Cozy Long Beach Cabana
## 19527 LA & Anaheim Convention, Disneyland & OC Beaches
## 19528 Downtown LA Resort with free parking!
## 19529 Large RM on Clark in Andersonville!
## 19530 Rogue Philanthropy Manor
## 19531 Southpark Cozy Loft / Private Bath/ Private Entry
## 19532 Calming and Spacious Condo w/Patio
## 19533 New Remodel 4 bd House in Excelsior
## 19534 Quiet bedroom near Hawthorne and downtown PDX
## 19535 Hippest L.A. Neighborhood Residence
## 19536 Malibu Hideaway #69 - Across from the Beach!
## 19537 Remodeled Getaway close to DTLA fun
## 19538 L.A, Korea town villa , 7beds
## 19539 Beautiful and Cozy Guesthouse
## 19540 Gorgeous Hollywood bungalow BEST area Near Sunset!
## 19541 Eclectic East Nashville Hideaway
## 19542 Cozy Private Room in Wrigleyville
## 19543 V Peaceful Accommodations, Chicago
## 19544 Historical Dist. home for groups large or small
## 19545 The Guest House
## 19546 Cozy Bloomingdale Apartment
## 19547 Convenient Location! Cozy Place!
## 19548 Mountain Haven near Silicon Valley
## 19549 Room for rent in North Park Home
## 19550 Fantastic Hideaway by the Sea *****
## 19551 Bright and Welcoming Room!
## 19552 2bed Rm Inner City Suite Near Dwtn
## 19553 Executive Living in Modern SoMa 2BR
## 19554 Simple Furnished Room in Noe Valley
## 19555 STUDIO POTRERO
## 19556 Midtown Manhattan Two Full Bedrooms - Private
## 19557 PRIME EAST VILLAGE BEDROOM
## 19558 Bright, Updated & Safe East Village 2BR Loft
## 19559 West Village Large 1BR
## 19560 Room in the Heart of New York!
## 19561 Re-treat in Cully
## 19562 Best Sleep in Sunny, Quiet 1Br in Capitol Hill!
## 19563 Enjoy our Cozy Waterfront nook! MIL
## 19564 Modern Eco-Friendly View Retreat
## 19565 1 bedroom suite in downtown DC
## 19566 Downtown Convention Center - Close to Everything
## 19567 Stylish Guest House Near Universal
## 19568 Double occupancy bedroom
## 19569 Historic Home in East Nashville
## 19570 Victorian room in East Nashville
## 19571 MODERN HOLLYWOOD HILLS, POOL, JACUZZI & THEATER!!!
## 19572 25 minute metro to Times Square/11 to downtown NYC
## 19573 1 Bed guest house in Five Points
## 19574 Mid City Monster Themed Nook
## 19575 Riverbend Shotgun, 2BD/2BA
## 19576 Lower Level Apt. w/Private Entry
## 19577 'Secret Garden' Apartment in Wrigleyville
## 19578 Mountain Cove
## 19579 Share Bathrom & Private Parking #2
## 19580 2BED/2BATH LA LUX HIGHRISE + VIEWS!
## 19581 Dear Potential Airbnb Guests.
## 19582 Sunny & Quiet 1 BR in Williamsburg
## 19583 Nice Big Room With Backyard.
## 19584 Private Victorian bedroom, bathroom
## 19585 Clover Suite in beautiful, modern townhouse
## 19586 Convenient pad
## 19587 69-3 Minutes to Boston-Near Beach
## 19588 Gorgeous Patio in Cozy Modern Home
## 19589 Full Over Full Bunk Bed/Private Room
## 19590 Venice Modern Arch Beach House 2+2
## 19591 #1 - Private Bedroom & Bathroom
## 19592 HOLLYWOOD LUXE : 2/2 + PARKING + 6 BEDS!!
## 19593 Bright and Airy Hilltop Home
## 19594 Spacious, Immaculate, with Free Parking!
## 19595 Eastside Escape - East Nashville's best location!
## 19596 Portland city - feels like country!
## 19597 Two private basement rooms, 100
## 19598 Nice room with balcony next to UCSD
## 19599 Sunset Cliffs Cottage
## 19600 Private Room in Manhattan
## 19601 Vibrant Manhattan Artist Loft
## 19602 nice room in bedstuy 5
## 19603 Chic Studio Apartment in Bed Stuy
## 19604 Beautiful Newly-Renovated NoMa Home
## 19605 Quiet room+bath w/ separate entry.
## 19606 Great Room in Charming Nolita Apartment
## 19607 UWS; Broadway / Lincoln Center 1 BD
## 19608 Entire 1 Bedroom Apartment
## 19609 Spacious studio at WindanSea
## 19610 East Austin Bungalow - Walk Downtown!
## 19611 Beautiful house 12 minutes from downtown
## 19612 Desert diamond in Los Feliz
## 19613 Very Comfortable Studio (BunkBed#4)
## 19614 Bright & Peaceful Charmer
## 19615 Artsy condo in West LA
## 19616 Elegant Studio, Private Entrance & Bath, Pool
## 19617 Newly restored private one bedroom. ID#216799
## 19618 DOWNTOWN TOP LOCATION. APRIL SPECIAL PRICE!
## 19619 2 Twin Beds Upstairs in Avondale
## 19620 Best Buy With Ocean Front View!
## 19621 Spacious, Sunny, Plant Filled Chicago Condo
## 19622 Sun-drenched modern loft-RINO
## 19623 Hollywood Hills Private Retreat w/ Pool & Views
## 19624 Dream Place in Los Angeles California
## 19625 No sharing, All private, free Wifi
## 19626 Vibrant, comfy, near best of Echo Park/Silver Lake
## 19627 Bright Lovely Loft in Downtown LA
## 19628 Cozy Bungalow in Hill Country
## 19629 Hill Country at Rancho Funk "A"
## 19630 Classic East Nashville Bungalow
## 19631 Living Green in West Town Chicago
## 19632 Modern French Quarter Apartment
## 19633 Private Upperline St room in NEW ORLEANS
## 19634 Staples Center Huge Suite 2Bd 2B
## 19635 Beautiful room in Beverly/Melrose/Paramount
## 19636 BEST in HEART of HOLLYWOOD (PARKNG)
## 19637 New Remodeled Guest House 1BR/1BA
## 19638 1W-Comfy Room in long stay LA/Month or More
## 19639 3 BLKS TO SAND/PATIO/2 CAR PARKING!
## 19640 West Los Angeles PRIVATE GUEST HOUSE
## 19641 Find Serenity in LA's Most Treasured City: Burbank
## 19642 Hamilton Cove Unit 4-13
## 19643 Space and the City-2 BD Apt in Bloomingdale
## 19644 Spacious Capitol Hill Apartment in Historic Area
## 19645 Urban Calm Studio on Phinney Ridge
## 19646 Charming Apt with Garden View
## 19647 Downtown Convention Center Gaslamp
## 19648 Small bungalow behind home. Quaint
## 19649 Modern, Decks w Views, near BART!
## 19650 Camping on our beautiful land #3
## 19651 charming cottage by la jolla cove
## 19652 Quiet Elegance in Northwest DC
## 19653 Mexican Folk Art Haven in Boston
## 19654 Quiet Comfort, Convenient Location
## 19655 Apartment in Pilsen Neighborhood
## 19656 1st Fl Room of Townhouse: Yours!
## 19657 Super-comfortable Modern Home D.U.
## 19658 Little Italy spacious apartment
## 19659 Modern 2 BR Condo with Garage
## 19660 OUR HOME IS YOUR HOME! Private/Comfortable Room.
## 19661 Nice living room for you in Koreatown. (DTLA)
## 19662 Silver Lake neighborhood hideaway
## 19663 Charming Creative Craftsman SE PDX
## 19664 Spacious Ground Floor Studio Apt.
## 19665 Prime village location w/backyard & FULL privacy!
## 19666 Walkable 24hr Check-In Memory Foam Bed
## 19667 Upstairs room in a craftsman house
## 19668 Disneyland, Knotts, & conv.centers,
## 19669 1 BR apartment near Music Row
## 19670 Urban 1850s farmhouse
## 19671 Lincoln Park Duplex Near CTA & More
## 19672 Amazing Studio in the heart of Downtown Chicago
## 19673 LAKESHORE MILLENNIUM PARK III
## 19674 Cozy room in the heart of LoDo
## 19675 Charming Ocean Blvd Condo
## 19676 King Size Bedroom in Historic LBC Craftsman
## 19677 Detached Pool House
## 19678 Comfy Hipster Heaven in Wicker Park
## 19679 Rustic Bungalow front room
## 19680 Trendy Sunnyside/Lohi, Quiet Twn Rm
## 19681 Apart. on the Ridge near Opryland
## 19682 Huge Townhouse Near the French Quarter!!!
## 19683 Cool unique hip 5 Points E. Nash!!!
## 19684 Beach Bungalow 2
## 19685 Interfaith Retreat Guest Rooms (Mary)
## 19686 Spacious Two Bedroom Loft In Heart of Manhattan
## 19687 5th floor Private Room & Bath with Rooftop Access
## 19688 Bright, spacious patio-facing bedroom + desk!
## 19689 Lovely 3 bedroom craftsman home!
## 19690 Cozy Studio, Heart of West Seattle
## 19691 DTLA Classic 2b2b + Parking
## 19692 Hip & Urban Loft 1-Bedroom DTLA
## 19693 Business Traveler Modern DTLA Flat
## 19694 2 MILLION, MODERN GLASS & METAL 2 LEVEL CONDO,
## 19695 Elegant, Newly Renovated:: 1920s Bungalow + Yard
## 19696 Perfect Venice oasis w great yard
## 19697 The Downtown Dwelling
## 19698 Cozy Clean 3Bdr/2Bth Great location
## 19699 Los Feliz-Spacious and Bright Room
## 19700 Fabulous Los Feliz Garden House
## 19701 Studio in Ocean Front Building
## 19702 Charming Historic Stay Near French Quarter
## 19703 Marigny Frenchmen Gem
## 19704 King & 2 Twin beds- Walk to UNIVERSAL
## 19705 Studio Apt near DTown. LA for the month of August
## 19706 Delightful Bayou St. John Treasure/City Park home
## 19707 Fall in love with New Orleans, Walk to City Park
## 19708 Big Private Room With Attached Bath
## 19709 3 BR, Prime LES, Incredible Place & Location!!
## 19710 Furnished apt in the LES
## 19711 ❤ Cozy Room in a Safe Neighborhood by the Park ❤
## 19712 Quiet, private room with key, near Manhattan 89s2
## 19713 A big Sunny Room.
## 19714 Clean, Simple, & Private Bedroom
## 19715 Namaste-Top Bunk, Quiet Cool
## 19716 BEAUTIFUL Williamsburg Palace!
## 19717 Spacious, 2 Bdrm Bsmt Apt w/ Pvt Entrance and Deck
## 19718 Private Loft Modern Suite 1BD - 1BH
## 19719 Historic 3 BR/3 Lvl Row Home -Jacuzzi!
## 19720 Cozy and Convenient Home in Northeast DC
## 19721 Classic Capitol Hill Home
## 19722 Luxurious and new on Capitol Hill
## 19723 Cute spacious studio in Hyde Park
## 19724 3/2 House On Boardwalk w/Bikes!
## 19725 2 Bdrm Condo 1 mi to DT Austin; only 1 blk to UT
## 19726 Mississippi Smalls - Lemon Door Loft
## 19727 West Side beach bungalow
## 19728 Victorian Flat - Vacation/Corporate
## 19729 Newly renovated studio apartment
## 19730 CBD Gem with French Quarter Feel
## 19731 Dupont/U St Dream Pad-2 BD/2BR Pkg
## 19732 Spacious 5BR 2FB 2blocks from metro
## 19733 Bright private room in resort-like home w/pool
## 19734 MID-WILSHIRE 2bd/2ba Skyline View!
## 19735 Private House For 6 With Parking Near City of Hope
## 19736 11 Miles From Downtown Nashville
## 19737 JP Whole awesome apartment
## 19738 Studio with gorgeous ocean view- Pacific Palisades
## 19739 Santa Monica Beach House!Prime area
## 19740 Urban luxury Loft Living in DTLA
## 19741 Cozy Bright Eclectic Room Near OHSU
## 19742 Beach Life in the Outer Sunset.
## 19743 Room B Lovely Queen Size Bedroom
## 19744 Private Flat in Potrero Hill
## 19745 Upscale Luxury close to everything
## 19746 Beautiful and Spacious Bywater Home
## 19747 Beautiful Single Private Room, Financial District!
## 19748 Charming Hell's Kitchen Studio near Times Square
## 19749 HUGE Bachelor/ette Party Pad- 6 Luxury Bdrms!
## 19750 Cozy bedroom in house near Claremont colleges.
## 19751 Valley Modern Glam Charmer
## 19752 Private Bedroom & Shared Cozy Space with Parking
## 19753 TRUE SPRING ROMANCE LIVING!
## 19754 Luxurious Apartment
## 19755 Guest BR in the Ukrainian Village
## 19756 Full beautiful house w/ parking & deck!
## 19757 Waterfront Belmont Shores! Sleeps 4
## 19758 Prime Parking & Amazing Balcony
## 19759 Private Huge Room w/3 Soft Beds !!!
## 19760 1 BR Sunset & Hollywood O
## 19761 Hollywood Oasis - Silver Lake!!!
## 19762 Luxury 2 Master, West Hollywood, LA
## 19763 New Master Suite in DT Santa Monica
## 19764 New Alberta/Concordia Apt.
## 19765 Cute house in Foodie Wonderland
## 19766 Private, Comfortable Queen Retreat
## 19767 Cozy flat in Noe Valley SF
## 19768 Stay in the heart of Capitol Hill!
## 19769 Relax in best of City Green Living
## 19770 Modern Private Suite in the Mission
## 19771 Craftsman in the Cruz
## 19772 Queen Bedroom in H ST / Capitol Hill Rowhome
## 19773 New! Luxury Capitol Hill Row House
## 19774 Upscale Downtown Condo Private Room
## 19775 Historic Angelino Heights 1 Bedroom
## 19776 Venice guest house with loads of outdoor space
## 19777 Simple Suite KING-SIZE bed w/ Private 1/2 bath
## 19778 Mid City South Western Shotgun
## 19779 uptown Hs5min fr CBD/FrenchQuarters
## 19780 Tortoise Room @1234 HOUSE in SE PDX
## 19781 The Charlet Estate
## 19782 Private Room in Penthouse Loft
## 19783 Cozy, Quite Noe Valley Victorian
## 19784 24th Mission District, quiet, new remodel
## 19785 SXSW Modern Studio Cottage
## 19786 Clean & Quiet Room in Modern Home, Near Transit
## 19787 Single unit next to Ocean Beach
## 19788 Spacious 3bedroom/3bathroom/free parking
## 19789 Quiet Sanctuary / Central Location
## 19790 Lovely 3br SW Victorian w/ Hot Tub
## 19791 4 Bedroom Apartment- Perfect for Large Groups
## 19792 Modern Victorian Master Bed & Bath
## 19793 Location, location, location!
## 19794 Luxury Renaissance Style Apartment
## 19795 The Grove and Beverly Hills Locale
## 19796 Shabby Chic Modern Chelsea Studio
## 19797 Beautiful, Eclectic, Cozy Bayview Ranch
## 19798 2 Story Gaslamp View, Free Parking!
## 19799 Capitol Court on Capitol Hill
## 19800 Shared Rooms in DC
## 19801 large garden triplex apt near PRATT
## 19802 Brooklyn Brownstone Private Room A
## 19803 Bright & Vibrant- The BK experience
## 19804 Spacious East Village Apartment
## 19805 Stunning East Village 2BR Loft Apt with Great View
## 19806 Groovy 1BR in Historic West Harlem
## 19807 Contemporary large room in front of Central Park
## 19808 1-Bdrm Entire Apartment St. George
## 19809 Brand New Private Furnished Studio
## 19810 Waterfront Luxury Williamsburg Spacious
## 19811 COZY AND COMFORTABLE APARTMENT IN TIMES SQUARE!
## 19812 Amazing LIC Brownstone
## 19813 Subway, Subway, Subway - AAA+ Location!!!
## 19814 Chez Jesse Vacation Spot
## 19815 Cute Private Apt in Heart of LES
## 19816 Gallery Chic Soho Loft
## 19817 4500 sqft Live/Work Loft 4 Bedroom Space
## 19818 Entire Edwardian Home in Central SF
## 19819 Charming Bright Garden Studio
## 19820 Full Bed in the Perfect Beach Home
## 19821 Ocean Beach/Cute Cottage W/Parking
## 19822 Newly Renovated Apartment
## 19823 Spacious King Bedroom near Grand Central
## 19824 Gorgeous Modern Manhattan Apt
## 19825 Amazing top floor of a brownstone
## 19826 Private Ensuite:Ideal for Couples & Great Location
## 19827 LES! Designed, beautiful, light+art-filled apt
## 19828 Willamette Heights View
## 19829 Sunshine House
## 19830 CLEAN & FREE PARKING, NICE APT, GREAT AREA GG PARK
## 19831 Mission HIlls Loft/Apt
## 19832 Glam Nob Hill SF Flat - 3BR/1.5BA
## 19833 Modern 2Br close to Convention Ctr
## 19834 Metropolis Apartment
## 19835 Feel Home in Heart Of NYC!! private en-suite bath
## 19836 Stylish Loft Center Williamsburg
## 19837 Cozy 2 Bedrooms Bedstuy,Brooklyn
## 19838 Luxury Studio Apt-Center of SoCo
## 19839 East Austin Oasis
## 19840 1 Room Escape in Belmont Shore
## 19841 Newly renovated studio basement
## 19842 Spacious 1BR in quirky Fremont
## 19843 Serene Getaway in Awesome 'Hood
## 19844 BUNKHOUSE QUEEN B20
## 19845 Guest bedroom in downtown loft
## 19846 Awesome,Colorful 1 Bedroom-W Harlem
## 19847 Live The Brooklyn Experience I
## 19848 Spacious Loft & Spectacular Views
## 19849 Large 1 bedroom loft GREAT location
## 19850 Beautiful and Sunny Brooklyn Room
## 19851 New spacious & comfy 1 Bdrm apt.
## 19852 Lovely Deluxe Loft near Central Park
## 19853 BEAUTIFUL 1BR APT ON THE UPPER WEST
## 19854 Spacious bright Williamsburg 1 BR
## 19855 W'burg 2 bedroom w/ yard & laundry, 5 mins to L
## 19856 Comfy-Large Manhattan 3bdr-Loft/Apt
## 19857 Cozy Studio for single or couple
## 19858 In-Law Apt in the Oakland Hills
## 19859 Sunny Private Room,Williamsburg Apt
## 19860 Nice clean style apt. Central midtwn near Javits
## 19861 Luxury Times Sq/Midtown W 1900Sq Ft 3Bedroom/3Bath
## 19862 Newly renovated 2 bedroom close to Times Square
## 19863 Private Room close to subway (2/3)
## 19864 Room & Breakfast- YELLOW ROOM
## 19865 Your own hip and cozy 1BD apartment
## 19866 Room in Brooklyn, 20 min from Manh
## 19867 Awesome apartment in Chelsea NYC!
## 19868 Private & Cozy Modern Luxury
## 19869 Unique 3BR Triplex in Brooklyn
## 19870 Charming Columbus Circle Studio Flat
## 19871 BRAND NEW! LUXURY 2BEDROOMS/Sleep 6
## 19872 Room #4 Near Manhattan NYC
## 19873 Williamsburg Gem! - Private Patio
## 19874 1 BR in Townhouse 15min Manhattan
## 19875 ADORABLE Studio Central Park!
## 19876 1BR in HARLEM...SUNNY & SPACIOUS
## 19877 NYC. CHAUNCEY 3. 20MIN to Manhattan
## 19878 Home Sweet Room-HOMEY-Queens NYC!!
## 19879 Cozy room with breakfast included
## 19880 Luxury Private Room in Foothills
## 19881 THE HOUSE THAT HOLLYWOOD BUILT
## 19882 ARDMORE STUDIO [No.2]
## 19883 Clean, Huge 2br/2ba in Santa Monica
## 19884 Guest House in Venice Beach
## 19885 AN EPIC WEEKEND GETAWAY
## 19886 Comfort & Convenience in East Nash!
## 19887 Downtown / Back Bay 1 Bed W/Parking
## 19888 Centrally-located Large 1 Bedroom!!
## 19889 3 BR|2.5 BA Renovated House Parking Top Location
## 19890 Stylish Uptown House near Oak St
## 19891 Guest house in LG yard with pool
## 19892 Private room in culver city.
## 19893 Cozy Cabin in the Hills
## 19894 Venice Walk Street Modern 2BR House
## 19895 Retro-modern Eastside Duplex Unit A
## 19896 Stylish 3/2/2 with large backyard
## 19897 Cozy Private Room #2 Near Domain
## 19898 Austin's Downtown Garden Suite
## 19899 Millennium Park Paradise for 8 [Randolph]
## 19900 Millennium Park Paradise for 10 [Lake]
## 19901 SxSW Modern TXstone house&lots charm!
## 19902 Sunny apartment over the park
## 19903 Mere steps from the United Center
## 19904 Private Bedroom & Full Bathroom in Lincoln Square
## 19905 Hyde Park Rooms2
## 19906 Cute 1 bedroom apt close to all
## 19907 Living Room with a couch or matress
## 19908 500 feet to La Jolla Shores beach:)
## 19909 3 Bedroom + Loft Amazing view close 2 Con\\Center!
## 19910 Modern Home Near French Quarter
## 19911 Charming New Orleans Side Hall Shotgun Home
## 19912 New 2 bedroom centrally located!!!!
## 19913 Chic Downtown Loft Apartment
## 19914 Studio Apartment Ocean Beach View
## 19915 Beverly Hills new remodeled house
## 19916 B&B In Brand New Home: 2 bedrooms
## 19917 Millennium Park Paradise for 6 [Lincoln]
## 19918 Spacious and Sunny Logan Square
## 19919 Cozy Alberta Arts
## 19920 OISNB @ The Royal Red Guest Room
## 19921 Beautiful, Clean and Cozy Apartment in Nob Hill
## 19922 Extreme home stay in La Jolla!
## 19923 Fabulous Large 1 Bedroom Near Metro-Mt Pleasant DC
## 19924 Modern Capitol Hill English Basement Private Room
## 19925 Modern, central studio with it all!
## 19926 Burnham Beach Cottage 3
## 19927 new Chinatown. self check -in 03
## 19928 2bd/2br Dream Vacation Amazing view
## 19929 18th Ave & Church St Condo #2
## 19930 Mid-City Gem
## 19931 Jaw Dropping Operatic Spanish Villa
## 19932 Best Denver Airbnb! FivePoints!
## 19933 Glamorous Gold Coast 2 BR
## 19934 A Real HIP HOT TUB Vibe in Wicker
## 19935 Luxury New 2 bedroom apt. in Wrigleyville Lakeview
## 19936 1 Bed/Bath. Near Lake, Zoo, Wrigley
## 19937 Private 1 Bedroom Studio in Home
## 19938 Luxury 2 bedroom+2 bath Large Sunny, walk to Grove
## 19939 Sunny studio steps from St. Charles
## 19940 Camelback Guesthouse Apt 1, 1 bedroom
## 19941 Spacious 2 br, Heart of Greenpoint
## 19942 Spacious Harlem Garden Apartment
## 19943 Beautiful Brooklyn Brownstone
## 19944 Idyllic Studio in the Oakland Hills
## 19945 Stunning Duplex Greenwich Village
## 19946 2 LEVELS 2 BEDROOM & GARDEN
## 19947 GREAT ROOM IN HELL'SKITCHEN!!
## 19948 Quiet room close to subway.
## 19949 Bright room in Queen's most diverse neighborhood
## 19950 Creative & Cozy Apartment
## 19951 Private, cozy basement apartment in vibrant NE PDX
## 19952 colorful & comfortable and clean room
## 19953 Perfect Location on Union/Laguna!!!
## 19954 Luxurious Home With Expansive Views
## 19955 Two floors of living in a vibrant neighborhood!
## 19956 1-Bedroom apt near metro w/parking
## 19957 Clean & Modern Nob Hill Studio
## 19958 Perfect Pacific Beach Pad, SanDiego
## 19959 Sparkling Modern Seattle Home
## 19960 Modern Studio in the Mission! 2 blocks to BART!
## 19961 Near Central Park!Easy & convenient
## 19962 Private, peaceful room in heart of Bushwick
## 19963 Scandinavian-modern private studio
## 19964 Charming Guestroom with Bike near Alberta
## 19965 Spacious Sunny Room on the Wiggle!
## 19966 King Bed & Private Room in Downtown
## 19967 Private room #3, close to downtown!
## 19968 Sweet, spacious flat, prime Mission
## 19969 1Bedroom Apt in Downtown San Diego
## 19970 Oakland Hills Nautical Basement Apt
## 19971 Cozy room on Capitol Hill
## 19972 Room in renovated apartment (Queen size bed)
## 19973 1 Block from Times Sq. and Broadway
## 19974 Luxury NYC Oasis + GYM + SPA + WIFI
## 19975 Artsy Bedroom/Office in WaHi
## 19976 Modern, Cozy! TimeSq/Hell's Kitchen
## 19977 Huge 3BR Artist Oasis & Deck in Prime Williamsburg
## 19978 Brooklyn Bed & Breakfast Queen Bed
## 19979 (A bedroom)Close to JFK & La Guardia Airports
## 19980 Beautiful Zen 3BR Apartment
## 19981 Sun/Moon Art House LGBTQ Welcoming
## 19982 Clean, Airy, Functional Space in BK
## 19983 Perfect Brooklyn Studio Apartment
## 19984 2 Bedroom in Heart of Andersonville
## 19985 Cozy Room in Avondale 2
## 19986 Modern Beach Condo Steps to Beach
## 19987 20 minutes to LA & OC. Free Bfast.
## 19988 Bright two bedroom apartment - 3
## 19989 Mid City, 1 blk to streetcar!
## 19990 Original Cabin 3
## 19991 FALL IN LOVE: 4BD/2BA Loft in the Perfect Location
## 19992 Greenpoint Brooklyn Modern Charm II
## 19993 Seaview Studio in Brooklyn New york.
## 19994 West village Entire studio
## 19995 Excellent Room with Comfy Bed
## 19996 Room in 2Br /2Ba new elevator Apt
## 19997 Cozy, Convenient, Clean & Colorful!
## 19998 Modern Room in a Duplex Loft
## 19999 Comfy Room Near Bronx Zoo and NYBG!
## 20000 Cozy attic with private bath
## 20001 Amazing Beachfront House - 4BR
## 20002 Penthouse apartment w skylights
## 20003 Bright Mississippi MAX 2 Dwntwn Portland, OR
## 20004 Upscale Urban Lifestyle -3 Blocks to Union Station
## 20005 Unit 1 - A
## 20006 Cozy Bedroom near Seattle Center
## 20007 SkyHouse B&B Hummingbird Hot Tub
## 20008 The SWEET Spot - Central Location
## 20009 All New Garden Apartment
## 20010 BEAUTIFUL CENTRAL PARK DISCOUNT 45%
## 20011 Gorgeous new 3BR/2BA apartment, perfect location
## 20012 5 Star Luxury Loft
## 20013 3100SQFT/MIDTOWN/SLEEPS16/TOWNHOUSE/NEW/MODERN
## 20014 Sunny, Spacious New Studio in NE - Full Kitchen!
## 20015 Alberta Arts Modern English Cottage
## 20016 West Seattle Haven
## 20017 Plum Apartment
## 20018 Charming beach cottage
## 20019 Private Cottage - 3 Blocks to Beach
## 20020 4 Bedroom - Steps to Eastern Market
## 20021 Beautiful Duplex in Northeast LA
## 20022 ~Chic ~Modern ~Retro ~ 2BR apt @ Venice Beach
## 20023 CannaBLISS 2-1350/month-Pot OK
## 20024 Comfy Private Bedroom by Downtown
## 20025 Beautiful Mission Designer Oasis
## 20026 Peaceful Home with Tropical Garden
## 20027 Bright + Modern Downtown Retreat
## 20028 Stylish East Nashville Getaway
## 20029 Private Bedroom in Woodbine
## 20030 California Bungalow to share.
## 20031 Prime Melrose Location-3BR Retreat-Reno'd Duplex
## 20032 Culver City Stop
## 20033 Hidden Treasure Santa Monica Beach
## 20034 Topanga Cabin Chic Retreat
## 20035 THE STUDIO - Boutique Silverlake Rental
## 20036 Cielo loft steps from venice pier
## 20037 Charming Mid City Home
## 20038 One Bedroom Apartment in Lakeview East
## 20039 Large Space minutes from The Loop!
## 20040 SUMMER PRICING! Walk to Oak Street/the Streetcar
## 20041 Spacious Uptown Condo
## 20042 2 bedrooms Moscone center Mid Market st.
## 20043 "Shaw-Some" Studio in the ❤️ of DC.
## 20044 Historic Townhouse Apt Dupont Logan
## 20045 BOOK ME! Near downtown!!!
## 20046 Private room in house
## 20047 3 blocks to Metro, free parking
## 20048 Safe and Clean Guest Room in Dupont
## 20049 Cozy rm in Victorian apt near Bart
## 20050 Sunny Master Br. with Private Bath
## 20051 Sunlit 2BR Precita Park House
## 20052 Dupont Adams Morgan Precious Pearl
## 20053 Hip nest | Heart of Dupont | DC's highest roof top
## 20054 Quiet 2BR apartment close to UCSF
## 20055 Charming Victorian in Russian Hill
## 20056 Urban Oasis
## 20057 Luxury Condo w/ Views & Whole Foods
## 20058 Jake's Place: A Modern Guesthouse
## 20059 *Absolutely Historic Haven in NW DC
## 20060 Beautiful Cozy Zilker Park Condo
## 20061 Charming home in the ♥ of downtown
## 20062 Mid Century Modern Sanctuary
## 20063 SOCO -Spacious 4BR (Hotel tax incl)
## 20064 Prime SilverLake Hills1BR apt VIEWS
## 20065 Comfy room in friendly home
## 20066 15 minutes to Rose Parade 4+3 House
## 20067 SPACIOUS PRIVATE GUEST HOUSE
## 20068 Malibu Romantic Hilltop Pool House
## 20069 Private room 5 Minutes to Beach and LAX
## 20070 studio next to venice board walk
## 20071 Historic Remodel 1-Bedroom in Prime DTLA Location!
## 20072 Private Bedroom/Bath in North Hills.
## 20073 Modern Spanish home in the center of Los Angeles
## 20074 Newly Renovated Hollywood House
## 20075 Ideal location with gorgeous porch
## 20076 Historic Two Bedroom on Bourbon
## 20077 Bed-Stuy Brooklyn Garden Apartment
## 20078 Relaxing Westwood 1 BR walk to UCLA
## 20079 East Nashville Apt. Great Location
## 20080 Irish Channel Charmer with Balcony and Large Yard
## 20081 Brand New Modern Stapleton Home
## 20082 Cool Fun Loft on 6th St. A3
## 20083 Gorgeous view. Near Beverly Hills!
## 20084 5BR/2.5BA Zilker Deck House!
## 20085 Private home w/ outdoor space, 2 bikes, & cable TV
## 20086 Sunny Bedroom for two
## 20087 Room near Central Park New York
## 20088 Large Quiet Bedroom Near Columbia U
## 20089 NYC Manhatt,Beaches within 10-20min
## 20090 2 bedroom close to public transit
## 20091 Charming, Perfectly Located Logan Square Apt
## 20092 #18 Historic Workman's Flat
## 20093 Stunning Home Gorgeous Neighborhood
## 20094 Larchmont Hollywood Groovy Studio!
## 20095 Modern Oasis close to Quarter with Private Patio
## 20096 Convenient & Comfortable St Charles Ave. Apartment
## 20097 Private Room W/ Private Bathroom
## 20098 Marglen Topanga Guesthouse
## 20099 NE Suite Spot! Alberta/Williams/Mississippi
## 20100 Gorgeous Balcony, 2 Beds, Kitchen, Free Parking
## 20101 Sunset Remodeled Bedroom
## 20102 [Japantown] Cozy SemiStudio-Quick Access to Center
## 20103 Cool 1BR located in Midtown!
## 20104 Garage Designer Loft
## 20105 AWESOME 4-Story Luxury Townhouse
## 20106 Wonderful 1bd in Charming 4plex
## 20107 Large studio U Street Corridor!
## 20108 Large Cap. Hill Room ★ 1/2 block from metro
## 20109 Cute studio in Upper Rockridge
## 20110 Embassy Row English Basement Apartment
## 20111 Cozy & Bright Room, 15 mins to NYC
## 20112 Entire Apt in Heart of the Village
## 20113 MODERN STUDIO IN TIMES SQUARE
## 20114 Modern, Cozy, Own Room & Bath Metro
## 20115 King-Size Bed in Downtown Austin!
## 20116 Sunny Guest House w/ pool
## 20117 So Zen, So Convenient, So Perfect!
## 20118 First Floor Bedroom- Heart of NOLA
## 20119 Large Master in Historic Home
## 20120 COME STAY AT GRAHAM'S SUNNY HOME
## 20121 SXSW 2017! Walk to downtown and lake
## 20122 Beautiful 3BR Townhouse in Central Austin
## 20123 Sunny Venice Bungalow Near Beach!
## 20124 Studio in Westchester. Near LAX.
## 20125 2BR Home w SoundProof Studios Avail
## 20126 Warm Family Friendly Lakeview/Southport 3BR/2BA!
## 20127 Malibu Studio Enchanted Sea Cottage
## 20128 SLEEPS 10 IN FRENCH QUARTER with private BALCONY!
## 20129 Hidden French Quarter Gem
## 20130 STEPS FROM DOWNTOWN !! CLOSE TO EVERYTHING !
## 20131 Wonk On The Hill Apartment
## 20132 Great Location Near the University
## 20133 Comfy Centrally Located Room in SF
## 20134 Balboa Park Guest House
## 20135 Victorian Hartwell House, Downtown
## 20136 Private Bed & Bath in Awesome House
## 20137 Chicago Oasis - Beautiful Private Room and Bath
## 20138 Downtown Oasis in Historic Home Off of 6th St
## 20139 2BR Modern Zilker Duplex - Unit A
## 20140 Spacious 1BR w/ Office in Hyde Park
## 20141 Super Convenient Downtown Chicago Room
## 20142 Top of the South End Brownstone
## 20143 Private Treehouse in Hip LA Village
## 20144 Tranquil Bliss-Private entrance,Free parking
## 20145 Beautiful Craftsman near Rose Bowl
## 20146 West Hollywood Master & Jacuzzi
## 20147 4 + 3 Pacific Rim Pool Home
## 20148 Historic Gated Shotgun with Pool
## 20149 Cozy and Private Room in Heart of Astoria
## 20150 Loft in Clinton Hill Brooklyn 2
## 20151 Midtown luxury Amazing views!
## 20152 Modern 4 Bedroom Apartment Private Terrace Slps 8
## 20153 Modern 1BR on Broadway -Astoria
## 20154 Welcome to Venice Beach!! Steps from Abbot Kinney
## 20155 Private room Private bath
## 20156 WeHo Designer Alcove Studio Apt
## 20157 2Bd/2BTH Blocks to 3rd St, Ocean, & Pier SR406
## 20158 Enchanting Hollywood Garden Studio
## 20159 LAX Quaint Studio in Hostel Hotel 104
## 20160 Hilltop LA Hideaway in Highland Park
## 20161 Luxury Townhouse Great Location!
## 20162 Namaste-Low Priced Comfortable Private Bunk Beds
## 20163 Private room in the heart of Williamsburg!
## 20164 2 bed/2 bath in the heart of Boston
## 20165 #1 Bedroom Private Bath
## 20166 1/2 Mile from Santa Monica Pier
## 20167 Logan Square 3 bedrms with parking
## 20168 Small Studio in Back Bay - 1st Flr
## 20169 Charming 2 bedrooms & 2 bath home
## 20170 Pearl's Place-Vandy/ Gulch Areas
## 20171 Private room in East Nashville
## 20172 Manhattan Apartment (Female Guests)
## 20173 Sunny Apartment 2 blocks Subway
## 20174 Cozy Bright Private Room in NY (Only for female)
## 20175 Modern Walkable National Mall Apt
## 20176 Bud & Breakfast!
## 20177 modern apartment
## 20178 PodShare Downtown
## 20179 Walk of Fame LUXURY CONDO, VEWS!
## 20180 Classic Townhouse in WEHO by the Grove!
## 20181 Hidden Heaven in the City of Angels
## 20182 The Renaissance Poolfront Luxury Suite!
## 20183 Classic comfort
## 20184 3000 Sq Ft Music City Manor
## 20185 Carriagehouse studio near downtown
## 20186 Family Friendly Garden Oasis
## 20187 Guest House @Urban Farm, Venice adj
## 20188 New Two bedrooms condo in Alhambra
## 20189 Private Studio
## 20190 Home Nestled in Hills of Pasadena
## 20191 NOLA Shotgun in Hip Neighborhood
## 20192 Historic Servant Quarters: Steps to Frenchmen & FQ
## 20193 Shared room in NOLA (twin bed)
## 20194 great 3br home near heart of Austin
## 20195 Charming SoCo Restored Cottage, 2/1
## 20196 Getaway in the middle of Austin
## 20197 Bohemian Bedroom
## 20198 Local Flavor
## 20199 MIDTOWN, MANHATTAN,COLONIAL,ROOM
## 20200 The City Farmhouse - 10 Min to Manhattan!
## 20201 Soaring Bushwick 3 Bedroom
## 20202 3 bedrooms (converts to 4 bedrooms), 2 bathrooms
## 20203 Beautiful, bright and spacious home
## 20204 Williamsburg Two Bedroom/Two Bath
## 20205 Palisades Plush - bus 2 dntn & Mall
## 20206 Lrg Sunny Flat/1 Blk fr Lombard St
## 20207 Sunny room with deck near the beach
## 20208 Heart of 12th South: 1 bed cottage
## 20209 Capitol Hill Studio on the Park!
## 20210 Gentilly comfort. Master suite!
## 20211 ARTSY APT- THIS WEEK SPECIAL
## 20212 Large room, wood floor, 2 windows
## 20213 Spacious + Private Basement Unit!
## 20214 SXSW Retro South Congress Studio w Deck!
## 20215 Music Row Area Close to Downtown
## 20216 Queen Sofa bed in Bright Livingroom
## 20217 English basement with full kitchen.
## 20218 Private Room -1st Floor
## 20219 Large Studio in Luxury Building!
## 20220 Stunning and Modern next to Park
## 20221 Cozy Room, Classic Chicago House
## 20222 12South-Historic Home-Upper Floor
## 20223 Cozy & Bright 1940s Cottage Home
## 20224 Charming FrenchQtr Condo Steps2Bourbon
## 20225 Modern Home, Blocks From Downtown
## 20226 Comfy Bedroom + Private Bath/Parking Safe & Clean
## 20227 Malibu Escape
## 20228 Cozy Private Room w/ Full Bath
## 20229 Artsy peaceful room- on bus line!
## 20230 Basement Apartment in Lakeview
## 20231 Master Suite: Little Village (2 Queens, 10 Guests)
## 20232 Lincoln Square Guest Suite 2 Bd 2Ba
## 20233 Winchester Private Studio Apartment
## 20234 Cozy Studio Steps from Millennium Park
## 20235 Lodo Loft-16th St. Mall, Union Stat
## 20236 Garden oasis in NoHo
## 20237 1 Full & 2 twin beds, Walk to Univeral
## 20238 Modern Private Room
## 20239 Small Private Room/ Twin bed
## 20240 "Cloud Nine"
## 20241 launchingpad/landingpad
## 20242 Spacious spot in central location
## 20243 St. John's Apartments #309- Two BR
## 20244 Comfort, Convenience, Location!
## 20245 Private Room in DC Row House!
## 20246 Culver City! Two queen beds in private room
## 20247 Charming guesthouse close to Malibu
## 20248 Beautiful New Orleans getaway, historic 1850s home
## 20249 A Jazzy Place- Kermit Ruffins Room
## 20250 Room E Single Bed in the conner
## 20251 Queen BR and Bath in Private Home.
## 20252 Jasper's Studio
## 20253 Private 1 bed apt in great location
## 20254 Austin Eastside on Yoga Run
## 20255 Cozy 2bd cottage near Hawthorne
## 20256 49 Steps to the Sand! Yes, 49!!
## 20257 Downtown Home! 98 Walkscore
## 20258 Beautiful Cole Valley/Haight Flat.
## 20259 Sunny Inner Richmond Garden Suite
## 20260 cute cozy room hollywood hills
## 20261 Room in charming home near Venice
## 20262 Astonishing Modern living in Brooklyn
## 20263 Cozy place in Uptown Manhattan
## 20264 East Village True NY Apartment
## 20265 The Perfect Williamsburg Studio
## 20266 The Bay Area At It's Best (Unit 3)
## 20267 Sweet NYC home away from home!
## 20268 Charming, Sunny Williamsburg Apt!
## 20269 World Traveler's Loft
## 20270 Large Pike Place Apt w/ Balcony
## 20271 Spacious Room/Great Location
## 20272 Cozy Room at Broome st., LES
## 20273 1 Bedroom w/Jacuzzi in Private Home
## 20274 Cozy and sunny private bedroom in a 2 bedroom apt.
## 20275 Steps to the Metro, Minutes to Manhattan
## 20276 Private Bedroom in NEW Williamsburg apartment
## 20277 Brooklyn Brownstone Private Room B
## 20278 Fully furnished private,cozy studio unit
## 20279 Central Park Suite
## 20280 Apto 2 bed 80 night per person
## 20281 2 bedrooms apartment next to train
## 20282 UWS Home-Private Access/Bath/Patio
## 20283 Room #3 Near Manhattan NYC.
## 20284 Spacious Room in N. Portland Home
## 20285 Pac Heights 3B Flat Near Fillmore St
## 20286 CALEF HOUSE Rm 2, Priv Rm in Beaut SF Victorian
## 20287 Bright and funky garden bedroom!
## 20288 Retreat by the Sea,Family & Pets OK
## 20289 Adorable Alberta Arts Bungalow
## 20290 LOCATION! Private room with yard.
## 20291 Huge Room 15 min to Grand Central
## 20292 Newly-renovated Capitol Hill Home
## 20293 Relaxing room in central Noe Valley
## 20294 Upgraded firm mattress Private Room#2
## 20295 Luxurious High-Ceiling Modern Loft
## 20296 The top of Liberty Hill, near BART
## 20297 Heart of Seattle-Stylish&Sunkissed
## 20298 Sunny guest room in Fremont
## 20299 Private, quiet studio near Gaslamp
## 20300 Beach Apartment - 1BDR/BA
## 20301 Master Bedroom in Bright Apartment
## 20302 Charming house in Logan with private room & bath
## 20303 Family Home near Austin Airport
## 20304 Brownstone Loft Bedroom
## 20305 Amazing room in 3 bedroom apartment
## 20306 Great Nolita Apartment!
## 20307 Sensational Penthouse 3BED Modern LOFT w/City View
## 20308 Airy West Village Studio
## 20309 Remsen Village Rental
## 20310 2 Cozy, Private Furnished Bedrooms
## 20311 Comfortable & Next to Express Train
## 20312 Modern Arty 3-Bedroom Apt, TWO bathrooms, Sleeps10
## 20313 Walk to Rainey St, Convention Center, Downtown!
## 20314 Quiet House in a Great Location!
## 20315 Amazing, Bright, Historic Loft
## 20316 Private Room Cozy+Clean nr USC/DTLA
## 20317 Cozy an tuck away Heart of Quarter!
## 20318 Seward Park Mother In Law
## 20319 3Bedroom Complex Located in SF
## 20320 Beautiful Room in Updated Townhome
## 20321 Location , Location , Now with tv
## 20322 Big Gorgeous Room for Rent with 2 Closets Astoria
## 20323 Furnished studio in Queens, NY
## 20324 Private Room in Gorgeous Apartment In Manhattan
## 20325 Brooklyn Factory Blue Door
## 20326 Spacious Sunny Lakeside Retreat
## 20327 Spacious Room in Hip Williamsburg
## 20328 Harlem Guest Room.
## 20329 Rustic, 1-bdrm retreat w/roof deck.
## 20330 Spacious Studio Apartment
## 20331 ROCKRIDGE Creekside Carriage House
## 20332 Large Master Bedroom in Prime Spot
## 20333 Renovated 1Br - Times Square!
## 20334 Comfy Futon In Vibrant Space
## 20335 Living room: nice & Comfy Twin Bed
## 20336 Loft guest room, best Williamsburg
## 20337 Beautiful, Sunny, 2BR, 1.5BA Williamsburg Loft
## 20338 Room in the HEART of Williamsburg
## 20339 Unexpected home minutes from SF - G
## 20340 Spacious-Sunny NYC Apartment(2BDR)
## 20341 Newly Furnished Duplex Priv Terrace
## 20342 Large Room In Newly Renovated Hell's Kitchen Apt.
## 20343 Harlem Gem
## 20344 PRIME LOCATION CHARMING 2BR
## 20345 nice room in bedstuy 4
## 20346 Spacious Central Locale w/King Bed
## 20347 Magnolia Bed & Coffee
## 20348 Beautiful Historic View Studio
## 20349 Hollywood Hills 1924 Spanish Charm
## 20350 Luxurious, Heart of LA, 2bed/2bath
## 20351 Semi-Suite,Cozy Bedroom,一层楼独立屋,有前后院,各种果树
## 20352 THE LITTLE BLUE BUNGALOW Perfect Romantic Get-away
## 20353 Entire Jazzy Mid-City Standard 18B
## 20354 Sweet dreams on the upper east side
## 20355 SUMMER SUBLET JULY & AUG Studio V Close to UT
## 20356 The Domain Austin; Work, Play, Dine
## 20357 Highlands Mansion: Garden Suite 420
## 20358 Gorgeous Vintage Apartment
## 20359 Freshly renovated cottage in Carrollton/Riverbend
## 20360 Cute Efficiency Apartment
## 20361 A little piece of new Orleans
## 20362 Peace near Universal and Hollywood
## 20363 Charming Ranch Style Suite
## 20364 Gorgeous view suite West Hollywood!
## 20365 Steps from Downtown & Next to Millennium Park!
## 20366 Superhost Queen Room in Best Neighborhood
## 20367 Room in the East Village - Alphabet City
## 20368 Boardwalk Studio, on the Beach!
## 20369 The Sunshine House - 4 Bedrooms
## 20370 BRAND NEW LARGE LUXURY APT in W. HOLLYWOOD
## 20371 Hipster 3BRStyle Duplex - Echo Park
## 20372 位于帕萨迪纳(Pasadena)的4卧住宿加早餐房源
## 20373 Gorgeous Renovated Bungalow! SXSW & Bachelorettes!
## 20374 Lost Arts Ranch
## 20375 Point Loma Sweeping Bay Views
## 20376 Steps to Beach, Comforts of Home
## 20377 Central/Cozy(4) - near metro/bus
## 20378 Venice Beach COZY HOUSE RENTAL
## 20379 5 minutes from LAX and beach!
## 20380 Hollywood Beautiful Lg Apt Best Vacation Location!
## 20381 LARGE ZEN DETACHED BACK HOUSE
## 20382 Hip, Colorful flat - Walk to Trendy Freret Street!
## 20383 Large Marigny Greek Revival Near French Quarter
## 20384 Couch near Flog Gnaw, USC, Museums & Downtown LA
## 20385 5 Person Venice Cottage PRIME location!
## 20386 Guest Pink Suite Ten minutes to beach
## 20387 5 Star Charming Studio Guest House LA, Ca
## 20388 Spacious 6 bedroom Victorian home
## 20389 Historic Home in Hollywood Hills
## 20390 Teeny Guest House w/ Private Patio
## 20391 Spacious Jefferson Park Apartment
## 20392 South Loop Modern Condo!3 Bedrooms
## 20393 2BR/2.5BA Downtown Austin Penthouse
## 20394 Modern Retreat #2 w/Private Bath
## 20395 Efficient Studio - Back Bay/S. End
## 20396 LoDo, Downtown & Convention Center
## 20397 Venice Beach Ahoy!
## 20398 1 Bedroom Suite in Private Resort!
## 20399 April Special | Best Location | Luxury 2-Bdrm
## 20400 Hipsters Delight
## 20401 Private first floor bed & bath
## 20402 Beautiful ranch with park like yard
## 20403 Cozy English Cottage in Popular NE
## 20404 Big Little House
## 20405 GREAT Studio apartment in Midtown W
## 20406 Beautiful 1BR! Sleep 3! W. Village! Best Location!
## 20407 1 Br Apt In Lincoln Center UWS
## 20408 Artist Renovated Loft + Roof Garden
## 20409 Greenwich Village Studio with Private Courtyard
## 20410 Boutique Hotel Feel Studio Apt.
## 20411 A room in the dreamland waiting for
## 20412 Privacy, Comfort & Luxury on NE Alberta St.
## 20413 Private Quarters in Luxury Home
## 20414 Cozy twin bed in a private room.
## 20415 Large 2Br/2Bth by Alamo Sq w/Garage
## 20416 Queen Bedroom w/Walk-In Closet in Luxury Apartment
## 20417 Huge Lavish Condo near Times Square
## 20418 Large Room in private Brownstone in Park Slope
## 20419 Cozy 1BR apt near Golden Gate Park
## 20420 Beach & Boardwalk - Large room
## 20421 San Diego Apt, 1 mile from beach!
## 20422 quiet tower studio in Northpark
## 20423 Seattle Tiny House Near Light Rail
## 20424 8th Ave Condos Modern 2BD
## 20425 Guest Bedroom Close to the Metro
## 20426 Mosswood landing pad, pet friendly!
## 20427 Sunny loft w/Big Bed in Brooklyn
## 20428 Lovely Central East Village 4p Apt
## 20429 Brand New! Cozy Little House Retreat
## 20430 Private cottage near SXSW events
## 20431 Sunny apartment in Boston hosts 6
## 20432 UWS Gem /One Stop to Time Square!
## 20433 Private Room Steps from the Subway!
## 20434 2Bdrm Midtown Apt by Empire State
## 20435 Friendly-colorful-cozy W/ breakfast
## 20436 Brooklyn Secret Garden
## 20437 The Notorious B.N.B. ........ {The William Henry}
## 20438 Charming 1 Bedroom / Private Bath in Alphabet City
## 20439 Luxury Studio in Hell's Kitchen! 5* reviews
## 20440 Great Studio 15 mins to Time Square
## 20441 Martha's Apartment
## 20442 Romantic Brooklyn Getaway
## 20443 Heart of DTLA
## 20444 Walk to Bourbon St & French Quarter
## 20445 Private room in cozy home-SW Austin
## 20446 Cozy and Sunny Private Bedroom In South Slope!
## 20447 Clean, Cozy & Sunny Apartment | East Village
## 20448 Clean + Quiet Private Room
## 20449 Midtown Studio - female only -
## 20450 BEST LOCATION - MIDTOWN SUITE
## 20451 A Historic Harlem Abode
## 20452 Lovingly Curated Brooklyn Haven
## 20453 Modern Brownstone living1
## 20454 Dupont Adams Morgan Radiant Ruby
## 20455 Cozy Basement Apartment in Ballard
## 20456 Coolest Apt in South Park!
## 20457 Sunny Private Room in North Beach
## 20458 San Diego--Relax and enjoy Nature
## 20459 Private apartment in Manhattan
## 20460 Large Duplex Near Subway! 5bdrm/2ba
## 20461 Home should be your favorite place.
## 20462 Private Modern Studio in Downtown SF (Water View)!
## 20463 Elegant condo near parks, museums
## 20464 Family Friendly 4/2, AC, Yard, Toys
## 20465 Big Cozy room w/ view in awesome Bernal/Mission
## 20466 Historic, D Street Row House
## 20467 Classic scandinavian, kid haven
## 20468 GO Sailing! 27' Catalina Sailboat
## 20469 Luxury 2 Bed/Bath Near The Grove 2
## 20470 CHARMING HILLSIDE BUNGALOW, WOODSY WITH VIEWS!
## 20471 Venice house steps to Abbot Kinney
## 20472 Contemporary home near Reed College
## 20473 couch in CapHill studio by downtown
## 20474 Hip Bungalow! Close to Downtown!
## 20475 Spacious S. End 1BD Brownstone
## 20476 Enormous Sunny 2 BR, 10 Minute Train To Downtown!
## 20477 Quaint Uptown Room Close to Magazine & Parade
## 20478 Modern apt near to EVERYTHING! S.F
## 20479 Lovely Bedroom with Private Bath
## 20480 Create AREA + easy parking-ONLNLY- 5 STARS REVIEW
## 20481 2 bedroom Walk to Vandy & Belmont!!
## 20482 Spacious French quarter home.
## 20483 5⭐️ Luxury Loft w/Hot Tub & Views
## 20484 Modern SOMA Condo W/Parking & Patio
## 20485 Beacon Hill Studio w/ patio&parking
## 20486 Spacious 1BD Near E. Market
## 20487 Newly Remodeled Flat near trendy Valencia Street
## 20488 Washington DC Bungalow
## 20489 Comfort & Convenience: metro 3 blks
## 20490 Quiet Beach Bungalow - Del Mar
## 20491 A&C's Hillcrest, Heart of San Diego
## 20492 San Diego, La Jolla Beach
## 20493 Bright Castro Condo: Great Location
## 20494 Hayes Valley Victorian Flat
## 20495 Chic Flat Located In the Castro
## 20496 Walking Distance To Everything!
## 20497 1 BEDROOM IN 3 BEDROOMS APARTMENT
## 20498 Murray Hill Garden Apt. MANHATTAN
## 20499 Large 2BR Modern Duplex Apartment
## 20500 Perfect Location, HUGE Private Deck
## 20501 N. Mississippi/Alberta Arts Home
## 20502 Embassy enclave,by Mariott hotel
## 20503 Full Size Bedroom in Anacostia
## 20504 Peaceful, clean and centrally located.
## 20505 Quiet Green Room
## 20506 Ollie's Place
## 20507 Cozy Bloomingdale Coach House
## 20508 [ SWANKmini ]
## 20509 1/1 Walk to UCLA! Westwood Vacation Home w Parking
## 20510 Hollywood Hills - Modern Home
## 20511 Stay at Atelier Treme Art House!!
## 20512 Southern Brooklyn Sunsets
## 20513 Entire 2 bd 2 bth. Pool/Gym 2 blocks to Universal
## 20514 Spacious Hip 1br in the Center of Downtown! (606)
## 20515 3F 4 Bed 2 Bt Loop UIC & McCormick
## 20516 Aubergine Abbey Studio
## 20517 Private Resort Ocean View Estate w/ Tennis Court
## 20518 Beverly Hills 3/Los Angeles/3rd str
## 20519 Central Location 2Bed W/D+Parking
## 20520 Gorgeous 3-Story Home in Burbank
## 20521 Prime location Echo Park House
## 20522 Private Room. Cozy east side ATX
## 20523 Comfort Zone (Room) NYC (Harlem)
## 20524 Time Square room in a shared APT.
## 20525 Large Private Bedroom, Private Bath
## 20526 Cozy All New 2BR/2BA In Upper Manhattan Sleep 7
## 20527 SIMPLE STAY. DOWNTOWN IN 5 MIN !!
## 20528 Private Room & Bathroom & Parking
## 20529 2nd floor, 1 rm/65, 2 rm/120, 1 rm 2+ pple/ 100
## 20530 High bedding 2 rooms 99, suitable for family
## 20531 Sunny 2BD Canyon Oasis with Views
## 20532 Quiet Private Rm by SeaWorld & USD*
## 20533 Sunny 2bed with deck and views
## 20534 Large and Cozy Private Bedroom
## 20535 Large Modern Bedroom near Cloisters
## 20536 Cozy Room in Bohemian Brooklyn Loft
## 20537 Studio Apart A with Kitchenette!
## 20538 Cozy private room by the ocean
## 20539 Beautiful Share, Bushwick, Brooklyn
## 20540 1BR Clinton HIll/Fort Greene Beauty
## 20541 A Lovely 2br in Chelsea
## 20542 NEW, Bright, Private Backyard, 1 Block from Train!
## 20543 Loft Suite @ The Box House Hotel
## 20544 Peaceful Oasis. 25 mins. Manhattan
## 20545 Large 1 bedroom in heart of Chelsea
## 20546 Lovely studio for a romantic pair
## 20547 1600 Sq Ft Loft in the Heart of Manhattan
## 20548 Happy Brooklyn! Happy Konakolo!
## 20549 3BR Central District House
## 20550 Hip Central Austin House
## 20551 3 bedroom Dramatic Bucktown LOFT
## 20552 Gated Hollywood house
## 20553 Ktown Cozy Studio • Parking • Metro
## 20554 Quiet Hidden Gem in Toluca Lake
## 20555 Amazing Location Walk to Main st!
## 20556 D201--Guestroom w/ shared bathroom,TV,Wifi,parking
## 20557 Topanga View Private Cottage
## 20558 Bayou St John Historic Home
## 20559 2-story Cottage Near French Quarter
## 20560 Cozy Room #3 NW Hwy 183
## 20561 g Private entrance room Allston
## 20562 Stunning condo steps from Wrigley!
## 20563 Bucktown Luxury Home Living
## 20564 1072
## 20565 Stylish & Historic LoHi Loft w/ Views and Parking
## 20566 Historic bedroom, 420 & parking
## 20567 Studio 2 blocks to Beach w/Parking - Close to LAX
## 20568 Perfect Hollywood Bungalow 2
## 20569 BEACH, MARINA - Hideaway Cottage
## 20570 HOLLYWOOD-SUNSET STRIP- Entire Private Guest House
## 20571 Marvelous South End 2.5 bed/ 2.5 ba
## 20572 Historic Dumaine home in Treme/Mid-City
## 20573 HIGH RISE CONDO 1 BLOCK FROM FRENCH QUARTERS
## 20574 GARDEN DISTRICT - Steps to St. Charles Ave! Apt. B
## 20575 S--101 GuestRoom w/ Private Bathroom,wifi,parking
## 20576 CBD 2BD/2BTH. Walk to FQ, Conventions, Superdome!
## 20577 LA, SIlverlake, Self Contained Apartment
## 20578 Sunny & Private 3 br Cute House
## 20579 Private Garden Eco-Retreat Cottage
## 20580 ♥ Fellow Foodie's Dream Location: Walk Score 95!
## 20581 A quiet oasis in Seattle
## 20582 Enjoy the entire place to yourself
## 20583 1 Bedrm. La Jolla .. close to beach
## 20584 DOWNTWN LUXURY PENTHOUS OCEAN VIEW
## 20585 "The Carriage House" Bankers Hill.
## 20586 Stay * Work * Play - Downtown!
## 20587 4/3.5 SoCo Bungalow
## 20588 1 or 2 rooms town house
## 20589 Chic Downtown LA Loft
## 20590 A beautiful day in Santa Monica
## 20591 The heart of the Malibu mountains
## 20592 Beautiful Garden View Bungalow 1BDR
## 20593 The Hummingbird Guesthouse
## 20594 Updated basement apartment, close in NE Portland
## 20595 Charming Flat! Close to subway!
## 20596 118 1 bedroom Apt 103&Bway-a steal-Monthly rental
## 20597 2BR West Village Apt by the Top NY Experiences
## 20598 Modern Room in Hamilton Heights
## 20599 Modern Spacious Private One bedroom Free Parking.
## 20600 Cozy Private Room in Manhattan! Room 2
## 20601 Williamsburg Renovated Space!
## 20602 Urban-chic 1 BR apt in East Nash
## 20603 Mid City Dreams
## 20604 Charming Spacious Victorian House
## 20605 Explore Hollywood by walk
## 20606 SHINY, Brand New 1 BR Apt Awaits You!
## 20607 NEW! Hollywood -pool,gym,parking
## 20608 CBD Condo w/ French Quarter Charm
## 20609 Bright & Spacious Andersonville Home
## 20610 Waterfront Williamsburg Studio Views
## 20611 Hidden Jade Gem, Monterey Park
## 20612 Quaint Studio with Outdoor Patio
## 20613 Poker Player's Paradise
## 20614 Santa Monica Chilly Studio
## 20615 Charming Hollywood Apartment
## 20616 Venice Beachwood A steps to Venice Beach
## 20617 Beachy 2Bdrm Venice Beach Getaway 2 blocks to Sand
## 20618 PRIVATE ROOM+BATH, 4 BLOCKS TO OCEAN,NEW BUILDING
## 20619 Beacon Hill, the Best of Boston!
## 20620 Chill Courtyard Hideaway--Close to French Quarter
## 20621 4 blks Street Car Line!! LRG GROUPS
## 20622 NOLA Charmer
## 20623 Stunning Private Brownstone Unit! | 3 Bedroom
## 20624 1Bed Doorman/MidtownWest near Park
## 20625 JFK Nightly Stop
## 20626 Perfect Private Room in Soho
## 20627 Central Park Loft
## 20628 Room w/priv. bath&kitchen Duboce 2
## 20629 Frogtown Charm 1BR Skylight LARiver
## 20630 Oasis in the Heart of LA!
## 20631 NoHo Arts District Studio
## 20632 *Luxury Redondo Beach Villa near Manhattan bch*
## 20633 Silver Lake View Castle Suite
## 20634 One-of-a-Kind GEM just above SUNSET - Silverlake
## 20635 Amazing French Quarter Gem!
## 20636 3 Bedroom Home in East Nashville
## 20637 Best Corner in the Marigny 3
## 20638 Adorable guest house with courtyard
## 20639 The Maisonette w/ Private Sauna
## 20640 New 2BD/2BA near DT/ Zilker/ SoCo
## 20641 Creative and Cozy Vintage Apt!
## 20642 Brite,Private Rm&Ba in WeHoHills 2
## 20643 Private Bedroom in Central L.A.
## 20644 Wonderful 2-Bed Apt Close To Beach
## 20645 Charming, fun and comfy 1 BR at the beach
## 20646 1840's Downtown Carriage House
## 20647 Great NOLA Guest Room w Private BR
## 20648 Country Living In The City!
## 20649 Comfy private room w/ cool hostess
## 20650 Large Room with 3 Beds in Safe Cool Astoria NYC
## 20651 Spacious Digs 15 Minutes from JFK!
## 20652 Luxury Duplex Home in Williamsburg
## 20653 Spacious Studio in Time Square
## 20654 Studio in the Financial District
## 20655 The Cube! For Travelers & Wanderers
## 20656 Quintessential 1BR W. Village Apt!
## 20657 HUGE Willamsburg Duplex Loft
## 20658 Heart of the West Village - 2 bedroom
## 20659 Multnomah Village Studio
## 20660 Artist's House 1.5 Blocks from Free Streetcar
## 20661 Capitol Hill 1BD-Cari's in the City
## 20662 Cozy Cully Charmer
## 20663 Just Listed! Best Ocean & Bay Views - San Diego
## 20664 1 BD,1 BA/Getaway/Zen Suite+Hot tub
## 20665 Private Bed/Bath in Home: blue (B)
## 20666 Private room in home with yard
## 20667 Room in Mission apartment - Great SF Location!
## 20668 Private Room near DELL w/breakfast
## 20669 1bed+1 bath+Relaxing Dragonfly Cove
## 20670 Private Room-Vintage Style Marina
## 20671 Private 1BR apartment with kitchen
## 20672 Comfort in Ballard/Fremont for 8!
## 20673 The Blossom Room with Queen Bed
## 20674 Modern and Inviting, Trinidad Suite w/ Parking
## 20675 Southern Hospitality In Spades!
## 20676 Muse in the Lower Garden
## 20677 Hideaway apartment, prime location
## 20678 Casa Victoria - Luxury Penthouse
## 20679 Hollywood Cozy Cabin 4
## 20680 Affordable room in Larchmont/Paramount
## 20681 Sunny Sanctuary on Echo Park Summit
## 20682 Glamping in Malibu ~ Travel Trailer
## 20683 Nice Room, 25 min walk to French Quarter + More!
## 20684 Cute and comfy in East Nashville!
## 20685 The Cloud Cabin
## 20686 BEST LOCATION!!-Luxury Hollywood Unit On The Strip
## 20687 Tourist Haven for Summer Travellers
## 20688 DESIGNER HUGE ELEGANT 1 bedroom apt
## 20689 LOVELY GUEST HOUSE IN BEVERLY HILLS
## 20690 Brand New Modern 1BR - Pool/WiFI+ !
## 20691 Cozy 1bd/1bath back house.
## 20692 Hyde Park Guest House & Pvt Parking
## 20693 Simple Spare Living Space
## 20694 Washington "Vintage Airline" Room
## 20695 Private Studio In Normal Heights
## 20696 Great Location. 98 Walkscore 2
## 20697 Ultra Contemporary French Quarter/CBD suite.
## 20698 Studio Apt at Chelsea
## 20699 Cozy And Clean Harlem Room
## 20700 Park views off Bedford Ave
## 20701 Chic Midtown Luxury Apt Sleeps 5
## 20702 Beautiful Oakland Hills 3/2 House
## 20703 A Great Place to Stay in Brooklyn!
## 20704 Gorgeous West Village 1-Bedroom
## 20705 East Nashville - "The Mod Cape Cod"
## 20706 Huge Space in the Heart of Midcity
## 20707 Top Floor in Capitol Hill
## 20708 Modern Apt in the Heart of Downtown
## 20709 Large nice bedroom w/ private bath
## 20710 Private & Charming Stay! ..Film Loc
## 20711 Malbec on the Creek
## 20712 1930's BUNGALOW: BOULDIN CREEK
## 20713 Between BU/BC & great for groups
## 20714 2 BR Avondale Abode!
## 20715 New 1 Bed Flat - South End
## 20716 Mag Mile large room in vintage apt
## 20717 Cute, 1942 ranch
## 20718 Downtown Condo - ALL 5 Star Reviews
## 20719 Eco Chic in Mar Vista an LA oasis
## 20720 DOWNTOWN LA UPSCALE 3 BEDs #1 POOL GRAND VIP SUITE
## 20721 Home to Stay
## 20722 Studio in Hollywod, no parking
## 20723 40% Off Spring/Sum!5BR/3BA/Elegant!
## 20724 Courtyard Suite on Tchoupitoulas by Convention Ctr
## 20725 Patio Cottage near Audubon Park
## 20726 The Artist's Retreat in NW Portland
## 20727 Alberta St/Wilshire Park brand new 2BR apartment
## 20728 Portland Heights Suite Retreat
## 20729 Private Cozy Studio Apartment in Our D.C. Home
## 20730 Entire apt in Hancock, Central Austin
## 20731 Family friendly 2 bedroom home.
## 20732 GUEST HOUSE KISSED BY LUXURY!
## 20733 Artist's House Decks, Yard & View
## 20734 NEW STUDIO in Secluded Backyard w/HotTub nearBEACH
## 20735 Clean & modern on historic Esplanade!
## 20736 4 br - walk to Golden Gate Park
## 20737 P4 Metro living: Winter promo
## 20738 Art Deco '33 BnB near Columbia City
## 20739 Sunset Cliffs Retreat Pt Loma
## 20740 Trendy Retreat - Downtown West 6th
## 20741 Lakeview 3 story home
## 20742 The Little Room
## 20743 Charming Victorian Home
## 20744 Beautiful1 Bedroom apartmet
## 20745 Walkable, downtown oasis w/ a view!
## 20746 Bluebelt; FREE parking/tubes/bikes
## 20747 Large family home
## 20748 Master Suite and Bathroom in Wicker Park
## 20749 WLAXTRASpacious/PrivateMaster/GardenView2beds
## 20750 Sunny, large 1 bd apt in Silverlake
## 20751 Authentic NYC Living 2
## 20752 Quiet artist's brownstone near express A train
## 20753 Modern Apartment in Chelsea NYC
## 20754 Loft Suite @ The Box House Hotel
## 20755 Sunny Room in Great Location!!
## 20756 Prime Williamsburg Location! 10 min from Manhattan
## 20757 Vintage Foursquare one block off Alberta Arts
## 20758 Airport Sanctuary, one of two rooms
## 20759 Cozy Room w/Character & a *private* entrance
## 20760 Cozy room for two near Reed College
## 20761 Cozy Dupont Studio
## 20762 Higher Suites
## 20763 Spacious Guest Room in Brownstone
## 20764 Cozy studying & relaxing room
## 20765 Discount! Mins to SOHO-Cozy, Good sized 2 Bedrooms
## 20766 Homey Room in Bed-Stuy Brooklyn
## 20767 Large, Beautiful Room for Rent in Cool Hip Astoria
## 20768 Room in spacious charming loft
## 20769 Cozy Bohemian Oasis :)
## 20770 QUIET, COMFORTABLE & GREAT LOCATION
## 20771 Bed-Sty Fly
## 20772 Big Artist 1BR Apt @ LowerEastSide
## 20773 Cozy Bedroom by Columbia Univ.
## 20774 Sunny Sunset Park Artist Loft
## 20775 Cozy Williamsburg Brooklyn Space
## 20776 Gracious 2 Bedroom Luxury LOFT Near Times Square
## 20777 Newly renovated apt w/parking space
## 20778 5 star luxury studio in Financial District
## 20779 Spacious New1BR w/Balcony E.VILLAGE
## 20780 Garden Studio
## 20781 Great apt in the Marina! Full Kitchen & Parking!
## 20782 Queen Bed in the Perfect Beach Home
## 20783 3BR Home by the Beach w/ Free Parking & Laundry!
## 20784 Peaceful room in comfortable home
## 20785 Inn Beervana Bed'n'beer in Portland
## 20786 Downtown Filmmaker's Loft by WTC
## 20787 Queen-sized bed in sunny East Harlem private room
## 20788 Nice Budget Room Near Subway
## 20789 Sunny Apt in Bed Stuy, A/C/E Trains
## 20790 10' from Central Park &Warm Private bedroom
## 20791 Modern Studio:A breath of fresh air
## 20792 Cozy Micro-Guesthouse
## 20793 modern basement loft
## 20794 Alberta 2BDR - 12 min to downtown!
## 20795 Brand New 1bd apt Downtown SF views
## 20796 Gorgeous Victorian Home in Castro
## 20797 Charming Room & Private Bath in PB
## 20798 NomadicNest in Historic FoggyBottom
## 20799 Eastern Market Gem ~ Steps from Metro
## 20800 City and Harbor views
## 20801 Private Bedroom in Bushwick
## 20802 Private apartment, safe area, 25 min ferry to NYC
## 20803 Bedroom In Midtown East
## 20804 Stunning apt with downtown views!
## 20805 Great converted LOFT, STUDIO APT.
## 20806 One Bedroom Apartment in Chelsea
## 20807 2 bed/1 bath Private unit near Downtown
## 20808 Shared Co-Ed West Campus Bunker 1
## 20809 Beautiful Spacious 1 bedroom in heart of downtown
## 20810 The Spartan - Old Town, Chicago
## 20811 Beautiful home for 10! Central to everything!
## 20812 SIMPLE STAY NEAR DOWNTOWN !
## 20813 Feel at home while away from home!
## 20814 3 Level Luxurious TownHome
## 20815 Hollywood Large 2 Bedroom Free Parking
## 20816 Ocean View 3 Bedroom Guest House
## 20817 Woodland Hills Charmer
## 20818 Home away from home!
## 20819 Comfortable, hip house & yard
## 20820 Classic Bungalow in North Portland
## 20821 Nice Apt, Good Loc., Close 2 Metro
## 20822 The French Victorian-Views & Deck
## 20823 270 degree view in Noe Valley Flat
## 20824 Wallingford Apt. with Sleeping Loft
## 20825 Upstairs: ComiCon!/All-Star Game!Conferences!
## 20826 Central/quiet (2 ) - near metro/bus
## 20827 WALK to METRO, Shops, and Restaurants!!!
## 20828 The Inaugural Condo for Business Travel + Family
## 20829 Walkout Basement Apartment
## 20830 Chic & Cozy Newly Renovated Bedroom & PRIVATE Bath
## 20831 Prospect Park 3 bdrm, Sleeps 8 (#2)
## 20832 Beautiful Brooklyn Basement Studio
## 20833 Royal Oxford
## 20834 45 better than hostel 103rd & Bway
## 20835 Private Room in Bushwick Loft
## 20836 NEW - 1 Bed. 10 min. to Manhattan!
## 20837 Sun-drenched 1 Bedroom on the Park
## 20838 Private Bedroom in Manhattan
## 20839 Beautiful Chelsea 2 Bedroom apt
## 20840 Garden Apt with Huge Backyard
## 20841 Cozy East Village Home
## 20842 Red Hook, Single RM, FISHGRALA
## 20843 Spacious Upper East Side Studio
## 20844 Brooklyn Design Loft
## 20845 NOLITA&SOHO BEST LOCATION&GREAT APT
## 20846 Cool and comfortable loft Apartment in Chelsea NYC
## 20847 Serengeti Comfy APT
## 20848 Manhattan - The White Room
## 20849 Belle Vue in the Oakland Hills
## 20850 Full 1BR Apartment in Park Slope
## 20851 Private cozy suite
## 20852 Cozy Quiet 1BD Upper East Side
## 20853 Terrace Street Guest Room
## 20854 Oakland CA (Rockridge) Studio
## 20855 Sunny 2BR Apt PRIME LOCATION sleep6
## 20856 Serene in Bushwick
## 20857 Seperate Masterbedr/bath ocean view
## 20858 #1 in Big, beachy & cozy O.B. home
## 20859 Sunny Modern Flat - Victorian Charm
## 20860 Tropical Garden 3/min to Town#1
## 20861 PRIVATE SUITE CLOSE TO DOWNTOWN LA & USC KECK CTR.
## 20862 Top2 Bed1 Blk Fullerton L/Red Line
## 20863 Walk to it all in East Village/WP
## 20864 Stunning 1BR/1BA with AC, Parking, WiFi, & More!
## 20865 Cozy Family Home. Near Everything!
## 20866 Sunset Strip / West Hollywood!
## 20867 Luxurious suite in tranquil & convenient location
## 20868 Stunning Luxury Resort Apartment in Downtown LA
## 20869 Spacious Urban LA Loft
## 20870 LA Room Rental
## 20871 Historical home ,1 mile from the FQ
## 20872 Lovely, large 1BR Garden unit in hot Logan Square
## 20873 Denver's Urban Oasis + Hot Tub
## 20874 Lovely Victorian in Historic Baker
## 20875 Close to French Quarter, Frenchmen St, Bikes
## 20876 ST CHARLES AVENUE GARDEN DISTRICT SUITE--2nd Floor
## 20877 BRIGHT 2BR IN GREAT LOCATION W/ CITY VIEW+POOL&GYM
## 20878 Lovely Bedroom and Private Bathroom
## 20879 Zhang'home
## 20880 Your Own 2BR House Near LA,Pasadena
## 20881 Hollywood Blvd Studio, Great Area
## 20882 2 Bed/2 Bath - Classy LA Home (5 Mins To Beach)
## 20883 Burbank near Studios - quiet, safe neighborhood
## 20884 Adorable Silver Lake Studio
## 20885 Stay * Work * Play, Best Part of Austin - Zilker!
## 20886 2 Bdrm Penthouse Views Free Bus
## 20887 Luxury at Times Square - Big and Incredible apt
## 20888 private loft close to train
## 20889 Beautiful Apartment in the Heart of Harlem
## 20890 Private Floor in Ballard Craftsman
## 20891 Light Bright Breezy SuperHost SPECIAL!
## 20892 New Apartment with Vistas of the DC Soul in Shaw
## 20893 Clean, quiet room near transit
## 20894 A BED CLOSE TO USC !! AWESOME !
## 20895 Luxury Flat With High End Decor
## 20896 Cozy Private Studio in Mid City
## 20897 Light and Airy Studio Apartment near the Ocean
## 20898 Private-entry Guesthouse / Walk to Universal
## 20899 Gorgeous Private 1 Bedroom Silver Lake Guesthouse
## 20900 URBAN HOLLYWOOD BLVD GRAMMY'S SUITE + 6 BEDS
## 20901 Private & Cozy Mother in Law Suite
## 20902 Private Bedroom & Bath near Airport
## 20903 Renovated Victorian Beauty
## 20904 Gorgeous Apartment in Chicago
## 20905 Stylish, comfortable 1br
## 20906 Fabulous 3BR Queen Anne Home
## 20907 Quaint and lovely bedroom available
## 20908 Cute Family Pool Home in The Valley
## 20909 Lovely Room-Walk to Blvd & Cafes
## 20910 Urban Living in the HEART of LA
## 20911 Pop Art NOLA: Walk to Freret St, Tulane & Loyola!
## 20912 Historic Bywater Home for Rent
## 20913 Hidden Treasure (Silverlake) ;-)
## 20914 Private Cottage
## 20915 Garden District's awesome view of St. Charles Ave.
## 20916 Private room & awesome location :)!
## 20917 (R2) Pvt. Room in Amazing Space (price includes 4)
## 20918 Trendy SoCo Bungalow
## 20919 Allston Close to Harvard Business School + BU C
## 20920 Charming 4 Bedroom Home LA Welcome!
## 20921 Lincoln Square Garden apartment
## 20922 Beautiful Room in Woodland hills
## 20923 STEPS from VENICE BEACH / BOARDWALK
## 20924 Historic Downtown Designer Home
## 20925 Cozy Harlem Guest Room for 1 or Couple/Close Pals
## 20926 Comfortable room in Inwood!
## 20927 Room in nice apartment
## 20928 WilliamsburgPRIVATE BATH,next2train
## 20929 Private Bedroom: Close to Manhattan
## 20930 Charming 2 BR In-Law Suite
## 20931 Gorgeous Loft in the LES/Chinatown!
## 20932 Welcome to a beautiful Quiet Bronx.
## 20933 Moraga Canyon Glamping and Some
## 20934 Large room in UWS 92nd near RivPark
## 20935 Awesome Manhattan Space in LES
## 20936 Come and Relax -2bd/2ba
## 20937 Entire 2nd floor to yourself!
## 20938 Cool, comfy 1BR 1/2 block from BART
## 20939 Centrally located Roanoke Park home
## 20940 Steps to Beach! - Patio/BBQ (MS2)
## 20941 Buckman Street-Level with Bikes & Super NES
## 20942 Sunny and Spacious Two Bdrm in 1895 Victorian Home
## 20943 Modern Cafe-Style Home Brooklyn!!!
## 20944 Large room in luxury apartment
## 20945 Cosy studio steps from NYC skyline
## 20946 Super Cute Private Backyard Cabana
## 20947 Private bedroom/bathroom in Twin Peaks with views!
## 20948 Enchanting Chic Beach Studio
## 20949 Urban cabin with loft, full kitchen
## 20950 99 Lux Pike's Market 2BD
## 20951 The Village Vogue - NYC
## 20952 6 Mixed
## 20953 Spacious Kenmore Square Studio
## 20954 Large room with view on Downtown
## 20955 Sunny Duplex Condo + Parking
## 20956 NEW Modern Apartment w/ OutdoorDeck
## 20957 Cozy private room in beautiful apt
## 20958 Private room+Harlem= Your new home
## 20959 The Tranquility W/ Shared Bath
## 20960 Great Brooklyn Apt That Sleeps 8!!
## 20961 Beautiful Spacious 1 Bed in Hip Harlem Neighborhd
## 20962 Bright, airy, private room-W Harlem
## 20963 Deluxe Crash Pad off Central Park West
## 20964 Chelsea Chic
## 20965 Cool 2-Bedroom Apartment in Chelsea
## 20966 Warm & Welcoming Private Room
## 20967 Beautiful Chicago Home
## 20968 Walk to 5Cs: 1 or 2 Roomy Bedrooms
## 20969 Private (c2) full-bed room
## 20970 1833sf 3bd/2 ba 50 yards to beach!
## 20971 2 bedroom, 2 bath Condo
## 20972 Uptown Audubon Cottage w/ Private Parking Near Zoo
## 20973 Mid City/Park, Safe Area, Streetcar Stop
## 20974 #1 Sunny studio near CENTRAL PARK!
## 20975 Experience NYC to the fullest @UES!
## 20976 W.Village great 1BR/1BA+Patio deal!
## 20977 The Dorm W/ Shared Bath
## 20978 Welcome Home!
## 20979 1BR bottom fl apt Prospect Heights
## 20980 HUGE LOFT 4bd/2bath UnionSq./G.Vill
## 20981 Elegant Private Studio - Town House
## 20982 Spacious, Clean, & Comfortable Room
## 20983 Beach Cottage impeccably designed
## 20984 Quiet, Sunny, and spacious room
## 20985 Sunset room with Private Bathroom
## 20986 Sunset Room
## 20987 Private Daylight Basement 1320 sq. ft. Apartment
## 20988 English Basement with Private Entrance & Parking
## 20989 North park apartment
## 20990 Mod Potrero Hill Private Studio
## 20991 Cozy & quiet 1BR in West Portal
## 20992 Close to it all! Beautiful Views from your room!
## 20993 TWO BLOCKS TO NoMa METRO-BUNKS
## 20994 Gorgeous Apartment in Historic Capitol Hill
## 20995 Ground-level room w/ bay window in prime Brooklyn
## 20996 Luxe 3 Bedroom Duplex, 2 minutes to A/C Subways
## 20997 Modern Comfort in Upscale Brooklyn!
## 20998 comforable couch/close to LGA airport
## 20999 Spacious bright Brownstone with Roofdeck Accces
## 21000 Modern and Cozy Home - LES
## 21001 Beautiful 1BR in Russian Hill
## 21002 East Capitol Escape for 2
## 21003 Private room in Ocean Park home
## 21004 Stunning SouthEnd/BackBay Penthouse
## 21005 Rustic 2+2 Apt. Secured Parking
## 21006 Large master bedroom & covered patio, 宽大主卧带衞浴及陽台
## 21007 The Budget Traveler
## 21008 Charming Craftsman Home San Diego!
## 21009 Best Deal in North Park!
## 21010 Amazing Ocean-Front Villa #5
## 21011 Sunny, spacious suite in vibrant Petworth
## 21012 Cute room in East Austin
## 21013 2 blks to Conv Ctr/6th Sleeps 4(LC)
## 21014 Private Room in Log Cabin Update
## 21015 CHARMING SPACIOUS 3BR+3BA IN HEART OF HOLLYWOOD
## 21016 Jazzy Oasis in the City of Champions
## 21017 Warm & Airy 2Bed 2Bath w Parking
## 21018 One bedroom
## 21019 12 Ave South
## 21020 Quiet home 20 mins from Nashville
## 21021 Gorgeous brick house near airport!
## 21022 2 Bedroom Spacious Central Location Modern Loft
## 21023 Cozy Apt in Historic Columbia City
## 21024 Cheerful Abode in Heart of Hawthorne/Division
## 21025 Stellar Sky High Luxury with Downtown & Lake Views
## 21026 2BR 2.5 BR Adams Morgan gem
## 21027 Walking distance everywhere!
## 21028 2BR/2BA Downtown!
## 21029 Lavender room with queen Bed
## 21030 DC-Style! Spacious & Modern & Prime Location!
## 21031 Aptos Beach House-perfect getaway!
## 21032 Pacific Beach 3BD Family Friendly !
## 21033 Vacant room for short stays
## 21034 4 Rooms *Private Roof Skyline View *2m from Train
## 21035 Amazing Williamsburg entire Loft
## 21036 2 story LOFT penthouse ROOF deck!!!
## 21037 Huge 3 bdrm in Ditmas Park/Flatbush
## 21038 Relaxing and Private Room
## 21039 Downtown Lovely Victorian Loft - #6
## 21040 Sunny, private, quiet upstairs room
## 21041 Embassy Row /Glover Park
## 21042 Spacious one Bdrm apt in Victorian
## 21043 Tree-Top Oasis: 3BR + Garage in Lincoln Square
## 21044 The Common House in Venice Beach
## 21045 LOCATION: HEART of HOLLYWOOD!
## 21046 Newly renovated near Main st Alhambra sleep 6 可讲中文
## 21047 Lil Ole House
## 21048 The Ivy: Lush Garden Getaway
## 21049 Bywater Home Away from Home
## 21050 Bright spacious room, all welcome!!
## 21051 Brownstone Cozy Penthouse Suite
## 21052 Small room, 2 beds - Queen & twin
## 21053 Quiet, 1st Floor w/ Backyard & Art
## 21054 Dreamlike Soho loft and rooftop
## 21055 Private Space NYC/New Hyde Park
## 21056 DOWNTOWN MODERN 2 BED
## 21057 Penthouse Views in Downtown!
## 21058 W. Hollwood Walk of Fame - Entire New Flat
## 21059 Mid-Wilshire : Dream High-Rise (3 Real Beds)
## 21060 2 beds 1 bath in Historic Bywater
## 21061 Holiday Room
## 21062 Close to everything! Victorian home.
## 21063 The Sun Cottage
## 21064 Beautiful green 3BR beach house
## 21065 BEST LOCATION IN HOLLYWOOD+PARKING
## 21066 THREE COWS: Comfy room with views
## 21067 Cozy & Comfortable
## 21068 Gorgeous vacation Manor 5rooms
## 21069 Charming craftsman 3 bdm house
## 21070 Lovely views from Aptos Beach home!
## 21071 Private Cozy Retreat, inner SE Portland/Reed Area
## 21072 DuPont Deluxe - spacious 1BR
## 21073 Renovated 2 Bed - Great Location 29
## 21074 Quiet Bdrm w/Private Bath & TV in BIG apartment!
## 21075 Sunny Private Williamsburg room
## 21076 large spaciousbrownstone house
## 21077 22 - Sunny BR, Private Bath in NW DC
## 21078 Flat on President - Private Room
## 21079 Bright Room With City Views + Private bath Suite
## 21080 Clean, Comfortable, Convenient English basement!
## 21081 Large, Quiet 1BR Apt in Mt Pleasant
## 21082 The Sutter Residence
## 21083 South Park Casita Studio
## 21084 Sweet Cozy Cottage Near Downtown
## 21085 Skyline View to Boston
## 21086 Hollywood Hills Exclusive Private Bungalow
## 21087 BEST 2bed near Beverly Hills WeHO
## 21088 Home Was Just Under You Nose!
## 21089 1 BLOCK TO FQ!! FAB LOCATION!! Marigny Triangle
## 21090 Hipster Chic One-Bedroom Flat
## 21091 Downtown Cozy Bungalow
## 21092 Cozy Venice Bungalow/Great Location
## 21093 Los Feliz Designer House
## 21094 Cozy beautiful bright Venice 1br
## 21095 Beautiful guesthouse behind 1920's Spanish Home
## 21096 Classic 50s Hollywood Noir
## 21097 Private room in the center of BEVERLY Hills !
## 21098 Southwest Austin Retreat
## 21099 Sunset Waterfront & 25 Min Downtown
## 21100 Cool Condo in a Melrose/8th AVE near Downtown!!!
## 21101 3B2B parking,MIT/Havard,BU,Fenway, near 2T station
## 21102 Sunny, Classic, Central Row Home
## 21103 1904 Victorian Home with stunning views
## 21104 Private Room in Hawthorne, Ca.
## 21105 Just Beachy On The Bay, Belmont Shores
## 21106 Magic Mountain/ CAL ARTS 7 miles away (1 of 4)
## 21107 Historic Mansion in Heart of NOLA
## 21108 Nash Room w/ View - 7 min to DT!
## 21109 Beach condo, parking &private patio
## 21110 Heart of Portlandia! Private and comfortable space
## 21111 Private basement with bedroom and bathroom
## 21112 Stylish, private 3 room suite
## 21113 Charming Studio - La Jolla
## 21114 1 bedroom apartment in Bernal Heights
## 21115 Private Bunk Bed Room @SF Hostel #2
## 21116 99walkscore, 3br, deck, zoo,central
## 21117 Mt. Olympus / Ahbury Heights Flat
## 21118 Peaches & Cream near Cathedral
## 21119 Dream loft, quiet in the city
## 21120 Beautiful 1 BD on historic DC st!
## 21121 1 Bedroom Apt. *B - Boston Back Bay
## 21122 Large ATX Home Minutes to Downtown
## 21123 Spend where it matters - Safe haven
## 21124 8 Bed Shared Dorm - Wrigley Hostel
## 21125 Small vacation spot
## 21126 Room in stylish 2-bedroom flat.
## 21127 Beautiful 2-Bedroom Home Near Train
## 21128 Historical Southend apartment
## 21129 Private room North Central Austin
## 21130 Downtown Loft w/ Beautiful View C6
## 21131 CityCenter Apt by Beach&Tourist Fun
## 21132 Heart of LA LuxuryApt Private Rm/Ba
## 21133 Location + Comfort + Cleanliness = Paradise
## 21134 Central Location; Private Bathroom - FLASH SALE!
## 21135 Los Feliz Private Home w/Gated Parking & Yard, AC
## 21136 Walk/Bike 2 French Quarter-Penthouse & Jacuzzi Tub
## 21137 2bd/2b Irish Channel live local
## 21138 Hollywood -Best location- 1 bedroom
## 21139 SE Portland, Woodstock by Reed Col.
## 21140 Lovely private studio apartment!
## 21141 Your own townhouse in Bklyn Heights
## 21142 WHOLE APT
## 21143 Comfort & Convenience - Townhouse 1
## 21144 Private Guest House w Private Yard
## 21145 Splendid Sanctuary in West LA 1
## 21146 Bunk bed on Sunset/LaBrea #4
## 21147 Cozy 1 bedroom plus with parking
## 21148 Large Private Room Near Time Square ^
## 21149 Sunny room in Williamsburg with view of Manhattan
## 21150 1 Bedroom across Wrigley Field
## 21151 Cozy Home in Downtown LA
## 21152 Amazing 1 BD With 5m Walk To Hollywood Blvd
## 21153 Cozy Private Bedroom with Private Bathroom
## 21154 Oceanfront Penthouse with Ocean View Deck
## 21155 Charming & sunny cottage
## 21156 Angelica Creole Cottage
## 21157 Modern Flat in the CBD!
## 21158 Bright Private Room
## 21159 MyPlace2Beach
## 21160 Grand Central Luxurious 2BR 2Bath
## 21161 Lovely 2bd Furnished Gramercy Park
## 21162 Classic Exposed Brick Apartment in East Village
## 21163 Convention Center Cool!
## 21164 100WalkScore, Hotel Qlty, FreeBkfst
## 21165 Private Furnished Spacious Room
## 21166 Hollywood Hills, Beautiful Private Guest house.
## 21167 Hollywood-Mid-Wilshire-Beverly Apt.
## 21168 West Hollywood/Miracle Mile, GORGEOUS apartment
## 21169 1920's Cottage - Steps to Cal Tech
## 21170 Charming Studio Close to the Beach
## 21171 Sweet Apartment in Bywater
## 21172 French Market Pied de terre
## 21173 2 blocks from the Fairgrounds
## 21174 Perfect Location - Short Walk downtown/Zilker
## 21175 Posh Sun-Filled Apt near Downtown
## 21176 HOLLYWOOD Bedroom w/private bath
## 21177 Sanctuary
## 21178 Spacious 4 bdr, 3 bth, 15 to dwntn
## 21179 S'Till, No Disrespect by the Beach.
## 21180 Sunny private room in Humboldt Park
## 21181 Elegant & Creative Light-filled Urban Retreat
## 21182 Spacious Private Cottage with Harbor Views
## 21183 Cute as a button, studio apartment
## 21184 The Blue Heart
## 21185 Cozy Flat Midtown/Times Square/Javits Ctr/Pier 97
## 21186 Harlem Row House 2 BDRM Apt-City Col/Columbia Univ
## 21187 Bright, clean, convenient Harlem home!
## 21188 Huge Luxury one bedroom apartment
## 21189 Hotel Meets Home on Capitol Hill
## 21190 Cozy and bright private room in nice DC area
## 21191 Private Studio/Loft - Not shared
## 21192 Cozy Dog Haven
## 21193 Cozy Mission room + private bath! 1 block to BART
## 21194 Mother in law studio-Ballard/phinne
## 21195 Available for SXSW, custom designed, modern home
## 21196 Cute 1 bedroom in Hyde Park
## 21197 Downtown Eclectic
## 21198 Spectacular Marina Penthouse Waterfront Views...
## 21199 Quiet Cottage In Pacific Beach
## 21200 Cozy Room just minutes from PDX
## 21201 Million Dollar View in SF
## 21202 One bedroom-1 Block U St Metro
## 21203 Historic Esplanade w/ Antique & Mid Century Decor
## 21204 New Renovation! Great Location! (B)
## 21205 Hill Flats DC 1 - WALK EVERYWHERE!
## 21206 City Park Purple Orchid Upstairs
## 21207 Comfy Bayou St. John Shotgun
## 21208 OURS Home No.001 Arts District DTLA
## 21209 3B HUGE 2 STORY PENTHOUSE WITH PRIVATE PATIO
## 21210 Cute, cozy apartment near beach
## 21211 Bottom Bunkbed/shared room
## 21212 Quiet Room with Parking
## 21213 Levee Rest Suite
## 21214 COZY 4th fl. historic Beacon Hill
## 21215 A Cozy Craftsman near Rose Park
## 21216 Urban farm RV home in Los Angeles
## 21217 199 5-STAR DOWNTOWN LA 1-BEDROOM POOL VIEWS
## 21218 North Hollywood / Burbank Townhouse
## 21219 Carriage home with HUGE backyard.
## 21220 Ocean Beach/Jacuzzi/BoardHome 2/1.5
## 21221 3 Bed Pac Heights:Free Car ParkingB
## 21222 Airy + Bright Queen Anne Cottage
## 21223 Lovely Fremont Apt w/Parking
## 21224 NE Alberta; King Ensuite Room w TV & Central Air
## 21225 Beautiful 3br home! Great Location
## 21226 Quiet Gem on NY's Hottest Street
## 21227 Cozy Convenient room near Columbia
## 21228 L-Train - 3BR Duplex in Brooklyn
## 21229 Midtown 2 Bdrm by 5th Ave
## 21230 NYC with Manhattan view
## 21231 Thistle Hill Studio, DrippingSprings
## 21232 Fascinating Cozy Apt with parking
## 21233 PERFECT LOCATION: 2 BLOCKS FROM FRENCH QUARTER
## 21234 Adorable Recently Restored Bayou St John/City Park
## 21235 1 Bedroom Walk to Vandy & Belmont!!
## 21236 Spacious, Renovated Home
## 21237 GUEST HOUSE IN THE SKY - H HILLS
## 21238 Modern townhouse in Pasadena featured on TV
## 21239 Private Coachhouse with Yard
## 21240 Sunny and Spacious Bucktown 1 BR
## 21241 Modern Eastside Getaway
## 21242 Modern studio in the heart of WeHo
## 21243 LARGE & COMFY WEHO APARTMENT
## 21244 Modern Atwater Village Studio
## 21245 Fabulous views in Beverly Hills.
## 21246 Room in Amazing Hollywood Location!
## 21247 Tranquil Oasis in the City of Champions
## 21248 "Bridgetown" near Alberta Arts
## 21249 Charming Historic Duplex
## 21250 Simple private room near downtown
## 21251 La Jolla with pool/spa; sleeps 12+
## 21252 La Jolla Studio, Ocean Views & Loft
## 21253 Stunning DC Flat-walk to shops
## 21254 Bed and Bath Room and Amazing Views
## 21255 Cozy Queen bedroom #3
## 21256 Manhattan Beach, 2BDRM - Immaculately Clean
## 21257 Private Room by Sunset Junction!
## 21258 Charming Lush Artist Retreat-B2
## 21259 Plan C Art Hostel 700.00 for the entire festival
## 21260 St. Roch 6 Sweet Renovated Shotgun
## 21261 Eclectic 1930s Tudor Home
## 21262 Beautiful House, Convenient Location
## 21263 Modern and Very Private Space - Eastern Market
## 21264 Downtown Seattle View Condo
## 21265 Charming Private 1BR Oasis
## 21266 New 1BR in historic Mt. Vernon Sq.
## 21267 Clean and Cute, Centrally Located
## 21268 Airbnb Apartment Hostel #2
## 21269 Clean Home | Amazing Hosts & Locale
## 21270 Oceanfront Lower Flat
## 21271 Downtown - 2 miles away
## 21272 Beautiful house with pool
## 21273 ACL-F1-SXSW: Perfect Location!
## 21274 2BR/2BA Loft in Heart of 78704 SoLa
## 21275 Tasty Sellwood Apartment
## 21276 PrivateBasement Studio-Capitol Hill
## 21277 Charming room in NW D.C.
## 21278 Best Location in Boston (1-4)
## 21279 Cozy apartment in NYC, close to Manhattan NY
## 21280 East Village Classic!
## 21281 Convenient Room Near Subway and Central Park!
## 21282 Ocean Beach Get-Away
## 21283 Jim & Suzanne's Garden Apartment
## 21284 Pvt Rm, Great Location, Pool, View.
## 21285 Artists Retreat: Travel - Twin room
## 21286 Charming Old-School Apartment 2
## 21287 PERFECT STUDIO IN MANHATTAN - NYC
## 21288 3 NYC Flushing Garden View 纽约后花园小屋
## 21289 Real 2 Bedroom, Times Sq Skyline
## 21290 Two Level Studio on UES Near Park!
## 21291 Private suites w/ patio near subway
## 21292 Private apartment near JFK
## 21293 PRIVATE ROOM with shared kitchen,living room, bath
## 21294 Cats Have 9 Lives U Don't HUGE Room w/Tempur-Ped
## 21295 Delightful Room in Bedstuy One Block to Metro
## 21296 Quiet Chelsea One Bedroom Apartment
## 21297 Private Room with a View in Brownstone Brooklyn
## 21298 Stuyvesant Heights Townhouse
## 21299 CentralModernAmazingViewsEveryRoom
## 21300 Designer 1BR in Hell's Kitchen NYC
## 21301 Sunny flat in lovely brownstone
## 21302 Great room to stay
## 21303 2 BR Brownstone Retreat, 2nd Fl.
## 21304 Modern 4BR 15 Min to Midtown
## 21305 Garden Apartment in Park Slope
## 21306 Beautiful 1 bed/1 bath Midtown Apt!
## 21307 Convenient Cozy Room
## 21308 JFK Airport/Room Rentals 49
## 21309 Colorful Brooklyn Garden Casita
## 21310 Brooklyn Beauty
## 21311 Private Room Entrance in New York.
## 21312 Private room in 2/bed doorman condo
## 21313 Cozy and Cool Condo in San Diego
## 21314 Awesome Hostel! Bed In 6 Bed Dorm
## 21315 Artists retreat Master bedrm + bath
## 21316 2 Bedroom Downtown Seattle Oasis
## 21317 Sunny Ballard Digs
## 21318 Modern 3bedrooms 2 bathrooms/NYC
## 21319 Comfy Park Slope 1 BR Apt Near Prospect Park
## 21320 3BR/2.5BA H St/Union Station home
## 21321 DuPont, In the middle of it all
## 21322 BEAUTIFUL HOUSE IN THE HEART OF DC
## 21323 Famous Historical SF Home
## 21324 Tranquil Garden Apartment Retreat in San Francisco
## 21325 Hotel Pac Hgts King Free Car Park#B
## 21326 Private room/bathroom in cute house
## 21327 Penthouse guest room in Columbia Heights!
## 21328 Peaceful Art Deco Condo
## 21329 Wine and dog lovers welcome!
## 21330 Jazz-Age Loft Room w/ Private Bath & Entrance
## 21331 Spacious room, next to subway, 15 mins to NYC
## 21332 Designer's duplex loft with 3 beds
## 21333 Back Bay, Fenway, Newbury, MIT, BU
## 21334 Quiet 2-Flat Apt in Great Area!
## 21335 3 bed/1.5 bth Condo
## 21336 Amazing Spacious 2-BD / 2-Bath Apartment in DTLA
## 21337 Private Room a short walk from downtown Culver
## 21338 3 bed Beach House +Ocean View Deck!
## 21339 Relax & Stay a While-Venice Beach
## 21340 Cozy E.Nash home. 6 min from dwntn
## 21341 Treme Jazz Pad, by French Quarter
## 21342 Beautiful Apt. Right off of Alberta
## 21343 Park View
## 21344 2b/1ba Mission Bay House Nr Beaches
## 21345 Spacious Studio near Twin Peaks!
## 21346 Clean Room Modern Home Private Bath
## 21347 my quiet little "Bernal Box" house
## 21348 Great Private Room 20 Min to Manhattan
## 21349 Local and authentic in Chelsea
## 21350 Beautiful room minutes to Manhattan
## 21351 NEAR IT ALL!!! 3 BATHROOMS 2 BEDROOMS!
## 21352 Luxury STUDIO * PVT Entrance * WOW
## 21353 "Rustic-Chic" room in central Williamsburg!
## 21354 Clean, Cozy One Bedroom Apartment
## 21355 Beautiful private suite-like 2FL apt. West Village
## 21356 BK'S FINEST CLOSE 2 TRANSPORTATION-
## 21357 The Undiscovered Borough Awaits
## 21358 2 Flushing Sunny Garden View 舒适阳光房
## 21359 Huge Loft 4BR High Ceiling Sleep 10
## 21360 Cozy Historic East Village 1 Bdrm
## 21361 Luxurious Master Bedroom in 2BR!
## 21362 Great Private Room in West Village
## 21363 Cozy Shared Space Near the Bay
## 21364 Spacious 3 bedroom Apt in Brooklyn.
## 21365 Living Room Futon in NYC!
## 21366 Charming 100 yr California bungalow
## 21367 Cozy Harlem Flat!
## 21368 CHARMING GARDEN APT IN TOWNHOUSE
## 21369 Front apartment in Artist Loft – Steiner Studios
## 21370 Cozy Bedroom For Two Visiting NYC!
## 21371 Downtown Cool + Rooftop Views
## 21372 Garden-filled Bungalow
## 21373 JUNE DEALS! Pacific Beach 2 Blocks 2 Mission Bay
## 21374 Great Home, 10 min walk to beach
## 21375 The Library
## 21376 Sweet Home In fantastic area
## 21377 Heart of Trendy Neighborhood
## 21378 Centrally Located Spanish Home
## 21379 Orange Drive Hostel-Male Dorm Room
## 21380 Bright Modern Lounge In NoHo City
## 21381 Urban Hideaway Close to DT, Springs
## 21382 LAX Haven - Private Room
## 21383 Beautiful Master Bedroom Townhouse 2!
## 21384 New Orleans' Finest! Bourbon! MA2
## 21385 Cozy East Nashville Private Respite
## 21386 Executive Guest House Downtown
## 21387 Beautiful Private Room near University of Chicago
## 21388 Plan C Hostel 700.00 for the entire festival
## 21389 Charming & spacious with parking!!
## 21390 Stylish Studio w Balcony- 5min to French Quarter
## 21391 Cozy 1 Bedroom apartment
## 21392 Queen Bed. JPL/Parking/Caltech/Bike
## 21393 Upstairs Private Room 101 In Walnut
## 21394 2BD+2BA+Parking in KOREATOWN
## 21395 VeniceHaven—Private Studio & Bath w/Bikes&Parking
## 21396 Airbnb Apartment Hostel #3
## 21397 Private, Quiet Room on Greenspace, 10 min to DT!
## 21398 The Golden Slipper
## 21399 Family Friendly 2 BDR in Brooklyn!
## 21400 COMFY APT CLOSE CENTRAL PRK & TRAIN
## 21401 Cozy studio in an AMAZING location
## 21402 Special! Fremont pad for 75 til Wed
## 21403 Minutes Walk to Capitol, Smithsonian and the Mall
## 21404 Steps to Windansea beach
## 21405 Colorful home with ATX Soul
## 21406 Charming, Safe, Quiet Lakeview Home
## 21407 Short drive to Old town Pasadena
## 21408 Luxurious Remodeled Dream Home
## 21409 Quiet private room with a Sunset view!
## 21410 Big cozy house w/pool, near airport
## 21411 Nice size private room with extras
## 21412 Authentic 1920s Castle: Room 1
## 21413 Comfy 3BD/1BA, garage spot included
## 21414 Gorgeous Glamping/Jacuzzi/Fireplace
## 21415 Private Flat in SF
## 21416 Quaint Urban Oasis in DC
## 21417 Venice beach studio: steps to beach
## 21418 Venice beach cozy cottage
## 21419 Spacious 2BR2BA by LAX & Venice FREE parking for 2
## 21420 Cool Studio in Downtown LA with views of the city!
## 21421 Gorgeous Retreat in Hollywood
## 21422 Private Large Dreams Bedroom+Bath
## 21423 Charming & Quiet
## 21424 Cozy East Nashville Private Room
## 21425 3BR Newly Renovated, Close to Vandy
## 21426 PRIVATE ROOM Ocean View Redondo Bch
## 21427 Beautiful room in Temple City
## 21428 Modern Stylish Private Guesthouse
## 21429 Amazing master bed room & cove-patio, 超大主臥帶衞浴及陽台
## 21430 Architectural Loft Duplex w/ Private Rooftop Deck
## 21431 BRAND NEW, LUXURY 2BR+2.5BA IN HEART OF 3RD STREET
## 21432 Modern 1 Bedroom with Wi-Fi
## 21433 5 blocks from Ocean! Long Beach, CA
## 21434 2 Bedroom/2 Bath at the Beach!
## 21435 Private Basement Apartment
## 21436 Beautiful Loft in Union Square
## 21437 Vast 12 ft ceiling Bohemian Apt
## 21438 A HUGE Williamsburg Artist 4BD Loft
## 21439 Welcome Home! Prime N. Park Slope
## 21440 Convenient bedroom uptown NYC
## 21441 CLEAN, zen, sunny, private studio!
## 21442 Relaxing B&B, Minutes to Manhattan!
## 21443 Upper West Side Museum/Central Park
## 21444 gorgeous zen studio
## 21445 Airy 1 Bedroom Apt in Bushwick
## 21446 Amazing Bouldin Bungalow II!!
## 21447 Beautiful Apt with a downtown view!
## 21448 Close to Downtown/U.T. Area!!
## 21449 Central Southeast Contemporary Home
## 21450 Chateau Plateau in the Alberta Arts
## 21451 Artist haven/historic Laurelhurst
## 21452 Dorm Beds @ Social SF Hostel
## 21453 Nob Hill 2 Bedroom Boutique Apt
## 21454 A min away from Space Needle
## 21455 Spacious cozy room in Soma
## 21456 HOLLYWOOD GLAM in PRIME LOCATION
## 21457 Private 1 Bedroom in Capitol Hill
## 21458 Bright&Modern Home w/FREE Bootcamp
## 21459 Gorgeous room w/SF city & bay views
## 21460 Bed & Bath + Garden Oasis = Peace
## 21461 Tranquil Rooms at Maple Creek House
## 21462 CLASSIC LITTLE ITALY BEAUTY!
## 21463 299 SALE ~ TRANQUIL LUXURY HOME ~ 2 BED/2 BATH
## 21464 Harlem luxury w/ great amenities!
## 21465 UES Manhattan Quiet Nest 1 Bdrm
## 21466 Live as NYER/ Steps to Central Park
## 21467 Manhattan furnished 2 bedrooms #2
## 21468 Beautiful West Village Studio
## 21469 Greeley Manor Garden Suite 1
## 21470 Bohemian Artist's Room
## 21471 Sunny + quiet, plus the best location in town!
## 21472 Private suite, hot tub, and garden
## 21473 Noe Valley 2 bedroom retreat
## 21474 Cozy room in the heart of Gaslamp
## 21475 Capitol Hill Bedroom w/Balcony View
## 21476 Stunning Private DC Apartment in Cute Neighborhood
## 21477 Luxe East Village One Bedroom w/Panoramic Views
## 21478 Private Room in the Best of Brookland DC
## 21479 DOWNTOWN! 4BR Townhouse, METRO & Convention Center
## 21480 Soho/Nolita, Incredible Views, Terrace and Garden
## 21481 Penthouse 3 BR 10 PPL Large Center Manhattan Loft
## 21482 BRAND NEW 3BEDROOMS ~~ COZY FOR 8 ~ NEAR TRAIN
## 21483 3BR Queens - 20 min to Manhattan
## 21484 A Serene ambiance that will sooth your soul
## 21485 Lofty Tree House in Williamsburg
## 21486 Modern Apartment in a Historic Home
## 21487 New remodel, 3 blocks from train.
## 21488 New Bedroom with clean private bathroom
## 21489 Private Apartment in Townhouse
## 21490 Good vibes for your E. Village stay
## 21491 Small Town Values, Big City Vibe
## 21492 Silver Lake Gardenview Private
## 21493 Miracle Mile Mediterranean Jewel
## 21494 Venice Garden Studio Apt. & Bikes
## 21495 Modern Apartment in West Nashville
## 21496 Music Lovin' Home in Music City!
## 21497 Creole Cottage - Walk Bayou St John - Bike to FQ
## 21498 Big Quiet Mod 1BR with Green Views
## 21499 Small Town in the Big Apple!
## 21500 Carlton House
## 21501 Large Rooms with Bar and PullOut Prime Greenpoint
## 21502 Large Room Steps to Times Square & Jacob Javits
## 21503 Sunny Williamsburg Apartment
## 21504 Stellar View Private Room!
## 21505 Surf Central In Rockaway Beach
## 21506 Beautiful brownstone room
## 21507 Luxury King size bed w/ private bath!
## 21508 A Place To Lay Your Head
## 21509 Zen, Tranquil, Artsy, Sunny Bedroom
## 21510 Pacific Heights Private Garden Unit
## 21511 Sunny Mission 2BD - Victorian house
## 21512 Sunny 2Rm Suite Unbeatable Location
## 21513 Sunny Home with a View near Bart Station
## 21514 View Home 3.7 mi from Pike Pl. Mkt.
## 21515 Yellow Room In Alberta Arts Dstrct
## 21516 Irvington Convention Center Cottage
## 21517 Little hen&hare,SE Holgate/S. Tabor
## 21518 Quaint Backyard Cottage in Seattle
## 21519 Killer View! Huge Yard! NEAR BEACH!
## 21520 Great Greenlake studio apartment
## 21521 B&B WELL near the Ocean & Redwoods
## 21522 San Francisco: City of Love
## 21523 Beautiful Quiet 2 bedroom SF Home
## 21524 New Listing! Modern 1BR in Heart of U ST, by Metro
## 21525 Astoria Suite - 20min to Manhattan
## 21526 Charming, sunny oasis
## 21527 Spacious Upper Manhattan Brick wall-4 BR Sleep 10
## 21528 AMAZING CENTRAL PARK DISCOUNT 45%
## 21529 Priv Apt & Bath, 8 Mins to JFK + LOTS of Extras!
## 21530 An Upper-East room of your own
## 21531 Broadway - Empire State - 5th Ave - Cute Apartment
## 21532 The Artist Nest
## 21533 Tiny House Living with Loft Bed: 420 Friendly
## 21534 Ocean retreat in Point Loma
## 21535 Oceanfront Elegant Condo
## 21536 Beach Cottage Getaway
## 21537 Adorable row house in Capitol Hill
## 21538 Brand new Tiny House!
## 21539 Cozy Victorian studio steps from 'Trendy Third'
## 21540 Sunny Stylish Mid Century Bungalow & Big Backyard
## 21541 Perfect Proximity! CSULB & LGB-WiFi
## 21542 Spectacular Malibu Beach Front
## 21543 Luxury 2bed/2bath in Best Location!
## 21544 East Nashville Historic Log House
## 21545 SMALL Private studio downtown
## 21546 Artist Loft w/Private Bath in DTLA
## 21547 Luxury Treehouse Hollywood Hills w/ View + Balcony
## 21548 Quiet Room 2
## 21549 Estate Guest House on Vineyard
## 21550 Luna Park Upper - West Seattle
## 21551 Cozy Private Bed/Bath in W Seattle
## 21552 The Black Victorian Full Bed
## 21553 GORGEOUS SAN FRANCISCO HOME
## 21554 Private Room C w/bath S.Congress
## 21555 16 Battery McPhee’s Apartment (#1R)
## 21556 New Home Blocks from Gulch/Downtown
## 21557 Ivy Covered Silver Lake Cottage
## 21558 Venice Beach Designer Apartment
## 21559 Large Private Suite in E. Nashville
## 21560 Majestic 5 bedroom mansion close to the FQ
## 21561 The Bed & Breakfast at 44th
## 21562 Great Location, Cozy Space
## 21563 Capitol Hill Summer Retreat
## 21564 Alberta Arts Chic! Close-in, roomy!
## 21565 Entire Lower Level of Bungalow!
## 21566 Newly renovated gem, heart of DC!
## 21567 Quiet Studio in North University
## 21568 Sunny Apartment in Capitol Hill
## 21569 Zen Space in Historic MtP Rowhouse
## 21570 Separate studio/bath ocean view
## 21571 Stunning 3BR 2BA w/ parking & deck
## 21572 Cozy Studio four houses to Ocean
## 21573 High-rise Studio- Heart O' The City
## 21574 "THE 5-STAR HOUSE"
## 21575 2 Bdrm: Epic Bay Views, 2 Patios
## 21576 FABULOUS 2BR 20MINS FROM MANHATTAN!
## 21577 Cozy, Central East Village Studio
## 21578 Fantastic Private Room 2 beds and Couch
## 21579 Charming New York town house
## 21580 Private Bedroom Females Only
## 21581 True West Village Experience-1 Bdrm
## 21582 Gorgeous Beauty On Central Park!!!
## 21583 Hip&Affordable Room For Rent Only 20 min to NYC!:)
## 21584 Huge Designer Loft - Ideal Location
## 21585 The Apartment in the Sky - Luxury High Rise
## 21586 Sunny Apt Near Metro & Restaurants
## 21587 Riverside Ranch: Sun Stucco
## 21588 Seattle Apartment - Ideal Location
## 21589 Downtown Room - Gaslamp Convention
## 21590 Stay Cool in HOT Austin Loft Space
## 21591 Charming One Bedroom by the Beach
## 21592 Private Beach Cottage
## 21593 Cozy Room~4BR Plant Palace~Silver Lake/Echo Park
## 21594 Charming Apartment Near Everything
## 21595 'Bu Seaside Bungalow!
## 21596 2 Queen Beds in Large Private Bedrm
## 21597 5Beds *Whole House* 3 MILES to Downtown Gated Hood
## 21598 Downtown Access : East Side Style
## 21599 ESSENCE FESTIVAL READY!!!!!!!!!
## 21600 Modern Living in Bed-Stuy w Private Balcony +Bikes
## 21601 Private room - Close to downtown
## 21602 European-style Apt. & relaxing yard
## 21603 Million Dollar Views! Luxury Downtown Skyhouse!
## 21604 Spacious Clean Chicago Three Bedroom w/Parking
## 21605 Amazing Location. Ultimate Savings.
## 21606 Studio, 2 min walk Symphony T/Hynes
## 21607 Studio, with kitchen, in owner's Beacon Hill home
## 21608 Experience Downtown Loft Living!
## 21609 Comfortable room accommodates 2
## 21610 Cute Victorian in Highland Square!
## 21611 Stay on 6th Street - Walk to Convention Center
## 21612 Private Bed & Bath in Palms
## 21613 Charming, Craftsman Silver Lake Bungalow
## 21614 NEW Studio in heart of Atwater!
## 21615 Private Entry Room
## 21616 LA Private Vacation Pool Estate/Filming
## 21617 Hollywood Hills Lake House Escape
## 21618 Downtown Cottage Walkable to Rainey
## 21619 Modern Downtown Brooklyn Gem
## 21620 Stylish One-Bedroom in Gramercy!
## 21621 Park Slope sweet cozy home! Wifi!
## 21622 Excellent Comfy Spring Studio in Brooklyn
## 21623 Lovely 3BR House In Vibrant Spot
## 21624 Best Location, Luxury Condo
## 21625 Cool location, knowledgeable hosts!
## 21626 Humboldt Park Guest Room
## 21627 Cullerton house
## 21628 2BD Bungalow WeHo/Beverly Hills
## 21629 1BED+1BATH HOLLYWOOD,SUNSET,BEVERLY
## 21630 Cozy, sweet place close to LAX, Downtown LA House
## 21631 Remodeled Torrance 3 BR/2 Ba House
## 21632 Modern apartment, great location.
## 21633 House in Hills with Stunning Views!
## 21634 Venice Beach Studio
## 21635 Private guest room with bathroom, Designer House
## 21636 Private Master Suite, Front (6236)
## 21637 Bedroom 2, Event area
## 21638 Large & Bright Studio on the Botanical Garden
## 21639 Affordable Room in Artsy Apartment
## 21640 Sunny Spot in Heart of Williamsburg
## 21641 Quirk & Charm on Oakland's Skyline
## 21642 Comfy and Quiet 2nd Bdrm + Den + Private Bath
## 21643 Williamsburg HUGE SUNNY next2train!
## 21644 Your own room in NY's best area
## 21645 3 bedroom loft in Williamsburg
## 21646 Lovely Studio in East Village!
## 21647 East Village 3 Beds 1 Bathroom
## 21648 Private Oasis, en suite bathroom
## 21649 Private RM Queens (Ridgewood) 5r
## 21650 Rockaway Beach Paradise Apartment
## 21651 San Francisco home away from home!
## 21652 Cozy room centrally located in SD
## 21653 Ocean View Oasis (w/AC!)
## 21654 Bedroom/bath in the heart of SD
## 21655 CLOSE TO DOWNTOWN!
## 21656 Private Guest House, 2 miles from Venice Beach
## 21657 Cute row home near it all...
## 21658 Charming Venice Cottage Near Beach
## 21659 Cozy Pasadena Bungalow near Old Town Pasadena.
## 21660 Lovely Room w/ Private Full Bath
## 21661 Vibrant, Fun, Welcoming NOLA home
## 21662 Rollin On The River
## 21663 Great Uptown Garden District space
## 21664 2 blocks to East 6th Street!
## 21665 3mi to downtown, Private Bed/Bath
## 21666 Beautiful Private Hyde Park Apartment next to UT
## 21667 Luxury Rental "in" Downtown Denver!
## 21668 Magnificent Family Home Near Beach
## 21669 Sunny Private BR w BR West LA
## 21670 Bright airy studio in mtn foothills
## 21671 TINY Chapel makes for LARGE LIVING
## 21672 *Lush Echo Park Modern Bungalow*
## 21673 Artist's 2nd Studio on Urban Farm
## 21674 Charming Cottage- like Studio
## 21675 Beacon Hill Urban Oasis
## 21676 Charming Apartment - Walk to UT
## 21677 Highland Park Studio
## 21678 Studio APT in Korea town LA
## 21679 Quiet & friendly home minutes to beaches
## 21680 Simple room in modern bright condo
## 21681 MODERN 2BD/2B NEAR THE GROVE
## 21682 house 1 br+1ba living room& kitchen
## 21683 SAFARI Room@ FRENCHMEN ST walk to FRENCH QUARTER!!
## 21684 Updated 2 Bed Home 2 Mi from Dntwn
## 21685 Quiet & Convenient Modern Cottage 3 bed, 2 bath
## 21686 Walkable Completely Private 3 Bedroom with Pool!
## 21687 A Taste of Provence in Concordia
## 21688 2 bdrm - Walk to SE Division!
## 21689 Sunny and Comfortable room near metro
## 21690 Dupont Adams Morgan Cherry Blossom
## 21691 Urban Cottage by the Lake
## 21692 BUNKHOUSE QUEEN C17
## 21693 Aunt Sally's Bedroom & Breakfast!
## 21694 SW waterfront Capitol Hill Condo BR
## 21695 Modern, private suite & garden in modern home.
## 21696 Room in Mission District Victorian House
## 21697 Lovely 1 BR Apt. with Garden - Central SF location
## 21698 Kalorama / Adams Morgan Apartment
## 21699 Stunning Downtown Highrise Luxury with Lake View
## 21700 Airbnb Apartment Hostel #5
## 21701 Oasis Retreats Chicago Bronzeville
## 21702 South End townhouse apt with deck
## 21703 Huge Loft with Rooftop in Riverwest
## 21704 Your Own Place in Logan Square
## 21705 Room in quiet, residential area
## 21706 Downtwn 3bd House Centrally Located
## 21707 3 story historic Home-Uptown
## 21708 3BD 2BA SPANISH MEDITERRANEAN
## 21709 A Vintage Bedroom (LA & Orange County) - see pics!
## 21710 Great Apt with Deck in Heart of Cool Astoria, NYC
## 21711 Spacious Room in Stylish Brooklyn - Close to Train
## 21712 Full-Floor Huge Apt in East Village! 5bed 3br 2ba!
## 21713 NYC 30 min by Subway, Brooklyn 2
## 21714 Acogedora habitacion en Riverside.
## 21715 Massive Top Floor LES/Chinatown Loft
## 21716 Private room / Morris Heights
## 21717 Room in atmospheric pre-war apartment, UWS
## 21718 Luxury Stay by the Grove!
## 21719 Venice Beach 3 BR Apt near Shopping and Beach!
## 21720 Master Suite in Heaven :) 1Br/1Ba, Book now!..
## 21721 A great big room include bathroom
## 21722 Romantic Sanctuary in Sunset Plaza
## 21723 Beautiful furnished guest house
## 21724 VIEWS!! Chic Getaway Hollywood Hills Guest House
## 21725 Tianna Estate | An Air Concierge Property
## 21726 Charming 1940s Malibu Ranch House
## 21727 Bywater 2-Bedroom, Modern Charm
## 21728 A taste of New Orleans 3
## 21729 Classic 2 Bed/1.5 Bath in South End
## 21730 Cozy Basics
## 21731 Lakefront Studio. Great location!
## 21732 Private Room in Kips Bay / Gramercy
## 21733 See NYC In the Heights!
## 21734 Stay in the "Golden" room!
## 21735 Lovely Beverly Grove Guesthouse, Private Garden
## 21736 Santa Monica Apt walk to beach!
## 21737 STUNNING 1 BEDROOM PENTHOUSE IN DTLA! AMAZING VIEW
## 21738 Hollywood Luxury Tent 2
## 21739 Charming Victorian One or Two Bdrms 5 bks to Beach
## 21740 Urban Loft in Lakeview/Wrigleyville
## 21741 Beautiful 2 bed room apartment
## 21742 Sunny apartment in Lincoln Square
## 21743 Minutes to Anywhere in New Orleans
## 21744 Modern Luxe Retreat
## 21745 Your Comfy Home Base Next To Parks & Subway
## 21746 Cosy and Convenient Carroll Garden
## 21747 Spacious Apartment in Downtown Los Angeles
## 21748 The Okra Inn's Twin Bedroom: On Canal Streetcar
## 21749 Handmade Eastside Cabin
## 21750 1920's East Austin Cottage
## 21751 4BR/3BA Butterfly House with Pool
## 21752 THE GROVE❤️LUXURY RESORT PENTHOUSE
## 21753 羅蘭崗獨立屋雅房Heart of Rowland HT Cozy BR 2
## 21754 Beautiful 3 Bedroom Home + Airstream w/parking
## 21755 Stylish Venice Apartment
## 21756 Charming, Spacious & Historical in Mid City
## 21757 The Donelson Suite - Opryland
## 21758 Apartment Above Downtown Crossing
## 21759 Sunny room 15 min from downtown!
## 21760 Filmmaker´s Apartment /Art District
## 21761 2 BEDROOM JUST A FEW STEPS TO VENICE BEACH
## 21762 Hidden Gem Near UCLA, Century City
## 21763 Garden District Luxe,Balcony,Ideal!
## 21764 Airy Bed Sty Restoration
## 21765 NEW Chic Mid Century Condo with Resort Pool
## 21766 DC Garden Flat 829
## 21767 Cozy 1-bedroom apt. with off-street parking
## 21768 GORGEOUS 2B/2B IN LITTLE ITALY!!
## 21769 Cozy studio in Capitol Hill!
## 21770 Hip Studio in the Heart of Fremont
## 21771 Gorgeous Waterfront Condo w Parking
## 21772 Beach Cottage Duplex Steps to Sand!
## 21773 Luxe Modern Cole Valley Victorian
## 21774 BUNKHOUSE QUEEN A23
## 21775 Bright 2 BR suite in Wallingford
## 21776 Xmas Sale 1 bd/1 ba WiFi CLEAN Prkg
## 21777 Private, Spacious, Studio
## 21778 Large house in Greenwood!
## 21779 3 miles from FRENCH QUARTERS!!
## 21780 Takin it Easy in East Nashville
## 21781 ☆ Chill ☆ Pop Culture Inspired w Patio + Parking
## 21782 Bright, spacious room Mountain view
## 21783 Charming Chalet-Style home w pool
## 21784 Neighborhood charm near Downtown
## 21785 Norwalk Knott's Downey
## 21786 Location! 2bed/1.5bath in Arcadia
## 21787 Private Guest House- Prime Atwater!
## 21788 Private Room in a 2 Bedroom Apt with a View
## 21789 Stylish Bedroom Suite with Bathroom - Near Subway
## 21790 Wicker Park Chicago, IL entire 2BD
## 21791 2BR/2Bth w/city view prvt roof deck
## 21792 Hollywood Hills Magical Muggle Cabin
## 21793 Modern Highrise Loft City Views
## 21794 Musical History in Hollywood Hills
## 21795 East Austin Home. 1 Mi to Downtown!
## 21796 Lovely Home in Venice Area
## 21797 Walk to UCLA, Large 1 bdrm with Parking + A/C!!
## 21798 Pets and Piano in 3-Room Suite
## 21799 Charming Home 2 Blks from Greenlake
## 21800 Charming Noe Valley Garden Oasis
## 21801 Brand new 2BR heart of Fort Greene
## 21802 Luxury Jewel near Times Square
## 21803 Franklin Avenue Delight
## 21804 Oasis Studio in most artsy neighborhood of NY!
## 21805 Small private room next to Park ave
## 21806 1 BR, Large Kitchen, Skyline view
## 21807 It's Simply Unique !
## 21808 Stunning Soho Loft
## 21809 Couch in times square
## 21810 Comfy home on the fabulous UWS
## 21811 Delightfully Eclectic NOLA Original
## 21812 Downtown Hostel - MALE Bunk Bed #2
## 21813 1964 Airstream in East Nashville
## 21814 Business Traveler Space
## 21815 Private BD/BR Los Angeles
## 21816 1 Bdrm Home Away from Home
## 21817 Stay amongst Wicker Park mansions!
## 21818 Private Studio with courtyard.
## 21819 15 Minutes from DOWNTOWN!
## 21820 Hideaway at the Edge of the City
## 21821 Modern, sunny loft in SOMA
## 21822 MINUTES TO ANYWHERE !! CLOSE TO DONWTOWN !
## 21823 Spacious bedroom in Lincoln Park
## 21824 Hollywood Gatsby Cozy 3-Story Home
## 21825 Hillside Sanctuary w Garden & Views
## 21826 Green Private Room off Hallway
## 21827 The perfect stay in LA (1 bdrm)
## 21828 2BR Remodel - Hollywood/Silverlake
## 21829 Private entrance, steps to Magazine St.
## 21830 Treme-cFrenchQuarter,3B,Wifi,local
## 21831 Stunning Home near French Quarter
## 21832 Little room big bed
## 21833 Cozy Craftsman Top Floor Apartment
## 21834 Luxury guest house w/pool & spa
## 21835 3B/3B Spacious SuperLux Sky Loft @ Navy Pier
## 21836 PRIVATE bedroom in GREAT AREA!
## 21837 Two beds in Downtown Austin!
## 21838 *New*Spacious & Modern Basement Apt
## 21839 Classy home near the Cathedral
## 21840 Classic Rowhouse: Porch+ART+Parking
## 21841 The Layover: Little Village (Futon, 2 Guests)
## 21842 Artful Dupont Dwelling w/ Metro Access & WholeFood
## 21843 Remodeled 1 bdrm apt. in Gardena
## 21844 Private Craftsman Upstairs near Urban Downtown
## 21845 Charming unit steps from the beach
## 21846 Quiet comfortable apartment in live/work art loft
## 21847 Super Sunny Room with Fireplace!
## 21848 ARTIST LOFT IN CHELSA
## 21849 LES 1 Bedroom w/ Balcony + kitchen
## 21850 Cozy Crown Heights Apartment
## 21851 SUPER COMFORTABLE BEDROOM IN TIMES SQUARE'S HEART!
## 21852 Cottage in Rockridge Temescal area
## 21853 Cozy Beach house steps from sand..
## 21854 Contemporary 1-BR Apt., Private Entrance, Kitchen
## 21855 Lovely studio in prime Fort Greene
## 21856 Private Room w/"Central Park View"
## 21857 SoHo Studio on Spring Street
## 21858 25 minute subway to Times Square/11 to downtown NY
## 21859 Luxury 1bdr & 1bath Downtown NYC
## 21860 Private Suite in Fort Greene Home
## 21861 Garden Oasis - Private studio
## 21862 Petit chalet with secret garden
## 21863 Massive apt in prime Williamsburg
## 21864 Carroll Gardens Guest Apartment
## 21865 Cozy Crown Heights Room
## 21866 Modern Oasis-Lakeside Prospect Park
## 21867 Large Sunny Quiet Antique Room
## 21868 Entire 2 Bedroom Apt in SOHO Dream Location
## 21869 Luxury Sleep Share in NYC + Wi-Fi
## 21870 Upper East amezing 3BR/2BAT SLEEP 8
## 21871 Pre-War Apartment with Terrace
## 21872 Eagle-eye view of New York
## 21873 Your NYC headquarters@ Upper East S
## 21874 Cozy West Village Studio Apartment
## 21875 Cool garden apt + outdoor shower!
## 21876 Tranquil style in lively neighborhood
## 21877 Large, Sunny & Central Castro 1 BD
## 21878 The Middle of Paradise
## 21879 Beautiful 3 BR right on Ocean Beach
## 21880 Brooklyn Brownstone, women only.
## 21881 Clean room in a cozy, peaceful home
## 21882 1BR + Sofa Bed in Brownstone Bklyn
## 21883 Spacious Loft Style Brooklyn Studio
## 21884 2 Story Upper West Side Apartment
## 21885 Private Upstairs Beach View Room
## 21886 L.J Bird Rock Upstairs Loft 2/1
## 21887 Modern studio in downtown Seattle
## 21888 Gorgeous Downtown/Convention Condo
## 21889 Del Mar Private Bedroom & Bathroom
## 21890 Large King Room in Great Location, Licensed Rental
## 21891 Light Filled Capitol Hill Getaway Near It All!
## 21892 Private Bedroom/Bathroom Lakeview M
## 21893 Historic Magical Mystery Abode
## 21894 Upper Rockridge @ Buena Vista st.
## 21895 One room with two beds in NYC
## 21896 2 Bedroom Mins From JFK and Casino
## 21897 Modern + Spacious 1 bd w/ the works
## 21898 Quiet entire Floor, Oakland Hills
## 21899 COMFY,UNIQUE&CLEAN STUDIO-CHELSEA!!
## 21900 Super Comfortable Bedroom For Frequent Travelers
## 21901 Great Wicker Park Vibe + Privacy
## 21902 Stunning Beverly Hills Guest Home❤️
## 21903 One Bed in a gated small community
## 21904 Tropical Balcony on Streetcar Line
## 21905 CASA ALAMEDA LUXURY
## 21906 Private Beach Side 2 bedroom
## 21907 Retreat in Redwoods-remote,no hikes
## 21908 Downtown/SOMA Central Bright Updated Room
## 21909 Eco-Friendly Capitol Hill Row House - Metro Room
## 21910 Great Private Room with 2 Beds
## 21911 WOW! Luxury 5 Bed | 2 Bath Apt
## 21912 Cozy with Great location !!!
## 21913 Family Home 2FL 7 Mins To Manhattan
## 21914 Namaste - Quiet & Cool
## 21915 Private bedroom with Manhattan view
## 21916 Large Sunny Private Room w/Balcony & Roof
## 21917 The Red Door
## 21918 Apartment near JFK
## 21919 Large Studio with sleeping alcove
## 21920 Prime location, Renovated,Inspiring
## 21921 Gorgeous NYC Midtown East Apartment
## 21922 renovated one bedroom in our beautiful townhouse
## 21923 Big Sunny Loft for FAM or FRIENDS
## 21924 Retreat Near Manhattan
## 21925 Historic Strivers Row Home
## 21926 Great 1 bedroom off of 1st. Ave
## 21927 Penthouse Main Fl-7mins 2 Manhatten
## 21928 BEST DEAL 2 BR APT IN MANHATTAN
## 21929 Large Bedroom & Private Bath
## 21930 East Village Studio Super location
## 21931 Bklyn 4 Beds 1 Bathroom Rental 3
## 21932 The best studio in town
## 21933 Original Cabin 6
## 21934 Private Room near Manhattan
## 21935 Amazing Private Room 15 min to Manhattan
## 21936 Beautiful communal house Bushwick
## 21937 Chic 3BD bungalow in Hollywood Dist
## 21938 Lovely Craftsman Home by Balboa Pk.
## 21939 Redefined 6BR - Premier LA Location
## 21940 Old School Hollywood Bungalow
## 21941 Luxurious Master En-Suite/Hollywood
## 21942 Bedrm w/Own Bath & Private Parking!
## 21943 Private Luxurious Guest House
## 21944 Spacious Marigny 2 Bedroom Home with Bikes
## 21945 UCLA,USC, pvt.large Rm,Expo line, walk to stores:)
## 21946 1920's Bungalow - Steps to Cal Tech
## 21947 Cute Shabby Chic Room in E. Austin
## 21948 SOCO Condo
## 21949 Private room/bath Highlands, Denver
## 21950 Rest, Relax and Explore
## 21951 Private Fenway Apartment
## 21952 New 1 BD Downtown ( B )
## 21953 Manhattan studio great location
## 21954 Best of Brooklyn
## 21955 Cozy modern sunny room for 2
## 21956 E. Village-Roofdeck, Gym, Elevator, 24 hr Doorman!
## 21957 Cozy Railroad Apt.
## 21958 Swanky Bedrooms in a Airy Townhouse
## 21959 Cozy Apartment in NE Portland
## 21960 The Little House - Kenton
## 21961 Lovely Space in SE Portland!
## 21962 Gorgeous DC Flat near Restaurants and Sights
## 21963 Charming single family home in SF
## 21964 Rustic Sunset View Room on Mountain
## 21965 West Seattle: Admiral calm & quiet
## 21966 San Francisco Beach Flat
## 21967 Private Studio Apartment in a Central Location
## 21968 Five min fm Beach/LAX (w/breakfast)
## 21969 3 Bedroom Music Row House - Great location
## 21970 Quiet room with private bathroom
## 21971 Art Loft Downtown LA Arts District
## 21972 Peaceful Studio, City Center Close
## 21973 HOLLYWOOD LUXE 2/1: BEST LOCATION+ PARKNG+ 5 BEDS
## 21974 2 MINS TO SAND! PARKING!
## 21975 Quiet & Comfy Room By Coastal Beaches + Sep. Entry
## 21976 South Pasadena House 2 BR Walk to Everything
## 21977 Cozy Studio Guesthouse - Incredible location
## 21978 Eagle Rock back house mini spa!
## 21979 Quaint Guest Bed at White Walls
## 21980 Comfy & Hip Private Room in Logan
## 21981 Historic Rowhouse - Parking/Quick Train to Loop
## 21982 Rocky Butte Tiny House
## 21983 South Beach/SOMA Loft 1BR/1BA
## 21984 Modern 2 bd apt, great neighborhood
## 21985 2BR Rowhouse Steps from H St NE
## 21986 Private, Dwell-Worthy, Studio in A+ Neighborhood!
## 21987 Large Bedroom in Great WeHo House
## 21988 Cozy Bunk bed spot on Sunset #1
## 21989 HOLLYWOOD BLVD 2/1 CONDO W/ PARKING
## 21990 1 Bedroom in the best neighborhood!
## 21991 SouthSide Place *3 bedrooms*
## 21992 The Heart of East Nashville!
## 21993 Amazing NEW 2 Bedroom Apt in South Park DTLA
## 21994 Queen Bed. JPL/Caltech/PCC/Bike
## 21995 The Center of it all No car needed.
## 21996 Charming midcentury ranch house!
## 21997 Hollywood Hills Spanish Guest House
## 21998 930 Quiet Studio - Walk Downtown
## 21999 Private Room in Desired Location
## 22000 2 Bedroom Condo in Historic Greek Revival Mansion!
## 22001 Charming room in pet friendly apt
## 22002 Millennium Park Paradise for Ten [Michigan]
## 22003 Townhouse in HEART of Logan Square!
## 22004 Belmont Gardens - Peace & Quiet, Full Living Area
## 22005 1BR Near S Pearl St
## 22006 Centrally located Studio near 3rd St & Pier BI213
## 22007 Great location - Downtown & Airport
## 22008 Retreat under the Hollywood Sign
## 22009 71 Westfalia in drive way
## 22010 UPsTaIrS apt- great location!
## 22011 Bright rm 1930 cottage (queen)
## 22012 Modern 1 bdr near Times Square and Central Park!!!
## 22013 Private Room on 35 st, Manhattan
## 22014 Bushwick Brooklyn Morgantown Oasis
## 22015 Cozy bedroom in Chelsea apartment
## 22016 Charming Apt in Craftsman Home
## 22017 Cozy room in a clean apt, friendly.
## 22018 Nice and clean room in NYC
## 22019 Near Downtown, Quiet Convenience
## 22020 ***Luxury Vacation*** in La Jolla
## 22021 Modern Condo-Studio, Free Parking, SD Downtown
## 22022 Close to Wine and Santa Cruz!
## 22023 Chic Victorian Home in Prime Location
## 22024 Great Room in a Perfect Location
## 22025 Classic Washington DC english garden apartment
## 22026 Beautiful BERNAL HEIGHTS Inlaw
## 22027 Modern Studio in Heart of SE PDX
## 22028 Great room in North Park San Diego
## 22029 5 Star! Renovated Quiet Harlem Gem, Cookies
## 22030 Cosy Studio with a backyard in Forest Hills
## 22031 Bright and Calm in Manhattan's LES
## 22032 Charming West Village 1BR
## 22033 Live the Loft Life - Williamsburg Waterfront, NYC
## 22034 Welcome! 1BR/1Bath in The Castro
## 22035 Heart of Phinney Studio - King Bed!
## 22036 4 Bed Dorm @ Funky and Fun Hostel!
## 22037 Eco-friendly! Room in North Oakland
## 22038 Comfortable Room in Chelsea Duplex
## 22039 Greene Hill 3BR Brownstone Apt
## 22040 Warm and Sunny Room w/ 2 Beds
## 22041 Comfy private studio and garden NYC
## 22042 Charming XL Room in Upper Manhattan
## 22043 Bright and Beautiful Financial District Loft inNYC
## 22044 Spacious Home in Tree-Lined Williamsburg!
## 22045 Bright Quiet 1BD in the Heart of BK
## 22046 纽约之家(Sunny Home1)
## 22047 Your gem on UES. Live like New Yorker!
## 22048 Spot in the Heights!
## 22049 Beautiful Williamsburg Condo
## 22050 Spacious and Fabulous Bedroom!
## 22051 Heart of WBURG Artist's Studio
## 22052 Historic Home Near Old South Pearl
## 22053 Stunning View Hollywood Hills Flat
## 22054 360 Degree Panoramic Ocean & City View Must See!
## 22055 1 bdrm W Los Angeles- close to UCLA
## 22056 Charming 3 bed/3 bath Best Location
## 22057 Stylish & Artsy Beachside Suite
## 22058 Charming 2 bedroom in Germantown
## 22059 Nash Town House, comfy & near all!
## 22060 Spacious East Nashville Home
## 22061 Perfectly Renovated 2/2...Walk to Magazine Street!
## 22062 Welcome to Satsuma! Heart of NOLA
## 22063 Home Base, Minutes to Manhattan!!!
## 22064 Cute studio apt in West Village
## 22065 2 Bed w/ Terrace Midtown Manhattan High Rise Views
## 22066 1 Bedroom Railroad in Williamsburg
## 22067 True 2BR in the Heart of Brooklyn
## 22068 Garden Rowhouse Duplex-2 bd/3 bth
## 22069 Adorable Crown Heights Home Away From Home
## 22070 12x10BR Close to Everything
## 22071 Mission Hills Charming guest suite
## 22072 The Playa House Steps To The Beach
## 22073 Private bathroom. Parking space.
## 22074 Stay in the Heart of SF
## 22075 Fantastic + Fun In Capitol Hill!
## 22076 Rock Creek Park Residence~ Parking!
## 22077 Garden Cottage Suite Near Downtown!
## 22078 New, bright, Modern in W. Seattle
## 22079 The perfect home base in U-District
## 22080 Cozy/ affordable studio city center
## 22081 Private bedroo in Tranquilty -Inside the city life
## 22082 Dream Room in Bwick/Wburg Loft by L
## 22083 Strawberry Fields
## 22084 Cozy and Friendly Central Park Room
## 22085 Cozy Pre-War Harlem Apartment
## 22086 Plush Harlem Red Apple Brownstone Suite
## 22087 2 BEDROOM APARTMENT IN MANHATTAN
## 22088 Midtown HUGE 3BR Apt / Space for 6
## 22089 ALBERTA BASECAMP#2-Private Entrance
## 22090 Tranquil Cabin in the Woods
## 22091 Private Room with Ocean View
## 22092 Beautiful Ocean View Home
## 22093 Beacon hill clean bedroom(可讲中文)
## 22094 Sunny English Basement
## 22095 Bright, Roomy Studio Next to Metro
## 22096 Michael & Gillian's Mountain Retreat
## 22097 Charming Private Suite w/Patio
## 22098 Redondo Beach Modern Studio
## 22099 Charming, Spacious Studio- off Brown Line
## 22100 Edgebrook Lg bdr by golf course
## 22101 AFFORDABLE HISTORIC 3 bedCHICAGO ROW (entire)HOUSE
## 22102 Modern City Lake House w/Bikes
## 22103 Gorgeous 2 BR, 2 BA Townhome!
## 22104 Studio Apt in the Mountains
## 22105 Private Room in Mission Hills Apt.
## 22106 Portland Oregon USA- Three bedrooms
## 22107 The Three Bears: Cozy Homestay, Private Bath
## 22108 New Studio in Central Austin
## 22109 BEAUTIFUL NASHVILLE CONDO w/ VIEW
## 22110 The Rock House -Location and Large!
## 22111 "Where rest comes easy" Twin Double
## 22112 New guest house Min to Warner Center
## 22113 Humboldt Park Hideaway
## 22114 Charming Malibu Cottage: Perfect Beachtown Getaway
## 22115 Sunny Venice Bungalow -Private Room
## 22116 A modern 3Bed Beach House Blocks to Venice Sand
## 22117 Cute, quiet and close to fun!
## 22118 Cozy 2bedroom Marigny home
## 22119 Joyce Lane Farms: Game Room & Central Location
## 22120 Comfy 3 bdrm duplex in Upper Ninth.
## 22121 Quant NW Hideaway
## 22122 King bed, comfy apt. in Northwest
## 22123 Beach Lover's Private Paradise!
## 22124 Beautiful 2 bedroom Basement Apt
## 22125 !Guest Residence n Historic Mt.Pleasant!:Sweet#2
## 22126 Capitol Hill Classy,Convenient&Chic
## 22127 Sweet Retreat
## 22128 Mission Hideaway with Outdoor patio
## 22129 Great Private Bed & Bath in Heart of DC!
## 22130 Beautiful 1Br in the heart of DC - DuPont Circle
## 22131 Large Marina Apartment w/Courtyard
## 22132 Modern Apartment in Brownstone Bkln
## 22133 Modern & Cozy 1BR
## 22134 Beautiful Spacious Uptown Apartment
## 22135 Great Room in the BEST Location!!!
## 22136 Private UWS bedroom available
## 22137 Luxury 1BR, Penthouse, Walk 2 Metro
## 22138 BRIGHT, MODERN, DESIGNER DC APARTMENT (with gym!)
## 22139 Wonderful Capitol Hill Location
## 22140 Perfect Apartment for San Francisco
## 22141 Lovely, garden studio apartment
## 22142 The Gallery - Lake Union View Room
## 22143 Cozy City Bedroom and Den
## 22144 GREAT bedroom in beautiful rowhouse in Petworth/DC
## 22145 Private studio w/ King Size bed
## 22146 BACK BAY FLAT - BEST LOCATION!
## 22147 Walk to Conventions! (LICENSED)
## 22148 Spanish Casita - 9 blocks to Beach
## 22149 The Dickens Place 2br flat Trendy!
## 22150 Old Fashioned Hollywood Townhome
## 22151 Large Architectural Hollywood Studio
## 22152 Spacious Loft In Historic Building
## 22153 Architectural Gem - 5 min to French Quarter!
## 22154 Art deco apartment in Brooklyn
## 22155 Modern Venice Home blocks to trendy Abbot Kinney!
## 22156 Ocean-Front View Studio On Venice Beach Boardwalk
## 22157 HISTORIC ABOTT KINNEY VENICE BEACH PAD-GARAGE xtra
## 22158 Cozy private East Nashville bedroom
## 22159 **Downtown Home Sleeps 8**
## 22160 1920's Duplex
## 22161 HOLLYWOOD TWO STORY PENTHOUSE LOFT+VIP TICKETS
## 22162 Charming & Hip, with Killer Views!
## 22163 Cozy Cottage across from the Beach
## 22164 Large Private Room Near Times Square &Central Park
## 22165 Spaceful 1 BR apartment, sleeps 3
## 22166 Lovely - Spacious, Sleeps 2, Garden
## 22167 Private room in Manhattan
## 22168 Super Comfortable Nest
## 22169 Newly Furnished Kid Friendly Charm
## 22170 99 Special! Hotel Alternative!
## 22171 Perfect Location Beacon Hill Studio
## 22172 Marine Layer Loft
## 22173 Uptown European Influence and Style
## 22174 Beautiful 2 bdrm flat in the heart of Lincoln Park
## 22175 DESIGNER SPANISH 2BD HOME W PRIVATE ROSE GARDEN
## 22176 Guesthouse w Private Entry
## 22177 LITTLE BLUE DOOR
## 22178 Modern West LA Studio with Private Patio (101)
## 22179 Silver Lake, Large 1BD all re-done5
## 22180 Musician Bungalow Prime Location
## 22181 Huge 2 Bed / 2 Ba Loft DT 15
## 22182 Modern 1BR in the heart of HOLLYWOOD **NO FEES**
## 22183 Beautiful & clean downtown studio
## 22184 Perfect Large/Multi-Family Getaway
## 22185 THE 1927 OB MERMAID COTTAGE
## 22186 New Garden Apt in Bernal
## 22187 Stylish NY Pad Right Next to Subway
## 22188 Shared house- private apt style with parking spot
## 22189 Luxury 2BR - Heart of SoHo Shopping
## 22190 Latin Flavor 20 mins from Manhattan
## 22191 Manhattan Apt Close to Central Park
## 22192 Cozy studio steps from Central Park
## 22193 1BR in ONE-OF-A-KIND UNIQUE EXPOSED BRICK 2BR LOFT
## 22194 GORGEOUS LARGE BDR CLOSE TO MANHATTAN
## 22195 The Tranquility Room-large & light
## 22196 Sunny, Comfortable near Prospect Pk
## 22197 The Brownstone 2 / Luxury 1 Bd Apt
## 22198 Sunny & Spacious 2Bedroom Apartment w/Office Space
## 22199 3rd Floor 3br Timeless Brooklyn Apt
## 22200 BrooklynBridge/Fort Greene
## 22201 An open and airy charming studio
## 22202 1 Bed+Den Eco-Retreat
## 22203 Spring Retreat
## 22204 Bouldin Flat - Barton Springs Road
## 22205 Lamplight Village 2 BR, 1 BA Apt.
## 22206 Spacious Bedroom in Cozy Home!
## 22207 Great 2 bd Bungalow-Marina/Venice
## 22208 Guesthouse Cottage
## 22209 Cozy Room with Separate Entrancered
## 22210 Cozy 1BR/3BD in hip Echo Park/DTLA
## 22211 1 BR - Half a block from the beach!
## 22212 UCLA, celebrity area, private bath
## 22213 Heart of LA
## 22214 Downtown Soco Loft F1 ACL SXSW
## 22215 Quiet & Lovely Room w/ Private Entry + Near Beach
## 22216 Boss House in E. Austin. Yes.
## 22217 Faraday Electric Bike House
## 22218 1920's Hollywood/Hancock Park Home
## 22219 Private apt.in large home.Separate.
## 22220 Gorgeous Highlands Denver Apartment
## 22221 Private Cozy Suite
## 22222 Private Cozy Bedroom & Bath
## 22223 Studio with Parking! Walk to the Ocean!!!24
## 22224 Nice bed & bath in great area
## 22225 Famed Mid City District II
## 22226 Remodeled Bungalows - near Dodger Stadium
## 22227 Venice Beach Surf Bungalow
## 22228 Top Floor Retro Condo- 5 Min from Downtown w Pool!
## 22229 Bohemian 2nd Floor Studio close-in!
## 22230 Large 1 Bedroom Apt- Adams Morgan & Dupont Area
## 22231 Luxury Streetside Apt Near Public Transportation
## 22232 Private room - Capitola, California
## 22233 Dbl Bed In a Shared Dorm @SF Hostel
## 22234 Beautiful Georgetown House w Patio
## 22235 Large Ocean Beach Bungalow for 2.
## 22236 Amazing 60s Design w/Stunning Views
## 22237 Charming Home in Travis Heights OL#096951
## 22238 1BD/1BA *Brand New* Apartment!
## 22239 Brentwood Garage Apt
## 22240 Boston's favorite "Little Italy"
## 22241 Wicker Park Timber Loft on the 606
## 22242 Coach house Wicker Park- Bucktown
## 22243 Cozy Mid-Century with a Sunrise
## 22244 East Nashville Classic Contemporary
## 22245 Executive Home w/ perfect location!
## 22246 Bernadette Private Room
## 22247 Broadway Bungalow - New 1 BR
## 22248 Bright and Quiet Room in Bed Stuy With A Garden
## 22249 Room in Spacious,Quite & Safe apt. Best location!
## 22250 Cute ethnic cosy private studio!
## 22251 Sunny, quiet and spacious apt
## 22252 Central Beautiful Apartment
## 22253 Quaint Studio In the Heart of LES
## 22254 ARTISTIC STUDIO FOR TWO
## 22255 Private space in my home
## 22256 Live Like a Local in this Open-Concept Flat!
## 22257 bedroom with garden/pool view - 1.5 from beach
## 22258 Sunny & Bright Resort Style Apt near Beach & LAX
## 22259 Noho little House --All Pets OK
## 22260 Huge Room in Historic LBC Craftsman
## 22261 Artist 1BR Loft in North End
## 22262 Amazing Studio in Prime Location!!
## 22263 LowerEastSide/Chinatown Cozy Room
## 22264 Lincoln Center Studio, Clean&Sunny!
## 22265 Eagle Rock: Private Home
## 22266 Beautiful Room in Nice Location
## 22267 Magical Silverlake Bungalow
## 22268 Living room for rent
## 22269 Bungalow by the Sea on Private Walk Street
## 22270 Altadena oasis minutes from JPL!
## 22271 Room in 1800s townhouse in downtown
## 22272 Country Cottage - off Magazine St.
## 22273 Historic Marigny House, 1/2 block frm Frenchmen St
## 22274 The Big Chief's House on Bayou St. John
## 22275 Not Fancy but Clean Room in Astoria
## 22276 A Great Room in Brooklyn
## 22277 Bluejay Suite in beautiful, modern townhouse
## 22278 Quiet and clean room in Manhattan
## 22279 BEAUTIFUL CHELSEA STUDIO/SLEEPS 3
## 22280 Great room perfect location,
## 22281 Bright room in great boho row house
## 22282 Bright modern + comfortable DC base
## 22283 Dupont Adams Morgan Glamour
## 22284 Great location, close to everything & parking!
## 22285 Beautiful 3BD Townhouse W.D.C!
## 22286 Private Hollywood Hills -Pool-View
## 22287 Full Studio@Echo Park, full bed+AC
## 22288 "MELROSE PLACE MEETS THE GROVE""
## 22289 Malibu Hideaway #63 - Across from the Beach!
## 22290 Huge 2BR Glam Westside Penthouse
## 22291 Contemporary, Comfortable & Cozy
## 22292 Uptown Historic Spot: Location!!!
## 22293 Downtown Oasis: Suite-Historic Home
## 22294 Modern/Boutique style near SoCo/ DT
## 22295 Comfortable Irving Park Apartment
## 22296 MidCity Man-Cave With a Beach Theme
## 22297 Treehouse Zen in the Heart of LA
## 22298 Sunny Room in SW Pasadena
## 22299 URBAN DOWNTOWN LA MOROCCAN RESORT SUITE + 4 BEDS
## 22300 SilverLake Retreat-2 bedrooms/1 bath in large home
## 22301 Charming Venice Bungalow + Bike
## 22302 LUX APT + Private Patio WeHo LA BH
## 22303 Best Location on Music Row Apt 104
## 22304 Cottage 4 miles from Downtown!
## 22305 1832 Georgian Townhouse
## 22306 Large Room in Hip East Nashville!
## 22307 Private Room Downtown Austin
## 22308 Chic Downtown Austin Condo w/ Pool
## 22309 The Underthing
## 22310 N. Oakland/Berkeley/Emeryville B&B
## 22311 Bright, Huge and Close in Bushwick off L
## 22312 212f Lux Exec Suite Near UCLA Westside on Westwood
## 22313 Private Bed/Bathroom in Cute House!
## 22314 Peaceful Luxurious Modern Retreat
## 22315 Heart of Historic East Nashville
## 22316 Easy walk to the heart of Nashville - 1.5mile
## 22317 Beautiful Space in South Harlem! Private Room!
## 22318 Fun Convenient living in Park Slope
## 22319 Stay in the Heart of Lincoln Square
## 22320 Spacious bedroom
## 22321 Tranquil Washington Heights Space
## 22322 Best Neighborhood--2 Bedrooom
## 22323 Sunny House in the Heart of Alberta
## 22324 Quiet Queen Bed w/ Bath & Parking
## 22325 Beach Cottage with SO MUCH CHARM!
## 22326 Ocean View Luxury w/ Rooftop Deck
## 22327 Sunset Cottage
## 22328 Cozy Cottage near Gaslamp
## 22329 SE Division Casita
## 22330 Clean, quiet, & centrally located
## 22331 Wine Hour + Breakfast - True Hollywood Bungalow
## 22332 Beautiful, Eclectic & Walkable
## 22333 Entire Upstairs- 2 Bedrooms
## 22334 Night Sky room next to metro
## 22335 1200 sq feet of Hollywood Luxury!!!
## 22336 Peace in Historical West Adams :)
## 22337 Alcott House - with back yard
## 22338 Penthouse in Capitol Hill, Uptown
## 22339 West LA Mar Vista Apartment
## 22340 Beverly Hills Villa near Rodeo Dr.
## 22341 FRENCH QUARTER DIAMOND III
## 22342 Charming 1 bed/1 bath duplex
## 22343 Very private cozy cottage.
## 22344 WeHo Master Bed w Private Bath
## 22345 AK Venice Private Room
## 22346 Elegant Music Row 1BR!
## 22347 Division St bungalow
## 22348 Highly walkable, bright and cozy
## 22349 Cozy Room Near UW
## 22350 Charming Seattle Guesthouse
## 22351 SPACIOUS UPTOWN APARTMENT
## 22352 Condo- Convenient to Downtown
## 22353 Beautiful Brownstone Private Room
## 22354 Private Room + Bath in East Village (+ Roof deck!)
## 22355 Huge sunny bedroom close to subway :)
## 22356 Cozy Harlem Room 20 mins to Time Square
## 22357 Elegant 2BD in Time Sq with W/D!
## 22358 A Real Room, Why Not Stay Here?
## 22359 Great Studio in Williamsburg, BK
## 22360 Cozy Sunny Private BR in Upper East Side
## 22361 3 Bedroom Apt! Bridgeport/McCormick
## 22362 *Dreamy Lil JazzFest Fairy House*
## 22363 MANSION #1 Steps to French Quarter! COURTYARD
## 22364 "Where Rest Comes Easy" Double Full
## 22365 Hilltop Guesthouse with View
## 22366 Gorgeous Hollywood Apartment
## 22367 HUGE 9 BEDS 3BD/2BA LUXURY @ CENTER OF LOS ANGELES
## 22368 Cozy Beach Bungalow
## 22369 Bohemian apt w unbelievable views
## 22370 Studio style with large space
## 22371 Luxury 2Bd/2Ba in Downtown Pasadena
## 22372 NEW Amazing! 2 Bed Best Location LA
## 22373 Cozy Room near USC, Expo Ctr Downtown
## 22374 Cool and Spacious Townhouse in Santa Monica!
## 22375 2 Bedroom Apt Venice Near Beach
## 22376 Charming home, Nice People!
## 22377 Poolside Casita near CSULB, beaches
## 22378 Breezy, Stylish Bungalow with Patio
## 22379 Spacious, clean and comfortable!
## 22380 Luxury Indoor-Outdoor Home 3 Blocks From the Beach
## 22381 Urban Garden Studio
## 22382 Group Rental!
## 22383 Cozy Bungalow in Historic Ladd's
## 22384 Cute 1920s Alberta Apartment
## 22385 Private 3BR house walk to beach
## 22386 Modern Rustic Home
## 22387 Bright & Modern Eastside Retreat
## 22388 Private Suite in Beverly Hills
## 22389 Fun Home 4-bedrm w Pool near Disney
## 22390 Artist's Tropical Venice Oasis
## 22391 Surfer's Paradise
## 22392 COFFEE BUNGALOW HIDEAWAY
## 22393 Tiny House In East Nashville
## 22394 Cozy 1bd apt with private roof deck
## 22395 Private 1 bedroom CENTRALLY located
## 22396 Madrona Studio w/Private Entrance
## 22397 Private unit in Capitol Hill home
## 22398 P BEACH Special Offer Ocean View
## 22399 Quiet Tropical Oasis Close to All
## 22400 Convention Center, Downtown, Zoo(C)
## 22401 Tranquil guest house
## 22402 North End Gem!
## 22403 8th Ave Condos Modern 1BD 2
## 22404 Private Room & Bath with Bay View!
## 22405 The Heart of Washington D.C.
## 22406 The Best Close-In Location on Capitol Hill!
## 22407 Perfect Georgetown Location - 3BR
## 22408 #3.Georgetown Condo. Prime Location
## 22409 Comfortable 1 Bedroom Denver Apt!!!
## 22410 Private room on the west side
## 22411 Cozy small room in Ocean view Home
## 22412 SantaMonica/Venice/UCLA/DTLA/Hollywood
## 22413 DESIGNER RETREAT DTLA Microsoft Theatre
## 22414 Beautiful Apartment in the Heart of Downtown LA
## 22415 Charming house with parking
## 22416 Private Single Room Steps to Subway
## 22417 SUNNY BROOKLYN TOWNHOUSE APARTMENT
## 22418 Large Studio in Crown Heights
## 22419 East Village Elegance
## 22420 Midwood Aerie - Bright & Private!
## 22421 Nice room near Highland Hospital
## 22422 Mt. Rainier view Pike Street
## 22423 Contemporary Downtown House
## 22424 Spectacular View on Capitol Hill
## 22425 Spacious DCity Row House/Newly Renovated! 6 bed
## 22426 Prime Central Park West Pied à Terre
## 22427 Peaceful 2 Room Studio in Red Hook
## 22428 Large 2 Bedroom Apt 1st Stop L
## 22429 25 minute train to Times Square/11 to downtown NYC
## 22430 Lovely Bedroom - Bed Stuy, Brooklyn
## 22431 IMPROVED!!!Classy, comfy and cozy
## 22432 Excellent Location Gramercy Studio
## 22433 Spacious 1 BR in Greenwich Village
## 22434 Time Square - Central Park 3 Beds Sleeps 6 Condo
## 22435 Sweet and Sunny Manhattan
## 22436 Spacious Modern Contemp Living 2
## 22437 1 bed in Chic Apt in Astoria NYC
## 22438 Cozy Historic BedStuy Getaway
## 22439 2 BR Dumbo Brooklyn. Amazing views!
## 22440 Beautiful Jackson Heights Apartment
## 22441 Quiet, private room with key, near Manhattan 89s3
## 22442 Chic & Modern NYC Manhattan 1BR Apt!
## 22443 furnished br in 2 br share in WV
## 22444 Large Sunny Luxe Prvt Room/Midtown
## 22445 Virgin Mary Marks the Spot!
## 22446 Renovated 2 bedrooms West Chelsea
## 22447 Studio in Best Possible Location!
## 22448 AIRY, NEW & MODERN Manhattan Apartment
## 22449 Nice room in Queens et
## 22450 2 Big Rms & Private Bath in Best Loc!
## 22451 Greenlake Sky Loft
## 22452 Big+Bright+Modern Russian Hill 3BR
## 22453 San Francisco Lovely Place + Parking
## 22454 1 BD in Amazing East Village APT
## 22455 Historic 2BR/2Bath Duplex -Times SQ
## 22456 Sunny Cottage, SE Woodstock, 1 bd
## 22457 Basement Suite on Clinton Street
## 22458 Mission oasis home away from home
## 22459 Beautiful Room in San Diego, CA
## 22460 City Gem, close walk to all.
## 22461 Ocean View, Steps to Beach (SS2)
## 22462 Snug Sofa in Great Neighborhood!
## 22463 Cozy Private Room in Lincoln Park
## 22464 Charming apt in midst of Manhattan
## 22465 Super Cute Upper West Side Apt!!
## 22466 Queen Bed & Free Breakfast!!
## 22467 One bedroom/one bath
## 22468 Cozy Private room! Irving Park!
## 22469 Lovely&convenient room by airport!
## 22470 2BD-Historic Denver Sq, walk to DU
## 22471 Private Bedroom in Beautiful Condo
## 22472 Best Value 3 beds near Beverly Hills WeHO
## 22473 APT only 10 steps from the beach!
## 22474 Private Room in Nice Neighborhood
## 22475 ★ Hollywood Modern BednBath ★ Parking & Balcony ★
## 22476 Bright, Spacious Ktown Gem
## 22477 Prv Guesthouse in Pacific Palisades
## 22478 2 bed 2.5 bath, 2 story townhouse
## 22479 Venice 3 bdrm. Modern Townhouse
## 22480 Rocking Mid City/parking - 2 blocks to Streetcar
## 22481 San Diego, Ca. - Hillcrest
## 22482 Gorgeous Victorian, Trendy Mission
## 22483 Basement floor to yourself
## 22484 Spacious Lower East Side 2 Bedroom 2 Bath
## 22485 2000 sq ft Photographers loft
## 22486 In a Chelsea loft: A PERFECT private room & bath
## 22487 Garden Apartment at House on 11th
## 22488 BEAUTIFUL 2 BEDROOM ENTIRE HOME
## 22489 Gorgeous 2Bedroom Apt in Harlem with W/D, NYC!
## 22490 Inspiring private bedroom
## 22491 HUGE Bedroom in a pre-war building
## 22492 Room in Lic, Queens brick townhouse
## 22493 Gorgeous loft in prime location!
## 22494 5-Stars FREE iPhone, Wine BEST Location/Large Room
## 22495 Extra Large 2 Bedroom Apt in a Heart of Astoria
## 22496 Two-bedroom apt (heart of UWS)
## 22497 Spacious, well-lit Williamsburg bedroom
## 22498 NORTH OAKLAND HOME PRIVATE ROOM
## 22499 Brooklyn Tranquil Artist 1BD Apt
## 22500 Stylish & Inviting Brownstone Apt
## 22501 One bedroom apartment
## 22502 Bohemian Oasis in Williamsburg. 1BR
## 22503 Historic Townhouse - Morris Room
## 22504 Williamsburg Artist Loft
## 22505 Style in Stuyvesant Heights
## 22506 perfect place 4U in Hamilton Hights
## 22507 Midtown East 5 Bed Duplex
## 22508 2 BDR, private backyard, on Bowery!
## 22509 Best of Brooklyn-Whole Apartment
## 22510 East Harlem Entire Home
## 22511 Great Location Dwtn SD Private Room
## 22512 Linda Vista Loft
## 22513 Super low price! Paris apartment!
## 22514 Classic Craftsman 3/1 House E.Hollywood-Silverlake
## 22515 Beautiful Cozy West Hollywood Studio
## 22516 4 Bed Shared Room - Wrigley Hostel
## 22517 Gorgeous Wrigleyville Room by CTA
## 22518 Cozy 2BR Apt - Humboldt Park
## 22519 DTLA Luxury High Rise w/ Views - Private BD/BR
## 22520 Designer Perfect 3 Bdrm Prime Loc
## 22521 A Room with a View
## 22522 Modern 1-Bedroom Condo 蒙市一室公寓
## 22523 Albers Estate-Lavish SaltWater Pool
## 22524 Beautiful home w/pool Toluca BR#1
## 22525 12thS Village /Vanderbilt Belmont
## 22526 Boston Huge 2BR Packards Corner St.
## 22527 Allston, Close to Harvard Business School + BU A
## 22528 Charming loft
## 22529 Adorable renovated studio in Lincoln Square
## 22530 Renovated Beacon Hill Beauty
## 22531 LA LIVING NEAR HOLLYWOOD !! DOWNTOWN
## 22532 Secret Garden Studio by the Beach
## 22533 Hollywood Rental Apartment! (Unit 1)
## 22534 Unique Bohemian Marina del Rey Pad
## 22535 Beautiful 2Bed Home just 10min to DTLA!!
## 22536 Near LAX Light, Bright, Cozy, Comfy
## 22537 Lovely 2 Bedroom Apartment
## 22538 Cute, Sunny Logan Square Apartment
## 22539 Hot Downtown Gold Coast Location
## 22540 3BR Flat-Great Location near Logan Square/Avondale
## 22541 Lakeview/Boystown - sweet location
## 22542 East Side Cutie 1 block from Metro
## 22543 1 Bedroom Cozy Apt- East Harlem Gem
## 22544 Room in heart of the West Village!
## 22545 Private studio apartment
## 22546 Luxury Private Studio
## 22547 Spacious Sunny Victorian Suite (BR+LR)
## 22548 Beverly Hills!Cedars Sinai/Rodeo Dr
## 22549 VINTAGE VENICE::30 SECS TO BEACH!!
## 22550 %SPECIAL WeHo's VISTAS 2BD TOPFLOOR!: #theWeHoSPOT
## 22551 3BEDROOM 2BATH & PARKING
## 22552 Luxury 2bed/2bath, Park La Brea
## 22553 EXPERIENCE HOTEL LIVING at a New Luxury Building.
## 22554 Gorgeous Apartment in Studio City!
## 22555 **THE BEACH SUITE** Cool and Modern
## 22556 Hollywood Bowl Treetop Escape
## 22557 HOLLYWOOD HILLS RETREAT
## 22558 Luxury Guest House Unit elite area Sherman Oaks
## 22559 East Nashville Craftsman
## 22560 Charming 3 Bedroom House Downtown
## 22561 10 Bed Shared Room - Wrigley Hostel
## 22562 "BEECH" house in the heart of PDX
## 22563 Stacey's 1 Bedroom Beach Home
## 22564 The Oasis
## 22565 Be a part of the Family Long/Short/
## 22566 Simple + Clean Apt in SF Ocean Ave
## 22567 BRIGHT BEAUTIFUL VENICE LOFT
## 22568 WEST COVINA干净舒适房间
## 22569 Charming Forest Hillside Home
## 22570 Enjoy fall colors from our porch!!
## 22571 MODERN DOWNTOWN CONDO W/ROOFTOP POOL
## 22572 1 BR Santa Monica Beach Cottage
## 22573 Cute Home at LA
## 22574 Mad Men Mid-Century quiet Home
## 22575 Mi casa es su casa!
## 22576 Shabby Chic 5 miles to Downtown
## 22577 Cozy Hilltop Hideaway
## 22578 Spanish Home in LA
## 22579 Great 1 Bed/1 Bath in Silverlake/ Echo Park
## 22580 Adorable Chic Studio- Beverly Hills
## 22581 Chic & Sexy Loft-like condo in WeHo
## 22582 Private 3 Beds next to transit! Heart of Logan Sq
## 22583 Fun Location! Dog Lovers Essential
## 22584 Spare room in quiet home
## 22585 Cozy Bed Minutes from Beach
## 22586 Sleep with the Stars in Bel Air!
## 22587 Craftsman Bungalow in Highlands
## 22588 LUX 2+2 STEPS TO THE BEACH; PRIVATE PATIO
## 22589 3BD, Family Friendly, Now w Parking
## 22590 Great location 超级无敌方便两房公寓
## 22591 Beautiful Hacienda In Los Angeles
## 22592 LA Mid-City Cozy Carriage House
## 22593 LOCATION! Historical Music Row Apt!
## 22594 Comfy, Modern Vandy/Belmont Home
## 22595 Euro/Modern studio w/ own private entry & kitchen
## 22596 Cozy and cute room in Beaumont-Wilshire
## 22597 Excellent Private Room with 2 beds and Couch
## 22598 Sunny Private BR in Williamsburg
## 22599 Cozy upper east side escape
## 22600 Glorious brownstone apt w/ outdoor, Clinton Hill
## 22601 Muriel's Home away from Home
## 22602 Great room in Brooklyn!
## 22603 Brooklyn Writer's Nook
## 22604 Clean, quiet bedroom in Manhattan
## 22605 Cozy room on lovely St. Marks Ave
## 22606 Mid-Century South Congress Retreat
## 22607 Charming Cottage 4mi to UT and DT!
## 22608 Bright room in cute and convenient Hyde Park
## 22609 Condo in St.Johns
## 22610 studio in heart of the mission
## 22611 The Gray Whale Beach House
## 22612 Garden Suite 15 min fr downtown
## 22613 Sunny, Sunny Mission
## 22614 Downtown Studio
## 22615 Close to everything sd has to offer
## 22616 Sunny Room w/ a Private Bathroom
## 22617 Mother-in-Law Apartment in Seattle
## 22618 Central, luxury 2bd/2ba w/ private deck
## 22619 Modern downtown room/BART/Full Bath
## 22620 Bklyn, private Three Bedroom.
## 22621 Private studio room - Brownstone - Brooklyn
## 22622 Radcliff St. House
## 22623 Studio apart Tremont St South End #2
## 22624 Manhattan Skyline Views 2-Bed Luxury Building
## 22625 Park Slope 2 bedroom - Amazing Access to All!!!
## 22626 Beautiful Apt/Amazing East Village
## 22627 BK SUITE, 1 BLK to PARK and SUBWAY
## 22628 Private studio Times Square!
## 22629 Stylish Pre-war
## 22630 Historic East Village Brownstone
## 22631 PARK VIEW ROOM @ ELEGANT HOME NEAR JFK
## 22632 3 BEDRROM APT/ 35 MIN TO MANHATTAN
## 22633 Quiet space in the big city
## 22634 Lovely & Cozy Apartment in Queens!
## 22635 Dreamers Sanctuary ! Artist Abode
## 22636 Sunny Bushwick Skylight Room
## 22637 MAISON DES SIRENES 2
## 22638 Sunny treetop nest in BedStuy
## 22639 Wrigleyville spare
## 22640 Cozy apt in historic bungalow
## 22641 Cozy Studio Apt. Home--5 Min. to U of C
## 22642 Large 3 bedrooms house in Hawthorne near beaches
## 22643 Hollywood Hills Studio Amazing View
## 22644 24/7 Checkin & Walking 5mins to Convention Center
## 22645 Spacious Single Person Room
## 22646 Feel Good Charmer in Mar Vista
## 22647 Beautiful cozy studio in the heart of Koreatown
## 22648 Queen's Bedroom
## 22649 2 bed plus loft arch home in Venice
## 22650 1 Bedroom. Bikes. Surfboard. Venice
## 22651 Private Room(s) in Cozy Home
## 22652 Cozy 1 Bed in Hancock Park
## 22653 Double futon bed with treetop views
## 22654 Nashville's perfect destination
## 22655 Studio in Greenwich Village
## 22656 Great and lovely apartment! Better location!
## 22657 Gorgeous Harlem Studio 2R
## 22658 Dramatic 2 BED Flatiron LOFT by Madison SQ. Park
## 22659 Luxurious Private Suit in 3BR Apt
## 22660 SPECTACULAR view in a modern condo!
## 22661 Brooklyn Loft,High Ceilings & Roof
## 22662 New York City - A Love Affair!
## 22663 Spacious Private Room in Brooklyn
## 22664 Sweet Luxe Bed w/Private Backyard
## 22665 Exquisite 1bdrm w/ Private Bathroom
## 22666 Awesome Huge Studio - NYC Center
## 22667 Top Floor 1 Bedroom Apt XpressTrain
## 22668 The Treetop Escapes
## 22669 WHAT A GREAT SPOT
## 22670 Pioneer Square State Hotel loft
## 22671 Secret Garden Guesthouse
## 22672 Bright and modern Foggy Bottom row house
## 22673 Modern Home in the heart of NW Portland
## 22674 Cozy ranch-style home in quiet NE*
## 22675 In City 50's Modern Urban Homestead
## 22676 Fully remodeled, central location
## 22677 Williamsburg Loft w Large Private Bedroom & Bath
## 22678 Bedford Ave N. WBurg Room in 2BR-1
## 22679 New and Clean Room with a big backyard
## 22680 Large 1 Bdrm for 5; close to Roberta's / Morgan L
## 22681 Park slope 2BR duplex with garden
## 22682 Airbnb spot in Portland!
## 22683 Romantic Villa Soquel Santa Cruz CA
## 22684 Beacon Hill Cottage in the City
## 22685 4 Br House Normal Heights San Diego
## 22686 SF Living! Parks, cafés & a dog
## 22687 The Hawthorne Speakeasy
## 22688 Charming Sellwod Apartment
## 22689 Entire beach loft Duplex Ocean view
## 22690 Resort-Style Private Studio - 97% WalkScore - DTLA
## 22691 VALDIVIA
## 22692 Artistic Craftsman East Nashville
## 22693 doll house cottage...shotgun style!
## 22694 Beautiful 2BD Bungalow & Backyard
## 22695 Ocean Beach Studio W/ SeaWorld View
## 22696 DwTwn Party House F1 SXSW ACL Party
## 22697 Cozy Condo on Canal St. & Bourbon
## 22698 Hollywood Center Modern Luxury Resort Style Living
## 22699 Hollywood Hidden Gem! Pets Welcomed and Parking!
## 22700 Private Room #2 in spacious home with pool
## 22701 Echo Park Hills Designer Studio Apt
## 22702 Beautiful Duplex In Hancock Park #1
## 22703 Modern Elegance! Close to Arcadia!
## 22704 Tranquil tropical retreat by beach
## 22705 State Parks - Hiking - Beaches
## 22706 Huge Luxury Westwood LA 5 bed Home
## 22707 NEW Downtown 3-Story Home W Rooftop
## 22708 Rivergate Ranch
## 22709 Historic MidCity Home in the Big Easy
## 22710 Walk to French Quarter &Frenchmen
## 22711 West Town Private Full Coach House
## 22712 1893 Victorian Highland/Sunnyside
## 22713 Lovely Comfy Home in San Francisco
## 22714 1BD Apt near Downtown, UW, Cap Hill
## 22715 Charming Victorian, Modern Twist
## 22716 Location!!! Comfortable Cozy Room
## 22717 Bright private bedroom near UCSD
## 22718 SW DC Waterfront Steps to The Mall
## 22719 DC central Private room/bath (1)
## 22720 Noe Valley Flat
## 22721 Best location in Downtown San Diego
## 22722 Luxury Modern Apt in Downtown
## 22723 Beach Getaway w/AC, Steps to Sand
## 22724 Guest Room + Private bath in Hell's Kitchen A/C/E
## 22725 Comfortable-Private one room in LES
## 22726 Big Sunny Rm Convenient to Manhattan-Long Term Dis
## 22727 Perfect retreat, Alberta Arts, hbee
## 22728 jackson terrace
## 22729 Best Location for Business stay - sunny,cute+easy!
## 22730 Cozy Home in Charming Neighborhood
## 22731 Fabulous Urban Garden Apartment
## 22732 1BR Convention Center/Downtown
## 22733 Pristine, Bright Flat ONLY 2 blks to Pubs/Eateries
## 22734 Hip 2 Bd/2 Ba House in Bouldin/SoCo
## 22735 New Trendy Loft in Zilker
## 22736 6th St loft right downtown A5
## 22737 Cute 1 Bed Apt near downtown - centrally located!
## 22738 Your Sweet Chicago Home
## 22739 Daybed in the living room
## 22740 Beautiful Modern Guest House
## 22741 Modern & Luxurious Studio in Trendy Culver City
## 22742 Beautiful balcony w/view private bedroom
## 22743 Large 3 BR, 2 BA Uptown Awesome Upstairs Appt.
## 22744 R&B Studio at the Tremé Mansion #3
## 22745 Unique Charming Ball Park Loft
## 22746 Luxury Duplex mins to downtown
## 22747 Modern home near downtown / SXSW
## 22748 Beautiful Light Spacious 1 bedr
## 22749 Modern Guest Room with Parking!
## 22750 Historic home's master BR, Queen size bed
## 22751 River North's "Rock N' Roll" Airbnb - Sleeps 6
## 22752 Sleep 8 at The Bean! (6b)
## 22753 Luxurious Apartment
## 22754 Charming Guesthouse Private Patio#4
## 22755 Downtown Arts Dist. / Boyle Heights
## 22756 SPECIAL LUXURIOUS Unit 2 Rooms
## 22757 private room/bath w/ pool & gym.
## 22758 Charming historic Marigny home!.
## 22759 8th Ave Condo w/a Pool- 5 Min from Downtown!!!!!
## 22760 Townhouse by The Grove with 3 beds!
## 22761 Cool Silverlake Studio-What A View!
## 22762 Spacious Marina Beach Studio, Steps to Sand & Pier
## 22763 Entire artist's apt in hip hood
## 22764 BUNKHOUSE QUEEN A02
## 22765 Mid Century Modern Oasis in Fantastic location!
## 22766 Tranquil Cole Valley home + parking
## 22767 La Guarida!..sanctuary/peace/fun
## 22768 Private bath. Central DC Room. A11. Washington.
## 22769 East Vil 1br in 2br apt + balcony
## 22770 Amazing Location near Central Park.
## 22771 Clean, Private Room in Exciting East Village
## 22772 Charming small Brooklyn Gem
## 22773 ★East Village★ #2, Private Room, Free W&D
## 22774 Romantic Rooftop Studio with 360 Brooklyn views!
## 22775 Brand New Ravenna Hideaway Near UW
## 22776 421 - Private Room With Bath in Union Square
## 22777 Fabulous 2 bedroom in Sellwood
## 22778 Modern, Spacious, Prime Location ☃
## 22779 Jane's Stunning Oceanview Craftsman
## 22780 Best for Business Travelers
## 22781 Hip private bed/bath close to dt
## 22782 Elegant Logan Square Walk Up
## 22783 Lights! Camera! Action! Cool Space!
## 22784 Pilsen room, separate entrance w/private bathroom
## 22785 Private Room&Bathroom in Hollywood/West Hollywood
## 22786 Super cozy place for backpackers 2
## 22787 Room in Long Beach
## 22788 Cozy corner Studio south of DTLA
## 22789 URBAN DOWNTOWN LA OASIS RESORT SUITE + 6 BEDS
## 22790 Penguin House 1940s - 2 Bedroom Venice Bungalow
## 22791 Cozy 2 br, 1.5 bath Uptown Freret
## 22792 4 bedroom, 3 bath, Modern Luxury sleeps 10 in beds
## 22793 Spacious Bedroom in Trendy Bucktown
## 22794 Relaxed Family Home on Pt.Dume
## 22795 Modern 3 BR condo .9 mile from downtown Austin
## 22796 Beach Bungalow in the Heart of Venice
## 22797 Charming, Private Guest House!
## 22798 CLOSE TO BEACH FRONT & REAR SUNDECK PRIVATEGARAGE
## 22799 Steps from shopping and nightlife
## 22800 Studio in Los Angeles near USC
## 22801 Exclusive Downtown Condo
## 22802 Large private room/ Queen Bed
## 22803 Exceptionally Gorgeous & Spacious
## 22804 Getaway in East Nashville
## 22805 Private Room near McCormick Place
## 22806 Clean sofa bed in downtown Chicago
## 22807 Relaxing Private Queen Bedroom/Bath- Culver City
## 22808 Cabin Hideaway
## 22809 Lovely Villa minutes from Pasadena
## 22810 Beautiful 1-br English Basement Apt
## 22811 Bright, Sunny, Sterling Cottage
## 22812 Charming Cozy Ocean Beach Cottage!
## 22813 Private Room @Fun & Social Hostel#2
## 22814 Cozy Condo in Fremont, with parking
## 22815 I heart this beach house!
## 22816 The Urban Cottage
## 22817 Victorian Retreat 2 Blocks to Metro
## 22818 Intimate, interesting apartment
## 22819 Clean, Comfortable and Convenient in SoCo 78704
## 22820 Unique Historic Baker Apt Denver
## 22821 Lovely Apt. - Outstanding location
## 22822 Modern Farmhouse - Downtown Austin
## 22823 Mayfair 2BR near I90/94/Blue Line (Monthly Rental)
## 22824 Wicker Park Retreat - Close to Everything!
## 22825 Private Room in Back Bay Brownstone
## 22826 Old Hollywood Errol Flynn Laurel Canyn Lrg. Studio
## 22827 Downtown LA Parlor Resort Style Suite
## 22828 Beautiful, designer hillside home
## 22829 Entire Gorgeous Hollywood home
## 22830 California Living in Hollywood Hills
## 22831 Laurel Canyon's Gem. Magic! 90046
## 22832 French Quarter Suite
## 22833 2 Story Farmhouse 15 mins to city
## 22834 Luxury Home, Excellent Location
## 22835 Bright Modern Studio - Overlook neighborhood
## 22836 ☆Secret Garden Guest House in Multnomah Village!☆
## 22837 Sweet Private Suite
## 22838 2-bedroom flat, authentic Willamsburg, Brooklyn
## 22839 1BR: Great Location in Williamsburg
## 22840 Living the dream in Bushwick, 1BR
## 22841 Room, Central Loc., Private Garden
## 22842 HOMEY - NYC-INWOOD-THE CLOISTERS next to SUBWAY
## 22843 Lovely private home, heart of Nola!
## 22844 Luxe Upgrades in Westwood Village!
## 22845 A Peaceful Stay at the Garden Gate
## 22846 Redondo Beach house w/spare room
## 22847 Ocean View Room in Santa Monica
## 22848 Priv BR, separate unit BRENTWOOD
## 22849 Echo Park Hills, Light & Bright Studio
## 22850 Awesome 2 Bdr Sleeps 6 - Near USC/DTLA
## 22851 Quiet Room w/Amenities
## 22852 Highland Park Bungalow
## 22853 Near Midway Airport Upscale Basm Apartment
## 22854 Charming bedroom for 1 or 2
## 22855 Private Room in the Heart of Silver Lake
## 22856 2Bed/2Bath DTLA Spacious APT Staple Center LA Live
## 22857 Hollywood beautiful Vintage apartment
## 22858 Spacious & Private 1BR, Venice Blvd
## 22859 Sunny Venice Beach House, 1 mile to Beach
## 22860 SHARED ROOM in VENICE BEACH HOSTEL
## 22861 Historic Shotgun Little Nola House
## 22862 Large loft // quiet, clean & bright
## 22863 Full Bed in a Private Bedroom in DC Downtown
## 22864 Best location, beautiful home
## 22865 Cute studio with parking! View! Safe Neighborhood
## 22866 Heart of SOMA
## 22867 Stylish, central NOPA Flat
## 22868 Casa Carolina - Luxury Suite
## 22869 Beverly Hills 3rd Street Suite
## 22870 Burbank - Nr Disney NBC Warner NYFA
## 22871 WEHO H0ME! On the Strip! 1 BR!
## 22872 Private Room&Bath Walk to Bayou Boogaloo&City Park
## 22873 THE East Nashville House
## 22874 Artsy & Stylish Room Great Location
## 22875 Heart of South Congress & SXSW
## 22876 Perfect PRIVATE B+B for 2!
## 22877 Private Bed+Bath w/ Private Entrance Near Downtown
## 22878 4 bedroom Victorian Condo unit
## 22879 Modern 1 bedroom in heart of Boston
## 22880 Private Room & Bath
## 22881 Large One Bedroom in Lincoln Square
## 22882 Great unit in Ravenswood. Steps away from train!
## 22883 Uptown Gem - Minutes from Wrigley - Indoor Pool
## 22884 alhambra高档温馨套房..独立洗手间.全新家私.
## 22885 Sunny 3 Bedroom 2 Bath Private Home
## 22886 Plush Harlem Green Apple Brownstone Studio
## 22887 Midtown Times Square bright room, private bath
## 22888 convenient place near Oakland zoo
## 22889 Spacious 1BR Apt in WV/Greenwich
## 22890 Tall and Airy Dupont Circle Apt for 6
## 22891 NEW! La Jolla/UTC | Beach Close
## 22892 Capitola Treasured Island Suite
## 22893 2006 Airstream Bambi QUICKSILVER SE
## 22894 Historic Gallagher Home (1)
## 22895 Charming Pacific Beach Home (Room2)
## 22896 Private Modern Design Mission Rm #2
## 22897 Private entry unique 1 bedroom
## 22898 Private Bath- Moscone Center-Views-Luxury-Modern
## 22899 Eastside Retreat walk to everything
## 22900 AdMo/Dupont Luxury Condo
## 22901 The Joy Mansion: Original East Nashville
## 22902 Capitol Hill gem,off street parking
## 22903 FRENCH QUARTER APT W/ POOL
## 22904 LAX -- Suzi's Li'l Landing -- Playa Aero-View
## 22905 Lovely private guesthouse
## 22906 room#3 happy & comfy. "AUTUMN ROOM"
## 22907 Downtown LA Adjacent--Walk to Metr0
## 22908 Private Room in Calif. Bungalow
## 22909 1 Bedroom Condo Fully Equipped near Andersonville
## 22910 3 Bedroom LOFT DTLA near the Convention Center!!
## 22911 AK Bachelor Bungalow - VENICE BEACH
## 22912 Historic South End - Steps to All
## 22913 Quiet & Charm in Boston's South End
## 22914 Bright, Modern Studio Suite w/Yard
## 22915 Charming Artists Craftsman
## 22916 Modern DTLA Loft w extra amenities!
## 22917 Modern 2br/2Bath in heart of LA w/patio + parking
## 22918 Sunny Mid-City Bedroom, Cozy &Quiet
## 22919 Retro-modern Eastside Duplex Unit B
## 22920 Spacious, tasteful, safe, clean acco in Hyde Park
## 22921 Buckman, Best Location, 2 Bedroom
## 22922 Anacostia-Capitol Hill Abode
## 22923 Room one of 3 in Three Bedroom Apt.
## 22924 Modern spacious apartment
## 22925 Nice Bedroom in Central Bushwick!
## 22926 STAY WITH A TRAVEL WRITER IN A ROOFTOP DUPLEX APT!
## 22927 Delightful Private Room 15 min to Manhattan
## 22928 Fancy Full Apartment in Park Slope
## 22929 1 BR in the heart of Tribeca
## 22930 Guest Room with Queen Bed.
## 22931 Airbnb Apartment Hostel #1
## 22932 Near The Loop and McCormick Place
## 22933 GARDEN DISTRICT with a balcony - Sleeps 4! Apt. C
## 22934 Private clean guest house
## 22935 Fabulous Ocean Views at Malibu Dream GetAway
## 22936 Downtown Manhattan Beach
## 22937 Crafstman Studio. Shabby Chic.
## 22938 LUXURY, MODERN 3BR+3BA CLOSE TO CENTURY CITY MALL
## 22939 Bright 2BD home near Venice & Beaches
## 22940 Quiet Luxury, Centrally Located Close to Transit
## 22941 1BR Boutique Studio, Historical
## 22942 Zilker Park, Barton Springs w/pool
## 22943 West Town queen bed/5 mins to Chicago Blue line
## 22944 Beautiful Room, Steps to Train!
## 22945 Sunny, Gold Coast apartment
## 22946 Perfect for your E Boston layover
## 22947 2BD Apartment - Venice Beach & Santa Monica Border
## 22948 Great Location 3beds 2bth + parking
## 22949 Pomona Claremont Sleek Retreat
## 22950 BUNK BED IN THE MIDDLE OF EVERYTHING !!
## 22951 Charming 30's Spacious Apartment
## 22952 Ruthie's house in East Nashville
## 22953 Prime Location! 2BD, 2B-Walk to Nissan Stadium!!
## 22954 NASHVILLE'S GEM LOCATION!
## 22955 Borthwick Bedroom
## 22956 Bungalow in beautiful Fremont
## 22957 Spacious Private Room near Muni & Golden Gate Park
## 22958 Urban Zen 1 bdrm DC Apt. Near Metro
## 22959 Manhattan Beach Guesthouse
## 22960 Home away from home- Visit LA
## 22961 Topanga Country Zen, Casa Jondy
## 22962 BUNK BED NEAR HOLLYWOOD !!
## 22963 Hip Cabin Steps from Abbot Kinney
## 22964 DESIGNER ART LOFT NEAR FRENCH QUARTER & FRENCHMEN!
## 22965 Woodbine Retreat
## 22966 Classic DC House- great location "The Blue Room"
## 22967 Modern one bedroom apartment
## 22968 Pleasant 2 BR, 2 BA Noe Valley flat
## 22969 Private Bedroom in Bright Home
## 22970 Hand-PaintedMural:ParkView+Breakfast+Parking+3bath
## 22971 2 BR 1 BA BALBOA CT.
## 22972 Cozy and Dog Friendly!
## 22973 Bright Ocean Beach Bungalow
## 22974 Beautiful, quiet South Austin oasis
## 22975 Charming Quiet Retreat in SE
## 22976 Lovely 2BR / 1 BA Condo in Chicago
## 22977 Spacious, bright and beautiful home
## 22978 LA잠자리
## 22979 Central Hollywood Hills Dream!
## 22980 Condo Living
## 22981 Private Room + Bath + LGBT Friendly
## 22982 Just Remodeled 2 Bedrm Luxury Suite
## 22983 Comfortable Room in Brooklyn, NY
## 22984 NYC Harlem cozy private room
## 22985 Sunny and spacious 1BR apartment
## 22986 Luxury Studio Apartment in Midtwn West
## 22987 Brownstone Duplex Harlem/Columbia U
## 22988 ★Modern Spacious★☆Private Studio☆ +Parking JFK/LGA
## 22989 Charming Studio in a Great location
## 22990 Big Beautiful Room! St. George 5 minutes to ferry!
## 22991 Apt. in quaint historic Sellwood!
## 22992 Mid Century SOMA 1600sqft Warehouse
## 22993 Gorgeous Garden Apt. in Heart of SF
## 22994 Sunny Remodeled Victorian Near Alberta Arts
## 22995 Basement studio w/ private Parking
## 22996 Spacious Basement Studio off H, 1.5m to Capitol!
## 22997 Magnificant, Modern Loft in the Center of the City
## 22998 Private Four Story Townhouse in Chelsea!
## 22999 Huge full floor 2 bedroom/4beds
## 23000 Big Airy Bedroom Safe & Sunny Balcony Midtown West
## 23001 Stylish 2BR ★ Sleeps 6 ★ C.Park
## 23002 Original Cabin 17
## 23003 MIDTOWN/2200SQFT/SLEEPS14/TOWNHOUSE/NEW/MODERN
## 23004 Bushwick Artist Loft - Zen Tree House Room
## 23005 Ideal for Exploring BRKLN + MNHTTN
## 23006 Spacious room in flushing ny ❤️
## 23007 The Heart of Soho!
## 23008 Close to All NYC Attractions 3BR Luxury Oasis
## 23009 Central Park west. Big Cozy Room
## 23010 Beautiful apartment amazing view.
## 23011 PRIVATE ROOM IN MANHATTAN NYC
## 23012 1 Bdrm Apt 1 Block from Times Sq.
## 23013 Surfside Studio
## 23014 2BD Penthouse Spectacular Views Midtown Manhattan
## 23015 Spacious 1 Bedroom Apartment
## 23016 Vanilla Tea - Cozy Studio Hideaway in Bed Stuy #5
## 23017 Newly renovated apartment
## 23018 Large Bedroom in True Brooklyn Loft
## 23019 ★ Waterfront Airbnb ★ Walk/Bike Score 90+ ★
## 23020 Master Victorian Suite, Noe Valley
## 23021 Sunrise in Seattle Master Suite
## 23022 Cute Alberta Arts Apartment
## 23023 Luxury NYC Oasis + WIFI + SPA + GYM
## 23024 Well located apartment near NY City
## 23025 Brooklyn, near train and Manhattan
## 23026 Cozy Private Room for Eager Travelers! :D
## 23027 Spacious Studio on West 72nd
## 23028 Spacious Studio in West Village!
## 23029 Private bedroom and bathroom near everything!
## 23030 Private Apartment-Wing In Mid Century Compound
## 23031 NoPo Boho
## 23032 Marina Modern 2BR "Summer in the City" Specials
## 23033 Wallingford Craftsman 1 BR apt
## 23034 Beautiful Dupont Circle Apartment
## 23035 Spacious South Austin home
## 23036 Spacious Apt in Columbus Circle
## 23037 Beautiful Brownstone in Brooklyn 2
## 23038 Studio - Hottest BKLYN Neighborhood
## 23039 1 bedroom clean & simple
## 23040 Prime Park Slope Apt w/ Garden
## 23041 Room near Central Park
## 23042 Big Room in Beautiful Huge Apt
## 23043 Kid Friendly Central Park West Apt.
## 23044 Lovely Apt. in Heart of Brooklyn
## 23045 Heart suite in beautiful, modern townhouse
## 23046 Spacious Chelsea 2BR/ 2BA/Sleep 6
## 23047 South Congress bungalow
## 23048 Converted Courthouse on East 13th
## 23049 Big n' cozy Clarksville apartment..
## 23050 Penthouse South End with roof deck
## 23051 Comfy Room with Private Entrance
## 23052 Double Bed
## 23053 Very Spacious Hollywood Studio!!!
## 23054 Guesthouse w/ Pool and Jacuzzi
## 23055 THE HIDDEN LADY
## 23056 40% Off Spring/Summer 5BR/2.5BA HBO!!!
## 23057 PARKING/CONDO CHARTRES & ESPLANADE
## 23058 Wine, Dine, & Relax in Uptown NOLA
## 23059 Book Lovers' Retreat in SW Portland Hills
## 23060 Quiet bedroom with 2 large windows
## 23061 Bright, Open, Clean, Cozy
## 23062 Washington DC's Best Address
## 23063 2 bedroom apt.in Stuyvesant Heights
## 23064 room with its private bathroom and garden access
## 23065 Experience another side of Brooklyn
## 23066 Clinton Hill Sanctuary
## 23067 Precious, Sunny & Comfortable Nolita 1 Bedroom
## 23068 Quaint room in artist's apartment.
## 23069 ASTORIA!! ONE BEDROOM APARTMENT
## 23070 Stay on the LES!
## 23071 very comfortable room
## 23072 Prime Williamsburg loft on Bedford
## 23073 Blue Room in N. Oakland Charmer
## 23074 Sunny Room! Above All FUN!
## 23075 3 bedroom duplex apt with backyard
## 23076 Gorgeous 3 BR apartment in NYC!
## 23077 Humoungous Renovated Duplex for Huge Families
## 23078 Times Square / Hudson River Luxury
## 23079 Beautiful renovated 1 bedroom Apt.
## 23080 huge luxury one bedroom loft style
## 23081 your own private oasis
## 23082 You guys... My apt is Awesome!
## 23083 1 BR in the Heart of Manhattan !!!
## 23084 1 King 2 Bath DUPLEX, PRIVATE PATIO
## 23085 Chic apartment BEST Location n Soho
## 23086 Unique and Cozy Penthouse Upper East Side
## 23087 1-3 people in UWS Broadway Studio
## 23088 Williamsburg nest with private bath
## 23089 Quiet Room in East Williamsburg
## 23090 Apartment Across From Lake Merritt
## 23091 CHARMING STUDIO IN E VILLAGE - LES
## 23092 La Jolla Prvt Rm walk 5 min beach
## 23093 Large Private bedroom by Seaport
## 23094 Grand Home - City Park 5 bed 3 bath
## 23095 Recent Price Drop, awesome area!
## 23096 TWO STORY Hollywood Guesthouse
## 23097 Cozy Austin Townhouse, Sleeps 10
## 23098 Venice Studio Steps from Beach
## 23099 Private room. Cozy, convenient. -R1
## 23100 Sweet Spot Studio Guesthouse & Pool
## 23101 Calabasas... Live the Dream
## 23102 Hancock Park Guest Room
## 23103 Private Room #1 in spacious home with pool
## 23104 Beach Condo 1BR/1BALuxury&Location
## 23105 Beautiful Room w/Private Bath in Prime LA
## 23106 Silver Lake Art Deco Spanish
## 23107 Best Block in the Bywater (B side)
## 23108 Mecca for music lovers, Frenchmen!
## 23109 2BD 2BA Cute Cottage in Sylvan Park
## 23110 Retro-modern? In East Austin
## 23111 Suite on Barton Creek Greenbelt - Central Austin
## 23112 Amazing Wicker Park Warehouse!!!!
## 23113 Spacious Room w/half bath East Nash
## 23114 Gorgeous Studio in Heart of City!
## 23115 Private Balcony and Pool Just Off Bourbon Street!
## 23116 Charming Master Bedroom!!
## 23117 Big Easy Central
## 23118 Comfy Room in Palms/ Culver City
## 23119 Harp House, Quiet Garden & Breakfast
## 23120 3 Bedroom House with Pool
## 23121 Gorgeous room with pirvate bath
## 23122 Cozy Cottage in Central Austin!
## 23123 Splendid living in Bucktown/Wicker Park
## 23124 Fantastic Wrigleyville Room by CTA
## 23125 Charming bungalow in Austin's best neighborhood
## 23126 Mag Mile One Bedroom with Amenities
## 23127 Home on Kissena Park
## 23128 Affordable Studio next to Subway
## 23129 Upper Manhattan All New 2BR / 1.5 Bath Sleep 8
## 23130 Private Bedroom in sunny apartment!
## 23131 Well Lit Spacious Room with Lots of Amenities
## 23132 Cozy Bushwick Skylight Room
## 23133 Understated Refinement for the Modern Traveler
## 23134 Cottage Charmer
## 23135 Spacious Victorian of Panhandle
## 23136 Best Location in North Beach!
## 23137 Pvt fl w/2BR, 1B, 1LR w/couchbed
## 23138 Room in lovely MidCity NOLA home!
## 23139 Venice Walkstreet 2 Bed Min to Sand
## 23140 House in the Heart of Downtown
## 23141 Charming 3 Bedroom Apartment
## 23142 RiNo Den
## 23143 Sunny Victorian on Historic Haight
## 23144 Apartment with a view
## 23145 Townhouse in West Seattle
## 23146 Charming SEHome in Restaurant Haven
## 23147 The Vista House
## 23148 Entire APT A sleeps 9, near beaches
## 23149 Burgundy Spacious 2BD/2BA in Uptown
## 23150 Our Treehouse
## 23151 Private room+bath private entry
## 23152 Gorgeous Santa Monica 3 BDR Home
## 23153 Cartwheel Loft in LA Arts District
## 23154 Private room in great neighborhood!
## 23155 Mid century home
## 23156 Gramercy Place-month to month dorms
## 23157 Master Bedroom, Heart of Wicker Park
## 23158 Private bath, Close to Harvard Unv and LUXURY !!
## 23159 Logan Square Studio
## 23160 Private bedroom in house
## 23161 Live Like a Star in LA
## 23162 1920s Chic Penthouse Apartment - prime location!
## 23163 Spacious Cozy 2/2 Condo方便舒适双卧城市屋
## 23164 Cosy Private Bedroom in Our Startup's Office
## 23165 Bachelor in Venice Beach
## 23166 The Cozy Venice Getaway(Guestroom)
## 23167 Historic New Orleans Jazz and Art Filled House
## 23168 Charming 1 BedRoom Union square
## 23169 Sunny 1Bdr + 2 Big Sofabeds, Clean!
## 23170 Spacious + Quiet room, Private bath
## 23171 Luxe 2 Bedroom 2 Bathroom comfy quiet
## 23172 Creekside Cottage in Garden Oasis..
## 23173 Sunlit Room on Central Park West
## 23174 Happy & spacious Bed-Stuy/Bushwick bedroom
## 23175 Peaceful private room in Brooklyn
## 23176 2BR-Elegant Townhouse w/Parking
## 23177 Cozy 1 Bedroom in the Village
## 23178 Natural light comfortable room!
## 23179 Austin Condo
## 23180 Spacious room in fabulous Victorian
## 23181 A lovely room w your own bathroom!
## 23182 Perfect Beach Condo
## 23183 Zen House-Canyon 3
## 23184 Cozee Studio5 San Diego Near Park
## 23185 Cute room in quiet SF neighborhood
## 23186 Garden Suite in North Capitol Hill
## 23187 Large Noe Valley Apt. with Luscious Garden
## 23188 1BR/1BA Close to Park & Alki Beach!
## 23189 Cozy Private Loft Apt with Balcony
## 23190 Seabright Bungalow
## 23191 Beautiful, convenient beach retreat
## 23192 LargeRoom Astoria20min to Manhattan
## 23193 Sunny, Quiet & Clean w/ Comfy Bed
## 23194 Open, airy and cozy one bedroom apt
## 23195 Great studio
## 23196 Alameda Garden Flat
## 23197 Sunny - Spacious 1BR - Alberta Arts
## 23198 For an epic night's sleep! Cozy, clean and quiet.
## 23199 Private Room with Private Entrance and Patio
## 23200 Powell Butte-City Views- Maple Room
## 23201 Palma Plaza Pool House
## 23202 Very Rare Luxury New Three Bedroom
## 23203 Magic 19th century gem, Park Slope
## 23204 Private bedroom in our East Village home :-)
## 23205 Private room in Sunnyside 46th st2
## 23206 Manhattan Studio, Perfect Location
## 23207 Perfectly Located East Vill 1 Bdrm
## 23208 Studio*Empire State Building*5 Ave*
## 23209 Great comfy studio in Manhattan
## 23210 6 ROOM / 2 BEDROOM / 2000 SQ. FT. FOR PHOTOGRAPHY
## 23211 Astoria LIC 1 bdrm apt 30th ave
## 23212 Brooklyn private bath by F,G train
## 23213 Yve's Getaway
## 23214 Cozy Room available in Manhattan
## 23215 Warm & Cozy - Heart of Bklyn
## 23216 Guest House w/Views+Parking-Silver Lake/Echo Park
## 23217 Hermosa Exec House 3Blocks to Beach
## 23218 HUGE 3,500 sq/ft Downtown Los Angeles Loft
## 23219 Peaceful Cottage Room in a Great Central Location
## 23220 Large Studio and Private Bath in East LBC
## 23221 It's 1 Breezy Private Room
## 23222 Relaxing & inspiring room near UCLA
## 23223 Beautiful Chic apartment SunsetStrip WestHollywood
## 23224 Entire 3 bedroom home in Nashville!
## 23225 AirMattress Cozy SE Austin Bungalow
## 23226 South Austin Private Bed and Bath
## 23227 EN/FR Cosy room - central Manhattan
## 23228 Queen Bed in Queens 15min to Timesquare
## 23229 Spacious Private Loft Convenient to Downtown
## 23230 COZY ROOM /Near LGA Airport & train
## 23231 Lovely Flat in Lower Rockridge
## 23232 Room #6 Near Manhattan NYC.
## 23233 Sunny rooftop studio, ♡ of Oakland
## 23234 Spacious, Light-Filled, Historic
## 23235 Massive Loft in G. Village 4bd/2bth
## 23236 Clean, Neat Space in Downtown NYC
## 23237 Chic Clinton Hill Studio
## 23238 Sunny 1 Bedroom Apt in East Harlem!
## 23239 Simple Spacious Uptown Bedroom
## 23240 Hip, Brick East Village Apartment
## 23241 Upstairs BR in Vintage Belmont Home
## 23242 Comfortable Green Lake Home Base
## 23243 A Farm in the City!
## 23244 Beautifully renovated 1BD - Eckington
## 23245 Nice BIG sunny Apt E. Williamsburg
## 23246 Sunny private bedroom in 3brm apt
## 23247 Central, Quiet 1bdrm Apt, Manhattan
## 23248 Comfy 2 Bedroom Minutes from JFK
## 23249 Strong House in the Heart of Mississippi District
## 23250 ArtSpace Apartment
## 23251 10.3 - Great room in the Mission district!
## 23252 Luxury 2BR Spacious SF Loft ~ INSTANT*Garage*Views
## 23253 Cozy Room w/ Easy Ride to Downtown.
## 23254 Ocean Beach Mediterranean home
## 23255 King Master Bedroom Suite w/closets
## 23256 Cozy Modern - 1BD - Waterfront/Metr
## 23257 Hillside Retreat - Relocate Special
## 23258 Modern Design Luxury Resort Apt
## 23259 Private Bedroom in Heart of Miracle Mile
## 23260 5-star Shared Room 4 in Safe upscale Hyde Park
## 23261 Harbor Island Escape
## 23262 Beautiful Sunny Duboce Cottage
## 23263 Large sunny Pacific Heights room with private bath
## 23264 Iconic North Beach Penthouse Apt
## 23265 Sunny Queen in a restored Edwardian
## 23266 Best location in Nashville WEST END
## 23267 Large Cozy & Bright Room in Pilsen
## 23268 Cozy room in Monterey Park蒙特利公园 I
## 23269 Studio Zen DTLA
## 23270 Home In the HEART of NASHVILLE
## 23271 En's Garden Home (private entrance)
## 23272 Huge 6 BR/ 3BA, 5 mins to downtown!
## 23273 Edgebrook bdr by golf course
## 23274 Large room in Art Gallery (:
## 23275 Centrally located Private queen bed/bath
## 23276 Private Spacious 2 Bedroom Suite
## 23277 En-suite Room in 1.3 Million House
## 23278 Enjoy Stunning Views of San Diego!
## 23279 Beautiful Beach Cottage with Patio!
## 23280 A serene, green oasis in funky JP!
## 23281 Cozy apartment near Kennedy Center
## 23282 1 Bedroom Studio with a serene view
## 23283 Beautiful, Private One Bedroom Apartment
## 23284 Comfy and Cozy 2 Bdrm/2 Ba Apt Minutes to UCSF
## 23285 *Prime Location - Golden Gate Park*
## 23286 A Garden Suite near GG Park & UCSF
## 23287 Cozy room in North Beacon Hill
## 23288 MasterBedroom in cottage near beach
## 23289 Large & bright studio in brownstone
## 23290 Sunny Lake Merritt 1-BD apartment
## 23291 Super Quiet East Village Oasis!! Late Arrival OK!!
## 23292 Festivities in Flushing
## 23293 Artist loft in SoHo 15 FT Ceilings!
## 23294 Sunny SOHO 2 Bedroom
## 23295 1 Memory Foam Bed in “Poshtel" Co-Ed Shared Room
## 23296 Private room + bathroom near beach
## 23297 Lovely and Well-Located 2BD Apt.
## 23298 Private room/bath for an explorer
## 23299 Perfect PB Spring/Summer Getaway!
## 23300 Modern Guest House in Central ATX
## 23301 Super cool! Modern 2 bedroom loft
## 23302 Stylish Loft DownTown City Views
## 23303 Venice Guest Cottage HBO Netflicks AIR CONDITIONED
## 23304 Cozy upstairs bedroom
## 23305 4 bedroom house with a pool
## 23306 Queen Bed with Twin Loft Near French Quarter
## 23307 Uptown Gem ~ heated sparkling pool
## 23308 Newly Renovate 2 Bedroom Apartment in Central Area
## 23309 Beautiful 3 Bedroom Bungalow
## 23310 Nice and Cozy Studio!
## 23311 Bywater Bluehouse
## 23312 Luxury Penthouse Suite in LODO
## 23313 Charming Garden Studio In South End
## 23314 Hollywood Walk of Fame Entire Townhouse 2 Stories
## 23315 Best Neighborhood in LA! 2 bedroom 2 bath Luxury!
## 23316 Chic 2-Bdr Apt / 1 Block To Beach
## 23317 Fully Furnished Studio w/ Elevator
## 23318 near Columbia Hospital
## 23319 Private, Clean, & Cozy Flat in NYC
## 23320 Awesomely Sunny 1 Bedroom w Balcony
## 23321 Incredible Loft Apartment
## 23322 Great Location Private Bedroom with Outside Garden
## 23323 Cozy studio great location
## 23324 My cozy artistic Apartment
## 23325 Lovely Luxe Bedroom, Easy Commute
## 23326 Great Top Floor City Views & Close To Subway!
## 23327 Private Echo Lake Studio Apartment
## 23328 Quaint Studio in Hostel Hotel 15
## 23329 Unique getaway/walk to the Fairplex
## 23330 California dreamin' in LA
## 23331 Woodland Hills Home Private Suite
## 23332 Private room right out of Downtown
## 23333 Great Venice Beach 2-Bedroom Apt!
## 23334 Contemporary 4 bedroom loft
## 23335 Artists' Retreat
## 23336 Studio In Heart of Pacific Beach
## 23337 The City at your doorstep, tranquility on call
## 23338 # CENTRAL PARK - 3 Stops Away
## 23339 For Ladies Only
## 23340 Newly renovated room/ 10min LGA
## 23341 BEAUTIFUL, BRIGHT & SUNNY 1BR near Central Park!!!
## 23342 Large Bright Space W Balcony Minutes To Manhattan
## 23343 Washington Heights OASIS!
## 23344 Amazing room in 10min to Manhattan!
## 23345 Splash of Style ~ Dupont Circle!
## 23346 "Pretty in Lilac" King Massage Room
## 23347 Luxury W Large/Private Terrace
## 23348 3-bed Brownstone Duplex w/Terrace
## 23349 Times Square Best Location Studio (Entire apt)
## 23350 Cozy little space
## 23351 Located in the heart of EVERYTHING!
## 23352 Designer Living Just off of M Street!...3Bed/3Bath
## 23353 Spacious & Sunny 1bd near GG Park
## 23354 Cozy 2BD with Parking Included
## 23355 Pittman's Place
## 23356 HOLLYWOOD LOFT WITH BALCONY!
## 23357 Cozy 5 Points Suite Near Downtown
## 23358 3 bed/2 bath house
## 23359 Modern 2 BDR Getaway on Windward Circle + 2 Bikes!
## 23360 Beautiful private studio by LAX and the ocean
## 23361 Comfy & Spacious in Family Home
## 23362 Private bedroom w/ bath in the heart of Hollywood!
## 23363 Nice Remodel! Close to Downtown!(A)
## 23364 12 South/ Belmont 3 BR, 2 Bath
## 23365 Bright, clean and pretty South Austin Guest House!
## 23366 Cozy Room near the Heart of JP!
## 23367 Cozy Room in Basement Near Subway
## 23368 Large Bedroom, heart of Back Bay
## 23369 Stylish Comfy House for Your VACAY!
## 23370 Modern Bungalow in Highland Park
## 23371 THE perfect getaway in Venice Beach
## 23372 Ocean and Sunset View Studio With Parking!!!!34
## 23373 Wrigley/Lakeview PRIVATE Entrance Posh Room & Bath
## 23374 Beautiful Penthouse in Wicker Park
## 23375 03a. Twin in Coed Space
## 23376 Bywater Wonderland's River House
## 23377 1E-Comfy Room In Long Stay LA/Months or more
## 23378 LUXURY 2BD/2B NEAR THE GROVE
## 23379 Cozy Studio. Near Everything!
## 23380 Luxury Contempory Studio Gem in LA
## 23381 Private, Spacious Room with Balcony
## 23382 Varnum Underground: Private 1BD/1BA Pet friendly
## 23383 One Bedroom Apartment in Beautiful DC Rowhouse
## 23384 Basement apartment.
## 23385 Perfect West Portal Private Suite!
## 23386 Classic Victorian Cow Hollow 2 Bdrm
## 23387 Designer's Historic Victorian - 2BR / 2BA
## 23388 Newly Re-modeled, secure private room & bath.
## 23389 Peaceful Ocean themed Oasis
## 23390 Private room & entrance in an SF historic landmark
## 23391 Historic Georgetown Roomy Engbasemt
## 23392 West Seattle Two Bedroom Apartment
## 23393 Sweet home in the heart of Fremont
## 23394 Exquisite, 2 BR 1 bath Townhome in heart of Austin
## 23395 Sweet place. Close to everything.
## 23396 Wells St Suites - Old Town 3 Bed
## 23397 2 A Walk in Hyde Park
## 23398 Private Home Downtown SoCo
## 23399 Lncln-Pk-DePaul-Cubs-Sleep 6- FREE PARKING
## 23400 Large modern loft with roof deck.
## 23401 Private bed, bath near UCLA 1
## 23402 Spacious CONDO Near Convention Cntr
## 23403 Walk of Fame Studio + Parking
## 23404 High-End Dream Home in the New Hip Bywater!
## 23405 Clean, renovated - can walk to French Quarter!
## 23406 Rancho Cottage Guest House
## 23407 Huge Master Bedroom near Six Flags Magic Mountain
## 23408 Perfectly Located East Nashville!
## 23409 GARDEN DISTRICT Apt. D - Sleeps 4! Great Balcony!
## 23410 Williamsburg Getaway
## 23411 Cool Place in Greenwich Village!!! Art and Cats!
## 23412 Furnished rooms 20minutes from JFK
## 23413 1 Bedrooms-Private House, in Bay Ridge Brooklyn NY
## 23414 Hells Kitchen 1BR by Times Square!!
## 23415 East Nashville/5Points 2BR Gem
## 23416 Serene Uptown Pied-A-Terre
## 23417 Luxury 2bd/2bath! Amazing Views!!
## 23418 SHELL STUDIO IN VENICE
## 23419 SANTA MONICA JEWEL, SFH W/ F/ YARD
## 23420 Cozy Studio & Great Location!
## 23421 Master suite, private bath/entrance
## 23422 Charming, central apartment
## 23423 Private Studio in the heart of NYC
## 23424 SUNLIGHT Lower East Side 2Bedroom w HUGE terrace!
## 23425 Central Park 3BED/2BATH All NEW Luxury LOFT 5 STAR
## 23426 Quiet West Village 1BR New King Bed
## 23427 Bespoke Williamsburg Row House
## 23428 VICTORIAN HOUSE ROOM/PRIVATE BATH
## 23429 Private Room next to Echo Park Lake w/AC in Room!
## 23430 Beautiful, Large 2 Bedroom Villa
## 23431 Sofa Snooze - super buy - Burbank
## 23432 Bright Room in Ukrainian Village
## 23433 St. Philip House at Treme / French Quarters
## 23434 Beautiful 3 bedroom home/Nashville
## 23435 Constance Cabana w/pool!
## 23436 Stylish Basement Apt, East Nashville
## 23437 Deluxe 3 Bedroom, Brownstone Duplex
## 23438 Cozy Room Close to JFK!!
## 23439 Queens Village Vacation Getaway
## 23440 Perfect Luxury Studio in DUMBO
## 23441 Garden Level Nook in Williamsburg
## 23442 Single Room in 2 bedroom apt.
## 23443 The Clean Comfortable Modern Lounge
## 23444 Luxury meets comfort in the heart of Williamsburg!
## 23445 Peaceful Mount Pleasant Studio
## 23446 Incredible View Lake Union Condo!
## 23447 New Spacious Private Home UW Lake U
## 23448 Comfy home in central location!
## 23449 Perfect Location! Private bathroom too
## 23450 Rustic Modern in Hills with Views
## 23451 Elegant Beverly Hills/LA Private
## 23452 Beautiful Cottage in the Sky!
## 23453 New mode 2Bdrm beach downtown home
## 23454 Cozy, gorgeous home near Venice
## 23455 Private room with two twin beds
## 23456 Minimalist Historic Loft
## 23457 Master Bedroom in Luxury Apartment
## 23458 GORGEOUS HILLSIDE ARTIST RETREAT
## 23459 Lakeview—Just TRY beating this location!
## 23460 Entire apartment - 15 mins to ocean
## 23461 Stunning home, balcony on Frenchmen
## 23462 Cute 2 story cottage with parking steps to FQ!
## 23463 Marfa-Inspired Home (Downtown) WALK EVERYWHERE!
## 23464 Private Room and Bath in Cap Hill
## 23465 East Garfield Park 2 Bedroom
## 23466 Yellow King Craftsman EV Charger
## 23467 Loveliest Townhouse in Los Feliz!
## 23468 Lovely 1 Bedroom,Pool, & Sunshine
## 23469 Zen Oasis with Ocean View
## 23470 Cozy Room w/Private Bathroom, Value-Minded Travel
## 23471 Shotgun, walk 3 blocks to Jazzfest
## 23472 1840s Creole 6 bed/6 ba in Marigny
## 23473 Beautiful Home in Hillsboro Village
## 23474 Lively Suite in Treme, 3 blocks frm French Quarter
## 23475 Organic DIY Bed and Breakfast
## 23476 Spacious modern and private in Alberta Arts Area
## 23477 Relaxing, cozy room in huge Santa Monica Condo
## 23478 Venice Beach Apartment
## 23479 Private room. Cozy, convenient. -R7
## 23480 Malibu Queen bed in Lloyd Wright
## 23481 Private Room, Bath, & Kitchenette +
## 23482 Fontainbleau Charm - 2 BR, 1 BA- Ideally Located
## 23483 Cozy & Charming Boerum Hill Flat
## 23484 3 bdroom duplex/2 bath on Jefferson
## 23485 Luxury NYC Oasis + GYM + SPA + WIFI
## 23486 Serene, Spacious Two Bedroom
## 23487 Georgetown Townhouse with 2 car parking & patio !
## 23488 Quiet Oasis in Forest Hill DC
## 23489 Clarksville's Bungalow in the Trees
## 23490 Cozy Duplex in Central Austin
## 23491 Heart of the Mission - Modern 2BD
## 23492 Cozy Apartment Room in Prime Location, NW Portland
## 23493 Spacious MBR walk to U St Metro
## 23494 Serenity in the Heart of NewOrleans
## 23495 ON SALE - 2 Bdrm Designer Apartment
## 23496 URBAN HOLLYWOOD BLVD CINEMA SUITE + 5 BEDS
## 23497 Mid Century Modern Art 1bdrm Hollywood
## 23498 VINTAGE ESTATE Fireplace Suite
## 23499 Music City Studio-style!!
## 23500 AMAZING LOCATION MIDTOWN NASHVILLE
## 23501 "The Find" - Hlywd, Unvrsl, Warnr's
## 23502 modern luxurious 3 bd/2.5ba apt
## 23503 Luxury Majestic Los Angeles Silverlake Estate
## 23504 Tremé Creole Cottage B - MSG FOR SPECIALS+DEALS
## 23505 The Breakfast Club Suite
## 23506 Cozy Downstairs Suite
## 23507 Charming 4 Bed 2 Bath Duplex in Wrigleyville
## 23508 Apt of a Physician
## 23509 Peaceful Garden Setting in Topanga
## 23510 2/1 condo in central Austin
## 23511 Beautiful Condo at Zilker
## 23512 Perfect studio in the Heart of SoCo
## 23513 AMAZING LOCATION, WEST HOLLYWOOD. 25%OFF. PARKING
## 23514 Venice Bungalow on One of the Main Canal Streets
## 23515 Mt. Tabor Private Apartment
## 23516 Vintage 1920's Portland Craftsman
## 23517 Triple Room @ Fun & Social Hostel#2
## 23518 Modern & Centrally Located Studio
## 23519 Bright Bernal room with garden
## 23520 Cozy apartment, easy access to downtown DC.
## 23521 Modern home Alberta Arts district
## 23522 Marengo Street Guesthouse
## 23523 Lovely Place ★MANHATTAN★
## 23524 Great location, 2 Bedroom, exposed brick apt
## 23525 Private Entrance, Quiet, Sunny Room
## 23526 Top floor 1 bedroom soho/nolita
## 23527 Ground Floor Apartment in Brooklyn!
## 23528 Close to Downtown, Airport, & CotA
## 23529 Large 1bdr loft
## 23530 Private king-sized room w/ balcony
## 23531 Austin Boutique Hotel Styled II
## 23532 Poolside Private Casita in Venice
## 23533 Hip, Spacious NOLA House w/bikes
## 23534 Unique place in extraordinary city!
## 23535 Very Cozy Private Room/Private Bath
## 23536 Charming 3 Bdrm w/pool on 1 acre of natural beauty
## 23537 Prime Location Gorgeous Home w/Pool/5min Universal
## 23538 SkyView Loft, in Healing Center
## 23539 Historic Capitol Hill Mansion
## 23540 Downtown. Walk Everywhere. 3 BR+
## 23541 Central & Quaint Westlake Studio
## 23542 Master Bedroom and Bath Available 1
## 23543 At Home in Silver Lake: 2BR Cape Cod w Views
## 23544 Stylish Home, Silver Lake, Modern
## 23545 Own Private Room Shared Bathroom - 2
## 23546 Huge Hip Family Friendly 3bd /\\ Venice Beach!
## 23547 Luxurious Home on the Venice Canals
## 23548 Hillisboro Treehouse
## 23549 New Orleans 2br near French Quarter
## 23550 City at your feet in Goose Hollow
## 23551 Close in NE Portland private room
## 23552 Very Spacious Sunny Mission Room
## 23553 Luxury condo by the beach
## 23554 Centrally Located Flat by Downtown
## 23555 Ocean View Studio
## 23556 Great 550sq 1 Bedroom Fully Equip
## 23557 Cool Condo in the Heart of Downtown! SXSW Ready
## 23558 Great location! Near downtown, museums, and SOX!
## 23559 LA Sherwood Forest Estate Northridge !!!!!!!!!!!
## 23560 CUTE AND COZY STUDIO W/FULL KITCHEN!!!!!!
## 23561 SILVERLAKE GETAWAY | IDEAL LOCATION
## 23562 Large Room with fridge, tv, & wifi
## 23563 Your own cozy room Venice!
## 23564 CENTRALLY LOCATED in LosAngeles,SFV
## 23565 Quiet, private studio
## 23566 Uptown Tropical Oasis-Pool and Spa- Best Magazine
## 23567 Uptown Riverside Room (Est. 1875)
## 23568 Spacious 1 Br in Central City
## 23569 Tiny Lovely Cottage
## 23570 Cosy 5 Points East Nashville Suite
## 23571 Modern luxury unit near downtown
## 23572 Cozy, quiet room in West Seattle
## 23573 Fast WIFI. Great Location!
## 23574 Large Apt, Convenient/Safe Location
## 23575 Panoramic Bayview Penthouse BnB in Top SF Location
## 23576 Capitol Hill Studio
## 23577 Welcome to Hyde Park's University of Chicago!
## 23578 Back Bay apt. Close to Marathon!
## 23579 Cozy 1BD basement level apartment
## 23580 The Opal House by Global Cardon
## 23581 Private Master Suite With Bay View
## 23582 Bright room in best location
## 23583 Travis Heights, Spacious Living in SOCO
## 23584 The Curious... Cottage
## 23585 Gallery 2-Story Home: Chicago
## 23586 Large, beautiful 3bdrm loft in HEART of West Loop!
## 23587 Room near E,F trains 森林小丘近地铁单房
## 23588 Complete Split Level Loft-Live SoMA
## 23589 Quiet, Green, Great Location
## 23590 (3A) Spacious 2-Bed Room near Daly City Subway
## 23591 Historic exotic decor:Close to All
## 23592 Studio at Donatello Hotel near Union Square (1)
## 23593 Downtown Home Sleeps 8
## 23594 Grey Room, Seattle’s Best
## 23595 Enjoy Spring! Close-in Comfort, Urban Vibe
## 23596 West Village Wonder -spacious 1 bed
## 23597 Amazing apt. w/ balcony on 29th fl.
## 23598 Historic Park Slope Gem - 1br
## 23599 Your own apartment in Bushwick
## 23600 W.B. Spacious Contemporary Living 3
## 23601 A Hop/Skip Away to Manhattan! Wow!!
## 23602 Soho 2Bedrooms / New Condo
## 23603 UWS City Cottage Style 1 Bed Apt
## 23604 Luxury Manhattan Brownstone
## 23605 Spacious apartment in Harlem
## 23606 GORGEOUS 2/1 Bedroom in Queens NYC
## 23607 Your Hudson Heights Hideaway :)
## 23608 Big! 2.5 BR Heart of West Village
## 23609 AMAZING PRIVATE ROOM WITH PATIO
## 23610 1 BR apt East Village
## 23611 NEW HOST SPECIAL Cozy Room in Brooklyn Artists Apt
## 23612 1 Person Only 1 Bdrm LES/East Village HugeDeck
## 23613 Amazing Greenwich Village Alcove Studio
## 23614 Room in Little Italy on Mulberry St, NYC
## 23615 Independent apt in 2 family pvt. home
## 23616 Midtown Manhattan Large Studio!
## 23617 Large private room in cheery flat
## 23618 Designer Nolita 1BR
## 23619 Awesomeness by the GW Bridge
## 23620 Brooklyn Gem nr Shops, Subways
## 23621 A Cozy Room In A Brooklyn House
## 23622 Living Room sofa Bed in Chelsea
## 23623 Bright Cheery Room in Seattle House
## 23624 Lovely Guest Room in Artist's Abode
## 23625 Russian Hill Gem
## 23626 Quiet Nest in Busy Downtown Seattle
## 23627 Comfy bright & 2 blocks to 2345 trains
## 23628 Charming 2BR Apartment with Great Location
## 23629 Manhattan Cozy Abode
## 23630 A private room and free parking
## 23631 “纽约之家 ”独立洗手间PrivateBathroom
## 23632 LUXURY Condo by the Park w/ Balcony + Roofdeck
## 23633 Beautiful Home by Central Park
## 23634 Steps from art, architecture & food
## 23635 Quiet Soho/Nolita Garden Alcove Studio
## 23636 Huge classic 2BR loft: Williamsburg
## 23637 In the heart of Capitol Hill
## 23638 Historic Home Next to Capitol, Walk to Everything!
## 23639 Portlandia Vintage
## 23640 Live like a local - Walkscore 86/100!
## 23641 Private room, beautiful large home!
## 23642 Elvis would have slept here
## 23643 Amazing City & Water VIEW w/ Garage
## 23644 Elegant Vintage Lakefront Condo near Wrigley Field
## 23645 Casa De Cricket, Private Room with a Private Bath
## 23646 South Austin Ultra Modern
## 23647 Nice apartment with open floor plan
## 23648 Back Bay Studio
## 23649 Beautiful West Loop LOFT_ Timber/Brick/FirePlace
## 23650 1BR | Bungalow near Old South Pearl
## 23651 Charming & Quiet 1BD/1BA ,Upper Manhattan Sleep 6
## 23652 Sunny East Village Duplex with amazing views!
## 23653 Private bedroom in Clinton Hill
## 23654 Boston Executive Whole Apartment
## 23655 Charming Lakeview 1BD
## 23656 Cozy Home in Capitol Hill
## 23657 BUNK BED CLOSE TO DOWNTOWN !! AWESOME !
## 23658 Atwater Village on the Boulevard!!!
## 23659 Hollywood Hills Guest House
## 23660 SUPER LUXE WEST HOLLYWOOD, SUNSET STRIP. 15% OFF
## 23661 Master Bedroom 1 with Private Bathroom in Arcadia
## 23662 Great Location and Safe Area in LA
## 23663 Historic Five Points East Nashville
## 23664 Best Corner in the Marigny 2!
## 23665 Bright 1 Bedroom Apt, Alamo Square
## 23666 Master Bedroom with parking
## 23667 Spotless 2BR with Private Entrance
## 23668 Levite Alms' haven2 in Brooklyn, NY
## 23669 Nice and Cozy room in NY
## 23670 Ensuite Bath and Privacy in Oakland
## 23671 Brooklyn Zen Gem Serenity Bedroom
## 23672 Private room in the ❤ of Brooklyn
## 23673 Blue Magic
## 23674 Prime Room with View in Brooklyn Heights
## 23675 BRIGHT HARLEM FLOOR THRU
## 23676 A place to stay in the heart of NY!
## 23677 Charming, cozy bedroom
## 23678 Best Location SOHO Close To All Cozy Sunny 1BDRM
## 23679 Renovated Spacious Loft in Brooklyn
## 23680 Room Available NYC
## 23681 On Gramercy Park. Manhattan, NYC.
## 23682 Brooklyn Texture
## 23683 Beautiful studio loft near 34/10
## 23684 Stay on Pull-Out Couch in Cozy Studio -Murray Hill
## 23685 Romantic, Cozy and Sensual
## 23686 cozy charming apt - Lower East Side
## 23687 Amazing NYC Views. Discount Rates
## 23688 Welcome to Red Hook, Brooklyn! 1BD
## 23689 Downtown Hidden Gem! Gorgeous Sunny Flat -Sleeps 6
## 23690 Santa Monica Affordable Living in a Huge House B
## 23691 room with bathroom in Echo Park
## 23692 3 BR condo with greats views and free parking
## 23693 Price drop! Affordability+Location!
## 23694 Luxury Room with Ocean View Long Beach
## 23695 Hollywood Crash Pad
## 23696 Cute Bungalow in the heart/Venice
## 23697 Steps to the Sand in Venice - Ocean Views!
## 23698 Private Sky Room w/hot tub in ATX
## 23699 Large & Cozy 1Bd 1.5 Bath Awaits You in Weho!
## 23700 2 BR APARTMENT
## 23701 Urban Loft w/ Private Roof Deck
## 23702 BearBNB | DTLA
## 23703 AMAZING 2BR DUPLEX TOWNHOUSE BY THE GROVE!
## 23704 STEPS FROM THE GROVE. 2 BEDROOM WEHO. 30% OFF
## 23705 Sleep under your favorite Cartoon Characters
## 23706 Sleeps 6! LIVE LIKE A LOCAL!!!
## 23707 SoCo Artists Bungalow Travis Hts
## 23708 WALKABLE DOWNTOWN AUSTIN-Sleep 6,ACL,SWSX,Form.1
## 23709 Redesigned Historic Blacksmith Shop
## 23710 Nice bedroom by Canal Street in a new home
## 23711 Cute & Private Echo Park Studio
## 23712 Urban Loft in Heart of Hollywood
## 23713 Sunny Studio Apt, Los Feliz
## 23714 Three bedroom upper duplex with a view
## 23715 Prime DT Beverly Hills! Easy Stroll to Rodeo Dr.!
## 23716 Spacious Downtown LA Apartment with City View
## 23717 Walk to Medical
## 23718 Near McCormick Place and Minutes from Downtown!
## 23719 West Loop Escape
## 23720 Sleek 1BR w/ Downtown Views and Gym
## 23721 Peaceful oasis, central hip local
## 23722 Designer Artist White Brick Two Bed
## 23723 Fun, Perfectly Cozy Greenpoint!
## 23724 Light-Filled Haven in Park Slope
## 23725 Steps to Central Park & Museum Mile
## 23726 Creative Hub in Upper Manhattan
## 23727 Peaceful private bedroom in Wburg
## 23728 Comfy 1BD with Central Air ~
## 23729 Super Cheap in Happening Hawthorne
## 23730 Private Rm in Pleasant Plns Twnhse
## 23731 Upper Fremont private room, ensuite
## 23732 Castro / Dolores Heights / Mission
## 23733 Modern Beacon Hill 2 Bedroom
## 23734 Steps to Canal, Rooftop Pool! MA2
## 23735 Bywater Little Beauty
## 23736 Private bedroom in Echo Park apt
## 23737 Completely Remodeled 1922 Bungalow Guest House
## 23738 BUNK BED NEAR HOLLYWOOD !! DOWNTOWN
## 23739 Views, style, space.. why Italy?
## 23740 1920's Era Chateau Silver Lake/LA
## 23741 Beachside Private ROCKSTAR Suite! TRUE Venice!
## 23742 Convenient East Nashville Retreat
## 23743 Amazing/modern/cozy appartment
## 23744 DEEP EDDY! BEST LOCATION IN AUSTIN
## 23745 Spare BDRM in Shared House
## 23746 Beautiful 2 Story Chicago Home
## 23747 Large 2B Apt, central NW district
## 23748 2.2 -Japanese-style private bedroom
## 23749 Airbed/Couch to Crash in North Beach
## 23750 View Apt Near Pike Place Market 1BD
## 23751 Apartment Ocean and Mountain Views
## 23752 Comfy Studio btwn DTLA & Pasadena
## 23753 Classic Uptown Shotgun/steps from Streetcar to FQ
## 23754 Germantown 4bd w Cty View & Hot Tub
## 23755 Your Cozy, Affordable Retreat — Pasadena near LA
## 23756 Queen bed. Shared Bath. Self Check-in/out
## 23757 C2E's Villa Bedroom
## 23758 A big room in artsy house in the trendy Echo Park
## 23759 Breakfast at Tiffanys
## 23760 Easy access To Beach &DT&BH&HW
## 23761 Sunny Hollywood Bungalow (w/ parking)
## 23762 Modern Home in Lohi / Downtown!
## 23763 SXSW & ACL & F1- Fab! South Austin! "WEST O"
## 23764 Heart of East Village/Wicker Park
## 23765 Modern Two Bedroom with Boston Skyline View
## 23766 Comfy Couch in Arty Area*
## 23767 Charming house with private bedroom
## 23768 4BED West Hollywood on Santa Monica! POOL+HOT TUB!
## 23769 Charming 2BR/2BA Topanga Home
## 23770 Eagle Rock - Centrally Located!
## 23771 Elegant & Elemental Garden Home
## 23772 Hawthorne - Simple room in amazing location!
## 23773 In the heart of NW 23rd !
## 23774 Historic Laurelhurst Portland
## 23775 2bed Pied a' Terre TownHse/Gramercy
## 23776 Private Room in Midtown Manhattan
## 23777 Large Room Overlooking Central Park
## 23778 Studio Apt in Heart of West Village
## 23779 Prime Artist Loft & Exposed Brick
## 23780 Perfect Location - Chelsea Highline
## 23781 Sunny, Private Room by Park and Subway!
## 23782 Best place to stay in NYC Brooklyn
## 23783 Classic 3 Bedroom Beauty
## 23784 PRIVATE ROON IN NEW YORK MANHATTAN
## 23785 Priv. Room in a House,15min,Manhatt
## 23786 Spacious room facing Central Park
## 23787 Tex Zen Gem - Close to everything!
## 23788 Charming East Austin
## 23789 Sunny and Spacious Room with Private Bath
## 23790 Modern apt at a great location
## 23791 Beautiful Modern 2BR/2BA Luxury Apt
## 23792 DETACHED PRIVATE STUDIO!
## 23793 Our Castro Home - Best view in San Francisco!
## 23794 Neat & Roomy Photography Studio
## 23795 Tiny House in Historic Capitol Hill Neighborhood
## 23796 Private bed and bath in charming historic house
## 23797 Reedwood Cottage
## 23798 Mission Beach Getaway!
## 23799 Feel at Home! Space Loaded W. Amenities & Perks!
## 23800 Near Times Square
## 23801 Entire 2nd Floor w/ King Bed & Deck in Greenpoint
## 23802 Awesome room in heart of midtown!
## 23803 Beautiful LIC Historic Brownstone
## 23804 Park Slope 1 BR Apt - Baby / Kid Friendly
## 23805 Charming & Close In Irvington!
## 23806 Cozy Castro Cottage
## 23807 The Corner Room at The Farmhouse
## 23808 Beach Cottage, Blocks to the Bay!
## 23809 Cozy Studio Suite in the Heart of Bloomingdale!
## 23810 Great Sunny Spacious Room
## 23811 Renovated & Spacious Chelsea Studio
## 23812 Great, well lit Room in Bedstuy
## 23813 Cozy NYC room 25min to Times Square
## 23814 Beautiful Parlor-Level 1-BR Apt.
## 23815 Relaxing Remodeled Room-Private Deck & Entrance!
## 23816 A Great Location! SPACIOUS 1BR Apt
## 23817 Aesthetic East Side Bungalow
## 23818 Beautiful brownstone great location
## 23819 Room in Beautiful Townhouse /F
## 23820 Room with a View and Roofdeck Access
## 23821 Soho Loft 2Bedrooms /2BA/ Sleep 8
## 23822 Beautiful Brooklyn Room w/ Private Entrance!
## 23823 Spacious room near Times Square - Hell's Kitchen
## 23824 Condo Guest Room w Private bathroom
## 23825 Private bedroom near Subway, convenient location
## 23826 Small room for 2 Persons-Best Value
## 23827 Charming 1 Bedroom Garden Apt!
## 23828 GREAT PRICE for GREAT GUESTS ONLY
## 23829 Great Greenpoint Apartment
## 23830 Beautiful Silver Lake Jewel. 10 minutes to Ferry
## 23831 Two Bedrooms in One, 20 min to NYC!
## 23832 SUNNY furn BEDROOM in 2 BedRm-2 Blocks to Subway
## 23833 Gorgeous 2 Bedroom Apartment - West Village - NYC
## 23834 The Oasis Room! in bustling Williamsburg
## 23835 Big 1 bedroom apartment - landmark townhouse
## 23836 Clean, well located Chinatown apt.
## 23837 Cozy room in Artist House
## 23838 Akua's Bed-Stuy Study
## 23839 Charming, cozy & affordable
## 23840 Cacao Room UofC Campus
## 23841 Queen Size Pod at PodShare DTLA
## 23842 5 Star Couch in Hollywood
## 23843 Cozy 1 BD in the heart of Weho!
## 23844 Spanish Studio Guesthouse, in LA
## 23845 Motel RM /385 week/Ac/bath/wifi
## 23846 Nice quiet private ranch house
## 23847 Private Bedroom in Happy Valley
## 23848 LA San Gabriel Suit room 圣盖博大套房 免费停车 Free Parking
## 23849 1 Bedrm in Cool Building, Walk to Vandy & Belmont!
## 23850 Cozy 1BR in Beautiful Brooklyn
## 23851 1760 Sq ft Penthouse apartment
## 23852 KING SIZE LUX Private Master Studio
## 23853 Bright and Cozy room in Park Slope!
## 23854 Perfect 2Br Retreat in East Village, NYC!
## 23855 Master Suite w/ Private Bath in Financial District
## 23856 Large sunny livingroom
## 23857 Charming apt in prime location!
## 23858 Brooklyn Riad, Easy to the City 2
## 23859 BEST views + reviews! 5/5 stars*****
## 23860 The Best Studio in San Francisco!
## 23861 Cozy one bedroom, awesome location
## 23862 Western Inn San Diego/Old Town
## 23863 Loft/Crash Pad
## 23864 Artsy 2 Bdrm Mission Flat
## 23865 The Reading Room at The Farmhouse
## 23866 Pacific Heights Pied-à-terre
## 23867 DC's Best
## 23868 Beautiful Spacious Room in Wash Hts
## 23869 Adorable Place in East Williamsburg!
## 23870 Great Studio in W. Village - NYC!
## 23871 Clean&Wonderful Apt in Astoria 15min to Manhattan
## 23872 Times Square Two Bedroom
## 23873 Cozy & Sunny Room/Private Bathroom
## 23874 3 BR 3 Bath g8 Yard, Deck, hot tub, new furniture
## 23875 Charming 1884 House Lr Pacific Hts
## 23876 Centrally-located, Walk Anywhere!
## 23877 Peaceful, quiet home environment. #Capitol Hill
## 23878 Private Studio with Own Entrance
## 23879 No.4 Pasadena,Arcadia,Monrovia
## 23880 LUX Marina Beach 2+2 on the Canals
## 23881 Bedroom with shared bathroom
## 23882 Agoura Hills Private Room
## 23883 Sunny Sky Loft in Highlands
## 23884 Private Entry Modern Suite
## 23885 Cozy Lakeside Apt in Seattle
## 23886 Cozy Mission Studio, Prime Location
## 23887 Modern 2BR/1BA near Mission St.
## 23888 Studio B: walk to amazing dining & concert venues
## 23889 Adorable 2BR in heart of Boston
## 23890 Ensuite in Art's District
## 23891 Cozy+Modern Room in Great Location
## 23892 SUNSET STRIP! 2 BEDR WEHO LUXURY GETAWAY. 20% OFF
## 23893 Chic 2-BEDROOM House in Prime Venice Beach!
## 23894 Venice Beach Designer Condo
## 23895 Downtown / Loop 2BR Condo - Magnificent Mile -3807
## 23896 West Town/Noble Square with an Outdoor Area
## 23897 Affordable 1BD in Wicker Park!
## 23898 Cozy Bungalow Whittier Neighborhood
## 23899 Cozy Guest Bedroom with pool view
## 23900 Lg-Rm for 5-view/airprt/dwntn/pdcst
## 23901 Beautifully 1880's Victorian
## 23902 Charming private suite Adams Morgan
## 23903 New Condo (1 BD/1 Bath) in Center of DC
## 23904 Comfy, Light-filled Room With Charm
## 23905 Beautiful Home with spacious backyard and garage
## 23906 Perfect Victorian- New Construction
## 23907 2BD Private Townhouse
## 23908 Location! Location! Location!
## 23909 Cozy "TreeHouse" Apt (now w/ A/C!)
## 23910 Garden Oasis in SW Portland
## 23911 Cozy Seattle Home for 2-6 guests
## 23912 Mother in law tower in La Jolla
## 23913 Historic Logan Circle walk to Mall
## 23914 Entire Downtown 1 BD Condo
## 23915 Romantic Cabin *Slow Coast Getaway*
## 23916 Spacious modern loft with city view
## 23917 Huge Chelsea Loft
## 23918 Entire 1bd - 7 train stops Times Sq
## 23919 GREAT ROOM FOR 2 PEOPLE IN NYC.
## 23920 Center of Manhhaten 2Bedrooms / Sleep 6 / Balcony
## 23921 Bright Loft One Stop from Soho
## 23922 West Village Designer Chic Studio
## 23923 Northberry PDX | Bright 1 BR Guesthouse | Balcony
## 23924 Cozy Condo - South Bay San Diego
## 23925 Dwell in Peace- pool and spa w/view
## 23926 Dine, Drink, Relax in Style Near Adams Morgan +gym
## 23927 Luxurious and Spacious Townhome - NEWLY LISTED
## 23928 BEAUTIFUL DOWNTOWN AUSTIN RETREAT
## 23929 Rainey St. Luxury Stay-Amazing View and Amenities!
## 23930 Charming Beacon Hill Room + Patio
## 23931 Modernist Dream - 1 or 2 Rooms
## 23932 HEART of LA OASIS
## 23933 Modern Relaxing Spacious 3bd Home /\\ Venice Beach!
## 23934 HUGE Lux 2Bed 2Bath Pool/Gym
## 23935 Hip House in Trendy East Side
## 23936 Bywater Area; Near French Quarters
## 23937 Wonderful Uptown Apartment
## 23938 Large 1BR in Heart of French Quarter near Bourbon
## 23939 Queen Size Bed- 1 or 2 guests- Private Room
## 23940 charming Le Petite cottage
## 23941 Relaxing Vintage Cabin Studio
## 23942 Le Château Relaxo
## 23943 JPL/Parking/Caltech/Bike Queen Bed
## 23944 KTown Gem, Close to DTLA, Silver Lake, Echo Park
## 23945 Charming cozy home away from home!
## 23946 Spacious Lower East Side Studio Apt
## 23947 Cozy/Trendy Williamsburg 1BR
## 23948 Bowery Penthouse, 2 BR + Roof!
## 23949 NEW 5 Star Penthouse-Manhattan Skyline+Roof Deck B
## 23950 Serene full-floor loft + private terrace
## 23951 Soho Private Entrance 2 Bedroom Suite
## 23952 Beautiful townhouse near McCormick
## 23953 Retro in Cherry Creek with Parking
## 23954 别墅短期分租,整栋出租
## 23955 Cozy one bedroom apartment in Koreatown, LA
## 23956 Opencanvas: An Artful Stay in NOLA
## 23957 Copacabana, East Nashville
## 23958 Gem On The Sand
## 23959 Sunset Blvd Studio, A+ Location!
## 23960 Downstairs master bedroom with bath, 楼下地板主臥双人床
## 23961 Spacious Trailer Suite - Private and Convenient
## 23962 Private room for 2 in cool SF apt.
## 23963 Peaceful bedroom with private deck.
## 23964 Greenpoint - with your own space!
## 23965 Two Bedroom by Time Square - dream location!
## 23966 Union Square spacious studio
## 23967 East Village Street of Bob Dylan
## 23968 Beautiful Studio Apartment
## 23969 Cozy Upper East 1 Bed next to walkway to E. River
## 23970 Sweet 2 bedroom in east village!!
## 23971 Refurbished English Basement-Heart of Adams Morgan
## 23972 Huge Gorgeous Artists Loft (Studio)
## 23973 Breathtaking, panoramic views of Downtown NYC/FiDi
## 23974 Charming large East Village Apt
## 23975 Comfortable AC Guest Room
## 23976 Columbus Circle 2 Bedroom
## 23977 Comfy, spacious & sunny in Bushwick
## 23978 Modern:Bright:Transit Friendly CoHi 1BD
## 23979 Charming Centennial Carriage House
## 23980 Open and Cozy 1BR/1.5BA SoMa Loft
## 23981 Modern 3 bed + sofabed /1.5 bath in the Mission
## 23982 1 Bedroom in Clairemont
## 23983 Darling Downtown Waterfront Studio
## 23984 Rock Out Retreat - Closest Home to Zilker Park!
## 23985 Charming 1BR 2 miles from Downtown!
## 23986 Cozy home in East Austin
## 23987 TinyTiny house -EZ in SxSAustin
## 23988 Safe and clean room
## 23989 Great Modern 1BDRM Apartment
## 23990 DELUXE LOFT 225 #FALLINLOVE
## 23991 Perfect room for a traveler
## 23992 EAST LAKEVIEW DESIGNER CONDO WITH 2 BD, 2 BATH
## 23993 Art Collector's Greystone Apartment
## 23994 Private Bedroom near Downtown LA
## 23995 Tres Chic Esplanade Ave #1
## 23996 Wyndham La Belle Maison Studio (2)
## 23997 Peacock's Rest - Uptown with parking
## 23998 ⚜1-bed on Magazine Street w/ 1 parking spot!⚜
## 23999 Cherrywood SXSW Party UT Walking
## 24000 Jamaica Plain Shangri-La
## 24001 Private Apt 1 Block to Fullerton L
## 24002 2 Bedroom Apartment in West Town
## 24003 Cute flat over the Garden
## 24004 Beautiful Bucktown Home
## 24005 Malibu Road Oceanfront 2 Bed 2 Bath
## 24006 Beverly Hills, WeHo, Hollywood Area
## 24007 We love travelers! Stay here. :)
## 24008 Welcome to Heart of LA,to Hollywood
## 24009 Quiet cozy room couples paradise
## 24010 Chic One Bedroom in the Heart of LA
## 24011 New Downtown 2Bedrooms
## 24012 Beautiful Treme home very spacious and clean
## 24013 Bungalo Close to Downtown Nashville
## 24014 Charming Uptown NOLA Apartment
## 24015 Relaxing Retreat. Gated. Horses. Location. Trees.
## 24016 Mt. Washington bright single room
## 24017 MODERN studio near WeHo, Hollywood, and Bev Hills!
## 24018 French Quarter Luxury (E)
## 24019 Charming Garden District House
## 24020 Burbank 1 BR Private Guest House
## 24021 Touch of French in SE Clinton
## 24022 One-bedroom suite in solar-powered Petworth home
## 24023 Room & Private Bath in Sunny Apt
## 24024 TWIN BEACH BUNGALOW #1
## 24025 Wallingford haven, private full apt
## 24026 Cozy Room Well Located in Mira Mesa
## 24027 Snazzy 1Br/1Ba condo 1 blk to Metro
## 24028 Hostel-style Bunks DC
## 24029 Perfect & Practical Boston Rental
## 24030 Cozy Single Private Room - Satori
## 24031 Shared Room near Harvard Free Parking & Wi-Fi 可講中文
## 24032 *REMODEL Recent Price Drop! Superb location!
## 24033 West Loop Modern Urban Retreat
## 24034 Futon w Music Memorabilia B & BBQ
## 24035 Pool retreat 5 mins to Downtown!
## 24036 Galleria of Lincoln Park
## 24037 Perfect Back Bay 1BR; Walk the City
## 24038 BUNK BED BY USC, DOWNTOWN, HOLLYWOOD !
## 24039 Private guesthouse in the South Bay
## 24040 Charming New Orleans Cottage
## 24041 The Solution
## 24042 Private New Room + Private Bath
## 24043 Feel Home at Upper West Side NYC!
## 24044 4 Bedroom Downtown Brooklyn
## 24045 Higher Suites
## 24046 Cozy 2 beds room extra
## 24047 Bourbon Street Modern French Quarter Condo
## 24048 The Vivien House - Historic Home
## 24049 Robbins Nest Retreat
## 24050 Quiet room 10 mins from Downtown LA
## 24051 Zen Modern Home In The Hills
## 24052 El Sereno retreat, plenty parking.
## 24053 Sunny bedroom with private bathroom
## 24054 Master Bedroom in Hilltop House, near Downtown LA
## 24055 Prime Location! Hip 1 bdrm w/ Patio
## 24056 private house
## 24057 Paradise Found Guest Room...
## 24058 Lakeview Room Near Wrigley
## 24059 Luxury Rental w/a sauna and heated floors.
## 24060 spacious private room in Hyde Park
## 24061 Spacious Room on Top Floor!
## 24062 Beacon Hill on Charles (#2)
## 24063 **Charming East Nashville Home**
## 24064 Carrollton Suite / parking
## 24065 Bedstuy apt/25 mins to lower mnhttn
## 24066 Private Entrance and Kitchen
## 24067 Big quiet room in Upper East Side q
## 24068 Sunny Studio Apt in Historic Harlem
## 24069 Modern spacious flat in Manhattan
## 24070 Master bedroom close to Columbia University
## 24071 Central Park Housing
## 24072 Lovely, Cozy Loft Carroll Gardens
## 24073 Entire House in Columbia Heights
## 24074 DAY BED Charming row house with hot tub
## 24075 Seattle Studio-Private Kitchen&Bath
## 24076 Greenlake Getaway
## 24077 Modern House with Pool and jacuzzi.
## 24078 Perfect LA Getaway! Private Home Studio-West LA/SM
## 24079 Luxury 2 Bed/Bath Near The Grove
## 24080 CARRIAGE HOUSE LOFT
## 24081 Malibu Mountains modern and serene
## 24082 venice jungle casita.
## 24083 Elegant One Bedroom, Bayou St. John
## 24084 Comfy quarters and great location!
## 24085 2BR East Nashville Writers Bungalow
## 24086 Jazzy Studio Apartment, Fabulous Location!
## 24087 Vintage Studio Efficiency
## 24088 Garden Suite:Adorable City Cottage
## 24089 Hollywood Artists Home
## 24090 The Dream Garden Home - 梦幻花园
## 24091 Come stay by the beach
## 24092 CLEAN Room conv to UT/Downtown/Capitol
## 24093 rowland heights ,safe ,free parking
## 24094 Beautiful East Nashville Home
## 24095 The Brownstone Dream
## 24096 Best Value 1,000SF 2BR Classic Brownstone
## 24097 Charming One Bedroom in Prospect Heights
## 24098 Ideal Location - Lorimer L Train
## 24099 Bedroom/living room suite, 500 SF
## 24100 Casa Bellissima
## 24101 Swanky Uptown/Downtown Condo
## 24102 Oasis to relax, Sunny with Surrounding Views
## 24103 San Diego Private Guest House
## 24104 1000 sq ft Modern Lower-level Apt
## 24105 2 Bdr Bungalow - Block from Beach!
## 24106 Industrial Chic in the heart of San Francisco 2
## 24107 New N.Portland-convenient location!
## 24108 Cozy Beach Cottage Pr Room/Bath
## 24109 CreativeArt-studio Bedroom in Condo
## 24110 central eastside/cozy artsy house
## 24111 DC Proper - The Lincoln Room
## 24112 New H Street Oasis w/ Free Private Parking
## 24113 Downtown/GWU/Foggy Bottom apt
## 24114 Tropical Garden Guest House in the Irish Channel
## 24115 Private room on Frenchmen street
## 24116 Arty Spacious Apt/ Perfect Location
## 24117 Hollywood, walk to Universal Studios
## 24118 Studio Condo by Belmont & Vandy!!!!
## 24119 Centrally Located East Nash House
## 24120 Circus Quarters
## 24121 Spacious guest house with luxury bed and huge pool
## 24122 West Hollywood- Melrose/FairfaxWeHo
## 24123 BEVERLY HILL ADJ. Studio Guest Hse
## 24124 Personal Space, Close to Everything
## 24125 Home away from home Pilsen, Chicago
## 24126 Clean, cozy, & bright modern room KING bed, VIEWS
## 24127 Bluesy Fairytale 1/2 mile to Frenchmen St
## 24128 artistic light filed esplanade ave
## 24129 Times Square NYC Apartment
## 24130 Sunny, Arty East Williamsburg Loft
## 24131 2BR APT-4 PEOPLE-MIDTOWN MANHATTAN!
## 24132 Uptown Utopia
## 24133 1 BR Penthouse with Private Terrace
## 24134 Guest Room with Private Balcony
## 24135 2 bed loft room downtown Austin
## 24136 Herbivorian House SkyRama
## 24137 Prime east-side location
## 24138 Beautiful 1 Bed in Back Bay/Fenway
## 24139 Spacious, Unique & Fun River House!
## 24140 Bright Crescent City Charm...Steps from Streetcar
## 24141 Home in historic Hollywood C.D
## 24142 Beautiful, Bright & Spacious Studio Apartment
## 24143 Light and Airy 2bd + 2ba WEHO Adj Mi Casa Su Casa
## 24144 Sunny, Spacious Suite
## 24145 Lovely camping surrounded by water
## 24146 Hollywood Hills Fantastic Views
## 24147 Cool Private room & bedroom in NoHo
## 24148 Great Venice Beach Roof Deck Apt with parking + AC
## 24149 Luxury2BEDS/south end/Boston downtown/Free parking
## 24150 3bd/2ba Wash Park Home w/ Hot Tub
## 24151 Lovely, luxurious space 3rd floor .
## 24152 1 BR Downtown Condo
## 24153 Topanga Mountain Retreat
## 24154 Hollywood Hills!! Celebrity Area!!
## 24155 Comfy BUNK bed3 min from Hollywood
## 24156 Stylish, Modern 2-Bedroom Apartment Near the Beach
## 24157 BEVERLY:BREATHTAKING VIEWS ROOFTOP
## 24158 AMAZING HOLLYWOOD SIGN VIEW LUXURY SUITE 2BR/2BTH
## 24159 Posada de Sherman Oaks
## 24160 New Orleans Rental, Esplanade Ridge
## 24161 Whole second floor in Ballard 华语没问题
## 24162 Garden Apartment Next 2 Duboce Park
## 24163 2BR Penthouse with 4 sunny decks
## 24164 2 BR Upper Level Flat in the Mission!
## 24165 Nicely's ~ Historic Victorian Flat
## 24166 Spacious Master Bedroom with Access to Entire Home
## 24167 "A Gateway to the Capital"
## 24168 Great Hollywood Bungalow 1
## 24169 Luxury Living in the Heart of Weho!
## 24170 Oceanfront, 3 bd, 2 bath, JACUZZI,BBQ & BIKES!
## 24171 Comfortable Bywater Spot
## 24172 Cozy West Nashville Abode
## 24173 Clinton Street Guest House
## 24174 Rose Cottage Room near OHSU
## 24175 Elegant Family Flat on GG Park
## 24176 Cozy 3BR with Parking in Fantastic Location!
## 24177 Ledroit Townhouse - 3 Br, 1.5 Bath
## 24178 Awesome studio, Columbia Heights
## 24179 2 Bedroom/2 Baths English Basement Apartment
## 24180 New 1 Bedroom Suite w/Free Parking
## 24181 Charming 1-bedroom in the North End
## 24182 2 BR 2 Bath Luxury Apmt in SouthEnd
## 24183 Convenient Boston Hotel Alternative
## 24184 Hawthorne Lavender Lady
## 24185 Secluded Studio in Pleasure Point
## 24186 Mirabel Flat
## 24187 4 Bed Contemporary w/Hot Tub!
## 24188 New 1 BD Downtown ( 1 )
## 24189 Delightful Private Bungalow
## 24190 Zen Room with Floating Bed near Venice and LAX
## 24191 Zen 1920s Bungalow
## 24192 West Hollywood Sunny near The Grove
## 24193 Comfy Room Chill Neighborhood
## 24194 Large Private 2BR Apartment by Park
## 24195 Midcentury Inspired Plantlovers Apt
## 24196 Master Bedroom With Private Bath
## 24197 Modern, Bright Mission District 2bed/2bath Condo
## 24198 Ocean Beach Home!
## 24199 Cute & cozy Bungalow in North Park
## 24200 Blue Room
## 24201 Sophia's Paradise
## 24202 Luxury One Bedroom in Manhattan
## 24203 Hamilton Heights/Apollo Theater
## 24204 A beautiful modern 3 bedroom apt
## 24205 Midtown 2 full bedrooms
## 24206 Private Master Suite in Harlem
## 24207 Beautiful Apartment with Garden Access
## 24208 Gorgeous apartment in Brownstone
## 24209 Stay in AWESOME BIG 1BR SOHO Apt
## 24210 West Village/SoHo Prvt Rm
## 24211 Sunny Brooklyn Heights Apartment
## 24212 COZY CLASSY ROOM FOR 2!
## 24213 Cozy Room near Casino and Metro
## 24214 Central&Cozy Room in West Village
## 24215 Brooklyn Oasis - Master Bedroom.
## 24216 Cozy and full of plants
## 24217 Guest Suite in our beautiful Brooklyn Brownstone!
## 24218 Quiet, private room with key, near Manhattan 85s3
## 24219 Bright studio in the heart of UES
## 24220 NYC Room near Central Park East !!!
## 24221 Sunny Modern Room with a Balcony and Amazing View
## 24222 Spacious Bedroom in East Village
## 24223 Large UES master bedroom near Central Park.
## 24224 127 St & Convent Av NYC ABCD RM 3
## 24225 Newly renovated studio near Empire State Building
## 24226 GUT RENOVATED 3 BED! Amazing Location on 47TH St!
## 24227 Sunny family-friendly 1 bed. apt near Manhattan
## 24228 Beautiful 1 bedroom in Midtown East
## 24229 SUNNY 1 BEDROOM IN HEART OF VILLAGE
## 24230 Private Room on a Budget
## 24231 One bedroom comfortable home
## 24232 One Block From SE Division St & Free Parking!
## 24233 Pac Heights Spacious 2 Bed/2 Bath, Views
## 24234 Great view beautiful neighbrhd #1
## 24235 Special deal on North Park Charmer!
## 24236 SUNNY ROOM/PRIVATE BATH/LIVINGROOM!
## 24237 Luxe Urban Style @ The Webster San Francisco
## 24238 Great 1 Bedroom in Central Location
## 24239 Brand new 2 bed with gorgeous view of skyline
## 24240 Large 1 Bedroom apartment in 1897 landmarked house
## 24241 5 min from midtown, but peaceful.
## 24242 Great Room in Sunny Apt in Brooklyn
## 24243 BIG & COZY ROOM 10 MIN TO MANHATTAN
## 24244 Cosy Room One Stop to Metro
## 24245 Gloriously Sunny Brooklyn Pad!
## 24246 Retreat Room
## 24247 E. WILLIAMSBURG PENTHOUSE 1 BEDROOM
## 24248 Private room in Sunnyside 1
## 24249 Charming apartment in west village
## 24250 Cozy Colonial N Convenient Location
## 24251 ♥ Original Craftsman in Mt. Tabor!
## 24252 Unbeatable Golden Gate View
## 24253 Sunny, private room w/attached bath
## 24254 Spectacular bedroom near US Capitol
## 24255 City Sanctuary
## 24256 Cosy Georgetown rowhouse w/ parking
## 24257 Quiet & Cozy Budget Studio on West 6th
## 24258 Large Studio w/ private patio!
## 24259 The "Chicago" Room in Logan Square
## 24260 Flexible Apt. for 8 by Oak Park-CHI
## 24261 Great 1 bedroom- awesome location
## 24262 Turtle Bay/UN Brownstone Garden Apt
## 24263 Private West Village Home 2br/1.5bath
## 24264 Sunny, enormous apt, historic bldg
## 24265 Harlem Renovated Duplex Townhouse
## 24266 *New* Austin Poolside Rental
## 24267 Mag Mile Apt - No longer Available
## 24268 Stylish Cozy Oasis in Beverly Hills
## 24269 Beautiful Designer 2 Bedroom Apt
## 24270 NEW DELUXE KING ROOM IN THE HEART OF HOLLYWOOD
## 24271 Cozy Single Shotgun - Walk to Qrtr
## 24272 Cozy Southeast Gem Heart of FOPO
## 24273 SUNNY, REMODELED IN BEST LOCATION
## 24274 Bed & Breakfast, Bike & Beach!
## 24275 Luxury Urban Escape...
## 24276 Quiet, cozy house near the water
## 24277 Ideal Location, Walk to Metro
## 24278 Renovated garden studio in Astoria
## 24279 Private Home on Central Park
## 24280 Private bedroom
## 24281 Spacious studio in the East Village
## 24282 Garden Suite - Heart of Temescal
## 24283 Midtown Manhattan Apartment Share
## 24284 Private Room in a Luxury Apartment
## 24285 Luis and Melanie's B and B
## 24286 Private Basement Studio in Astoria
## 24287 Hell's Kitchen Hideaway
## 24288 Cozy 1-bdr apt close to NYC center
## 24289 Explore the beauty of Brooklyn
## 24290 Cozy Couch on the Upper East Side
## 24291 Private executive room- Williamsburg - explore NY!
## 24292 Big couch in cool gallery
## 24293 Bright and Cozy Bed-Stuy Room
## 24294 Lefferts Apt in Brownstone @ Park
## 24295 Cozy Dreams in Queens
## 24296 Modern 2 Bed/1.5 Bath East Side Downtown Gem!
## 24297 Clinton Hill - Garden Apt
## 24298 Private Room - 2 blocks from Central Park
## 24299 Luxurious Studio, Best Location!
## 24300 A Romantic Oasis in Bushwick, NY
## 24301 Super Home in the Center of NYC!
## 24302 Sunny Studio: landmark district (Premium Wifi /TV)
## 24303 Charming 2bdrm Minutes to Manhattan
## 24304 Private beach bungalow
## 24305 3Bed/2Bath Family Fun San Diego Sun
## 24306 Redwoods Cottage + Retreat
## 24307 OCEAN SKY ELA 2RM 2BTH GUEST HOUSE
## 24308 Private Newly Renovated Guest House
## 24309 All New Beautiful SFH Sleep up to 6
## 24310 Entire Charming Zen Beach Cottage
## 24311 Clean Midcentury in Mar Vista - CA King Bed
## 24312 The Serrano - One Bdrm Loft in Luxury DTLA Bldg
## 24313 REFINED LUXURY - DOWNTOWN SKYLINE, LUXURY RENTAL!
## 24314 silverlake craftsman room with view
## 24315 Beautiful, Comfortable Studio
## 24316 Roey's house in fabulous Pasadena
## 24317 Santa Monica Apartment, 3 Blocks from Beach
## 24318 Modern new Home w/ view of Downtown
## 24319 Off Magazine Historic House
## 24320 Cute, safe home in East Nashville.
## 24321 French Quarter Apt w/Great Balcony
## 24322 Cozy cabin style apartment - lower level
## 24323 BIG, Bright & Beautiful by Beach
## 24324 Room in Downtown Long Beach w/ Parking
## 24325 Private room in Reseda, Los Angeles
## 24326 CENTRAL 2BD/2B NEAR THE GROVE
## 24327 Beach Home 3Bed /2ba sleeps 8/ Ocean Views/Parking
## 24328 *DOWNTOWN LA Live / CONVENTION* M2
## 24329 Comfortable room on a quiet street
## 24330 Northeastern/South End Brownstone
## 24331 Spacious, 2BR Duplex Top Floor!
## 24332 Private Beautiful 1 Bedroom Condo
## 24333 Chic / Modern/ Picturesque/ Fun Host
## 24334 Private rm+brm+parking,100/120
## 24335 2 bed/1bath, full kitchen, sleeps 7
## 24336 Spacious 2BD w/ Balconies & Parking
## 24337 Sea view, near metro & city center!
## 24338 Cozy room in a Charming Coach House
## 24339 Sunny 1BR on UES.
## 24340 BRIGHT, NEW RENOVATED ROOM+ BACKYARD
## 24341 A stone's throw from the Capitol
## 24342 Top luxury condo in SOMA
## 24343 Bright Modern Mission Studio
## 24344 quiet garden studio in Northpark
## 24345 BUNKHOUSE QUEEN C16
## 24346 Airy + Bright Queen Anne Apartment
## 24347 Modern 1BR/1BA with Skyline Views
## 24348 Comfortable & Stylish Studio in Los Angeles
## 24349 Perfect Location Apt by the Beach
## 24350 2400 SQ FT HOME: 1.5 MI TO BROADWAY
## 24351 Bouldin Creek Cottage
## 24352 Spacious 2B with Garage parking
## 24353 BRIAR & BROADWAY APT LAKE V 5-10 MINUTES DOWNTOWN!
## 24354 Cute and Quiet near Downtown
## 24355 Modern 2/1 Apartment near Hawthorne & Mt Tabor
## 24356 Cozy Room, Great Price!
## 24357 2 Rooms available, view of the lake
## 24358 Beautiful Home w/3 bedrooms& 4 beds
## 24359 Cozy Hideaway with Breakfast
## 24360 Cute Cottage on Venice Canals
## 24361 Prime Los Angeles 1br/1ba unit
## 24362 Beautiful DJ Room Downtown LA N2.
## 24363 Charming WeHo 1 Bedroom
## 24364 Cozy uptown New Orleans Home
## 24365 Peaceful '20s Art Deco for up to 3 people!
## 24366 Centrally located - Modern and Fun.
## 24367 Guest Room in Uptown
## 24368 The NOLA Snitz
## 24369 Great location! Queen room with ensuite bathroom.
## 24370 Clean, Convenient and Cheap
## 24371 CasaStrange: 4 BR/3.5 B-In The Heart of it All...
## 24372 Huge French Quarter loft near all the Action
## 24373 Stay at Atelier Treme Art House !!!
## 24374 Hollywood Hills Condo COME STAY LA
## 24375 Hollywood Easy Living
## 24376 SUN DECK views! private LOFT 1br LARCHMONT! petOK
## 24377 Troys beach home in the city
## 24378 Rare Silver Lake Treehouse Getaway
## 24379 Melrose Bungalow
## 24380 WINTER discount beachfront
## 24381 In the heart of Beverly Hills
## 24382 2BD Suite @ The Guesthouse Hotel
## 24383 Spacious garden level suite
## 24384 Austin Downtown Rose
## 24385 The Apollo Room in Victorian Cottage
## 24386 Convenient location!
## 24387 Silver Lake hill top cabin in a garden
## 24388 Boutique Hotel Style Apartment in Beverly Hills
## 24389 CASA LUNA
## 24390 Brentwood Artist Farmhouse
## 24391 Amazing 38' MotorHome NON SMOKERS
## 24392 URBAN HOLLYWOOD VIP CHATEAU SUITE + 5 BEDS
## 24393 Larchmont Village Guesthouse
## 24394 Cozy and charming house with Spa
## 24395 Resort Oasis
## 24396 Double Room in Airy Los Feliz Apt.
## 24397 Glamorous Central WeHo 2BR / 2BA Parking! WiFi AC!
## 24398 Stunning Cottage - Bike Ride to Beach!
## 24399 Simply The Best
## 24400 In the Heart of Downtown Nashville/Slps 6/LOCATION
## 24401 New Luxury Home-Walk to Restaurants
## 24402 Chez Amie - Inviting Traditional New Orleans Home
## 24403 Beautiful Cottage in Algiers Point!
## 24404 Charming Manhattan 2 Bedroom
## 24405 Private "dreamy" room in Williamsburg's center
## 24406 Light-filled East Village Delight
## 24407 Open Plan & Garden Brownstone Apt
## 24408 1300 sq/ft East Village NYC Loft
## 24409 Huge Historic Brooklyn Loft Minutes from Manhattan
## 24410 Garden level apartment in Bed-Stuy
## 24411 Charming Bedroom in Upper Manhattan
## 24412 SPRING SPECIAL! HIGH FLOOR IN LUXURY HIGHRISE
## 24413 Beautiful Studio Space Close to All
## 24414 NewYork City Master Suite Available
## 24415 Beautiful two bedroom apartment with backyard
## 24416 Studio in the Center of Austin
## 24417 2-Level Modern Apt Comfort in SOMA
## 24418 Architectural Retreat near U of W
## 24419 Remodeled 2bd in Union Square
## 24420 Cozy Studio in Bernal Heights
## 24421 Green Lake Oasis, Perfect Location
## 24422 Spacious room and a great view!
## 24423 Romantic room under the blue dome
## 24424 Hip, Young & Fabulous Midtown
## 24425 Artist Apartment in Heart of West Village
## 24426 Great Apartment in Williamsburg Nyc
## 24427 Room in Mission Terrace
## 24428 Modern, Clean, Private Entrance
## 24429 Centrally Located Charming 1BD
## 24430 Suite Oasis - Luxurious & Cozy Apt
## 24431 Sunny, Large & Lovely in Greenpoint
## 24432 Manhattan Spacious Sunny Room close to Subways
## 24433 Great Location, Beautiful Apartment!
## 24434 Cozy Bedroom (East Harlem, Manhattan)
## 24435 Big sunny apartment 5th floor walk-up.
## 24436 Amazing 2br in West Village
## 24437 sunny apt with backyard
## 24438 1 Bedroom, Close to 4, 5, 6 trains
## 24439 Private room near MET/Central Park
## 24440 Stylish West VILLAGE Water Views
## 24441 Huge Williamsburg Artist Apartment!
## 24442 Shed in an Artist Loft
## 24443 South Shore 2 Bedroom/2 Bath
## 24444 Capitol Hill - Heart of the City
## 24445 Cozy Fabric Enclosed Living room Near LAX & Beach
## 24446 Eagle Rock Guest Room with a View
## 24447 Beautiful, Spacious 2-bed apt Grove
## 24448 At the Beach!!!
## 24449 West Hollywood-Brand New
## 24450 L.A. Studio
## 24451 Relaxing Loft with private Balcony- Read Full Desc
## 24452 Topanga Guesthouse and Farm
## 24453 Uptown near Audobon Park n Magazine
## 24454 Stay on 6th St w/ Amazing Views A4
## 24455 Melissa And Ray's Oasis
## 24456 Private room with Full size Bed: M
## 24457 Cheerful, Comfortable & Convenient
## 24458 Sunny 2BR in the W Village
## 24459 Amazing, Spacious Apartment near Central Park
## 24460 Beautiful Apt Steps to Times Square
## 24461 LG Bright & Cheery Apt w/Parking
## 24462 Private room in Astoria Broadway st
## 24463 1112 Dean
## 24464 Room D
## 24465 NEW NICE CLEAN & COZY PRIVATE ROOM
## 24466 Manhattan is only 10 minutes away!!
## 24467 Homely, clean, 2 blocks from D-train
## 24468 Gorgeous Garden Level Apartment
## 24469 20 minutes to Times Square
## 24470 CUTE STUDIO IN HEART OF CHELSEA
## 24471 Great Studio on the Upper East Side
## 24472 Sunny big bedroom in most hip area Brooklyn
## 24473 Room w/ Full Bath - 100yds to beach
## 24474 Spacious and Quiet Room in Heart of the Mission
## 24475 South Wallingford Casita
## 24476 the down home ,central and fab!
## 24477 Beautiful 2 bdrm near park Mission
## 24478 Bright and Lovely Guest Room
## 24479 Loyal Heights Guest House
## 24480 California Dream'n, San Diego
## 24481 Beautiful Condo in the Heart of SF
## 24482 Cinnamon Row House /1 full bed/bath
## 24483 Room and Breakfast - GREY Room
## 24484 Family-friendly, ideal location
## 24485 Comfy Midtown 2BR
## 24486 room for 1-2 person everyone smile
## 24487 Sunny Room, very central, near UN, NYU
## 24488 Amazing View from Russian Hill 1BD
## 24489 Casa Calidad
## 24490 Brand New PENTHOUSE Hollywood Condo, Stunning View
## 24491 Charming Private Room in Paradise
## 24492 Charming Manhattan Beach Cottage
## 24493 Cute West Hollywood Spacious Studio
## 24494 Classic + Modern Chicago Brownstone
## 24495 Charming European Back Deck
## 24496 Spacious Basement Green Lake Room
## 24497 Cozy Chinatown Room with Sweeping Views
## 24498 1BD near Harbor front and Airport.
## 24499 Beach-down-the-Street Rm & Parking
## 24500 Cozy APT just for you
## 24501 Bywater Oasis-Pool and Courtyard-Sleeps 4, 2b/2b
## 24502 SUPERHOST AWARD 5 STAR 3BD/2BA HISTORICAL HOME/NEI
## 24503 Historic x Modern 2BD + 2BA in the Heart of DTLA
## 24504 Glamping in Hollywood 1
## 24505 Lrg Studio w Patio BeverlyHills Adjacent
## 24506 Warm and Cozy Studio With Private Entrance & Patio
## 24507 7 BLOCKS TO BEACH-SANTA MONICA. Private bath/2bed
## 24508 Private room with private bathroom
## 24509 Huge(4BR,2BH)-Garage-Comfy beds! @Lovely Location!
## 24510 Private Bedroom, Blue Line & Wine
## 24511 Comfortable Quite 1 bdr Apt. in parkside.
## 24512 Big Modern Private Master Suite
## 24513 Amazing Apartment in the Castro!
## 24514 Awesome and affordable stay!
## 24515 Brand New, 2nd floor private studio
## 24516 North Park Shackteau
## 24517 High Ceiling Victorian, close to DT
## 24518 Downtown Studio Heart of the City
## 24519 Charming Dupont English Basement
## 24520 Ocean View on Beach Hill
## 24521 SUPER TALL, 5-Level Loft, 2200sf
## 24522 Private bed/bath in stylish twnhome
## 24523 Sunny 2b/1b with great Bay views!!!
## 24524 Cute bedroom in Chinatown,
## 24525 Large Studio in East Village!
## 24526 2 Bedroom/2 Bath in East Village
## 24527 Beautiful house in the heart of Williamsburg
## 24528 'The Collins' - A Harlem Mansion
## 24529 Spacious ground fl apt w/ driveway
## 24530 AMAZING VIEW OF MANHATTAN SKYLINE
## 24531 Private modern room very close to Manhattan
## 24532 Great Location, The Lower East Side
## 24533 Modern Private Room/15min to NYC
## 24534 Comfy private room, bohemian feel, 1min to subway!
## 24535 Cozy Bedroom ~ 15 Mins to Midtown
## 24536 UWS Brownstone Near Central Park
## 24537 L'Orange Inn | by STROLO™
## 24538 Logan Home on Gladstone
## 24539 Ellington Place
## 24540 Nice 4 bedrooms apartment
## 24541 Charming Lincoln Park 3BR Townhome
## 24542 Luxury condo Chicago/Lincoln Square
## 24543 Bright Wicker Park Penthouse + Deck
## 24544 Downtown Los Angeles Luxury Resort Style Living
## 24545 Great, Quiet Central Location
## 24546 Charming Studio with parking
## 24547 HOLLYWOOD home for 6 w/ central air cond & parking
## 24548 Large master bedroom suite in OC
## 24549 Sunset-Strip condo
## 24550 Cozy Cottage Getaway
## 24551 Courtyard apartment - BYWATER
## 24552 Private Room/Bath in S.Boston, steps to T.
## 24553 Historic 1907 Brick House In Denver
## 24554 Santa Monica &West LA The Whole Apt
## 24555 Mountain Vista Flat
## 24556 Modern Beach Apartment steps to sand!
## 24557 #4 KOREATOWN Charming 2BD + Parking
## 24558 Private Room_Shared with Live in Host_Ditmas Park
## 24559 Cozy Top Floor Room of Brownstone
## 24560 Beautiful 1 br apt by times Square
## 24561 Room rent for close to Manhattan
## 24562 Boston Comfy Room 2, Phase 2
## 24563 Airbnb Apartment Hostel #4
## 24564 Dietlin's B&B - Green Room
## 24565 HOLLYWOOD Beachwood Canyon VILLA
## 24566 Cozy Queen Bedroom W TV!!!! #1
## 24567 1 Block To Beach! Big Stylish Condo
## 24568 Unique Remodeled Venice Treehouse
## 24569 *LOCAL* Convention DTLA Studio 39
## 24570 Mid Century Modern Long Beach
## 24571 Private Daylight basement apartment
## 24572 Clean, comfortable and well located
## 24573 Top Floor in the Heart of Classic San Francisco
## 24574 Amazing Bohemian loft in Mission
## 24575 Beautiful Private Bedroom - Downstairs
## 24576 Village 2BR Excellence!
## 24577 Bright and comfy in Midtown East!!!
## 24578 Cozy, Clean Studio!
## 24579 Carroll Gardens Carriage House
## 24580 This cozy space is a newly renovate
## 24581 Fantastic Private Room Big Windows
## 24582 Charming studio, perfect Location!
## 24583 Comfortable room near Lake Merrit
## 24584 Spacious Studio in trendy NYC neighborhood
## 24585 Penthouse Duplex Loft: 2 BR in East Village
## 24586 5-Star West Village Luxury Home! Sleeps up to 7
## 24587 Classic Brownstone close to subway
## 24588 New & Modern 2 BR Brownstone Apt.
## 24589 Private Bedroom in friendly apt.
## 24590 Modern Hideaway
## 24591 Stunning Modern Spacious Flat
## 24592 Heart of Seattle, minutes to it all
## 24593 Desirable Seaport district apt
## 24594 In the Heart of Boston! Also
## 24595 Loft Style Private Apt 2 (1 Room- 420 Friendly)
## 24596 Amazing Hollywood Apt with Balcony & Exposed Brick
## 24597 Cozy office bed
## 24598 1BR Highrise in LoDo
## 24599 house,Clean & Safe(2
## 24600 Private Room 1 w/ Parking Included
## 24601 Art Couch in the Heart of Venice
## 24602 Boho Wonderland in East Nashville
## 24603 Marigny Frenchmen Creole Cottage
## 24604 Lower Garden District Loft - Centrally Located!
## 24605 The Haunted Carnival Room - Easy 24 Hr Check-in
## 24606 Private room with a king size bed
## 24607 Newly refinished guest space near the El
## 24608 Private Room in the Cozy North End
## 24609 Tuscan Estate Retreat Sanctuary
## 24610 Venice Designer Home
## 24611 Near LAX, Comfy, Quiet Rm, Priv/Bth
## 24612 Luxurious apartment in Venice/MdR
## 24613 Huge Modern 6 Bedroom With 7 Bathrooms Home.
## 24614 Tricked Out Trailer in Eagle Rock
## 24615 Cute place 4mi to downtown
## 24616 Clean, Stocked & Perfect Location
## 24617 Pleasant and Inviting Spacious Wrigley Retreat!
## 24618 City Park Rowhome | Free museums!
## 24619 Private Garden District Studio
## 24620 Rustic Creole Slave Quarters
## 24621 Delightful 2-Bedroom Balcony Flat CBD NOLA
## 24622 Great location!! Parking included
## 24623 BUNK BED IN MID-CITY ! INTERNATIONAL WELCOME !
## 24624 Spacious studio apartment
## 24625 Artistic Beach Bungalow w/ yard
## 24626 The Bedroom with Private bathroom in a heart of LA
## 24627 Lovely Lavender Rowhome!
## 24628 Charming Cabin by the Sea
## 24629 Amazing Downtown Views!
## 24630 Private Room in Capitol Hill
## 24631 Classic 2BR Victorian Lower Haight
## 24632 Sunny Private Downtown Studio
## 24633 Stylish Gaslamp Home - Free Parking
## 24634 Cozy Room in Pacifc Beach
## 24635 Tropical paradise by the beach
## 24636 Geeks Paradise
## 24637 Pike/Pine Urban Oasis Unit B
## 24638 Dolores Park Edwardian charmer
## 24639 Awesome Pioneer Square Apartment
## 24640 Cozy Downtown Bungalow!
## 24641 Adjoining Loft Apartments
## 24642 Very clean 3 bedroom apartment
## 24643 Minutes to Downtown. Morden Room W/ Private Bath!
## 24644 Single bedroom in a 4BD House.
## 24645 Charming Marigny Cottage on Frenchmen walk to FQ
## 24646 New Orleans Garden District Condo
## 24647 Escape to a Perfect Upgraded Oasis
## 24648 Luxury Stay in Trendy Neighborhood
## 24649 Great studio / upscale neighborhood
## 24650 Tiny Studio in Prime Venice! Walk to the Beach!
## 24651 Perfect House in East Nashville
## 24652 Deluxe East Nashville Cottage
## 24653 Bungalow Bliss- HEART of East Side!
## 24654 LARGE BEDROOM CLOSE TO MANHATTAN
## 24655 1 Bedroom Apt in Bedford Stuyvesant
## 24656 Designer Live/Work Artist Loft
## 24657 Adorable One-Bed in Williamsburg!
## 24658 Serene, minimalist studio W Village
## 24659 Great affordable room.
## 24660 Comfy Apt in Chinatown/Lower East Side
## 24661 Your stay at NYC Artist's Home
## 24662 Budget deal 20 min from Manhattan!
## 24663 Large Bohemian Studio- Gramercy!
## 24664 Uptown One Bedroom Apartment
## 24665 Guest House Oasis/Walk to studios
## 24666 Cozy 1 BD With 5m Walk To Hollywood Blvd
## 24667 Casa Bywater. Cool modern space.
## 24668 Clean and Cozy Condo in Historic Neighborhood
## 24669 Rad 2 Bdrm Artist Den By Downtown!
## 24670 PRVT SPACIOUS 4BR,2BA in NOLA near FrenchQuarter
## 24671 VIII Peaceful Accommodation,Chicago
## 24672 Great Room in Times Square New York
## 24673 California Coast Room at Lake Balboa House
## 24674 Modern Highland Park on York
## 24675 Allston, close to Harvard Business School + BU D
## 24676 New Private Modern Guesthouse
## 24677 Cozy New Orleans Getaway
## 24678 Spacious & Comfy on Music Row!
## 24679 Amazing Loft in Downtown Nashville!
## 24680 Sunny, single room in Amazing Apt!
## 24681 1BR: See Central Park from Terrace!
## 24682 Upper West Side cozy stay in NYC
## 24683 LARGE,COMFORTABLE ,GREAT LOCATION !
## 24684 Stunning Views in Manhattan's UWS! Best Deal!
## 24685 Spacious Williamsburg Studio
## 24686 EAST VILLAGE Duplex with ROOF DECK!
## 24687 Spacious/Beautiful Private Room
## 24688 Cute little apt in New York City
## 24689 Passiflora Garden Guest Room
## 24690 Sunny, Clean, Charming Nob Hill Apt
## 24691 San Francisco Private Studio
## 24692 Bedroom w/Balcony in Weho/Hollywood
## 24693 West Hollywood Luxury Apartment
## 24694 Miracle Mile Spacious, 1 Bd, 1 Park
## 24695 West LA Santa Monica
## 24696 Tranquil Studio Cottage & Patio
## 24697 LIFE IS GOOD IN L.A BED&BREAKFAST
## 24698 Cozy 3BR East Nashville
## 24699 Historic Garden District
## 24700 Modern Condo near Convention Center!!
## 24701 Best location in Hollywood+Luxury
## 24702 Stunning Victorian in Silverlake
## 24703 5 star living in West Hollywood
## 24704 3bd Central Located w/office Santa Monica UCLA
## 24705 BEAUTIFUL 2BR WeHo Sleeps 7
## 24706 Silver Lake 3 BR Craftsman- great views!
## 24707 Creole Cottage: Steps to Frenchmen-FQ-Bywater
## 24708 Quiet, Cozy Room in Bungalow
## 24709 The City Cabin - 2 blocks to Subway
## 24710 2 Bdrm Apt w/ tower in JP Victorian
## 24711 BOSTON 2BED TOP FLOOR Logan airport
## 24712 A Dreamy Hillside Retreat By DTLA
## 24713 "Home" near Venice/Santa Monica
## 24714 Artistic, Designer Mid Century Home
## 24715 Convenient to Everything New Orleans Retreat
## 24716 3 BR, 2 BATH Triplex (Washer/Dryer)
## 24717 One bedroom w private bathroom
## 24718 Park Slope perfectly renovated 1BR+
## 24719 Charming 2/Bed Apt Brooklyn
## 24720 Large Sunny 2 bedroom in Prime Location
## 24721 Loft bed+terrace & free BrooklynSweetspot cookies!
## 24722 Spacious 2BD/2BA Dupont Circle
## 24723 Furnished Private Room For Rent
## 24724 Stay in Nob Hill! the heart of SF
## 24725 Austin Guest House - ACL, SXSW, F1
## 24726 Boho Chic - Downtown Austin
## 24727 Comfortable, Modern and Convenient in the 78704.
## 24728 SW PDX Private Room w/ Separate Entrance (J-Room)
## 24729 Convenient 2 BR, 10min to Downtown
## 24730 Loft 3 blocks from French Quarter
## 24731 Bright & Sunny--Luxury + Location!
## 24732 Charming S. Redondo Beach Studio
## 24733 Inspired Space/Close to Everything
## 24734 Cozy Basement Room w/ Private Bath
## 24735 Trendy Urban Living/echo park
## 24736 CHIC, SECLUDED HOLLYWOOD HOME
## 24737 Multi-cultural room with one bunk bed
## 24738 Lakeview 2 Bedroom Condo
## 24739 Warm & Cozy WeHo Apt - A+ Location
## 24740 Penthouse, French Quarter, NOLA
## 24741 Promenade -Santa Monica !!!!!620
## 24742 Cozy and Private SilverLake Retreat
## 24743 ARDMORE 1BEDROOM+LOFT [No.8]
## 24744 Dutch Modern - Downtown Austin
## 24745 Redline - Little Village (Lower Bunk, 1 Guest)
## 24746 Victorian 1BR/1BA in Castro/Duboce
## 24747 NEW! Hip SoMa Loft Penthouse w/view
## 24748 Beautiful private Master Suite
## 24749 Greenlake Apt. with Chef's Kitchen
## 24750 Modern luxury on Capitol Hill
## 24751 Contemporary Capitol Hill 3BR Home in Lincoln Park
## 24752 Dupont Adams Morgan Amazing Oasis!!
## 24753 Charming space in Central place
## 24754 A Little Apple Tree House, Astoria
## 24755 Tranquil Apt with Garden Access
## 24756 Private Room & Bath on Hamilton Terrace in Harlem
## 24757 Coney Island Mermaid Room
## 24758 Cozy Room with natural light
## 24759 BIG Living Room Quiet Space Queens NYC LGA JFK
## 24760 #1 LARGE STUDIO NEAR CENTRAL PARK!
## 24761 Cozy 1 bedroom in hip East Austin
## 24762 Zephyr Yacht - Heated and Insulated
## 24763 Private room at the heart of Boston
## 24764 Modern & spacious studio for two
## 24765 12 South Original! Restored Bungalow from 1905
## 24766 Clean Suite.Close Beach.Clutch Eats
## 24767 Silverlake Gem
## 24768 Your L.A. Vacation. Cozy 1 bedroom in a townhouse!
## 24769 Fab F1/ACL with international FLAIR
## 24770 Quaint Bedroom in Heart of Austin!
## 24771 Cozy Landing Pad
## 24772 Convenient Bucktown 2 Bedroom Flat
## 24773 Spare bedroom in Ukrainian Village
## 24774 Whittier Home 4BD 2Bath
## 24775 Room with breakfast in Pasadena, CA
## 24776 Private Bed/Bath Remodeled Home LA
## 24777 Walk to Everywhere in Hollywood
## 24778 Sweet Alyssum 2 blocks Frenchmen, walk to Quarter
## 24779 Great Walkable 1 Bedroom Apartment near Vandy!!!!
## 24780 Southern and Spacious near Downtown!
## 24781 1915 Craftsman Bungalow Mt. Tabor
## 24782 Bed in a Shed
## 24783 Cottage 2-Romantic Mermaid
## 24784 Quiet 1 Bedroom in Capitol Hill
## 24785 Sunny and Modern Apartment in the Mission District
## 24786 Beautiful 1-Bedroom Apt (sleeps 4)
## 24787 DTLA Gorgeous Modern 2bd Condo
## 24788 Cozy Garden Studio Apartment!
## 24789 Secured 1 Br Loft with Roof Top Pool and Parking
## 24790 Hollywood! Very Central/Melrose!
## 24791 Cozy 1BR with parking near CSUN
## 24792 Luxurious,Heart of LA, MasterEnsuit
## 24793 Luxury/The Grove, Master EnSuite Rm
## 24794 Beautiful BoHo-inspired Studio
## 24795 6E-Comfy Room in long stay LA/Months or More
## 24796 Cherry Blossom Fest*Charming Apt Near Georgetown
## 24797 Modern & Cozy Cottage in Seabright
## 24798 Charming Studio in Safe Location
## 24799 *NEW Luxury North Park, Hillcrest!*
## 24800 Ocean Beach private room in SD!
## 24801 Mission Beach Millennial Home :)!!!
## 24802 Private, Cozy Flat near EVERYTHING
## 24803 CCC (Cozy Clean & Comfortable) in D.C!
## 24804 "Charming English Studio"
## 24805 Walk to it all in Lakeview!
## 24806 Modern 2BR Downtown Home + Parking
## 24807 2 Bdrm/1 Bath (4 Beds, ^8 Guests + Parking)
## 24808 Comfort & Convenience in Backyard Studio w/Kitchen
## 24809 Granny's House, East Downtown, 2/1
## 24810 Brand New Austin House
## 24811 Artsy Cozy 1bd condo by Hyde park
## 24812 Georgetown area apartment
## 24813 Beacon Hill, Guestroom with private bath
## 24814 ***Superhost*** Bungalow Near DU!
## 24815 Ocean View - Steps to the Sand
## 24816 1 Bdrm/1 Bath+Office - Walking Distance to Beach!
## 24817 Nice and Quiet room near the colleges
## 24818 %SPECIAL WeHo's VISTAS: FINEST LOFT-STYLE STUDIO
## 24819 Brooklyn Factory Red Door
## 24820 Harlem Brownstone: Spacious Bed/Sitting Room.
## 24821 Charming East Village Studio
## 24822 Studio
## 24823 Dupont South Private Suite 4
## 24824 Central Park cozy double room
## 24825 Your SUNNYROOM 15mnts to Manhattan!
## 24826 Spacious 1 BR apt, St Mark and 3rd
## 24827 Original Cabin 11
## 24828 West Village/Meat Packing Apt.
## 24829 Huge Family Oasis in top location
## 24830 One-Bedroom-Prospect Park South
## 24831 Airy light filled Artist Loft NYC
## 24832 The Lighthouse Manor
## 24833 Stunning 2BR Apartment in Sunnyside
## 24834 Upper East Side 1-Bedroom
## 24835 Williamsburg, BK- Beautiful Private Bed and Bath
## 24836 5-Stars FREE iPhone, Wine, BEST Location Lrge Room
## 24837 Bright Garden Studio, Temescal area
## 24838 Modern Apt, close to SF& Berkley
## 24839 Cozy & Spacious Room 15m away from Times Sq
## 24840 Spacious 1 BR, En Suite in Brownstone!
## 24841 Chic 1BD at Empire State Building
## 24842 Luxury Building in Time Square
## 24843 West Side Next to Express Train
## 24844 Chelsea/Meatpacking private room
## 24845 Little Red Barn
## 24846 Great Hotel Alternative off 14th ST
## 24847 Private Room: 24hr checkin, wifi, ez to downtown
## 24848 BUNKHOUSE ECONOMY QUEEN HALL BATH B03
## 24849 Top floor upscale, modern 2BD/2BA
## 24850 Sunny Brownstone Private Backyard
## 24851 Stylish Gramercy Park Duplex LOFT
## 24852 Cozy 1BD side apartment w/parking
## 24853 A nice quiet room in Manhattan
## 24854 Room in 3BD Apt with a queen bed
## 24855 the perfect space.
## 24856 Lovely Victorian flat 1 blk to BART
## 24857 Large Studio Apt in Dupont Circle (R St/NH Ave NW)
## 24858 Charming 2BR Belmont Home
## 24859 Frere House, Alberta Arts/Suite Rm.
## 24860 Large and Light Portland home
## 24861 MODERN, TRENDY & CLEAN APT IN AMAZING LOCATION!!!
## 24862 Urban Oasis near Balboa Park
## 24863 Perfect for the Budget Traveler!
## 24864 Entire Top Floor Bedroom w/ Private Bath w/ Deck
## 24865 Luxury Condo with private bathroom
## 24866 Cozy Bedroom in Historic Denver
## 24867 Claremont Canyon Studio Apt - Views
## 24868 New Apt -2 Blocks CENTRAL PARK Near COLUMBIA UNIV
## 24869 Bedroom in a brand new apartment
## 24870 Bright, Lovely Mississippi Grace: Entire 2nd Floor
## 24871 Great Location w/ Hotel Style, Comfort & Amenities
## 24872 Hollywood Blvd. Charmer
## 24873 Charming Studio Apt, Private Deck, Free Parking,
## 24874 Large Gorgeous home! Can sleep large groups.
## 24875 GUEST HOUSE Santa Monica Canyon
## 24876 Beachy Pad in Santa Monica
## 24877 Beautiful ECO Healthy Venice, 1 block to Beach
## 24878 Condo #1 STEPS to French Quarter - Private Balcony
## 24879 Comfy, Quiet Room in Saint Roch Artists Home
## 24880 Easy, private, and well equiped
## 24881 Stylish Studio w Patio- 5min to Quarter!
## 24882 Bright, Spacious, Private, W/D
## 24883 Forest Park Studio with A/C: By Zoo & Rose Gardens
## 24884 Small Clean Room - Gay Friendly
## 24885 Cozy, private bed & private bath
## 24886 ★4 Bedroom, 2 Bath, Free Parking. Steps to Subway★
## 24887 Room for two (rm 88)
## 24888 Comfy bed in cozy home Grand Army Plaza
## 24889 HUGE Sunny Duplex Loft with Garden
## 24890 Jupiter Suites, Rm #3- (JFK)
## 24891 Spacious 2-bedroom in a modern bldg
## 24892 Quality Cozy Studio Next to Subway
## 24893 Cozy East Village 1BR
## 24894 Sun filled private room in Brooklyn
## 24895 peaceful,near the beach and train
## 24896 Unique private room and bathroom in Brownstone
## 24897 Private room on Upper East Side
## 24898 Charming Sunfilled 1 Bedroom Apartment
## 24899 UWS Luxury Studio Near CentralPark
## 24900 Fort Greene Garden Guest Room
## 24901 Subway-Ocean-Parking
## 24902 economical accomodation
## 24903 The Harlem Brownstone Gem
## 24904 Modern & cosy Bronx apt w/ parking
## 24905 Cozy Apt. Beautiful Neighborhood
## 24906 Sunny Bushwick Room w/ Balcony
## 24907 cozy retreat in el barrio
## 24908 Modern & Stylish 2 bed in Chelsea
## 24909 The Rose House
## 24910 A Comfortable, Clean Room for Rent❤
## 24911 Cozy Modern Luxury with Full Balcony
## 24912 Home away from home,clean and cozy.
## 24913 Quiet & Private 1 br available in 2 br LES home
## 24914 Lower East Side 2 Bedroom Apt
## 24915 Visit Columbia Univ & Central Park
## 24916 Unique Garden Apt. in Brooklyn
## 24917 Very cute quiet Studio in chelsea
## 24918 Live-Work-Apartment: join the flair
## 24919 Close to Manhattan - Great Room
## 24920 Quiet charming Duplex
## 24921 Beautiful, Spacious Room in Trendy Bed Stuy
## 24922 Patricia's Place near Williamsburg
## 24923 Classic NYC Apart #2-BEST AREA-10 mins to Center!!
## 24924 Hip 'n Happening Hawthorne Area
## 24925 large, sunny room in farmhouse
## 24926 2 story loft Little Italy, Downtown
## 24927 MasterBedroom in 2bd/1.5 Bath Condo
## 24928 5 Star Private Rm-Mid Wilshire Area
## 24929 1940's Classic Studio Apartment
## 24930 Sunny 3 Level Apt
## 24931 Hillside Cottage Between DTLA & Pasadena
## 24932 Hollywood Estate with Pool Jacuzzi
## 24933 Mid-Century guest house retreat w/ pool and sauna
## 24934 Updated West Hollywood Apartment
## 24935 DOWNTOWN ! BUNK BED FOR THE RIGHT PRICE !!
## 24936 HOLLYWOOD BLVD. PENTHOUSE! 6 BEDS + VIP TICKETS
## 24937 Zen Cottage Del Rey/Venice near LAX
## 24938 Sunny 3BR Home + Yard in Holly/Weho
## 24939 Malibu Road Classic Oceanfront 1BD!
## 24940 TOP 5 Airbnb: NEAR DOWNTOWN ! CLOSE TO ANYWHERE !
## 24941 Topanga Oak Tree Love
## 24942 **Venice Beach Bungalow walk to Beach!
## 24943 Nashville Mega Loft walk to it all!
## 24944 The III Muse an LGD Gem
## 24945 NOLA STUDIO/2128 pauger st. apt 1
## 24946 Be my Guest!
## 24947 Comfy red couch in artsy home!
## 24948 Great room by airport!
## 24949 Cozy 2BD with Outdoor Space
## 24950 Downtown Living
## 24951 Light-filled oasis in heart of Venice
## 24952 Minimalist + Super Spacious + Relaxing 1 Bedroom
## 24953 SPECTACULAR BEACH LOFT NORTH VENICE
## 24954 Sunny House minutes from the beach!
## 24955 Luxury Walk of Fame..In The Heart Of Hollywood.
## 24956 Charming home in the heart of LA
## 24957 2 Bedroom Newly Remodeled Modern Apartment
## 24958 Private Bed near LAX with Pool!
## 24959 Spacious Ranch Home in LAs SFValley
## 24960 Charming Beverly Hills Private Cottage/Guest House
## 24961 Best DTLA Location. Everything Walking Distance!
## 24962 1bedroom 1bth PRIME HOLLYWLOCATION
## 24963 Cozy Bedroom in Chicago Flat
## 24964 Ideal Silverlake studio in hip area with parking!
## 24965 East Austin Bungalow: Near Downtown
## 24966 Tiny-House just off Town Lake
## 24967 Room in shared house, convenient!
## 24968 Vibrant Andersonville Neighborhood
## 24969 North Austin Home near CP & RR
## 24970 Cherrywood Cottage - Central Austin
## 24971 Idyllic Wooded Boston Neighborhood
## 24972 Charming cozy bedroom, Downtown
## 24973 Clean 1 Bed/with En Suite Shower
## 24974 Cozy/Cute/Big Studio @Best Location
## 24975 Ranch style house with driveway
## 24976 Beautiful 1 BR with Private Garden
## 24977 Beautiful new loft in greenpoint
## 24978 Amazing Two Bedrooms in Heart of LES!
## 24979 Stunning 2 Bed Soho Apartment!
## 24980 Kawaii Gamer's Paradise in Brooklyn!
## 24981 Designers brownstone in Bed-Stuy
## 24982 Private room by Columbia University
## 24983 1st floor of a two floor duplex,
## 24984 Serene & elegant North Tabor home
## 24985 Private 2nd fl, 1 Bdr, 1 Bath
## 24986 Modern, Comfy 2BR Upstairs Flat with Deck
## 24987 newly furn one bedroom by Copley #6
## 24988 Urban Victorian-walk the city! Rm 3
## 24989 Gorgeous Condo
## 24990 Clean + Convenient w/ Private Bath
## 24991 Beautiful uptown home
## 24992 Private 1 BR in Del Rey works for 2 adults/2 kids
## 24993 Private Guest Room and Bath.. View!
## 24994 Cozy Apartment in the heart of Sherman Oaks
## 24995 Tranquil & Meditative Brentwood
## 24996 Queen Bedroom Santa Monica!
## 24997 Enchanted BEACH cottage near OCEAN
## 24998 Central City Happy Home Hotel
## 24999 Our house is your house! :)
## 25000 Private Treehouse Studio NW Hills
## 25001 Spectacular Home w/ Panoramic Views
## 25002 SURFRIDER - PENTHOUSE - La Jolla
## 25003 Sunny Mission 1890 Victorian Flat
## 25004 Victorian Guest Cottage- Sleeps 6
## 25005 Beach Cottage Getaway
## 25006 Artist's Home in Bloomingdale
## 25007 studio apartment in the heart of DC, foggy bottom
## 25008 *FANTASTIC* Convention DTLA Studio 38
## 25009 Private 3 bedroom, Venice Beach CA
## 25010 Private Room in Pool House - Walk to the beach!
## 25011 Private Bedroom/Bath in Modern Home
## 25012 Luxury Hollywood studio loft
## 25013 Beautiful Bungalow in Hollywood
## 25014 Stay Like A Local - North Hollywood
## 25015 3 Bedroom East Nashville Charmer!
## 25016 Cozy comfy condo near airport
## 25017 L.A. 5 STAR RESORT LIVING PRICELESS VIEW + 5 BEDS
## 25018 Cozy Hidden Private Guest House
## 25019 Private Poolside Guest House in Santa Clarita
## 25020 breeze cottage steps to the beach!!
## 25021 Little House on a Tree-Lined Street Nr Studios
## 25022 Almost JAZZFEST! LGBTQ & 420!
## 25023 Bywater private bedroom and bath.
## 25024 Oceanview Comfort 2 Blocks to Beach, 10 min to LAX
## 25025 Private Suite in Marina Del Rey/Ven
## 25026 Hilltop House with city views
## 25027 5 MINUTES TO USC !! DOWNTOWN
## 25028 North End, 1 Bed Apt w/ office, Boston
## 25029 Lakeshore Retreat in Downtown ATX
## 25030 D202--Guest Room with shared Bathroom,TV,parking
## 25031 Beautiful Unit in Prime Location!!!
## 25032 Sunny, Friendly Beverly Hills space
## 25033 Hillside Cottage
## 25034 beautiful artist's home / los feliz
## 25035 Belmont Shore Bungalow
## 25036 Wolford House...Mid Century Modern Hilltop Jewel!
## 25037 Bungalow Rose II
## 25038 Delightful Two Bedroom Back House
## 25039 Hip Condo Retro Bldg-5 Min from Downtown- Pool!!!!
## 25040 Corporate Retreat in Harpeth Estate
## 25041 Great value, shared room (twin bed)
## 25042 Entire Jazzy Mid-City Standard 20B
## 25043 Fresh & Bright Bedroom Steps from Central Park
## 25044 Serene Studio in Historic Upper West Side
## 25045 2 BR Sun Filled Feng Shui W Village
## 25046 Big Sunny Room in East Williamsburg
## 25047 Large & Cozy Gramercy Studio
## 25048 Peaceful, 1BR/Elevator, Murray Hill
## 25049 Spacious Private 1-Bedroom Apartment
## 25050 Sunny bedroom; backyard & prime location
## 25051 Spacious private room near LGA airport
## 25052 Renovated Historic 1BR
## 25053 Cozy private studio just 3 blocks from subway
## 25054 Island Haven in the Big City
## 25055 Cosy room w/ optional private entry
## 25056 Carroll Gardens Retreat
## 25057 Perfect Location For Vacation
## 25058 Cosy Apt. in Brooklyn, near subway
## 25059 Big, glamorous, 4BR, 3-story house
## 25060 2 Bedroom, View Over Times Square & Central Park
## 25061 ★East Village★ #5, Private Room, Free W&D
## 25062 Queen of the Castle
## 25063 Cozy Austin Cottage
## 25064 Bright PDX Pad Unit B
## 25065 Sunny room
## 25066 3br Craftsman close to Gaslamp
## 25067 Charming home in San Francisco!
## 25068 Sweet retreat in central Seattle!
## 25069 Fashionable Logan Circle Rowhouse w/Parking
## 25070 Bertina's House Part Two
## 25071 Columbia Heights-Noel's Place
## 25072 Relaxing Studio in Belltown
## 25073 Heart of Mission- Unique Street, Quiet & Modern 6+
## 25074 Large private room in Mission Hills
## 25075 Large Ocean-Front Villa #4
## 25076 UES Luxury modern quiet private Apt
## 25077 One Stop to TimesSQ Vacation Apt
## 25078 Magnolia House
## 25079 Park Avenue Penthouse With Terrace
## 25080 Brooklyn loft style apt, renovated
## 25081 Sunny Williamsburg Brooklyn Bedroom
## 25082 Artist Loft share
## 25083 Hudson Heights Art Deco
## 25084 A great 1 bedroom apartment in San Francsco.
## 25085 Charming Craftsman in South Park
## 25086 Triple Venti View & Suite Lux
## 25087 Bernal Heights Northslope Studio
## 25088 Room & Bath in SD: Great Location!
## 25089 LUX 2/2 East Village+VIEW+PARKING
## 25090 Magical Garden Studio Near Downtown
## 25091 They call me "Mellow Yellow..."
## 25092 Lux 2BR by Metro, 2 rooftop pools
## 25093 Foggy Bottom Convenient, Cozy Studio in Central DC
## 25094 Sunny, studio with great views
## 25095 Relaxing and Roomy in Crown Heights
## 25096 Loft in Clinton Hill-Room 1
## 25097 Colorful & Artsy Private Room
## 25098 Modern condo in Columbia Heights
## 25099 BEAUTIFUL BROWNSTONE IN HARLEM
## 25100 BEST PRICE in NYC!!! MANHATTAN!!!
## 25101 ChinaTown / Little Italy 2BR Apt
## 25102 Designer 5 BR home by Prospect Park
## 25103 Clean new 3 bedroom
## 25104 Historic Landmark Neighborhood
## 25105 ULTRA LUXURY DESIGNER GLASS LOFT IN THE SKY.
## 25106 Luxury Place Near High Line Park & Chelsea Piers
## 25107 Stay European in Brooklyn
## 25108 Peace & Tranquility
## 25109 **AWESOME APT IN DOORMAN BLDG!!**
## 25110 Cozy Downtown Manhattan Haven
## 25111 Modern Condo in Heart of Harlem
## 25112 4 BR in Heart of Times Square
## 25113 Gorgeous 2BD Penthouse on Fifth Avenue & 30th St
## 25114 Peaceful Grand Lake condo
## 25115 Comfy and calm bedroom - Brooklyn
## 25116 Two bedroom apt in house with private entrance
## 25117 The Cinema Suite
## 25118 Creative Haven in Artists's Abode
## 25119 Clutter Free Cozy & Clean Hotelesk
## 25120 CHIC ROOM - 1 BLOCK FROM TRAIN (CTA BROWN LINE)
## 25121 Charming home in Roscoe Village/W. Lakeview
## 25122 Top floor 1 bedroom with amazing view! Hollywood!
## 25123 *NO CLEANING FEE - 3 Rm Priv Suite*
## 25124 Modern, posh studio loft
## 25125 Retro Riverside Village Retreat!!
## 25126 Walk to Belmont, Vandy, & Music Row!
## 25127 French Quarter Luxury (305)
## 25128 Charming French Quarter Condo
## 25129 Charming Zilker Bungalow
## 25130 Spacious Bushwick Room w/ Private Entrance & Bath
## 25131 Studio One Deluxe Private Room (private bathroom)
## 25132 Easy Access To The Best Of Brooklyn
## 25133 2 Queen Size Beds by Metro/Subway
## 25134 Modern Tribeca 2BR/1BA Loft Sleep 6
## 25135 Artist Charming Modern Ft Greene Park- 2 floor apt
## 25136 Great modern apt in new condo
## 25137 Sunny Private Room - Harlem -
## 25138 CHIC ROOM IN BROOKLYN BROWNSTONE
## 25139 Great Room in Williamsburg Brooklyn
## 25140 Charming Bedroom w/Private Entrance
## 25141 Suite room with 2 queen size bed
## 25142 Large Loft Bed With Climbing Wall!
## 25143 Clean Modern Uncluttered in Chelsea
## 25144 Cozy Chelsea Studio
## 25145 Comfy Room in the heart of BK!
## 25146 Sunny Room in Family Home Near LGA
## 25147 2 BR Brownstone Retreat, 3rd Fl.
## 25148 4 bedrooms private house
## 25149 Very Large Loft with a view of Statue of Liberty
## 25150 private one bedroom
## 25151 Chill Central District 2BR
## 25152 1910 Neoclassical in Ravenna
## 25153 Quirky 1920s Hollywood Basement
## 25154 The Hutch: A Century-Old Home, Full Breakfast
## 25155 Heart of Dupont: Huge + Convenient
## 25156 Sunny Petworth Apartment
## 25157 Downtown Close! Historic house
## 25158 Couch Near Beach
## 25159 *Amazing Views/Pool/Quiet/Walk UCSD
## 25160 Georgetown Home with Deck Near Wisconsin Avenue!
## 25161 RENOVATED APARTMENT-- Steps to Union Station!!
## 25162 Cozy Studio Walk to BART
## 25163 My Humble Oasis
## 25164 Private Room - Crown Heights
## 25165 Comfy and Quiet Two Bedroom In Greenwich Village
## 25166 Manhattan Room 10 min to Columbia University
## 25167 Lovely and clean bedroom in a quiet neighborhood.
## 25168 LG GARDEN Apt ON Sunset Park, on41ST near 6th Ave
## 25169 3 Bedroom Super Victorian flat.
## 25170 The Perfect Stay in San Francisco
## 25171 Modern townhouse with luxury spa
## 25172 Entire Home Spacious/Modern Loft Near Capitol
## 25173 New, spacious, private room & bath
## 25174 Trendy Loft in the South End
## 25175 Back Bay, Newbury St. 1BR
## 25176 Echo Park Urban Oasis, Beautiful & Bright Outdoor!
## 25177 3BR Hollywood Hills Villa, Amazing Views of LA!
## 25178 Couple's Getaway with a Pole! 日本語OK
## 25179 Amazing LOCATION! Pool & Lovely Room/Fridge
## 25180 Brand new space full of character!
## 25181 Private PB room with two beds/patio
## 25182 A Sunshine Lit Double Suite
## 25183 Cardinal's Nest, East Nashville
## 25184 Great spot in Mid City
## 25185 Brand New Luxury Hollywood Modern Condo, Views
## 25186 Malibu 1 bed in Lloyd Wright
## 25187 Downtown Condo on River, Beautiful!
## 25188 Charming 12th South apartment
## 25189 Private suite near downtown. Clean and bright!
## 25190 Beautiful room in Logan Square Apt.
## 25191 Perfect Chicago Location!
## 25192 Paisley hideaway minutes from O'Hare
## 25193 Quaint Caribbean Bywater Cottage
## 25194 12 South Loft on Belmont Blvd
## 25195 Close to Downtown, Beach Boardwalk!
## 25196 Cozy nest with private bathroom
## 25197 Clean, simple elegance private room
## 25198 Garden Apartment in Sunny Glen Park
## 25199 ALBERTA BASECAMP#1-Private Entrance
## 25200 Lovely/Private Studio Apartment
## 25201 Heart of Mission Beach w/ Patio MS3
## 25202 Great location, close to downtown!
## 25203 Stylish Room in Luxury Building
## 25204 Top floor 1bd in DC Row House
## 25205 Dupont Adams Morgan Modern Joy
## 25206 Charming carriage house in Haight
## 25207 Big Lake View Seward Park MIL
## 25208 SWEET SPOT...@a
## 25209 Modern Private Room with Bath
## 25210 Vita's Hideaway II
## 25211 Sunny & Calm in Bloomingdale, NW
## 25212 Waterfront townhome in Seattle
## 25213 Lightrail to airport/downtown
## 25214 Amazing views from bdrm & roof deck
## 25215 Comfy private bedroom in Bushwick
## 25216 A Little Palace in Brooklyn for Shoots and Events
## 25217 Sunny Loft in Gorgeous Cottage
## 25218 Great studio, Fort Greene, Brooklyn
## 25219 Cozy room in two bridges and L.E.S. area
## 25220 Private Bedroom #2
## 25221 apartment in the heart of manhattan
## 25222 Warm, Cozy & Bright Midtown Apt!
## 25223 Large Quiet 4BR/4BA Home , Staten Island, NY City
## 25224 Two Bedroom in a townhouse with a patio in Nolita!
## 25225 18th Century Manor, Wisdom Whispers
## 25226 Cozy,quaint&comfortable on H street
## 25227 Exclusive Point Loma / Queen Bed & Private Bath
## 25228 Private space in family home
## 25229 Huge Mt Tabor Studio with Courtyard Entry
## 25230 Lovely Room on H Street with Yoga Room
## 25231 Charlesview Suites Back Bay
## 25232 Great Central Location!
## 25233 Stunning Oceanfront Malibu Condo
## 25234 LA LUXURY SUITE! Best Location + 5 Beds + Parking!
## 25235 Echo Park-SilverLake's hip neighbor
## 25236 The Grove/West Hollywood Pvt SINGLE
## 25237 Spacious house w/private room-USC
## 25238 Lake Area Cottage by French Quarter& Bourbon
## 25239 Blue + Green Rooms Entire Space
## 25240 12 South Escape
## 25241 Historic pied-à-terre on Esplanade
## 25242 In the Center of Wicker Park
## 25243 Come & Explore Beacon Hill!!
## 25244 Kingsize Bedroom w Balcony!
## 25245 Amazing Modern South Austin home! (built 2015)
## 25246 Santa Monica Affordable Living in a Huge House C
## 25247 Santa Clarita/Six Flags/CalArts/Master Suite Room
## 25248 Delight clean safe spacious full size bed private
## 25249 West LA Loft Bedroom
## 25250 Semi-private Cozy Bunk-Bed for One
## 25251 Sexy Artist Loft Near Hollywood
## 25252 Cozy Room #2 NW Hwy 183
## 25253 Dome Sweet Dome
## 25254 Bright & Modern East Austin Studio
## 25255 Large Beautiful East Village 1-Bdrm
## 25256 Cozy Room in the Big Apple
## 25257 Private bedroom in the heart of LES
## 25258 1A GREAT APT NEW YORK CITY !!!
## 25259 Bright and Spacious NYC Apt!
## 25260 Spacious Apt at Convenient Location
## 25261 Beautiful loft by the Orange line!
## 25262 Back Bay Near Fenway, Hynes, the T
## 25263 Spacious 2 Bdrm Goldcoast / Magmile
## 25264 Beautiful 1 Bd on the Beach -- Near LAX
## 25265 Hollywood Hills Mid Century Master Suite Pivate BA
## 25266 ** Downtown Cottage-Sleeps 6**
## 25267 Location! Lake, Downtown & Airport
## 25268
## 25269 Venice, Retreat & Relax.
## 25270 Location Location Location w/ Bike!
## 25271 Charming 3BR Victorian in NoPa W/Modern Upgrades
## 25272 Seattle's Central Capitol Hill!
## 25273 Capitol Hill 2 BR - St. John's #203
## 25274 Spacious & Modern Condo with a View
## 25275 Mission District Pied-à-terre
## 25276 The Happy Little Cottage :-)
## 25277 HUGE APT 3-BEDROOM 2-BATH SLEEP 10 GREAT LOCATION
## 25278 Beautiful 2 bedroom in east village
## 25279 Close to city One-Bedroom Apartment
## 25280 Light & Views!!! Greenwich Village
## 25281 Spacious 2 Bed, 2 Bath in Vibrant East Village
## 25282 Heights Best Value Private Room!
## 25283 Peaceful Private BD in Artist Home
## 25284 Beautiful loft in Cobble Hill
## 25285 Smack In The Middle of DC
## 25286 Fully furnished private room
## 25287 Centralized Bedroom in SD
## 25288 Mission District Garden Cottage
## 25289 Hotel Like Accomodations
## 25290 New House Guest Room
## 25291 Historic Eastside Austin Bungalow
## 25292 Spacious 1BR in Logan Square
## 25293 Cozy Room in Brownstone Building
## 25294 Max 10 3Bed 2Bath Nice Cozy home
## 25295 Bohemian Garden Guest House
## 25296 THE GUEST HOUSE DN
## 25297 Private Boho Bungalow
## 25298 Villa d'Azul Hollywood Retreat
## 25299 Venice Architectural Bungalow
## 25300 Magnificent Magazine St. GETAWAY!
## 25301 Saint Anthony Cottage - Treme
## 25302 Private Bedroom in Awesome House
## 25303 Beautiful Uptown Apartment Facing Magazine St.
## 25304 Cute & Cozy Central Austin House
## 25305 Beautiful furnished home in the heart of Pilsen
## 25306 East Austin Gem! The Blue Belle
## 25307 Private Entry & Bath Santa Monica
## 25308 Private Room in NoHo Healing House!
## 25309 Guest House In the Heart of Burbak
## 25310 Cozy Apartment SE Austin
## 25311 SunMoon Cottage - Lower floor with own Patio
## 25312 Private bath suite for up to 3 ppl
## 25313 Private room and bath in luxury condo
## 25314 Mid Century Modern gem in Los Feliz
## 25315 Home in LA Suburbs, West Hills CA
## 25316 Charming home in West Hollywood, CA
## 25317 Sophisticated dwelling in LA - WeHo
## 25318 Eagle's Nest Two (2) - "must see"
## 25319 BRIGHT, CHARMING 3BR+3BA UNIT IN HOLLYWOOD
## 25320 WELCOME TO HOLLYWOOD! TOP FLOOR APARTMENT & POOL!
## 25321 Sunny and Comfortable near WeHo
## 25322 Clean Comfortable Room in Modern Home Near Transit
## 25323 Cozy queen bed in East Nashville
## 25324 Perfect location, Perfect Balcony
## 25325 Classic New Orleans home with Modern Style
## 25326 Tropical Beach Bungalow
## 25327 Anam Cara 6: Bunk Room
## 25328 Balcony Bliss in the Historic Treme
## 25329 Lakeview-Pool, Close to Lake & City Park - Safe!
## 25330 Martha
## 25331 Convenient Private Room in Midtown
## 25332 Family friendly alberta area bedroom(s?) / office!
## 25333 Inner Division/Clinton Street Retreat
## 25334 One Bedroom apartment in heart of Portland !
## 25335 Friendship Heigh Garden Room
## 25336 Capitol Hill Charmer! Walk to Capitol & Metro
## 25337 Quiet bedroom with private bathroom
## 25338 Spacious, convenient, comfortable.
## 25339 Downtown Loft Getaway
## 25340 Bright Spacious Bedroom2
## 25341 Charming house in Georgetown-near Dupont Metro
## 25342 Dupont #2 Condo. Prime Location
## 25343 Enjoy West Seattle with Lovely View
## 25344 4BR Modern Luxury Home LITTLE ITALY
## 25345 In Jimi Hendrix's neighborhood 3
## 25346 Summit Sanctuary w. Ocean View
## 25347 Brownstone Serene Guest BR/Bath
## 25348 Charming Room in Happy, Sunny Home!
## 25349 Artful + central Allston apartment
## 25350 Riverfront Urban Loft Retreat
## 25351 4br, 3bath house near Cherry Creek
## 25352 Perfect for family and friends!
## 25353 Ukrainian Village Artist Loft – Spacious & Serene
## 25354 •• cozy 1br in lincoln square ••
## 25355 Luxury Hilltop 3BR+ Infinity Pool
## 25356 Tipitina's is seen from my front porch!
## 25357 Tremé Creole Cottage C - Msg4Deals
## 25358 The Canada Room
## 25359 Mid-City gem in Fabulous area, 3 room private apt.
## 25360 CONVERTED MONASTERY IN DTLA/KTOWN
## 25361 Venice Beach Bungalow & Garden
## 25362 Large Venice Beach California Condo
## 25363 Downtown Nashville
## 25364 4 BEDROOM W/ WATERWALL
## 25365 Cozy basement suite in quiet Arbor Lodge home
## 25366 Comfortable studio well furnished
## 25367 Charming, private 1BR garden apt
## 25368 MODERN APT NEXT TO TIMES SQUARE
## 25369 Convertible Living Room in 1BD Apt
## 25370 A second place to call home
## 25371 Adorable East Nashville Abode
## 25372 The Okra Inn Balcony II, On Canal Streetcar Line
## 25373 Spacious bedroom w/ private bath in Lower Garden
## 25374 Venice Modern in the Trees
## 25375 Tranquil private suite, walk to ocean with kitchen
## 25376 Beautiful private master bedroom
## 25377 come to the SANCTUARY. Santa Monica beach retreat
## 25378 DTLA Studio
## 25379 AMAZING HOUSE WEST HOLLYWOOD. NOW 20% OFF
## 25380 Loft-historic building-Melrose M2
## 25381 Bright, White, Clean 1BA+BR/Parking
## 25382 Old-time-mellow Silverlake cottage.
## 25383 LARGE AND LIGHT 2 BDR/RUNYON CANYON/WALK OF FAME
## 25384 Quiet Hill Country Get-Away
## 25385 ❤ of Wicker Park|Sleeps 14 |Steam Shower| 2-Levels
## 25386 Cute, Comfy, and Affordable 1 BR Apartment
## 25387 Gorgeous rm w queen bed in the Oaks
## 25388 Trendy 1 bedroom in North Hollywood
## 25389 Hillside mid-century home with deck
## 25390 3 Bedroom House in Laurel Canyon
## 25391 Hollywood Hills Villa. 3 Bedrooms
## 25392 SUPER private Pool home Private Entrance & Bath
## 25393 Best View in Redondo Beach
## 25394 Private room/bath in Hyde Park
## 25395 Large& Spacious on Magazine Street!
## 25396 Room At Eastland
## 25397 Private Large Room with Private Bathroom/TV,NYC!
## 25398 Big Comfy Beds & Breakfast on the Deck
## 25399 Zions Destiny Home away from Home !
## 25400 Luxury Tribeca Loft 3BR/2BA Entire Floor Sleep 10
## 25401 Cozy 1 Queen size bed room TVwifi
## 25402 Penthouse duplex huge outdoor areas NYC oasis
## 25403 Garden Cottage with Hot Tub
## 25404 Peaceful Oasis Near U St/Dupont
## 25405 Live like a local in our spare room
## 25406 QUIET 1BR loft cottage sundeck VIEW
## 25407 Private Rooms in a Clean and Relaxing Family Home.
## 25408 Business traveler, vacationer dream!
## 25409 Grapefruits & Juniper
## 25410 OCEAN FRONT MALIBU /SEA WHAT I SEA.
## 25411 Private Room, Mid City, Vintage, Comfortable
## 25412 Studio with Parking at the Ocean!!!18
## 25413 Cozy Garden Cottage, Bayou St. John
## 25414 Historic Charm / Modern Convenience
## 25415 Stylish Modern: near SoCo/DT Austin
## 25416 SoCo Spaces: Gold Door
## 25417 Hip Downtown Studio & Garden
## 25418 Bright cheerful, friendly home!
## 25419 Private room in Larchmont/Paramount
## 25420 Beach Front Beauty! Perfect escape!
## 25421 Great neighborhood
## 25422 Craftsman Home in Historic District
## 25423 Special, Private Patio Room in South Torrance
## 25424 Beverly Hills Private Apartment Feels Like A Home
## 25425 2 Bed 2 Bath Loft + Den Ocean View
## 25426 The Evanston House East Nashville
## 25427 Large 1 Bedroom Apartment Downtown
## 25428 Private Room in Downtown Boston MGH
## 25429 Logan Square 2bed Apartment
## 25430 3 Bed Home - Steps to Sand - Best Area of Venice
## 25431 Modern 1BR in Abbot Kinney - A
## 25432 Venice Beach - Walk Everywhere!!!
## 25433 Hollywood- Walk 2 universal studio
## 25434 The Acadiana House/East Nashville
## 25435 Cosy in Greenpoint! Feb deals!
## 25436 Awesome Apartment in Chelsea
## 25437 Historic House of Music & Art NYC!
## 25438 Beautiful Home in Brooklyn-sleeps 7
## 25439 Brooklyn House cute private apartment
## 25440 Modern charm in heart of Seattle
## 25441 Amazing SF Home with Ocean Views!
## 25442 PEACEFUL SUITE
## 25443 Hawthorne Craftsman great location!
## 25444 North Loop Coop
## 25445 With an eyeshot of GGB.
## 25446 Beautiful 1 bedroom in the Marina!
## 25447 Quiet, sunny 2BR Mission home & private garden
## 25448 Amazing view from lux 1 bedroom apt
## 25449 Large bright room & TV in Seattle
## 25450 Hip Flat - Great dining steps away!
## 25451 Intercity Canopy
## 25452 The Olde Manse-Hafner Haus 2nd unit
## 25453 Great Apt in Fabulous Shaw Location Near Metro
## 25454 Conscious accommodations in NW DC
## 25455 La Boheme. Don't Just Visit...LIVE!
## 25456 Courtyard Cottage. A city's refuge
## 25457 Artistic, Peaceful, Creative Haven
## 25458 Mid-City Historical Shotgun Home
## 25459 Independent Suite near LAX, Beaches & Colleges
## 25460 12 South Loft - Private Guesthouse
## 25461 Modern Loft in Downtown Long Beach
## 25462 STEPS FROM USC !! 5 MIN TO DOWNTOWN !
## 25463 Private Pool House w/Steam Room!
## 25464 3 Bedrm/2 Bath - Bike to Jazz Fest!
## 25465 Suburban room in the city
## 25466 Spacious & Private Studio Cottage
## 25467 Heart of Los Feliz - Free Bottle of Wine!
## 25468 Town house in Mississippi hood!
## 25469 Lovely Room in European-Style Home
## 25470 Private Suite w/ Separate Entrance
## 25471 Charming studio close to Downtown
## 25472 A nice bedroom in San Francisco
## 25473 Lovely 1 Bedroom Terrace Apartment Off H Street!
## 25474 Luxury 2-br home in Logan Circle
## 25475 Midtown West- A COZY ONE bedroom.
## 25476 Best View, Great Location, Concierge, Gym, Lounge
## 25477 Modern 2 bedroom apt in Bushwick
## 25478 Walk Up 2 Bedroom Near Gramercy
## 25479 Room in Beautiful Downtown Duplex
## 25480 Eclectic, Comfy Victorian Home
## 25481 Entire 1 BR Apt. 2 Blocks to Subway
## 25482 COZY STUDIO IN MASPETH QUEENS
## 25483 LARGE 1 BEDROOM APT. IN MURRAY HILL
## 25484 ULTRA LUXURY ONE BEDROOM
## 25485 Awesome Comfortable Room in Great UES Location
## 25486 Beautiful 1br on Upper West Side
## 25487 House on the Creek - 4BR/3BA - 10 minutes to City
## 25488 The Martin House - Austin, Texas
## 25489 Private room & breakfast in Logan Square
## 25490 Stars'N'Stripes - Little Village (Queen, 2 Guests)
## 25491 Bright and Cozy Vintage Studio
## 25492 East Nashville Modern Brick Tudor
## 25493 Chubbs and I welcome you!
## 25494 Bedroom near downtown Long Beach
## 25495 Newly renovated home in 78704!
## 25496 SOCO /Downtown Oasis (Safari)
## 25497 Modern House near AIRPORT & COTA
## 25498 Private Master,Comfy,Clean Austin
## 25499 SEAPORT AREA WITH 2 BATHROOMS!!
## 25500 Space & Privacy - 15 min dwntwn - free parking
## 25501 Two-Level Rogers Park Condo!
## 25502 Charming Venice Beach Guest House
## 25503 COZY LOFT w/ROOFTOP: #HOTLOCATION
## 25504 Historic Zorthian Ranch Studio
## 25505 Great Last Minute Deals!!
## 25506 2 Bed Rm & 2 Bath Condo w/ Bay VIew
## 25507 Affordable private room in SF
## 25508 Artist Studio Carriage House
## 25509 CAPITOL HILL Private Suite
## 25510 Xlarge 1 BR apt in Adams Morgan, DC
## 25511 Charming DC One Bedroom Apt Near Metro-Mt Pleasant
## 25512 Luxury Modern 4-Bedroom Rowhouse in Logan
## 25513 Cute 2 Bdrm South Austin Bungalow!
## 25514 one bedroom with shared bath.
## 25515 Amazing Suite in the HEART of Hollywood *NICE VIEW
## 25516 Bed Bath Miracle Mile Beverly Hills
## 25517 Nice house in Monterey Park 步行到餐厅商业区
## 25518 Upper level 2+1
## 25519 Spacious Cozy Room in Torrance, CA
## 25520 Ocean Front Dream 2 Stories Condo!
## 25521 Pacific Sunset Residence
## 25522 Fab Garden Dist/Magazine Townhome/Ideal Location!
## 25523 Midcentury Artist Apartment
## 25524 Bright Daylight Apt., SW Portland
## 25525 Beautiful mid century close to dwtn
## 25526 Luxury 1-Bed Apt / Heart of DuPont
## 25527 Thrifty travelers' ideal spot! Come check it out!
## 25528 Sande's Place: Private in-law unit
## 25529 WOW! 1/2 Block Beach *OCEAN VIEWS*
## 25530 Private single room, half bath safe neighborhood
## 25531 Spacious Mission Beach House 3BD
## 25532 Gorgeous w/Parking inDupont /Logan
## 25533 Small Cozy Private Room in DC
## 25534 [1426-2]NEW 3 BR-Bi-Level Back Bay
## 25535 Cozy bed room (Yellow)
## 25536 Lovely Wooded Mother-in-Law Cottage
## 25537 Pike/Pine Urban Oasis Unit A
## 25538 Bernal Heights Suite w/Private Bath
## 25539 Creative 1940s East Austin Bungalow
## 25540 You'll LOVE this great Heated pool/spa house!
## 25541 NEW Zilker Oasis 1br/1ba - Walk to downtown -Pool!
## 25542 Beautifully Open 4 Bedroom Home
## 25543 Treetop Barton Hills Studio Apt
## 25544 Dupont South Private Suite 2
## 25545 Lovely room Adams Morgan in apt
## 25546 Cozy room in a charming villa.
## 25547 BEACHY CHIC COTTAGE STEPS TO BEACH
## 25548 Luxury Contempory Gem in LA
## 25549 Great 1 BR, 2Ba 1912 Dutch Colonial House
## 25550 Hollywood Area Bungalow - Newly appointed
## 25551 Large Pvt Room in Bushwick NYC
## 25552 Beautiful Apt Private Terrace
## 25553 Cabin Atmosphere In East Village
## 25554 ☀ Sunny East Village Retreat ☀ - No Cleaning Fee!
## 25555 Amazing 3BDR close to everything!!!
## 25556 Sunny room in Williamsburg
## 25557 Garden View Room Near Alberta St. and Williams St.
## 25558 The Mission B&B
## 25559 BUNKHOUSE QUEEN C22
## 25560 View, Location and Plenty of Space
## 25561 8 Bed Mixed
## 25562 Dining, Bars, Shops- 93 Walk Score!
## 25563 Sunny Studio near Piedmont Avenue
## 25564 Perfect 8th Avenue Apt in Chelsea
## 25565 Light-Filled Greenpoint Studio
## 25566 Best Location in Greenwich Village
## 25567 Comfy KING bed in modern NYC apt
## 25568 BEST Manhattan Downtown Location!
## 25569 Quaint Room in Upper Manhattan
## 25570 Private room in exciting NYC
## 25571 Original Cabin 15
## 25572 Gorgeous Brooklyn room with private patio
## 25573 Amazing Greenpoint/WBurg, BRKLN 1BR
## 25574 Sunny and bright Brooklyn apt
## 25575 Flatiron studio + dining / sunlight
## 25576 Beautiful &Spacious Master bedroom by Central park
## 25577 Cozy room in Astoria
## 25578 NOW UPGRADED Modern Condo, 10 Mins from the City!!
## 25579 Two-Bedroom Steps from Bedford Ave
## 25580 One Bedroom Apartment in an 1879 Brownstone
## 25581 1/2 a block from Subway
## 25582 Sunny room with a/c in new building
## 25583 Bright & sunny 2 bdrm apt. in Stuyvsant Heights!
## 25584 LuX Bedroom, Lux Bathroom, Garden & Kitchenette
## 25585 Beautiful Harlem apt with views
## 25586 Charming One Bedroom Flat
## 25587 Heart of Williamsubrg 1 Bedroom
## 25588 Spacious, Cool Room in East Harlem
## 25589 Large room in two-story Brownstone
## 25590 Brand New Junior One Bedroom UES
## 25591 Classic Chelsea Apt. near High Line
## 25592 Private room, w/ garden & hot tub
## 25593 Secluded Sea Charm in Central Portland
## 25594 Private Garden Cottage
## 25595 Hostel Comfy bedroom apartment near ballpark
## 25596 Charming and Quiet 1 BDR Apartment
## 25597 Charming Greenwich Village Apt.
## 25598 Apartment in a Historical Home
## 25599 Great apartment on lovely street
## 25600 Great New York City Private Room
## 25601 Cozy Williamsburg Retreat 11211
## 25602 Adams Morgan studio
## 25603 Charming furnished studio - metro
## 25604 HOT LOCATION! Large, Sunny 3BR/2BA
## 25605 Winter Get Away
## 25606 Garden Cottage in Inner Sunset
## 25607 Golden Gate Park Charmer!
## 25608 TOP FLOOR Luxurious Executive Penthouse 2BR
## 25609 Mid-Century Home in Capitol Hill
## 25610 SDSU Guest House / Cottage
## 25611 Hip Urban Retreat in North Park!
## 25612 Balboa Park EcoStudio + yard+HotTub
## 25613 2BR Gem / Eastern Market "The Hill"
## 25614 Perfect location, 2b modern apt.
## 25615 Lincoln Park/DePaul Townhouse
## 25616 The Chicken Coop
## 25617 Stay at The Barn in East Austin!
## 25618 Trendy Space (Ukrainian Village)
## 25619 Cozy Private Basement Apartment
## 25620 Cozy Harlem Shared Apt/Long Term
## 25621 Chic Midtown Oasis + WiFi, Spa, Gym
## 25622 TRIBECA LOFT ROOM WITH AMAZING VIEW
## 25623 Original Cabin 23
## 25624 Sunny 1BR in Williamsburg
## 25625 Convenient One Bedroom in Williamsburg
## 25626 Greenpoint cozy private room + private bathroom
## 25627 One Bedroom Apartment in TownHouse
## 25628 Comfy Private Room in Heart of the East Village
## 25629 Fortune Cookie Say, Spacious Oasis
## 25630 Cozy Room near UofChicago/Hyde Park/FreeParking
## 25631 Spacious studio 1 block from train!
## 25632 PilsenPerfection II 2 Queen beds
## 25633 Casa La Dera
## 25634 Lovely MasterRoom near Universal Studios Hollywood
## 25635 2 Bed 1 Bath Loft Ocean Patio View
## 25636 Buckman Beauty!
## 25637 Pike Place Market - Downtown Apt
## 25638 Cozy Eastlake Flat. Amazing Views
## 25639 Beautiful studio, great location!
## 25640 DC, Near Metro
## 25641 Comfy Studio Apt. on the Hill.
## 25642 Guest Suites at Rhode Island Ave NW
## 25643 Bright + Cheerful Apt- the Real NYC
## 25644 2 Bedroom, 1 Bath apartment in East Village!
## 25645 5th Ave Apartment in Midtown!
## 25646 Spacious space next to Columbia University
## 25647 The Kook House - Rockaways BEST Summer House!!
## 25648 Newly renovated studio apartment.
## 25649 Bright 1BR Apt in Midtown
## 25650 Comfortable Private Room - West Village
## 25651 Lovely Room Minutes From Midtown
## 25652 Beautiful, private, uptown studio
## 25653 Private Bdrm/Bathrm. New! Elevator!
## 25654 Pvt room w/2 beds in huge apt
## 25655 Lux Studio 10 mins to Central Park
## 25656 private room in Greenpoint apt
## 25657 Big Cozy Studio Tree Lined Block
## 25658 Cozy apartment in LES
## 25659 Private Room on SoHo's Best Block
## 25660 Luxury Double Room in Williamsburg
## 25661 TIME SQUARE - STEPS FROM EVERYTHING
## 25662 Artsy/Quaint/Clean Room Steps To Major Exp. Trains
## 25663 elegant pre war two bedroom flat
## 25664 Kick Back and Relax in this Oasis
## 25665 NYC Apartment Central Park area =)
## 25666 The Junior Suite - 15 mins to JFK
## 25667 Owl's Landing - The Twins
## 25668 Master bedroom + large, modern private bathroom
## 25669 Beautiful 2 BRM Greenwich Village
## 25670 Prospect Park Brownstone
## 25671 Affordable Island Oasis (women only, please)
## 25672 Beautiful 1BR Apartment in Soho/WV
## 25673 comfortable space with a terrace
## 25674 CHERYL'S HOME STAY
## 25675 Affordable stay in NYC
## 25676 Bright and Charming in Chelsea
## 25677 Private Room,Manhattan,New York
## 25678 Brooklyn is HOT!
## 25679 Spacious 1BR, Adorable Clean Quiet
## 25680 Authentic Artists' Loft
## 25681 Private, quiet room with quick access to Manhattan
## 25682 Moving to Portland Central
## 25683 Tropical Paradise Pool Patio House
## 25684 LARGE LOFT WALK TO BEACH
## 25685 New 1Bed w/ Gorgeous Kitchen + Bath
## 25686 Cosy cottage 10 mins to Downtown LA
## 25687 1 Bdrm Apt/Hillside Home-Eagle Rock
## 25688 Gold Coast Experience No.2 by CHICAGOAN
## 25689 Charming Lakeview Studio
## 25690 1 bd 1 ba in a secure Downtown Long Beach condo
## 25691 Renovated Apt. In Valley Village
## 25692 Bohemian Venice Bungalow
## 25693 2 Bed 2 Bath Modern Cape Code Home
## 25694 Bed & Breakfast 3 miles 2 downtown
## 25695 Quiet And Spacious Private Room
## 25696 Beautiful Northwest Hills duplex
## 25697 铜壶民宿,幽静套房,独立进出,独立卫浴,近公园,图书馆,餐馆,超市,健身房,你一定会满意!
## 25698 Modern Aritist Bungalow
## 25699 Garden District Carriage House with Pool
## 25700 The Cabana
## 25701 5BR/2BA 1900 Sq Foot Apt in NOLA
## 25702 Walk to ACL -1 mile to Springs!
## 25703 Beautiful apt in Logan Square!
## 25704 Garden Two Bedroom in Logan Square
## 25705 HOME SWEET CHICAGO- near McCormick!
## 25706 downtown heart of new orleans
## 25707 Albert's Entire Cozy Home
## 25708 Festival Home Near StreetCar & French Quarters
## 25709 Charming and Sunny Apartment!
## 25710 Silverlake Craftsman- the dining room anyway! LOL
## 25711 Hip Remodeled Airstream Trailer - close to DT
## 25712 Casita Querida dans Ma Maison Chouette
## 25713 2F 4 Bed 2 Bt Loop UIC & Mc Cormick
## 25714 Charm on the park, fully upgraded
## 25715 Modern Boston 2+ Bdrm Harvard/BU
## 25716 Spacious 2/1 Condo Near Subway Stop
## 25717 PRIVATE ROOM & BATH!BUSINESS READY!
## 25718 Flushing Deluxe Room w/1Full and 1Twin Size Bed
## 25719 Spacious Bedroom with Living Area
## 25720 Huge Living Room
## 25721 Harlem C'mon INN
## 25722 Private Apt close to Manhattan
## 25723 PRIVATE BEDROOM IN COMFY & CHIC UWS APT!
## 25724 Beautiful 2BR Upper West Side- Great For Families
## 25725 Bright 1 BR APT steps from Broadway
## 25726 Hip Hawthorne Area (Single Bed)
## 25727 Close-in Alameda/Alberta Access
## 25728 Relaxing Woodstock Haven Near Reed College
## 25729 Private Room & Bath: Clean & Comfy
## 25730 2 or 3 Private Rooms for Your Group
## 25731 Cozy Garden Cottage
## 25732 Fantastic mountain view 2-bdrm home
## 25733 West Roxbury (Boston) private room
## 25734 California Beach Life (400 ft to the sand!)
## 25735 French Quarter PENTHOUSE#1 - Party Pad! COURTYARD
## 25736 "Calm in the Inferno"
## 25737 *BEST* Large 2 Bedroom Guest House w/ Pool
## 25738 Bright lovely artist Studio in Korea town
## 25739 Spacious w Hotel Feel Contact for 3D walk-through
## 25740 Best deal in LA! Own room w lock! b
## 25741 LA San Gabriel Sweet Room圣盖博 高级雅房B
## 25742 Cozy Home at LA
## 25743 The Nashville Nifty Suite!
## 25744 Your Private SoCo Treehouse - 78704
## 25745 Comfy 2 BR West Town Apartment
## 25746 A.Parking WIFI minutes to Downtown
## 25747 2 Private Bedrooms/Private Entrance/Private Bath
## 25748 4 BR Mission Terrace Victorian Gem
## 25749 •Chic 3BR Party House Near Downtwn•
## 25750 Private Suite w Jacuzzi near UW!
## 25751 Large private beautiful suite close to downtown.
## 25752 "ZEN" Venice Beach studio. One block to Ocean!
## 25753 A large, stylish, comfy & couture
## 25754 核桃宁静美屋,给你家一样的感觉!
## 25755 C2E's Villa Suite
## 25756 Cozy Retreat/Private Bathroom
## 25757 Stunning Studio in the Heart of Bywater-Marigny
## 25758 Cozy French Quarter Condo
## 25759 "Light" Room in Hilltop House!
## 25760 2brm 3TV home near beach+downtown
## 25761 A Cozy NOLA HomeBase - NOLA is yours to explore!
## 25762 Cute, Cozy Cottage in Nashville
## 25763 Kimi's Cottage - Class & Character
## 25764 Silver Lake Craftsman- great views!
## 25765 Spacious 1 bedroom BackBay
## 25766 Sunny renovated 1 bed, near BC,BU
## 25767 One bedroom in a 2BD apartment
## 25768 Spacious 1 bedroom in East Boston.
## 25769 Comfortable 1 BR in Beacon Hill
## 25770 3F Rm1 Vintage GrayStone Downtown
## 25771 Vintage Dream-PRIVATE
## 25772 Charming Victorian Furnished Home
## 25773 Vintage Charm Near Lake
## 25774 Wi-Fi, Jacuzzi, Beautiful View
## 25775 Room in a cozy home in NE Park Hill
## 25776 HOLLYWOOD SIGN VIEW LUXURY SUITE 2BR/2BTH/FREE PRK
## 25777 Hollywood Upgraded Delight!!!
## 25778 Largest Property In The Beach Areas
## 25779 Historic Shot Gun House Steps From French Quarter!
## 25780 Mid-City /Bayou St. John
## 25781 williamsburg style + design /2 blocks to bedford L
## 25782 PRIVATE LARGE STUDIO FOR YOU, PLUS!
## 25783 Charming Spacious Renov Duplex E79
## 25784 Single bed in nook of art house
## 25785 A Real NYC Experience
## 25786 Tranquil in the heart of Brooklyn 1
## 25787 Rustic Bohemian 4 Bedroom Loft
## 25788 Hip & Vintage Brownstone! Spectacularly Spacious!!
## 25789 Perfect Private Garden Apartment, 2 blox to subway
## 25790 Beautiful stylish one bedroom home!
## 25791 Cozy studio/kitchen, bathroom
## 25792 Room at Sarah's Place -Females Only
## 25793 Welcome to the (Greenpoint) Jungle!
## 25794 A Sweet Heartwarming Home in the Heart of New York
## 25795 2 Bedrooms 100% Private
## 25796 Sunny Upper East Side Escape
## 25797 A slice of country in the city
## 25798 Private cottage-up to 5-6-SoCo/SoFi
## 25799 Passive Haus near Max Line
## 25800 Cozy Private Apartment by the Park-Hawthorne Area
## 25801 Country living in the Mission!
## 25802 Your cozy private oasis in La Jolla
## 25803 Bungalow by the Bay Sunsets & Sails
## 25804 The Oasis in the heart of DC. w/ Parking
## 25805 Ardenwald/Sellwood Apt 7 blocks to Max, 10 Min DT
## 25806 2 Bed house in quiet neighborhood
## 25807 Beach Getaway - Ocean & Bay
## 25808 2 Bedroom Condo in Hotel Circle
## 25809 Huge Upscale Private Room in Central Harlem
## 25810 Studio sized private room with Bath
## 25811 Huge bedroom on the River
## 25812 LUXURIOUS 2BR - CENTRAL LOCATION!
## 25813 Spacious Centrally Located Apt!!!
## 25814 Bright, Cheerful Bedroom For Two Visiting NYC!
## 25815 BRIGHT SUNNY QUIET CLEAN private room near subway
## 25816 Large room in Beautiful communal house
## 25817 ZILKER! 4 bed / 3 bath w Pool and Spa by Greenbelt
## 25818 LARGE PRIVATE BED + BATH, LES
## 25819 Private 2-3 Queens (Ridgewood) 6R
## 25820 Super Convenient Studio
## 25821 Private 1 bedroom Apartment W Patio near the Park!
## 25822 Classic Upper East Side 1 Bed (king bed) Apt
## 25823 3 mins from Grand Central!
## 25824 Mammoth 4Bed/3Bath LOFT/Mulberry II
## 25825 Charm w/amazing city view by PS1
## 25826 Cozy bedroom in eclectic house
## 25827 For the couch surfer
## 25828 Full garden apartment in Brownstone
## 25829 Your home away from home
## 25830 PRIME apartment in East Village!
## 25831 LIFE AT COLONIAL OLD WORLD CHARM
## 25832 Large Room 40 min Ride to Times Sq!
## 25833 Room on the Upper West Side
## 25834 High End WestVillage 1BR Apt
## 25835 Cozy 1BD Apt in NYC
## 25836 #5. Cozy room close to all!
## 25837 nice room in bedstuy 13
## 25838 Pullman Art Studio - One Person
## 25839 Beautiful Centrally Located Home
## 25840 Refreshing 1 bed w/ formal dining + Parking
## 25841 Beautiful apartmen, JUST RENOVATED!
## 25842 2 bed/1 bath in Inglewood.
## 25843 Spacious and unique 1 bdrm / 2 bath
## 25844 Charming Sun-lit Two-Story Apartment
## 25845 Futon in Livingroom_8PM to Morning 9AM Stay Only
## 25846 Amazing1BR in heart of Williamsburg
## 25847 Sunny Loft in Clinton Hill
## 25848 Chelsea Apt Steps from Everything
## 25849 Gorgeous Studio Apartment close to Subway
## 25850 one bedroom near Lake Merritt
## 25851 The Oasis of Utica
## 25852 Sunny and cozy bedroom in Ditmas Park
## 25853 Ashbury Heights Elegant Flat
## 25854 UCSF, SFSU, Golden Gate Park, Ocean Beach
## 25855 Eclectic Victorian Room with Private Bathroom
## 25856 Bright Private Cottage - Great Southeast Location
## 25857 DC Comfort and Ease
## 25858 Central Apt Dupont, U St, Adams Mo
## 25859 ♥ A Zen Retreat in the Heart of PDX
## 25860 Cozy Green Lake Cottage
## 25861 Beautiful Hayes Valley 1 Bedroom
## 25862 Private Room in Adorable 1930s
## 25863 Contmp Remodel 1 bdm 1ba w/parking
## 25864 Elegant Columbia Heights House With Parking
## 25865 Laurel Garden and Spa
## 25866 Cozy Private Room 1-2people by JFK
## 25867 Lofted Bed in a Funky Family Loft!!
## 25868 Brand New 1 Bedroom Apartment with Spacious Patio
## 25869 Close in Cozy Condo with Board Games Galore!
## 25870 Sunny, roomy suite with deck, sauna
## 25871 Amazing two bedroom Nob Hill gem!
## 25872 Noe Valley Room With Great Views
## 25873 A Gorgeous View in Downtown Seattle
## 25874 Beautiful 2BR/1.5BA in Adams Morgan
## 25875 Lovely Studio in Heart of SE PDX
## 25876 Craftsman Home in Glendale Hills!
## 25877 Private Furnished Room
## 25878 Peaceful place
## 25879 Cozy Cool Guesthouse with Jacuzzi
## 25880 Incredible apartment in LA's best location!
## 25881 Private Bedroom + bath Central LA
## 25882 UCLA Westwood Luxury Apartment 1
## 25883 Modern Loft At 5 Points Walkable!
## 25884 DTLA 2 Bedroom With FREE Parking
## 25885 Great place for Great people! DTLA
## 25886 Hollywood Hills 2BR Upper Unit
## 25887 Top Floor Unit in Cap Hill w. Views
## 25888 Cozy bedroom on Queen Anne Hill
## 25889 Modern Studio in the Heart of Haight Ashbury
## 25890 2 Bedroom Home by Beach w/ Garden
## 25891 Bright House off SE division street
## 25892 Sofa w/ 60 inch TV & Free Bar!
## 25893 Stylish 2BR Apt. Best location!
## 25894 Private Victorian Apt near Quarter
## 25895 Artist/Writer Apt @ Hollywood HIlls
## 25896 LA No. 3 Moonlight Room “月光房 ”
## 25897 Spacious West LA Studio (307)
## 25898 Santa Monica/Brentwood home w/ yard
## 25899 Economic shared room
## 25900 Premium Bdrm w/ private Bath
## 25901 Beautiful Venice Bungalow House
## 25902 Private Guest Suite
## 25903 ✟ Icon in the Bywater: 3-bed, 3-bath + parking! ✟
## 25904 Quiet room in charming Midcity 2BD!
## 25905 Coach House blocks from Wrigley Field, Lake & Zoo!
## 25906 Cozy room in great location
## 25907 Audubon Park Carriage House
## 25908 Unique Upscale Urban Abode
## 25909 Charm, Comfort & Serenity w/Hot Tub
## 25910 High End Phinney Apartment
## 25911 Brand New DC Flat+parking
## 25912 Small sunny bedroom & more in Inner Richmond Apt
## 25913 New 2 BR Apartment within a Dupont Brownstone
## 25914 Beautiful Hyde Park Home near UT
## 25915 Central East Private Room- Close UT
## 25916 Luxe Spa Bungalow - Walk Downtown!
## 25917 Studio 3 South End: by Spare Suite
## 25918 Cozy Room in Row Home w/Free Parking &Metro Nearby
## 25919 U Street Chic-Walk everywhere
## 25920 Luxury Living in the Heart of San Francisco
## 25921 10.4 - Perfect place to explore the Mission
## 25922 Charming Belltown Corner Studio
## 25923 Large 2BD Apartment Right Downtown!
## 25924 Mid-century Duplex in Wallingford
## 25925 Coastal Getaway at Corcoran Lagoon
## 25926 Downtown Victorian Loft Getaway #4
## 25927 Private, cozy basement apartment
## 25928 Private room/bath - Madrona/Seattle
## 25929 Stylish 2-Level Capitol Hill Flat
## 25930 The Two Towers Guesthouse
## 25931 Spacious Studio Close to Everything
## 25932 Central+Spacious San Francisco Flat
## 25933 Comfy and Smart on Prospect Park
## 25934 Huge Brooklyn Loft/Terrace/NYC view
## 25935 1 ROOM IN AMAZING TRENDY NYC LOFT
## 25936 Beautiful Room in East Williamsburg
## 25937 New Apt/less 5min walk to train
## 25938 Park Slope Brownstone / large room
## 25939 Remsen Village Rental II
## 25940 Close in NE Portland/ Restaurant Row!
## 25941 The Blue Room on Capitol Hill
## 25942 GaslampLoft A FreeParking Walk2Conv
## 25943 Hikers Paradise/ Folk Art Museum
## 25944 {Contemporary Urban Retreat}
## 25945 Charming Capitol Hill Garden Apt
## 25946 Love Austin Music & More
## 25947 North End 1 BR Gem in Little Italy
## 25948 Constance Street Charmer
## 25949 3 Bedroom - Heart of Andersonville
## 25950 Vintage Guesthouse Amidst the Trees
## 25951 Vibrant Venice Beach Bungalow
## 25952 Corner Condo in Midtown by Downtown & Vandy
## 25953 Private room, full bed
## 25954 ★ Luxury 3BR Townhouse ★ WITH OCEAN VIEW!
## 25955 Bright sunny bedroom in large house
## 25956 Downtown Luxury Suite 2
## 25957 Charm, space & comfort in Bed-Stuy
## 25958 Spacious Bedroom in Gorgeous Renovated Apartment
## 25959 Modern, Private Residence in Bed-Stuy, Brooklyn.
## 25960 Beautiful Marina 3Bed Steps to Sand & Venice Pier!
## 25961 Sweet Room+desk in Rustic Home
## 25962 Hip 1 Bedroom with Stunning Views
## 25963 12th South Victorian Near Downtown
## 25964 Peaceful Gem in Historic Neighborhood!
## 25965 Uptown Elegance Ideal for Visiting Professionals
## 25966 Spacious Logan Square Apartment
## 25967 Huge sunny room, Classy Apt, Shared bath, Redline
## 25968 DENVER AIRPORT LAYOVER 24/7 Wifi
## 25969 Great 1Br Apt 5 Min Walk to Wrigleyville/Southport
## 25970 Best Location in Austin! Charming 3 BR house!
## 25971 Mueller-UT-Dtwn Private Bed & Bath
## 25972 Big-Beautiful Home-near Universal Studios
## 25973 Bright and Spacious 3 Bedroom Pasadena Family Home
## 25974 All Furnished Private Room (Orange)
## 25975 Brownstone Penthouse near Fenway
## 25976 Awesome Room in Baker neigborhood
## 25977 Private Master Room w/ Private Bath near McCormick
## 25978 Gelaja Los Angeles LAX,Shop&Casino
## 25979 Cozy Uptown get-away! Come relax & play.
## 25980 Comfortable and Spacious Studio in West LA (304)
## 25981 Relax On Rose Ave, Venice Beach, California
## 25982 Ocean Views in Venice Beach!
## 25983 Beautiful Large Suite in Hollywood!
## 25984 The Happy House-Seattle Urban Oasis
## 25985 Centrally Located in Hillcrest
## 25986 Room in the heart of North Park
## 25987 Central, Safe, Cozy Sunny Artist Loft w/Hammock!
## 25988 Beautiful Room in the Heart of Downtown
## 25989 Big apartment, comfy - calm bedroom
## 25990 Adorable 2 Plus BR Home w/Garden
## 25991 The Bayside
## 25992 Sunny light filled bedroom
## 25993 3 Story Modern House & Photo Studio
## 25994 SLEEP IN OUR CHURCH ! !
## 25995 Home in a Luxury Designer Building + Rooftop Views
## 25996 Your own lovely pre-war brownstone!
## 25997 Quiet apt in the heart of Manhattan
## 25998 NEAR THE CITY THAT NEVER SLEEPS!
## 25999 Minimalistic 1 bedroom in the heart of Manhattan
## 26000 Private room by Lake Washington
## 26001 Sunny Hilltop Room w/ private bath
## 26002 Bright rm/Mission (w/pinball)
## 26003 Union Square Studio
## 26004 Great apartment, 3 miles to downtown!
## 26005 Private mini house in PDX!
## 26006 Retro & Convenient to Downtown in Burnet District
## 26007 East Side Downtown Cottage by Lake
## 26008 Gypc Girl's Pad
## 26009 S.END: Huge industrial cool condo!!
## 26010 Safe clean spacious private room Queen bed
## 26011 Kings Lovers Retreat
## 26012 Clean/Convenient in Belmont Heights
## 26013 Yurt SilverLake Great Location
## 26014 Music Studio in Burbank, Not quiet!, 1 bed, 1 bath
## 26015 Bright. Comfy. Perfect Venice Spot!
## 26016 Sanctuary on Southport
## 26017 Modern Home in the heart of WEHO
## 26018 Airbed for Budget Savvy Travellers
## 26019 Quaint studio in Hollywood w/ patio
## 26020 Midcity! Easy to French Quarter & Downtown!
## 26021 Downtown Loft-Newly Renovated- Middle of Downtown!
## 26022 Heart of New Orleans CBD Condo
## 26023 Friendly East Nashville home
## 26024 Big Party House East Downtown
## 26025 Charles St, Studio Apt, Boston #52
## 26026 Spacious bungalow in NW Denver.
## 26027 W 6th Condo, walk to ACL!
## 26028 Private cute 1bd apt calstate L.A hills w/balcony
## 26029 62 Poolside Bright Bungalow Near Beach Sleeps 2
## 26030 Large private detached room in back of house
## 26031 Room close to Disney
## 26032 Private (w2) full-bed room
## 26033 Armstrong Corset Lofts - 303
## 26034 Great loft space with private room.
## 26035 FloGusto's
## 26036 Garden District Efficiency Apt
## 26037 Share my Beach home...
## 26038 Clean Relaxed and Spacious
## 26039 Cozy Home 2 near LAX
## 26040 Good Vibe Dreamland- East Nashville
## 26041 Updated & Cozy 1 BR/1 BA in Belmont
## 26042 Charming studio apartment in Adams Morgan.
## 26043 Sawmill: 80 year old cabin
## 26044 Large Private Room & Private Bath
## 26045 Two private rooms in San Diego
## 26046 Beautiful Home Near Everything
## 26047 Beautiful Victorian in Noe Valley
## 26048 Your Happy Place Urban Retreat
## 26049 Bright Urban Studio
## 26050 One Bedroom & Bath, Modern Home in Capitol Hill
## 26051 14th Street bright Studio Apartment
## 26052 Art lovers and Kids Mecca!
## 26053 6th St loft right downtown C4
## 26054 2 BR Luxury Condo, Downtown Boston
## 26055 Perfect Location to Explore Boston
## 26056 East Side Brand new! Close UT-DownT
## 26057 One Block to Wrigley Field
## 26058 One bedroom/bath historic Hyde Park
## 26059 Spacious, Cozy Room Next to Train!
## 26060 DEEP EDDY CENTRAL - Walk to Everything in ATX
## 26061 Hill House in Wonderful Bouldin!
## 26062 1 Bedroom GuestHouse w/private yard
## 26063 Private modern bungalow in Belmont Heights
## 26064 MODERN RUSTIC Mountain Retreat
## 26065 Hollywood Sign Views Guest Room
## 26066 Private room in the Heart of Hollywood (w Bath)
## 26067 Vintage Charmer
## 26068 Private Loft in Hip East Nashville!
## 26069 Spacious Brand New 2 Bed Apartment
## 26070 LUXURY MODERN GETTY HOUSE - walk to shops & Beach!
## 26071 3BR/2BA Condo on Music Row/Vandy
## 26072 Historic 2 BR,1 BATH w/ shared backyard
## 26073 Sunny full + twin beds, 5 min Walk to J Train
## 26074 Nice Private room on Broadway
## 26075 Overnight bed by Central Park
## 26076 East Village - private room - chill
## 26077 Light & Airy East Village 1 Bedroom
## 26078 Charming Studio in East Village
## 26079 APT COZY & MODERN IN TIMES SQUARE
## 26080 Original Cabin 12
## 26081 SUNNY LARGE 1BED GREAT LOCATION
## 26082 Large Luxury Upper East Side Studio
## 26083 Cozy Loft in Penthouse Apt on UWS
## 26084 Single Room with fridge & wifi
## 26085 Palisades Jewel
## 26086 DTLA close to everything
## 26087 Newly Renovated Contemporary Home
## 26088 2BR/1.5Bth-2StoryDUPLEX-TimeSq/42St
## 26089 Cozy Room in a Tribeca Loft
## 26090 4 mi to Venice beach (Master bdrm)
## 26091 LA Boardinghouse - Simple Private Room
## 26092 Palos Verdes, resort like home
## 26093 Helen's Place A FAMILY HOUSE
## 26094 DU area/Three story Victorian/twin
## 26095 Cozy private room on Chicago's west side
## 26096 Sunny Logan Square Bedroom
## 26097 Grand Ole Opry Apartment
## 26098 Heart of New Orleans with a Hip Host!
## 26099 Charming rooms in Brooklyn!
## 26100 Private room close to Manhattan
## 26101 Upper East Side lovely apartment
## 26102 Modern 2 Bedroom Apartment in Williamsburg
## 26103 A REAL New Yorkers Wall St
## 26104 Union Square Gem! 3 Bedrooms/2 Baths w/ amenities
## 26105 Quiet Cozy Upstairs BR Green Lake
## 26106 Private studio with bathroom + free street parking
## 26107 2 Twin beds with a full bath
## 26108 Luxury Apartments in Downtown
## 26109 Eat, Sleep, Relax! Private Hilltop 2 Bedrm Retreat
## 26110 Rustic Cabin in Hollywood Hills - Vintage Retreat!
## 26111 Private, Comfortable Studio Apt!
## 26112 Spacious and Beautiful 3 bedroom apartment in WeHo
## 26113 HUGE W. HOLLYWOOD 3BED +PARKING! WALK 2 EVERYTHING
## 26114 BEAUTIFUL HOLLYWOOD HILLS GETAWAY!!
## 26115 1 bdrm Apt Near Noho Arts & Universal Studios!
## 26116 private room with vintage detail
## 26117 Luxury Penthouse High Rise in LODO
## 26118 NYC vibe in WeHo
## 26119 Prime location! Spacious West Hollywood 2bd/2 bath
## 26120 Beautiful Solar Powered Lake House
## 26121 3bdrm/2bath near Downtown&BNA
## 26122 Stay at Atelier Treme Art House!
## 26123 Enjoy our modern, tropical home!
## 26124 The Pink Lady- East Austin Eco Gem!
## 26125 Lakeview/Wrigley Master BR & ensuite full bath
## 26126 Beautiful Cute Bedroom in Albany Park
## 26127 Stunning 3 Bed Victorian Downtown
## 26128 Hillside Hideaway
## 26129 Porch & Park Right Off Magazine St!
## 26130 Super Clean & Contemporary Unit
## 26131 Private room shared bath USC
## 26132 Walk to LACMA & Grove,3 bed, 2 bath
## 26133 Private Rm in New Venice Beach Apt
## 26134 Downtown Austin Luxury
## 26135 Small East Austin 1BD with Parking
## 26136 Cozy room in comfy NE Portland home
## 26137 Modern Sanctuary in the heart of Concordia.
## 26138 Cute Bedroom In Beautiful House
## 26139 Spacious, Unique Home, Minutes from the Beach!
## 26140 4Bd, 4Bt, Pool, Across from UCLA
## 26141 Newly Renovated Marigny Shotgun
## 26142 Family-friendly 2 bed apt.near Manhattan
## 26143 SPACIOUS STUDIO-HIGH END FINISHES
## 26144 Yankees Room in the Bronx
## 26145 PRIVATE ROOM IN NYC ARTIST LOFT
## 26146 Private Bedroom in Queen -JFK 8mins
## 26147 Sunny Brooklyn Brownstone apartment
## 26148 Lovely Couples Beach Retreat!
## 26149 Unique industrial feel in Mission
## 26150 Ultra-Modern 1Bed w/ Amazing Views
## 26151 Home away from home - Capitol Hill
## 26152 Portland City Lights
## 26153 Quiet Relaxing home in Southwest Austin
## 26154 Garden apt in the Mission
## 26155 HIP, NEW HOME IN PORTLAND HOT SPOT!
## 26156 Cozy Attic Studio on Streetcar Line
## 26157 Modern Bright 2BD with Backyard
## 26158 Cozy Home near Disney, Knotts, The Gardens Casino
## 26159 Unique house with the divine garden
## 26160 Bright Los Feliz Studio, near Hollywood Sights
## 26161 Private & Lux Suite in Agoura Hills
## 26162 Airy Room w-Private Bath & Bike near Grove & LACMA
## 26163 Charming Santa Monica Loft
## 26164 Brand Spanking New Venice Studio!
## 26165 Beachy 3Bdrm in Heart of Venice 2 Blocks from Sand
## 26166 Private brand-new Venice studio
## 26167 Charming 1BR in heart of Mid-City
## 26168 2BR Downtown Boston
## 26169 South End Charm- Private Bed/Bath
## 26170 Sotikon Rental
## 26171 Tree Nestled/City View House 200.night
## 26172 美國洛杉磯東區哈崗別墅舒適三人大套房
## 26173 Serene Traveller's Dream in Pasadena
## 26174 Cozy Bedroom and Bath Heart of BH
## 26175 Great location close to Downtown LA
## 26176 Private Guesthouse
## 26177 Charming Bungalow near The Grove
## 26178 The Captain's Cabin
## 26179 The Coziest Retreat in N. PB
## 26180 Marina District Room
## 26181 Welcome to the edge of the Earth!
## 26182 Lovely Central Santa Cruz Westside
## 26183 Oceanside Parkside #2
## 26184 Sunny room in Washington, DC
## 26185 DC Luxury Flat With Parking
## 26186 Cozy 1 Bed/1 Bath Uptown w pool!!
## 26187 COZY SPOT
## 26188 THE REGGAE ROOM
## 26189 Sunny Industrial Loft in Brooklyn
## 26190 Close to Columbia U,Central Park,M
## 26191 Experience New York in the Heart of Times Square
## 26192 Private, quiet spacious room with tons of sun!
## 26193 Central Park - Master Room for 2 to 4
## 26194 Charming Studio Upper East Side
## 26195 Great West Village apartment
## 26196 Spacious North Lakeview 1 Bedroom
## 26197 Gorgeous 2-Bedroom Sunny CBD Flat
## 26198 Private room and bath in New Orleans
## 26199 Penthouse condo in Victorian house
## 26200 Spacious and Bright Centrally located Guest House
## 26201 Central Beverly Hills/Los Angeles
## 26202 Mediterranean Beach Luxury
## 26203 Very Comfortable Studio(BunkBed#2)
## 26204 Super Cozy Place for backpackers 6
## 26205 Large 3-Story Santa Monica Townhouse
## 26206 Burbank Hills Amazing Views!
## 26207 Private Redondo Retreat
## 26208 Charming & Cozy 1 Bedroom in Eclectic Central ATX
## 26209 Spacious apartment with beautiful garden
## 26210 Quiet, Private Bed & Bath Space
## 26211 Private room in spacious condo!
## 26212 2 bed,1 bath in the Heart of Boston
## 26213 Private entrance and room in Belmont Heights
## 26214 2 Bdrm Hollywood Oasis w/ parking!
## 26215 Betty's Midcity Studio
## 26216 Beautiful Guesthouse Near The Grove
## 26217 Malibu Surf Bungalow
## 26218 Airstream Drive-in Private Camp-Out Aventure
## 26219 HUGE 3+3 VIEWS 2200sf Hollywood Hts
## 26220 LOCATION!! 1BD/1BTH mins from 3rd St & Pier CP205
## 26221 Private Home by Beach w Sundeck Firepit & Parking!
## 26222 4bdrm home in walkable SE Portland neighborhood
## 26223 Hotel 964 Queen Bedroom
## 26224 Modern Apt, Downtown/Bay Views, BBQ ***STR-0000645
## 26225 Hotel Style B&B Vacation Rental
## 26226 Beautiful studio on Dupont circle
## 26227 Views of the Pacific Ocean & Los Angeles
## 26228 Great Room near LAX and Venice
## 26229 East Hollywood Large 1 Bedroom Free Parking
## 26230 Private Retreat in Hollywood Hills
## 26231 1 mile from Venice Beach
## 26232 Huge 5 Bed Artist's Home in Venice Beach w/ Yard!
## 26233 Sleek, Modern 2-bedroom Oasis in Weho w Parking
## 26234 NEW MARIGNY CONDO! - 3 Blocks from French Quarter
## 26235 Modern 1 bedroom Loft Downtown New orleans
## 26236 Opulence in Hillsboro Village
## 26237 Cozy Private Room with own entrance
## 26238 Luxury Apartment- Vandy Stadium
## 26239 Sunny, private duplex SE Portland. Walk/bike/drive
## 26240 Magnolia Midcentury Private Den
## 26241 Ideal 1-Bedroom Apt. in SF Mission
## 26242 Elegant Tangerine Room w/Breakfast
## 26243 Cozy Gay getaway on Capitol Hill
## 26244 SPACIOUS with Views & Roof Deck = *5/5 STARS*
## 26245 Large classic Edwardian full-floor Richmond flat
## 26246 Penthouse in Heart of MissionValley
## 26247 God Bless TX II! Be my guest!
## 26248 Cozy 3 Bedroom, 1 Bath, 1st Floor
## 26249 Cozy Room with Private Entrance
## 26250 Beautiful room, fantastic location!
## 26251 Vintage Tudor in SoCo
## 26252 Solo female traveler, hosting same!
## 26253 Welcoming room in a 2 bedroom home
## 26254 Cozy Sunny Bedroom/office by subway metro
## 26255 Roscoe Village's finest accommodations
## 26256 Large 2 BR|2 BA + Patio in Back Bay
## 26257 4Br w/ Stunning Views in Los Feliz
## 26258 Stylish 1 Bdr Apt in Beverlywood
## 26259 2 Blocks from Sunset Blvd, walk to Echo Park!
## 26260 Charming 2BR--20 min to Manhattan
## 26261 Lovely 1 Bedroom Apartment in Chelsea
## 26262 Great location 1st floor Beautiful!
## 26263 Private Room & Bath, 3rd Floor (3.2)
## 26264 Sunny Private Room nr 4 Train Lines
## 26265 Lil' Travel Depot in SE PDX - Cozy Comfort1
## 26266 Classic Portland Walk up with balcony- NW 23rd
## 26267 Modern 2 Bedroom Suite
## 26268 Quiet, newly-refurnished room
## 26269 Comfy room in a great location
## 26270 St. Johns Farmhouse
## 26271 Spacious Garden Retreat
## 26272 Spacious Sunny Loft-Steps to Subway
## 26273 Room 3, Victorian House to Enjoy!
## 26274 Convenient Shared Space Bed in Flushing Downtown
## 26275 Madison Room in Airy Townhouse
## 26276 Modern Downtown Space for Families: 3 bed | 2 bath
## 26277 Charming Park Slope Apartment
## 26278 5 BED DUPLEX 3 BATH,15 MIN TO CITY
## 26279 Large, light-filled, comfortable!
## 26280 Clean Spacious Room in Flushing
## 26281 Cozy Private Room in East Village
## 26282 Private Brooklyn 'Penthouse'
## 26283 REDUCED: 1 Large Bedroom Apt- Location, Location!
## 26284 Artist Loft close to all
## 26285 Sunny light filled comfy bedroom
## 26286 Sunny East Village Loft Apartment
## 26287 Airy, Furnished North Oakland Flat
## 26288 Spring into Bed Stuy!
## 26289 Lovely private home in LES
## 26290 Gorgeous room in historic Harlem street
## 26291 Large triplex Best location to rent. 3 bedrooms
## 26292 Cozy Room/ 10min LGA
## 26293 Comfy Shared LivingRoom near NYC
## 26294 Crown of The Heights
## 26295 Spacious Clean Living Room/7 Train
## 26296 Prospect Heights Light-filled Loft
## 26297 Big Blue Room in Bushwick - 20 Mins to Manhattan
## 26298 Cozy 2 Bedroom in NE PDX
## 26299 LOCATION "Multnomah Falls" King bed
## 26300 Lark Street Cottage in Historical Mission Hills
## 26301 One Block from Bay in Pacific Beach
## 26302 Modern Vintage Eclectic in Ballard
## 26303 Ditmas Park Beauty
## 26304 HUGE 5-Star Room from a 5-Star Host!
## 26305 Modern loft in Cobble Hill, BK
## 26306 The Bushwick Bohemian Experience
## 26307 Bright, Downtown NYC - private loft
## 26308 Williamsburg Penthouse w Terrace and Skyline Views
## 26309 The Garden Loft - Spacious 1000sft With Prv Garden
## 26310 Magical Yellow Room near UC Campus
## 26311 Luxury 1 BR English Basement in Perfect Location
## 26312 Gorgeous Eco Home, Close to so Much
## 26313 B&B Cozy Room for Lone Traveler
## 26314 Industrial Chic Ensuite Cottage
## 26315 Lazy 'J' Retreat
## 26316 Vintage Wrigleyville Apartment w/ private parking
## 26317 Close to Everything & On a Creek
## 26318 Portion of Older House in Downtown
## 26319 Smart Home in Stellar Location
## 26320 2 miles to Downtown & Cherry Creek
## 26321 2 Blocks to City Park, Museum, Zoo!
## 26322 Loft Suite @ Box House Hotel
## 26323 AUTHENTIC TRIBECA LOFT NEAR SOHO
## 26324 Best Spacious Clean Cozy 2-Bdrm. 15 mins to Manh.
## 26325 Spacious 2 Floor 1 Bed Apartment!
## 26326 Amazing HUGE NewlyRenovated 2BDRM!!
## 26327 East Village Gem
## 26328 Lovely studio
## 26329 European eco-chic in trendy Bklyn 2
## 26330 Large, Sunny, Perfect Location
## 26331 Architect Designed - Great Location
## 26332 Close Comfort and Capitol Views
## 26333 Gorgeous/Spacious 2 Floor Apartment
## 26334 Private Guesthouse in trendy Melrose area
## 26335 Private Bedroom/Bath in Beverly Hills!
## 26336 Hollywood View Apartment
## 26337 Cozy private room that sleeps 2
## 26338 "I Belong"
## 26339 Spacious-Comfy Semi-private Place
## 26340 Beautiful Cozy Queen Bedroom W/ TV!
## 26341 Rose Parade/Bowl - 1907 Craftsman
## 26342 Full ocean view 8 blocks to Beach
## 26343 Cozy and Private near LAX
## 26344 The Cutest Shotgun!
## 26345 Darling Room w/ Private Bath & Fountain Courtyard
## 26346 Marina District Private Room
## 26347 Immaculate and Bright Edwardian
## 26348 Pacific Heights Top Floor w/ Views
## 26349 Sun-Drenched, Beautiful Brooklyn
## 26350 Sunny and clean bedroom. Great neighborhood.
## 26351 Bright Room in Bedstuy One Block To Metro
## 26352 Huge Loft heart of Upper West Side
## 26353 2 floor Apt w 300sqft Terrace and GEODOME
## 26354 FiDi Downtown Two Bedroom Prime Location 9/11
## 26355 Williamsburg Penthouse Sweet.
## 26356 Lovely Chic Updated Two Bedroom
## 26357 Sunny Studio on Orchard Street
## 26358 Serene & Clean Cuartito with Garden View
## 26359 1 Bedroom Apt - Close to JFK & City
## 26360 Private Rm–Industrial Loft–Bushwick
## 26361 Lovely room only 15 mins from NYC!
## 26362 Cozy Studio in the Heart of Chelsea
## 26363 Prime East Village Spacious 1 BED
## 26364 Flora & Charm in Serene Greenpoint
## 26365 Designers Apartment
## 26366 Full Studio in Upper Manhattan (Ideal for Groups)
## 26367 Cozy Private Bdrm/Bthrm in Midtown
## 26368 The Healing Place
## 26369 Cozy bedroom in LES
## 26370 Sunny 2BR Penthouse - HUGE Terrace
## 26371 Carroll Gardens Studio
## 26372 Amazing spacious Loft in Williamsbu
## 26373 3 bedroom in the heart of Manhattan
## 26374 Sunny Queen BDR in Lower Manhattan
## 26375 1 BD in 2BD LES Designer Dwelling
## 26376 Comfortable Room w/ 1 Full Bed (1FL)
## 26377 Tiny Urban Cottage
## 26378 Private Studio in Wash Park
## 26379 NEW LUXURY CONDO! NEAR LAX, LMU, VENICE & WEWORK!
## 26380 2 rm suite with kitchen , full bath, private entr.
## 26381 Private rear unit-no roomates!
## 26382 Bright, Airy 3Bd/2Ba Cali Hideaway
## 26383 Big 5 Bedroom Tiki House in Venice Beach w Parking
## 26384 Private room very close to LAX
## 26385 Vintage Getaway Home, close to the beach and LAX
## 26386 Hollywood Hideaway Townhome!!!
## 26387 Beautiful & Romantic Master En-Suite/ FREE PARKING
## 26388 Sunny Private Room & Private Bathroom
## 26389 Well located, spacious, sunny Apt w/parking permit
## 26390 Beautiful Venice Beach Canal house
## 26391 Venice Beach Welcome!
## 26392 Beautiful 2BD Lower Garden District
## 26393 Uptown House - Private Bed and Bath
## 26394 "Where rest comes easy" Queen/Full
## 26395 bedroom in North End
## 26396 Boston Centrally Located Brownstone
## 26397 The Heart of Wicker Park
## 26398 Downtown High Rise + Large Balcony
## 26399 Storybook NOLA by City Park w/ Bikes (Havana Room)
## 26400 "The Pierce" East Nashville
## 26401 Charming Marais Cottage
## 26402 Private bungalow in prime location
## 26403 Walk Street Apartment near Main St and Rose Ave B
## 26404 Private bungalow with serene outdoor space
## 26405 Private Bedroom & Bathroom in NoHo/Near Universal
## 26406 SLEEPS UP TO 10 2 BD 2 BATH RESORT
## 26407 Private Space in Trendy Hood
## 26408 Private bed shared bath east Denver
## 26409 [1300] 3 Bedroom-Back Bay-Penthouse
## 26410 Family Home is close to everything
## 26411 Charming luxury Fidi studio
## 26412 Bright Quiet Chelsea One Bedroom
## 26413 AMAZING!~SPACIOUS~VIEWS VILLAGE APT
## 26414 Two Rooms One Price,20 mins From NYC!
## 26415 Big Comfortable Plush Sofa 10 min from Museums!
## 26416 1 BR APT CLOSE TO PARK AND SUBWAY
## 26417 Bunk Bed @ Travelers' House #1
## 26418 New studio in Adams Morgan
## 26419 Capitol Hill Apt. near Metro & Grocery
## 26420 Beautiful Apartment in Historic DC
## 26421 1 Bdrm Modern Apt w/Great Location!
## 26422 Huge 2 BR/2 Bath-Heart of Cap Hill
## 26423 Sanctuary - bus 2 Nat'l Mall & Dntn
## 26424 Heart of the Mission!
## 26425 The Mansard Bedroom in a heart of Los Angeles
## 26426 Cool Condo 5 Minutes from Downtown- 8th Ave!!!!!
## 26427 Bayou St. John Charmer
## 26428 " ST JOAN" - Gorgeous Single Family Home /w Bikes!
## 26429 Comfy Bedroom & Blissful Bathroom
## 26430 Bungalow Beach House
## 26431 Cozy Brentwood apartment, near Santa Monica & UCLA
## 26432 Fantastic uptown creole cottage
## 26433 Artist loft studio
## 26434 Cano Cabana
## 26435 Amazing 1 BdRm, Private Entrance
## 26436 Bohemian Artist's 1BR Steps to Bars & Blue Line
## 26437 Clean quiet room w/ private bathroom
## 26438 Sunny Loft-Like Apt Steps To BEACH!
## 26439 Charming West Hollywood Studio
## 26440 Lush Mediterranean Retreat
## 26441 1920's Hunting Cabin in the Echo Park Hills
## 26442 #TOURISTS EYE CANDY**WALK WITH FAME: #HOLLYWOOD
## 26443 New East Nashville - Rooftop Deck!
## 26444 1 Bedroom Close to Vandy & Belmont!
## 26445 Low Weekly Rates! DOWNTOWN NEW ORLEANS 1BR CONDO!
## 26446 The Royal Elysian - River Suite
## 26447 3br 2ba Bev wood Adj
## 26448 A New beautiful entire house with pool for rent
## 26449 Wonderful Home off Melrose Ave.
## 26450 Cute and comfortable Los Feliz Apartment w/prking
## 26451 Dietlin B&B - Wizard of Oz Room
## 26452 COZY ROOM + FREE PARKING
## 26453 Sweet Apt. in Heart of Wicker Park!
## 26454 #42- loyola U, Northwest U. Beach
## 26455 Modern Home in the Art District
## 26456 Welcome to my beautiful home.
## 26457 Private Room near West Hollywood
## 26458 Beach Close! Great value!
## 26459 Cozy Eclectic Denver Apartment
## 26460 Private Room, Wi-Fi, Public Transit
## 26461 Peaceful Tropical Garden Guesthouse
## 26462 Fantastic Room close to the Beach
## 26463 Near UCLA ultra safe, WiFi, modern
## 26464 No. 4
## 26465 Huge French Quarter loft #2 near all the Action
## 26466 Gorgeous Hawthorne - Belmont Home
## 26467 87th ST ** ALL NEW ** Central PARK
## 26468 Farmhouse Apartment in Williamsburg
## 26469 1 Bedroom in Sunny & Spacious Apt.
## 26470 UPPER EAST SIDE/SUNNY/WASHER/DRYER
## 26471 Comfortable Brown Stone apartment
## 26472 AMAZING ROOM ARTSY BKLYN BROWNSTONE
## 26473 stay a day/week/month canopy bed
## 26474 STUNNING OCEAN-VIEW 1BR in BROOKLYN
## 26475 Amazing 2Bed/1Bath Apartment in heart of Seaport!
## 26476 Nice Modern Quiet Room in NYC
## 26477 Room in Huge 1200sf W Harlem Suite
## 26478 The Jade Room with comfy queen bed
## 26479 Close to Downtown Austin
## 26480 COZY, QUIET, LOWER LEVEL 1 BDRM APT
## 26481 Private Room with Ocean Views
## 26482 Awesome room in the BEST location
## 26483 Private Room in Beautiful Eastlake
## 26484 Columbia City Cottage
## 26485 PRIMO LOCATION, OUTSTANDING VIEWS
## 26486 Lovely 3BR Mission Home with Garden
## 26487 Remodeled Walk to UW/View/Serene #F
## 26488 Charming Madrona 1 Bedroom
## 26489 2 Bedroom Water View Oasis
## 26490 Convenient room with exclusive bath
## 26491 Spacious & Comfy by Prospect Park
## 26492 Spacious park slope 2 bedroom
## 26493 North Bronx steps to bus
## 26494 Nolita gem with massive couch for extra sleepers!
## 26495 Room in Charming Prime Williamsburg Apartment
## 26496 Castro Penthouse 1bd & Private Bath
## 26497 Modern 1BR/2BA w/ Panoramic Views
## 26498 Beautifully Restored Victorian #216
## 26499 Caribbean Delight Room 3
## 26500 Sunny studio apartment in historic Capitol Hill
## 26501 Economical Affordable Basement Bachelors Pad
## 26502 Spacious Private Apt. Near All!
## 26503 Only 7 minutes to downtown Boston.
## 26504 Comfortable, sunny full 2BR condo
## 26505 Spacious Chelsea Sanctuary
## 26506 Kool 2BD space in legal 2 family Home In Bedstuy
## 26507 Private Brooklyn Step to train/city
## 26508 Penthouse With Private Roof Deck
## 26509 Cozy NYC room close to Subway&Park
## 26510 One bedroom apartment in Gramercy
## 26511 Artists rustic 2 Room studio in Red Hook
## 26512 Brand New Bay House
## 26513 Fantastic Views of the Bay
## 26514 Artist's home near park and trains
## 26515 Bright Spacious Studio in Chelsea
## 26516 Breakfast at Tiphani's
## 26517 1 bed/1 bath with private entrance
## 26518 River North bedroom close to everything
## 26519 Downtown LA Apartment Loft - 2bdrm
## 26520 Christian's Melrose Place
## 26521 1952 Vintage Rooftop Trailer
## 26522 Hollywood Villa. The best location!
## 26523 Villa close to the Lake
## 26524 BAYOU BREEZE Bourbon Street Retreat
## 26525 Straight shot to the French Quarter!
## 26526 Cozy, fun home, near downtown & UT
## 26527 Bright, clean, and welcome space in Austin
## 26528 Central Austin Charmer
## 26529 ARTIST HOME WITH GARDEN IN COOL NEIGHBORHOOD!!!
## 26530 Spacious Room with Private a Patio!
## 26531 UES Beauty: Two Floors: Two Baths
## 26532 CENTRAL PARK RM W/ GARDEN VIEW +A/C
## 26533 Modern Loft Studio with Views
## 26534 Safe quiet cozy near subway, B'klyn
## 26535 Charming private room in New-York
## 26536 DOORMAN 1BEDRM, LADY LIBERTY VIEWS!
## 26537 Brooklyn - Funky 1 Bedroom
## 26538 HEART of Brooklyn B&B Room 3
## 26539 Brooklyn Heights/DUMBO big 1BR!
## 26540 Historic Fort Greene & Clinton Hill
## 26541 Fantastic Cozy Stay-NYC. 4B
## 26542 Private Room in resort like condo!
## 26543 2 Bedroom Condo Close to it All!
## 26544 Complete 1BR w/Extras in Inner Southeast Portland
## 26545 The Perfect Capitol Hill Apartment
## 26546 IT'S POSSIBLE TO STAY CHEAP PLACE - BUNKS
## 26547 Sofa - in open living room
## 26548 Queen bed and futon
## 26549 Panoramic View in West Seattle
## 26550 Private Room with a Bay View
## 26551 Central 1BR w/ kitchen & washer/dryer, Shaw Metro
## 26552 DC House Close to Everything!
## 26553 Sunny 2 bedroom Williamsburg Duplex w/ 3 beds
## 26554 Designer Loft in Chelsea / 2800sf /3bd / 2.5 bath
## 26555 The artists' den - Loft apartment
## 26556 Cozy Studio in the Upper East Side
## 26557 Newly Furnished Beautiful & Quiet
## 26558 Center, Spacious 1br near Union Sq
## 26559 3 bdrm, CENTRAL PARK, TERRACE!
## 26560 CENTER OF MANHATTAN! NICE COZY ROOM
## 26561 Great Location cozy room in NoPo - Pet Friendly
## 26562 Basement Studio Apartment: bed, bath & kitchenette
## 26563 Bernal/Mission View House
## 26564 Cozy Private Home near the Lake #1
## 26565 Quiet Zen 1bed. @ Otay Ranch
## 26566 CUTE casita in Old Town San Diego
## 26567 Bright DC home close to all attractions + transit
## 26568 Cozy Pied-a-Terre, the Heart of DC
## 26569 5+BD in the Heart & Soul of Portland
## 26570 2BR BeaconHill Boston Center by Suffolk/MGH/MIT
## 26571 Beautiful flat steps from BackBay
## 26572 Spacious with Separate Entrance
## 26573 The Dragons Room
## 26574 Beach Front Artist Studio on PCH
## 26575 Modern Furnished 2 Bedroom in West LA/Brentwood- 4
## 26576 West LA Private Suite - Easy Access to All of LA
## 26577 Expansive Hollywood Hills Modern Home
## 26578 Huge 2-Bed/2-Bath Flat with Exposed Brick Walls!
## 26579 CLOSE 2UNIVERSAL STUDIOS/STAPLES CENTER/DISNEYLAND
## 26580 In the heart of Hyde Park
## 26581 VACATION HOUSE WEST SEATTLE
## 26582 Spacious Light Filled 2BR House +Separate Loft&Den
## 26583 Cozy 2BD with Amazing Walkability
## 26584 Cozy First Floor Private Room
## 26585 Cute & Cozy 1BR In-Law Unit
## 26586 Spacious, comfortable 4-bedroom family home for 8
## 26587 Sweet Market Street Farm House
## 26588 2/2.5 Modern Home 2 miles Downtown
## 26589 Modern House for Explorers
## 26590 Andromeda Houseboat - Free Parking!
## 26591 Walk to French Quarter & Frenchmen St! - Sleeps 8!
## 26592 Heart of the Culture
## 26593 PEACEFUL DUPLEX VERY LARGE BEDROOM
## 26594 Large Industrial Loft in DTLA Arts District
## 26595 Brand new remodeled room for you.
## 26596 Hang your hat in Hancock Park!
## 26597 Guest Cottage with Hardwood Floors
## 26598 4BR/2BA 1900 Sq Foot Apt in NOLA
## 26599 ^Tourist Best Choice Private Room Subway/Downtown
## 26600 King Suite in Renovated Bank Vault
## 26601 The McDonald Manor
## 26602 New Orleans Uptown home
## 26603 National Mall, Monuments & Museums
## 26604 Private Bed in Cozy French House!
## 26605 Sleek 2BR w/ Expansive Views & Pool
## 26606 Come Home to Boston
## 26607 1 Bedroom Apt: Downtown/Beacon Hill
## 26608 Guest Bedroom w/ Private Bath, WNY
## 26609 Huge private Rm in ❤ San Fran
## 26610 Mid-Market: Modern, Convenient, Hotel-quality Loft
## 26611 Cozy Georgetown spot, sleeps 6!
## 26612 Condo in the Heart of Gaslamp VI
## 26613 San Diego Dream Vacation
## 26614 Room in beautiful, friendly house
## 26615 Newly Built 2-Lvl Carriage House-1 blk to H Street
## 26616 Three bedroom home in Ballard
## 26617 Executive private bedroom
## 26618 Fabulous Apt. in Williamsburg
## 26619 Large luxury private room in Williamsburg!
## 26620 Charming 2br Apartment
## 26621 HEART OF NYC! AMAIZING LOCATION!, SUPER ROOM
## 26622 IDEAL One bedroom apt by Central Park!
## 26623 Cozy bedroom, convenient, Woodside, 7 train
## 26624 Mahalo Cottage
## 26625 Mid-Century Modern with Ocean Views
## 26626 Fresh and Updated Near Orange Line
## 26627 Cozy English Bsmt near Metro and Eastern Market
## 26628 Sunny private room & bathroom in Columbia Heights
## 26629 Charming hideaway in South Austin
## 26630 4 Bedroom/ 2.5 BR Home in Austin
## 26631 ON LAKE TRAVIS!! FREE KAYAK, SWIM, FISH, & CHILL!!
## 26632 Great location 4 Austin Event Life
## 26633 RARE FIND IN MID CITY private entrance / parking
## 26634 Comfortable Marigny Getaway
## 26635 Emerald House
## 26636 Busy Vegetarian Family Home
## 26637 1BR/1BA Santa Fe Arts District Home
## 26638 CannaBLISS 6-1200/month-Pot OK!
## 26639 Cozy 2 BR in Sloan's Lake/Highlands
## 26640 Private Room with Backyard Pool
## 26641 Home Away From Home
## 26642 Hollywood Bachelors Pad
## 26643 *Heart of Hollywood* 1 Bedroom 1BA
## 26644 Bachelor Studio in Fairfax District
## 26645 Private Studio near Beach
## 26646 The Great Indoors
## 26647 Luxury Condo in Pasadena
## 26648 JPL/Caltech/Parking/Bike Queen Bed
## 26649 Luxury Penthouse w/Rooftop Balcony Warehouse/Arts
## 26650 Venice Oasis Steps To Abbot Kinney
## 26651 Sunny Apt w/ outdoor patio, 1 queen, 1 double bed
## 26652 Private studio in Historic 7th Ward
## 26653 Crash on the floor or the couch.
## 26654 Gold Coast gem in the heart of it all!
## 26655 Beautiful & spacious living by Lake
## 26656 Cute Updated Loft minutes from SoCo
## 26657 Perfect Home w/Parking & 2 Balcony
## 26658 "The Peace Room"
## 26659 5-Star Prime Hollywood Luxurious Modern Perfection
## 26660 #HOLLYWOOD View# Queen Room+Parking #BestLocation#
## 26661 Manhattan Beach Room with a view!
## 26662 Furnished Master bedroom
## 26663 Amazing SoCo 2 bedroom house w/ giant fenced yard
## 26664 Authentic West Austin, Downtown
## 26665 Charming East Village Apartment - Central & Quiet
## 26666 Beautiful Room in Manhattan
## 26667 Luxury duplex apt in Williamsburg
## 26668 Great Room forBackpackers
## 26669 Cozy Room in Large Home!
## 26670 Heart of Chicago
## 26671 Industrial Themed Room Near West Hollywood
## 26672 Hollywood Private Guest House
## 26673 ENTIRE Santa Monica House + Garden
## 26674 Cozy 2-bedroom 7-10 min to FQ
## 26675 **Downtown Cottage-Sleeps 4**
## 26676 Charm in the Garden District
## 26677 PRIME French Quarter Party Pad! 2 COURTYARDS!
## 26678 Entire House- Natchez Trace Cottage
## 26679 HISTORIC(1888)BIG2B/R SpanishDuplex
## 26680 Venice Beach Bungalow: Clean&Bright
## 26681 Private room/Private bath in Dwntwn LA
## 26682 Studio in Downtown Los Angeles
## 26683 The Sinatra Suite Hollywood
## 26684 Private Room in home with yard
## 26685 Contemporary Studio in NE PDX
## 26686 Bright and Sunny Mission Apartment
## 26687 Perfect for any event downtown!
## 26688 Visiting Scholars Welcome @ UCSD #1
## 26689 AirBed in a studio at prime Downtown San Francisco
## 26690 QUIET ONE BED APT IN HELLS KITCHEN NEAR SUBWAY
## 26691 Times Square+Central Park Luxury Room
## 26692 HK apartment, quiet, bright, views!
## 26693 ★3BR/2BA Enchanting East Village Penthouse+roof ★
## 26694 Private Terrace in the East Village
## 26695 Charming 1BR
## 26696 Cozy Modern LES Apt-Prime Location
## 26697 THE FORTRESS OF SOLITUDE
## 26698 Artist Loft Space in Bushwick
## 26699 Private 2 beds Central Park 5guest
## 26700 Lovely living room space.
## 26701 Large, Luxury Triplex in Brownstone
## 26702 Charming Spacious Master Bedroom
## 26703 [201] 5 min WALK to Times Square
## 26704 Bed & Bath Suite in New Duplex
## 26705 Cozy bedroom near all
## 26706 Sunny Studio in Logan's Circle
## 26707 Spacious/classic/private apartment
## 26708 Parkside Apartment- Cozy and Roomy!
## 26709 Modern and charming condo in JP.
## 26710 Private Queen Bed and En Suite Bath
## 26711 Mtn Cabin Oak Trees. Very Quiet
## 26712 NEW Hollywood 2/2+ Parking + 5 Beds
## 26713 Private Cozy Bedroom in Happy Home
## 26714 228f Lux Exec Studio Nr UCLA Westside on Westwood
## 26715 Modern 2BR Condo 7min to Downtown.
## 26716 ~Weho-LA Hotspot Guestunit 1bed/1bath/1car/1patio~
## 26717 Charming Yoga Flat..Steps to Beach!
## 26718 Spacious 3/4 Bedroom Near Audubon Park - Sleeps 8!
## 26719 3 Bedroom House in Treme with Off Street Parking
## 26720 Near Downtown, SOCO, East Side COOL
## 26721 Ukrainian Village Apartment
## 26722 Beacon Hill's Charles St.
## 26723 Newly remodeled private bed/bath
## 26724 Ideal Location! 2BD/2BTH Near 3rd St. & Pier CP203
## 26725 Sunny&Stunning East Austin/Downtown
## 26726 Cozy Private Studio in East Austin!
## 26727 Wilshire Corridor, Westwood, UCLA
## 26728 Cozy and Bright 1BD Home with Yard
## 26729 Cozy studio with private backyard in a quiet area
## 26730 Private room/private bath in Downtown LA
## 26731 Living Room in ♥︎ of Boston
## 26732 Make New Friends in Downtown Austin
## 26733 East Nashville Roost sleeps 8!
## 26734 Wrigleyville Private Guesthouse
## 26735 Cool, Quiet, and Chill at Morse 'L'
## 26736 Room in Ktown, close to Hollywood!
## 26737 Riviera Village Comfy Beach Home
## 26738 Two stories unique townhouse S!!!
## 26739 Artist House w/ Ocean & Cnyn Views
## 26740 Stunning New Orleans Home in Bywater/ Marigny
## 26741 Huge New Home 10 Mins From Downtown
## 26742 Private 2 Bedrooms Guest House
## 26743 3BR 1920's Craftsman in Silver Lake w/DTLA view
## 26744 FIVE STARS, TWO BEDROOMS IN THE HEART OF WEHO
## 26745 Charming Venice Bungalow with Patio and Parking
## 26746 #2NOT FANCY! & 15min to dwntwn!
## 26747 Modern and comfortable new build apartment.
## 26748 One Bedroom for Rent in Rowhouse
## 26749 Family-Friendly Blue Sparrows' Nest
## 26750 Private room/bath just for you!
## 26751 Large and Lovely Corner Room w/TV
## 26752 EXTRAORDINARY GASLAMP LOFT!!!
## 26753 Luxury apartment in downtown SF
## 26754 Private apartment, great location
## 26755 Comfy, 4 miles to dowtown
## 26756 Tiny couch, shared room.
## 26757 Heart of Downtown 2BR - Millennium Park (3607)
## 26758 Charming 1br/1bth, suite, sep entry
## 26759 Old World Charm in Capitol Hill
## 26760 Comfy Room & Bath in Modern House
## 26761 New Modern 4 bedrooms Near McCormick Place
## 26762 Private suite in the House on Mango Street
## 26763 Cozy, Spacious Room, Rogers Park
## 26764 Brand New Apt in Great Location!
## 26765 Quiet Los Angeles Getaway
## 26766 Cute & Roomy Hollywood Home/Patio
## 26767 Villa LA, a Sanctuary in West Hollywood
## 26768 Cozy, Quiet & Minutes from Downtown
## 26769 1 Bedroom in the Heart of Music Row
## 26770 Luxury-inspired - Entire Home or Private Room
## 26771 Beautiful Venice Private Rm & Bath
## 26772 Huge Private Room 2 Beds and Couch
## 26773 Luxurious one bedroom to call home
## 26774 Beautiful 2 bed Artists Loft - Williamsburg
## 26775 Spacious Studio off Bleecker Street
## 26776 Wooden Apartment-Factory Building - Quatre
## 26777 Luxury relaxing HUGE 4Bed 2 bath +yard +HOT TUB
## 26778 Spacious and sunny private room
## 26779 Mid-City Hideaway
## 26780 Upscale Manhattan Beach Sanctuary
## 26781 1bdm UCLA adjacent
## 26782 Cozy Cabin in Hollywood (P)
## 26783 Room 1 Villa Echo
## 26784 Echo Park: Central to Everything LA
## 26785 Dee's BnB Experience #1
## 26786 French Quarter Luxury (D)
## 26787 Family, Fun or Getaway|Large Groups
## 26788 BB's Logan Square Apartment
## 26789 Parlor apt 1 block from Times Sq
## 26790 Murray Hill Modern
## 26791 Great LES / Chinatown bedroom
## 26792 Luxury downtown 2 bedroom 2 bathroom on 15th floor
## 26793 SilverLake's hip neighbor-Echo Park
## 26794 Beautiful, Water view Condo with Security Garage
## 26795 Modern West LA Studio w Small Private Balcony 301
## 26796 Tranquil Bungalow in Garden Oasis
## 26797 Cozy 1BD with private bathroom
## 26798 Franco's Dojo
## 26799 TRULY AMAZING CHARMING TOWNHOME!
## 26800 Gorgeous South Loop / Downtown Loft! 2 BR (415)
## 26801 NOLA FEST! 10 MIN TO FRENCH QUARTER
## 26802 Satchmo's LOVE
## 26803 2 Stops to MANHATTAN!
## 26804 ALL New 3 bedroom 2 baths
## 26805 Cozy Bedroom with Queen Sized Bunk Beds
## 26806 Private Room in Private House
## 26807 Stylish 2BR Apt in East Village!
## 26808 Quiet, Lower-East-Side Studio
## 26809 One Bedroom Apt in Williamsburg
## 26810 2BD Loft in Logan Circle near White House
## 26811 Retreat in the City, Walk to Metro!
## 26812 Beautiful Apartment! 99 Walkscore
## 26813 The Best Spot In San Francisco
## 26814 Entire main floor with private bath
## 26815 Small room
## 26816 Silver Lake Sunset Vista
## 26817 Casa Dulcinea: Rooms w/pool & spa!
## 26818 1932 Spanish Cottage West Adams LA
## 26819 3/2 Fun, Historical Abode!
## 26820 Sunny, clean room in Eastside house w/ Keycode
## 26821 Room near Downtown ATX, Whole Foods, SXSW, etc.
## 26822 Spacious 1br/1ba Apt in Central ATX
## 26823 Lovely 1BR Apt Steps from Wrigley!
## 26824 Large, Classic and Comfy in Atwater
## 26825 Room w private entarance Hollywood!
## 26826 Casa Grove | Luxury 2 Bedroom Apartment
## 26827 Central Hollywood Hills Escape
## 26828 Contemporary 2BR Echo Park Bungalow
## 26829 W.HOLLYWOOD HUGE 2/1: LACMA+ 5 Beds+ Free Parking!
## 26830 Bright Studio w private entrance!
## 26831 Beverly Hills/Los Angeles PrimeSpot
## 26832 PREMIER BEVERLY HILLS Guest House & Garden Patio
## 26833 Casa Garcia
## 26834 Modern apt 6 mins to downtown
## 26835 Cheap, Cozy, Convenient 1BD
## 26836 Sunny Room in Prime Bedstuy
## 26837 Beautiful Artist Loft in Brooklyn
## 26838 Famed Mid City District III
## 26839 Bohemian hideway
## 26840 Dream Room in Modern Apartment
## 26841 The biggest small apt in Manhattan
## 26842 Bright, Artistic Temescal Apartment
## 26843 Adorable, artsy house in great area
## 26844 Brand New Apt next to Shaw Metro
## 26845 Luxury Studio next to White House!
## 26846 2nd Sunny Room in Hip Neighborhood
## 26847 Classic Rowhouse: Porch+Art+Parking
## 26848 Chic Designer Condo 2 Blocks to Dupont Cirle Metro
## 26849 Stylish One Bedroom SOMA apartment
## 26850 Small Room Big Dreams, Licensed Rental
## 26851 Private giant stylish fully furnished room
## 26852 Santa Cruz, Sanctuary w/ hot tub
## 26853 Country living near the sea!
## 26854 3Bed 2Bath w/ Deck Near Dwntwn SEA
## 26855 Seattle Urban Farm 2nd-ary Suite
## 26856 Private House in Walkable NorthPark
## 26857 1.5 BR 2673 "B" Ocean Front Walk
## 26858 Super location, 3.5ba, Free Parking
## 26859 Modern Luxury 1 Bedroom Apt U Street Corridor
## 26860 The EZ Inn Penthouse at Logan Circle
## 26861 Charming Private Guest Room+Bath
## 26862 Beautiful Marigny/Bywater Shotgun with FreeParking
## 26863 1860s Townhouse, 3rd Floor Walk-Up
## 26864 Centrally Located Modern and Clean
## 26865 2BR 2BA Close to Downtown/Airport/Opryland Hotel
## 26866 Tropical Oasis Uptown (The Blue Room)
## 26867 Private Casita Near Downtown L.A.
## 26868 2 Bedroom Charmer near Forum, Rams Stadium, LAX
## 26869 Cozy 2BR East Nashville suite
## 26870 Comfy home in East Nashville
## 26871 LoDo Denver Luxury 2bed/2bath Stay!
## 26872 Relaxing Private Bedroom minutes from Abbot Kinney
## 26873 Convention Ctr. Close City View
## 26874 ANDERSONVILLE Vintage Duplex
## 26875 Fun & Funky Musician House (Private Room)
## 26876 2bd Charming Tree House 90069
## 26877 3 minute walk to Zilker Park and Barton Springs!
## 26878 Santa Monica Master Terrace View Suite
## 26879 Urban Jungle Loft with Modern Comforts in DTLA
## 26880 Silverlake/Echo Park 2BR + Loft
## 26881 sunny private 1BR loft with balcony (mid-wilshire)
## 26882 Detached Mar Vista Studio!
## 26883 The Rose room
## 26884 Clean and New2Bd/2Ba apt in heart of LA +Parking
## 26885 Cozy bed in 2 bedroom home
## 26886 Lovely, Spacious SE Bungalow
## 26887 Bright NOPA Studio with Views
## 26888 Sleeps 12- 6 min to Convention Cnt
## 26889 NW Portland Hillside Hideaway Suite
## 26890 Charming Creole Cottage-Bohemian
## 26891 Studio Apartment in Historic Treme Neighborhood
## 26892 Wooden Apartment-Factory Building - Deux
## 26893 Beautiful Artist loft
## 26894 Big bright and airy queen size room
## 26895 Luxurious & Serene Oasis in Harlem
## 26896 Sunny beautiful airy bedroom in Modern Apartment
## 26897 Cozy Riverview Bed Near Subway&Bus
## 26898 Cozy Hideaway With Backyard In Bushwick!
## 26899 Cute Studio near Central Park
## 26900 Modern Getaway in Historic Printers Row
## 26901 Modern Industrial Guesthouse
## 26902 New & comfy loft 15min T to Boston
## 26903 Red Room Loft Bed Shared Bath
## 26904 Cozy King Perfect location Marigny !!!!!
## 26905 Boho Bungalow in Hollywood Hills
## 26906 Cozy room 10 blocks from beach
## 26907 Blissful Beach Studio
## 26908 2BD Guest House UCLA, Century City
## 26909 Mid-Century Modern Comfort-S. Aus10
## 26910 Big Inspiring room in Art Gallery
## 26911 Central Denver-Hot Tub-Patio
## 26912 Mount Washington Hillside Studio
## 26913 Designer's Room @ Beverly Hills/WeHo
## 26914 A Studio in back of the house +TV
## 26915 STUNNING, high-end, PRIME area/view
## 26916 Hermosa Beach walk to beach/pier!
## 26917 Cozy, Bright Studio
## 26918 Cozy home convenient to everything!
## 26919 King Bed with Full Bath Near French Quarter
## 26920 Newly Renovated Creole Home
## 26921 3br room near Ferry&French Quarter
## 26922 Bright, cozy nest on Capitol Hill
## 26923 Quaint, charming, updated studio
## 26924 2.1 -Comfty room in a great area
## 26925 Bernal Cottage
## 26926 Cozy carpeted basement apartment
## 26927 Private room in victorian Capitol Hill row house
## 26928 Newly renovated West Hollywood flat
## 26929 Santa monica/ UCLA/ downtown/Venice
## 26930 Studio Bungalow in Garden Retreat
## 26931 LUXURY RESORT LIVING WITH SPECTACULAR VIEWS OF LA
## 26932 Historic New Marigny (Close to French Quarter)
## 26933 CHARMING TREME COTTAGE
## 26934 Downtown Riverfront Condo and pool
## 26935 Suite min from downtown
## 26936 Charming St. John's Getaway
## 26937 Bright PDX Pad Unit A
## 26938 Beautiful house on Capitol Hill
## 26939 Aptos house with ocean views
## 26940 Convenient & Cozy Eastlake Location
## 26941 A Touch of Europe, I Welcome You!!
## 26942 UW/Seattle Lovely & Stylish 1 Bdrm
## 26943 Charming Golden Gate Park Home
## 26944 Russian Hill Special @ Hyde at Jackson Streets SF
## 26945 Woodley Park Apt. Near Metro
## 26946 "Casita Bohemia"- Studio on 3 acres
## 26947 Morning Glory Bed & Breakfast!
## 26948 Private Mission Garden Studio
## 26949 Jasmine Garden by Beach Peach Room
## 26950 Two story Beach Condo on Sunset ..
## 26951 Santa Cruz Simple - Single bed
## 26952 Steps from Union Square
## 26953 Sunny, artistic loft – South Beach
## 26954 Mid Century Elmira in East Austin
## 26955 Quiet Garden Room w/Bath 2blk from MAX
## 26956 Bright Uptown suite by the Lake with large porch
## 26957 Private Entrance & Secured room
## 26958 Dupont Adams Morgan Idyllic Glow
## 26959 Highlands Mansion: Exotic 420 King!
## 26960 Chic Designer Retreat w/Views and Parking Garage
## 26961 Live/Work LOFT in the heart of DTLA
## 26962 good room good location good hostP
## 26963 Bright, quiet studio in Fort Greene
## 26964 Independent Basement Apt. (2 bed rooms, 1 Bath)
## 26965 SAFE BUDGET IN Brooklyn NYC
## 26966 Your St. Johns Home Away From Home
## 26967 Historical Victorian Home In SE PDX
## 26968 Perfect Apt. Next to Kerry Park
## 26969 Seattle Water View Cottage
## 26970 Pacific Hts Victorian Mansion Flat
## 26971 West Village 3br by High Line and Chelsea- Amazing
## 26972 My grand place by Times Square
## 26973 Bright Private Room in East Village
## 26974 Designer Studio in the HEART of WV!
## 26975 East Harlem Living Room Airbed and Futon
## 26976 Brooklyn Duplex Luxury Townhouse 4bed/2.5bath. NYC
## 26977 BROWNSTONE ROOM
## 26978 1 bedroom, 4 stops from Manhattan
## 26979 PERFECTLY LOCATED NYC STUDIO!
## 26980 4-Story Penthouse with Private Roof
## 26981 Large Nolita 1BR on Quiet Block
## 26982 Upscale Sun-Soaked Luxury apartment in Brooklyn
## 26983 Private Master Bedroom in Luxury Doorman Building
## 26984 Central Park & Lincoln Center
## 26985 Private Nautical Loft in Bushwick
## 26986 SALE 3BR BROWNSTONE DUPLEX AND YARD
## 26987 Sunny Room with King Sized Bed
## 26988 Have the NYC experience with us!
## 26989 Experience Times Square steps away!
## 26990 HELLO SOUTH HARLEM! NEAR CENTRAL PARK
## 26991 Great location
## 26992 small private bedroom female only
## 26993 Sunny Williamsburg Loft
## 26994 The Justice Suite
## 26995 Bright Room in Bushwick Bungalow!
## 26996 a cozy room in manhattan!
## 26997 Sunny bedroom in the Lower East
## 26998 Private Rm in Pre-War Little Italy
## 26999 Cozy room in Awesome Red Hook Loft!
## 27000 fun artistic brooklyn space!
## 27001 Private bedroom in Red Hook loft
## 27002 Private room w/ ac- in Manhattan
## 27003 Charming One Bedroom in Brooklyn
## 27004 Cheery Brooklyn Heights Studio!!
## 27005 Private 1 Bdrm Suite in Brownstone
## 27006 Classic Portland Home in hip hood
## 27007 Large Master / King Comfort!
## 27008 Cozy Bernal Heights Studio Apt
## 27009 Beautiful Craftsman - Fremont 3 Bed
## 27010 4* FlashSale CapHill WalkScore
## 27011 2bed/2bath High Rise w/ View & Deck
## 27012 Quarky Lillie Houseboat
## 27013 Just Remodeled Apt ❤️ of ABC City
## 27014 Private room and bathroom. REVIEWS!
## 27015 Victorian House near Brooklyn College
## 27016 Spacious 1+ bedroom apt in NYC
## 27017 Peaceful and Artistic Brooklyn Home
## 27018 HUGE bedroom next to Columbia
## 27019 Large private bedroom in West Soho/West Village
## 27020 2 bedroom, near Central Park
## 27021 Sofa in a big & bright living room!
## 27022 Great Studio, Great Location
## 27023 Brand-new, family-friendly home
## 27024 Tierra Soul :: Hip Mississippi Ave
## 27025 5BR/3BA, Perfect!Updated Victorian w/ garden
## 27026 3 Bed Pac Heights:Free Car PrkingA
## 27027 Beautiful 1Bd cozy craftsman
## 27028 Private space in historic row home
## 27029 ColumbiaHeights/Petworth Row Home
## 27030 Walk to Boystown and gay bars
## 27031 2 Bed/2 Bath with Indoor Parking Downtown
## 27032 Spacious Contemporary Living
## 27033 Cozy Cottage in the Redwoods
## 27034 Heart of Times Square
## 27035 Quiet, private room with key, near Manhattan. 85s2
## 27036 Rustic Chic Private Living Room
## 27037 All Nations Home II-PVT br Queenbed
## 27038 Cheap, queen size bed, bright room.
## 27039 Sunny 3 Bedroom Loft Apt in LES Downtown Manhattan
## 27040 Reno'ed 2bed/2bath walk-up~Queen Beds~AC~5*Host!
## 27041 Open Plan Designer's Apartment
## 27042 futons in living room.
## 27043 2BR Condo in Heart of Austin
## 27044 Zilker 1/1 - Barton Hills SXSW!
## 27045 Sunny bedroom in large quiet house
## 27046 Welcome2Boston2: Near BC/BU/Harvard
## 27047 HEART of LA ZEN DEN
## 27048 Modern Topanga Village Home
## 27049 2B/2B @ Hollywood Walk of Fame
## 27050 Cactus surrounded Casita
## 27051 Modern Townhome near LA/Pasadena
## 27052 Modern Oasis in Silver Lake
## 27053 Luxury Condo near Pier, bars/shops
## 27054 5* UNIVERSAL STUDIOS PRIVATE SUITE
## 27055 3 Bedroom 3 Bath- Near Vandy- Middle of Town!!!!
## 27056 Cute Condo - Lower Garden District
## 27057 Blks from DWTWN!
## 27058 "Exotic" 4 Bd 3ba Private
## 27059 Zenden
## 27060 Mid Century Modern Mount Pleasant
## 27061 Spacious Studio close to UW campus
## 27062 Wallingford 5 bed 2 bath near UW
## 27063 Great location - Family home
## 27064 Downtown Bankers Hill Little Italy
## 27065 Point Loma Townhouse
## 27066 Charming Capitol Hill Row House w/ Parking
## 27067 Luxury, sunny, 1bd/1ba close to everything
## 27068 5TH AVE__Sensational RoofTop__CONDO IN THE SKY__
## 27069 Hip Astoria Loft
## 27070 Private Room in Lovely Neighborhood
## 27071 Brooklyn New York City - JFK/LGA
## 27072 Memoryfoam Sofabed nr Penn station
## 27073 Architect's Brownstone
## 27074 Angelic Oasis - Heart of Bklyn
## 27075 Couch in Quiet, Large Room on UWS
## 27076 Central Park cheap sofa bed
## 27077 Modern Queen BDR in Downtown Manhattan
## 27078 3 bedroom triplex with yard & pond. 30 days book
## 27079 Sunny brick bedroom in WILLIAMSBURG
## 27080 Cosy Bedroom + Private Bathroom in Bushwick
## 27081 Convenient Room in Bay Ridge area
## 27082 Private Room in Sunny & Modern Apartment
## 27083 Sunny 1 bd -Prospect Park!
## 27084 Clean & Safe Place by Central Park
## 27085 Awesome place to Stay!
## 27086 Hell's Kitchen Enclave: a Diamond in the Rough.
## 27087 1 Bdrm Apt | Harlem Columbia Hosp
## 27088 Great apartment next to F/G
## 27089 Danish Modern in Brownstone
## 27090 Entire floor in charming townhouse
## 27091 Cozy bedroom in a brownstone apt.
## 27092 Urban Rustic Retreat
## 27093 A Nice Place to Stay in Bed Stuy
## 27094 Private Room in Light-Filled Apt with Gym
## 27095 Cozy NYC Private Room-Shared Apt w/ Parisian Model
## 27096 Nice bedroom at Harlem (Manhattan)
## 27097 Designer Room in Williamsburg centr
## 27098 A Peaceful Spacious Hills Retreat
## 27099 Basement room to Sleep and Run
## 27100 Room 2 of 3 Brownstone Close to All
## 27101 Queen room and bath with friendly (super) host!
## 27102 Private room in spacious condo
## 27103 Beach Condo STEPS from sand
## 27104 Large Home in Historic Square
## 27105 Room at the artist home
## 27106 Spacious Boston Common 1BD Apt
## 27107 Mid-Century Modern 3BR House in Los Feliz
## 27108 Centrally located Los Angeles 2BRApt#2
## 27109 Awesome Hollywood Views
## 27110 Remodeled Studio in Wrigley Neighborhood
## 27111 The Little Bungalow
## 27112 Modern & Stylish 2 bedroom in DTLA
## 27113 BEST HOLLYWOOD LOCATION!!!
## 27114 Private room 2 w/ parking included
## 27115 Remodeled Koreatown 1 bdr w/Parking
## 27116 Brand New Luxury Apt w/ Amazing View + Parking
## 27117 Charming Belmont Apartment
## 27118 Peaceful Luxury in Los Feliz/Hollywood Hills-VIEW!
## 27119 East Village Suite w wash/dry
## 27120 Comfy room in fairy tale home
## 27121 Vibrant E. Nashville Stone Cottage
## 27122 Family-friendly home in Inglewood
## 27123 Steps to Streetcar Uptown Sleeps 5
## 27124 Large Living Room w/ Couch and Loveseat
## 27125 #17 Workman's Quarters and study
## 27126 Sylvan Park/Nashville 2BR Charmer A
## 27127 Cool duplex. Great location!
## 27128 Clean & Comfy! 12 mins. to Downtown!
## 27129 Luxury home with Hot Tub and central heat near FQ
## 27130 3 Bedroom Mid City Apartment!!
## 27131 Lovely urban studio apartment DTLA
## 27132 Mountain Wolf Pack Retreat
## 27133 Chic Beach Getaway
## 27134 Private Studio in Heart of Venice
## 27135 Central Austin Luxury Guest House
## 27136 South Congress Bungalow
## 27137 Enjoy Downtown Austin - Can't Beat!
## 27138 07. Minimalist Private Room 4 Stops from Wrigley!
## 27139 Spacious Room in an Elegant Condo
## 27140 Beacon Hill -Charles Street Studio
## 27141 Granville Guest Suite
## 27142 Sunny 1BR in Lake View / Southport
## 27143 Cute & Comfortable East LincolnPark
## 27144 Charming and Spacious 3 br Townhome
## 27145 Cute Private Room in Wicker Park
## 27146 Wicker Park-Entire Basement Apt
## 27147 Old school Chicago apartment
## 27148 Entire Trendy Unit for you! btwn O'hare & Downtown
## 27149 BIG SUNNY 2 1/2 BR, 1 STOP FR. NYC
## 27150 Specious & Beautiful 1 BR Near Times Square !!
## 27151 Crown heights Brooklyn House NYC
## 27152 Sunny private suite with balcony
## 27153 Cobble Hill, sunny large 1BR apt
## 27154 Great 3 BR/2 Bath Duplex with Private Patio!
## 27155 Huge, modern 3-bed 2-bath, 20mins from Manhattan
## 27156 Modern Garden 2BD w/ Backyard, Dishwasher, Laundry
## 27157 Modern Williamsburg Loft Great View
## 27158 Spacious Row home on H street
## 27159 Quiet and cozy room with parking
## 27160 Beautiful and quiet home in Seattle
## 27161 Luxury Townhouse in Hip U St Area
## 27162 Private Suite w/ Parking & Own Bath
## 27163 Designers' Garden Retreat
## 27164 Beautiful Modern Get-Away at Beach
## 27165 AWESOME 1 bed house in VENICE BEACH
## 27166 Mid City 10 mins to French Quarter
## 27167 Authentic Bohemian Bywater Stay
## 27168 HEART OF HOLLYWOOD! Luxury
## 27169 Charming Private Malibu Room
## 27170 Vintage meets Modern in Toluca Lake
## 27171 Charming Garden Cottage
## 27172 The Oak House | An Air Concierge Property
## 27173 Silverlake Loft!
## 27174 Private Room in a Big Two Bedroom.
## 27175 Beautiful Luxury Retreat & Walk to South Congress
## 27176 Skyline view & walk to downtown!
## 27177 Traveler Pad - 10 Mins To Downtown
## 27178 WOW Home Downtown SoCo
## 27179 5 ★ Dreamy Loft in Wicker Park
## 27180 Cozy space w/private entrance
## 27181 1 Queen bedded room w/full bath
## 27182 Beautiful Remodeled Downtown Condo
## 27183 Fantastic Downtown Location !!! 101
## 27184 *Private-Suite Lux Bath Near Metro*
## 27185 Cozy 1 BR In the Heart of DC!!
## 27186 2 Br House between Ocean and Beach
## 27187 Entire House, Pool, Music Studio, close to beach
## 27188 Amazing private guest house in Chatsworth
## 27189 Top Floor Style
## 27190 Breezy 3BR Hilltop Home in Echo Park / Silver Lake
## 27191 Suite 3 ~ Oceanfront Malibu Beach
## 27192 Two Beautiful Rooms plus Private Bathroom
## 27193 'Fiyo on the Biyo'
## 27194 Nice and affordable private room right by Magazine
## 27195 Beautiful townhouse at the Summit
## 27196 Charming Retreat under the Oaks
## 27197 Urban Treehouse
## 27198 Eclectic Garden Guest House - Excellent Location!
## 27199 Treme Cottage 6 blocks to Jazz Fest
## 27200 Tranquil Private Room Located in Silverlake
## 27201 BIG EASY CHARMER!! PERFECT FOR LARGE GROUPS
## 27202 near downtown and mccormick place
## 27203 Beautiful, cozy private room in Austin
## 27204 Former Storefront / Artist Studio
## 27205 Cozy cottage, walk to Rose Bowl, EV charging!
## 27206 Amazing Views, Underground Parking
## 27207 Hummingbird Hideaway
## 27208 Shopping + Parking + Office Space + W/D
## 27209 Large, Artsy, Personality Plus Apt, Great Locale
## 27210 Lux Loft w/Rooftop LA Views★HOLLYWOOD★Walk of Fame
## 27211 Modern Hollywood 2Bed/2Bath Condo
## 27212 One of the most luxurious place in Koreatown L.A
## 27213 Charming Studio near Century City
## 27214 The BEST shared space in Hollywood
## 27215 Irish Channel Oasis
## 27216 NOLA Living
## 27217 Gorgeous & Private House in Heart of Uptown
## 27218 Fabulous Loft Studio in Gramercy
## 27219 Comfy Small room in Downtown Manhattan apt
## 27220 Cozy & Chic Studio Apartment
## 27221 Charming Rental in Brooklyn Heights
## 27222 Big Bdrm wth Private Bathroom
## 27223 Private bed/bath in charming duplex
## 27224 COZY CORNER GREENWICH VILLAGE
## 27225 Luxury studio Bedstuy Brooklyn
## 27226 HOT SPOT FOR 20 AND 30 SOMETHING'S
## 27227 HUGE BRIGHT room w 2 super plush Beds,desk, closet
## 27228 chic, quiet, sunny room in Harlem
## 27229 Huuuge Sunny Central Park 1 bedroom
## 27230 Sunny South Slope Room in Wonderful Apartment
## 27231 Sunny, Clean BK Apt w/ Roof Deck!
## 27232 Charming UES one bedroom apartment
## 27233 ~~The Hawthorne Eco-Luxury Home~~
## 27234 A bright + modern Victorian home in vibrant NoPa
## 27235 Spacious, Classic North Beach Suite
## 27236 Downtown Hi-Rise. 98 Walkscore (A1)
## 27237 Charming Capitol Hill/H Street Apt. - sleeps 4
## 27238
## 27239 Bright downtown studio with queen bed
## 27240 Cozy, updated, private very heart of South Park
## 27241 Wallingford, Private 1Bd Apartment!
## 27242 Studio 3 Blocks from Central Park
## 27243 Artist's 1BR - a true NY experience
## 27244 Spacious room in a lovely apartment
## 27245 Family-Owned Williamsburg Apartment
## 27246 Spacious inlaw in San Francisco
## 27247 Sunny Mission Flat w/ Garden Deck
## 27248 Chic 1 BR flat in Bernal Heights
## 27249 Mission Bay views. Central location
## 27250 3BR Home blocks from Logan Circle! Old
## 27251 Bright clean apartment in East Village!
## 27252 Flatbush Gardens II
## 27253 Artistic Bed Stuy Room! Cozy!
## 27254 Comfy Bed in Clinton Hill Loft
## 27255 Luxury DC 1BR Next to National Zoo
## 27256 3 bedrms; ideal for 4-5 persons
## 27257 Cozy 3 beds, Free Ferry to Manhattan.
## 27258 Huge 2-Story Penthouse Priv-Rooftop
## 27259 Private Elegance, Rockridge Oakland
## 27260 Walkable 2BR, Rockdridge / Berkeley
## 27261 LES / Chinatown Designer's LOFT
## 27262 Subway. Ocean. Parking
## 27263 Charming Williamsburg, Close to all
## 27264 Lovely Little Literary Loft!
## 27265 Private room in stylish artsy Brooklyn apt!
## 27266 Parkside with City Views + Terrace
## 27267 Convenient E. Village 1BR Union Sq
## 27268 Steps from Prospect Park & Train
## 27269 Spacious Studio in Midtown East
## 27270 Parkway Chic ( 2 Bedrooms)
## 27271 UPPER MANHATTAN CHARMING 3BR/1.5BA ALL NEW SLEEP 8
## 27272 Andy's Place
## 27273 Own entrance beautiful master-bedroom: Calabasas
## 27274 Lovely Studio Loft
## 27275 Artsy home in Beverlywood
## 27276 Cozy 1BD In Convenient Location!
## 27277 Bright and Beautiful in the Marina!
## 27278 Awesome 2-Bed Apt By The Beach
## 27279 The Bedroom with a King size bed in a heart of LA
## 27280 NoHo cozy private feel at home space!
## 27281 In the Heart of Santa Monica, Private Room & Bath
## 27282 Private Room Near Downtown/5 Points
## 27283 3 BR / 2 BA Home off Magazine St
## 27284 huge, sunny bedroom with park views
## 27285 Charming private room in Bedstuy
## 27286
## 27287 Just Right in Lovely Greenpoint
## 27288 Cozy Sunny 1br Ditmas Free Parking!
## 27289 Stairway to Heaven
## 27290 Comfortable Apartment near Columbia
## 27291 HUGE DUPLEX 2 BED 2 BATHROOM w/ WD
## 27292 Comfortable bedroom in East Village
## 27293 BEST Area ----- Williamsburg 3Bedrooms --- Sleep 8
## 27294 Super Cute Chelsea One Bedroom
## 27295 Nice Carroll Gardens 2BR by F Train
## 27296 Cozy bedroom with private half-bath
## 27297 One bed room apartment,sleep six
## 27298 2 bed/3 bed with parking
## 27299 Nice Spot in Bushwick
## 27300 Full 1 Bedroom Apartment in heart of UWS
## 27301 Sunny Mission Dolores Gem!
## 27302 Chef's Luxurious Townhouse
## 27303 Beautiful Home with Views
## 27304 Comfy English Basement in walkable Eckington
## 27305 Beautiful Georgetown row house!
## 27306 Modern Charmer in NE Portland
## 27307 Master Bedroom Suite (2 rooms)
## 27308 Large Suite in Victorian
## 27309 Private Master Suite, Front (6234)
## 27310 Beach House-Ocean Area-Point Loma
## 27311 COZY & PRIVATE NOE VALLEY STUDIO
## 27312 Duncan Air - Now Boarding 1st Class
## 27313 Bedroom with private bathroom in historic DC.
## 27314 2 Penthouse Lofts & Private Terrace w/ 7bedrooms
## 27315 Cute & Sunny Room w/ Private Balcony
## 27316 Cosy bedroom in Williamsburg
## 27317 Beautiful, spacious West Village Apt
## 27318 3 Bedroom Duplex/ 2 Baths and 2 LR
## 27319 Amazing Studio in Chelsea
## 27320 Sunny, Full-Floor, 3-Bedroom CHELSEA Loft-Sleeps 8
## 27321 Bayview room
## 27322 Pibbles and friends
## 27323 Cozy Greenwich Village Studio
## 27324 Cozy 2 BR apartment in Queens
## 27325 East Village 1 BR near Astor Place
## 27326 Beautiful Hawthorne Studio Apartment
## 27327 Bungalow in the filet of the SE
## 27328 1 Bdr/bath in Central North Beach
## 27329 Capitola Village Oceanfront
## 27330 Queen Anne Coastal Bungalow
## 27331 Gaslamp San Diego Luxury Condo
## 27332 Beautiful Bernal Heights 3br/2bath
## 27333 DC Cheap Bunks
## 27334 Awesome North End Studio
## 27335 Cozy Belmont Heights beach house.
## 27336 3 bedrooms House on the beach
## 27337 Oceanfront Townhouse on Quiet Malibu Road
## 27338 You'll LOVE our Beach Home!
## 27339 Garden Oasis in WLA
## 27340 1 BEDROOM, 1.5 BATH IN HISTORIC ROSE HILLS K
## 27341 Venice Beach House w/huge patio! [SPRING SPECIAL]
## 27342 Quiet Private Bedroom
## 27343 LA MODERN RETREAT
## 27344 Mid-Century Comfort in the Center of It All
## 27345 Surf City Hostel '4 Bed Dorm'
## 27346 A quiet and spacious private room
## 27347 1 BDR apt. in Hillsboro Village!
## 27348 Sunny 1bd in Bayou St. John!
## 27349 LAKESHORE MILLENNIUM PARK IV
## 27350 Best Location & Relaxing Privacy : Bedroom 3
## 27351 Quiet, Sunny Room by Lake & UofC
## 27352 Mildly eccentric adult's 1930s flat
## 27353 Two XL twins in Minimalist House
## 27354 Beautiful Roscoe Village Location! - near CTA
## 27355 The Pink Room w/Breakfast
## 27356 SAN DIEGO LUXURY HOME WITH POOL!!!
## 27357 Super close to the Space Needle! :)
## 27358 Lovely Green Lake Guest Stay
## 27359 Golden Gate + Skyline View & Free Private Parking!
## 27360 Cozy Division/Hawthorne 1BR Apt
## 27361 Zen private studio in the heart of South Austin
## 27362 Modern East Austin Home
## 27363 Spacious single-family near hip Marigny/Bywater!
## 27364 Hollywood Walk-of-Fame Penthouse
## 27365 Hollywood Hills Cottage (1)
## 27366 NoHo 4br Chillaxing
## 27367 HOUSE 4VIDEO/PHOTO/POOL PARTYS@NOHO
## 27368 pomona beautiful room
## 27369 Cozy sailboat in Marina Del Rey.
## 27370 Luxury 1 Bedroom Unit-Walk to Beach
## 27371 Garden Apartment--covered carport next to entrance
## 27372 The Best Corner in the Marigny!
## 27373 Cozy Loft in Prime Location
## 27374 Soulful Abode in Andersonville!
## 27375 Studio Apt., Belltown, Seattle
## 27376 French Country Room w/Breakfast
## 27377 Awesome Location in Woodley Park with Parking
## 27378 2 bedroom Rowhouse 1 block off H St
## 27379 Apt in Heart of Division/Hawthorne
## 27380 Sunny & Peaceful Bedroom in SF Downtown
## 27381 Bright hip spot in Columbia Heights
## 27382 Beautiful Home in Central Austin
## 27383 SOCO Studio Steps Away to Congress
## 27384 Comfy 2 Bedroom SOLA Home w/Backyard in Quiet Area
## 27385 New, Modern, Sleek, Well Situated in NW Portland
## 27386 2-story DC Home: Near Metro & Parking Pass
## 27387 BEST in American University Park!
## 27388 Quaint Room with Free Parking
## 27389 Sunny Room in Eckington/Bloomingdale Townhouse
## 27390 Amazing light Mission Loft
## 27391 Spacious, Private 1BD Apartment in The Marina
## 27392 Charming Sunset Room, Queen Bed
## 27393 Private Apt. Fremont/Ballard
## 27394 Oasis near the beach
## 27395 Luxury private apt close to your favorite spots
## 27396 Beautiful Basement Apartment
## 27397 Affordable Cozy Downtown Hideaway
## 27398 Sweet North Central Flat
## 27399 S F Charm/comfort/walk 2min Bus/Downton/Cheap/fun!
## 27400 San Diego 13293
## 27401 TWIN BEACH BUNGALOW #2
## 27402 Awesome Mission Hills Views
## 27403 Sunny private bedroom in artsy home
## 27404 European Host in Manhattan
## 27405 Small 1BR in Midtown
## 27406 Living room + Air Mattress
## 27407 Lovely apartment on Upper West Side
## 27408 White space with 0min to bus stop
## 27409 Cozy Private BR in PERFECT West Village Apt
## 27410 Garden Studio Oasis in NOPA
## 27411 Charming Private Studio
## 27412 Walk to Downtown/Gaslamp/Conv.Cnter
## 27413 A warm and welcoming retreat
## 27414 New South Boston Retreat w/ Parking
## 27415 Comfortable Loft - Heart of Boston
## 27416 Stunning French Quarter Apartment
## 27417 Millennium Park Paradise for 6 [Grant]
## 27418 Beautiful Loft Room / Vibrant Area
## 27419 Spacious Contemporary 2BR + Private Terrace Garden
## 27420 Updated cottage in Germantown
## 27421 Cute 1bed Entire Apt-N Hollywood
## 27422 3 miles to the beach 1 mile to Playa Vista
## 27423 LA Fun Friendly Ranchstyle Home in Reseda nearCSUN
## 27424 12South - 3 Beds 2 baths - 5 Star Review Avg!!!
## 27425 East Nashville Victorian Home
## 27426 Room at Frenchman Music District
## 27427 Uptown Streetcar Oriental Private Room w/ Balcony
## 27428 Centrally located 3 BD, 2 Bath
## 27429 Vintage Charm Near the Lakefront
## 27430 The Adventurous Bungalow-Crag Room
## 27431 Central Austin (Tarrytown) Bed,Bath-No Kitchen
## 27432 Convenient, Comfy, Clean, Quite and Self Check-in
## 27433 Large Bedroom
## 27434 Chic&Modern Heart of DTown Alhambra
## 27435 Arcadia 公园学校旁独立D房间,高级寝具清洁舒适可放松身心休息。
## 27436 Beautiful Loft - Walk of Fame
## 27437 Perfect Hillside Gesthouse Near Everything, Serene
## 27438 Central location 2BR with W/D & pkg
## 27439 Rainey Street Urban Gem! Walk to Convention Center
## 27440 Newly built private flat in Central Austin
## 27441 Bungalow Bedroom! Walk everywhere!
## 27442 Room with sliding door
## 27443 Williamsburg Loft City-River Views!
## 27444 MANHATN PVT ROOM CENTRAL AMAZING VIEW NEAR TRAIN
## 27445 Modern 2 BR - Heart of Downtown!
## 27446 Clean,safe,cozy 15 mins to Midtown!
## 27447 Perfectly Located Apartment in Downtown Manhattan
## 27448 New Oakland Studio 4 blocks to BART
## 27449 Cozy/Stylish btwn Dwntwn & Airport
## 27450 REMODELED IN HIGHLANDS W/GARAGE
## 27451 Quiet economic bedroom for one
## 27452 Nice room in Downtown 451
## 27453 For Hollywood Couch Surfers
## 27454 Cozy studio in prime Echo Park
## 27455 Event Space w/ FREE Parking, No Noise Restrictions
## 27456 Downtown! 1.5 Block from Broadway
## 27457 2 blks off St.Charles Ave.3 bedroom
## 27458 EAST NASHVILLE BASEMENT APARTMENT
## 27459 Private hillside cottage in West Hollywood
## 27460 Green Room VIP
## 27461 Upscale bedroom by the beach with private bathroom
## 27462 Spacious bedroom in Studio City
## 27463 Beautiful View in San Francisco
## 27464 Steps to la jolla cove, walk to all
## 27465 Excellent SD Location Great Rates!
## 27466 Bright, Serene Sanctuary above the Castro 3BR/Pkg
## 27467 Victorian Second Floor Single
## 27468 Skylit Industrial Chic 2BR Loft
## 27469 Sunny Unique Gramercy Glass Loft
## 27470 Brooklyn Best - Sunny&Spacious Apt
## 27471 Perfect & Stylish Williamsburg Apt
## 27472 Delightful Room w/ Balcony! 15 mins to Manhattan!
## 27473 Charming Bushwick Brownstone.
## 27474 Glam apt 30 mins away from Midtown
## 27475 Nice Furnished Short Term in NY
## 27476 Ordway Sanctuary
## 27477 Day Bed Crash Pad in Amazing Artist Loft
## 27478 A charming Space in Brooklyn
## 27479 Mod Home Steps from Prospect Park
## 27480 Living in Time Square. Home Sweet Home!
## 27481 Herkimer House
## 27482 10 minutes to Time Square
## 27483 Broadway near TimeSsquare
## 27484 One Bedroom Apartment in Capitol Hill
## 27485 Vintage Capitol Hill - 1 Pkg Spot
## 27486 Russian Hill 1 BDRM & Shared Bath
## 27487 Mini-apt Seattle w/ bkyard oasis!
## 27488 Private Master Suite, Center (6236)
## 27489 4 bedrms/Pool/Hiking/10 min 2 Beach
## 27490 Airy bed/bath near the city, OHSU and nature!
## 27491 Hyde park home with room
## 27492 OUTDOOR LIVING IN AUSTIN, TX
## 27493 Wonderful 1930's cottage. Great for SXSW!
## 27494 LOCATION! Modern Boston Home
## 27495 Wicker Park Skyline View Chicago
## 27496 Charming Desert Hide Away
## 27497 5min to Cherry Creek Downtown in 10
## 27498 Charming Cozy Brentwood Studio walk to EVERYTHING!
## 27499 REDUCED MODERN ECO GUEST HOUSE walk to the Beach.
## 27500 Spacious Cozy private room in 2bed
## 27501 Affordable West Los Angeles Luxury house w/ Pool
## 27502 Charming, Inviting, Walk Everywhere
## 27503 The Richardson House East Nashville
## 27504 French Condo in Warehouse District
## 27505 2/1 - Comfortable. Great Location
## 27506 Large flat with Balcony Frenchmen
## 27507 POOL!! East Nashville - 5points hideaway
## 27508 Chinatown (Private Bedroom)【3】中唐 XIU
## 27509 LUXURY APARTMENT CHICAGO Roscoe Village+ FREE PARK
## 27510 An apartment in a garden
## 27511 Backyard Studio
## 27512 Luxury 3 Bed/3 Bath+ Loft & Skydeck Steps to Beach
## 27513 Charming Room in Prime LA
## 27514 Cozy Marigny Apartment
## 27515 Cozy apartment on Roosevelt Road.
## 27516 Big Room w/Private Bath near Train and Nightlife.
## 27517 Garden District Victorian - Convention Center
## 27518 The Unicorns Room
## 27519 Best of L.A. in the Hollywood Hills
## 27520 Lovely La Mirada Home
## 27521 Walk to the French Quarter
## 27522 Tres Chic Esplanade #2
## 27523 Private 1 bedroom suite
## 27524 10-1 Bed Mixed Dorm in Cimarron House
## 27525 Colorful 1 BR w/ Backyard Patio & Grill
## 27526 Best Location!!! Ab Kin and Beach!!
## 27527 Cozy Room in Serene Petworth Townhouse
## 27528 Spacious Private Room&Private Bath
## 27529 Bunks for International Travelers
## 27530 Bedroom w/ private bath & entrance
## 27531 San Francisco Charm in Pac Heights
## 27532 4BR Executive/Family*IDEAL Noe VLY
## 27533 Private Room in Lovely Family Home
## 27534 Cozy Room Steps From the Beach!
## 27535 1 bed female dorm in fun hip hostel
## 27536 Beautiful Phinney/Ballard Retreat
## 27537 Amazing View, Large Room in Ballard
## 27538 Comfortable Fremont Apartment
## 27539 Cozy Room in Victorian House, Mission District
## 27540 Gorgeous, bright, NOPA flat, views
## 27541 Beautiful 1Br (900sqf) Bloomingdale
## 27542 mansion in Columbia Heights neighborhood
## 27543 Austienda Willowrun 1/1 - SOCO
## 27544 Logan Square Luxury Condo
## 27545 Sunny & Chic 2Br - West Chicago
## 27546 195 Special! **Sunny** Penthouse Duplex!! L@@K
## 27547 BUNK BED. DOWNTOWN IN 5 MIN !!
## 27548 Amazing views suite w/ huge windows
## 27549 U2 Self Check-in / Private Entrance room downtown
## 27550 Hollywood RV, Sleeps Two (H)
## 27551 Gorgeous 4BR Hollywood Hills + Pool
## 27552 3 Private BR, 1 Private Bath! Quiet
## 27553 Cozy 4Bed 3Bath House w/Hot Tub
## 27554 LA Casa
## 27555 Private Suite 2 Rooms, 2 beds, Steps to the Beach
## 27556 Great Private Room w/a Great View
## 27557 Quiet Peaceful Urban Oasis in LA
## 27558 Guest cottage in backyard oasis
## 27559 HUGE LUXURY WEST LA PENTHOUSE
## 27560 Share bed in an Artist Loft
## 27561 Chic and Cozy Heart of Williamsburg
## 27562 Spacious Williamsburg Suite
## 27563 The Red Room - Heart of Bklyn
## 27564 1889 Brooklyn Firehouse Apt. Clinton Hill-BedStuy
## 27565 Upscale Apt in Wash. Hts
## 27566 Cute, comfy 1 bed apt UES/E Harlem
## 27567 East Brooklyn Garden Apartment
## 27568 Your spacious Manhattan home, Near Central Park!
## 27569 Luxury room in the heart of BKLYN
## 27570 Great location in the Village
## 27571 Sunny apt in the heart of Soho!
## 27572 The Little House on Bayou Rd
## 27573 Big Top Boudoir
## 27574 Serenity in San Pedro (Garden View)
## 27575 well located cozy room with parking
## 27576 Grove Destination 2BD+2Bath+1Pr
## 27577 Cozy Private bedroom & bathroom
## 27578 Charming apt in Historic home, near streetcar!
## 27579 Downtown Hostel - Bunk Bed #5
## 27580 New home - Perfect Nashville Location!!
## 27581 Beautiful room close to Downtown
## 27582 Lovely Southie Apt w. amazing views
## 27583 Cozy private bedroom with window
## 27584 Luxury 2Bed 2Bath Modern Jewel Near Central Park
## 27585 Airy Upper Westside Haven
## 27586 Lincoln Park Comfort Suite
## 27587 Modern Design LA Loft
## 27588 WALK EVERYWHERE, FREE BREAKFAST!
## 27589 Langhamm Resort Gateway 2 Room suit
## 27590 Home Comfort By The Beach in LA:)
## 27591 Hollywood Blvd Artist Studio
## 27592 Full apartment by beach/boardwalk!
## 27593 Beautiful Venice home, 2 mins to beach w/ parking
## 27594 Really nice private room and bathroom with parking
## 27595 3 Bedroom Home in Historic 12South
## 27596 Marigny triangle beauty
## 27597 Heart of New Orleans and free pool close by
## 27598 Entire 1 Bedroom Apt Available In Ditmas Park
## 27599 Great room! Good for med students!
## 27600 Tiny Private Artist's Studio in NYC
## 27601 Luxury Penthouse Loft Logan/DuPont
## 27602 Amazin cozy bedroom with private bathroom
## 27603 Heart of Logan circle - 1 bedroom large apartment
## 27604 Newly renovated condo available in The Palisades
## 27605 Private Greenlake Studio Apartment
## 27606 Queen Anne Cozy Duplex Oasis
## 27607 Bright Modern Room near Downtown
## 27608 Urban Loft with Amazing Views
## 27609 Master Suite @ Russian Hill's Panoramic Penthouse
## 27610 Chez Fancy- 1908 Victorian Garden Apartment
## 27611 Resort Style Luxury Living Downtown LA
## 27612 149 Hollywood 1-Bedroom with Balcony, Views, Pool
## 27613 All Furnished Private Room (Yellow)
## 27614 Private room, with lock. Central.
## 27615 Beautiful Newly Remodeled Home
## 27616 Studio Apartment Just Steps to the Beach
## 27617 Cozy Cottage in the Country Club
## 27618 Private room / shared bath - historic neighborhood
## 27619 Light and Bright Artist Getaway
## 27620 Lower Garden District Beauty
## 27621 Vacation Rental - Summer Apartment Complex
## 27622 Garden Retreat Blocks from Pasadena
## 27623 Modern two bedroom Brentwood home
## 27624 Private Room - NOHO District
## 27625 Serene Lilac Room in NoHo House
## 27626 Remodeled 1-bedroom in the heart of West Hollywood
## 27627 Charming Spanish house in prime Beverly Hills
## 27628 European Designer Hollywood Oasis
## 27629 Luxurious Spacious Oasis on the East Side
## 27630 2-1 cottage, 3 miles from downtown
## 27631 Color & Joy in the Heart of Austin!
## 27632 Luxury Room Near Airport + City
## 27633 Superb location, budget-friendly!
## 27634 Sunny and Private Studio Apartment
## 27635 Spacious Guest House near LAX/Beach
## 27636 ✈ World Traveler Refuge ✈ Walk Score 81 | Patio
## 27637 Black Pearl Double Shotgun(1block from St.Charles)
## 27638 Alpine House - 4th night FREE
## 27639 2bd 1 bath uptown university area
## 27640 Spacious Estate in New Orleans
## 27641 Large Master and Private Bath
## 27642 2 Bedroom Apartment in Prime Midtown West
## 27643 Woodland Garden Retreat & Kitchen
## 27644 Home away from home in SW Portland!
## 27645 Nice Bedroom in Spacious House
## 27646 Private Room in NW DC
## 27647 Great Place - Great Location!
## 27648 Great 1br in the heart of the Hill!
## 27649 Bunk Bed (F) in The Society Hotel
## 27650 Admiral District Private Bedroom
## 27651 Beautiful 1bdr apt by Dolores Park
## 27652 Stylish Riverside Condo, walk DT
## 27653 Private Room - Gaslamp - San Diego
## 27654 3BR House by Downtown, Zoo & Balboa
## 27655 Bright 2bdr westside home & garden
## 27656 5 Bedrooms Family-Friends Homeaway
## 27657 East Nashville Room!
## 27658 WYNDHAM NASHVILLE - 2 BR DLX II
## 27659 Vanderbilt/Music Row
## 27660 Guest Room+Bath in Belmont/12th S
## 27661 Sweet Queen Bed & Private Bath in Heart of Dupont!
## 27662 Tranquil Oasis-Nashville Gem!
## 27663 Cozy private room in Echo Park!
## 27664 Super Cozy Place for backpackers 5
## 27665 1890 townhome in popular LoHi!
## 27666 Cozy Studio in Downtown Long Beach
## 27667 2 bedroom/ 1 bath apartment in North Hollywood
## 27668 Cozy Chic Hideaway In BEST Location
## 27669 Pristine Suite South of Ventura on Benedict Canyon
## 27670 PRIVATE STUDIO IN THE HEART OF WEHO
## 27671 Charming 2 Bed.Unit w/ Living room
## 27672 Cozy room in apt close to T-stop!
## 27673 Paint With All the Colors of the Windy City
## 27674 Zen Beverly Grove 1bed/1bath/1office/1car/1Terrace
## 27675 STUDENT HOUSING---month to month at Gramercy Place
## 27676 Cozy 2 BR guest house/apt for 4
## 27677 Sunny Bungalow in Hyde Park w Pool!
## 27678 AUSTIN OASIS w/Pool STR LICENSED
## 27679 Private room in a 2 bedroom condo.
## 27680 Cozy Venice Home w/ beautiful yard
## 27681 **Charming RV Garden Get-Away**
## 27682 Storybook Tudor, house at GreenLake
## 27683 Georgetown Modern Craftsman
## 27684 'Streaming in Seattle
## 27685 Luxury Cap Hill Home - Entire Floor
## 27686 Convention Center+Bkfast/Classy Apt
## 27687 Posh on Porter ~ Walk to Metro!
## 27688 Derbigny Hideaway
## 27689 Traditional New Orleans Cottage
## 27690 Great Studio in Chelsea, New York
## 27691 "Diamond in the Rough"
## 27692 Park Slope - Big, Bright and Sunny
## 27693 Hand Crafted Williamsburg Sanctuary
## 27694 ONLY 10 min. AWAY from Midtown
## 27695 Original Cabin 14
## 27696 CHIC STUDIO IN HEART OF WEST VILLAGE/MEATPACKING
## 27697 TheTramHouse- Austin's Best Secret
## 27698 Close to Downtown and United Center
## 27699 Stunning 1800's double-shotgun in New Orleans.
## 27700 Sleep with Elvis! Close to JazzFest & the Quarter!
## 27701 Beautiful, East Side Stone Cottage.
## 27702 HOT SUMMER RATES DOWNTOWN CONDO W/ FREE VALET
## 27703 Large fully furnished room Mid-City
## 27704 WYNDHAM NASHVILLE 2 BR - POOLS, HOT TUB+ I
## 27705 Hollywood Diamond-Silver Lake!!!
## 27706 Wonderful house with swimming pool
## 27707 Lovely 2bd home, Steps from Hollywood Walk of Fame
## 27708 Zen Beach Oasis
## 27709 Boho Chic Space in Venice / SaMo
## 27710 SUPER COZY BEACH CONDO - VENICE/PLAYA VISTA
## 27711 New Venice Beach Studio Near Beach
## 27712 Amazing view in Studio city
## 27713 Soco Central
## 27714 100%Green Denver Home Near Downtown
## 27715 Home Away from Home
## 27716 Underground Los Angeles Home!
## 27717 Private Bedroom in Beautiful Cottage
## 27718 LA/Whittier Private House
## 27719 Hotel lifestyle in beautiful DTLA
## 27720 SIMPLE STAY NEAR DOWNTOWN ! WOW !!
## 27721 SUNNY AND FRIENDLY HOUSE W/PARKING AND GRAND PIANO
## 27722 Clean & Serene Apt in Lovely Area
## 27723 Minutes from Venice Beach - Quiet studio apartment
## 27724 FANTASTIC BCH FRONT PARTIAL ocean
## 27725 Riverfront close to everything
## 27726 GREAT HOUSE NEAR FRENCH QUARTER BEAUTY AWESOME!!!
## 27727 Cozy Private Apt By Food & Drinks
## 27728 Room 10 minutes from the beach!
## 27729 Quiet artsy bedroom near everything
## 27730 DOWNTOWN (LODO) LOFT FOR RENT!!!
## 27731 Silver Lake Architectural Studio
## 27732 Authentic California Beach Cottage
## 27733 *BEST GUEST HOUSE ON AIRBNB* UNIVERSAL/HOLLYWOOD
## 27734 Quiet, Comfy, Centrally Located!
## 27735 Master bedroom close to everything
## 27736 Alberta Bungalow Alley
## 27737 Charming large bedroom in Victorian Row House
## 27738 Queen Anne Condo
## 27739 Private Room & Bathroom in SF
## 27740 Quiet yet urban Capitol Hill house
## 27741 Cozy craftsman home
## 27742 Classic Victorian in Ideal Location
## 27743 Experience San Francisco in Style!
## 27744 Conveniently situated, cozy studio
## 27745 Private Bd/Bth Gorgeous Marina home
## 27746 Caribbean Delight Room 1
## 27747 Cozy 3 Bedroom In the Heart of ATX
## 27748 Austin Retreat close to the Lake
## 27749 Lovely Single Family Colonial Home
## 27750 Denver's Santa Fe Arts District
## 27751 Unparalleled & Unique Downtown Loft
## 27752 GaslampLoft B FreeParking Walk2Conv
## 27753 Urban Oasis on South Congress
## 27754 Single Bed, TV, WiFi, Hot Tub, Laundry, WorkTable
## 27755 Free Parking on a Private St Minutes to Georgetown
## 27756 Hilltop Hideaway Retreat
## 27757 Solar Powered Guest House
## 27758 Rustic Rock n Roll Cabin
## 27759 3 mins to Union Station bunk bed #1
## 27760 Perfect Brooklyn Studio next to Ft Greene Park
## 27761 Vintage NYC apt 15min from Times Sq
## 27762 Lake Washington home
## 27763 Capitol Hill + Navy Yard + Nationals Park Suite
## 27764 Peaceful Bedroom in Luxury Style Apartment
## 27765 3bd apt w/yard in Astoria, 10 mins from Manhattan.
## 27766 Quiet Home Base for Exploring an Exciting City!
## 27767 Large Sunny Apt in Hamilton Heights - Manhattan
## 27768 Bright & Spacious, 2BR Apartment Lower East Side
## 27769 светлая комната с балконом
## 27770 Great Room hosted by Eric & Jonjon
## 27771 You Had Me At Greenpoint!
## 27772 Premium Apartment in Brooklyn
## 27773 Ultra Luxuxry 4BR/3.5BA Triplex Townhouse Sleep 12
## 27774 Large cozy 1-bed apt w/ doorman
## 27775 Best Hells Kitchen NYC Location
## 27776 Brooklyn Factory Yellow Door
## 27777 Bright Williamsburg Apt Near L
## 27778 Brownstone -with Parking & Sleeps 6
## 27779 Beautiful Upper East 1BR Sleep6
## 27780 Room avail in Bowery neighborhood
## 27781 Sunny 2BR in Brooklyn Townhouse
## 27782 Sunny Fort Greene Suite
## 27783 Cozy 1 bedroom in a quiet neighborh
## 27784 Brooklyn - Bushwick - NYC
## 27785 Penthouse 3Bedroos + Terrace ( PARK AVENUE )
## 27786 Cozy spacious studio apartment
## 27787 Great studio in a perfect location
## 27788 One Bedroom Apartment in Greenpoint!
## 27789 Fab 1 Bedroom Apartment!
## 27790 The Vic Room 2B
## 27791 Family Home - Walk Everywhere!
## 27792 Light Airy Bedroom for Two Close to Adidas Campus
## 27793 House, 2 living rooms, 3bd By Beach
## 27794 Beautiful & Modern, Great Location
## 27795 1 bedroom apt at Thompson Sq Park
## 27796 Fabulous 1 Bedroom Near Everything
## 27797 Cozy & Private House with backyard & Jacuzzi/spa
## 27798 Classy 2.5 BR Brownstone w/ Garden
## 27799 Top Notch Williamsburg Apartment
## 27800 Bargain Space
## 27801 Hidden Gem Loft studio- Walk to Mayor's Garden
## 27802 Cozy 1BR apt, great location w pkg, 5 min to metro
## 27803 120-SURFERSPARADISE
## 27804 Stay Comfortable !
## 27805 Historic Bretler House on Capitol Hill
## 27806 Lovely 1 bedroom Apartment and Backyard
## 27807 Sunny Dupont Circle Apartment
## 27808 GORGEOUS Huge PERFECTLY Located 3BR 4 BED + GARAGE
## 27809 6th Street Skyline Condo - Downtown
## 27810 Cottage DU Wash Park 3 Bed 2 Bath
## 27811 Cute and quaint in the quiet Dimond
## 27812 Pleasant stay in Buswick/Ridgewood
## 27813 AMAZING DESIGNER TIMES SQUARE APARTMENT- BEAUTIFUL
## 27814 Big Private Room next to Times Sq
## 27815 Excellent 1 Bedroom Apt. in Queens
## 27816 One love bedroom 10 min to JFK + Library+ Mall
## 27817 Charming 2-Bedroom Townhouse Apt
## 27818 City Cabin
## 27819 Brand New Zilker Park Flat ❤️
## 27820 The Double View! 2/2 with views!
## 27821 Cozy, Convenient Back Bay Home
## 27822 Comfortable Condo on The Park
## 27823 Vintage 2bd in heart of Wicker Park
## 27824 Walking distance to EVERYTHING
## 27825 Private room n/Toyota, Harbor UCLA
## 27826 Chic Artist Loft in DTLA!
## 27827 Mid Shasta Circle - Beautiful 2BR
## 27828 Colorful, Charming Bungalow Spacious Deck/Lake
## 27829 Modern re-done 2 bdrm urban apt.
## 27830 Santa Monica Affordable Living in a Huge House A
## 27831 Best Airbnb in West Hollywood
## 27832 Cozy 2 bedroom Bywater duplex.
## 27833 The Pink Palace
## 27834 South Tabor Bungalow
## 27835 City View Penthouse: 3/2 + parking. Walk Score 95!
## 27836 Charming 4 bedroom rowhouse
## 27837 Small House on Capitol Hill
## 27838 Charming one bedroom
## 27839 Best Marina location 2bd/2bath/prkn
## 27840 FRANKLIN APT *BROOKLYN* NEAR PRATT
## 27841 Large, Luxury Bedroom nr JMZ subway
## 27842 Sunny and big room
## 27843 Excellent Studio Space
## 27844 Private Master Bedroom Bushwick
## 27845 1 bd apt in Astoria
## 27846 Amazing Harlem apt with Backyard!!!
## 27847 cozy apt by central park
## 27848 Angelina
## 27849 Modern & Cozy 1BD Garden Apt
## 27850 1 BR with private bath near CPW
## 27851 Dream NYC Experience! Best Location
## 27852 TIME SQUARE BRIGHT CLEAN PLACE
## 27853 Modern Lux Furnished 1 Bedroom Apt
## 27854 NYC Clean & Sunny 1 Bdrm Apartment
## 27855 Bunk bed 5min walk Time's Square
## 27856 Studio w/ private en-suite bath Best Location!!
## 27857 Beautiful Space, 20m from Manhattan
## 27858 BedStuy Oasis with Private Yard!
## 27859 Nice Bedroom in Great Brooklyn Apartment!
## 27860 Clean Comfortable Cozy 1st Floor!
## 27861 The Suite Spot @ Washington Heights
## 27862 #3 Large near Metro to Times Square
## 27863 Glamorous upper west side Private room
## 27864 Experience Brooklyn like a True Brooklynite
## 27865 Interfaith Retreat Guest Rooms (Seva)
## 27866 1000ft² - Chic 2BR on best Block
## 27867 Traveller's Flat – Hell's Kitchen
## 27868 Lovely Brooklyn Room & Private Bath
## 27869 4BR Modern Oasis in NE w/ Hot Tub!
## 27870 Charming + Cozy 2BR 1BA in the Northwest
## 27871 Cozy Rm convenient for USD & SDSU*
## 27872 Unique Colorful 2 Bedrooms House in Long Beach
## 27873 Airstream at Angeles Crest Creamery Wrightwood
## 27874 LOCATIONLOCATION!1bedroom/2beds+parking+patio
## 27875 Room in Nice Condo in Capitol Hill
## 27876 LUXURY HOLLYWOOD SIGN VIEW 1BR/1BTH/FREE PARKING
## 27877 PRIVATE ROOM IN HOLLYWOOD LA MODERN CONDO
## 27878 Beautiful Mansion in the Hills...
## 27879 Convenient location in Southern CA
## 27880 Designer Loft with Amazing View
## 27881 Music Room
## 27882 Entire house. Heart of Santa Monica
## 27883 Gated , private drive, Sanctuary
## 27884 WOMEN SHARED ROOM in VENICE HOSTEL
## 27885 2BR 5Points Historic East Nashville
## 27886 Tranquil French Quarter Escape with Secure Parking
## 27887 Inn at the Old School
## 27888 Twin airmattress super shared space
## 27889 Sleep 4 DePaul/LincolnPK-"Cubs"-Parking Free 2car
## 27890 Hot Spot in the Heart of the City
## 27891 Cozy Downtown Condo on the River!Walk to Broadway!
## 27892 Very Clean Guesthouse
## 27893 Luxurious 4bed home near Venice Beach!
## 27894 Spacious Newly Renovated 4 Bedroom
## 27895 Vintage Hollywood Hideaway
## 27896 Peacock Cottage: Charming 1920s Spanish Cottage
## 27897 Master bed w/Lg bath Town Monrovia
## 27898 CHARMING 1 BR IN LOOP HIGH RISE!
## 27899 Lovely 3BR / 2BA Duplex in Chicago
## 27900 Sydni Suites near University of Chicago 1-bdrm.
## 27901 Top-Floor Vintage Rogers Park by EL
## 27902 Stylish South End Apartment
## 27903 Full Apartment in Logan Square
## 27904 Clean Private Bedroom & Bath
## 27905 Gorgeous home 8 min from downtown
## 27906 Luxury 2 bedroom city view apt.
## 27907 ENTIRE flr - Modern, huge sunny 2BD
## 27908 TimeSq/Brdway/Midtown/A Cozy Petit Versaille/Quiet
## 27909 Luxury NYC Oasis + SPA + GYM + WIFI
## 27910 Cozy room in hip Brooklyn pad!
## 27911 Private Room, 2 beds, bath, Union Square location
## 27912 BEAUTIFUL LOFT!!! Williamsburg
## 27913 Bright PRIVATE East Village Art Studio by the Park
## 27914 The beach - it's just across the street
## 27915 Good vibes in Bed-Stuy
## 27916 Come visit New York!!!
## 27917 Cozy, Convenient UES Studio
## 27918 3+ Bedroom Steps to Park Avenue
## 27919 My Gorgeous Convenient 2 bedroom apt!
## 27920 In the Heart of Washington, D.C.
## 27921 Mid-century modern private entrance
## 27922 Apartment in San Diego Gas Lamp
## 27923 Perfect Georgetown Apartment
## 27924 Pinterest-worthy home/6flags/CalArt
## 27925 Less than 10minutes to Downtown/Midtown, 4BR 2.5BA
## 27926 Gorgeous, Private Hollywood Home
## 27927 Stylish apartment in the heart of Hollywood
## 27928 Cozy Daybed in an open loft
## 27929 Private room located near everything great!
## 27930 Huge private room in Beverly/Melrose/Paramount
## 27931 6N-典雅,和舒適-精緻-商務旅遊 渡假休閒 遊學-交通餐廳超市便利-長租Months or mor
## 27932 Spacious and Sunny Unit Perfectly Located!
## 27933 Beautiful Victorian in S. Broadway
## 27934 Quiet & close to University of Portland & St Johns
## 27935 Private basement studio in Overlook
## 27936 Luxury bed/bath Ocean view by Beach
## 27937 Midcentury Victorian Charm w/ View!
## 27938 Beautiful Ravenna Hardwoods UW
## 27939 1 br apt/Capitol Hill Triplex
## 27940 River House
## 27941 Super Spacious, brightly lit 2 BDRM
## 27942 Modern Room in Great Location
## 27943 Rivergate House
## 27944 Comfy and Inviting
## 27945 Comfy couch-Great view!
## 27946 Charming Duplex in Belle Meade A
## 27947 East Nashville Getaway
## 27948 Zen & Hip in Prime West Hollywood Location
## 27949 Hollywood Hills pool retreat
## 27950 Hollywood Furnished Studio Apt #1
## 27951 Private Beach Getaway with Garden!!
## 27952 Hillside/Modern home /DTLA views
## 27953 Luxury Sunnyside 3-Story Townhouse
## 27954 Luxury Downtown/SouthLoop Private Room & Bathroom
## 27955 West Loop Brick-Timber Loft by UIC Blue Line Stop
## 27956 Cozy Bungalow Steps to Wrigley - Parking Included!
## 27957 3 Bedrooms 15 minutes from Austin Attractions
## 27958 Adorable East House Walkable!
## 27959 Huge Party Apartment Downtown
## 27960 Spacious and Budget Friendly 2BD
## 27961 Perfect Vintage 1BR in Ukrainian Village
## 27962 Private guest room at Mag Mile Boutique Hotel
## 27963 Old Charm in New LA
## 27964 Sunny Spacious Silverlake Studio
## 27965 717 Arcadia Ave
## 27966 Private Bedroom/Bathroom Lakeview E
## 27967 Bright & Very Spacious 4 Bed - DePaul!
## 27968 Cute Cheeseman Park condo
## 27969 ***Walk to Beach!
## 27970 美國洛杉磯東區哈崗別墅溫馨大套房
## 27971 Small Cozy Sailboat on the Water!
## 27972 Room with TV/bike &private Bathroom
## 27973 ★ Beach Dream ★ 3 bedroom ★ Venice
## 27974 Modern Studio Apt. in Venice Beach w/ free bikes
## 27975 Venice Beach Art House
## 27976 2BR - Sleeps 4 - Kid Friendly! Permit #201534380
## 27977 D and B's Stone Bungalow
## 27978 East Nashville Studio Apt (Eastside)
## 27979 Spacious studio convenient to Downtown PDX
## 27980 Renovated Private Hideaway
## 27981 1920's Designer Apt. in West Harlem
## 27982 Large 1 bedroom apartment
## 27983 Tranquil Private Penthouse in Historic Park Slope
## 27984 Large Duplex in Midtown East with backyard!
## 27985 Bright Full 1 Bedroom Apartment
## 27986 Brooklyn's Waterfront
## 27987 Quiet East Village Apartment with a view!
## 27988 Cozy LES/East Village Retreat
## 27989 Charming and Sunny Central Brooklyn
## 27990 Room in Artist Loft Brooklyn, NY
## 27991 relaxed and simple in Williamsburg
## 27992 Heart of Williamsburg
## 27993 Luxury, Huge 3bd Apt by Central Park & Subway
## 27994 Private House! 3 & 4 bedrooms!
## 27995 BRIGHT BEDROOM, PRIME DOWNTOWN AREA
## 27996 Cozy, private room with a view
## 27997 Brooklyn Modern Spacious Studio
## 27998 Fabulous East Village Apt - Private Queen Bedroom
## 27999 Beautiful View on Peaceful 5 acres
## 28000 Cute Basement Studio
## 28001 Perfect Seattle Room + Bathroom
## 28002 Dupont Adams Morgan Wonderful Grace
## 28003 Master Bedroom in the Castro
## 28004 Modern Mission 2 Bedroom with private access
## 28005 Victorian Apartment
## 28006 LARGE Room in SF NEW Apartment
## 28007 Nice room & patio, 1 block from bus
## 28008 Artist Ft. Greene Brownstone 1stBed
## 28009 Garden apt with private entrance
## 28010 Cozy private basement studio in Williamsburg!
## 28011 2 Bedroom apartment in Prime Williamsburg!
## 28012 Luxury Williamsburg Apartment
## 28013 Walkable, private Capitol Hill room
## 28014 Large Studio by Lake Washington
## 28015 Heart of Belltown! SH2
## 28016 Furnished Studio Sized Space with Private Entrance
## 28017 Single room in large apt Downtown — Room 1
## 28018 Historic sundrenched apt of the Lower East Side
## 28019 Mott St Soho Studio - Sleeps 4
## 28020 Adorable and Artistic Studio
## 28021 Boudoir of the Goddess SF Bay Area
## 28022 Charming & Spacious, 2 Bedrooms in❤️ of Greenpoint
## 28023 Our home away from home
## 28024 PRIME LOCATION // MODERN & SPACIOUS ROOM
## 28025 Private Bedroom In Bushwick
## 28026 East Village Spacious 3 Bed 2 Bath
## 28027 Gorg Near Columbia & 15min train to Time Square
## 28028 Sunny Bedroom in Luxury Building
## 28029 Solo traveler oasis
## 28030 My Casa Ur Home Away From Home
## 28031 East Village bedroom w rooftop
## 28032 Bay View - Private Deck - Location
## 28033 Private Bath *DU area * 450 sq ft
## 28034 Quick trip from O'Hare to safe, quiet city retreat
## 28035 Charming 1 BR apt in Lincoln Park
## 28036 DePaul 4 Bedroom - Perfect for Large Groups!
## 28037 Lincoln Park Luxury XLarge Studio Stunning Rooftop
## 28038 Hollywood Beauty - Silver Lake!!!
## 28039 New house with Mid Century feel
## 28040 Sophisticated West Hollywood
## 28041 Sunset Junction Silverlake PRIVATE BATH, Walkable
## 28042 Private cozy apartment 20 min from Manhattan.
## 28043 Enjoy clean positive space!
## 28044 Quiet ST MARK'S PLACE ARTIST'S GEM
## 28045 Sunny 1BR Chelsea, Perfect Location
## 28046 GREAT in CHELSEA: JUST SEE REVIEWS
## 28047 Restorative room w/ Queen size bed
## 28048 Comfort and Convenience in Brooklyn
## 28049 Private Bedroom
## 28050 Central Park Charming Bed
## 28051 Spanish Harlem/Park ave - cosy apt
## 28052 Spacious One Bedroom (Large Room)
## 28053 Bridges View Beautiful Apartment
## 28054 Bed-Stuy Style & Comfort 2bed Private Living Space
## 28055 ***Perfect Bedroom! Large Modern Apt! Manhattan***
## 28056 Harlem 1 BR close to Central Park & Columbia Uni.
## 28057 Harlem 1 Bedroom - quick to midtown
## 28058 ★ ☆ Happy House Bushwick Room ★ ☆
## 28059 Pleasant Private Room in Hillcrest
## 28060 Traditional California Bungalow!
## 28061 2BD Beach Cottages steps to sand!!!
## 28062 West Seattle Alaska Junction
## 28063 Quaint Getaway w/ private entrance
## 28064 Capitol Hill Townhome - Venice Bdrm
## 28065 Upscale DuPont 3-Bed, 2-bath, Driveway Opt, Garden
## 28066 Modern, Chic, Great Location
## 28067 Private room+bath in Seattle house
## 28068 2B/2Ba Apartment w Gorgeous Views!
## 28069 Pool+Patio 2bd in Pacific Heights
## 28070 Beautiful Apt Centrally Located in Lower Nob Hill
## 28071 Your Own SF Apt - Walker's Dream!
## 28072 Private gem in the heart of the Nations Capital !
## 28073 Spacious Brooklyn Loft
## 28074 Spacious & Private Bedroom in the Heart of CHELSEA
## 28075 Chic Brooklyn Apt.- Private Room
## 28076 Brooklyn NY, Comfy,Spacious Repose!
## 28077 Cozy Brooklyn Apartment
## 28078 Brownstone in South Harlem
## 28079 Cozy Fortress for Travelers
## 28080 The Jazz Lounge Studio
## 28081 The Bloomsbury Room
## 28082 Luxury, Location, Great For Family
## 28083 Water, Mountain, and City view.
## 28084 Traveler's Haven 2 - Central to all
## 28085 Quiet oasis in the heart of Adams Morgan
## 28086 Cozy Studio 3 blks from White House
## 28087 Modern 1-bdrm downtown PDX-Entire month of Dec
## 28088 Guest Green suite ten minutes to beach
## 28089 Art and Soul-Indoor Outdoor Living!
## 28090 Beautiful Cottage Style Apartment in Venice!
## 28091 Private Burbank Bungalow Guesthouse
## 28092 Modern Apartment in Santa Monica with Parking
## 28093 SPACIOUS 3-LEVEL Condo in Old Town
## 28094 Centrally Located West LA Studio (201)
## 28095 Private 3 Beds 2 Bath, Great Location Hollywood!!!
## 28096 apartment near beach and airport
## 28097 Sunny Spanish Culver City Home
## 28098 Venice private room w/attached bath 15 mins to LAX
## 28099 Modern ranch 10 mins from downtown!
## 28100 Tulip Grove Private Home
## 28101 Edgewater area, tennis, bball & Lakefrt
## 28102 Downtown Modern + Garage
## 28103 Stylish & Cozy Apt in Urban Seattle
## 28104 2BR Bernal Heights Home, By Mission
## 28105 Studio, Steps from the Sand
## 28106 Comfortable St. Johns apartment with kitchen
## 28107 Large House, Parking, Walk to Metro
## 28108 Casita Agave
## 28109 Modern, Zen, Apartment
## 28110 Zilker apartment-great spot!
## 28111 In the thick of it all: DT Austin!
## 28112 Beautiful Bunker Hill 2 BD
## 28113 Gorgeous new home in the Gulch!
## 28114 Hollywood apt across from W hotel❤️
## 28115 URBAN Oasis by DTLA/USC. RM 1
## 28116 Newly Remodeled Apartment
## 28117 My Friends House pvt 2b/1ba kitch
## 28118 Mansion on St. Charles Ave
## 28119 Cozy room w private bath
## 28120 Cozy and Convenient in Donelson!
## 28121 Darling Love nest in prime Quarter location
## 28122 Cozy Room in 2 Bedroom Unit
## 28123 Cute quaint place, convinient to everything!
## 28124 A Sunny, Spacious Loft Space + You!
## 28125 Central Denver Victorian house
## 28126 Waterfront/Space Needle/Dwntwn View
## 28127 Best Kept Secret in Town
## 28128 Quaint DuPont 1 Bedroom
## 28129 Cozy U St. Studio Near Everything
## 28130 Craftsman Cottage in Montavilla
## 28131 Charming SW Portland Attached Apartment
## 28132 Capitol Hill...Steps from downtown!!!
## 28133 NATIONALS Games Near SE NavyYardMetro w/ Parking!
## 28134 Cozy Chateau steps from Downtown DC
## 28135 Private Bedroom Private Bathroom
## 28136 Newly redone 1BR 10 min fr Valencia
## 28137 Downtown Hi-Rise. 98 Walkscore (A2)
## 28138 M.B. 2/bed/1bath 50 ft fr Sand! #2
## 28139 Designer 3bd with views and decks!
## 28140 Bernal Heights Home
## 28141 Capitol Hill 2BD-Cari's in the City
## 28142 BRAND NEW* CHATEAU 4 FOODIES BY METRO!!!
## 28143 DC Proper The Moroccan Room
## 28144 Luxury, Chic and Modern Apartment in central DC
## 28145 Room in sunny home with porch!
## 28146 Master Bdrm, Priv Bath & Fireplace
## 28147 View Home in West Seattle
## 28148 charming , garden view, near beach
## 28149 Potrero Hill 2BR Garden Oasis in Prime Location
## 28150 Beautiful private studio
## 28151 Cozy room only 1 block from L train
## 28152 Cool Room in Williamsburg Brooklyn
## 28153 Modern Studio in Brooklyn
## 28154 Spacious & Modern 2BdR
## 28155 Privacy in comfortable setting
## 28156 Room & Bath in Beautiful, Modern Condo near U st.
## 28157 Comfortable BR/BA Adams Morgan
## 28158 Oversized Luxury Condo-Breathtaking Rooftop Pool 1
## 28159 In Jimi Hendrix's neighborhood 2
## 28160 Luxury modern home in Noe Valley
## 28161 !Comfy! n Cozy! in Brightwood/16th St. Heights!
## 28162 Beautiful Sunny 3BR Capitol Hill Gem
## 28163 Perfectly located chill house-DC II
## 28164 Capitol Hill Townhome - Paris Bdrm
## 28165 Spacious one bedroom in Georgetown
## 28166 Spacious & Bright Modern One BR Apt
## 28167 Modern Downtown East Austin
## 28168 Beautiful 4BD/2BA Gem! Near airport, city, subway!
## 28169 `Hidden Gem in Boston
## 28170 The HollyWoodland House
## 28171 Penthouse Loft in Downtown LA
## 28172 Healthy Home in L.A./Burbank near Disney, WB, Nick
## 28173 NEW MODERN APT/THE GROVE/2B/2BD/2PK
## 28174 Entire beautiful Lux Flat - DTLA - Walk Everywhere
## 28175 Charming Craftsman House near Beach
## 28176 Designer Craftsman w/Yard, Deck, Patios & Parking
## 28177 Modern Pool Home with Hot Tub
## 28178 Brooklyn Hospitality.
## 28179 Sunny Beautiful Space!
## 28180 Gorgeous NY Style Architectural Designer Loft!
## 28181 Casa de Margarita, Cozy Creole Cottage
## 28182 Airbnb Apartment Hostel #6
## 28183 Bright and open apartment in LoDo
## 28184 Private and Charming Travis Heights Bedroom
## 28185 Private studio in Hyde Park - Great for SXSW!
## 28186 Cozy 1-Bdr Apartment/Sleeps 2
## 28187 Perfect Location in ❤️ of Downtown ATX!
## 28188 Ocean Ft-Casa Blanca-Belmont Shore
## 28189 Unique Two stories Townhouse S!
## 28190 Downtown Luxury Loft in Historic Building
## 28191 Hollywood Joy-Silver Lake!!!
## 28192 Comfortable Cozy Private Room
## 28193 Modern w/ rooftop deck!
## 28194 Spacious Back Room in Brownstone
## 28195 Rockefeller Center or Central Park (elevator apt )
## 28196 NEW 2 Bedroom TIMES SQUARE!
## 28197 Very Large & Serene Artist Loft
## 28198 True One Bedroom on Clinton & Rivington LES
## 28199 Private room in Sunny side 3
## 28200 Cozy Room in the East Village
## 28201 Elegant LOOP Downtown w/ GYM, SKYPARK, HOT TUB
## 28202 Spacious & Charming 3 BR in Roscoe Village
## 28203 El Viajero
## 28204 Sweet Pasadena & Rose Bowl Retreat
## 28205 The Phoenix Room
## 28206 Cozy Pool Studio Centrally Located near Metro stop
## 28207 Newly Updated Condo w/ Pool. 5 Min from Downtown!!
## 28208 3 Bedroom Home Steps to the Beach Parking Included
## 28209 Sunny Roofdeck! 1min 2 the Sand- Sleeps 9 - 4BR!~
## 28210 Sweet Mountain (Ocean Views!)
## 28211 Victorian 2 BR top floor
## 28212 Haight/Castro + Big Deck with View
## 28213 Winelovers Suite North Seattle
## 28214 Heart of Mission - 2 bdrm, 1 bath - baby Victorian
## 28215 Noe/Mission Victorian Flat
## 28216 Casita Sharon - Cozy Castro 1bdr
## 28217 True NY Loft moments from Manhattan
## 28218 Spacious Crown Height 1br
## 28219 Spacious w/Private Entry in Vintage Greenpoint Apt
## 28220 Cozy and Warm Apartment in Greenwich Village!!
## 28221 South Slope Duplex With Parking
## 28222 Wonderful Willi!
## 28223 Beautiful Apartment in Brownstone Brooklyn
## 28224 Modern Art Loft near Bay Bridge
## 28225 New!!! 4 BR/2 Bth in a private house.
## 28226 Charming Capitol Hill 4BR Rowhome in Lincoln Park
## 28227 Park-side private bed & bath in historic row home
## 28228 Superb NYC Elevator Apt. near Union & Times Square
## 28229 Central Location 4 BEDS Sleeps 8 ! 1200SQFT
## 28230 Williamsburg Brooklyn Loft Cabin
## 28231 Large bright bedroom in heart of WB
## 28232 Perfect Location - Meticulously Kept Flat
## 28233 Original Cabin 13
## 28234 A Gem in the Heart of NOLITA
## 28235 Dupont Adams Morgan Chic Haven
## 28236 SALE! WiFi Luxurious, Parking Inc
## 28237 Bight 2 bedroom in law
## 28238 Spacious Room in North Park
## 28239 5 blocks to East 6th! Walk Downtown!
## 28240 Spacious 2BR conenviently located
## 28241 Modern, Clean & Cozy 2 Bedroom
## 28242 Remodeled NY Style Studio Top Floor
## 28243 Cozy and Quiet Hollywood Studio
## 28244 Hidden Hollywood Star!!!
## 28245 Hillside House in Montecito Heights
## 28246 Quiet hillside Master Suite
## 28247 Beautiful, artistic home
## 28248 Private Apt in Historic Mansion
## 28249 Beautiful Ultra Luxury Condo 90210
## 28250 Bright and Modern, Central West LA Studio (203)
## 28251 4Bedroom Charming Home In Santa Monica
## 28252 Delightful Venice Studio
## 28253 BRAND NEW 2+2 WESTWOOD/UCLA/bvrlyH
## 28254 NEW*1940 Mod & Cozy Tudor in EAST*3.5 miles 2 DTWN
## 28255 Beautiful Bywater Apartment
## 28256 Two Bedroom Suite Near Downtown
## 28257 Elegant vintage room in Ravenswood
## 28258 Lovely 2 bedroom w/ balcony & 2 Car garage
## 28259 Chinatown (Private Bedroom)【A】中唐QIN
## 28260 Cozy Garden Apartment
## 28261 Rated Chicago's #1 Neighborhood!!
## 28262 Great Room In Heart of Back Bay
## 28263 2BR: Prettiest Street in Back Bay
## 28264 Master BdRm/Private Bath LadiesOnly
## 28265 Quiet Cozy Downtown MidCenturyModern 1/1
## 28266 U4 private room with self check in even at late hours in downtown
## 28267 Remodeled Cottage Close to Freeway
## 28268 Charming & Cozy Spanish Apartment in Downtown LA
## 28269 Silverlake 2 Brm w Stunning View, Deck & Hot Tub
## 28270 Martha's Cottage
## 28271 Feel Like A Celeb
## 28272 HOLLYWOOD STUDIO WITH HUGE BALCONY
## 28273 Charming Hollywood Townhome!!!
## 28274 Beach House in Urban Island
## 28275 Spacious Apartment Near the Subway
## 28276 Lakeview Condo w/ Courtyard & Deck
## 28277 Comfy & Modern! Walk to Everything!
## 28278 Loyola Garden Room-Private Bathroom, Free Parking
## 28279 09. Futon in Basic Apartment 4 stops from Wrigley!
## 28280 Historic French Quarter Condo
## 28281 sweet bywater stay
## 28282 Charming house-pool/patios - Hollywood Hills
## 28283 PRIVATE ROOM & BATH w/ FREE parking.
## 28284 1N-Comfy Room in long stay LA/Month or More
## 28285 Best of NOLA - St. Charles Avenue Streetcars
## 28286 NEW ENTIRE HOME VALLEY GETAWAY
## 28287 BEAUTIFUL HOLLYWD CONDO 2B/2BT SLEEPS 8 W/ PARKING
## 28288 IDEAL VENICE BEACH GETAWAY!
## 28289 Spacious 2Bedroom Apt in Venice
## 28290 Quiet SE 2BR Getaway- Plenty of space to unwind!
## 28291 Unique Top Floor 2-Story Loft
## 28292 Spacious Gaslamp Getaway!
## 28293 Hi Tech Valley Guest House Bunk A
## 28294 Hidden Gem in West Soma
## 28295 City Loft Downtown A7
## 28296 North End Boston
## 28297 BEAUTIFUL condo close to the lake! GREAT HIDEAWAY
## 28298 Andersonville Living
## 28299 Cozy Studio near Barton Springs, DT
## 28300 Best Boston location, 2BR (M #4)
## 28301 furnished 1 bed apartment copley #5
## 28302 PLUSH 2BR/2BA IN LOOP HIGH RISE!
## 28303 Hip Cottage 2 bed-Quiet-Wash Park!
## 28304 TOP 5 Airbnb: SIMPLE STAY ! DOWNTOWN !!
## 28305 Private Malibu Cottage
## 28306 Charming House Near Dodgers Stadium
## 28307 Your East Nashville Home!
## 28308 Modern Oasis In The Heart Of LA
## 28309 Beautiful room in Venice luxury apartment
## 28310 Bells Bend Country Cottage
## 28311 Private sunny room near N/W train by Times Square
## 28312 *Sunny Modern Brownstone apartment*
## 28313 Amazing room in Williamsburg loft
## 28314 A room for mom or woman on adventure
## 28315 XL Spacious Studio, 30 Min from Manhattan
## 28316 Awesome Apartment near Times Sq.
## 28317 Poets and Peppers
## 28318 Large and cozy Apart NYC.
## 28319 ★East Village★ #4, Private Room, Free W&D
## 28320 COZY STUDIO in Sunnyside/Queens, NY
## 28321 Comfortable and spacious one bedroom
## 28322 Elegent, cozy, apartment in L.E.S.
## 28323 2BD NEWLY RENOVATED MIDTOWN CENTER
## 28324 Light-filled 1BR with parking
## 28325 Private Suite/Bath in Manhattan NYC
## 28326 Modern, Sunny + Sleeping Loft
## 28327 Master Bedroom + Private Bath — Venice House
## 28328 Modern & Cozy 2 bedroom near downtown
## 28329 1 Bedroom Apartment In Old Town Pasadena
## 28330 Entire home in Silverlake/Echo Park
## 28331 Hollywood Blvd- Central- LUXE Poolview FLAT
## 28332 Budget Private Hollywood Room w/50"TV/Wfi/Netflix!
## 28333 Charming 1 bed/1 bath Los Feliz Apt
## 28334 Elegant Mid-century Studio
## 28335 Beautiful Malibu Beach Duplex -3bdr
## 28336 Beautiful French Quarter/CBD Suite
## 28337 The 1102 (5min from Broadway!)
## 28338 Beautiful, large, light-filled 1Bd
## 28339 Cozy Logan Private Furnished Room
## 28340 Zen Traveler Room
## 28341 Sunny Room, 1 Street to Lake
## 28342 Modern LES Studio w/ Skyline Views
## 28343 Gorgeous sunny room with own bath.
## 28344 Artsy Upstairs Room + Private Spa Bath + Breakfast
## 28345 Private Apartment on Hollywood & Highland
## 28346 Private BD/BA room+reserved parking
## 28347 Venice Beach Walkstreet Room
## 28348 Private room with cozy Artsy Flair
## 28349 Beach Living House Retreat
## 28350 Gramercy Place-month to month dorms
## 28351 Big Studio Close To Everything!
## 28352 Upgraded 1 Bedroom apartment for 4
## 28353 Private Room on CTABlueLine near O'Hare & Downtown
## 28354 Sunny Large Apartment, Near Beautiful Public Pool
## 28355 Eclectic 'Hood, Private Room
## 28356 Mid-Century Modern East Nash Apt
## 28357 Coolest Neighborhood Lower Garden District Retreat
## 28358 Spacious Modern Loft in Cobble Hill
## 28359 Uptown NYC 1-Bedroom Apartment
## 28360 Large Luxurious studio Downtown NYC
## 28361 W'burg Hidden Treasure Off Lorimer
## 28362 Hidden gem in Fort Greene
## 28363 Cozy Affordable Room
## 28364 Eclectic and Bright in Bernal Hts
## 28365 Downtown DC Gallery Place Penthouse
## 28366 Alki Beach with Stunning Views
## 28367 Beautiful Ballard condo with view!
## 28368 Queen Anne - Comforts of home
## 28369 Private room located in SF
## 28370 Room with a view
## 28371 Calm Grey Suite with Private Bath
## 28372 2#Welcome Home,Navigator
## 28373 1 Bd Apartment in Hollywood
## 28374 Mountain Top Studio
## 28375 Private room near Venice Beach!
## 28376 Arrival Haven; Home Away From Home
## 28377 The Hawcita
## 28378 Lakeviews and Luxury
## 28379 Private Room Near Magic Mountain
## 28380 Awesome Studio few blocks 3rd St & Pier BI210
## 28381 Sunset blvd 3bed LUXURY Apt!
## 28382 Heart of NASHVILLE / Vandy area
## 28383 Cozy Home in Hip East Nashville
## 28384 Weekend Hideout
## 28385 Zilker Treehouse. Minutes to it all
## 28386 Condo near UT/Downtown Austin
## 28387 Urban townhouse in City Park West
## 28388 Affordable Room in Central Location
## 28389 Stairway to Heaven Hollywood Hills
## 28390 Entire HOUSE in a Great Location
## 28391 Downtown Modern Weekday Home
## 28392 Downtown 3b/3b modern home w/ yard & car!
## 28393 Stylish Home 10 min walk to BCEC!
## 28394 Full Apartment In Wicker Park - 6 Corners
## 28395 Logan Sq. clean,safe,fun neighborhd
## 28396 Comfy sofa bed in Bushwick!
## 28397 One Bedroom House in Silverlake
## 28398 WeHo Luxurious 1 bd Apt
## 28399 5 Star Lux French Qtr w/Pool
## 28400 Cozy, CLEAN & SAFE room
## 28401 Private 1BR W/ Private Bathroom in Chinatown
## 28402 Families Welcome! Bedford L 2br+
## 28403 Fully-equipped designer space w/parking option!
## 28404 Mi Casa, Su Casa!
## 28405 Ocean View 2 Bedroom Apartment
## 28406 The Brentwood - Modern Luxury in Central Austin
## 28407 Eastside Studio with Bikes & Ping Pong- SXSW!
## 28408 Modern House East Austin I
## 28409 Cortez Hill garden Pied-a'-terre
## 28410 Marina District garden apartment
## 28411 The Perfect Home Away from Home
## 28412 BUNKHOUSE QUEEN C23
## 28413 Cozy Cottage In Backyard Garden
## 28414 Chic In City Basement Apartment
## 28415 Artist's Loft in the Pearl District
## 28416 Petworth Private Basement/Bath
## 28417 Classic DC House- Beautiful private room
## 28418 Fairgrounds Studio
## 28419 Beautiful Treme Estate Sleeps 10
## 28420 Cozy Home, Parks, Grocery, West End
## 28421 Downtown Luxury Penthouse 3
## 28422 Garden District "IRISH CHANNEL" Home 2bd/2bath
## 28423 Amazing loft with view in the heart of DTLA
## 28424 Beautiful Guesthouse with pool/Jacuzzi in Mountain
## 28425 King Bed in Sunnyside Home
## 28426 Altadena Mountain Retreat
## 28427 6 bd 2 bth 2 kitchen home near DTLA
## 28428 Quaint Room in a Classy Apartment
## 28429 Beautiful private bedroom & bath!
## 28430 Rustic Bungalow rear room
## 28431 LA Gated Estate Balcony Suite
## 28432 Studio near Paramount Studios
## 28433 Villa Style 2 Story Arty Hollywood Home in Triplex
## 28434 Sunny Room, Quiet house, historic
## 28435 DOWNTOWN IN 5 MIN !! BACKPACKERS DREAM !
## 28436 Private Room Near LAX, Forum and Beaches
## 28437 Elevated 2 Bedroom Apartment by Itself
## 28438 SoCo Loft style apartment
## 28439 Modern Ensuite in Venice Beach w/ free bike rental
## 28440 Bright Beach Bungalow/Abbot Kinney
## 28441 308f Lux Suite Near UCLA Westside on Westwood Blvd
## 28442 It's a Short Walk to Fun on Hawthorne or Division
## 28443 Bright & Comfy Vintage Home N Williams/Mississippi
## 28444 Huge Sunny 2BR Close to Everything!
## 28445 Private CBD gem
## 28446 Stylish Modern Space in Family Home
## 28447 1 BDRM Apt Astoria-Weekend Sublease
## 28448 !Spacious & Modern Brooklyn Loft!
## 28449 New Midtown West Luxury 1BD Apt
## 28450 Garden House in the East Bronx
## 28451 LES STUDIO • Clean Modern & Quiet
## 28452 Sunny private room in Brooklyn
## 28453 Pretty Nice West Town Apartment
## 28454 Cozy Yogi Pad, 5 min walk to Cali blue line
## 28455 Canals Beach & Deck- Brand New Venice Beach Studio
## 28456 NOLA Dreams — Clean, Swanky, Safe!
## 28457 Cozy apartment close to everything
## 28458 Luxury Downtown LA Loft 406
## 28459 Charming Lush Artist Retreat-B1
## 28460 Apartment in Downtown Los Angeles Fashion District
## 28461 Beach House 1 block from the Sand!
## 28462 Zen-like, detached, guest rm + bath
## 28463 Vintage One Bedroom Apartment off Sunset
## 28464 Backyard Austin Casita
## 28465 Aunt Grace's Austin Retreat
## 28466 Warm and welcoming 2 bedroom 2 bathroom home
## 28467 Josephine Casita - 2br/1ba WALKABLE
## 28468 Mid-Century Modern apt w Priv Roof
## 28469 Private Bedroom in Designers Loft
## 28470 Modern Condo steps from Wrigley Field & Boystown
## 28471 Lovely South End 1 bedroom
## 28472 Beacon Hill, Steps to Boston Common
## 28473 Blue Butterfly Private Studio
## 28474 LUXE 5* WEST HOLLYWOOD. 15% OFF
## 28475 Charming Studio Guest House
## 28476 Beautiful Room In A Nice Duplex
## 28477 East Nashville Tudor, Private Entry
## 28478 Lacouture-Gair Guest House
## 28479 The Green House in Madison Valley
## 28480 Luxury Jr. Bedrm in Downtown San Francisco (SoMa)
## 28481 North Park Sunny 2 Bedroom Bungalow
## 28482 2 Bedroom, 2 Bath, Downtown Seattle
## 28483 Beautiful Bernal Heights Apartment
## 28484 Gorgeous Designed 2-bedroom in DC, with parking!
## 28485 Stunning and Stylish Capitol Abode!
## 28486 Modern Beauty Hollywood Central
## 28487 Venice Walk Street Apartment - C
## 28488 Sun-drenched WeHo 2 bed/1bath with Parking Space
## 28489 Room for everyone in Uptown!
## 28490 Off-Site & Fully Restored 4-Level Grand Craftsman
## 28491 Dupont Circle Apartment #2
## 28492 Heart of H Street's attractions
## 28493 Georgetown Jewel
## 28494 Cozy charming 1 bedroom apartment
## 28495 BUNKHOUSE QUAD C20
## 28496 Cozy 1/1 APT 5 mins to Downtown !
## 28497 Woodland - Awesome balcony room in great location
## 28498 13' Ceilings, Victorian Flat NOPA
## 28499 Master Bedroom in Pacific Heights
## 28500 Elegant Boutique Apartment
## 28501 Master Bed Cali King w/Private Bath
## 28502 Centrally Located Casita- Fresh & Bright
## 28503 Cozy Wicker Park Apartment
## 28504 The Blue Studio in Rogers Park
## 28505 Sunny, business-ready apt in Logan Circle/downtown
## 28506 Cool Boston Crib. Awesome Building
## 28507 Hill Top Retreat Home Above Ocean!
## 28508 Luxury Downtown LA Loft
## 28509 Hollywood Great Location
## 28510 Beautiful Loft-style Guesthouse
## 28511 1BR DESIGNER's LOFT FORT GREENE
## 28512 Bottom Bunk in Shared Room
## 28513 Quiet bedroom in a great location
## 28514 Lovely room in secured apartment
## 28515 City pad with rooftop + sunset view
## 28516 Beautiful 3Br 2.5 Bath Edwardian
## 28517 Luxurious Hip Victorian home, Remodeled
## 28518 Quintessential NorthWest Hideaway
## 28519 Walkable Belltown Location Studio
## 28520 Fabulous Heart of Hillcrest!
## 28521 lil.house.pdx
## 28522 Charming Historic Row-House - Convention Center
## 28523 Downtown Carriagehouse w Garage Parking
## 28524 Hippest Greenpoint Apt Fits 4!
## 28525 Spacious and quiet Manhattan Harlem 1-bed apt!
## 28526 Sunny Room in Unique Apartment
## 28527 Sofa Bed to crash
## 28528 Comfortable Appt next to BBG
## 28529 SLEEP 5 Peop- FEW MINS TO MIDTOWN!!
## 28530 Unique NYC Resort + Wifi, Spa & GYM
## 28531 Stay in the Heart of Prospect Hts.
## 28532 Private, well-lit room in Bed-Stuy!
## 28533 Charming 2-Bedroom Brownstone Garden Level Apt.
## 28534 Williamsburg Brooklyn Designer Cozy
## 28535 True Bushwick Factory Loft
## 28536 Prime Chelsea location.
## 28537 Bright Gated Studio in Historic Harlem
## 28538 Upper East Side 1 bed. Priv. Room
## 28539 Modern Comfort w/ a High-Rise View
## 28540 Beautiful Room-New Apt Central WB
## 28541 Private Apt in Astoria with Backyard&Parking,NYC!
## 28542 LOVELY SUN FILLED W/ OUTDOOR PATIO
## 28543 Luxury Residence w City View Slps12
## 28544 Sunny, stylish apartment
## 28545 Modern apartment w. backyard in Bushwick/Ridgewood
## 28546 Huge private bedroom in the heart of Times Square
## 28547 5Bedroom Manhattan townhome triplex
## 28548 Private Room close to subway (3/3)
## 28549 HUGE full floor loft on The Bowery!
## 28550 Cozy private space
## 28551 Beautiful Apartment in Historic Brooklyn Townhouse
## 28552 Cozy Brownstone Apartment Near City
## 28553 House of Music and Art, Large Happy Room, full bed
## 28554 Casa Di Fiero
## 28555 AMAZING location 4 BR in Soho
## 28556 HUGE 3BR w/ Private Garden
## 28557 Bronx Home - 30 mins from Midtown!
## 28558 Private 1 bdrm Lefferts Gr, BK apt
## 28559 Historic Gem Close to SI Ferry
## 28560 Modern Room in Lux Duplex Apt 1 Block From Subway
## 28561 Bunk Bed (H) in The Society Hotel
## 28562 La Jolla Beach Cottage
## 28563 Mission Oasis Private Room
## 28564 The Casbah
## 28565 BUNKHOUSE QUEEN C11
## 28566 Beacon hill small bedroom (中文)
## 28567 Artist loft in Arbor Lodge
## 28568 Cozy Apt by Columbia,15min TimeSquare(train),Park!
## 28569 Harlem/Hamilton Heights Sunny Room
## 28570 Charming Apt in Victorian Flatbush
## 28571 The Best Of UNION SQUARE & CHELSEA
## 28572 Bohemian-style Brick in a Modern Space
## 28573 Boerum Brownstone BY ALL TRAINS!
## 28574 Luxury Apt - Private room & entry!
## 28575 2BD Central Park West Apt
## 28576 Lower Nob Hill/Tenderloin Studio
## 28577 Master Suite with Private Balcony
## 28578 3BR/4BA-Private Hot Tub/3 Patios
## 28579 East 2nd Street Charmer!
## 28580 Quiet and Peaceful Getaway Resort
## 28581 Cozy Cheeseman Park Bungalow
## 28582 Convenience & Tranquility
## 28583 PRIVATE BEDROOM,PRIVATE BATH,PRIVATE LIVING ROOM !
## 28584 Cozy Private Room with 2 Beds
## 28585 Cozy Upper East Side Studio
## 28586 Cozy & clean bedroom apt close to LGA airport
## 28587 Stylish 2-story Downtown Apartment
## 28588 Luxe Haven in Lower East Side
## 28589 4Bedrms Apt in NYC + Private Backyard
## 28590 Musician's Studio in Lefferts Gardens Brooklyn
## 28591 Cool Artist's Pad - 25mins from NYC
## 28592 Magical Oasis in cool Bushwick, BK
## 28593 Clean, Quiet & Centrally Located
## 28594 Walk to Medical, Queen
## 28595 3 bedrooms in Victorian home.
## 28596 Chinatown (Private Bedroom)【B】中唐QIN
## 28597 Newly Renovated Beautiful Hollywood Apartment
## 28598 LAX Quaint Studio in Hostel Hotel #22
## 28599 3 MILES FROM BEACH ROOM FOR RENT
## 28600 Private Room in Neat Home w/ Private Patio ★ 한글 환영
## 28601 Cozy & clean room in LA #1
## 28602 H&H Sunny Hillside House
## 28603 Central West Hollywood -Walk to EVERYTHING
## 28604 Cute Studio w/Private Entrance
## 28605 East Nashville retro living!
## 28606 F138
## 28607 Private apt in home, walk to metro!
## 28608 Luxury High Rise Condo with Waterfront View
## 28609 Bright Top Floor Loft Downtown!
## 28610 Waterfront Apartment! Breath Taking View
## 28611 Spectacular Telegr. Hill Townhouse
## 28612 Charming Capitol Hill Apartment in Heart of DC
## 28613 RARE, CLEAN, COZY LIVING ROOM-FUTON
## 28614 Unique Artists' Studio in Manhattan
## 28615 Artist Ft Greene Brownstone Garden View
## 28616 2 BEDROOM Apartment - Walk to Train!
## 28617 Cozy and privat studio near Times Sq
## 28618 English Tudor Style 3BD New Renovation Bed Stuy
## 28619 Cozy bright studio flat - Soho/Village
## 28620 Private room in Brooklyn, with private bathroom
## 28621 Lux & Large Astoria Park | ❤ of NYC New York | 5★
## 28622 Brooklyn-Bedstuy-1 bedroom
## 28623 Charming Times Square garden floor apt (sleeps 5)
## 28624 Columbus Circle meets Central Park
## 28625 Brand New Luxury Loft in Hell´s Kitchen
## 28626 Spacious Gramercy Apt w Rustic Deco
## 28627 Creative Space in West Oakland
## 28628 Historic Striver's Row Apartment
## 28629 Big Sunlit Studio - Nice Bed - 18 min to Manhattan
## 28630 South Slope 2 Bedroom Apartment in 2 Family
## 28631 CLEAN COMFORTABLE ROOM 7 MIN FR JFK
## 28632 Soho Bedroom w. Private Bathroom!
## 28633 King Size Bed on Upper East Side!!
## 28634 Cozy Spot Above Lorimer Stop!
## 28635 LOVELY Clean&Safe 2 BR NYC Suburban
## 28636 NYC Cozy: 3min/subway, 25m/midtown,10m/LGA
## 28637 Charming, private, quiet 1 BR Apt.
## 28638 Upper West Side/Columbia Apartment
## 28639 Big room,one block away from subway
## 28640 Cozy room in historic Bed-Stuy!
## 28641 1 bright &cozy bedroom Brooklyn vibe w/ roof
## 28642 Charming brownstone apt with patio
## 28643 Mary's Respite -Convenient, garden apt in Flushing
## 28644 Fantastic NYC Room w/ Private Bathroom
## 28645 EastVillage Tenement Cute Cozy Room
## 28646 Private room 20 mins from Manhattan
## 28647 Large private room in BK,.5 bath
## 28648 Beautiful Private Room in Townhouse
## 28649 Gated Manhattan Enclave
## 28650 Beautiful Soho bedroom
## 28651 Modern and Cozy 1bd with sofa-bed
## 28652 Spacious Private Room w/ Private Bath in Bushwick
## 28653 Sun Drenched Dreamy Loft
## 28654 Brand new basement private room at LaGuardia Arprt
## 28655 Spacious Williamsburg Beauty
## 28656 A bright spacious one-bedroom
## 28657 Spacious in heart of Mississippi!
## 28658 Private BED & BATH Little Italy
## 28659 CHARMING CONDO PRIVATE LEVEL
## 28660 Studio in Manhattan Beach Trees
## 28661 REDUCED ! PRIVATE GUEST HOUSE W/PARKING!
## 28662 Trendy and Hip Wicker Park 2 BDRM
## 28663 Quiet, Serene Comfort - Steps from the Beach
## 28664 Spacious cottage, quiet street
## 28665 BRAND NEW SPACIOUS 3BR+3BA IN HEART OF HOLLYWOOD
## 28666 Traveler's retreat
## 28667 Charming boat in Maria Del Rey
## 28668 Prime Pasadena Location - Business or Pleasure!
## 28669 BRAND New 2 Bed BEST Location Hollywood LA Center!
## 28670 Hidden gem in the heart of Venice
## 28671 Venice Beach Studio
## 28672 Jetsetter Luxury, Magazine Street
## 28673 Your own bedroom, sitting room and bathroom near T
## 28674 1 Bedroom in large Condominium (II)
## 28675 Old-Town Garden Getaway
## 28676 Mid Century Modern Hideaway
## 28677 Stylish & Historic Loft in HOT LoHi
## 28678 Central 2-Story Historic 3BR, 2.5BA
## 28679 Easy Retreat off Magazine St.
## 28680 6th & Hume Townhome in Nashville TN
## 28681 Quiet, Bright, and Centrally Located
## 28682 Super Special 2br UCLA, Westwood, Century City
## 28683 Beautiful home in the Valley
## 28684 PRIVATE ROOM in quiet home in SFV
## 28685 Spacious private room & bath near Venice
## 28686 Mini Mansion clean private safe room.
## 28687 Modern boho-chic serenity
## 28688 Silverlake sanctuary
## 28689 Nice Craftsman FilmTV&EV Friendly
## 28690 5 Star Comfortable, Cozy, Private Room
## 28691 Urban Oasis - Private house w/pool & spa access
## 28692 CASA LOS PINOS Private Room
## 28693 Prime Location Near The Grove, Roomy and Cozy
## 28694 COZY 1BR LUXURY PARKING INCLUDED
## 28695 Hollywood Furnished Studio Apt #2
## 28696 The Treehouse 1930's Hyde Park Home
## 28697 ArtHouse Logan Square 3BR
## 28698 COZY DOWNTOWN AUSTIN-Sleep 6-ACL, SXSW-Walkable
## 28699 Cozy NW Austin home w/ pool & yard!
## 28700 806 C SXSW NEW LOWERED PRICES FOR 2ND WEEKEND!!
## 28701 Cozy House on Bunker Hill in Boston
## 28702 Comfortable room in large apartment
## 28703 3F Rm4 Vintage GrayStone Downtown
## 28704 Warm & Welcoming Oakland home
## 28705 Elegant 1 Bed.-10 min to Manhattan
## 28706 Flushing Master Room w/ Private bathroom
## 28707 Cozy and Clean Bedroom, 10 min ride to Manhattan
## 28708 East Village~Organic Living
## 28709 Comfy Private Bedroom-JFK (8 mins)
## 28710 The Art Of Living - 2 Bedroom apartment
## 28711 Sunny Bedroom in Bushwick
## 28712 Cozy Room/Great location/Good Peeps
## 28713 Alberta Modern & Inviting
## 28714 NE BUNK-HOUSE : Single bed - TOP
## 28715 Charming room in great neighborhood
## 28716 Bali-by-the-Beach...time for you!
## 28717 Charming West Seattle apartment
## 28718 English Basement in 1900s Rowhome
## 28719 Spacious Basement in Michigan Park
## 28720 Stylish Pad in Vibrant Hillcrest
## 28721 Classy Ocean Beach Pad
## 28722 Garden 1 BR Apt - Alamo Square
## 28723 The Treehouse
## 28724 California Bungalow with Pool
## 28725 Newly remodeled studio with private entry
## 28726 Beverly Hills 2 /the Grove/3rd St
## 28727 ¡Casa Grandé!
## 28728 Penthouse apartment in Hollywood!
## 28729 Walk/Metro/Bus to Eat, Beach & Downtown Convention
## 28730 Private Room/bathroom in Echo Park
## 28731 Hollywood
## 28732 Beautiful 2bed Loft on Melrose M3
## 28733 Awesome Updated 1 Bedroom apartment for 4
## 28734 Airport Home, one of two rooms available
## 28735 Clean,modern,a lot of plants,house
## 28736 Charming North Park 2 Bedroom Home
## 28737 5 Min Walk to Ocean! Private Bath
## 28738 Spacious 3bd/2ba Green Lake Home
## 28739 Lovely Apartment in the Heart of Georgetown
## 28740 Charming Studio Apartment
## 28741 Large, private duplex in the heart of Silver Lake
## 28742 If you need to just get away!
## 28743 2 bed 2 bath Apartment
## 28744 Sunny&Bright 1 BDRM West Hollywood
## 28745 Prime Spot! DT Beverly Hills; Easy Walk to Rodeo!
## 28746 Bohemian Historic Treme Flat. Close to Everything!
## 28747 Hilltop Castle
## 28748 URBAN DOWNTOWN LA CHIC STYLISH SUITE + 3 BEDS
## 28749 Private room❤ of Hollywood Highland
## 28750 Single cheap room
## 28751 Beautiful loft Downtown with a view
## 28752 Studio Loft by Belmont & Vanderbilt
## 28753 Private Bedroom in a 1908 Home
## 28754 Mid-Century Urban Gem in Hollywood
## 28755 Hollywood Revival!!!
## 28756 Hedged Private West Hollywood Home
## 28757 Hollywood sign pool observatory universal studios
## 28758 Chic Mediterranean LA Pad in Hollywood/Hancock Prk
## 28759 Private Room 3 miles from Venice Beach!
## 28760 Airbnb Apartment Hostel #7
## 28761 Spacious 3 Bed/2 Bath Near Downtown
## 28762 Midcentury Downtown Condo
## 28763 Loft room with full bathroom inside
## 28764 Awesome Location Beacon Hill Studio
## 28765 California Cool
## 28766 Swanky West Hollywood 1 bed / 1 bath...
## 28767 King bed, private room- internet!
## 28768 The Heart of LA!
## 28769 Independent and Comfortable Private Suite.
## 28770 Stay in the safe Suburbs of LA !
## 28771 Uptown- Private 2 bdrm
## 28772 Music Lover's Haven
## 28773 Modern Private Space in NE Portland
## 28774 Lg Spacious Room, FUN Alberta Arts
## 28775 Times Square Apartment
## 28776 Comfy and quiet room in SoHo
## 28777 Spectacular Central Park 3BED Modern Boutique LOFT
## 28778 Zen Apartment Steps from the Subway
## 28779 Entire large, sunny apt for you!
## 28780 Charming New Yorker 2 bedrooms apt
## 28781 Best Apartment in Queens/Close NYC
## 28782 Williamsburg Loft = Sunshine City!
## 28783 Modern Brownstone w/Queen Bed & Private Entrance
## 28784 GROUND LEVEL -PRIVATE BACKYARD - 1 BLOCK TO METRO!
## 28785 1 br available in a Lovely 2br Apt
## 28786 Tidy, Private Room in Brooklyn, a Commuter's Dream
## 28787 Bright & Quiet Studio w/ City View!
## 28788 ENTIRE West Village Apartment
## 28789 Arts and access to New York
## 28790 Sweet House Close To Downtown
## 28791 2BD Home in the Heart of North Park
## 28792 Granny Flat in South Park
## 28793 Private Room Twin over Twin beds
## 28794 Studio Downtown Near Union Square
## 28795 Garden flat near GG Bridge & Parks
## 28796 PRIVATE LITTLE BEACONHILL HOUSE
## 28797 Tranquil zen tropical paradise
## 28798 Special Midtown Studio - in the Heart of Manhattan
## 28799 Large 2 Bedroom apt near Union Sq
## 28800 Very close to Downtown Awesome Room
## 28801 Across from Brooklyn Museum
## 28802 Lux Build - Times Sq, Central Park
## 28803 Beautiful sunny 1 bedroom in best location!
## 28804 Williamsburg Renovated Vintage 3BR
## 28805 Single bed in art warehouse (open space)
## 28806 Sunny Brand New Gorgeous Best Location 2BED!
## 28807 Fully furnished basement in SE PDX
## 28808 ♝ The Cathedral: 2/2 Penthouse. Walk Score: 95!
## 28809 Seattle Backyard Cottage-Queen Anne
## 28810 The Mod Pod- Basement Suite
## 28811 A Garden Sanctuary in the City
## 28812 Top Floor Apt with Private Deck
## 28813 BUNKHOUSE QUEEN C12
## 28814 Enjoy Lake, Seward Park & the City
## 28815 Private Room w TV in East Village
## 28816 RIDE TO COLONIAL OLD WORLD CHARM
## 28817 Gorgeous 1BR w huge private terrace
## 28818 1BR Brooklyn Artist Haven
## 28819 Private 1 bedroom apt new Queen bed
## 28820 Classy Studio in Historic Back Bay
## 28821 Cozy Park Slope Apt, Next to BBG
## 28822 Room with terrace, garden view
## 28823 Upper West Side Studio
## 28824 SPRING BREAKS in Harlem 2BR apt
## 28825 NYC Luxury Sleep Share + WiFi & Gym
## 28826 Gorgeous Lower Chelsea 1 Bedroom
## 28827 Ample Parking, Across from Park & Public Transit
## 28828 Amazing place with private terrace!
## 28829 Sunny Room In Battery Park
## 28830 Family house in a heart of Qeens
## 28831 Charming Studio + Private Balcony
## 28832 Sophisticated and Spacious Village Apt
## 28833 3BR SoHo PENTHOUSE / AMAZING Location!!
## 28834 Designer Apt Near Subway/Ctrl. Park
## 28835 Unique 2 Bed/2 Bath Duplex Apt
## 28836 BEAUTIFUL PRIVATE ROOM IN MANHATTAN!
## 28837 MANHATTAN bedroom, use it all
## 28838 Cozy w/amazing city views by PS1
## 28839 Bright spacious studio in Midtown
## 28840 Quiet Sunny Oasis w/Private Bath in LES
## 28841 GREAT 1BR APT WITH TERRACE IN LES!
## 28842 The large, sunny, two people room. 20 min to city!
## 28843 Charming Entire Apartment UES
## 28844 Great Apt. in Brooklyn near City
## 28845 East Village House -- Unique!
## 28846 PrivateStudio Apt+Bth+Kitchn @TWBGH
## 28847 Eclectic Pilsen, Steps from the train & parks
## 28848 AUDREY HEPBURN'S HOLLYWOOD SUITE + VIP TICKETS
## 28849 Walk Everywhere!! -- Hollywood Home & Garden
## 28850 Rustic & Wooded: 4-bed Bel Air Private Getaway
## 28851 2 Bedroom Suite In Shared Craftsman
## 28852 Revi Garden
## 28853 Rustic getaway LA Style
## 28854 A Room @ Roey's in Pretty Pasadena
## 28855 COME STAY AT GRAHAMS LOVELY HOME
## 28856 U5 Private room with self check in even at late hours in downtown
## 28857 Huge 2bd! 1 block to parades!!!
## 28858 5BR/3BA Newly Built Downtown Austin
## 28859 A Room, Bed and Coffee in BedStuy
## 28860 Big Clean Modern Duplex with Garden
## 28861 Spacious 1 Bedroom Apartment in Park Slope
## 28862 Extra Large 1BR
## 28863 West Village Cozy Studio w. Garden
## 28864 A BETTA place! MANHATTAN East 25th st. & 3rd Ave.
## 28865 AMAZINGN APT IN TIMES SQ FOR 4PPL
## 28866 Experience Manhattan like a Local!
## 28867 Luxury NYC Oasis + SPA + WIF + GYM
## 28868 NYC Super Cool East Village 1 BD
## 28869 Modern Large Private Apartment
## 28870 lovely, quiet room, private bathroom
## 28871 Tiffany Room in Duplex Home
## 28872 Private & Cozy Room for Sublet Heart of CHELSEA
## 28873 Bright modern apt in a "tudor" home
## 28874 Penthouse - Private Bath - Terrace
## 28875 Come and go as you please in BKLN!
## 28876 Cozy room in the Heart of Astoria
## 28877 Private Upgraded In-Home Garden Apt
## 28878 View of San Diego Bay close to all
## 28879 Central, Comfortable, Gorgeous View
## 28880 BUNKHOUSE QUEEN C14
## 28881 Bright Studio Near Park
## 28882 Brand New Bright Basement Apartment
## 28883 Room with private bath
## 28884 Serene&Central, 1BR&Pullout&Parking
## 28885 Historic Gallagher House (3)
## 28886 Centrally Located, Spacious, Bright
## 28887 Spacious & Sunny 5BR/2.5BA Duplex
## 28888 Cozy bedroom, private bathroom, and amazing deck
## 28889 Bushwick Soul--Veteran Superhost!
## 28890 SUNLIGHT SPECIAL
## 28891 Private East Village Bedroom &Roof Deck(manhattan)
## 28892 Cozy 1BD Apartment
## 28893 Magnetic Charm 2 bedrooms in SOHO
## 28894 Perfect Location 2bd w Bklyn Charm
## 28895 Charming Cow Hollow Apartment
## 28896 Spacious cozy apartment with a garden
## 28897 Velvet Navy Wingback Chair
## 28898 Gorgeous light 3br, 2ba on Park
## 28899 Spacious Duplex in Dupont/Logan
## 28900 Silverlake/Los Feliz w/great views
## 28901 One or Two Rooms - LoganSquare, 20 Min To Downtown
## 28902 Turquoise Tower
## 28903 Sunny, charming, cozy Studio
## 28904 A Cozy Downtown Den
## 28905 The most beautiful house in GVR DEN
## 28906 My Artsy flat
## 28907 Spacious 1 Bedroom in Lakeview Close to Wrigley
## 28908 Charming flat, hotel luxury
## 28909 Great Location by Lake Union & SLU
## 28910 The Adorable Sweet Orange Craftsman
## 28911 AMAZING ROOM IN SUNSET NEWLY REMODE
## 28912 DORM ROOM AT BUNKHOUSE 2
## 28913 Magical and Bright Ladd's Addition Tudor Home
## 28914 Everybody's favorite! BACK BAY FENW
## 28915 East Nashville (No Add'l Fees)
## 28916 West Hills Ca quiet neighborhood
## 28917 HOLLYWOOD Beachwood canyon CASA
## 28918 A spacious and modern private bed & bath near LAX!
## 28919 West Hollywood Great Location.
## 28920 Cozy Vacation Home in NoHo Arts!
## 28921 #2 Quiet cozy bedroom in suburb LA (Monrovia)
## 28922 STREAMLINE MODERNE 3 BEDROOM
## 28923 private room private bathroom
## 28924 Private Beach Studio at the Venice Pier
## 28925 Stay in the Musicians Village!
## 28926 Beautiful & Highly Rated!
## 28927 Spacious and Private Studio Basement
## 28928 The Blue RiNo
## 28929 2 BR Modern Living in Trendy PDX Neighborhood
## 28930 Comfortable and Spacious 2BR Belmont Home
## 28931 Westlake Ave Downtown Condos 1BD 2
## 28932 Cozy 1 BD apt with parking incl.
## 28933 Beach & Bay Blocks Away
## 28934 Beautiful North Pacific Beach Home
## 28935 Cozy double bed in cute RV in yard.
## 28936 Luxury, Location, Charm in ATX!
## 28937 Modern Garage Apt - Walk to ACL!!!
## 28938 Family Friendly with a View
## 28939 Cozy In-Law Suite, Quick to Downtown
## 28940 Big Cap Hill 1BR, Walk everywhere!
## 28941 1 Memory Foam Bed in “Poshtel” Co-Ed Shared Room
## 28942 Capitol Hill Getaway
## 28943 Entire Apartment in Upper Nob Hill
## 28944 Peaceful studio/ Garden
## 28945 New and Spacious Noe Valley Studio
## 28946 Santa Cruz Beach Cottage Getaway
## 28947 ResortSetting with Pool near it ALL
## 28948 SF Guest room Close to MUNI/WiFi/Cable TV
## 28949 Entire condo-4 min walk to Moscone
## 28950 Collingwood Hill
## 28951 Hand Crafted Cottage
## 28952 Cozy Room in Heart of South Park
## 28953 Treehouse Loft w/ Private Deck
## 28954 Hip/Modern 1 BDR in East Village
## 28955 Fabulous Beach House Pool and Spa!
## 28956 Large Victorian Downtown: SDhouse
## 28957 Private room near Central Park
## 28958 Cozy Bohemian Oasis #2
## 28959 Soho Loft. Authentic and Eccentric! 2 Bedroom.
## 28960 Central Park Slope Garden Apt
## 28961 Heart of West Village (Greenwich Village) studio.
## 28962 Perfect Midtown Manhattan Location 3BR/2BA Sleep 8
## 28963 Private Sunny Room in Glover Park!
## 28964 Modern, Cozy Studio in Capitol Hill
## 28965 Cheerful Private Apartment in Great Location
## 28966 [1375-2ST-1] Lux 2BR - Only 1 Block To White House
## 28967 1 Bedroom in BEST location in DC
## 28968 Spacious Lake View Retreat
## 28969 Le Penthouse
## 28970 Patio Garden Beach House Room
## 28971 Private Suite in Columbia Heights
## 28972 Centrally Located, Quiet, Clean Dupont 1 Bd/1 Bath
## 28973 Funky Austin Private Master Bedroom
## 28974 Superhost Shared Rm 4 in Safe upscale Hyde Park
## 28975 Large Designer 1 bedroom in Hot Ukrainian Village
## 28976 Master Suite 套房,带有独立卫生间,近超市餐馆
## 28977 AMAZING one bedroom West Hollywood
## 28978 Luxury Loft DTLA/Parking
## 28979 Great location! Room - 2 single beds
## 28980 Westside Sunny Bedroom
## 28981 Gorgeous pre war rowhouse apartment
## 28982 Plan C Art Hostel 700.00 for the whole fest
## 28983 Artist's Shotgun In Historic Treme
## 28984 Eclectic 1 BR Apt Lower Garden Dist
## 28985 Cozy Duplex near Downtown & Rainey
## 28986 Beautiful, Clean Room Near DT + UT
## 28987 Grand Central Flat No.2 by CHICAGOAN
## 28988 Incredible 4-level Wicker Park Townhome
## 28989 Charming sunlit house in Boston
## 28990 Luxury Penthouse Loft ~LoDo Denver!
## 28991 Awesome 3BR- 1 Mile From Downtown
## 28992 Vintage Charm + Antique Oak Bed + Breakfast
## 28993 Beach Canyon/ Topanga Farmhouse!!
## 28994 2B/2B Altadena House near Rose Bowl
## 28995 Filming Only / No Overnight Stays
## 28996 Privacy in the heart of Hollywood!
## 28997 Amazing Ocean View On The Venice Beach Boardwalk!
## 28998 Well-appointed room in airy Harlem loft
## 28999 2bedAstoria-steps to subway/modern
## 29000 New, Modern, Brooklyn Apartment
## 29001 Perfect Studio in Center of Boston
## 29002 Garden cottage steps to restaurants
## 29003 Estate Home in Suburbs of La
## 29004 Modern Guest House - Close to Everything
## 29005 Quiet & Comfy in the Heart of Weho!
## 29006 Downtown apt in perfect location
## 29007 BRAND NEW-Light & Beautiful Studio
## 29008 2B2B comfortable suite
## 29009 Private, Clean, Renovated Apt in Mid/West LA
## 29010 Private room/bath/office in comfy LA home
## 29011 Historic Monrovia Craftsman, 1 bdr
## 29012 Private room in home
## 29013 Cozy 1 BR, Private Bath, Comfy Bed
## 29014 EXPERIENCE SAN FRANCISCO IN STYLE!
## 29015 SF home w/pkg near Golden Gate Park
## 29016 Old Portland SE Clinton/Division
## 29017 Beautiful cost junior one bedroom!
## 29018 Modern Studio - Downtown SD
## 29019 Modern Paradise-Steps from theBeach
## 29020 Comfy homestay style private room near Ball Park
## 29021 Single Family Home with Parking!
## 29022 Times Square,Manhattan,New York,NY
## 29023 Quiet, private room with key, near Manhattan 89s1
## 29024 Cozy 1br Apartment Upper East Side
## 29025 *CHARMING STUDIO IN MANHATTAN*
## 29026 A cozy apartment
## 29027 Private, renovated Rockridge flat
## 29028 Serenity and Spiritual Retreat Room
## 29029 Sunny cozy room by botanical garden
## 29030 Sunny One-Bedroom Cottage!
## 29031 Lakeshore Cottage
## 29032 Garden Room
## 29033 Fabulous Midtown Live/Work Loft
## 29034 DRIFTER INN Rockaway Beach
## 29035 Beautiful Greenwich Village Gem
## 29036 Cozy and Classy Private Duplex in UES
## 29037 Bed and Breakfast comme a la maison
## 29038 Have couch avail in large UWS apt.
## 29039 THE URBAN OASIS- Great Location!
## 29040 1 bedroom Apt & free stree parking
## 29041 Austin Lakefront Apartment
## 29042 Hip East Side Room + Bikes - Close to Downtown
## 29043 Charming Ukrainian Village Condo
## 29044 zzzParking? MASTER CALENDAR OnlyEd Books forYou
## 29045 Sophisticated Hollywood Townhome
## 29046 Hollywood,1 Bedroom, private bath
## 29047 Hollywood & Beverly Hills Home 2
## 29048 Luxury and central warming HOME
## 29049 Duplex in Silver Lake, California
## 29050 Co-living in DTLA!
## 29051 Large Luxurious Newly Remodeled 3 Bedroom House
## 29052 Walk to Beach From Big LA House-4br+2ba*Top Locale
## 29053 Your Own House Near the Grove
## 29054 Melrose place
## 29055 Lovely Room in Pasadena Apt
## 29056 Futon in a Nice Clean Living Room! New Pics Soon!
## 29057 BEAUTIFUL DUPLEX IN WEST HOLLYWOOD
## 29058 Private Room & Bath in East Nash!
## 29059 Penthouse downtown 1 block to Broad
## 29060 Fabulously Frenchmen!
## 29061 Spacious Studio in East Nashville
## 29062 Bourbon and Bienville Condo
## 29063 SOCO Bungalow Bombshell—A charming, creative space
## 29064 Hidden gem in Jamaica Plain
## 29065 Private Rm w/Queen Bed & Full Bath
## 29066 Private, Comfy Edgewater Glen Studio
## 29067 Comfy private room in Logan Square!
## 29068 West Town Walkable - near Blue Line
## 29069 Fashionable South End Condo
## 29070 Adventure Houseboat. Free Parking!
## 29071 Brand New 3 Bedroom, Prime Location
## 29072 Entire Pool house 4+2 private use
## 29073 Sweet downtown home, GIGABIT net, 1 Gbps up/down!
## 29074 Malibu Hideaway, Santa Monica Mtns.
## 29075 Artistic loft: Fantasy Experience... MUST HAVE !!!
## 29076 1926 Spanish with Down Town Views in Los Angeles
## 29077 Darling studio with large outdoor area
## 29078 Just off Sand In South Venice Beach
## 29079 Charming 3 Bedroom Beach Villa
## 29080 Cozy Little Hideaway Near Beach
## 29081 Large, sunny, airy bedroom suite
## 29082 Bright bedroom in classic LA home
## 29083 Hollywood Studio. Walker's Paradise
## 29084 Very Private Modern Hollywood Cottage W/ Patio 1
## 29085 Conveniently Located Private Westside Room <3
## 29086 NewPENTHOUSE Hollywood WALK OF FAME
## 29087 Heart of Hollywood great space comfortable home
## 29088 SXSW, 4 Stops on MetroRail, New
## 29089 TN Cozy Cabin Family & Friends Room!
## 29090 Sunnyside Highlands Garden Apt
## 29091 New Private Walk Out Basement Room
## 29092 10. Futon in Basic Apartment 4 stops from Wrigley!
## 29093 Heart of Bucktown Beauty/606 Trail
## 29094 St Bernard Av>Fr Quart >Jazz Fest & Bikes For 4!!!
## 29095 Hollywood Cozy 1 BD walk to subway
## 29096 Room in secluded Silver Lake hideaway!
## 29097 Relaxing California Oasis between LA and OC
## 29098 CHARMING 1B,1BTH SANTA MONICA APT
## 29099 Spacious bed & private bath in 2200 sq ft home
## 29100 North Pasadena Convenient Condo
## 29101 Cozy House w/big yard & free bikes!
## 29102 Bayou views,Walk to Jazz Fest, Park
## 29103 New Orleans Jazz Fest Getaway 2
## 29104 Enjoy NOLA like a local in the Irish Channel!
## 29105 Modern-Cozy Upstairs Loft, 2 blocks 2 Beach!
## 29106 Venice Beach Tropical Oasis
## 29107 Private Room w/ great location!
## 29108 Artistic Bungalow Suite
## 29109 Room for Females-Best Neighborhood!
## 29110 Steps from Alberta Street! - Blue Dream Room
## 29111 Penthouse PRIVATE Roofdecks/Views METRO 3BR/3.5ba
## 29112 Private BR & BA 2 blks to ColHeights metro
## 29113 Resort Amenities, Near Beach!
## 29114 Nice Cozy private room in SF house.
## 29115 Downtown 3Bed House Near Boardwalk!
## 29116 Great Home, Amazing Location
## 29117 Modern Victorian, shared house with shared entry
## 29118 Quiet, bright room in North Seattle
## 29119 Be Presidential In DC
## 29120 The Red Star Stay
## 29121 Prime location in trendy house
## 29122 North Hyde Park Metrohouse
## 29123 Private Bedroom + Bath—Rogers Park Sanctuary Home
## 29124 Cozy home near DIA
## 29125 Urban Victorian-walk the city! Rm 2
## 29126 Charming Old Town Studio
## 29127 Lincoln Square near Brown Line in C
## 29128 Very spacious Back Bay, 1 block T
## 29129 5-Minute walking from Staples Center
## 29130 Cozy private room. 2BD house.
## 29131 Amazing appartment in the Hollywood
## 29132 Silver Lake Studio / Patio / Roof
## 29133 Private Suite in lovely Los Feliz
## 29134 Uptown Home Close to Everything!
## 29135 Heart of the City With Bikes
## 29136 Luxurious Milan/Uptown Condo
## 29137 BOOK NOW!!! 99 MAY SPECIAL!!! CLOSE TO DOWNTOWN!!
## 29138 Garden District Mansion Apartment
## 29139 House w/ Panoramic Mountain View
## 29140 California Dreamin' in La Canada
## 29141 cool studio 1 block to beach
## 29142 Cozy Portland Home in Heart of Historic Hawthorne
## 29143 1 Bedroom Apartment, Lovely Neighbo
## 29144 Private urban room in S.Berkeley
## 29145 Classic & Artful 1-bdrm on the UWS
## 29146 Charming Pied-à-terre à New York!
## 29147 Great room on Upper East Side*****
## 29148 Sunny Chic 1BR Apt in Prime Chelsea
## 29149 Perfect for Families - Sleeps 6!
## 29150 Small & Quaint Brooklyn Room –Sunset Park Brooklyn
## 29151 Close to city 2-bedroom apartment
## 29152 Stylish room with private entrance
## 29153 Midtown Apartment
## 29154 Lux 2B/2B in the Heart of Pasadena
## 29155 Spacious Los Feliz 1 bedroom - parking and patio
## 29156 Style+Comfort on Walk of Fame!
## 29157 Camelback Garden Dist, Streetcar to French Quarter
## 29158 Two Bedrooms in Cozy Old Town
## 29159 PLEASANT 2BR/2BA IN LOOP HIGH RISE!
## 29160 Luxury NYC Oasis + WIFI + Spa & Gym
## 29161 ☆☆☆Luxury & Style in the Heart of NYC☆☆☆
## 29162 Lovely Upper East Side Studio Apt!
## 29163 Studio in the heart of West Village
## 29164 Bright 3BR w/ huge garden in vibrant Williamsburg
## 29165 201 clean bright TV refrigerator
## 29166 Silver Lake Courtyard Bungalow
## 29167 Expansive and Modern City Center
## 29168 Luxurious 3 Bedroom Apartment in Marina Del Rey
## 29169 Comfortable futon!
## 29170 Steps to Wrigley
## 29171 Remodeled 4 bedroom 2 full bath.
## 29172 The Little Red Door
## 29173 Corner of Carondelet St and Erato St
## 29174 JFK 10 & LGA 15 minutes, One Bed Room
## 29175 Apt. in Classic Brooklyn Brownstone
## 29176 Private Bedroom in a Victorian House
## 29177 Private Studio Apt in Clinton Hill
## 29178 Large studio with private backyard
## 29179 Bright Room in Historic Brownstone
## 29180 Gorgeous Garden Apartment in Park Slope
## 29181 5 Star Lincoln Center Studio
## 29182 Cozy & Comfortable Private Bedroom
## 29183 Redone Craftsman in Temescal.
## 29184 Spacious Eng basemnt apt near Metro
## 29185 Leafy, Private First Floor Getaway
## 29186 Large Room, 2-mile to downtown
## 29187 2 Bed Seattle Oasis
## 29188 URBAN HOLLYWOOD BLVD DREAM PENTHOUSE 3BR/2BA+8BEDS
## 29189 Artist Studio at the Loft Theater.
## 29190 The 3 Million Dollar Hollywood Hills Mansion
## 29191 TOP 5 Airbnb:BUNK BED IN THE HEART OF LA !!
## 29192 Private Super Clean Double Bedroom
## 29193 Close to Airport and Beach
## 29194 Big Bedroom in 3 Bedroom house
## 29195 Wonderland French Chateau in Heart of Malibu
## 29196 Stunning Lincoln Park 2 Bedroom Apt
## 29197 Clark Street Quarters, a Lincoln Park Oasis!
## 29198 Minutes to Broadway / Midtown
## 29199 Life Is Good in West Wash Park
## 29200 Sunny Room in Great Hollywood House
## 29201 Noho bedroom with queen size
## 29202 Classic Home on Saint Roch Avenue
## 29203 Chill out after work or playing in Los Angeles
## 29204 New Orleans Newly Renovated Gem!
## 29205 MODERN SUPER TRENDY Central Austin 8 min Downtown
## 29206 South/East duplex. Bring your friends!
## 29207 MLK & 183 (East Austin)
## 29208 Room in Big raw artist loft
## 29209 Beautiful Ocean/Harbor hilltop view
## 29210 Private Studio close to Universal Studios
## 29211 King Room near beach and shopping!
## 29212 Hip Room in Historic Bed-Stuy
## 29213 Cozy Quiet Room in the Big Apple on Broadway!!!
## 29214 Kase's Hells Kitchen Hideaway
## 29215 Amazing LES apt - cool, bright...
## 29216 Upper East Side Fireplace & Terrace
## 29217 Arrow Suite in beautiful, modern townhome
## 29218 New York City Loft Style 4BR Sleep 10
## 29219 2Bdr by Central Park Sunny, Cozy & Family Friendly
## 29220 Cloud Room in two bedroom house
## 29221 Three Twin Comfort!
## 29222 Apartment in Tenleytown/ American U
## 29223 Uncle Brutha's Place - Takoma/Washington, DC
## 29224 Studio in the Heart of Gaslamp
## 29225 Heart of the Castro - 4 bedroom
## 29226 Fun, Cozy Seattle Launchpad
## 29227 Mathew's Beach - Sunny Guest Suite
## 29228 Cozy Cottage in East Austin
## 29229 Sunny Studio with a View
## 29230 Sunny charming Mission 1BR next to Valencia & BART
## 29231 Bright Room in Ocean Front Home
## 29232 Modern home in sunny Noe Valley
## 29233 Clean & Spacious Noe Valley Haven (walkscore:95)
## 29234 Quaint Home in Lovely Inner Sunset
## 29235 Rooftop Room with a View !
## 29236 Designer Cottage in Walkable Northwest Portland
## 29237 Vintage 2 Room Studio w/ Balcony
## 29238 Sunny top floor apt in heart of DC
## 29239 Esplanade Escape - Amazing Location in Mid City!!
## 29240 Comfy 2 bdrm duplex in Upper Ninth
## 29241 Camelback Guesthouse Apt 3, 2 bedroom
## 29242 Wonderful 1BR English Basement - close to downtown
## 29243 Cozy Cottage Near Airport/Downtown
## 29244 Beautiful Hollywood Private Room - Suite Dreams
## 29245 Hollywood Hills - Spectacular Views
## 29246 Grand Upstairs Suite + Private Bath + Breakfast
## 29247 Best Location on Music Row Apt 303
## 29248 3BD home in the HEART of NASHVILLE
## 29249 Naval Hill Inn
## 29250 Capitol Hill Bedroom and Bathroom
## 29251 YOUR HOME AWAY FROM HOME!!!:)
## 29252 Melrose Guest House
## 29253 Spanish home near Pasadena
## 29254 LUX ARTSY, GREEN, MIDDLE OF CITY, POOL&GYM,NETFLIX
## 29255 Private room in Venice Beach
## 29256 Spacious 3bed Priv Home in Venice
## 29257 Private Bedroom w Bathroom Near French Quarter
## 29258 Charming spacious loft room in 2BD
## 29259 Awesome Suite 5 Mins to Downtown!
## 29260 Guesthouse Bedroom + private bath
## 29261 Bright and Comfy Guest House
## 29262 Deluxe Studio Available
## 29263 Perfect Beverly Hills Home w/Spanish courtyard
## 29264 Comfy Hollywood Cabin 1
## 29265 Studio Walking Dist to Rodeo Dr
## 29266 Malibu Mountain Retreat close to Pepperdine
## 29267 Panoramic View Retreat in the Hills
## 29268 Ladd's Addition Heart of the City!
## 29269 Sunny, private bedroom in baker's & artist's home!
## 29270 Adorable Backyard Cottage. Near Beaumont Village
## 29271 Private Portland Pad by Bridge, Brews & Chocolate!
## 29272 Hidden Home in Downtown SF
## 29273 SF Hotel Studio: Union Square (1)
## 29274 Spacious private bedroom and bath
## 29275 Clean unit in Petworth, near metro, parking, food
## 29276 French Quarter ARTISTS LOFT #2 - STEPS to BOURBON!
## 29277 NOLA Reality House
## 29278 NEW CONDO ON PENTHOUSE LEVEL IN DOWNTOWN NOLA
## 29279 Private room (med. size), Manhattan
## 29280 Fab loft in Bowery District
## 29281 Comfy bedroom minutes to Manhattan
## 29282 Luxury Manhattan Townhouse Apt- 2 blocks to Subway
## 29283 Garden apartment, upper Fruitvale
## 29284 Bright & Stylish Studio in the LES
## 29285 Trendy but cozy private bdrm & bath
## 29286 Cozy room in historical Harlem
## 29287 3bd Penthouse Living! By Parades!!!
## 29288 Refreshed NOLAcharm 4blks StCharles
## 29289 Nashville Airport & Zoo - Private Bath, Mini Frig
## 29290 East Nash Gem Quiet, Clean & Vibey
## 29291 Rosewood Bungalow
## 29292 Carriage House in Downtown Denver!
## 29293 Compact Apartment in Downtown
## 29294 PRIVATE ENTRANCE, BEDROOM&FULL BATH
## 29295 Baxter Guesthouse
## 29296 Los Feliz Retreat - Guest Studio
## 29297 PRIVATE ROOM W/BR SANTA MONICA
## 29298 Hillside Escape w/ Full Kitchen, Deck & Guesthouse
## 29299 Prime Parking and Private Balcony
## 29300 Room in creative downtown home
## 29301 Downtown Beautifully Updated Sweet Retreat
## 29302 Huge Space in River North.
## 29303 Lovely, Huge Room & Bath in LoHi!
## 29304 Spacious 2 bedroom apartment (free parking)
## 29305 Chic, Stylish 1 BD on Beacon Hill
## 29306 SXSW Mid-Century Modern Pad
## 29307 Fresh and Spacious private room.
## 29308 Comfortable space in Whittier
## 29309 Venice Beach Desires
## 29310 Private Room in Prime West Hollywood
## 29311 Zuma Sanctuary Malibu Retreat: Lotus Belle Palms
## 29312 1BR cottage for perfect get away
## 29313 On Beach! Near Venice & Santa Monica
## 29314 Hidden Hollywood Gem!!!
## 29315 Very comfortable full size bed
## 29316 New, Spacious, Clean, near Downtown
## 29317 Uptown/Broadmoor Luxury Guest Suite
## 29318 Winstons Local Tiny House
## 29319 Brand New, Bright, Modern Apartment
## 29320 Gorgeous Private room in SF Soma
## 29321 North Beach/Telegraph Hill Room (winter rate)
## 29322 The San Francisco "B" Spot
## 29323 CHARACTER & CHARM IN GREAT LOCATION
## 29324 Mission 1Br 2 Min from 24th Bart
## 29325 Mid Century Style close to SoCo/DT
## 29326 Spacious Room in Heart of Hollywood
## 29327 Remodeled Unique Spacious Room in Hollywood!!!
## 29328 Bright & Cozy Apartment in LA
## 29329 Steps to the beach and 2nd Street!
## 29330 Cozy & clean room in LA #2
## 29331 MidCity Hippy Hideout
## 29332 Luxury Living in west L.A (The Grove
## 29333 Palos Verdes Estates/ Redondo beach
## 29334 TOP LUXURY LOCATION, WEHO. 20%OFF. FREE PARKING
## 29335 Charming House with Movie Room
## 29336 Cozy Private Room Near City Park
## 29337 Charming one bedroom, heart of city
## 29338 Ultra-Modern 2Bed w/ Amazing Views
## 29339 Awesome Studio In Heart of Seattle
## 29340 Sunny in Seattle
## 29341 Your own private getaway
## 29342 Sleek & Cozy 2 BR In The Heart Of Pacific Heights
## 29343 Spacious 1-BR Apt in U St Corridor
## 29344 Bright, Cozy Bedroom in DC Rowhouse
## 29345 Private Room and Bath, near Rapid Bus Service
## 29346 3Bed/2.5Bath Luxury Triplex So. End
## 29347 Amazing 1BD, Great Location
## 29348 Guest House, Walk to Balboa Park!
## 29349 Modern Asian Peace Retreat
## 29350 Maple Creek House in Wedgwood
## 29351 Inn at the Opera Hotel Room (2)
## 29352 Entire Modern Eastside Condo
## 29353 Gold Coast High-Rise II
## 29354 Large clean 3 bedroom close to everything
## 29355 Convenient apt near Columbia Heights/Park View
## 29356 Gorgeous PERFECTLY Located 2 BR 3 BED Row Home
## 29357 爱的私房(Comfortable Room)
## 29358 Waterfront condo with incredible views!
## 29359 Master Bedroom with private bathroom & balcony
## 29360 Lavish DTLA 3bds Resort
## 29361 Spacious 3BR in Lincoln Park
## 29362 Wooden Apartment-Factory Building - Trois
## 29363 Lovely Spacious Bedroom in Brooklyn
## 29364 Cozy room in the vibrant East Village
## 29365 Private Suite in East Village!
## 29366 Brooklyn Neighborhood Host
## 29367 Great 1 Bedroom Apartment on trendy NW 23rd Ave
## 29368 Lower Haight Queen-Anne Victorian
## 29369 Room with view, Friendship Heigh
## 29370 1 Bedroom Apt in Midtown Manhattan
## 29371 Can't Beat this Central Location!
## 29372 One bedroom escape
## 29373 Walk to Time Square/Metro/Shopping/Restaurants
## 29374 Charming Private Library-Room
## 29375 A room with a private bathroom
## 29376 Entire house with HUGE backyard and garden!
## 29377 Cozy East Village 2bd/2ba Apartment
## 29378 gorgeous 2 bedroom loft!
## 29379 Ingefara Hus! Williamsburg Center,
## 29380 HEART of Williamsburg w/ Rooftop
## 29381 Beautiful Cozy Williamsburg Room PENDULUM PALACE
## 29382 Sunny apt w/ HUGE terrace & rooftop
## 29383 Private Bedroom for 2 in Bed Stuy/Clinton Hill!
## 29384 Gorgeous, modern, 1BR- West Side!
## 29385 Place for you in New York City
## 29386 Cozy Twin size bed
## 29387 Great location w/ Terrace!
## 29388 Cozy Private Room 1-3people
## 29389 Upper East side whole apt1bedr4star
## 29390 Spacious Private Room, lots of character & light
## 29391 1 Bedroom Apartment, prime location
## 29392 Urban Zen - Room On The Water!
## 29393 cozy SoHo apt-great location
## 29394 1 bedroom apt 1stop from Manhattan
## 29395 Your Manhattan Home
## 29396 Private room in Williamsburg. Very close to train!
## 29397 Private Bedroom in Quiet Brooklyn Neighborhood
## 29398 Artist's Nook
## 29399 Amazing 4 Bedroom duplex
## 29400 COZY ROOM in a BEAUTIFUL and quiet apartment
## 29401 Sweet room in the heart of Carroll Gardens!
## 29402 Charming Stylish E. Village Studio
## 29403 Cozy 1BR
## 29404 All Charm: Lush Garden, Huge Kitchen and Quiet!
## 29405 Loft Suite @ The Box House Hotel
## 29406 Artist Room! Very Central! 98Walk!
## 29407 Cozy Guest House Near the Beach!
## 29408 Voted San Diegos #1 Bed & Breakfast
## 29409 Midcentury Atomic Ranch
## 29410 2br/2ba Convention Center/Chinatown
## 29411 Chelsea Life in the Heart of Manhattan
## 29412 Beautiful Modern apt in Brooklyn
## 29413 Old School Tribeca Loft X Room
## 29414 Private room in Brownstone
## 29415 Nice Space Near Bedford L - Private Backyard
## 29416 Private Brand New English Basement
## 29417 Private room in SE Victorian house
## 29418 Central E. Side: light, airy haven
## 29419 2BD SEA Pike Place & Belltown Haven
## 29420 Cute Cozy Townhome in Old Ballard
## 29421 Heart of DC Cozy 2 Bedroom Apartment
## 29422 Lincoln Park Single Family Home
## 29423 4ppl Williamsburg NYC w. Garden
## 29424 Charming 1BR Bk 10m to Manhattan
## 29425 Comfy Bedroom
## 29426 4 Bedroom, 5 Beds, 2.5 Bath Townhouse
## 29427 Room in beautiful Brownstone Apt
## 29428 Chic Chelsea Brownstone- Highline
## 29429 Great close-in neighborhood
## 29430 Easy access to Austin Living
## 29431 Private room w/shared bathroom at Sheridan Stop
## 29432 Sunny One Bedroom Loft South Loop
## 29433 Super Pot-Friendly 30-Day+ Rental!
## 29434 Serene 2BR House in Heart of Denver
## 29435 Sunny Ladder Loft in Pilsen
## 29436 Solar powered secluded apt in historic Glendale
## 29437 Large Beach Hut Detached Bathroom
## 29438 1 BR for 2 with gated parking
## 29439 Mid-Century Guest House with Private Entrance
## 29440 Luxury Beach Condo, Ocean Panorama
## 29441 Private Rooms in Mid-City Los Angeles
## 29442 2 Bedroom Venice Beach Private Paradise w/parking
## 29443 Master Suite in Nice Brick House
## 29444 Mid city shotgun great for musicians
## 29445 Charming St. Johns 1909 bungalow
## 29446 1 Bedroom Downtown Seattle Oasis
## 29447 Relaxing 2BD Downtown Beach Retreat
## 29448 50 Steps to the Beach! Contemporary
## 29449 Studio in the Heart of Adams Morgan
## 29450 Bright 2 bedroom aparment, Bushwick
## 29451 "Central Park" View Prvt Room,Mnh
## 29452 Midtown West Cozy 1 Bedroom
## 29453 Beautiful big room on Brownstone in Bushwick
## 29454 Manhattan,next to subway,Private Rm
## 29455 Spacious Basement Apartment w/ Separate Entrance!
## 29456 Sunny 2 bedroom w large garden
## 29457 Terrific in Tribeca (Very Reduced)
## 29458 Large Room in Manhattan Duplex
## 29459 Room in charming downtown apt (LES)
## 29460 Lovely Room in a Cozy Home
## 29461 Authentic Huge Williamsburg Loft, Prime Location
## 29462 Central Park North Home
## 29463 Large Private Room Near Time Square
## 29464 Spacious 2 Bdrm Loft - Chelsea, NYC
## 29465 Modern Chelsea Studio
## 29466 Light filled pied a terre with deck
## 29467 Best cozy beautiful room downtown.
## 29468 Private short term furnished studio
## 29469 GORGEOUS - Newly Renovated 2 BED 1 BATH!!!
## 29470 Luxurious 3BR Apt - BedStuy Gem
## 29471 Williamsburg's BEST room
## 29472 WV Bed and Bath w private entrance
## 29473 GREAT FURNISHED 1 BEDROOM /WITH PRIVATE BATHROOM
## 29474 Large Park Slope Townhouse Duplex
## 29475 West Village Beautiful Renovated City Retreat
## 29476 Sofa bed with privacy curtains, CENTRAL location
## 29477 Low Cost Room With GREAT Location
## 29478 Cozy Room / Modern Apartment
## 29479 Williamsburg Apt. w/ private patio
## 29480 Sunny Apt in the Heart of Brooklyn
## 29481 Sweet Garden Studio at Fossel Farm
## 29482 Elegant, Convenient in Williamsburg
## 29483 Giant 3br Carroll Gardens duplex
## 29484 Huge, sunny Village 1BR on the park
## 29485 Large,sunny private room in Harlem
## 29486 Brooklyn Home Away From Home
## 29487 Huge NYC Apartment in Astoria, Queens
## 29488 1bdrm east village
## 29489 Beautiful Master with private Bath
## 29490 STEPS TO CULVER CITY METRO PLATFORM/BIG 2BR DUPLEX
## 29491 4.5br Villa with spectacular views & infinity pool
## 29492 Brand new 2 bedroom close to Santa Monica
## 29493 Clean Cosy Room West Hollywood.
## 29494 Hidden Gem in the Heart of Hollywood
## 29495 Getaway in East Lakeview/Boystown!
## 29496 Hollywood Hills Cottage Escape
## 29497 Bright Apt, walk to Venice Beach
## 29498 Charming Venice Beach Spanish Home!!
## 29499 Rooms in Hip East Austin Home
## 29500 CHARMING 2BD/2BA W/PARKING CENTER OF KOREATOWN, LA
## 29501 Cool, clean and comfortable!
## 29502 Hear the waves on a TempurPedic bed
## 29503 Private Bedroom Cozy Glendale House next to Disney
## 29504 BEAUTIFUL, newly renovated in Northeast LA!
## 29505 Modern 3 Bedroom 2 Bath Newly Remodeled Building.
## 29506 Sweet Private Guest House
## 29507 Priv Queen w Shared Bath + Skylight
## 29508 Spacious, Modern, Clean, w/Private BATH - Sleeps 4
## 29509 Exclusive Hollywood Charmer
## 29510 Funky House in the Heart of Austin
## 29511 Family Friendly Near Downtown
## 29512 Real Boston, off the beaten track
## 29513 Tree top 2nd floor 3 bedrm apt
## 29514 Fantastic top floor apartment.
## 29515 Adorable room in a cute house SW
## 29516 Private Suite near West End/Vandy
## 29517 5 bedroom 1 Block to St. Charles Ave.!
## 29518 Wilshire Corridor
## 29519 Cozy House in Great Location
## 29520 Spacious Downtown 2 bedroom up to 7
## 29521 Naples/ Belmont Shore vacation rental
## 29522 5star luxury unit in earth of farmer's/Grove area
## 29523 Tuscany In The Hills.
## 29524 Marina Del Rey !!!
## 29525 Cozy East Side Vibe
## 29526 30-day (or more) pot-friendly apt!
## 29527 Cozy up on Beacon Street
## 29528 Modern Barn featured in WSJ
## 29529 Private Master Bed & Bath
## 29530 1BR Amazing Downtown Austin Condo
## 29531 East Village - Guest Room
## 29532 Modern In Classic Brownstone
## 29533 PRIVATE ROOM WITH PRIVATE BATH.
## 29534 Sun-drenched, Peaceful, Park Slope!
## 29535 The Ladies Art Loft
## 29536 Quiet 2bd/1ba retreat in NE Portland neighborhood
## 29537 The Retro Room
## 29538 Enchanting DC Rowhome ~ Your City Escape!
## 29539 Studio Style Private Room/Bath, Fridge, Microwave
## 29540 Crayola Home Green room-Bunk Bed 6
## 29541 Private Room/Bath, Downtown-2 miles
## 29542 Yurt Glamping in an Urban Oasis
## 29543 Your escape in the Haight
## 29544 Charming Mission Beach/Bay Cottage
## 29545 Wonderful private 2BR/2BA apartment
## 29546 Good vibe space- clean- central east- perfect SXSW
## 29547 2 BR / 2 bth Beach unit in LA ON THE SAND!
## 29548 Entire Jazzy Mid-City 20A 1BR House
## 29549 3400sq.ft. Sleeps 8-10 by downtown
## 29550 NOLA Rental Blocks from Bourbon St! FR22
## 29551 LUXURY HOLLYWOOD PRESIDENTIAL SUITE, GYM,POOL,SPA!
## 29552 HEART OF HOLLYWOOD/WALK OF FAME, COZY APT W/ POOL
## 29553 Beautiful room in Cerritos Norwalk
## 29554 NoHo Arts Adjacent - Guest Room
## 29555 Private/Secure Guest Unit...Perfect for Couples!!!
## 29556 Charming Spanish Style Studio Apt
## 29557 Spacious 2 Bedroom / 2 Bathroom Modern Apartment
## 29558 Welcome to your Home away from Home
## 29559 Private Room in Hollywood Villa
## 29560 Private room in quiet home & neighborhood near LAX
## 29561 Permitted: 3 BR in the Nations!
## 29562 Charming Garden District House
## 29563 Walk SXSW - Designer's East Side Modern 3BR/3.5BA
## 29564 Spacious private room and bath in Humboldt Park
## 29565 Ocean Room UofC Campus
## 29566 Cozy place Perfect location sleeps4
## 29567 San Francisco gem at McLaren Park
## 29568 Beautiful, light filled studio
## 29569 Sunny Studio in Eastern Market
## 29570 Bright newly renovated 1 B/R apt in charming area!
## 29571 Special Deal in the hills!!!
## 29572 B: 3 Level / 2BA Loft for Groups | Sunset Junction
## 29573 Small,cozy, funsished twin room with fun breakfast
## 29574 U3 Private room with self check in even at late hours in downtown
## 29575 Light N Bright 2 bd duplex - Venice/Marina del Rey
## 29576 Bohemian on Abbot Kinney
## 29577 Priv. Rm and Bth. Perfect Getaway!
## 29578 Poolhouse with a rustic cabin feel.
## 29579 Hollywood Hills Guest House Near Universal Studios
## 29580 Modern Trendy 2Bed + 10min to DTLA!
## 29581 2/1.5 - Local Landmark, Central
## 29582 Best of New Orleans with Pool! MA2
## 29583 Luxury in the Marigny
## 29584 Wine Hour + Breakfast - White Room, Lower Garden
## 29585 Luxury 2Bd/2Ba in Old Town
## 29586 Pasadena Foothills Oasis Guesthouse
## 29587 Spacious 2BR in a great West LA Location
## 29588 Bright and Cheery 1 brdrm apt
## 29589 Central City - Off St. Charles 2 BR
## 29590 Historic Home in the Treme
## 29591 Historic Tudor Estate Guest House
## 29592 Cozy West Hollywood Studio with Parking
## 29593 Cute Craftsman, 3 bedrm, 1550 sqft
## 29594 Cozy Party House in the Making
## 29595 In the heart of North End, Boston.
## 29596 Charming 4/2 house in Soco Austin
## 29597 E3 Convenient to Logan Airport
## 29598 Beautiful and Modern Flat near the Beach!
## 29599 Prime West Hollywood Location!
## 29600 Great Mtn Views, Easy Walking!
## 29601 Spacious private room, bathroom attached.
## 29602 Quiet Private Guest House
## 29603 Hollywood Blvd Private Bed/Bath Luxury Condo
## 29604 Awesome BEACH HOUSE, Private Yard!
## 29605 AUTHENTIC SPANISH STYLE QUIET 3BR UNIT IN WESTWOOD
## 29606 House of Solomon
## 29607 Little Cottage Home in Northeast
## 29608 Cozy comfort in Hamilton Heights
## 29609 TIMES SQ - FABULOUS 1BR/ BEST VIEW!
## 29610 A beautiful and friendly beach area
## 29611 Perfect 2bdrm hipster gem in w/burg
## 29612 New York City / West Village Apt
## 29613 Spacious Room in an Amazing Apt!
## 29614 secret attic hideout
## 29615 DRIFTER INN Rockaway Beach
## 29616 Prime Williamsburg 3 BR with Deck
## 29617 Brand-New&Pretty Bedroom near Everything you want!
## 29618 Heart of Boerum Hill Brownstone B&B
## 29619 Shared room near Time's Square
## 29620 1Bedroom Apt Close To Prospect Park
## 29621 Spacious and Lofty 2 Bedroom Apartment
## 29622 Vintage Private Room In Sunnyside
## 29623 Newly renovated! Spacious Park Slope Apt. Quiet St
## 29624 Peaceful Greenpoint Sanctuary
## 29625 Full bed in private Bushwick room
## 29626 Cosy Sunny 1brm in Prospect Heights
## 29627 Downtown Bungalow + FREE Bikes! Book now for SXSW!
## 29628 Historic Hyde Park Home By Downtown
## 29629 Rest in Our East Side Nest!
## 29630 NE Portland Studio
## 29631 Rustic Emerald Retreat, Enchanting!
## 29632 Available place in Pacific Beach
## 29633 A Walkers Paradise in Capitol Hill!
## 29634 Hilltop Redwood Retreat, Peaceful
## 29635 Capitol hill cabin with loft bed!
## 29636 Lovely Apt Steps from Central Park!
## 29637 Huge Bedroom & 31st Floor Balcony in Manhattan!
## 29638 Large Charming Room in Pretty Apt All to Yourself!
## 29639 Carroll Gardens, 1 BD + Garden
## 29640 *Soho Duplex* with private rooftop
## 29641 Beautiful Spacious Room - Private
## 29642 San Diego 11763
## 29643 4 Blocks from Beach
## 29644 Private room 1 minute walk to Beach
## 29645 JT's Private Home BNB
## 29646 Private 1 Bedroom with 2 beds
## 29647 Apartment in the Heart of Dupont Circle
## 29648 Epicenter of Georgetown!!
## 29649 Room F
## 29650 The Justice House
## 29651 Sunny Brooklyn Loft in Clinton Hill
## 29652 Pleasant Room near Eastern Market
## 29653 Large br/bath close to everything!
## 29654 Primo Live-In Office Near Downtown
## 29655 Casual, Eclectic and Convenient
## 29656 Cozy apartment
## 29657 Area Overlooking Garden
## 29658 apartment in Cafe District
## 29659 TOP LOFT 2 BEDROOMS. CENTRAL PARK
## 29660 Cozy 1 bdr apartment in Manhattan
## 29661 Newly Renovated One Bedroom
## 29662 Private Room and bathroom in the best of Brooklyn
## 29663 Nice room available in modern Apt.
## 29664 Dream bedroom with private bathroom.
## 29665 2BR Brooklyn Gem/Best Location
## 29666 Spacious Studio w/Den next to park
## 29667 Private Bathroom. Low Price. Clean.
## 29668 Charming, Quiet, & Clean 1BR APT
## 29669 Lovely, Modern, Garden Apartment
## 29670 Manhattan,New York,NY
## 29671 NYC Luxury 1 BD Empire State View
## 29672 Prewar Penthouse w Private Terrace
## 29673 Private room in Brooklyn, Calico Cat in the house!
## 29674 A garden apartment in a brownstone.
## 29675 Modern and Chic Apartment in the heart of Chelsea
## 29676 Quiet comfy apartment
## 29677 Charming Studio near the Lake
## 29678 URBAN DOWNTOWN LA LOFT
## 29679 Beautiful HOLLYWOOD Private Room
## 29680 GRAND HOLLYWOOD PENTHOUSE SLEEPS/6❤
## 29681 CHARMING HOME NEAR DOWNTOWN
## 29682 Mid Century Modern in Long Beach CA, Guest Room 1
## 29683 *TRAVEL* Convention DTLA Studio 45
## 29684 Private room, best LA neighborhood
## 29685 Artist cottage in Venice
## 29686 1 Bedroom (King) Charming Apartment
## 29687 Beautiful Remodeled Apartment
## 29688 Entire Private House in Los Angeles Foothills
## 29689 Southern Charm on the East Side!!!
## 29690 A Suite in Henry "Red" Allen's House
## 29691 Newly Renovated Warm + Modern Home!
## 29692 Nolita Duplex w/ private terrace
## 29693 MANHATTAN classic pre-war flat
## 29694 Beautiful Sunny Cozy Private Room
## 29695 Cozy Room, Spacious & Bright Apt
## 29696 Top Floor 1 bedroom Tms Sq.
## 29697 Stunning 2BR Apt by Central Park and Subway
## 29698 Sweet sunny Oakland garden cottage
## 29699 Sunny Williamsburg Artist's Loft
## 29700 Peaceful Brooklyn Flat
## 29701 Suburban Living in Brooklyn
## 29702 Bright, Private Room, 15mins to NYC
## 29703 Backyard Oasis in Bushwick
## 29704 3BR Brownstone
## 29705 Modern Apartment in Brooklyn
## 29706 Charming Apt in East Village
## 29707 1 BEDROOM APT - Lower East Side
## 29708 Quiet, convenient room in the heart of Cobble Hill
## 29709 Cool and Clean Private Room in Bushwick
## 29710 Spotless studio in brownstone Bklyn
## 29711 quaint apartment with city views
## 29712 Modern Room in Trendy Locale
## 29713 The Serenity W/ Shared Bath
## 29714 RARE UES APT W/PRIV STREET ENTRANCE
## 29715 W70's apt steps to central park and express lines
## 29716 Luxury Loft in Gaslamp Quarter
## 29717 Hillcrest Cottage Large Deck!
## 29718 SF studio - private apt close to transport
## 29719 Luxury Apt/Downtown West Seattle
## 29720 2BD/1.5BA Townhouse Apt. in Fremont
## 29721 Lovely upscale spacious 3BR/2BA house bonus futon
## 29722 Capitol Hill East Flat, Steps to Metro
## 29723 Stylish Midrise Steps from Metro
## 29724 Studio w/ Deck & Sauna
## 29725 3BR/2BA Central Hillcrest Bungalow
## 29726 Downtown Hostel Cozy Four Bed Dorm
## 29727 Entire home in Mission Bay
## 29728 Hot Tub! Modern Garden Studio in Mission Victorian
## 29729 Charming, Quiet, Updated 2 BDR Home
## 29730 BUNKHOUSE QUEEN C09
## 29731 Spectacular Beach & Bay location!
## 29732 Upscale Loft Near White House, U St, & Metro
## 29733 Velvet Retreat in the West Village
## 29734 Oakland Hills Guest Ste-Artist home
## 29735 Shabby Chic Room in 1929 Tudor
## 29736 Modern Minimal Central Chelsea Loft
## 29737 2 Bedrooms apt,Modern New Renovated
## 29738 Big Studio Style. Next to Subway!
## 29739 Comfort and Warmth in The Dove room
## 29740 BEAUTIFUL BROWNSTONE PARLOR FLOOR
## 29741 One-BR in Midtown / Hell's Kitchen
## 29742 BRIGHT-TIMES SQ-SPACIOUS-VIEWS
## 29743 Luxurious Artist LES 1BR KING BED
## 29744 Ideal Location “be a local” NY Apt3
## 29745 Hidden Gem in LES- Small private room in 2 BR apt
## 29746 Beautiful 2BD 2BA in AMAZING area!
## 29747 Modern Designer 3BR in Sunny Bernal Heights
## 29748 Capitol Hill Classic stay.
## 29749 Large 1BR w/Wash. Monument View
## 29750 Private Woodstock Retreat with Gorgeous Backyard!
## 29751 Private Quirky and Clean Studio Apartment
## 29752 Small studio in GREAT location
## 29753 New Santa Monica HsePLUS PoolHse/Swim Pool/Hot Tub
## 29754 3 blocks from the beach, with private bath
## 29755 New Remodeled w 2 Beds in Heart of LA + parking :)
## 29756 Beautiful Top Floor Flat in LA
## 29757 New York soul in the ❤ of L.A.
## 29758 Ideal Location - Historic Music Row
## 29759 Catalina Island Home
## 29760 ★ Downtown Ultra-Modern ★ 1BR Jump to LA Culture ★
## 29761 Heart of Hollywood bungalow
## 29762 Large Studio in Hollywood!!!
## 29763 Quiet Clean Private room in Arcadia
## 29764 URBAN Oasis close to DTLA/USC. RM 2
## 29765 Private Bedroom in Los Angeles
## 29766 Private Room & Bath + Parking
## 29767 Graffiti Garden Room Bed & Bath
## 29768 Wrigleyville Flat
## 29769 Spectacular Home / Steps From Beach
## 29770 Ballard Garden Apartment
## 29771 PB Apartment near Bay and Beach
## 29772 Cozy apartment in the heart of SD!
## 29773 Private Room with shared bathroom in Hotel
## 29774 Gorgeous Bungalow in Hip South ATX
## 29775 MILLION VIEWS & BTWN LA/OC
## 29776 Amazing 2 bedroom flat in South Park / DTLA
## 29777 Altadena Mountain View
## 29778 Private, cozy and luxurious
## 29779 Cool Clean Central BUDGET SHARE
## 29780 Huge Private Room off Hallway, LAX, La beaches
## 29781 Designer's Private Studio Garden Apt w/ Best Views
## 29782 Luxury 5Points Nashville Townhome
## 29783 Midcity Jazz Fest refuge with piano
## 29784 1BR large vintage apt in Wicker Park, by blue line
## 29785 Comfy bed, Shared bath, Red line
## 29786 Hidden Gentilly home away from home
## 29787 Premier Location Downtown! SL2
## 29788 Sunny Cottage near Discovery Park
## 29789 Pike Market Belltown 1brm Parking
## 29790 Secluded Guest House in Redwoods
## 29791 New Convenient E Capitol Hill House
## 29792 Spacious,Sunny and Family Friendly
## 29793 North Beach View & Garden 1BD/1BA
## 29794 Comfortable DuPont, 2-Bed, Porch, Parking Option
## 29795 Sunny room 2 blks to Convention Ctr
## 29796 Perfect, Sunny apartment. Recharge!
## 29797 Historic Capitol Hill
## 29798 gigi's bed and breakfast
## 29799 Rooms with Spectacular Ocean View
## 29800 Modern 2King 2baths garden suite w/parking
## 29801 ARTIST & COZY 8pp PRIVATE ENTRANCE ~ Entire floor
## 29802 Charming 1 bedrm in Central Seattle
## 29803 Loretta
## 29804 Apartment room close to Boardwalk
## 29805 Super comfortable, UW (44)
## 29806 Bedroom in central downtown!
## 29807 Casa Lucía in Hillcrest
## 29808 Private Entrance Private Bath Oasis
## 29809 Lovely 2BR flat Great Location
## 29810 Private Room in Nob Hill
## 29811 BushwickLoft ❤️Brooklyn Brightest
## 29812 Large 3bd Loft-Chinatown/LES Manhattan
## 29813 Minimalist Chic One Bedroom Apt
## 29814 Quiet Room With Private Terrace
## 29815 SUNNY 2-bdrm CHILD-friendly uptn nr centrl park
## 29816 Modern light spacious duplex apartment
## 29817 Charming East Village Studio
## 29818 1 BDR in Greenwich Village Full APT
## 29819 NEW 5 Star Penthouse-Manhattan Skyline+Roof Deck A
## 29820 New York City for All Seasons!
## 29821 Charming Private Studio 1 blk from Prospect Park!
## 29822 Hudson River Views
## 29823 Charming 1BR Perfect for Couples or Solo Traveller
## 29824 Sofabed near LaGuardia Airport. 12 min to Subway
## 29825 Loft getaway in (kind of) NoPo
## 29826 Amazing Value! The Serene Room!!
## 29827 Beautiful in-law with ocean views
## 29828 An Old Charm in Central Seattle
## 29829 Beach House, Mission Beach 2BD/1BA
## 29830 SE Portland Eco Tiny House
## 29831 Super convenient and cozy 1 bedroom unit
## 29832 Wine Hour + Breakfast - Bourbon Room, Lower Garden
## 29833 Modern Private br/ba Logan Square
## 29834 Modern 2bd connect to O'Hare & Loop
## 29835 Fully renovated flat in hip Pilsen near McCormick!
## 29836 Pilsen, Arts District, UIC - Newly Rehabbed 1 bdrm
## 29837 Cozy Duplex in Cap Hill!
## 29838 506 LOFTS Downtown- 1 Block from Broadway- 5 Stars
## 29839 Hip East Nashville Victorian
## 29840 Spacious foothills home with pool
## 29841 Awesome Condo in the Heart of Alhambra
## 29842 *11 houses to Beach, Modern Home!!!
## 29843 Cozy Hollywood Cottage!
## 29844 Quiet Hollywood Studio
## 29845 Blue tile
## 29846 MID-CITY - Prime Location - Charming Unit 1B / 1B
## 29847 Cozy Studio, 10 min from Manhattan!
## 29848 Brownstone-Bungalow Garden-Loft
## 29849 Spacious 1 Bedroom Apartment
## 29850 Private Bedroom & Bathroom Westwood
## 29851 Brooklyn inspired 1Br/1Ba artsy condo in Weho!
## 29852 Cozy Apartment near Koreatown, Silverlake & DTLA
## 29853 Modern Private Ground Floor Suite
## 29854 Wonderful home near airport & Nash.
## 29855 Hipster Hideaway on Music
## 29856 5 Star Reviews! The Blackhawk Tavern - Wicker Park
## 29857 Cozy garden unit in heart of Logan Square
## 29858 Classic Brownstone in Historic Area
## 29859 Cool East Side 3 Bedroom
## 29860 Downtown Loft A8
## 29861 Los Feliz Loving it! 1930s Charmer
## 29862 LUXURY PENTHOUSE AT THE GROVE SLEEPS 10!!!
## 29863 New Modern Luxury Beach Condo
## 29864 Centrally Located - Lovely 2 Story Home
## 29865 Beautiful Room in The Centre of Flushing
## 29866 1 Bedroom Central Park Manhattan
## 29867 Apartment for 5, Midtown Manhattan
## 29868 Spacious Sunny SoHo-Awesome Locale!
## 29869 East Village Sanctuary
## 29870 Huge Modern Condo - Master Bedroom
## 29871 Gold Coast Experience No.1 by CHICAGOAN
## 29872 Logan Sq. Comfort Private Bath, Walk to L & Dining
## 29873 Dietlin B&B - Paris Room
## 29874 East Humboldt Park Vintage Charm
## 29875 Charming Capitol Hill Apartment
## 29876 HUGE Private Suite/Bath in Heart of WeHo!
## 29877 SIMPLE STAY NEAR HOLLYWOOD !! DOWNTOWN !
## 29878 Business traveler/vacationer at peaceful paradise!
## 29879 Charming - Private 2 Bed Room House
## 29880 Studio Mid City Apartment!
## 29881 *LUXURY LIVING by THE GROVE 2b/2b*
## 29882 Cozy spacious room in a modern home
## 29883 Chic in the Hollywood Hills!
## 29884 Urban Zen Retreat
## 29885 Sunny Corner Apartment Wallingford
## 29886 Alberta Charmer with Veranda-Close to Everything!
## 29887 BRIGHT, SPACIOUS NW APARTMENT!
## 29888 Sunny SE Room - Walk Everywhere!
## 29889 Holistic Health & Wellness Center
## 29890 "Off the Beaten Path" NYC OASIS
## 29891 Heavenly Halsey Street Studio
## 29892 The Brooklyn Suite
## 29893 Spacious Private Room in Chelsea, steps from Penn
## 29894 Clean, Attractive Apartment in a GREAT location
## 29895 Cozy Studio Apt in Mt. Pleasant, DC
## 29896 Quiet & Spacious Room in the Greatest Location
## 29897 Capitol Hill Home, Mins to Metro
## 29898 Large East Village Studio Apartment
## 29899 Standard @ Box House Hotel
## 29900 Private room in Hells Kitchen
## 29901 Full apartment
## 29902 Steps from empire state building
## 29903 Upstairs garden apartment
## 29904 Bedroom in Manhattan - Prime Location
## 29905 New Condo: Spacious, Urban Retreat - 1 BR/2.5 BA
## 29906 Light-filled 1BR across from Meridian Park/U St
## 29907 Beautiful 2 Bed w/Portage Bay Views
## 29908 2BR Family Home next to Park
## 29909 Private South Austin Home w/Firepit
## 29910 Two Room Master Suite with Spa Bath
## 29911 155 Special Fresh! City Loft Apt
## 29912 Private room in Boston
## 29913 The Stained Glass Apt. Edgewater #2
## 29914 Comfy Private Carriage House Studio, Highland Park
## 29915 Modern Chic Condo Los Feliz 1br/1ba
## 29916 Tiny room
## 29917 #SUPER LOCATION!!! 2BED W/ GREAT AMENITIES!
## 29918 Charming Guest House in Studio City
## 29919 Walk to the beach!! Strand!! Pier!! Check it out..
## 29920 *DELIGHTFUL* Convention DTLA Studio 34
## 29921 Tremé Creole Cottage A
## 29922 Private room close to IT Dist Apple,Samsung,Dell
## 29923 Cliff Studio Apt by the Springs
## 29924 Chateau Willowrun Unit B - 2/1 SOCO
## 29925 Clean, Comfortable and Convenient
## 29926 First floor suite with private room & full bath.
## 29927 Cozy Condo, close to Downtown & Lake Michigan
## 29928 BEST Location & Reviews! & POOL!
## 29929 1/1 close to Downtown Austin
## 29930 Close, Clean, & Cozy Eastside Livin
## 29931 Cozy Bedroom No 1,shared bathroom, 坐北朝南,空气流通,近超市餐馆
## 29932 Cute room in Spanish Bungalow -- Central Location
## 29933 Northridge Manor
## 29934 Comfy one bedroom apartment in Koreatown
## 29935 PRIVATE GUEST RETREAT
## 29936 Beautiful 3 bedroom Dorchester MA
## 29937 Classy 2BD Home Downtown
## 29938 Beautiful 5 Star Luxury Condo in Heart of the City
## 29939 Luxury 1BR, stunning Gold Coast views, parking
## 29940 Entire 3-Story Hyde Park House
## 29941 Beautiful Open Space Downtown condo sleeps 6
## 29942 Spacious studio in Central LA
## 29943 Chic Brand New 2BDR Modern Design near THE GROVE
## 29944 Mountain View Villa 2B/1Ba Unit 全新裝修兩房一浴山景度假屋
## 29945 Bayou St. John Cottage!!
## 29946 3 Bedroom Mid City!
## 29947 Cozy Room in Pomona/Chino 1
## 29948 Beautiful room in family home - fabulous location!
## 29949 LOS ANGELES/ top Studio City the Film Capital
## 29950 The Apartment in Downtown Los Angeles
## 29951 Large Studio Apartment, Private Entrance & Parking
## 29952 Chic, Sunny Loft in Dupont North
## 29953 Executive Retreat
## 29954 PB Home w/ Yard 2blks to Beach
## 29955 Beautiful Spacious Beach Home!
## 29956 Bed, Bath & Coffee
## 29957 Gaslamp Loft Downtown San Diego w/ Parking!
## 29958 Downtown Loft by Convention Center
## 29959 La Jolla condo next to UCSD
## 29960 Good Vibes w/ a Private Bath
## 29961 Huge 3 BR Shaw Luxury Row House
## 29962 Modern, Light-Filled Fremont Flat
## 29963 Midcentury modern charm in Fremont
## 29964 Modern Spacious Home Panoramic View
## 29965 Awesome Glen Park bedroom
## 29966 Pvt tree top room in great location
## 29967 Full floor of a city cottage (up to 4 guests)
## 29968 Walk to EVERYTHING in Trendy LoHi
## 29969 Stylish and Comfy in Denver's Heart
## 29970 The Compact Bedroom in a heart of Los Angeles
## 29971 LUXURY MASTER BEDROOM with VIEW
## 29972 Spacious Bedroom with Private Full Bathroom
## 29973 Redondo Beach Comfy Private Bedroom
## 29974 Modern Studio Near UCLA
## 29975 Bungalow Rose I
## 29976 Marvelous 5+ Bedroom Garden District Estate
## 29977 Wyndham La Belle Maison 1 Bedroom (2)
## 29978 Bedstuy Brownstone Gem
## 29979 The Den- A True Williamsburg Loft
## 29980 Studio in Brooklyn Heights, New York
## 29981 Nice and Sunny one bedroom apartmen
## 29982 Large bright fabulous private room
## 29983 Peaceful Getaway, minutes from NYC attractions!
## 29984 Columbia/ Harlem-Morningside Studio
## 29985 PRIVATE STUDIO APARTMENT ON HOUSTON
## 29986 Lux Modern, Quite 1 Bedroom near Central Park
## 29987 Great price for 1BR in Brooklyn
## 29988 The Perfect UES Private Apartment
## 29989 Musician House, Heart of Nashville!
## 29990 NICE AND COZY APARTMENT IN L.A!!!
## 29991 Master Suite - at The Castle
## 29992 Cozy Private Bed and Bath in New Orleans
## 29993 Modern apt blocks from downtown!
## 29994 Location, Location and Location
## 29995 Beautiful private AC Bedroom/Near T
## 29996 1BR Apartment - North End
## 29997 Cozy Private room In Hollywood!
## 29998 Guest House/Studio with patio & yard.
## 29999 Straight outta Compton-Cozy Place to stay!
## 30000 Hollywood Luxury Glamping 3
## 30001 Venice room for rent West
## 30002 Sunset Strip chic
## 30003 Beautiful 3 Bedroom in West Hollywood
## 30004 Cute 1 BR Apt 2 min walk to Beach, budget travel
## 30005 Private Room With Living Area in Safe Neighborhood
## 30006 Modern flat near S Broadway -w/ bth
## 30007 SUPER CUTE APARTMENT!!
## 30008 Charming Cottage in the City!!
## 30009 Welcome to NYC! 5 minutes from JFK.
## 30010 Immaculate Private Apt near JFK, LaGuardia and NYC
## 30011 Soho room in a huge loft on crosby
## 30012 Master Bedroom - Manhattan Townhouse (4.1)
## 30013 Habitación privada
## 30014 Convenient Room Near Ashby Bart
## 30015 Modern Colonial House @ Takoma DC Private entrance
## 30016 Single Room, Contemporary New House
## 30017 Madison Valley Garden Cottage
## 30018 1908 Craftsman home - cozy room
## 30019 Hollywood Bungalow
## 30020 Wifi Parking Memory Foam Beds Netflix
## 30021 Sunny Cali -Entire Apt for Rent in Quiet Community
## 30022 V.I.P. LUXURY LA CONDO 3BD/2BA+2 GATED PKG;AUDREY
## 30023 Private Room near USC
## 30024 Long Beach 50s Mod Bixby Bed/Bath3
## 30025 The Seaside
## 30026 Suite 60 ft. from Malibu Beach
## 30027 Great 3 Bedroom Place at Great Price!!
## 30028 Peaceful, clean studio
## 30029 Culver City! Queen bed in living room
## 30030 Peaceful Venice Beach Bungalow
## 30031 Fabulous Stay Only 8 Minutes from Downtown
## 30032 French Quarter Condo 1block from Bourbon
## 30033 Renovated, clean - walk to French Quarters!
## 30034 Private Master Suite 2 miles to DT
## 30035 Great Edgewater/Andersonville Suite
## 30036 2 bedroom apt, free parking, 2 blocks from train
## 30037 Private room#3-20 min walk to train
## 30038 Chic, Artsy Studio in heart of DTLA
## 30039 Twin Bed in Private Room
## 30040 1920's Apt with Modern Details
## 30041 Rosy Pasadena Room with Breakfast
## 30042 Lovely Private Room
## 30043 West Los Angles Oasis
## 30044 One Bedroom steps from Magazine St
## 30045 Charming beach studio for a getaway
## 30046 View into Hollywood
## 30047 Cozy Room - Full Kitchen and Large backyard
## 30048 Venice Beach 1 bedroom by Ocean and Boardwalk!
## 30049 Luxury Loft Downtown w/ Pool View
## 30050 Ground Floor Condo 5 Minutes from Downtown!!!!
## 30051 Pennock Place
## 30052 Private Room, Closet, and Bath close to everything
## 30053 Gut rehabbed Bucktown 1 Bed Unit
## 30054 Charming craftsman blocks from Univ
## 30055 Comfortable clean 1BR apartment in Crown Heights
## 30056 California Tuscan Villa
## 30057 Modern 2BD/2BTH close to 3rd St & Beach CP 311
## 30058 New! Centrally Located - HOUSE! Not a townhome
## 30059 Hathaway Place near the Bayou, 8 min to Bourbon St
## 30060 Lower Garden Dist./Convention Center
## 30061 Convention Center is Right Around the Corner!
## 30062 NEW - 2 Bed. 10 Min. to Manhattan!
## 30063 Authentic New York City Living
## 30064 FAMILY SUITE 15 MINUTES TO TIMES SQUARE
## 30065 Hancock Town House!-Stuyvesant Mews
## 30066 Midtown Manhattan
## 30067 Hip + Happy Harlem Home
## 30068 Spring in NYC!!!
## 30069 Spacious king 1bd apt East Village!
## 30070 Modern, Ambient 1-Bedroom Apartment
## 30071 2BR Private Apt Guest Homestay
## 30072 Modern Garden View Apartment
## 30073 The Treehouse - bright & cozy loft in SE Portland
## 30074 Beautiful, quiet suite in SW woods
## 30075 Comfortable and charming studio
## 30076 Artistic Room with Private Entrance
## 30077 Classic Room @ Heart of The Castro
## 30078 Sunny Waterfront Condo, South Beach
## 30079 Quiet LJ Shore's Private Bed & Bath
## 30080 The Langtry: Beautiful Victorian
## 30081 1 Bedroom Apt. in Nob Hill Area
## 30082 View-King-Huge Rm-5acres
## 30083 Hip and spacious near Dolores Park
## 30084 A Nob Hill Modern Apartment
## 30085 Above-Garage Rental in Westmoreland
## 30086 Six bedroom Victorian B&B
## 30087 Bloomingdale, Shaw-Howard Townhome
## 30088 Modern Nats Park/Capitol Hill Home
## 30089 Perfectly Petworth! Apt. Next to Metro w/ Parking
## 30090 Deco bldg penthouse sun-lit 9th fl. great views.
## 30091 Champagne Living on Beer Budget New Olreans
## 30092 Nice apartment in Mid City
## 30093 Completely Renovated Uptown Home
## 30094 Historical Retreat in the Marigny
## 30095 GLAMOROUS WEST HOLLYWOOD PENTHOUSE 2BR 2BA SLPS 9!
## 30096 Beverly Center - Grove - Melrose
## 30097 Relaxing And Cosy Oasis RV Retreat by the pool
## 30098 East Nashville & Easy Bike Downtown
## 30099 1br CapHill condo with Parking
## 30100 Confy and charming bedroom
## 30101 2BR Los Angeles Silvelake l Sleek l New l Modern
## 30102 Stunning 3BR in Lincoln Park
## 30103 Super Cozy Bed/Bath in Awesome Andersonville Home!
## 30104 Private Room Near Venice Beach
## 30105 A Room at Casa Superba in Venice Beach
## 30106 Balcony & Beautiful French Quarter 2
## 30107 Large, Bright 2 Bedroom in Back Bay
## 30108 Modern Townhome in LoHi
## 30109 Overlooking Golf Course, close to Fairplex
## 30110 COZY NY STYLE ROOM W/ AMAZING VIEWS
## 30111 Mid Wilshire Eclectic Space
## 30112 Cabana Room FREE UPGRADE to MASTER Bed and Bath
## 30113 Two Story Private Guest House - 1 1/2 Bath
## 30114 Modern 2BR in Historic Hyde Park
## 30115 3BR Stylish New Austin Modern
## 30116 Spacious Townhome in the heart of West Hollywood
## 30117 The Ainslie Apartment
## 30118 Cozy, Classy, Caldera Quarters in Quaint Locale
## 30119 2 BR Apt. Work-Play 5* Location @ Potrero Hill
## 30120 Amazing SF View In NOPA 1 BR Flat
## 30121 Charming Ocean Beach cottage
## 30122 The Pavilion: A San Francisco Tiny House
## 30123 Deluxe Private room in Otay Ranch
## 30124 The Coop
## 30125 The Colony 'Hide Away' Trailer
## 30126 Best of New Orleans!
## 30127 Comfortable Private Space
## 30128 perfect for a family or small group
## 30129 Cozy Washington Sq. Park Studio
## 30130 Modern Space in Charming Pre-war
## 30131 Imperial Luxury LoftStyle Room in Doorman Building
## 30132 RELAXING -SUNNY- NYC- SoHo apt
## 30133 Cozy APT, Great Location!! 11-20 mins to Manhattan
## 30134 Big, Open Red Hook Loft
## 30135 Luxury 1-Bedroom King Suite with Central Park View
## 30136 Gorgeous Room in Historic Townhouse
## 30137 Brooklyn Dream Apt w/ Private Deck and Views
## 30138 Cozy Condo near Hyde Park/U of C
## 30139 Mid City Shotgun close to Canal St
## 30140 Mid City Historic New Orleans Home
## 30141 High-End Creole Mansion in the heart of downtown
## 30142 Downtown view
## 30143 Luxury 1BD Apartment w/ Balcony and Pool, 24/7 Gym
## 30144 Charming Claremont Cottage
## 30145 Trendy Loft w/ Rooftop Pool in DTLA
## 30146 Long Beach Convention Center Loft All 2 Yourself!
## 30147 Studio Suite in Culver City Arts-walk everywhere!
## 30148 LA No.1 Grand View Room 2Queen Beds
## 30149 Bed & Bath Loft Room In Cozy Home
## 30150 Private King Room with Private Bathroom.
## 30151 private rooms free parking wi-fi
## 30152 * VACATION HOME * Guest House
## 30153 2 Bedroom Newly Remodeled Comfy Modern Apartment
## 30154 Malibu Mountain Bedroom & Bathroom
## 30155 Eastside Hideaway & Tiny House
## 30156 DREAMLOCATION - West 6th St
## 30157 Private Master Bedroom
## 30158 South Austin 1952 Home
## 30159 k Best Room Boston
## 30160 2 bdrm apt ideally located in Lakeview area
## 30161 Great city views top floor one bed #7
## 30162 Newly Renovated Logan Square Apartment
## 30163 *** Sunny apartment *** near Airport & Train stop
## 30164 Modern Space in Heart of Rainey St.
## 30165 Beautiful Spa & Pool 2 Bedrooms Apt
## 30166 Poolside Cabana
## 30167 15 min from Everything
## 30168 Room in House in Hip Silver Lake
## 30169 Low price *Hollywood* Griffith Park
## 30170 Urban Farm 2 blocks from Bywater.
## 30171 Cozy in Uptown
## 30172 Lovely room & private bath in new North PDX home
## 30173 North Park Secret Cottage w AC
## 30174 The Maple Leaf Mother in Law
## 30175 Two Bedroom Apt by Castro & Mission
## 30176 501 - PERFECT LOCATION. 2 beds. Sleeps up to 4!
## 30177 Lucky Street Garden Studio
## 30178 Georgetown 1 bedroom w Jacuzzi tub
## 30179 Georgetown Apt in Prime Location
## 30180 Sunny private cozy room in Glover Park!
## 30181 Verde Camp / South Congress 1BR +
## 30182 3 Bedroom Home 5 min from downtown
## 30183 Brand New Suite with Old Hollywood Glamour
## 30184 Hollywood Hills House - Views - Pool - Private
## 30185 Limelight Manor - 5☆ for 3☆price
## 30186 Rustic house boat in Marina Del Rey
## 30187 Rose Cottage(Old Town, Rose Bowl)
## 30188 Charming farm resort feel, gated
## 30189 Remodeled West LA/Santa Monica adj Studio (205)
## 30190 Private Room in Santa Monica
## 30191 The Royal Elysian - Washington Square Suite
## 30192 Chateau St. Roch
## 30193 Custom craftsman home
## 30194 Pike/Pine Urban Oasis Unit C
## 30195 Pacific Beach condo 1.5 mi to beach
## 30196 Beautiful room in the heart of SF!
## 30197 Amazing modern views house in SF
## 30198 *Private Room/Bath in Beach House*
## 30199 Stylish NOPA Pad
## 30200 1 bedroom Apt with add't Murphy Bed
## 30201 4 Bedroom 2 Bath House in South Austin
## 30202 STYLISH•COMFY• BEAUTIFUL•SAFE•CLEAN
## 30203 Cozy Bed & Bath Close To O'Hare
## 30204 Bright Newly Renovated Abode
## 30205 Private Room in Ukrainian Village Condo
## 30206 Spend the Spring in DC!
## 30207 Artistic Urban Farm Retreat
## 30208 Upscale & private loft in the heart of LA
## 30209 Charming Entire Home Koreatown
## 30210 Venice beach/ Santa Monica fun!
## 30211 Hollywood Studio with loads of closet space!
## 30212 Oasis in Beverly Hills
## 30213 Cozy & Comfy in Bedstuy
## 30214 Tasteful French 1BD Apt w/ Garden
## 30215 85/night hugeMaster bedroom UWS
## 30216 Welcome to a Private Cozy studio
## 30217 Cozy Two Bedroom Next to BBG
## 30218 Private room one block from Central Park
## 30219 Very clean bed room in queens NYC
## 30220 Big Private Living Room in Manhattan!
## 30221 Cozy comfortable loft in Williamsburg/Greenpoint
## 30222 Sunny, Modern Mission Flat
## 30223 House in the trees w/amazing views
## 30224 Bright Clean Studio w/View, CapHill
## 30225 Hip + minimal room in Fremont
## 30226 Cozy Seattle Cottage
## 30227 Wake up with sunshine/bus to SFO
## 30228 1Br/1Ba Apt in Presidio Heights
## 30229 Alberta Arts Tree House
## 30230 A Capitol View in Washington, D.C.
## 30231 Sunny Loft Style Apt-Great Location
## 30232 Private room in large 2 bed room
## 30233 Empire State Studio
## 30234 Comfortable apartment in Manhattan
## 30235 Cute and cozy 1 br. in Bushwick.
## 30236 Cozy & Comfortable Private Room!!!
## 30237 Flushing Private Room W/ bathroom W/2 Quee Bed/1FL
## 30238 Wyckoff Street Garden Apartment
## 30239 Modern & Cozy in the East Village!
## 30240 Comfortable Private Apartment in Heart of Flatbush
## 30241 WONDERFUL PRIVATE BEDROOM IN DUPLEX
## 30242 1 BR Steps from the top of the Park
## 30243 Bright & Spacious Private Bedroom near Time Square
## 30244 Own Entrance Room WiFi Queen Bed TV
## 30245 spacious, tranquil east village apt
## 30246 **Midtown Townhouse Oasis** Central Park/Sleeps 10
## 30247 East River #1
## 30248 Modern Traveler's Suite in Brooklyn
## 30249 MODERN LOFT 3 STOPS TO MANHATTAN!!
## 30250 HUGE Park Avenue Luxury Loft
## 30251 Williamsburg home w/Private Garden
## 30252 Floral Room in the Union Palais
## 30253 ★Spacious 3 bedrm★ Astoria Park | ❤ of NYC | ★★★★★
## 30254 Private Spacious Room ~ Near Trains
## 30255 large sunny pre war studio
## 30256 Newly renovated apartment w/ private outdoor patio
## 30257 Classic Upper West Side studio loft
## 30258 Magnificent 2 BR in the ❤️ of the Upper East Side
## 30259 Cuarto Privado en Manhattan
## 30260 Cute brick wall apt. 2BR
## 30261 private room in ❤️ of CHELSEA
## 30262 Private single bed Room Wifi
## 30263 Cozy 1BR Loft with PRIVATE Rooftop! [232-6]
## 30264 Light Filled Brownstone Front Room
## 30265 Spacious, Homey Two Bedroom Apt
## 30266 Cozy and clean room in 2 bedrooms apartment
## 30267 BEAUTIFUL NEWLY RENOVATED 2 BR APT
## 30268 Comfy, Sunny Room at Prospect Park
## 30269 Amazing 3Bd Bushwich.
## 30270 Alberta Arts Private Attic Room!
## 30271 Executive Urban Adventurer
## 30272 Diamond in PB, w/ Air Conditioning & Parking
## 30273 Charming North Park home
## 30274 Private & Quiet, 1 BR Apt. with spectacular views
## 30275 garden view / female guest
## 30276 Cozy 2 beds room privately 208
## 30277 Cute apt. Brooklyn, New York
## 30278 Lovely Rm, Pvt Home, Nr Trn To NYC
## 30279 Brand new mid-century 1 bedroom apartment
## 30280 Quiet 1 Bed, Heart of SoHo
## 30281 Great private room in center of W!
## 30282 Bright Studio/Loft in Restored Factory Building.
## 30283 1B in NYC - East Village, Manhattan
## 30284 Upper East Side Chic Living Room
## 30285 Sleeper sofa in living room
## 30286 Navy Yard
## 30287 Upscale Guest House / Golden Gate Heights
## 30288 The View of San Francisco FIDI
## 30289 Charming Historic Beach Cottage
## 30290 99% WALKSCORE | FREE PRKNG | QUIET
## 30291 3 BEDROOM 3 BATH BRIGHTON CT. "A'
## 30292 Respite in the City
## 30293 Downtown Loft at 119 E. 6th St. A1
## 30294 A sunny room close to Airport
## 30295 Downtown Crossing, 1 Bed Apt, Boston
## 30296 FUN CHICAGO SPACE-15 Min Downtown
## 30297 Vintage HydePark condo
## 30298 Ginormous Master Suite + Mtn View
## 30299 Charming & Spacious Private Room!
## 30300 Feel like a local in Big Apple
## 30301 Most Central Location!
## 30302 Bedroom in Clean & Bright Apartment
## 30303 Stunning 2 bedroom off CPW
## 30304 Large Room in Luxury Highrise Near Central Park
## 30305 East Village Hideaway
## 30306 Whimsical, quiet, affordable queen bed :)
## 30307 City Island Sanctuary relaxing BR & Bath w Parking
## 30308 ❤️ Beautiful/Spacious/Convenient BK Apartment!
## 30309 Amazing 2BR in Chelsea!
## 30310 Comfortable and Clean NE Portland
## 30311 Funky Barton Hills Cabin
## 30312 Charming 2bd Logan Square apartment
## 30313 Cute place, convenient to everything in the city!
## 30314 Carlyle Penthouse: by Spare Suite
## 30315 Cozy Capitol Hill 1 bdrm Apt
## 30316 Private Bed/Bath Steps to Wash Park
## 30317 Huge Logan Square 4-Bed Duplex w/ 2-Car Garage
## 30318 (R1) Private Room in Amazing Space (EDM friendly)
## 30319 Venice Beach Cottage
## 30320 Charming Uptown Cottage
## 30321 Luxury Guesthouse - West End!
## 30322 Sun-filled Close-to-it-all 2-bdrm Mid-Century Home
## 30323 One bedroom U Steet Corridor
## 30324 Grapevine Cottage in Mt Baker
## 30325 Cozy Studio 1 Block from Pike/Pine
## 30326 The Cowgirl Room at FlipJack Ranch
## 30327 Villa Hill-Bedroom, bath, TV room
## 30328 Spacious Green Lake View Studio
## 30329 Spacious 2BR/2.5 bath, gr8 location
## 30330 Corona Hts Bright modern 2 BR apt
## 30331 You'll be in Mid-town Manhattan with in minutes
## 30332 Awesome Brooklyn 1 Bedroom
## 30333 Modern Clean Room in Clinton Hill
## 30334 Spacious and gorgeous private floor in Manhattan!
## 30335 Cosy studio in East Village
## 30336 Heavenly Hell's Kitchen 2bdrm
## 30337 New York through the best angle!
## 30338 Artistic East Village 1BR Apt.
## 30339 Sunny Peaceful 2BR Modern Bushwick/Ridgewood Apt
## 30340 Beautiful NoHo Loft
## 30341 West Village Modern Studio
## 30342 Huge 2BD/2BA with Lake Merritt View
## 30343 Flushing Spacious Room w/ 2 Queen Beds
## 30344 Safari room with sky view near Midtown Manhattan
## 30345 Cozy Retreat in Brooklyn
## 30346 The Bay Area at its Best (Unit 2)
## 30347 Magical rowhouse & garden in Wburg
## 30348 Midtown City Views Private Balcony 2 Bedroom
## 30349 Decatur Park View Apartment
## 30350 Brand new 2 bedroom apt inside stately townhouse
## 30351 BEAUTIFUL 2 BEDROOM APARTMENT
## 30352 Hip Two Story BK Apt w/Private Yard
## 30353 Park Slope Oasis: Your home base!
## 30354 Big 2-Floor w/Outdoor Garden. Next to Central Park
## 30355 Beautiful 1 Bdrm Pied a Terre in MH, great locale
## 30356 LARGE SUNNY ROOM/BALCONY VIEW LOTS OFF SUNLIGHT
## 30357 The cozy spot
## 30358 Entire Floor w/Private Bathroom
## 30359 Awesome Room in Brooklyn Apartment!
## 30360 Cozy, Clean 1 BR close to Lincoln Ctr/Central Park
## 30361 Amazing 1-bedroom near Central Park
## 30362 Sunny Cheery Cottage Feel Jr. 1 bed
## 30363 Adams Point/Lake Merritt Beauty!
## 30364 Book Now & Save: Spend May in NYC
## 30365 Bright, Large Room w/ kitchenette, 15mins to NYC
## 30366 NYC IS FIFTEEN MINUTES AWAY !!!
## 30367 Sunny Brooklyn, NYC Apartment
## 30368 Room in Valencia Flat
## 30369 Slps/4/129/ Dwn town convene/cent4
## 30370 Beautiful Craftsman Home! Inner SE Portland Reed
## 30371 Private and cozy, walk to the beach
## 30372 North Hollywood Arts District Condo
## 30373 VINTAGE CITY PARK Charming & Ideal
## 30374 Sunny bedroom with private bath in Andersonville
## 30375 Private Full Bed Close to Beach and Wrigley
## 30376 Comfy & Cozy, 2bd in ChicagoWest Town
## 30377 BE CLOSE TO BEACH!
## 30378 ❤ of Hollywood | Rooftop Patio | Parking For 2
## 30379 Hollywood Hills View Home / Celebrity Street
## 30380 HIP BEACH HOME - 30 STEPS TO THE OCEAN
## 30381 West/Downtown Austin - Entire Home!
## 30382 2 BD w/covered patio & view by Park. King bed!
## 30383 Amazing views. Peaceful. Central. Private Bed/bath
## 30384 Charming ranch style home
## 30385 4Bed Pasadena Home, Parking, Safe and Easy Checkin
## 30386 Charming Three Bedroom in the Center of Venice
## 30387 Lovely Private Suite with Parking and Patio.
## 30388 Historic New Orleans Home
## 30389 Cozy Nola Living in the heart or everything!!!!
## 30390 Downtown Luxury Suite 1
## 30391 Private & Spacious Bedroom in St. Roch
## 30392 East Austin Business/Pleasure /Clean/Wifi/LOCATION
## 30393 Great Location!
## 30394 Charming 3 bedroom-15 min to Boston
## 30395 1 bedroom apt in Boston South End
## 30396 Loving Lakeview Oasis
## 30397 Apartment Close to Downtown Denver
## 30398 Cheap East Nashville Pad ENTIREHOME
## 30399 Quiet Uptown New Orleans Cottage w/Pool
## 30400 Sweetbriar Perch - 1 BR Apartment
## 30401 The Totem Terrace
## 30402 Walk to Rose Bowl, local to JPL w/ memory foam bed
## 30403 La Cima - Cozy, Retro Mountain top with ocean view
## 30404 Prime West Hollywood Apartment
## 30405 Marina Del Rey Townhouse With Pool! - 1
## 30406 Airbnb TOP PICK . Beverly Hills
## 30407 NEW HOME BY UNIVERSAL STUDIOS!
## 30408 Perfect Culver City Studio
## 30409 Bright Private Room and Bathroom!
## 30410 Downtown Studio Near Music & More
## 30411 Private bedroom in West Loop
## 30412 1 Cozy Room 3mins walk to Train, 5mins to Airport
## 30413 78704 SOUTH ATX- SUNNY AND BRIGHT
## 30414 Spacious, Contemporary, Comfy Home
## 30415 Charming 1 br in the north end
## 30416 Chic Beacon Hill One Bed Apt
## 30417 Musician's Quarters
## 30418 2 TwinXL Beds Walk-To TIME SQUARE #ForReal
## 30419 Beautiful Home Away From Home
## 30420 Large and inviting 3BR apartment
## 30421 Beautiful Private Room next to Central Park.
## 30422 Great one bedroom in Time Square!
## 30423 Spacious Oasis w/ Private Entrance
## 30424 Wash Heights -tranquil/acquariums
## 30425 Cozy 1BD on Central Park West
## 30426 Spacious Downtown Apt - Walk to Metro in 10mins
## 30427 New studio/carriage house w/parking
## 30428 cozy bedroom in UTC near UCSD
## 30429 2 Bed - Dupont/Adams Morgan/U St
## 30430 Lovely top floor Marina condo 2 blocks to Chestnut
## 30431 Large, Beautiful Flat in Cow Hollow
## 30432 3 bed 1 bath house/unit with Newly Remodel Kitchen
## 30433 Private rm & bath-must love dogs :)
## 30434 Private bedroom in sweet Victorian
## 30435 Charming 2-Story Flat, Great Value!
## 30436 Charming 3BR, 1BA- 5 min to Boston
## 30437 世外桃源
## 30438 Family friendly Getaway-Walk to Streetcar
## 30439 Apartment Living in Vibrant DTLA
## 30440 Zen Fancy Room in Beverly Hills
## 30441 Apt in Heart of LA w/ City Views
## 30442 Room with a garden view
## 30443 Victorian Bungalow in Echo Park
## 30444 Spacious 2/2 steps to the beach
## 30445 Romantic Charm close-Downtown LA-Pasadena-Glendale
## 30446 New, Beautiful Room for rent!
## 30447 AMAZING LOCATION IN HOLLYWOOD ! It's your vacation
## 30448 private room in happy, furry kid loving home
## 30449 Gorgeous View Perfect for SXSW and Vacations
## 30450 Lincoln Park Sunny Modern Home
## 30451 Stylish & Updated 2 Bed
## 30452 Unique Loft- Chicago Ave in West Town-East Village
## 30453 Comfy, Prvt Bd/Ba in a Great Area!
## 30454 Prime Location with Luxury Finishes
## 30455 Wonderful Westside Bungalow
## 30456 Endless summer in Santa Cruz
## 30457 Convention Center In-Law Suite: 1BR Apt, King Bed
## 30458 STEPS 2 SAND & EXTRA COMFORTABLE; *
## 30459 3 特价 高档住宅,两张双人床,干净明亮,绿化非常好,果树,鸟语和花香
## 30460 The Lollipop | Featured Designer HM
## 30461 Cozy Living Off MAIN STREET in Santa Monica
## 30462 Green Hills Condo in Nashville
## 30463 Large Hollywood Home with Pool
## 30464 Highland Rock Villa
## 30465 Hollywood Hideaway near everything
## 30466 Mid-Wilshire-Koreatown High Floor unit -Great View
## 30467 Paradise By The Ocean Venice/MDR 2 bed/ 2 bath
## 30468 Quaint & Comfortable 3Br large yard
## 30469 3bd/2ba HOUSE Gentily Terrace NICE AREA BY UNO
## 30470 Wine Hour + Breakfast - River Suite, Lower Garden
## 30471 Plan C Art Hostel 700. for the entire jazz fest
## 30472 Huge 1BR/1BA - perfect for business
## 30473 Prvt Bed/Bath-solo female travelers
## 30474 Private Room 2 - Walk to Quarter
## 30475 One Block off Esplanade
## 30476 Highland Park Room Right by Metro
## 30477 Central LA, near Downtown
## 30478 Cute and lovely 1 bd close to beach
## 30479 Private Room in Nice Highlands Home
## 30480 Two beds, great location apartment
## 30481 The Blue House
## 30482 Luxurious Family Home Central ATX
## 30483 Beverly Hills 1930s Spanish Rev Apt
## 30484 Awesome Mt views near Rose Bowl
## 30485 Architectural Marvel in heart Weho
## 30486 Large Bedroom in Modern Condo
## 30487 Cute & Charming Wash Park Home :)
## 30488 Denver Skyland Retreat
## 30489 Private, nice room/Blue Line,Metra/
## 30490 Classic California Craftsman 1920s Home
## 30491 Los Feliz studio in the hills welcome to LALALAnd
## 30492 GREAT studio in Los Feliz!
## 30493 2br Newly Remodeled Hollywood Apt
## 30494 Best Location! Pool Gym 7Beds
## 30495 Vintage Apartment in Downtown
## 30496 Downtown Los Angeles Studio Loft
## 30497 Spacious, Sunny Suite by LAX, Colleges & Beaches
## 30498 Jazz Fest Adjacent - Sleeps 8+ - 2.4 miles to FQ
## 30499 Garden Guesthouse in East Nashville
## 30500 Sleeps 8! 3 BLOCKS TO THE STREETCAR
## 30501 Hamilton Heights Luxury 2BD Gem.
## 30502 Beautiful Two Bedroom sleeps six.
## 30503 Cozy Charmer, Next to Times Square!
## 30504 Spacious Studio UES
## 30505 ♡ Beautiful Artistic 2 Floor Brownstone ♡ LEGAL ♡
## 30506 Entire 1 Bedroom Close to Subway
## 30507 Charming & Cool Bushwick 2 Bedroom
## 30508 Private 1st level studio near NYC
## 30509 Nice room, amazing rooftop!
## 30510 Needle in the Hay Stack
## 30511 Bright/Beautiful Park Side Studio
## 30512 GR8 CARROLL GARDENS/ENTIRE STUDIO/!
## 30513 Quiet enclave in heart of Harlem
## 30514 Spacious Manhattan Loft w/ Private Terrace!!!
## 30515 Cosy & Quiet BD in Central Harlem
## 30516 Stay in the heart of Nolita
## 30517 Quiet, modern studio in west campus
## 30518 SURFRIDER 1 - 2BR/2Bath - La Jolla
## 30519 The Cozy Hide-a-way (now with A/C!)
## 30520 3 Bdrm Edwardian w/Views (on Hill)
## 30521 Heart SF by Moscone-Walking distance to Anywhere
## 30522 Dog Friendly Mother n law n Ballard
## 30523 Cozy Room w Private Bathroom+Garden
## 30524 Private Room by Castro & Mission
## 30525 4BR House with Parking in the Castro
## 30526 2 BR + Den, 1.5 Ba; Quiet Area
## 30527 Sunny 3BR with garage on SF's liveliest block
## 30528 Luxury Mission Valley Condominium
## 30529 Hillcrest 1-bedroom on Quiet Canyon
## 30530 Bright, Spacious Home Near Beach & Subway
## 30531 Massive 3 bedroom with Patio
## 30532 Large 2BD in Historical Brooklyn
## 30533 Legal full floor by Sunset Park, 20mins to Soho
## 30534 in the heart of the Upper East Side
## 30535 Bright, quiet penthouse apartment
## 30536 Adorable N. Seattle Townhouse
## 30537 ENTIRE HOME IN SF
## 30538 Columbia City~Large room/Arty house
## 30539 Dupont Adams Morgan Cozy Delight
## 30540 Beautiful Exposed Brick Apartment
## 30541 Private/Cozy Bdrm - Minutes to Everywhere in DC
## 30542 FULL, Spacious Apartment Available!
## 30543 Clean, Comfortable English Basement Apartment
## 30544 Luxury, sunny, 3bd/2ba close to everything
## 30545 East Austin Close to COTA and Travis County Expo
## 30546 Designer's apartment in Vinegar Hil
## 30547 Hip Red Hook - Large Garden Duplex
## 30548 Comfortable Room in New Apartment
## 30549 Park Slope, Sunny, Private, Quiet, 2 Bedroom
## 30550 Beautiful Studio- View of Manhattan
## 30551 Charming and New Upper West Side
## 30552 Cozy one person room in the Times Square Area
## 30553 Garden PentHouse 8Min to Manhattan
## 30554 A Gem in Harlem - Modern Living
## 30555 Charming Guest Suite
## 30556 Large Bedroom in Bedstuy Brooklyn.
## 30557 AMAZING, HUGE NEW YORK LOFT!
## 30558 PRIME LOCATION - DESIGNER 3 BED
## 30559 Large 1 BR bright designer gem
## 30560 Williamsburg Loft, Brooklyn, New York
## 30561 Private Princess Suite w Office. Long Term Monthly
## 30562 The Hidden Gem on the Bay ;)
## 30563 **! BROOKLN - large 2bd !** modern/family/comfort!
## 30564 FLUSHING APT!! BEST DEAL IN NYC!!!
## 30565 Half Block from Times Square - 2BR
## 30566 Newly Renovated, HOT NEIGHBORHOOD!
## 30567 Amazing 1 Bedroom Apt CENTRAL PARK
## 30568 Perfect Location! Clean! Decor!
## 30569 Brownstone Beauty
## 30570 Whole Apt in Nightlife Central
## 30571 Spacious 2BD oceanview with balcony
## 30572 Sunny Home near Brooklyn Museum
## 30573 Midcentury Feel, Hipster Pad
## 30574 DU/Washington Park Bungalow w/ Loft
## 30575 Valu Charm Quiet Dwntwn Neighbrhd 3
## 30576 Designer chic private residence
## 30577 Great neighborhood apartment in Logan Square
## 30578 Hip Room near Wrigley Field
## 30579 Private penthouse with skyline view
## 30580 Hollywood LUX Loft!
## 30581 Hollywood Hills !! Prime location!!
## 30582 *NEW* Walk to LA Live, Convention, Best in DTLA!
## 30583 Huge En Suite Room w Pool Los Feliz
## 30584 Awesome location & Cozy Studio in Koreatown(한국인환영)
## 30585 Private Rooms---month to month at Gramercy Place!
## 30586 Olympic Room
## 30587 Just waiting for you
## 30588 Walk!!
## 30589 Gorgeous home in secure compound.
## 30590 Charming New Orleans Shotgun, Walk to the Fun!
## 30591 Relaxing bushwick brownstone
## 30592 NEW! private room, bath and rooftop
## 30593 REDUCED! Private Apt~Fun NYC area!
## 30594 Colorful & Spacious near A Express
## 30595 In ❤️ of West Village- Entire Apt
## 30596 Private Apartment w Outside Space
## 30597 15 mins to Times Square + Sleeps 4
## 30598 Entire Apt Lake Merritt w/Balcony
## 30599 Stunning & Spacious -Views&FastWiFi
## 30600 A Clean, Spacious Summer Retreat
## 30601 Next to subway, Private bedroom
## 30602 Spacious Private Suite
## 30603 Oasis in a Brownstone
## 30604 Home Sweet Home, Harlem Brownstone
## 30605 2400sqft Sun Drenched Brownstone w/ Private Deck!
## 30606 Furnished privte room
## 30607 Beach bungalow steps from the beach
## 30608 Private, Sunny Room in Queens, NY
## 30609 CRAZY SPACE & CRAZY SUN IN BUSHWICK
## 30610 Artsy Craftsman Style Apartment
## 30611 Garden Flat in Telegraph Hill
## 30612 Beautiful Telegraph Hill View House
## 30613 Nice SF Hotel/Timeshare (Union Sq.)
## 30614 Lovely 2BD in the Heart of the City
## 30615 Walking distance from it all...
## 30616 Charming studio Multnomah village
## 30617 Chic Portland Treehouse Retreat
## 30618 Private Studio on an Organic Farm!
## 30619 Charming, Walkable, Close-In, 1 Bdr
## 30620 Private Room - Historic Kenton Area
## 30621 Spacious 1BR in the Heart of the Pearl
## 30622 Clean, bright and close to all!
## 30623 Private room in a perfect location!
## 30624 Nice Privat Room in Pacific Beach
## 30625 Eco, Tidy & Quiet Designer Apartment in Lovely Noe
## 30626 1 Bd 1 block from Convention Center and Metro
## 30627 Private room in heart of DC
## 30628 Master Bedroom in a Tudor home
## 30629 Williamsburg Penthouse: killer view
## 30630 Beautiful Bedford apartment
## 30631 Guest Room in Sunny Loft
## 30632 Beautiful private room in the heart of Bushwick.
## 30633 Big Studio apt- Legal NY rental
## 30634 Unique 1BR in energetic E. Village
## 30635 1BR Apt. Manhattan NYC
## 30636 "Crow's Nest" Private Bed/Bath UES!
## 30637 Sunny - Large Two Bedroom
## 30638 SpectacularViews-Heart of Manhattan
## 30639 North Beach Apt with Stunning Views
## 30640 Quaint Ballard Bungalow
## 30641 Stylish studio in West Seattle
## 30642 Mission beach escape
## 30643 theHILLCREST // 2BR, patio, parking
## 30644 Luxurious "5-Star" Georgetown Home
## 30645 Jazz and Sunlight in Congress Heights
## 30646 Beautiful Private Guest House
## 30647 Funky and Spectacular Apartment
## 30648 The Green Room - Little Village (Queen, 2 Guests)
## 30649 Close to Everything!!! HS2
## 30650 ***3/2 Renovated Hillcrest Home***
## 30651 2bd/2.5bath Modern Condo +Roof Deck
## 30652 Modern Garage Studio
## 30653 Cozy Bright Hyde Park Guest House
## 30654 The Best Location In Boston
## 30655 3BR/1.5BA + Prvt Patio - Boston
## 30656 Marigny at Music Courtyard and Pool!
## 30657 Luxury Apartment with Great views of Downtown LA!
## 30658 %SPECIAL WeHo's VISTAS: FINEST #205 #theWeHoSPOT
## 30659 1930s Meets Modern Culver City 3BR
## 30660 Adorable Private Room In West LA
## 30661 Hollywood Hills Private Guest Suite Own Entrance
## 30662 Spacious attached studio apt
## 30663 URBAN DOWNTOWN LA EMERALD CORPORATE SUITE + 3 BEDS
## 30664 5-Star Rated - 1BR/1BA - Downtown Santa Monica
## 30665 UPSCALE BRAND NEW CONDO!
## 30666 Modern Beach Apartment
## 30667 Serene Silver Lake Gem on the Hill
## 30668 Sunny Room, Serene Garden
## 30669 beautiful guest house
## 30670 Great Apartment in the Marigny
## 30671 Warm up to Ukrainian Village
## 30672 Private room and private bath in luxury condo
## 30673 Water Tower District: Large Studio!
## 30674 Beautiful cozy room, with queen size bed and T.V.
## 30675 Cozy Kilbourn Park Family Bungalow
## 30676 Cozy Garden Unit Apartment near Wrigleyville
## 30677 Alphabet District/1 Bedroom 1 Bath
## 30678 Near Downtown and private home feel
## 30679 Cherry Blossom Getaway! CoHi
## 30680 Hill Flats DC - PENTHOUSE!!!
## 30681 English Basement Apartment-Historic Neighborhood
## 30682 SW PDX Serene River View with Fireplace and Spa!
## 30683 Very Big & calm room|Best Location in SF |Nob Hill
## 30684 Urban Loft & World Class Park Space
## 30685 Modern apt near Lincoln's cottage
## 30686 Great Home in Hip Central Area!
## 30687 Room with a view.
## 30688 Charming Studio on Mass Ave.
## 30689 Best location, modern DC studio!
## 30690 Montlake Studio
## 30691 Super Cute Shared 2 bd Capitol Hill
## 30692 Casa de Alta Loma Vacation Rental
## 30693 Surfy Beach Cottage w/ Parking
## 30694 Cozy 1BR - USt/Cohi/Shaw
## 30695 BUNKHOUSE QUEEN A18
## 30696 Charming 2BR Queen Anne Close to DT
## 30697 Sunny and Spacious Noe Valley Flat
## 30698 Lovely Room in Charming Edwardian
## 30699 Charming Hayes Valley Vict. Flat 2brms,3bth
## 30700 Newly Renovated 1 Bed in Manhattan
## 30701 Modern, New 2 Bedroom with Garden
## 30702 Exquisite SoHa/Columbia area large 2 BR
## 30703 HAMILTON HEIGHTS Big, Private, Comfy apt. 4+ppl
## 30704 Penthouse w/ Private Balcony & Nice Views
## 30705 Gorgeous apartment in Manhattan
## 30706 Crown Hts Beauty: Quiet and Cozy!
## 30707 Cozy new studio in desirable neighborhood
## 30708 Apartment in the Heart of Downtown
## 30709 Private apartment in prime location
## 30710 Close to everything Dupont Condo
## 30711 Renovated Victorian Steps to Hayes Valley Dining
## 30712 Spacious& clean apartment- Caphill!
## 30713 Bright, Spacious Townhome w/ Garage
## 30714 Spacious North Park Bungalow
## 30715 Grand Debut: Stunning new Capitol Hill Apartment
## 30716 Private 1 bdrm in a Quiet Neighborhood
## 30717 Spacious Modern Silverlake Bungalow
## 30718 Modern House, Silver Lake, Views
## 30719 Upscale Downtown Denver 2BR Condo
## 30720 Union Station High-Rise - LoDo/LoHi
## 30721 Last minute Sleep over 420yes Wifi
## 30722 THE HOWLAND HOUSE: Your private Venice Beach home!
## 30723 Comfortable, Cozy, Charming House
## 30724 Prime Miracle Mile Apartment w/Parking
## 30725 Room w/Private Bath in Nashville
## 30726 Fantastic Location 20 min to Manhattan
## 30727 Traveler's Retreat in New York City
## 30728 Cozy home 5 mins from LGA AIRPORT
## 30729 Private pool unit with 1 bedroom
## 30730 Charming Mid City NOLA Apt.- Close to JazzFest
## 30731 God Bless TX! Welcome to my Austin!
## 30732 Large, sunny, cozy home w/character
## 30733 Basement Suite: Homan Square (3 Queens, 6 Guests)
## 30734 Lux-Beverly Hills Beautiful Condo!
## 30735 Studio in Sherman Oaks
## 30736 五房豪宅 三千多尺 位天普市
## 30737 Sunny, Cozy&furnished Cute Room~
## 30738 Central Austin Condo Near UT, Downtown, & Capitol
## 30739 3 MO - 1 YR LEASE: Central Austin Home :-)
## 30740 1bdr w private bath. in lofty apt
## 30741 Bright studio in the heart of the east village
## 30742 Cozy 3rd floor room at Brooklyn&Breakfast
## 30743 Charming, huge BR, nr Prospect Park
## 30744 Rare 3 bedroom apartment with spacious livingroom
## 30745 Small Cozy Place in Lower Manhattan
## 30746 Upper West Side by Central Park
## 30747 West Village Beautiful Room & View
## 30748 DRIFTER INN Rockaway Beach
## 30749 2Bed/2Bath with Water & City Views
## 30750 Family-Friendly
## 30751 Charming Platt Park Bungalow - 3BR
## 30752 2 Master Bedrooms Resort Apartment in Downtown LA
## 30753 Private studio with bathroom 209
## 30754 Cottage Apartment in Beverly Hills
## 30755 Great Location, Best Views - Private Bed and Bath
## 30756 Downtown Hostel - Private Room #1
## 30757 Comfort & Convenience - Townhouse 1
## 30758 NEW*1940's Mod & Cozy Boho 2BR Loft -CLOSE to COOL
## 30759 Beautiful Warehouse District Apt.
## 30760 Suite, private entrance, upper floor townhouse!
## 30761 Barn loft -beautiful sunset view
## 30762 Center North Beach w/stunning views
## 30763 Yet Another "Perfect Spot"
## 30764 Comfy & Cozy townhome
## 30765 Spacious Townhome Apt in Brooklyn
## 30766 Greenwich Apartment
## 30767 Spacious & Charming Apt in Historic Strivers Row.
## 30768 Comfy and spacious Room in NYC
## 30769 Sid's Victorian Peaceful Haven
## 30770 LARGE CHARMING LOFT IN MIDTOWN MANHATTAN - 4 PPL
## 30771 Modern, Clean, West Village Apt!
## 30772 Single Bed for Solo Travellers in NYC
## 30773 Enjoy Central Park,
## 30774 Cozy, Sunlit 2 bedroom in trendy Williamsburg
## 30775 Between Two Bridges 2BD -Whole Apt!
## 30776 SANCTUARY, with all amenities BRAND NEW!
## 30777 Beautiful 1BR in Prime West Village
## 30778 Private bdrm in Dupont/Adams Morgan
## 30779 Large & Private Suite in Petworth
## 30780 Simple Elegance NYC
## 30781 5 Star Spacious Loft- Pure Luxury
## 30782 Your Own Bathroom in a Private Room
## 30783 30m to Manhattan (Express Train), 3 BR APT
## 30784 Spacious Studio + Patio
## 30785 A beautiful cozy room with balcony
## 30786 PRIVATE- MISSION OASIS -PRIVADO
## 30787 The Homestead on 17th
## 30788 Glen Park bedroom + parking
## 30789 Beautiful luxury house w/ Deck
## 30790 Cozy Single Bedroom Home
## 30791 Beautiful Ocean-Front Villa #7
## 30792 BEACH Home ***3 Houses to OCEAN***
## 30793 DOWNTOWN AUSTIN HAVEN-Sleep 6-ACL,SXSW,Shops,Food
## 30794 Stunning room in hipster town
## 30795 5min walk to UnivOfChicago. MODERN LUXE
## 30796 Colorful, Chill, Well Appointed Wicker Park 2BR
## 30797 4BedRm-"DePaul/LincPark"(Parking 2 Cars)-2nd floor
## 30798 Vintage Charm in the City
## 30799 Upper Shasta Circle - Stunning 2BR
## 30800 Spanish Gem in Hollywood Hills 6136
## 30801 #PLAYA PRESIDENTIAL SUITE W/VIEWS: 2/2
## 30802 Superb Location! 2 bedroom 2 bath
## 30803 LOFT - THE GROVE/BEVERLY HILLS
## 30804 4bed Penthouse with sunny ocean view rooftop deck!
## 30805 Cozy Venice Bedroom ~ Close to LAX
## 30806 Queen bd with Private Bath, Parking
## 30807 Charming Warehouse District Condo
## 30808 Huge private room on Frenchmen
## 30809 Charming cottage
## 30810 Charming, updated condo
## 30811 Sunny, cozy room in Logan Square
## 30812 Alewyfe Inn- Urban Farm Garden Apt.
## 30813 Modern Capitol Hill Apt w/ Parking
## 30814 Big open space close to Zilker!
## 30815 Boat Rental 40' - Master Stateroom
## 30816 Hip Beach Architectural Loft
## 30817 Sleek 1 Bedroom in West Hollywood + Parking
## 30818 Beautiful loft / art of Hollywood
## 30819 Luxury Penthouse Near Downtown!
## 30820 Awesome home at Frenchmen St.! Walk to Bourbon!!
## 30821 Two Bedroom 2nd Floor Suite
## 30822 Gorgeous Creative Downtown Loft
## 30823 Charming Sylvan Park 1BD
## 30824 Charming Nashville Home with pool
## 30825 Central Park Place
## 30826 Modern & comfortable in River West
## 30827 June Special As Low 139
## 30828 Garden District - St. Charles Ave.
## 30829 New Orleans CBD/Warehouse District
## 30830 Silverlake Modern Gingerbread House
## 30831 Best quiet but convenient area in Arcadia
## 30832 Uberhip 12th South, Walk Everywhere
## 30833 Lovely, Alberta Arts Bungalow (GR)
## 30834 Relaxing Suite with Private Bath and Entrance
## 30835 Luxury Capitol Hill Suite! 2 Blocks to Capitol!
## 30836 Studio Mexicana
## 30837 Great 1BD w/ Private Roof Deck
## 30838 103-LUXURY3
## 30839 Luxurious 3BR/3BA Home at the Beach
## 30840 Edwardian Flat in Sunny Potrero Hil
## 30841 Central District Get-a-way
## 30842 Sunny & Simple in Seattle
## 30843 Large sunny room at Dawn's House
## 30844 Swanky Andersonville 2BR
## 30845 Landmark Tree House
## 30846 Unique 2/1 Short Drive To DT
## 30847 Modern Downtown Walk to Everything!
## 30848 The Southport Lounge
## 30849 Denver's Finest Neighborhood
## 30850 Shore's Vacation Studio
## 30851 Mar Vista Private Room & Bath
## 30852 2 BDRM The Kinross, GREAT LOCATION
## 30853 Luxury Living AND Perfect Location
## 30854 Entire Treme apt very close to the French Quarter
## 30855 Between Magazine & St. Charles Ave.
## 30856 Romantic Guest House Getaway
## 30857 A Lovely Place to Stay
## 30858 Spacious room in Culver City
## 30859 WOW 2 mi to Magic Mountain VALENCIA
## 30860 Warm your toes by the fire!
## 30861 Cozy loft in Chelsea
## 30862 Loft Deluxe
## 30863 Sweet, Safe, bright room, all yours - Soho/LES
## 30864 Penthouse HUGE balcony on Lex(1BR)
## 30865 Brooklyn Stay
## 30866 1 bedroom in a 2 bedroom apartment
## 30867 Luxurious and Historic in East Nash
## 30868 2+2 Mid-Century Modern +++Stunning Panoramic Views
## 30869 Private Room. Great location Venice
## 30870 Cozy cottage with spectacular views- Cottage A
## 30871 Convenient Cozy L. A. Apartment
## 30872 Peppermint Pool House, Spa and More
## 30873 Cute Vintage Apartment 1BD/1BA
## 30874 Studio • Simple Living • Heart of Hollywood
## 30875 3 Bed/2.5 Bath, 2400 SF, on 8 acres
## 30876 House ‘o Bliss
## 30877 Country Cottage in Hyde Park
## 30878 E1 Five mins from airport
## 30879 ★★Best location★★ Cozy Studio next to The Empire!!
## 30880 Beautiful, light-filled 2BR Apt in South Slope
## 30881 Modern Luxury Lincoln Center MidTwn
## 30882 Private "country" Room - Central Williamsburg
## 30883 One Private Bedroom in J.P.
## 30884 Peaceful and Quiet Hollywood Hills
## 30885 Urban-Cozy-Colorful Guest Studio
## 30886 Charming 1BR in Los Feliz/Hollywood
## 30887 Great Large 3b3b condo HOT! HOT!
## 30888 The Hollywood Hills Villa
## 30889 Business or Leisure - 1BR/1BA in Prime Area @DTLA
## 30890 Private Room in Venice Beach
## 30891 Lux 4 Bedroom 3.5 Bath Home in Chicago w/ Parking
## 30892 Ideal location for business or fun!
## 30893 Beacon Hill, Charles St, MGH, Red T
## 30894 Cozy Room Close to Town
## 30895 Hartford River Cottage
## 30896 The Royal Elysian - Elysian Suite
## 30897 In-Law Apt with Garage
## 30898 Bright and Sunny Studio Apartment
## 30899 Stylish, Comfortable, and Affordable in Brooklyn
## 30900 Shared room (Bed 1)
## 30901 Spacious rooms on Central Park East
## 30902 Large studio in great location!
## 30903 Charming 2BR apt in Times Sq
## 30904 Beautiful 1 BR apt. by Central Park
## 30905 Lavish upper west side by Central Park
## 30906 Williamsburg/Billburg/The Burg
## 30907 First Floor-Private Guests' Apartment w Backyard
## 30908 Charming Furnished Private Room
## 30909 Quiet Bedroom In East Harlem
## 30910 Brand-new garden studio in Bushwick
## 30911 West Village designer studio
## 30912 Cozy House, Free parking, 8 Minutes to DC JazzFest
## 30913 2 Bedroom Classic Brownstone Oasis
## 30914 Cosy Vintage Home Capitol Hill
## 30915 Backyard studio, quiet neighborhood
## 30916 Capitol Hill - Quiet/Great Location
## 30917 Adorable Pacific Heights 1 Bedroom
## 30918 Sunsets Over the Pacific w/ Private Bath
## 30919 Westside Garden Studio
## 30920 Stunning Townhouse with POOL!
## 30921 Attic in Echo Park Hillside House
## 30922 New Apartment Queen Size Bed
## 30923 Beach House: Steps from beach and mins. to shops
## 30924 Interior Designer's Dream Retreat Loft
## 30925 Spacious Studio Apt - West LA
## 30926 White House West
## 30927 Your Venice Beach // Marina Sanctuary
## 30928 Cozy West Hollywood Apartment
## 30929 A bedroom in a country resort house
## 30930 Downtown New Orleans
## 30931 Where Music City Meets Nature
## 30932 (Downtown in 15min) Portage Park
## 30933 Great location, clean apartment!
## 30934 Cute place in authentic Pilsen
## 30935 Cozy, Clean + Quiet Private Room
## 30936 Malibu Olive Grove Cottage. Vistas!
## 30937 North Hollywood Luxury Apt Suite
## 30938 Historic 1895 Greene & Greene
## 30939 WOW 2mi to Magic Mountain VALENCIA2
## 30940 Plan C Art Hostel 700.00 for the whole festival
## 30941 Bedroom on Sunset and Silver Lake
## 30942 private room#2 in Mo's house
## 30943 West End 12th Floor: by Spare Suite
## 30944 Sunny Humble Abode
## 30945 Emergency Futon backup
## 30946 Close to train ☆ King Bed ☆ "Smart" home ☆ Music!
## 30947 Cozy Clutter Free Clean & Hotelesk
## 30948 Rockridge Delight
## 30949 SPACIOUS-COZY-STEPS TO THE BEACH-2BD/3BA
## 30950 Comfortable,Cozy, Close to it all!
## 30951 POOLHOUSE PALAZZO - NR DOME, CONV CNTR, FQ
## 30952 Studio in Sylvan Park
## 30953 Contemporary Luxury Garden Home
## 30954 Local living in Treme, steps to Quarter and beyond
## 30955 DRIFTER INN
## 30956 Stay at the CozySuite Fortress
## 30957 Villa Astoria I (Private 3rd Floor - 2 Rooms)
## 30958 Great BedRoom in Hell's Kitchen
## 30959 Great, Sunny one bedroom loft by Soho House!!!
## 30960 Cosy Large Bedroom Park Slope
## 30961 Ideal 1 bedroom apt 4 kids and friends
## 30962 Brooklyn Modern Home
## 30963 Beautiful 1 bed in very amazing location
## 30964 Beautiful Central Park 2BR Apt
## 30965 Bi-level Loft with a Private Garden
## 30966 Newly Renovated Designer's Loft in Williamsburg
## 30967 Charming West Village Apartment
## 30968 A cozy 1 bedroom in heart of Logan Circle
## 30969 Quiet Stay In Overlook
## 30970 Potrero Suite: Lux 2BR Fantastic Views + Hot Tub
## 30971 Dbl Bed In a Shared Dorm @Hostel #1
## 30972 Private bed/bath in Ballard
## 30973 Cozy private cottage by light rail
## 30974 Hot Spot!! Lake View, by Hula Hut!!
## 30975 3bed / 2ba HOUSE near Downtown
## 30976 Old World San Francisco Charm
## 30977 Bright, Cheerful 1BR Near Presidio
## 30978 Tropical Ambiance 3 min to Town #3
## 30979 Beautiful Room -Jade- Near Goldn Gate Park & Beach
## 30980 Sunny SF Home W/Ocean & City Views From Bedrooms
## 30981 Panoramic Water Views - 6bd/3ba
## 30982 Amazing view of Space Needle
## 30983 The GaMe! Georgetown Foggy Bottom 2BR, 5 beds BET
## 30984 Charming Uptown Cottage
## 30985 Comfy, Private Unit in St. Roch!
## 30986 Modern Cozy 2 bedroom condo
## 30987 Comfy cottage with king size bed!
## 30988 BRAND NEW! Hollywood Luxury Loft!
## 30989 Hollywood Cottage 1 Bedroom Free Parking I
## 30990 Affordable Garden Home
## 30991 Cozy Apartment in Downtown
## 30992 Modern Hollywood Hills Serenity
## 30993 59 Second Walk to Beach! A Secret Gem, The Monocle
## 30994 1000 sq ft Downtown Nashville Condo
## 30995 Central Denver Cozy Private Suite
## 30996 Modern Guest House in Highland Park
## 30997 Nice mid-century home in North Los Angeles.
## 30998 Luxury condo, steps away from the beach
## 30999 Spacious Entertainers House blocks from Staples
## 31000 Private Back House with backyard
## 31001 Spacious Room in Rowland Heights
## 31002 洛杉矶华人区独立house房间
## 31003 Comfortable Condo Steps from Park
## 31004 IDA'S 2720 (2F)
## 31005 Beautifully Appointed-Centrally Located-BOOK NOW!
## 31006 Nice South End Condo.
## 31007 Beautiful W. Hollywood Condo
## 31008 NEW Incredible Hollywood Penthouse, City Views
## 31009 Budget Private Hollywood Room w/55"TV/Wfi/Netflix!
## 31010 Hollywood Jetliner Views
## 31011 Your Own Private Resort
## 31012 Beautiful room in big apartment near Santa Monica
## 31013 Chic Townhome with Private Master Suite
## 31014 Modern Silver Lake Escape
## 31015 Great Location Studio
## 31016 Basement Bungalow -Garden Apt.
## 31017 Tuscany Room and Bath for Rent
## 31018 Temple City天普温馨雅房2
## 31019 Prime Location, Walking Distance, Luxury Suite
## 31020 GREAT LOCATION Private Sunset Strip + 3 Bds 2 Bth!
## 31021 Vintage Spanish Flat in heart of SD
## 31022 Cute North Park Craftsman Cottage
## 31023 700sqft Walk Out Patio near Haight Ashbury
## 31024 Sleep and work space in downtown
## 31025 CONVENIENT and COMFORTABLE APARTMENT
## 31026 Charming Private Suite in SoBro
## 31027 Central Spacious Triplex Apartment
## 31028 Stay next to TimesSquare & Broadway
## 31029 Sunny, comfortable LES apartment for two guests
## 31030 Gorgeous 2 bedroom in Trendy Lower East Side
## 31031 Private Quiet Apartment in LES
## 31032 PrivateGardenLoft 7 min 2 Manhattan
## 31033 Lovely 1 bdrm in Prospect Heights!
## 31034 Windy City Lux- A Gem in the Clouds
## 31035 Beautiful Loft in Chicago
## 31036 Fantastic Location! Deluxe 3 Bd/2Ba condo
## 31037 Inexpensive, Convenient, Private Apartment
## 31038 Room #1 Business in the Windy City
## 31039 Cozy bedroom 1 block from Canal St. in a new home
## 31040 The Chicken Coop in Sylvan Park
## 31041 Bungalow in the Heart of Hollywood
## 31042 Quiet Oasis in Historic Square
## 31043 BEST LA LOC Hollywood Studio Apt
## 31044 California Cottage
## 31045 Laurel Canyon Guest Unit With Private Entrance
## 31046 Stunning 3BD SaMo Beach House!!!
## 31047 Private Condo with Great Bathroom
## 31048 All 3 years new beautiful spacious pool home
## 31049 2 Bed 2 bath Modern Cape Code Oasis 2
## 31050 Hyde Park Hideaway
## 31051 Large East Austin 3BR/3BA Home with Google Fiber!
## 31052 Convenient for Downtown Activities
## 31053 Lakeview 1-BR! Incredible Location!
## 31054 Beautiful king bedroom in NW Austin
## 31055 Private Master Suite, Bath, & Entrance. Villa Room
## 31056 Hollywood Studio
## 31057 Room with Ocean City Panorama View
## 31058 The SunnySide - Stay on the Bright Side of Town
## 31059 Spacious 1 bdrm apt in the heart of Hollywood
## 31060 Penthouse condo in Green Hills
## 31061 Yoga Studio Included in this Stay!
## 31062 East Nashville 2 BR near downtown!
## 31063 Corner Condo in Melrose w/Pool-5 Min from Downtown
## 31064 Mid City Retreat sleeps large groups
## 31065 Entire Place - Mountains View Apt in Downtown
## 31066 North Park Hidden Treasure - Duplex
## 31067 Santa Cruz Beach escape
## 31068 Charming Room by Convention Center
## 31069 Private bedroom & bathroom in condo
## 31070 DC Anacostia-7 mins to US CAPITOL, FREE PARKN!!
## 31071 Guesthouse in Central Austin
## 31072 Huntington Heights Hacker Haus (H4)
## 31073 Arcadia阿凯迪亚学校公园图书馆旁2洁静居窒康斗,适合家庭伴游居住
## 31074 New studio !with the entire rental private enter。
## 31075 Beach House, Steps to the Sand
## 31076 One bedroom in bright 3-bedroom home
## 31077 Luxurious Suite in Hollywood!
## 31078 Quaint Guesthouse in Mid-City LA
## 31079 JPL/Bike/Caltech/Cov Ctr/Queen Bed
## 31080 Cozy Venice 2bed,Steps to Boardwalk
## 31081 Beautiful & Spacious West-Hollywood
## 31082 1 Bedroom Walk to Vanderbilt & Belmont!
## 31083 Simple Place to Lay My Head
## 31084 Charming 1920s Apt ... with a cat!
## 31085 Perfect retreat, Alberta Arts, hbrd
## 31086 Basement Apartment - Separate Kitchen & Bathroom
## 31087 Hottest Downtown Address, Pool! MT2
## 31088 Contemporary SF - Private Bath #2
## 31089 Centrally located studio
## 31090 Coronado Ave Cliffs Sleeps 5+
## 31091 Shaw Condo Skylights+Roof Deck+Cathedral Ceilings
## 31092 Lovely Home - pool-3 mi to Downtown
## 31093 Enjoy Rm in Artist's Hm N BEST AREA
## 31094 Private, cozy space in North Austin
## 31095 Chicago Apartment with Deck on Northside w/Parking
## 31096 Airy Studio Top of Beacon Hill
## 31097 Cozy room in beautiful Alberta Arts
## 31098 Private Studio-Pool,Spa, Bike,BBQ
## 31099 3 bedroom on Ocean Front Walk
## 31100 Life's a Beach
## 31101 Private room&own bath in cozy Bernal Heights home
## 31102 RESORT HOME W/ GORGEOUS OCEAN VIEWS
## 31103 Charming spacious room in Victorian house
## 31104 Cozy downtown Apt, 2 blocks from Metro, Sleeps 5
## 31105 Nice room in Penthouse in Lakeview
## 31106 Cozy front room off the beaten path
## 31107 Sunny, Top Floor 2BR with Views
## 31108 Modern Loft Condo near downtown
## 31109 2B & 1Ba Village Home, Walk to 5Cs
## 31110 Hollywood Guest Cottage
## 31111 Charming Private 1 Bed/1 Bath Lakeside Apt
## 31112 Sunny&Peaceful 1 BR- Clinton Hill
## 31113 Beautiful 1-Bedroom East Village
## 31114 SPACIOUS ROOM W/ PRIVATE BATHROOM
## 31115 The Vintage Getaway!
## 31116 Great location Hayes Valley Futon
## 31117 Suite Retreat 2 Bdrm Home Near Transit Sleeps 5!
## 31118 Bright + Spacious Capitol Hill Home
## 31119 Sunny & spacious luxury townhome A+ Location
## 31120 Peaceful, Sunny Zayante
## 31121 Sunny Home w/ Views in Wallingford
## 31122 Completely Private Charming Peaceful Garden Cabin
## 31123 New apartment with backyard patio
## 31124 Parking, Metro, WiFi, Walmart +More
## 31125 Hip Luxury Loft - near Conv. Center
## 31126 Private Room next to 1 train in a townhouse.
## 31127 PRIVATE ENTIRE FLOOR - 2 ROOMS!
## 31128 Quiet apartment in Sunset Park!
## 31129 Penthouse 3BR/2.5BA Private Roof Sleeps 8/NYC
## 31130 Amazing 1brm in the Best Location
## 31131 Luxury Apartment at Times Square
## 31132 Cozy 1 bedroom! Lots of convenience
## 31133 Sunny Bohemian Tasteful East Harlem
## 31134 Private room with detached private bathroom
## 31135 CLEAN,SPACIOUS,CONVENIENT,FiDi/NYC Apartment
## 31136 Room for rent in Astoria
## 31137 Beautiful Spot on Manhattan Ave.
## 31138 Beautiful modern 2 bedroom
## 31139 Bienvenue
## 31140 Quiet, private room with key, near Manhattan. 85s1
## 31141 Comfy and Charming Bedroom in NYC
## 31142 Cozy and inexpensive private room
## 31143 Small private room-JFK & Subway
## 31144 Lofted Studio in New Building
## 31145 Huge BRIGHT Lower East Side Penthouse Artist Loft!
## 31146 Bedstuy #3 Bedroom sleeps 3
## 31147 SoHo Suite | Kitchen | Private Bdrm
## 31148 Private 3 guest Queens-RIdgewood 8R
## 31149 Comfy stay in the heart of NYC!
## 31150 LUXURY ONE BEDROOM IN THE HEART OF NEW YORK CITY
## 31151 Cute Room in Brooklyn Close to METRO
## 31152 Sunny Cabin on Top of Brooklyn!
## 31153 Cozy room 5 min away from JFK
## 31154 Queen bed in a Sunny 1 Bdrm Apt
## 31155 Huge Brooklyn Backyard Studio
## 31156 Cozy
## 31157 #2 Cozy & Large, Metro, JFK! A/C
## 31158 Perfectly Located West Village Loft
## 31159 Huge W. Village 1BD near Subway!
## 31160 CHARMING CARROLL GARDENS APT.
## 31161 Skyline View Piano Room
## 31162 Bright, Clean Room in the East Village
## 31163 A Safe & Pleasant Time in NYC, 2
## 31164 Large, Luxurious Chelsea Studio NYC
## 31165 Chic Chelsea Apartment with terrace
## 31166 Fashionable Flat Close-In East Side
## 31167 Private entrance,kitchen and parking
## 31168 Spend time in La Jolla UTC by UCSD
## 31169 Spacious & light-filled 1BD/1BA
## 31170 Cozy Convenient Capitol Hill Studio
## 31171 Panoramic Views! 2BR, 2BA
## 31172 Spacious, Quiet 1 Bedroom
## 31173 Excellent East Village Apartment
## 31174 Prime Park Slope Apartment
## 31175 Violet Sunset Room
## 31176 Cozy and bright one bedroom apartment .
## 31177 Cutest kitty lives here by JFK
## 31178 Private, quiet room in 3BR home
## 31179 Cozy Oakland abode near Temescal
## 31180 New, quiet, and downtown
## 31181 Convenient & Quiet in SE Portland
## 31182 Private room queen bed in Sellwood.
## 31183 Private Room in Bright & Cozy Mid-Century Home
## 31184 Lovely Studio in the Pearl District
## 31185 Cozy room in a quiet area w/ private bathroom
## 31186 Sunny Potrero Townhouse "Nest"
## 31187 Large Room with Bath and Bay View
## 31188 DOLORES HEIGHTS AERIE
## 31189 Charming Normal Heights Bungalow
## 31190 FRIENDLY, COZY, NEAT PRIVATE ROOM
## 31191 Quiet central Austin room with bath
## 31192 Downtown, minutes from everything.
## 31193 ATX Quaint & Cozy Downtown Loft
## 31194 Beautiful New Loft Downtown Boston
## 31195 Stunning townhouse in Park Slope
## 31196 BEST LOCATION Center Manhattan direct subway JFK
## 31197 Modern 1BR Flatiron Gem Walk to Times Square
## 31198 Sunny & Quiet Apartment in the heart of Manhattan
## 31199 Sunny, modern 1BR in Crown Heights
## 31200 Luxurious Sunny and Chic East Village Space
## 31201 Amazing Brownstone Apartment
## 31202 Quite 2 bedroom apt. in Brooklyn
## 31203 Comfy Bedroom: Zilker near Downtown
## 31204 comfy 1br private bath in South Austin
## 31205 Stunning and Spacious in City Center
## 31206 2nd floor, 2 story in Beacon Hill
## 31207 Deck n BBQ, 420 Friendly, PRIVACY
## 31208 Private Downtown 3 Bedroom Loft
## 31209 Whole apartment close to McCormick!
## 31210 Beautiful room in the Heart of Hollywood!!!
## 31211 Echo Park Hills
## 31212 StayInLA Private Rental 2B
## 31213 Jen's Garden Guest Room
## 31214 CBD 2BD/2BTH Condo - Walk to all the sights! -204
## 31215 Never Miss a Moment
## 31216 1bd house by Max across from park
## 31217 Quiet Retreat
## 31218 Bright 3 BR DC Home Only 2 Minutes Walk to Metro!
## 31219 Inner Sunset 3BD Updated Edwardian
## 31220 Historic Home, Prime Location, View
## 31221 Cottage 3-The Seaview Lookout
## 31222 Family Friendly House in Del Mar
## 31223 Bushwick 2 bdrm near JMZ train stop
## 31224 Nice room, nice neighborhood
## 31225 BR by Prospect Park & subway/metro
## 31226 Soho Suite - Prime Location!
## 31227 Sunny bdrm / Amazing location
## 31228 Beautiful UWS/Central Park 1 BR
## 31229 Spacious 1BD in lovely Clinton Hill
## 31230 Bedroom in Eclectic & Peaceful Home
## 31231 HIPPIE Happy Dormitory
## 31232 Designer loft in hip Williamsburg
## 31233 Bushwick Oasis
## 31234 Private loft close to train
## 31235 Awesome Private Bedstuy Room
## 31236 Hell's Kitchen/ Time Square 1 Brm Convertable 2
## 31237 Beautiful & Cozy One Bedroom Apt
## 31238 Sexy Bedroom near Central Park!
## 31239 Sexy loft. BEST location! UWS. By C Park & Subway
## 31240 Renovated Spacious 1BR Upper West
## 31241 Amazing 2 Bdrm w/ Sofa Sleeper in heart of Harlem
## 31242 Private room in Prime West Village!
## 31243 Spacious & Hip LES 1brm w/Private Outdoor Deck!
## 31244 Cozy Studio in Prospect Heights
## 31245 Beautiful Park Slope apt w garden
## 31246 Stay in vibrant Williamsburg!!
## 31247 The Most Affordable 3BR Apartment
## 31248 Stunning Designer Loft in the heart of Chelsea
## 31249 Sunny and Clean room in Brooklyn
## 31250 Cozy Comfortable Room, East Village
## 31251 1 Bedroom Garden Apartment, Harlem
## 31252 Relaxing Elegant Room Visting NYC Newly Reno!
## 31253 Sunny Brooklyn Loft!
## 31254 Comfortable Williamsburg Bedroom
## 31255 Artist LOFT
## 31256 COZY, Neat treat in the City!
## 31257 Modern West Village One Bedroom
## 31258 HUGE LUXURY 2BD/2B, 7mn TO TIME SQR
## 31259 Private Room in Sunny & Spacious WaHi Retreat
## 31260 Charming room in E. Williamsburg BK
## 31261 Shared Studio #1 - For Women
## 31262 Charming Private Astoria Apt. 10 Min To Manhattan!
## 31263 Spacious Brooklyn Split Level
## 31264 Experience NYC in Style
## 31265 Charming 1 Bedroom Brooklyn Apt
## 31266 Great 1 Bedroom in Brooklyn, NY
## 31267 Clean, Garden View private room in Astoria/Ditmars
## 31268 Roof, Convenient, Sunny
## 31269 Portland Close to Downtown & Airport!
## 31270 Above the Studio Loft
## 31271 Lovely comfy/cozy room in 3 BR home
## 31272 Los Feliz / Silver Lake - home away from home
## 31273 Private Room blocks away from Sunset Juction
## 31274 Darling 3 Bdr Echo Park House
## 31275 Cozy 2br House in Heart of LA +Patio/Parking
## 31276 Private room & centrally located
## 31277 Trendy 2 bdrm 1 bath 2nd flr Apt off blue line
## 31278 Beautiful Town House In Glendale
## 31279 Your Home Away from Home
## 31280 Cozy 1/1 Next to Pease Park; Close to Downtown
## 31281 Centrally Located 3bed/2bath Los Angeles home
## 31282 Hip Studio Smack Dab in K-Town!
## 31283 Malibu Beachfront Paradise OceanView Apartment C.
## 31284 Cozy Guest Room - NoHo Arts
## 31285 Spacious High Ceiling Artist LOFT
## 31286 Southern Ca Charm
## 31287 Quaint, Immaculate West LA Studio
## 31288 Walk to the Grove and LACMA
## 31289 ☆ Home Away From Home ☆ Parking ☆ Walk Score 87 ☆
## 31290 BRAND NEW Loft - Hollywood Walk of Fame - 2 QUEENS
## 31291 The Townhouse on Magazine (Lower Garden District)
## 31292 Cozy room, bicycles for use! NOLA!
## 31293 Hampton Hideaway - Green Hills
## 31294 Hip Riverbed Retreat & Home!!!!
## 31295 WATERFRONT ON LAKE TRAVIS!!! Kayak, fish, & swim!
## 31296 The Bucktown Cottage:Spacious, Easy-Access Getaway
## 31297 DEFINITIVE DENVER: Sunnyside 3BR!
## 31298 The Crescent House
## 31299 A+ Area, 8 Beds, Near Downtown,Golf
## 31300 The Happiness House-JazzFest/FQ 10 block walk!
## 31301 Private room in clean Glendale on the border of LA
## 31302 Spacious rustic loft bedroom
## 31303 Charming Private Room- 3 Miles from LAX
## 31304 Beverly Hills retreat. Private, cozy & convenient
## 31305 Silver Lake Cottage
## 31306 Super-Comfortable Private Bedroom
## 31307 Private Lower Level Loft (basement)
## 31308 On the Hill.
## 31309 Classic 3 Bedroom Chicago Home with Free Parking!
## 31310 East Austin Home
## 31311 SOLA Bungalow Minutes From Downtown
## 31312 Lower Mills Victorian Home SuiteTwo
## 31313 Downtown Cottage Walk to BART
## 31314 Spacious Studio in Hells Kitchen - Near Time Squar
## 31315 Midtown Private Oasis Fits 8
## 31316 Private Room in Dumbo Loft
## 31317 Private Bed RM near Brooklyn Museum
## 31318 Modern 1BR w/ Gorgeous Balcony View
## 31319 Sweet 1 BR APT in New York - quiet and safe area
## 31320 Modern meets charm in Midtown-1BR!!
## 31321 East Village Manhattan NYC Bedroom!
## 31322 Bright and Beautiful Midtown East!
## 31323 Sunny and spacious in Sunset Park
## 31324 2 Bedroom West Village Hideaway
## 31325 Gorgeous huge loft in Bushwick
## 31326 Spacious house with big backyard inner SE Portland
## 31327 Prvt Room & Bath - Light Rail Close
## 31328 Spacious Modern Attic Loft - 7 minutes from Metro
## 31329 Live DC like a local right on Capitol Hill!
## 31330 Brand new apartment & garage gym, 3 blks to metro
## 31331 Poolside Retreat Aptos Hills
## 31332 2nd Floor Main Bed&Bath in Large Clean Home
## 31333 Desert-Chic Casita w/hot tub
## 31334 4 BR/3 BA Victorian in Top Location
## 31335 Spacious and Bright U St/Shaw Apt
## 31336 Beautiful home on the Bay & Beach
## 31337 Master bedroom w/half bath WiFi/Cable TV
## 31338 Skyview Ranch 1 Bdrm Apt w/ Fireplace Amazing View
## 31339 Hiking/Tourism/History/Sports/Art
## 31340 La Boheme de Marigny - Historic Creole Cottage
## 31341 CJ's Urban
## 31342 2 BR Nature Retreat- Stunning Views
## 31343 Awesome, Comfortable Studio in Los Angeles
## 31344 Artist Beach House
## 31345 W Hollywood Bedroom w/ Bath
## 31346 Entire Cozy Beach Duplex
## 31347 Stay in 5pts- 5 min from downtown
## 31348 Private bedroom in Broadmoor section of Uptown
## 31349 15min From Downtown + Must See Amenities
## 31350 Modern studio apt. near downtown
## 31351 Large sunny 2BDR LOFT near DOWNTOWN
## 31352 Cheesman Park - 1BR with huge deck!
## 31353 6 Bd 3.5 Ba in Historic Bronzeville
## 31354 Charming Room in 3 BR Lovely Home
## 31355 North Park Urban Room
## 31356 Comfy King in a restored Edwardian
## 31357 Cozy 1BD with Parking included
## 31358 Gorgeous Sunny Room in Victorian Home
## 31359 Amazing City View 4 Bedrooms House
## 31360 Cap Hill Mid-Cent. Modern Apt.
## 31361 Spacious Green Lake Suite
## 31362 Great Downtown View from Queen Anne
## 31363 Quiet Room, 2-mile to downtown
## 31364 Room in Mt Pleasant Row House
## 31365 Charming Capitol Hill Studio - Amazing Location!
## 31366 DuPont Top Floor 1BD Great Location
## 31367 Merchant House Venice
## 31368 Beautiful Home near Santa Monica
## 31369 Downtown view in an inspiring place
## 31370 LA Dream
## 31371 Large Private Room in Peaceful Venice House
## 31372 Artist Oasis near Venice Beach w/ beautiful garden
## 31373 Hollywood Hills Stunning View Home
## 31374 Master Room @ Victorian Style House
## 31375 Amazing Mid-Century in the Hills
## 31376 Bright, private room w/ sep. entrance near Venice
## 31377 Private lovely home minutes fr Universal/Millenium
## 31378 Feel at home in Music City
## 31379 Plan C Art Hostel 700.00 for the entire festival
## 31380 Garden In-laws with patio and view
## 31381 Queen Size Pod in DTLA
## 31382 1 room/Brentwood,UCLA w/parking
## 31383 Malibu Canyon Resort Living
## 31384 The Yellow Door Studio
## 31385 LG Studio + 1 Full BA near Wiltern
## 31386 Modern & Elegant 1b/bath location++
## 31387 Master Bedroom Suite with Own Bath
## 31388 Bright and Modern 2BD/2BA Apt. +Parking
## 31389 Historic Irish Channel Renovation
## 31390 TWO BEDROOM APARTMENT
## 31391 Spacious, well-located 2-bed apt
## 31392 Edgewater escape, charming 2 BR
## 31393 Private Rm with Own Bathroom
## 31394 *Whimsical Downtown Condo*
## 31395 Eastside Flats Upper Flat
## 31396 3rd floor room in Victorian House
## 31397 Sunny and Quiet top floor #8
## 31398 New Craftsman Blocks to Beach
## 31399 Home in the heart of West Hollywood
## 31400 Charming Ravenswood Condo near the Brown Line
## 31401 Chez Peg
## 31402 Bright 1 Bedroom near Downtown
## 31403 Luxe/Central/Sleeps 4!
## 31404 NEW!! Gorgeous HOLLYWOOD Flat *LB2
## 31405 Hollywood Royal Classic Vintage
## 31406 Private Furnished Master Bedroom
## 31407 Large, Private Room Near Pepperdine
## 31408 Craftsman Bungalow Attic
## 31409 New listing, experienced host!
## 31410 Cozy Condo!
## 31411 Greenwich Village Greenhouse Apt
## 31412 Great Stay in the Heart of Greenwich Village
## 31413 New Sunny 3 Bedroom Condo - NYC
## 31414 Manhattan,New York,NY
## 31415 View of Empire State Building!
## 31416 Deluxe Studio ,Herald Square
## 31417 Williamsburg - country house in NYC
## 31418 Private 1br,1ba Apt. Comfy + Quiet
## 31419 Entire 2 Bedroom Apartment in Williamsburg
## 31420 2 bedroom duplex loft, downtown
## 31421 Private Room Attached to Backyard
## 31422 Sunny room Close to Central Park
## 31423 GREAT APT 1 MINUTE WALK TO TRAIN!!!
## 31424 Sunny Vintage Room in Brooklyn
## 31425 Big room close to Manhattan and La Guardia
## 31426 New 1BR apartment. Close to Train and City!
## 31427 Home, Sweet Home!
## 31428 Cozy renovated studio
## 31429 3BR Apartment in Unbeatable Chelsea Location
## 31430 Gorgeous Pre War Sanctuary - 1 block from Union Sq
## 31431 Sunset Retreat - Top Floor Oasis
## 31432 Private Bedroom in Brooklyn
## 31433 completely independent tiny studio
## 31434 Beautiful Downtown Austin home 3 beds 2 bath
## 31435 Beautiful Contemporary in Willamette Heights
## 31436 Cool Kenton, King Bed, Hot tub, MAX
## 31437 City Farmhouse-Children's Hosp.- UW
## 31438 Private Castle in Pacific Heights
## 31439 Private Room in Chic Nopa Flat
## 31440 Cool, Fast WIFI walk to UW (14)
## 31441 Modern 1BD Near Metro & Convention
## 31442 Sunny Private Room in Petworth
## 31443 Rowhouse in the Heart of Capitol Hill
## 31444 SF Hotel Studio: Union Square (2)
## 31445 Home sweet home-away-from home!
## 31446 Cozy 1BD w/bath; parking included
## 31447 Secluded Setting in North Seattle
## 31448 La Jolla Kid Friendly Beach House
## 31449 DRIFTER INN Rockaway Beach
## 31450 Big quiet room in Upper East Side
## 31451 New 4bd room/3 bath w/private roof
## 31452 Charming Hell's Kitchen bedroom
## 31453 BestLocation MidtownManhattan 3Bed, 7m walk TimeSq
## 31454 Beautiful sunny room with backyard!
## 31455 Modern Studio Loft in Downtown NYC
## 31456 Capitol Hill 1BR Kitchen & Balcony
## 31457 Charming Home in Sunny Mission
## 31458 Elegant Dupont Circle Townhouse
## 31459 BROOKLYN LOFT☆historic brown stone
## 31460 Room With A View - BedStuy
## 31461 large room with its private bathroom in nice house
## 31462 Lovely 3 BD House on Capitol Hill
## 31463 Cute loft by Zilker Park near DT
## 31464 Private room in peaceful space
## 31465 Quiet 80s/Park 1 Bed w Smart Pricing On!
## 31466 Private Room in Very Convenient Location
## 31467 Brand New/Stunning 2 Bedroom next to Times Square
## 31468 Urban sanctuary near Bedford L!
## 31469 Brooklyn's Coolest One Bedroom
## 31470 Charming Williamsburg 1 BRM
## 31471 Sunny & Charming in Williamsburg
## 31472 Your own house in NYC
## 31473 Experience NYC thru this Great Apt!
## 31474 Cute private room in new apartment
## 31475 Darling Midtown Getaway byTimes Sq.
## 31476 Beautiful North Park Slope 3 Bedroom Apartment
## 31477 Large Room in Spacious NYC APT!
## 31478 Charming Fort Greene Studio
## 31479 Mid-Century Home Away From Home
## 31480 Cozy Uptown Condo
## 31481 DOWNTOWN SPACIOUS STUDIO 5MIN TO MOST ATTRACTIONS
## 31482 1 BR Bucktown/Wicker Park Apt. - Great Location
## 31483 Zen Den Garden Apt - Lincoln Square
## 31484 Stunning 3 Bedroom Charmer, PERFECT LOCATION!
## 31485 Updated March 2015 1 bdrm apt
## 31486 Perfect Beach Studio - 2 miles to Venice Beach!
## 31487 sexy 1 bedroom apartment
## 31488 Cozy, quiet 1BD/1bath FREE parking
## 31489 MINI-MANSION IN HOLLYWOOD HILLS
## 31490 U8 private room with self check in even at late hours in downtown
## 31491 Home with amazing view
## 31492 Restaurants/Grocery/Parks/Bike lane
## 31493 Heart of Nashville & 5 Points
## 31494 Cheery Apt in mid of NOLA sleeps 12
## 31495 Cozy Historic Cottage (The Sunshine House)
## 31496 Quiet Uptown Carriage House
## 31497 Gentilly house, 3 blks to Jazz Fest
## 31498 Lovely Uptown Arts and Crafts Home
## 31499 Clean and Huge Studio in Safe Area
## 31500 Friendly 1BR avail - Cloisters & Inwood Hill Park!
## 31501 ★Brand New★ East Village,#F, Free W/D
## 31502 Bright West Village Studio
## 31503 Loft Suite @ The Box House Hotel
## 31504 Cheerful 1 BD in Harlem, New York
## 31505 Bright +Modern Midtown River / Times Square Luxury
## 31506 20m to Manhattan (Subway or Train), 1 BR APT
## 31507 Studio APT in private townhouse!
## 31508 The Bay Area At It's Best (Unit 4)
## 31509 Cozy Room by Kaufman Studios
## 31510 Chelsea 2Bd Penthouse+Outdoor space
## 31511 BIG 1BR Chelsea Apt + Balcony
## 31512 Garden Cabin/BA w/Hot Tub near BART
## 31513 Cozy Harlem Stay
## 31514 Home away from home on Atlantic
## 31515 Time Square! 2 Fully Furnished apt!
## 31516 Wall Street New York
## 31517 Nice 1 Bedroom Apt.
## 31518 Luxury Studio Downtown SOMA
## 31519 Master Bedroom- Luxury Building Financial District
## 31520 Room with spectacular Bay views
## 31521 Beautiful Room -Ruby- Near Goldn Gate Park & Beach
## 31522 Blue Nautical Room w/Breakfast
## 31523 1BR/1BA 5min Walk to Pike Place Mkt
## 31524 Modern Fremont Guest Room
## 31525 *On Alberta! Modern Artist Loft w/ Rooftop Views!*
## 31526 Spacious Private Portland Getaway
## 31527 Heart of Division Retreat - New listing
## 31528 Lovely view condo near BART/Mission
## 31529 Capitol Hill Townhouse
## 31530 Gorgeous Row House 4 BR Parking & Walk to Metro!
## 31531 Peaceful Basement Bungalow
## 31532 Huge 2 BR Apartment - Cap Hill!
## 31533 King and single bed. Private entry
## 31534 **Be in the MIDDLE OF EVERYTHING!*
## 31535 Pacific Heights - Lafayette Park
## 31536 Convenient, comfy 1BR on UpperWest!
## 31537 Spacious Private Upper Unit w View
## 31538 Heart of the West Village!
## 31539 Brooklyn Zen Gem Spacious Bedroom
## 31540 Spacious Loft Apt (Entire 2nd Floor)
## 31541 Open loft in the heart of Union Sq.
## 31542 Near Central Park, Large 2 BR+Futon
## 31543 Apart in the middle of LES, SoHo
## 31544 Soho One bedroom
## 31545 Charming private space with patio
## 31546 Cozy chic studio in SF city center
## 31547 Beautiful Home Near Dolores Park
## 31548 Sunny home, free parking, near BART
## 31549 Private light, minimalist room
## 31550 Newly Refurbished Apartment (2BR)
## 31551 Well-located studio with character
## 31552 Sunlit with easy access downtown!
## 31553 Lovely Back Bay Pearl 1BR
## 31554 Dope Artist Loft near Hollywood
## 31555 Thompson Place
## 31556 Cozy, Comfortable Pasadena Flat
## 31557 Light, Bright and Cozy Room~
## 31558 Atwater Village Cottage
## 31559 Hollywood Bungalow w/Yard
## 31560 Cozy apt, Hilltop Sunset Boulevard.
## 31561 Baronne Beauty! Close to St Charles Ave!
## 31562 Perfect Pied-a-terre
## 31563 Perfect Downtown Chicago Location
## 31564 Andersonville Character
## 31565 Duplex in fantastic neighborhood!
## 31566 SALE Luxury 2br/2ba/LOCATION PRKG!
## 31567 Ballard Townhouse Near The Locks
## 31568 2 Bedroom Mission Valley-Amenities!
## 31569 large 2 bdrm studio nearUW. PetsOK!
## 31570 PB, parking, location, long term SP
## 31571 200-Surf Stars Penthouse
## 31572 Gorgeous Bottom Bunk w/ Privacy in Canopy nr Beach
## 31573 Heart of Hawthorne - blue room
## 31574 SouthWest Waterfront Home
## 31575 Dupont Circle One Bedroom Apartment
## 31576 Cozy Cottage Near Airport/Downtown/Opry
## 31577 Minnie Zhang
## 31578 Cute Casita bedroom w/ private bath
## 31579 Enjoy Vintage Estate Near Pasadena
## 31580 Enchanting, 1-BD Garden District Intimate Retreat
## 31581 Modern studio near Vandy/Belmont
## 31582 The Marais Apt - 4 Blocks To Quarter!
## 31583 Private Logan Square Room w/Bike!
## 31584 Cozy, Friendly Apartment in West Town
## 31585 Penthouse condo in Wrigley/Boystown w/Rooftop Deck
## 31586 Luxury + Location = Amazing Stay
## 31587 Iberville Apartments, Suite 304
## 31588 Bronzeville Treasure near Downtown
## 31589 DU area/Three story Victorian/doubl
## 31590 Cozy & unique in Portland!
## 31591 Your Portland Home Away from Home (Shared Home)
## 31592 City Living in Comfort w/ Parking!
## 31593 Large private bedroom sanctuary
## 31594 Nice basement room in a Tudor home
## 31595 Natural Light Beauty in DC
## 31596 Centrally located Craftsman home
## 31597 4/3 SXSW Lux Hm w/ Pool 5 min to DT
## 31598 Cozy Room in East Austin
## 31599 Modern 1/1 condo minutes from DT.
## 31600 South Austin Private Bedroom - By Moontower Saloon
## 31601 Cozy Casa vintage style guest BR near SOCO
## 31602 Southside 2/1 in great Bouldin area
## 31603 *195 SPECIAL* Historic Beauty!!
## 31604 Charming Escape in Beacon Hill
## 31605 Modern & Historic in Downtown SF!
## 31606 Charming stay in downtown SF
## 31607 Private Bunk Bed Room @SF Hostel #1
## 31608 Perfect Seattle Vacation Spot! HS2
## 31609 Charming 1 bedroom north park
## 31610 Student Traveler Bunks
## 31611 Cozy Condo Nestled in Vibrant DC
## 31612 TOP FLOOR: Bed, Bath, Lvng + DECK: Walk 2 Baseball
## 31613 Newer house in SE Portland N'hood!
## 31614 Cozy Pri 1-BDR GG Park/Stern Grove
## 31615 Sunset Tranquility
## 31616 Private room in Bernal Heights
## 31617 Spacious and Sunny Greenpoint Townhouse
## 31618 Brownstone Penthouse Apartment
## 31619 Prime Location in the Heart of Lower East Side!
## 31620 Best Location, 2bdr Park Slope, Bk
## 31621 Huge 1BR apt, 16 St NW Adams Morgan
## 31622 Private room near SF State
## 31623 Studio Near Balboa Park/Downtown
## 31624 Beach Town Garden House
## 31625 Comfy English Basement by U-Street
## 31626 Quiet & Convenient to 2 metro stops
## 31627 Tarrytown Condo: 5 min to downtown and Lake Austin
## 31628 Pick Yer Fillin' - Downtown Reunion
## 31629 Adorable, Cozy Space in JP!
## 31630 Amazing 3-bedroom garden condo near U of C
## 31631 Charming Lakeview Condo
## 31632 Bright apartment close to Blue Line - Logan Square
## 31633 Home in Vibrant Logan Square
## 31634 Jumbo top flr bright megaspace quick walk to train
## 31635 STEPS FROM USC , DOWNTOWN !!
## 31636 Cozy house easy access t everywhere
## 31637 Modern 2 BD Plus Parking
## 31638 Fabulous House - Steps to Bev Hills
## 31639 Luxury Suite with a Tennis Court 高端居所私人网球场
## 31640 Ideally Located 2bd/2bth Near 3rd St & Pier BL302
## 31641 The Border to the Quarter Unit 4
## 31642 Minutes to downtown/ 12th S
## 31643 Cozy Condo two blocks from the French Quarter!!!!
## 31644 Half of The Okra Inn: On Canal Streetcar Line
## 31645 2BR Balcony BEST LOCATION
## 31646 Spacious 1 bedroom 5 min from N & Q
## 31647 Private Room in Venice Bungalow
## 31648 Designer Home - Elegant & Eclectic
## 31649 Feel at Home in Nola with Us!
## 31650 LOCATION, LOCATION, LOCATION!!!!!!!
## 31651 Modern home near downtown
## 31652 Bedroom in vintage home Rogers Park
## 31653 Global Village Vintage Gem
## 31654 Historic Charm with Modern Details
## 31655 Central Austin, historic, walkable
## 31656 Bright Architectural Studio
## 31657 Modern Designer Artist Loft Dwntown
## 31658 ON THE WATER IN REDONDO BEACH
## 31659 Hollywood Getaway - Silver Lake!!!
## 31660 Best Location in L.A. Amazing Views! Huge 2 BR/BA
## 31661 Quiet Cool Mid-Century MillionView
## 31662 Whole Back House 3 room near LAX
## 31663 Luxury 5BR Estate West LA | BH
## 31664 CHARMING LOS ANGELES GUESTHOUSE
## 31665 Wake up in the best part of Austin!
## 31666 Private Bedroom in LES/East Village
## 31667 Gorgeous studio
## 31668 Cozy Private Room 10min from 7train
## 31669 Big and Well Appointed NYC 1 Bdrm
## 31670 Cozy Studio by Forest Park Steps To Subway
## 31671 Private Room in the ❤️ of Bushwick.
## 31672 Stylish 2-bed nr Union Sq sleeps 4
## 31673 Private Victorian Bedroom
## 31674 Beautiful 1BR in Great Location
## 31675 Bright and Spacious Private Room in Chicago
## 31676 Cozy 1 Bed in Historic Charlestown
## 31677 Private room 4 min walk from Damen pink line
## 31678 CLASSY Apartment waiting for you :) VERY Central
## 31679 Private Room & Full Bathroom in Ktown!
## 31680 Hollywood Hills Craftsman House
## 31681 2Bedroom Modern Apartment In Marina Del Rey
## 31682 Your Own Private Beach Studio
## 31683 Downtown stay in a Private House.
## 31684 Pool/SwimSpa/Endless Pool!Streetcar! Porch House!
## 31685 ALL NEW IN HEART OF MUSIC CITY!
## 31686 Great 1 bedroom in 12 South!
## 31687 *Quiet wooded +30 mins to Nashville
## 31688 Luxury & Modern 2BD/2BA
## 31689 Country Charm& Feel in the Big City
## 31690 Seaside Townhome steps from RB Pier
## 31691 ENTIRE 2 BEDROOM APT ALL TO YOURSELF!!!
## 31692 Nashville Apartment at 5 Points
## 31693 Come Lay in our Hammock!
## 31694 Gorgeous Mission Loft Apt!
## 31695 Stylish Marina Apartment with Golden Gate Views!
## 31696 cozy apartment in the Mission
## 31697 Lux Top Floor Loft in SOMA
## 31698 San Francisco Victorian Flat
## 31699 Gorgeous Entire home 2 BR+Parking / 420 Friendly
## 31700 Cute & Eclectic Studio in Lower East Side
## 31701 The Penthouse in our house
## 31702 Double 2 master BR plus third BR contain w 2baths
## 31703 Room in charming Victorian- nr dwtn
## 31704 Room in the best 'hood in BK
## 31705 Elegant Residence in Brooklyn
## 31706 Chelsea ,Duplex ,Calm ,Fantastic
## 31707 Sunny/Spacious Room in Brooklyn!
## 31708 Beautiful 2BR Apt, 1 Min Walk to Major Subway!
## 31709 Hip Studio in Dupont Circle/U Street
## 31710 1800s Cap Hill Home Eastern Market
## 31711 Friendly Home in the Bronx
## 31712 Charming full 2 Br Apt, Chelsea
## 31713 Welcome to Williamsburg
## 31714 Dream, sunny, West Village 2bedroom, 2 bath
## 31715 West Village Oasis / Private Garden
## 31716 Modern Private Room in Bushwick, Brooklyn
## 31717 Two bedroom private apartment
## 31718 Master bedroom in the heart of Greenpoint!
## 31719 Bedroom in Crown Heights Brooklyn
## 31720 Inwood Manhattan everything close!!
## 31721 Big, Cozy and Charming Studio
## 31722 Convenient Modern Real 3 BR Prime SOHO Loc
## 31723 Entire 1 Bedroom Apartment
## 31724 Lovely Studio next to Park/Subway
## 31725 Studio Southwest waterfront
## 31726 The Aerodrome: Luxury 3bed/2.5bath
## 31727 Bedroom with Private Spa-like Bath
## 31728 Queen Bed Private Room in Convenient Flat
## 31729 New renovated 1 BR steps to UCSF with deck & views
## 31730 Fun, nearby Pacific Heights studio
## 31731 Nice cosy room overlooking garden.
## 31732 SF Large bedroom queen w/deck access WiFi/Cable
## 31733 Clean, Spacious, Charming, Private Room&Bathroom.
## 31734 Spacious 1 BDR apt by Dolores Park
## 31735 Custom Home Ocean Area Point Loma
## 31736 warm, roomy, family- friendly home
## 31737 Condo on Rainey Street
## 31738 Back Bay - Newbury St 1 bedroom
## 31739 Charming penthouse in Lincoln Park
## 31740 Cozy bedrooms, AC, WiFi, free parking
## 31741 Country Hollywood Cabin 5
## 31742 5* LUXURIOUS 2 BDR. NEXT TO GROVE! FREE PARKING
## 31743 Mt.Washington COZY STUDIO with parking / 2 beds
## 31744 Charming Uptown Condo!
## 31745 Bright Venice Beach Cottage
## 31746 Spanish - Art Deco Apt by the Grove
## 31747 Private room, 2 beds, private bathroom
## 31748 Mi casa es su casa!!!
## 31749 Marigny Shotgun Near French Quarter
## 31750 Carrollton Guest Cottage
## 31751 Barton - 1 bed 1 bath close to downtown & zilker
## 31752 Bright & Cheery 1 Bed in S. Austin
## 31753 Trendy & Modern Downtown Townhouse
## 31754 Cozy & Warm Family Friendly in Lakeview 2B/2BA
## 31755 2BR WeHo on Santa Monica BLVD! POOL+HOT TUB!! A/C!
## 31756 216 Exec 1 Bedroom walk to UCLA westside/Westwood
## 31757 Eagle Rock Nest. Private bungalow/studio.
## 31758 Private room near downtown LA
## 31759 Private Ensuite Room/Bath in Unique Serene Setting
## 31760 Topanga Village Bungalow
## 31761 Walk of Fame/Hollywood Blvd POOLS GYM FREE PARKING
## 31762 #Prime Location# Amazing Bdr+Prk #HOLLYWOOD View#
## 31763 Hollywood Cottage, Studio District
## 31764 Sunny 2/1 Modern Condo Near Subway
## 31765 Awesome Former Brewery Loft
## 31766 A cozy studio
## 31767 Luxurious Penthouse with Breathtaking Ocean View
## 31768 Lovely Private Room w/Private Bath
## 31769 Cozy, Private Cottage in Manhattan Beach
## 31770 House of Arts
## 31771 Cozy And Trendy Place Near Universal
## 31772 Alberta Arts Craftsman Beauty
## 31773 Private, Cozy Suite Close to Brookland Metro!
## 31774 Monuments Metro Memorials!
## 31775 Garden Room by Friendship Heights
## 31776 Quiet Studio has a Spectacular view
## 31777 115 year old cottage in Roosevelt
## 31778 Charming Studio with Deck and View
## 31779 Hotel 964 Twin/Single Bedroom
## 31780 Modern Outer Sunset One Bedroom
## 31781 Historic Alamo Square Victorian
## 31782 NOPA Edwardian near Haight/Ashbury
## 31783 Classic apt on Golden Gate Park
## 31784 Short walk to Mission Bay
## 31785 Modern 2 bedroom in SF's charming Castro district
## 31786 Cozy + Bright in Central SF
## 31787 Santa Cruz Simple - Queen
## 31788 Sunny Room in Beautiful Victorian
## 31789 Contemporary SF - Private Bath #1
## 31790 Nice 1 BR on the park
## 31791 Home 7 Minutes from Downtown Austin
## 31792 Stylish Apt, NEXT to The Fillmore
## 31793 Lush designer WeHo apartment.
## 31794 Gorgeous, designer decor 2+3!
## 31795 Bright, Airy Arts District Loft
## 31796 Cozy place for a Consultant to rest
## 31797 Modern Hacienda near The Grove
## 31798 Ocean View. Steps to beach. Modern.
## 31799 Hollywood Sign Designer Apartment
## 31800 Spacious Private Broadmoor Abode
## 31801 Historic Algiers Point, Minutes to Quarter
## 31802 Privacy and Luxury
## 31803 Great, Modern North Hollywood Apartment
## 31804 Private Entrance & Bathroom!!! :)
## 31805 333 1/2
## 31806 PICK ME DOWNTOWN Home w/Zen Garden
## 31807 Creative Home in Alberta Arts
## 31808 Sellwood Carriage House
## 31809 30m to Manhattan (Express Train), 1 BR APT
## 31810 Cute Brooklyn Heights Queen Bedroom
## 31811 Zen Oasis: Quiet, Comfortable Bushwick Room
## 31812 2 Very Large Couch East Village NYC
## 31813 Beautiful One Bedroom in Chelsea
## 31814 A Brooklyn Experience
## 31815 Cozy Quiet 1 BR Apt Hell's Kitchen
## 31816 Fun & Vibrant PermaGO® Shared Room %
## 31817 Modern 1BD in heart of Park Slope
## 31818 Large Apt - Best Price- Great Loc!!
## 31819 Beautiful Mid-City Home
## 31820 Ocean View Condo- Prime Playa
## 31821 Sunny Silver Lake 1 Bdrm Bungalow w Deck
## 31822 Relaxing and bright room in spacious Ladera home
## 31823 Cozy Hollywood Hills Studio
## 31824 DELUXE LOFT 227 #FALLINLOVE
## 31825 Charming Private Modern Ranch Guest House
## 31826 Private Room1 - Walk to the Quarter
## 31827 3 BR Garden District/heated pool and hot tub
## 31828 Sleeps 2 - Just 20 min to Downtown!
## 31829 The Big Chief Room(s)
## 31830 **125 Special! Bostons Best!!!**
## 31831 Basic full size room
## 31832 Central - Walkable - Nice Space
## 31833 2bedroom/2bath apartment罗兰岗2室2浴独立公寓
## 31834 Luxurious Spacious 2bd Suite in DTLA
## 31835 2BR HOLLYWOOD Bungalow w/yard & patio off SUNSET
## 31836 Cozy Hollywood Cabin 3
## 31837 Sunset Junction, bright studio wonderful location
## 31838 North of Wrigley field / Buena Park
## 31839 Cozy 3 bedroom apartment
## 31840 Charming Bedroom in West Ridge
## 31841 Large private bedroom on Logan Blvd
## 31842 Bright 1 Bedroom n Public Trans.
## 31843 *PRIVATE* Convention DTLA Studio 44
## 31844 **Incredible views!!**
## 31845 HIGH HOUSE St. Charles Ave. Condo/ Garden District
## 31846 Cozy / Comfortable vacation Room for group up to 5
## 31847 Very Sunny Private Room with Bath
## 31848 Manhattan Apartment for short stays
## 31849 Blue Klein bedroom, spacious, airy, with view
## 31850 Historic Townhouse Apartment
## 31851 Huge Yellow Room in Bushwick Townhouse
## 31852 NYC, GIANT LOFT! Family Friendly
## 31853 Sunny with Outdoor View in Heart of Midtown
## 31854 Charming 1 bedroom SOHO Location!
## 31855 Large Private Bedroom on the River
## 31856 Charming Williamsburg Apartment
## 31857 2 BEDROOM IN WILLIAMSBURG MINUTES FROM MANHATTAN
## 31858 Designer Loft w/ Private Roof Patio
## 31859 Perfect 2 BR by Central Park!!
## 31860 Stylish East Harlem Studio
## 31861 2 Bedrooms private bathroom Bushwick!
## 31862 Airy & bright Williamsburg room w/private bathroom
## 31863 Cozy 1-bedroom apt
## 31864 Manhattan 3br Duplex, Noho/W Village,Shop,Eat,Bars
## 31865 Hidden Gem in Washington DC
## 31866 Bright, cozy room in the heart of Columbia Heights
## 31867 5 star Luxury + Urban Tranquility
## 31868 Master Bed with Private Bathroom!
## 31869 4BR Mission Victorian House
## 31870 Los Feliz/Zen/Griffith Park/Private
## 31871 Huge 2+1 1400sf Views HOLLYWOOD HTS
## 31872 Modern Home With Roof Deck
## 31873 Beverly Hills Bright 2 Bed Duplex
## 31874 Historic Cottage on the Park
## 31875 A beautiful craftsman house
## 31876 Luxury 3Bedroom/2BA, 4 Blk to Beach (not sharing)
## 31877 The Studio in Lovely Bayou St John
## 31878 Adorable Studio by McKinley Park. Newly Remodeled!
## 31879 WALK TO WRIGLEY FIELD from this 3 BR greystone apt
## 31880 Private room in Culver City
## 31881 Cozy Glendale Studio w/ Private Entrance
## 31882 Hollywood Hills Close to Everything
## 31883 Lovely Room Near Downtown & USC
## 31884 Suite w/own bath in Historic Estate
## 31885 Sunny Long Beach Retreat "Garden House"
## 31886 2 bed/2bath near the grove & Lacma
## 31887 Guest Bedroom in Heart of LA
## 31888 Beach Haven
## 31889 Uptown Gem
## 31890 Awesome Private Studio NOHO
## 31891 Marina del Rey Bch 4 Bdrm Pnthous 3
## 31892 TOP 5 Airbnb: USC AND DOWNTOWN IN MINUTES ! COOL !
## 31893 Brand new 2 Bed 2 bath condo: sleeps 6 w/ a pool!
## 31894 Cherry Cottage Apartment
## 31895 A 'Real' Musician's Retreat
## 31896 Independent studio right next to Downtown
## 31897 2/1 - Lovely + spacious + location
## 31898 SoCo Love Shack, 1BR/1BA
## 31899 Authentic Boston, cozy room
## 31900 Room in Alberta Arts District
## 31901 Location! Walk to everything Mississippi house
## 31902 Secluded Pool Hse in BRENTWOOD!
## 31903 BRIGHT CHEERFUL LARGE ROOM BY BEACH
## 31904 Californian Bungalow style house
## 31905 Private, large room. Central! 21
## 31906 Comfy New Orleans Gentilly Neighborhood
## 31907 Charming House 1 block to streetcar
## 31908 Plan C Art Hostel 700.00 for the entire fest
## 31909 Brooklyn Bungalow
## 31910 Modern Chic Two Bedroom - Family Friendly
## 31911 Modern Columbus Circle Apartment (WasherDryer)
## 31912 Jasmine: Lovely Secret Tea Garden!
## 31913 Modern Apt Close to Manhattan
## 31914 1 Bedroom, Central Park West!
## 31915 Historical Highbridge/YankeeVillage
## 31916 Sunny and Quiet Williamsburg Room
## 31917 Big View/Cozy Elegance+Amenities SE
## 31918 Welcoming, Comfortable Apt in Middle of DC
## 31919 Comfortable chic two bedroom in fantastic location
## 31920 DC-Logan Circle/14th St - Large 1BD
## 31921 Charming home in quiet North Tabor
## 31922 Woodlawn Haven - 2 Comfy Rooms + Bath in Nice Home
## 31923 Charming Victorian in the heart of the Mission
## 31924 Incredible views from luxury home
## 31925 Master bedroom in heart of Gaslamp
## 31926 Sunny Private Downtown Urban Chic
## 31927 2br/1.5ba hot tub, deck, fireplace
## 31928 Spacious one bedroom apartment
## 31929 Beautiful Home in Pleasure Point
## 31930 Guest wing w/ direct garden access
## 31931 1 Br 1 Ba Balboa Ct. "C"
## 31932 Studio just minutes from beach
## 31933 Cute 1 bedroom in the Mission
## 31934 Bedroom, Living Room, Kitchenette!
## 31935 1-Person Room in Lower Haight!
## 31936 Centrally Located 1BR/1BA Apt. Cozy & Bright!
## 31937 Luxury Penthouse in Duboce Triangle
## 31938 3BR Apartment For Family Gettaway
## 31939 Grant Park Bungalow
## 31940 GORGEOUS Modern 2 BR RowHome LOCATED NEAR HOWARD U
## 31941 charming single uptown on Claiborne
## 31942 comfy room by street car,Tulane University
## 31943 Charming Bywater Shotgun
## 31944 YOU'LL LOOOVE MY LUXURY VIP WALK OF FAME 2BR!! :)
## 31945 GORGEOUS LUXURY 2B POOL/GYM/SPA
## 31946 Luxurious new apartment near Hollywood/Highland!
## 31947 Cozy room available in Large HOME! Mid-Wilshire!
## 31948 Charming Rustic Cabin
## 31949 Hollywood Hills - Ideal Location!
## 31950 Beverly Hills Adjacent New Remodel!
## 31951 Charming Cottage Near 12 South & The Gulch
## 31952 Perfect Wash/Platt Park Duplex
## 31953 2. Private entrance bathroom suite
## 31954 Cute, leafy studio, all yours
## 31955 Perfection in Silver Lake, Los Angeles
## 31956 Urban farm 1 block to CTA
## 31957 Private Sunny Room in Venice &Bikes
## 31958 Loft/art studio in Warehouse Dist.
## 31959 Sunny room in Boston (JP)
## 31960 south end/back bay brownstone
## 31961 New 3bd Rowhome in Trendy RiNo!
## 31962 Amestoy Estate home with salt water pool
## 31963 Sandy Bottoms Bayfront Beach Rental, Belmont Shore
## 31964 Artful Room(s) Spanish Style Home
## 31965 Good place for traveler in Rowland Heights
## 31966 Private Room, Cozy Ukie Village Apt
## 31967 Private bedroom/bathroom/entrance
## 31968 HUGE guest house in weho - best walkable location!
## 31969 Echo Park Genuine, Cozy & Bright Apartment
## 31970 人在途中
## 31971 Beach. Swim. Hike. Work. Brentwood!
## 31972 Three Bed Waterfront Condo 1400 SQFT
## 31973 Clean Room & Own Bath in 50's home
## 31974 Corporate Suite close to Downtown
## 31975 DOWNTOWN • FANTASTIC TOWN HOME
## 31976 Private Bath. Two Full-Bed. Large Space. SuperHost
## 31977 Private ROOM-Avondale near blueline
## 31978 Charming 2br/2.5b apt near the Zoo!
## 31979 Entire House: Beautiful, Convenient
## 31980 Private Studio
## 31981 Charming one bedroom apartment!
## 31982 Contemporary Townhouse Near Everything
## 31983 BR/BA Near JazzFest, Street Car, and Quarter!
## 31984 Spacious room in shotgun house
## 31985 One Bedroom in Creole Cottage 2 block to Magazine
## 31986 Cozy 2Bedrm close to Airports & NYC
## 31987 Studio apt in Bklyn. No sharing
## 31988 Sunny 1BR in the most vibrant side of NYC !
## 31989 Cosy 1-Bedroom Appartment Chinatown
## 31990 Cozy room in South Williamsburg BK
## 31991 CBG Helps Haiti Room#2.5
## 31992 Central Park West Posh One Bedroom
## 31993 Private BR in a 2 BR Central Park West
## 31994 Cozy Room in East Central Austin
## 31995 Loft on 6th St. B5
## 31996 Room in Beautiful Beacon Hill #14
## 31997 Room with Single Bed
## 31998 Lincoln Park Private Guest House + Parking permits
## 31999 Stay in Wrigleyville for Cubs games and concerts!
## 32000 Kings Place, spacious / convenient
## 32001 Charming Nola house near Jazz Fest!
## 32002 Luxury West Highlands Suite
## 32003 Luxury 2B/2B apartment in West Hollywood
## 32004 MODERN LUXURIOUS TOWNHOME IN SILVERLAKE/HOLLYWOOD
## 32005 mini CHELSEA hotel-sque, 1 br loft
## 32006 Tiny Room near Downtown and USC (1)
## 32007 HOLLYWOOD CELEBRITY PENTHOUSE 20FT CEILINGS
## 32008 Queen Bed. Bike/JPL/Caltech/Cov Ctr
## 32009 Pasadena Beauty, Comfort & Culture
## 32010 Stay on the Historic Venice Canal
## 32011 Relaxed Courtyard Chic at White Rose House
## 32012 Clean,Spiffy East Austin 2/1 House!
## 32013 Lincoln Park - King Bed plus Sleeper Sofa
## 32014 Clean, Hospitable, Back Bay,
## 32015 Private Room, close to subway -R3
## 32016 Quaint Hollywood themed Rm/Den/Deck
## 32017 NEW! Venice Beach Charming Condo CLOSE TO EVRYTHNG
## 32018 Casita Casbah Hancock Park **Private Guest House
## 32019 Perfect Vibe 4 ur creative Side!
## 32020 Spacious Apartment on Sunset Blvd.
## 32021 Cozy cottage with spectacular views - Cottage B
## 32022 Alberta Arts Private Studio Apartment
## 32023 Newly Remodeled 1922 Bungalow Home
## 32024 Calm Retreat in Inner SouthEast
## 32025 Private Room and Bath in St. John's
## 32026 Alberta Arts Private Room
## 32027 Matthews Beach Seattle
## 32028 CALEF HOUSE Rm 1, Large Priv Rm in Beaut SF Vict
## 32029 Charming Mission Victorian 3bd/2ba
## 32030 Large Bedroom with Private Bath
## 32031 DELUXE 1 BR 1BA AVALON CT.
## 32032 Historic | Capitol Hill | Row Home
## 32033 Dupont Adams Morgan Dream
## 32034 78704/SoLa Room
## 32035 Clean private room w deadbolt lock
## 32036 Private Irving Park Studio Apt
## 32037 NoHo Private Pool Hideaway w/ Private Bathroom
## 32038 Spacious Minimalist Modern House
## 32039 Paradise of Los Angeles with High-end Amenities
## 32040 Resort Like Home Minutes from Ocean
## 32041 1BR w. parking, Heart of Los Feliz
## 32042 LOS ANGELES MID-CITY
## 32043 Super Cool Studio Apt in Silverlake
## 32044 Tiny Room in Central L.A. (2)
## 32045 Iberville Apartments, Penthouse 502
## 32046 Beautiful private room- E Nashville
## 32047 Apt Three Blocks from The Capitol!
## 32048 Private Suite in Modern Home
## 32049 Hillcrest Duplex Unit 1
## 32050 Steps To The Beach Studio
## 32051 Lux Downtown Boston 2BR Apt w/pool
## 32052 MAJESTIC 4BEDS VILLA(by beach)!
## 32053 The Lake Washington Room w/ View
## 32054 Private queen room in family home
## 32055 Sweet 1920's cottage in N. Seattle
## 32056 Cozy - Clean - Central - Urban 1 bd
## 32057 Cool P-Hill w/ Hot Tub & City View!
## 32058 The gypsy cabin
## 32059 Modern Zen Oasis - Loft in the Canopy
## 32060 Serene, inviting room in Inner SE
## 32061 Convenient Ravenswood home Chicago
## 32062 [1275]2BR-Off Newbury St.- Back Bay
## 32063 Historic Beacon Hill Duplex Condo 2 bedroom Queen
## 32064 Private Room/Shared Bath LadiesOnly
## 32065 fully furnished apartment in Glendale/free wifi
## 32066 Private Suite in Pasadena
## 32067 RETRO Hollywood Sunset BLVD Getaway!!!
## 32068 HOUSE + YARD! 1920s Garden Cottage
## 32069 Luxury & Space by Beverly Hills
## 32070 Sunny 1 Bedroom Downtown Flat
## 32071 Renovated 1904 Capitol Hill classic
## 32072 2 Bdrm+ 2 Lofts Apt. Airconditioned
## 32073 Little farm in a big city
## 32074 Welcome to the Big Yellow House 2
## 32075 Lux 2 Bedroom near White House w/wifi
## 32076 Perfect Apartment for Summer w/ Free Parking
## 32077 +Hell's Kitchen, 5 minutes from Times Square
## 32078 Suite in The Upper East Side
## 32079 Beautiful Exposed Brick Studio Loft
## 32080 Adorable Studio in Heart of BKLYN
## 32081 BRAND NEW Delightful Private Room
## 32082 Peaceful getaway : Peach Bedroom with unique view.
## 32083 COZY PRIVATE ZEN SANCTUARY *top of CENTRAL PARK*
## 32084 New York City Studio
## 32085 Adorable Private Room and Bathroom in Midtown NYC!
## 32086 Bensonhurst STYLISH STUDIO
## 32087 Couch/Office Space in Oakland Flat
## 32088 Downtown Brooklyn Private Beautiful Townhouse
## 32089 Unique Space in Red Hook
## 32090 4R Beautiful One Bedroom Apartment
## 32091 LUXURY TIMES SQ APT FOR NEW YEAR'S EVE IN NYC
## 32092 1 br in a 2 br apt (Midtown West)
## 32093 Large comfy bright bedroom near sub
## 32094 Clean 2 Bedroom Apt w. Washer/Dryer
## 32095 CLEAN and COZY Extra Bedroom
## 32096 Room & your own private bath - Brooklyn!
## 32097 Wanna stay in our music room?
## 32098 West Village 3 br 2000 sf private house legal rent
## 32099 Close to everything and everyone in New York
## 32100 Historic Harlem Townhouse Living
## 32101 Cozy one bedroom on Bedford Ave with vintage charm
## 32102 Large artsy studio with 90s style
## 32103 New 3BR, 2 Full Bath with Washer & Dryer
## 32104 Big and Beautiful Apartmet Brownstone!
## 32105 Single Family Bushwick Oasis
## 32106 Best Peace-Private Kitchen & Bath
## 32107 Comfortable and Cozy Bedroom
## 32108 Mermaid Oasis Private Bedroom
## 32109 Sunny Apartment Close to NYC's Major Attractions
## 32110 Union Sq European Serene apt
## 32111 Spacious 1BR Apt in USQ/Flatiron
## 32112 Bed and Brew
## 32113 MB 2bed/1.5 50 ft fr. Sand! #3
## 32114 Luxurious Oasis
## 32115 Elegant courtyard professional loft
## 32116 Private Bedroom in Newer Home
## 32117 Carmel Valley crown jewel!
## 32118 Sunny Art-filled Noe Valley Views!
## 32119 Private,safe and excellent location
## 32120 Furnished room in condo
## 32121 Big Queen Bedroom, Yard & 20min to Midtown
## 32122 Amazing 3 bedroom apartment near Times Square
## 32123 1BR in NYC's Best Neighborhood
## 32124 Bright/Modern Apt in Park Slope
## 32125 Garden 2 Bedroom Duplex in Bedsty
## 32126 Big Classic Brooklyn Loft, Sleeps 4
## 32127 3 Bdrm Family Friendly Suite
## 32128 Your Brooklyn 2 BDR Space in Bushwick!
## 32129 Beautiful 1 Bdrm 15Mins from JFK Airport
## 32130 Your DC Home-Away-From-Home
## 32131 Ultra Hip, Modern & Luxurious APT in heart of DC 2
## 32132 Portland's Arbor Lodge one bed
## 32133 Beautiful Home, Beach + Downtown
## 32134 Dillonwood SOMA
## 32135 Private Room and Patio with View
## 32136 Private Rm Cap Hill - Free Parking
## 32137 Amazing Location, epic spot!!!
## 32138 Cheap Intern Bunks
## 32139 Hip apartment near 14th Street
## 32140 Private Apartment/Comfortable Private Bedroom
## 32141 welcome Home
## 32142 中唐【2】
## 32143 Gorgeous Capitol Hill Victorian!
## 32144 Sunny & Spacious in Park Slope
## 32145 The Brooklyn Lux !! Best Deal !!
## 32146 Stylish Soho Apartment - Renovated
## 32147 Great DEAL Gramercy 1 BDROOM /2beds
## 32148 Modern 1 bedroom Apt East Village
## 32149 spacious, authentic village 1BR
## 32150 Large NYC Flat 5min to Subway; 3 Bedrooms 2 Baths
## 32151 Private room in 2BR in West Oakland
## 32152 Pvt room, w/ exclsv living & dining
## 32153 Beautiful place
## 32154 Very large room for 1 adult
## 32155 Cozy room in colorful NoPo home
## 32156 SoCo Bungalow, 1 Bedroom Private Bath
## 32157 Spacious room in modern, light-filled house
## 32158 East Austin - UT Area Entire Home
## 32159 Logan Square - The Yacht
## 32160 3 Comforts of Cooperative Living
## 32161 5min walk to UnivOfChgo. MODERN Luxe
## 32162 1/2 block to Wrigley!
## 32163 Burbank Studio Apt
## 32164 AMAZING PLACE IN HOLLYWOOD
## 32165 Backpackers Hostel near DTLA, Hollywood & Beach
## 32166 the Buda Mini Apartment by Hollywood
## 32167 Point Fermin Villa Apartment
## 32168 Venice Beach Studio with Parking
## 32169 Your own Venice Beach Cabana!
## 32170 A Peaceful Place, Private Room+Bath
## 32171 Private room in a cozy creative home
## 32172 Iberville Apartments, Suite 405
## 32173 Creole Cottage - Comfort & Convenience
## 32174 Condo less than 4 mi. from downtown
## 32175 Modern SE Portland Studio Apartment
## 32176 Alberta Arts District Craftsman
## 32177 x Mt. Tabor Treehouse
## 32178 Ms. Chambers' Cottage
## 32179 The Woodland Cove Condominiums LLC. #1
## 32180 Sunny Studio in the Heart of DC
## 32181 Walk to the Beach! Ocean View 3Bed
## 32182 Charming 1 BR Apt in upper Georgetown
## 32183 2BD/2BA Logan Penthouse w/Pvt. Deck
## 32184 Dupont Adams Morgan Comfy Gem
## 32185 Cozy Garden Flat in Bloomingdale
## 32186 Large cozy and quiet private room
## 32187 Chic & Minimal
## 32188 In the heart of Prospect Park, BK!
## 32189 Luxury Sunny Modern Chelsea APT w Chefs Kitchen
## 32190 Large Room in Beautiful Cobble Hill
## 32191 Gorgeous PermaGO HOMES™ - FiDi - Room 2/2
## 32192 Dream Room in Sunnyside New York
## 32193 Beautiful 2 bedroom Apartment
## 32194 RENOVATED NYC APT, NEXT TO SUBWAY!
## 32195 Unbeatable NY room in East Village!
## 32196 Cozy Place - Convenient Location
## 32197 Spacious neo-country seaside loft
## 32198 Spacious 2-Story Apt - Stay 4 Less!
## 32199 Cozy Clean Small Apartment 2 Bedrooms Nyc
## 32200 Luxury Williamsburg BR w/full bathroom
## 32201 bedroom+ private bathroom
## 32202 Gorgeous 1 Bedroom in Bed-Stuy
## 32203 Brooklyn garden 2 bedroom
## 32204 Luxury In Comfortable Times Square Condo
## 32205 Retro 1BD - Heart of E.VILL.
## 32206 NYC artists' space with roof deck
## 32207 My home in West Village--Huge, Modern
## 32208 UNBEATABLE LOCATION in LES - Ideal 1BR Apartment
## 32209 AMAZING 2BR Times Square!
## 32210 COZY SUNNY UWS MANHATTAN SUBLET
## 32211 Charming 1 bed+loft UWS CentralPark
## 32212 Cozy West Village Apartment
## 32213 new 1 bedroom apartment-20 min to Manhattan BRICK
## 32214 Cute Room in Artist/Designers' Flat
## 32215 Beautiful Alcove Studio in West Midtown
## 32216 Large, quiet bedroom very close to the subway
## 32217 COZY ROOM 5 MIN WALK TO CENTRALPARK CLOSE TO METRO
## 32218 Convenient & Large BK Heights Private 1-Bed
## 32219 Historic 1890's Apt w/ Large Garden
## 32220 Funky Cozy Bedroom in Brooklyn
## 32221 Flatbush Gardens
## 32222 Charming Temescal Cottage
## 32223 N Oakland 2+BR on lovely cul-de-sac
## 32224 Terrific Williamsburg Garden Apartment
## 32225 Bright, cozy East Williamsburg home
## 32226 Cozy Private Suite in Williamsburg
## 32227 All For You! Huge, Sunny, Pristine Condominium!!
## 32228 HUGE 2BR/2BA + Private Back Yard!!!
## 32229 Sunny and Spacious 1 BDR in L.E.S.
## 32230 Awesome Studio in East Village
## 32231 Beyond the ordinary 1250 sqft !!!
## 32232 Delightful find on Upper East Side
## 32233 Spacious & Charming Duplex in Upper East
## 32234 Upper West Side STUDIO
## 32235 cozy tucked away in el barrio
## 32236 Cozy/Stylish Williamsburg 1 Bedroom
## 32237 Private Rm&Bthrm - 10 min Manhattan
## 32238 Sunny Room 2 Blocks To Central Park
## 32239 Modern Loft In Downtown San Diego
## 32240 Warm and Cozy II
## 32241 Marina Del Rey Modern Condo
## 32242 Central LA Cozy Private Room
## 32243 Venice Beach is just 4 miles away & LAX is only 7.
## 32244 3BR/2.5BA Elegant Duplex - 2 Blocks to Wrigley
## 32245 Great House in Center of Chicago
## 32246 Modern Historian in Hip Ravenswood
## 32247 Private Poolhouse in Historic Home
## 32248 Little Farm on the Hill
## 32249 Cute Condo Close to Zilker & Dwntwn
## 32250 PRIME Downtown L.A. Location- 2BR/2BA Resort Style
## 32251 Last minute/Budget -Living room with real mattress
## 32252 Cozy and relaxing place to stay!!!
## 32253 Cozy bedroom with private bathroom
## 32254 Boho Chic Shack by the Beach
## 32255 Heart of Main St, 1 block to beach!
## 32256 Charming Gentilly Home
## 32257 A little Gem in The Treme
## 32258 The Treehouse
## 32259 South Austin/Zilker Hillside Charmer
## 32260 4 Bed Female Dorm - Wrigley Hostel
## 32261 Studio Apartment in Capitol Hill
## 32262 Governor's Park Condo w/ Mtn Views
## 32263 Hawks Nest, An East Nashville Urban Loft
## 32264 New Room in a convenient location.
## 32265 Beautifully Remodeled 3 Beds in BEST LOCATION LA!
## 32266 2-room apt in house, 800 sq ft.
## 32267 Lovely Hilltop 3 Bd - downtown adj.
## 32268 Luxe Apartment in Heart Hollywood, Hollywood Bowl
## 32269 Spacious Modern Room in Hollywood
## 32270 Gazebo Nook in Groovy Artist Loft
## 32271 Cute 1BR in Wrigley 2mi to Downtown
## 32272 2 Bedroom Apt in Hollywood!
## 32273 Best location in Burbank
## 32274 Gold Coast/River North 2 bedroom vintage condo
## 32275 Large Home 1 mile to Downtown/SOCO
## 32276 Cozy private room close to Zilker park! (#1)
## 32277 Shipping Container Elevated Tiny House in S Austin
## 32278 Artist Oasis: A Room For Growth
## 32279 [1344] 1 BR Penthouse w/ Roof Deck
## 32280 Cozy room #2 at nice apt. in Boston
## 32281 Cozy Two-Story Home in East Austin
## 32282 Modern Home Surrounded by Nature
## 32283 Casa Mateo
## 32284 Mid-Century Modern Travis Heights
## 32285 Great Boston neighborhood Jamaica PLain
## 32286 Studio near Downtown
## 32287 Vintage Lincoln Square Sanctuary
## 32288 5min walk to UofC.Willkommen欢迎. أهلاً و سهلاً
## 32289 Hip, Modern and Spacious Loft/Apt
## 32290 An Abstract Retreat - 3BR/3BA
## 32291 Charming, sun-filled apt by the Botanical Gardens
## 32292 Big studio, heart of Fort Greene
## 32293 Charming Room Near Empire St Bldg
## 32294 Greenwich village 1 bedroom - spacious!
## 32295 One Bedroom Garden Apartment in Prime Brooklyn!
## 32296 Duplex apartment with garden
## 32297 West Village 1 BR spectacular views
## 32298 Beautifully Private Brooklyn Apt
## 32299 Sunny and Serene - Creative Loft Space
## 32300 Alberta hideaway
## 32301 1000 sq ft private entry Hollywood Retreat!
## 32302 Beautiful, Sunny Studio in Vibrant Adams Morgan
## 32303 Private Garden Apartment
## 32304 The Parkside
## 32305 Fantastic room and great townhouse
## 32306 Jodi's Place in Maple Leaf
## 32307 Amazing townhouse with parking !
## 32308 Garden oasis by Golden Gate Park
## 32309 Incredible Downtown Boston! GS2
## 32310 Cozy room near LoganAirport & City!
## 32311 2(001)Clean and bright
## 32312 Bourbon St. Victorian Courtyard
## 32313 Beautiful Hollywood 1BD Apartment
## 32314 Oasis in the Sea of Downtown LA. Luxury and care.
## 32315 Cozy&Serene by Universal ideal 4 couples w/parking
## 32316 Mid-Century Flat Near Culver City
## 32317 Quiet Room in Long Beach Area
## 32318 WeHo
## 32319 No.3 Pasadena,Arcadia,Monrovia
## 32320 House in Elysian Valley
## 32321 Charming 1 Bedroom Home
## 32322 932 Quiet Studio, close to convention Center
## 32323 A piece of NY in LA with ocean view
## 32324 Cozy 5 mins to Downtown/Broadway
## 32325 Gorgeous E. Nash home w/character
## 32326 The Pool Table Suite
## 32327 Single Room in Historic Sunnyside
## 32328 Private and Cozy
## 32329 Bell's Chapel - Central Denver
## 32330 Backyard oasis,home sleeps 7 guests, walk to food!
## 32331 Bay-View Triplex Great4Groups (SC4)
## 32332 Cozy Victorian in Alamo Square Area
## 32333 Huge Central Victorian/Alamo Square
## 32334 Four bedroom great for family!
## 32335 Cozy Furnished Room in Noe Valley
## 32336 Lovely family home, stunning views
## 32337 Downtown Seattle Near Pike Pl! MT2
## 32338 New 2 Bedroom Suite w/Free Parking
## 32339 Gorgeous modern brand new DTLA LOFT
## 32340 Beautiful private room and shower.
## 32341 Hip Tree-Top Spacious Venice Loft!
## 32342 Cozy warm & gated near Disneyland
## 32343 Spacious, Quiet, Cozy & Unique; Near Melrose
## 32344 The Waring Residence
## 32345 "Where rest comes easy" Queen/Full
## 32346 Room in a Historic Home
## 32347 Private Guest Suite and Quiet Yard
## 32348 Beautiful Los Angeles Estate CSUN
## 32349 Fox Ridge Retreat w/ Hot Tub!
## 32350 Cottage in the heart of Venice
## 32351 Upscale Newly Remodeled & Furnished Luxury Studio
## 32352 Sunny Room in Venice Bungalow
## 32353 One Mile From Downtown LA
## 32354 Nashville In-Law Suite
## 32355 PANORAMIC WAVE & SEA VIEWS 1/2 Blk TO BCH
## 32356 Prime NoHo Arts District Private Bed & Bath
## 32357 Miller Ranch Bunkhouse
## 32358 The Tranquil Perch
## 32359 Algiers Point Historic Craftsman Shotgun
## 32360 Charming room in Boston, MA
## 32361 Living Large in Logan Square 3BR
## 32362 Charming carriage house
## 32363 Sunny Cozy 1 Bdr Blocks to Pacific
## 32364 Corner View Apt (2 bed 2 bath)
## 32365 Awesome Two Bedroom in Heart of West Hollywood!
## 32366 Venice room for rent
## 32367 Westwood/UCLA - No Car Needed!
## 32368 Clark Street Quarters, a Lincoln Park Oasis
## 32369 Fantastic Chinese Theatre Apartment Best Location!
## 32370 DTLA, PASADENA & Hollywood Adjacent
## 32371 The Birdhouse - A garden paradise
## 32372 Manhattan Beach patio apartment
## 32373 Manhattan Beach Ocean View Apt.
## 32374 Amoroso Retreat private home on Venice walk street
## 32375 Blocks to Beach, Pier & 3rd St. 2BD/2BTH CP204
## 32376 TN Whiskey
## 32377 Urban Condo Top Floor- Pool and 5 Min to Downtown
## 32378 East Nashville Cottage PVT Room
## 32379 A Nola Gem - Broadmoor
## 32380 The III Muse 2.0 an LGD GEM
## 32381 Eat, Drink, Explore - Gramercy 1BR
## 32382 Convenient, Cozy room in modern apartment
## 32383 Large 1 Bedroom in Quiet Brooklyn Neighborhood
## 32384 Spacious and gracious, 10min/LGA, 20 min/Manhattan
## 32385 Beautiful apartment in Williamsburg
## 32386 Chic, Luxury Apt E.Village NYC, 15min to Times Sq!
## 32387 Sunny South Berkeley Sanctuary
## 32388 Great Room with Big Windows
## 32389 COZY near the Big City Room 2
## 32390 Beautiful Garden rowhouse apartment
## 32391 Modern & Sunny w/ Private Terrace
## 32392 Beautiful Boerum Hill Garden Apt
## 32393 Brklyn Hts Luxury - Garden Calm & Downtown Verve
## 32394 Cozy Brooklyn Apartment
## 32395 Luxury apartment in Bushwick
## 32396 Spacious Studio in Midtown
## 32397 Sweet East Village 1-bed
## 32398 Great Room on the River!
## 32399 Contemporary home in Central Austin
## 32400 Live Like A Portland Local. Have All The Fun!
## 32401 New Apartment in Fab PDX Location
## 32402 NE Bright Spacious Parkrose Studio
## 32403 Perfect for beach-going groups! ST3
## 32404 Quiet, sunny Phinney 1BR oasis
## 32405 M.B. 2 bed/1.5 50 ft to sand! #4
## 32406 Prime Pacific Heights Three Bedroom
## 32407 Cool Victorian in Cool Neighborhood
## 32408 Classic DC Row-house
## 32409 !!Walk Out&Enjoy! Mt. Pleasant Columbia Heights!!
## 32410 1.5 miles to Capitol!
## 32411 2 BR Cole Valley Flat
## 32412 Sweet Family Friendly Neighborhood
## 32413 Adorable New Artist Apartment
## 32414 Priv.1BR/BA at Golden G. Park, easy transportation
## 32415 Welcome to the "P/C" B and B!
## 32416 La Guarida...peaceful sanctuary
## 32417 Beautiful, Artistic Home, near UW
## 32418 Good Vibes City Studio
## 32419 Downtown Apartment - Great Location
## 32420 Sunny private room in Manhattan !!
## 32421 West Harlem Clean Park 1 Bedroom
## 32422 Sunny 1 bedroom near Central Park!!
## 32423 2 Br Condo: Elegant, Amazing Views!
## 32424 A Cozy Room in the Big apple NY
## 32425 Convenient room with QUEEN bed in Williamsburg!
## 32426 Sunny 2BR in central Williamsburg!
## 32427 A quiet place in the city--small BR
## 32428 8 Bed Mix
## 32429 Brand New Luxury DC Apartment - Adjacent to Metro
## 32430 Large 1BR in Chelsea. Subw on block
## 32431 Contemporary Apartment W Amenities.
## 32432 Great sunny room in Brooklyn!
## 32433 Beautiful Brooklyn Brownstone
## 32434 Cozy room in the heart of Astoria
## 32435 Aparment in Astoria Queens, pickup
## 32436 Georgetown Renovated 2 b-Garden Apt
## 32437 Private Basement Suite in the heart of Shaw
## 32438 Private rm 15' bus ride to downtown
## 32439 Gorgeous Beacon Hill Apartment
## 32440 City-style, Spacious South End Apt.
## 32441 *Cheapest* Shared Room Single Bed B in Herald Sq
## 32442 Entire 1 bdrm Central Park Apt
## 32443 clean, quiet, 1 bdrm, great locale
## 32444 Private & Comfortable Room!
## 32445 Hello, Brooklyn!
## 32446 Wooden Apartment-Factory Building - Cinq
## 32447 Private Room Downtown Queens NYC
## 32448 Cozy, Cool, and Budget-Friendly
## 32449 A sunny healthy big bedroom 1
## 32450 Cozy 2 Bedroom in Williamsburg
## 32451 1BR Cute Convenient Williamsburg
## 32452 *CoZy Private Williamsburg Home*
## 32453 Comfortable&Cheap Room In Astoria,20min to NYC!!!
## 32454 Nice vip room
## 32455 Master bed in 2 bedroom unit.
## 32456 Charming Studio on Lake Merritt
## 32457 Private patio on the LES.
## 32458 Ultra modern apt next to Mag Mile
## 32459 Private Room & Bath | Beautiful Apt
## 32460 Luxury Queen master suite in Brentwood
## 32461 Live the Californian Dream! Amazing Penthouse!!
## 32462 Lovely Pasadena bdrm with King Bed
## 32463 Cozy Campervan Flog Gnaw, Expo, USC, Museum
## 32464 Pet Friendly Apt Close to Downtown!
## 32465 1 Bedroom, 1 Bath Shotgun in Mid City
## 32466 one bedroom in creole cottage near Magazine street
## 32467 Mellow and Roomy Mid City Pad
## 32468 Beautifully Decorated Private Home in Lakeview
## 32469 Charming Apartment Sleeps 4,Historic Algiers Point
## 32470 Nothing Much
## 32471 Spacious Bed Stuy 3 bedroom
## 32472 Rosa B Comfy private floor bright,
## 32473 Sunset Retreat - Charming Oasis
## 32474 Park Slope townhouse apartment
## 32475 Stunning Private Garden Duplex - Greenwich Village
## 32476 Soho comfy couch/bed
## 32477 Stunning Bedroom in Midtown East
## 32478 Light filled room in Montclair
## 32479 Newly Renovated Brooklyn Apartment
## 32480 High ceiling bright loft
## 32481 Room in cosy Victorian-nr downtown
## 32482 Cozy and Modern
## 32483 Spacious, unique apt - see reviews! Last minute ok
## 32484 Huge Private Rm in Quality Modern ParkSlope NY Apt
## 32485 Bowery Hotel Loft - Full floor apt
## 32486 1BR near Columbia / Central Park
## 32487 Designer studio in Luxury Building
## 32488 OneBedroomAstoria15minFromManhattan
## 32489 Earlyn's Home Stay, Rm 2, Queens NY
## 32490 Kensington Cottage
## 32491 The Village Retreat in La Jolla!
## 32492 Above the clouds of San Francisco
## 32493 NOPA/HAIGHT Family Friendly!
## 32494 Gorgeous condo near waterfront
## 32495 The Butterfly House in the Redwoods
## 32496 Namaste Up Here
## 32497 Capitol Hill Summer Intern Suite
## 32498 Private Two Bedroom Apartment on Capitol Hill
## 32499 A Convenient, Cozy, and Comfortable Stay
## 32500 Entire large 1BR condo near metro!
## 32501 Bdrm in Designer's Cap Hill Apt
## 32502 Cute & Cozy Pleasure Point Cottage
## 32503 Travel Dot's Noe Valley Guest Retreat!
## 32504 Private Bedroom on Paradise Way (3)
## 32505 2BR SF Ocean Beach Sanctuary
## 32506 Bungalow Rooms with Great Views
## 32507 Capitol Hill's perfect location: newly renovated!
## 32508 NYC Studio Loft in Meatpacking
## 32509 Sunny Escape in California
## 32510 Brooklyn Trainhouse with Two Balconies
## 32511 Brooklyn Bright Room Prospect Park w AirCon.
## 32512 Family-friendly private room
## 32513 East Village Artist Studio & Garden
## 32514 Private Studio, Bedroom, Bathroom & Living room.
## 32515 Good Living in Brooklyn! Double Bed
## 32516 Private Room, 1st Floor, 15 min Times Sq
## 32517 Comfortable one bedroom in Harlem
## 32518 Comfortable room steps from Central Park
## 32519 Large 1-bedroom near Times Square (4th Floor)
## 32520 CONDO Times Square Large Luxury
## 32521 LUXURY DOORMAN HIGH RISE One Bedroom
## 32522 Steph's Spot
## 32523 Close In Designer Alberta Bungalo
## 32524 Suite Retreat Plus Near SFO Sleep 4
## 32525 2-Story Penthouse W/Amazing View
## 32526 Bedroom w/ Kitchenette & Bathroom
## 32527 Seattle quiet park in-city home!
## 32528 Courtyard View on Capitol Hill
## 32529 Large bedroom in a historic rowhome
## 32530 Perfect Location in Beautiful Setting
## 32531 Cozy Apt w/ fireplace
## 32532 Brand New 2 bed 2 bath Santa Monica
## 32533 Welcome to Santa Monica! / Easy access to LA 1
## 32534 全新双层房屋unit A
## 32535 Private Balcony Room in Monterey Park
## 32536 Stay in the heart of Germantown
## 32537 Chez Bewer, private room,balcony, and bath.
## 32538 Master Suite Lake View Estate Home
## 32539 Romantic Garden District Private Suite
## 32540 Serene Humboldt Getaway w/Roof Deck
## 32541 APT for 4 - 15 minutes to Downtown
## 32542 Incredible Room - Expert Hosts' New Listing!
## 32543 Home of Grace
## 32544 Tiny apartment by stadiums!
## 32545 Luxury apartment in UTC La Jolla
## 32546 2b/2b modern condo, super location
## 32547 Central townhome in Mission Hills
## 32548 Private San Diego "Casita!"
## 32549 Ridiculously convenient luxury SOMA apartment
## 32550 Pink House East Nashville
## 32551 Your own private paradise.
## 32552 Classic, Uptown Duplex with lots of "lagniappe"
## 32553 Sunny Echo Park Craftsman 1Bedroom
## 32554 0.5m From Beach! Feel The Breeze in Privet Bd & Bh
## 32555 Cozy Bedroom in 4 bedroom house
## 32556 Great Location Spacious House
## 32557 Palmdale Private Room
## 32558 Single Family Home: Hidden Gem
## 32559 Ocean View Room w/ Private Bath
## 32560 West Hollywood Villa minutes from everything!
## 32561 Modern Two Bedroom, Open Concept
## 32562 1 Bdr Modern Apt
## 32563 Beachliving! Sleeps 7 - Huge apt- 3 Bed 2.5Bath!!
## 32564 South Pas Studio Walker Paradise
## 32565 Kerlerec Creole Victorian - 1
## 32566 Grand Central Flat No.3 by CHICAGOAN
## 32567 Lincoln Park- King Bed- Private Room- Shared Bath
## 32568 Large Modern 2ba/2br with easy transportation
## 32569 *Beautiful Berkeley Bungalow*
## 32570 Private bedroom in historic Capitol Hill
## 32571 Comfortable Room(s) in St. John's
## 32572 Pacific Beach Luxury Townhome
## 32573 2BR House @PRIME Location w/PARKING!
## 32574 Downstairs room in new house
## 32575 Hudson Bend Cottage next to Lake Travis
## 32576 Boston Christopher Studio Suite
## 32577 Amazing private 2bd unit in historic DC row home!
## 32578 1 BR at Yards Park + air mattress
## 32579 Spacious Georgetown Penthouse 2 br plus den
## 32580 Great apartment in perfect location
## 32581 Private Room and Bath
## 32582 1 bed mixed dorm @ Lucky Ds Hostel
## 32583 Modern Gaslamp Loft (Free Parking!)
## 32584 Room in bright, beach-friendly apt.
## 32585 Sunny, Private Bedroom
## 32586 Spacious studio available
## 32587 Artsy Cozy Awesome apt. Mission ❤️
## 32588 Chelsea Retreat Rooms (Devotion)
## 32589 Spacious 1br Apartment in Crown Heights
## 32590 Master Bedroom in Heart of Williamsburg
## 32591 Comfy Home, Convenient Location near Central Park
## 32592 I LOVE BROOKLYN PRIVATE 1-BR APT
## 32593 Spacious Studio Room with Beautiful View NYC
## 32594 Spacious E. Midtown apt w/ Balcony
## 32595 Nice room famous Park Ave in Manha!
## 32596 Prime Upper West Side family home top floor
## 32597 Boerum Hill Central Downtwn BK Apt!
## 32598 Cozy house by popular hiking trails
## 32599 4BR House in HOTTEST AREA WITH PARKING!
## 32600 Large Capitol Hill 1BR w/patio, gourmet kitchen
## 32601 Private 1BR + Bath -The Best of DC Living
## 32602 Super Cute Victorian in Bernal Village
## 32603 Garden Tower near Glen Park Village
## 32604 Oceanfront Artist Cottage
## 32605 Whitman Acres: Queen Room
## 32606 Steps from Mission Beach!
## 32607 Peaceful & Private in Bloomie, NW
## 32608 Simple room with an attached deck in a sunny condo
## 32609 Bright, Spacious E. Austin Bungalow
## 32610 Beautiful 2BD / 1 BA - 1st Floor
## 32611 Back Bay Apartment
## 32612 Beautiful Boystown Condo
## 32613 Private Room with a Great Location
## 32614 Woodland Hills View House
## 32615 In the heart of Denver 420 Friendly
## 32616 !!!Amazing room Hollywood/K-Town/DTLA!!!
## 32617 Quiet 2BR/1BA BnB close to DTLB
## 32618 Cozy Bedroom in Spacious Mid-LA
## 32619 Charming 1BD in EchoPark w Patio
## 32620 Cozy house in Arcadia
## 32621 Private room
## 32622 Hollywood Great Location-Los Feliz!
## 32623 Quiet, Calm family-friendly Home
## 32624 Cozy Room/ Individual
## 32625 Charming Apt. in Brooklyn Browstone
## 32626 The 7th Ward Hippie Haven
## 32627 Private cottage Uptown near Magazine
## 32628 Charming Chic Uptown 1 bed/2 storyLic 17STR-04827
## 32629 East Side Queen
## 32630 Condo on Lake Michigan!!
## 32631 Beautiful Boston 2 Bed Apartment
## 32632 Lux 2BR in Post-War building
## 32633 M&M's Berkeley Bungalow
## 32634 New renovation on the Freedom Trail
## 32635 OceanView
## 32636 Hollywood Luxury 3beds Walk of Fame
## 32637 LOVE THE SHANGRI-LA HOLLYWOOD HILLS
## 32638 Gorgeous 3-story townhouse - NoHo
## 32639 Luxury Downtown Space on Rainey St.
## 32640 Garage Apartment in Brentwood!
## 32641 8 blocks to Rainey! Walk downtown!
## 32642 Urban Modern Cozy Apartment
## 32643 QUAINT 1BD APT SHARE on the UES
## 32644 NYC CHIC LARGE STUDIO APT on UWS
## 32645 STYLISH 1 BED APT IN TIME SQUARE
## 32646 Cozy, Private, 1 stop to Manhattan
## 32647 Cute and Cozy Room in Central Harlem
## 32648 Beautiful Duplex in Brooklyn
## 32649 High End 2BR / 2BA, Steps to Wrigley Field + Tix
## 32650 quiet lakeview penthouse w/roofdeck free parking2
## 32651 [1277] 1BR on Beacon St - Back Bay
## 32652 The Mid-Century Cottage In The City!
## 32653 Cozy Home Near Univ. of Denver
## 32654 Live in an Artist's Space! 1br
## 32655 Sunny apartment minutes from beach!
## 32656 204f Lux Suite Westside Near UCLA on Westwood Blvd
## 32657 CONTEMPORARY GORGEOUS RENOVATED 2
## 32658 Marina Del Rey Townhouse With Pool! - 2
## 32659 Affordable room in apt in Torrance
## 32660 Ocean front studio Venice & Marina
## 32661 BEAUTIFUL, spacious private rm+bath
## 32662 SLEEPS 6 BETWEEN MALIBU & HOLLYWOOD
## 32663 31 THIRTY ONE
## 32664 Walk to Magazine Street
## 32665 ☆☆☆☆☆ Central Penthouse w/ View of Hollywood Sign
## 32666 Hollywood Wonder 1BDR Pool+Jacuzzi+Gym
## 32667 ** Spacious North Portland Home **
## 32668 Sunny Top Floor Edwardian Flat!
## 32669 Ballard Private Apartment
## 32670 Venture Inn Alberta
## 32671 Large room with king bed and private bath
## 32672 The Heart of the Village La Jolla!
## 32673 San Diego Downtown
## 32674 Spacious studio in Pacific Heights
## 32675 Bedroom & Private Bath in SF City.
## 32676 Hotel California - Near CCNY
## 32677 Sunny Room, Renovated Apt, V. Excellent Location
## 32678 Stunning Studio in Midtown BEST LOCATION
## 32679 Beautiful huge basement Studio w Prvt Patio !
## 32680 Apt Sharing -Private Room Downtown
## 32681 The Treehouse Alcove Studio
## 32682 ROOM NEAR TIMES SQUARE MANHATTAN
## 32683 BIG BEAUTIFUL & BRIGHT, COSY! 2 beds, desk Luxury!
## 32684 Spacious and Clean Brooklyn Flat
## 32685 Big Room With Piano & Tin Ceilings
## 32686 Bright Modern Apt in great area
## 32687 Upscale in The Heights
## 32688 fab rockridge apt: new bed & 47" TV
## 32689 Gramercy Garden Terrace
## 32690 PEACEFUL PLACE TO BE W/BALCONY &VIEW OFF THE CITY
## 32691 The Port Gables
## 32692 Corporate Fully Furnished Studio in Dupont Circle
## 32693 Williamsburg on Wythe - Private BR+
## 32694 Safe,Convenient,economical,Clean 2
## 32695 Spacious & Cozy BK - 20 min from Manhattan!
## 32696 Comfy Couch and Amenities!
## 32697 Manhattan Central Harlem Room 2
## 32698 Boerum Hill Charming Studio
## 32699 Beautiful Large Room
## 32700 Chic 1 Bed with Fantastic Lake View
## 32701 Bright clean special Jan/Feb prices
## 32702 Beachtown Studio Near University
## 32703 2-bedroom Oasis in Mission District
## 32704 Cottage with SF VIEWS!
## 32705 Wyndham Canterbury 1 Bedroom Deluxe (1)
## 32706 Sunny room in Castro Edwardian
## 32707 Book the Zilker Cabin! 2/2-central
## 32708 Garden community house-private room
## 32709 Cheery skylit room w/ Queen bed
## 32710 Best room in Hollywood:)
## 32711 Cozy 1bd, quiet block in Hollywood!
## 32712 Very quiet and peaceful place to s
## 32713 Cozy Little Studio
## 32714 COMFORT HOME
## 32715 Beautiful studio apartment - Charming Sherman Oaks
## 32716 Classic 2 Bdrm Cozy Vintage Home
## 32717 Beautiful townhouse in Sherman Oaks
## 32718 Private bedroom. Garage parking!
## 32719 The Topanga Retreat has the best view in Topanga!!
## 32720 2 BEDROOMS APARTMENT, 3 Queen Beds at the beach!!
## 32721 Spacious two bedroom, two blocks from Magazine St!
## 32722 Stunning Condo-Downtown by the fun
## 32723 Mid City, one block off streetcar line, quiet
## 32724 Musicians Haven in the Music City
## 32725 SOCO Hideway in Travis Heights
## 32726 ACL. Formula 1. SXSW. Perfect Home!
## 32727 Cozy Private Room in SW Austin
## 32728 Pvt. Room In Updated Bucktown Condo
## 32729 Spacious & Relaxing Loft in Awesome Andersonville!
## 32730 Gorgeous 2 Bedroom Condo Near Lake
## 32731 Charming quaint home in Denver!
## 32732 Downtown Loft w/ parking & rooftop
## 32733 Sunny 3 Bd Cottage Near Downtown
## 32734 Adorable Home in Heart of Austin with Bikes!
## 32735 Modern Venice Craftsman Home Oasis - Jungle Room
## 32736 Cottage in Historic Uptown Whittier
## 32737 Master @ URBAN FARM Venice adjacent
## 32738 Hollywood Studio Apartment
## 32739 2BD Luxury Penthouse + Private Deck
## 32740 HOLLYWOOD PENTHOUSE BEST LOCATION/VIEWS/REVIEWS
## 32741 3 Bedroom Condo by Subway & Harbor
## 32742 Luxury apt in the heart of Downtown LA
## 32743 Lux Downtown Boston 2BR Apt w/pool
## 32744 SXSW private room/bathroom for rent
## 32745 Rustic, european style 3 bed/2bath
## 32746 Colorful, Historic East Nashville
## 32747 Master Bedroom w/Garden Tub & TV
## 32748 Downtown in 10min Bunk (#2) Top
## 32749 Historic Charm, Central Location!
## 32750 Luxury Warehouse/Arts Dist Condo
## 32751 Historic House 2 Blocks 2 Streetcar
## 32752 THE RAINBOW STUDIO -- Positively Prismatic!
## 32753 Cottage Creole
## 32754 AMAZING Penthouse With Rooftop Deck
## 32755 Relaxing Home w/ Wifi, Parking, Pool, 55" 4K TV
## 32756 Stylish house in hip Venice Beach
## 32757 King Street Retreat
## 32758 Renovated pioneer square apartment
## 32759 "THE 5-STAR HOUSE"
## 32760 Studio Loft in the Heart of Downtown Portland
## 32761 Great private room & bath in downtown!
## 32762 2 BR/1 BR Beach House
## 32763 Modern Garden In-law Apt in the Castro
## 32764 Georgetown/East Village Row House
## 32765 Sofa bed in big 1 BR Apartment - Downtown DC
## 32766 Bright, Cheerful BR Near Presidio
## 32767 Sunny, private room near Metro
## 32768 North End Get Away!
## 32769 A cozy room close to Downtown
## 32770 Gorgeous Apt, near McCormick Place
## 32771 Cozy & Clean Private Room in Bronzeville :)
## 32772 Luxury 2BR Downtown Apartment
## 32773 Chicago Apt ★ A+ Views ★ Walk/Transit Scores 95+
## 32774 Logan Square Haven
## 32775 Hip 2 Bed in Beautiful Sunnyside
## 32776 3-Story Modern Condo Near Downtown
## 32777 Spacious & Colorful Artistic Duplex
## 32778 NoHo Haven
## 32779 Studio in City Park West
## 32780 Beautiful 1 bdrm garden apartment
## 32781 Sunny LA Beach Vibe Private Balcony
## 32782 TOP 5 Airbnb: IN THE HEART OF LA !! COMFY BUNK !!
## 32783 Bright Spacious Private Room Near The Grove
## 32784 1920's Eagle Rock Apartment
## 32785 West End, Vandy City, Midtown Life
## 32786 Fairgrounds White and Green Room
## 32787 Passadena room 2 miles from Rosebowl & Downtown
## 32788 Very close to the Best Beaches
## 32789 Zen Venice Beach House
## 32790 Amazing Bedroom in a Brownstone Apt
## 32791 Spacious Vintage Industrial Home
## 32792 Close to Times & Herald Square!!
## 32793 *ROOM TIMES SQUARE ❤️NYC❤️*
## 32794 Beautiful 2BR Artist's Apartment in SOHO
## 32795 Comfortable 2 Bedroom APT in heart of Herald Sq
## 32796 Murray Hill, The Heart of Manhattan
## 32797 Modern Studio in Middle Village
## 32798 Big Sunny Loft in Historic Building
## 32799 French Quarter Courtyard & Frenchmen Street 1
## 32800 2 BR 1 BA Apartment off Oak Street
## 32801 Old hollywood style house with pool
## 32802 Entire House- Short Walk to Beach
## 32803 2014built NEW in suite BATH+PARKING
## 32804 Charming Apartment in The Heart of Hollywood!!
## 32805 Kitschy Silver Lake Bungalow
## 32806 Los Angeles private:charm:historical:views:trendy
## 32807 Hollywood Stars Tree house @ Beverly Hills 90210
## 32808 Cozy & Spacious Nashville Home
## 32809 The Mandarin near Harvard Square
## 32810 Real 1-BR Home in West Village, Central yet Quiet!
## 32811 Cozy California Guest House w/ Private Entrance
## 32812 Family friendly NoHo house with back yard.
## 32813 Classic 1920's Spanish-Chateau Apt
## 32814 1bd Luxury Retreat DownTownHollywood
## 32815 Charming One Bedroom Near TheBeach!
## 32816 Friendly Confines 2 (steps to Wrigley!!)
## 32817 1890 Victorian near Downtown Denver
## 32818 Private Coach House next to the Bloomingdale Trail
## 32819 4 Cooperative Living in Hyde Park
## 32820 Dreamy New Modern Master Suite
## 32821 Large Apartment with Balcony near the French Qtr
## 32822 Tulane/Loy U,Streetcar, Pool. 1 Bdrm/FullBath,Fly
## 32823 VANDERBILT AREA 2 BD 2TH
## 32824 3bdrm home 12 mins from downtown
## 32825 Deacon's House from "Nashville"!
## 32826 Ready private furnished room w/Wifi
## 32827 Samaria's Brownstone (Crown Heights)
## 32828 Beautiful alcove studio in Chelsea neighborhood
## 32829 Greenwich Village Style
## 32830 Two twin bed private room 87
## 32831 Studio In Popular U Street Corridor
## 32832 Cozy DC Apartment On Metro w Free Parking
## 32833 Historic, lovely rowhome 2 blocks to Union Station
## 32834 The Heart of Seattle - Downtown
## 32835 Modern victorian with succulent backyard (3bd)
## 32836 home in the land of the wood
## 32837 SunSet - Vine Craftsman House
## 32838 Historical Landmark Old Hollywood Charm
## 32839 Beautiful Home-Overlooking Ocean
## 32840 Be my guest at newly remodeled home
## 32841 Mar Vista Guest Unit
## 32842 1 Bed resort style apartment
## 32843 1 , 2 or 3 private bedrooms, Denver
## 32844 One block from parade route! Private Uptown Suite
## 32845 Irish Channel Charmer off Magazine Street
## 32846 3BD/2.5BA - Modern AMAZING HOME
## 32847 Clean Vintage Clarksville Apt
## 32848 Perfect weekend getaway. G
## 32849 Welcome to The Railyard! 4/3 condo!
## 32850 NORTHCENTER, close-in, convenient + free parking
## 32851 Great DTLA Loft
## 32852 Feel At Home in the Arts District!
## 32853 Arcadia Home suitable for Families
## 32854 The Heart of Hollywood
## 32855 1 BR Silverlake / East Hollywood
## 32856 Sun-filled retreat in Los Feliz
## 32857 COMFY CASITA IN BELMONT HEIGHTS
## 32858 Malibu Mountain Retreat/Guest House
## 32859 Quiet spot in the middle of LA city
## 32860 East Nashville On the Park
## 32861 Private Entrance New Full Bed/Bath East Nashville
## 32862 Clarksville Studio-Walk Downtown
## 32863 Just Blocks From Downtown in Luxury Neighborhood
## 32864 UT Huge 2B/2B West Campus Apartment
## 32865 South Austin Weekend Retreat
## 32866 Gorgeous rental in the HEART of West Hollywood!
## 32867 *COMFORT* Convention DTLA Studio 32
## 32868 SECRET HIDEAWAY ON LOWER BROADWAY!
## 32869 Modern & Secure 1BR Heart of Uptown
## 32870 Clean, Simple, 2BR 2BA, Uptown Home, Single Family
## 32871 Charming Brooklyn Garden Apartment
## 32872 Home away from home studio in NYC
## 32873 Clean apartment, BEST location!
## 32874 Heart of NYC - Location, Location, Location!
## 32875 Large, Sunny Room in Bushwick!
## 32876 MINI-SUITE Bushwick Artist's Loft
## 32877 Art Lovers Space in Carroll Gardens
## 32878 Private, Spacious Bedroom in Harlem
## 32879 Huge, Classy & Clean 2 Bdrm Apt Close to Subway
## 32880 The Most Perfect Location in NYC!
## 32881 Charming ,cozy private bedroom
## 32882 South East Cozy
## 32883 Bright and Beautiful Pad
## 32884 Capitol Hill 2b/1ba. Great Roofdeck
## 32885 English Basement Apartment Steps from the Capitol!
## 32886 Roomy, quiet, equipped NE apartment
## 32887 1Bd 1 mile from beach
## 32888 Craftsman in hip area near downtown
## 32889 Cozy Private Room @ Eclectic Hostel
## 32890 HONEYMOON SWEET - FABULOUS VIEWS - 1+ bedrooms
## 32891 Lake Union Tranquil Retreat
## 32892 East Austin Tiny House (1 mile DT)
## 32893 Sleek condo in heart of SF
## 32894 Private room in a cul-de-sac house!
## 32895 Entire 2BR w/pkg centrally-located!
## 32896 Futon/couch to crash for the night
## 32897 Cozy ranch-style home in quiet NE**
## 32898 Upstair Private Close to Everything
## 32899 Newly Renovated! English basement
## 32900 Garden Rooftop Loft
## 32901 Charming Guest House near Silver lake area
## 32902 Balcony Parking WiFi Pool Walk Score 92
## 32903 Attractive Studio Apartment Beverly Hills Adjacent
## 32904 VENICE 1 STEP to BEACH!!! s
## 32905 NEW, 3Min to Dtown; 3Min to Titans
## 32906 Los Feliz - Private Room & Private Bathroom
## 32907 Spacious Studio in 1920's Art Deco
## 32908 Cozy Culver City Hideaway
## 32909 Bright Large 2bed+2bath Apt in Sherman Oaks!
## 32910 Venice Beach Canals home 2 bedroom quiet free park
## 32911 Sweet Suburban Life / Zen Room!
## 32912 North End Oasis
## 32913 Chic country French/regency apt
## 32914 Cozy room in beautiful Santa Monica
## 32915 Silverlake Getaway Near the Park
## 32916 Stunning private room, Downtown LA
## 32917 Glamorous Hollywood Townhome
## 32918 Private Room in Hollywood Hills!
## 32919 Pasadena Foothills Oasis #2
## 32920 Bright and spacious 1920’s Duplex
## 32921 Studio City Lrg 1 Bdrm Charming Triplex with Yard
## 32922 4BR Lagoon Pool | Hollywood Celebrity Gem, Sunset
## 32923 Rosedale Cottage in Austin, TX
## 32924 Modern Venice Beach House LOWERED PRICE!!!
## 32925 Private Luxury Suite w/Sun Deck
## 32926 Entire Fancy Studio In DownTown
## 32927 Sunny SD in August! Book now!!
## 32928 1 Bedroom Modern Water View Condo
## 32929 Capital Hill 1Bed Vintage Fun!
## 32930 Piano, 2 bedrooms, REAL BEDS!!
## 32931 green suite seattle - dog friendly
## 32932 Fresh Eggs in Fremont
## 32933 Modern 2BD Delight on Bernal Hill
## 32934 Rowhouse in the heart of H Street
## 32935 Elegant Living in Georgetown
## 32936 Perfect French Quarter location!
## 32937 One Bedroom Apt in East Nashville
## 32938 Comfortable Small Room with wifi
## 32939 Exactly What You Need!
## 32940 Lovely Bdr in Harlem, Manhattan
## 32941 A Midcentury's Night Dream- Oakland
## 32942 A tantalizing view with a room
## 32943 Spacious and Cozy 1BR Sleeps 4!
## 32944 Charming 2 Bedroom by Prospect Park
## 32945 Med Center/UIC Large 2 Bedroom Apt.
## 32946 Bright Bungalow close to downtown
## 32947 The Roscoe House: Onyx Room
## 32948 Spacious/modern condo with parking
## 32949 Chateau Gentilly-Historic Gentilly Terrace!
## 32950 More Dormitory Style Housing
## 32951 Lovely home near Jazz Fest
## 32952 Quiet Charming Home
## 32953 3B VIP EXCLUSIVE 2 STORY PENTHOUSE/POOL
## 32954 *3Bed/2Bath, Walk to Convention Center
## 32955 Spacious flat w wsh/dry
## 32956 Large Private Room in New Home
## 32957 Upstairs Bedroom in clean house on quiet street
## 32958 THE HEART OF NORTH HOLLYWOOD.
## 32959 Room near SMC (1 mile to the beach)
## 32960 Burbank Hills New Suite w/Views!
## 32961 Culver City Adjacent Home w/ Views, Hottub, & bar
## 32962 Malibu Escapes -Garden Studio Suite
## 32963 Private bedroom; queen bed; Central Austin
## 32964 Studio Nestled in the Pecans
## 32965 Bouldin luxury walk to everything
## 32966 Private Room with Queen and Twin Beds
## 32967 Cool and comfortable Aptment Pilsen near Down Town
## 32968 BMC, Symphony T, NE, BU, Berklee!!
## 32969 Small, sweet, single-bed near T
## 32970 Bright Nice Private Room 安靜敞亮獨立房
## 32971 Beautiful Westwood/UCLA Condo
## 32972 NEW - Beautiful Studio w/Great Deck
## 32973 An oasis in the middle of Van Nuys
## 32974 2 BR/1Bath-Private entry&wholefloor
## 32975 Quiet room with deck by mountains
## 32976 Private Bright & Clean Room/Ensuite
## 32977 Beautiful hideaway on gated estate
## 32978 Hollywood Hills, walk to Blvd, pool, quiet street
## 32979 Ocean View, Private Studio,1/2 mile to beach & LAX
## 32980 Vintage 1947 Ramona Motel Studio 02
## 32981 1920s Hollywood Classic/Tucked Away
## 32982 Beautiful Gentilly Guest House
## 32983 Uptown One Bedroom Apartment
## 32984 Modern Rustic East Nashville Pad
## 32985 Glam Camping in old brick warehouse
## 32986 Large North Portland Studio
## 32987 Great location with 98 walk score
## 32988 Clean Bedroom, 2 minutes to transport. Garden view
## 32989 Large 2BD Golden Gate Park Apt
## 32990 1 bedroom in San Diego.
## 32991 One bedroom loft in Little Italy
## 32992 Private Room Next to GG Park
## 32993 2 Bed Space Needle View
## 32994 Nature in the City
## 32995 Historic Home near Lake Michigan
## 32996 Luxury 2 BR/2 Bath near Disney Hall
## 32997 Hollywood/WeHo Room Central To All!
## 32998 Beautiful Loft Style Room in Central Hollywood
## 32999 Beverly Grove Spanish duplex
## 33000 Private Room for 2 w/ breakfast
## 33001 Cozy 1 Bedroom in Perfect Location
## 33002 Enchanted Cottage on Encino Farm
## 33003 Scenic Guest House/Los Feliz/Hollywood Hills
## 33004 Hot Caltech SkyAir1 Housing - 1B1B Prime Pasadena!
## 33005 Malibu Beach, State Parks, WestlakeVillage
## 33006 New Modern Two Bedroom Duplex in Mid City
## 33007 Big apartment, perfect location!!
## 33008 Beautiful Historic Beach Bungalow 2
## 33009 Beautiful Room in 3 bd Townh!
## 33010 New Orleans Big Apple
## 33011 Artists mid city spot by streetcar
## 33012 Stained Glass Side by Side Double
## 33013 Tulane/Freret Historic Shotgun
## 33014 The Dude abides, modestly.
## 33015 Luxury Relaxing Stay w/ Balcony
## 33016 Forrest View Cozy 2 Bedroom
## 33017 Cozy 2 bedroom house in SE Portland
## 33018 Cozy 1Bdrm Apt!
## 33019 Newly renovated 1 BR APT in DC
## 33020 Chateau du Noe-Edwardian Flat
## 33021 Comfy Classic Victorian - 2 BR
## 33022 2br Victorian - Designer Inspired
## 33023 Spacious Artist's Home Close to the Beach. 2bd/2ba
## 33024 BUNKHOUSE QUEEN A21
## 33025 Welcome to San Francisco Ca
## 33026 Cool Zip 78704 Zilker Bungalow
## 33027 Jazzy Room in Wrigley - Expert Hosts' New Listing!
## 33028 Charming Bungalow near Wash Park
## 33029 Simple Capitol Hill Apartment
## 33030 Bedouin paradise w/ full kitchen
## 33031 Capitol Hill View Home
## 33032 Home near North Park and Hillcrest
## 33033 Private Bedroom for Rent
## 33034 Spacious 1bd Pac Heights with Views, Luxury Bed
## 33035 Glamping in Central Austin Heating for Cool Nights
## 33036 Spacious, Charming Hyde Park Condo
## 33037 Whit's Place in East Village
## 33038 Beautiful & Cozy 1BR in the heart of Wicker Park
## 33039 Best Location in Columbia Heights!
## 33040 Charming 1 BR apt in Cap Hill near Metro
## 33041 Charming Apartment in DuPont
## 33042 "Lincoln Bedroom" Private Room on Capitol Hill
## 33043 Capital Hill quaint
## 33044 Sleek & Modern home Hollywood Hills
## 33045 Sunny Private Room @Victorian House
## 33046 Hollywood Hills / Beachwood w/views
## 33047 silverlake craftsman home with view
## 33048 Private Room & Remodeled Bathroom
## 33049 Casita de las Brisas Belmont Shore
## 33050 Room/WATERFRONT hm:Naples/LongBeach
## 33051 Cozy Sublet in East Harlem
## 33052 Creative Director's Bright & Modern Brooklyn Loft
## 33053 FABULOUS Entire apt: 1BD in ❤️ of CHELSEA
## 33054 West Village 2 bedroom,prime locale
## 33055 7分钟拉瓜迪机场,19分钟肯尼迪机场。皇后区法拉盛中心,地段超好。
## 33056 Loft Room in East Williamburg
## 33057 Luxury Potrero Hill/Dogpatch Condo
## 33058 2BD near Gaslamp,Modern, Garage,Gym
## 33059 Modern Hip Studio Amazing Location
## 33060 Discounted Monthly RATES Jan & Feb
## 33061 Green Lake/Phinney/Greenwood Nugget
## 33062 New Home Metro to DC Monuments
## 33063 Jr. 1 Bedroom in Prime Fort Greene
## 33064 Edgy Bright Studio with Skylights
## 33065 Bushwick/East Williamsburg 2 BR with balcony
## 33066 Boerum Home
## 33067 Ocean Hill - Beautiful 3 Bedroom
## 33068 Lovely Suite near Prospect Park
## 33069 Bushwick Artist Haven
## 33070 Amazing 1BR in A+ Chelsea Location!
## 33071 LAKOU LAKAY- A HOME AWAY FROM HOME
## 33072 Big, Private Room(s)- Bushwick/BedStuy
## 33073 Sunny, Large Bedroom in Park Slope with Backyard
## 33074 Clean-Cozy-Beside 3 train station
## 33075 New, luxury apartment in vibrant HK
## 33076 Stunning Central Park - 1BR
## 33077 Times Square Extraordinary Duplex
## 33078 5Minute to Midtown,Long Island City
## 33079 NY Manhattan Private Studio
## 33080 DRIFTER INN Rockaway Beach
## 33081 Fantastic Studio in Best West Village Location!
## 33082 Bowery Hotel Inspired 3 bedroom duplex East Vill
## 33083 Full Bed Couch in Urban Cottage
## 33084 Private Studio - Heart of Rockridge
## 33085 Charming Loft-like Garden Apt in Bed-Stuy
## 33086 Entire Apt+Subway+Empire State view
## 33087 Authentic Living in Manhattan_Female Guest Only
## 33088 Cozy & Private Bdrm // Near Central Park & Museums
## 33089 Tastefully decorated studio in the UWS
## 33090 Charming West Village Apartment
## 33091 Super Clean Apt by Columbus Circle
## 33092 Huge 4 BR 15 min From Times Square
## 33093 2BR Pee-Wee's Playhouse-like apt
## 33094 Spacious LES Duplex with Double Terrace! Sleeps 8
## 33095 Lovely private room in Manhattan
## 33096 Modern Well Appointed Studio
## 33097 City Views Close to SI Ferry
## 33098 Extraordinary One Bedroom Apartment
## 33099 Charming Designer Loft in heart of Brooklyn
## 33100 Warm and welcoming private bedroom
## 33101 Brand New small 1 Bedroom apt in Brooklyn
## 33102 Cozy 4-Person w/Balcony Near Train
## 33103 Amazing Two-Bed Room Apt in Chelsea
## 33104 Big Sunny Bushwick Apartment
## 33105 1938 English Cottage style home
## 33106 Sunny + Convenient in Heart of SF!
## 33107 Private Room 3 blocks from beach!
## 33108 Bedroom in Ocean View Estate
## 33109 Colorful apartment with back patio
## 33110 LARGE 2 BD TOP FLAT, PRIME MARINA!!
## 33111 North Park Craftsman Cottage for Pet Lovers
## 33112 Ocean Beach Escape! 1 block to beach, zoo, L muni
## 33113 Olympia Room by UW & Childrens Hosp
## 33114 New Home in SW Portland!
## 33115 ★ 1 Block to Hawthorne! Remodeled! Walk Score: 92!
## 33116 Vibrant Neighborhood, Great Condo
## 33117 Spacious 1bd - Pike Place Market
## 33118 Cozy Greenlake Bungalow
## 33119 Sunny & Quiet Studio w/ private patio - E Village!
## 33120 Bright Harlem Apt. in New Building!
## 33121 1 BR with private bath new building
## 33122 Sunny/Huge, by Columbia/Jazz clubs
## 33123 New Lots Getaway
## 33124 BEST DEAL IN CHELSEA 1 bdrm NYC
## 33125 Heart of New York City: Private Room in Midtown
## 33126 Chic calm in the heart of Soho
## 33127 *****Charming Entire Apt*****
## 33128 Charming and Cozy 1 Bedroom
## 33129 Stylish Parkside Midcentury Apt
## 33130 Artist room in NEW SUNNY 3bdr.
## 33131 Private Room Downtown
## 33132 Classy 1 Bedr. Upper East Side Apt.
## 33133 1BR Apt Guest Suite at R I Ave, NW
## 33134 Private Master Suite, Lents, SE Portland
## 33135 Moore House PDX
## 33136 Spacious & Sunny w/ Guest Bathroom
## 33137 San Francisco in the Mission District!
## 33138 Private Modern SFH. Bay Views!
## 33139 Designer Dolores Park 2BR * Roofdeck * Epic Views
## 33140 Sweet Dreams Capitol Hill
## 33141 Cozy Japanese Themed Studio
## 33142 Stunning apartment near metro with free parking
## 33143 1150SqFt on Town Lake, 1.5m from DT
## 33144 Hyde Park Hideaway
## 33145 Cozy Studio in Boystown/Lakeview
## 33146 Luxury Comfort in Downtown ATX
## 33147 Charming South End Brownstone Loft
## 33148 1.3Bd 2Bath Gorgeous and Spacious
## 33149 Cozy apt historic Jackson Bvld.
## 33150 City Park Brick Bungalow
## 33151 Single Room in Craftsman house
## 33152 Luxurious & Modern, Private Deck + Great location
## 33153 A cozy place in Brooklyn!
## 33154 3 BEDROOM DUPLEX W/BACKYARD.
## 33155 Central Park Studio
## 33156 Historic Townhome for Shoots/Videos
## 33157 Columbia Street Waterfront District
## 33158 Large eclectic studio East Village
## 33159 Sunny & spacious NYC Apartment
## 33160 Clean and safe stay by Central Park
## 33161 3BR/2BA Majestic TX Music Retreat
## 33162 East Central UT/SXSW 15%off 4nights
## 33163 TRUE South End PERFECT!!!!
## 33164 Modern Single Family in Bucktown
## 33165 Brand-New Wrigleyville/Southport Corridor 2BR Apt.
## 33166 [1273] Fab Studio- close to Newbury
## 33167 PRVT LR, BTH & BDRM - City Park
## 33168 2 Bedrooms Apt near Cherry Creek/DU
## 33169 Private Entrance / Private Studio
## 33170 DELUXE LOFT 226 #FALLINLOVE
## 33171 Quaint 100 year old house
## 33172 Hollywood Hills Spanish Hacienda
## 33173 Private Floor of Home! 2rooms/bathroom & back yard
## 33174 Silver Lake Heights! Spacious 1BR
## 33175 Bohemian home/private tiki roof spa
## 33176 A STUNNING DUPLEX IN WEST HOLLYWOOD
## 33177 Charming, Inviting, walk everywhere
## 33178 Kanmore Guest House
## 33179 Sunny home on treelined Cul-de-Sac
## 33180 Prestigious West Hills Lg 2 Story House w/Pool
## 33181 Great Location with Rooftop Deck
## 33182 Uptown Knook.
## 33183 12South-Sleeps 10-Pets *30 a night
## 33184 2bd/FREE PARKING Bourbon& Bienville
## 33185 Charming Vandy, Belmont Home
## 33186 Sweet downstairs flat with great coffee, comfy bed
## 33187 Charming modern 2 bdm getaway
## 33188 Bed in a Studio at Downtown San Francisco
## 33189 Spacious three story loft in SoMa!
## 33190 White Glove in the heart of Washington, DC
## 33191 Clean,Cozy, and Affordable
## 33192 Sunny bedroom near NoMa metro
## 33193 Beautiful quiet apartment, Bushwick
## 33194 Near Subway -15 min to Manhattan
## 33195 Homey full size Bedroom near Prospect Park
## 33196 Cozy Private room in Chelsea !
## 33197 Big and luxury studio 14 street
## 33198 Private Single Room
## 33199 Newly Renovated Clinton Hill Duplex
## 33200 NEWLY Renovated 2 BED - PRIME SOHO Location!!!
## 33201 Cozy apartment in Columbia University area
## 33202 Cozy apartment in Inwood
## 33203 Convenient&Great Location in LES
## 33204 Private Comfy 2 Room Apt, 23min to Manhattan
## 33205 Private and Cozy Bedroom in Williamsburg
## 33206 Peaceful and Bright open sunny room
## 33207 Cozy and private room.
## 33208 The Ideal West Village location!
## 33209 My Spacious & Comfy Home Away
## 33210 Larger Room
## 33211 Stylish Designer Studio with Piano
## 33212 Get away from the busy city!
## 33213 Huge Sunny Apartment in Heart of Harlem NYC
## 33214 Priv room in 3 bdrm apt - Room "B"
## 33215 COZY and SUNNY loft room in LES
## 33216 Private Room in Gorgeous Apartment
## 33217 Cheap Private bedroom w/Desk 10min to JFK & mall
## 33218 Spacious 1BDR, 100% 5-Star Reviews!
## 33219 Next To Central Park
## 33220 Quiet, Charming Studio in UES
## 33221 Private Room in the West Village
## 33222 Hamilton Heights Haven with Private Garden
## 33223 Spacious Sunny Home Away from Home
## 33224 Charming Large 3 Br House Near Subway By The Park
## 33225 NYC CHAUNCEY4. 20mtl ñto Manhattan.
## 33226 House near ocean / дом у Океана
## 33227 10%OFF! Elegant Luxury 2 bath 2 bed. Outdoor Patio
## 33228 BLUE SKIES AND GREEN TREES IN NYC.
## 33229 Beautiful Room Near Central Park!
## 33230 Stylish 1 bedroom apartment in Manhattan
## 33231 Private Light-Filled 2-Room Studio
## 33232 Newly Renovated Carriage House
## 33233 Speakeasy Style, Prewar Building, Walk 2 Landmarks
## 33234 Peaceful, Family-friendly, Upper Manhattan Flat
## 33235 Large comfortable room near Penn Station
## 33236 One sleeping-bed in Apartment
## 33237 Pacific Lodge II (Private Bath)
## 33238 Modern XL Tribeca apt with terrace
## 33239 NYC in 5 stops - by 4 trains - Prospect PK - CLEAN
## 33240 COZY QUIET room with Loft bed
## 33241 Sunny&Hip Apt+Roof on Piedmont Ave
## 33242 Spacious, downtown 2BR / 2BA Loft!
## 33243 Lower Rockridge 2BR Garden Apt
## 33244 Luxury in Tower near Times Square
## 33245 1BD brownstone apt in Fort Greene!
## 33246 Classic Parlor Level Brownstone
## 33247 Glam Hipster Digs
## 33248 Back Shack in Alberta Arts
## 33249 European Garden House near SDSU
## 33250 Cozy Hide-Away in Heart of the City
## 33251 Private Bedroom in Beautiful Condo
## 33252 New 2nd Private Walk Out Bed room
## 33253 Sunny and Stylish in Denver's Heart
## 33254 Artistic Vintage Old Town 3 BDR w/ double balcony
## 33255 Simple Room in Large LA Valley Home
## 33256 ARDMORE 1BEDROOM [No.3]
## 33257 Cozy little loft in downtown LA
## 33258 Charming Mountain Guest House
## 33259 East Side Downtown Retreat
## 33260 HEART LA, 71/night FREE Parking, Breakfast APRIL
## 33261 Huge Fancy and charming studio
## 33262 Sunset Suite Steps away from the beach #106
## 33263 Sunny Studio in Quiet Backyard
## 33264 Cozy Hideaway
## 33265 2 Bedroom Modern Duplex
## 33266 Morning sun room,simple but sweet:)
## 33267 Cozy East Nashville Getaway
## 33268 Lovely East Nashville Home!
## 33269 Bright & Open, Front Porch Artists Historic Home
## 33270 Classy French Quarter Cottage
## 33271 Great House & Property - 15min Train Downtown
## 33272 3B Condo in Downtown Austin
## 33273 4BR Hill Country Home SXSW, ACL, F1
## 33274 Handsome 3BR in Lincoln Park
## 33275 Quiet & Private bedroom near it all
## 33276 Private room/bath in east Nashville
## 33277 Arts in St Roch
## 33278 2-Bedroom Apartment in Palms/ Culver City
## 33279 Private room w/backyard in Pasadena
## 33280 Beautiful Apartment Near The Beach
## 33281 Great Location near the trendy shops on Montana!
## 33282 WHOLE HOME near LAX / Beaches
## 33283 BEHIND KODAK THEATER IN HWOOD: 2BDR w/ BALCONY!!
## 33284 2BD / New Gorgeous Hollywood Mid Century
## 33285 Modern Zen Guesthouse
## 33286 In the Heart of Silverlake
## 33287 Double Bed 2 miles Magic Mountain
## 33288 3br House 11 miles from DT
## 33289 My Cozy Little Casa
## 33290 [1280] Luxury 2BR Suite-Back Bay
## 33291 City apartment on the freedom trail
## 33292 Sunny renovated apt 3 blocks from Wrigley!
## 33293 Cozy Private Bed/Bath with Parking in Lakeview
## 33294 [1168-2NH]Lux 2BR - Downtown Boston
## 33295 Convenient and cozy garage apt
## 33296 Awesome 3/2 House with chickens!
## 33297 Beautiful Duplex in Hip, Historic Logan Square!
## 33298 2 Bedroom in "The Best Neighborhood In Chicago"!
## 33299 Private BATH & Entry LK Merritt
## 33300 Cozy bright apt in the East Village
## 33301 Spacious 1 bedroom, prime location.
## 33302 1 stop from Grand Central (2 beds - max 3 guests)
## 33303 Beautiful Room in Modern Apartment
## 33304 Spacious and EASY access to all!
## 33305 Your perfect yard with Jacuzzi home
## 33306 Charming Studio in the Heart of it All!
## 33307 Bright Modern West Village Studio with Skylight
## 33308 Upper West Side 2-bedroom prewar
## 33309 Shared space by Central Park
## 33310 Backyard garden cottage near Alberta Arts District
## 33311 Modern, Relaxed, Artist's Home.
## 33312 Georgetown! Top of the Hill!
## 33313 "The Shack", a Beautiful Bungalow
## 33314 Sunny home w/hot tub and parking. Pets welcome!
## 33315 Pacific Heights Private Room
## 33316 Unique ground floor loft in SOMA
## 33317 WOW! ROOF DECK, PARKING, BEACH! LM1
## 33318 Lower Pac Heights apt
## 33319 Master Bedroom in Family Home
## 33320 CHARMING VICTORIAN UPTOWN COTTAGE!!
## 33321 Apartment in Los Angeles near USC
## 33322 Walk of Fame Hollywood!!!
## 33323 Chic 3BR house in Monrovia
## 33324 Heart of LA/Master EnSuite Prvt Rm
## 33325 Stunning 1960 Airstream in the heart of Venice
## 33326 N.Hollywood Guest room, full pvt bath free parking
## 33327 Couch in the shared living room.
## 33328 Apartment Overlooking DTLA
## 33329 Mid-century Modern Apartment in Downtown LA
## 33330 Private large and relaxing bedroom
## 33331 Penthouse 3 beds HOLLYWOOD! C2 @@
## 33332 Feel like home, but in Santa Monica
## 33333 Airport Easy Two
## Number.of.Reviews price_per_night
## 1 735 110
## 2 605 72
## 3 574 135
## 4 532 139
## 5 505 70
## 6 502 95
## 7 495 89
## 8 488 200
## 9 488 200
## 10 480 140
## 11 474 89
## 12 472 78
## 13 469 38
## 14 466 89
## 15 464 64
## 16 463 95
## 17 461 50
## 18 459 149
## 19 452 85
## 20 451 95
## 21 440 145
## 22 439 95
## 23 438 85
## 24 438 200
## 25 435 28
## 26 434 73
## 27 433 61
## 28 432 49
## 29 431 75
## 30 427 85
## 31 424 85
## 32 423 95
## 33 423 69
## 34 419 90
## 35 419 49
## 36 419 65
## 37 415 49
## 38 414 65
## 39 410 55
## 40 406 107
## 41 406 38
## 42 405 75
## 43 404 75
## 44 404 75
## 45 403 129
## 46 400 97
## 47 399 50
## 48 397 90
## 49 394 100
## 50 392 75
## 51 391 99
## 52 391 83
## 53 389 60
## 54 388 54
## 55 387 149
## 56 384 40
## 57 383 110
## 58 382 99
## 59 382 135
## 60 379 55
## 61 379 28
## 62 379 116
## 63 379 48
## 64 379 46
## 65 378 98
## 66 378 42
## 67 376 38
## 68 376 95
## 69 374 40
## 70 374 99
## 71 374 140
## 72 373 70
## 73 370 75
## 74 368 99
## 75 367 63
## 76 367 59
## 77 367 148
## 78 367 90
## 79 366 150
## 80 365 48
## 81 365 175
## 82 363 47
## 83 362 59
## 84 362 44
## 85 360 90
## 86 360 32
## 87 359 125
## 88 358 58
## 89 357 83
## 90 357 89
## 91 356 70
## 92 354 48
## 93 353 44
## 94 353 65
## 95 353 125
## 96 352 110
## 97 351 68
## 98 351 50
## 99 350 55
## 100 349 46
## 101 349 40
## 102 348 107
## 103 346 109
## 104 346 125
## 105 345 108
## 106 344 119
## 107 343 75
## 108 343 55
## 109 342 135
## 110 342 55
## 111 341 38
## 112 339 85
## 113 339 50
## 114 338 103
## 115 338 44
## 116 337 39
## 117 337 62
## 118 336 199
## 119 336 99
## 120 336 110
## 121 335 35
## 122 335 42
## 123 335 95
## 124 335 45
## 125 335 50
## 126 335 155
## 127 334 100
## 128 333 150
## 129 332 50
## 130 332 56
## 131 332 79
## 132 331 119
## 133 331 62
## 134 331 77
## 135 328 99
## 136 327 154
## 137 325 95
## 138 323 46
## 139 323 72
## 140 322 26
## 141 322 28
## 142 321 48
## 143 321 49
## 144 320 44
## 145 320 89
## 146 320 110
## 147 320 62
## 148 319 99
## 149 319 55
## 150 318 120
## 151 318 80
## 152 318 83
## 153 317 58
## 154 317 60
## 155 317 60
## 156 316 105
## 157 314 99
## 158 313 99
## 159 313 47
## 160 312 88
## 161 312 54
## 162 312 60
## 163 312 55
## 164 312 39
## 165 311 46
## 166 311 34
## 167 311 175
## 168 311 191
## 169 311 62
## 170 310 35
## 171 309 105
## 172 308 200
## 173 308 31
## 174 308 45
## 175 308 35
## 176 307 177
## 177 306 50
## 178 306 100
## 179 306 56
## 180 306 75
## 181 305 79
## 182 305 70
## 183 304 95
## 184 304 55
## 185 304 105
## 186 304 60
## 187 303 70
## 188 303 62
## 189 302 70
## 190 302 44
## 191 302 89
## 192 300 109
## 193 300 175
## 194 300 125
## 195 299 175
## 196 299 42
## 197 298 99
## 198 298 70
## 199 298 155
## 200 298 60
## 201 297 80
## 202 297 16
## 203 296 75
## 204 296 42
## 205 296 60
## 206 295 70
## 207 294 89
## 208 294 125
## 209 294 248
## 210 293 89
## 211 293 56
## 212 293 80
## 213 293 55
## 214 292 115
## 215 292 153
## 216 292 130
## 217 292 120
## 218 291 69
## 219 291 11
## 220 291 112
## 221 291 65
## 222 291 20
## 223 291 45
## 224 291 36
## 225 290 20
## 226 290 178
## 227 290 75
## 228 290 60
## 229 290 70
## 230 290 42
## 231 289 75
## 232 289 99
## 233 289 74
## 234 289 125
## 235 288 75
## 236 287 31
## 237 287 43
## 238 287 80
## 239 287 45
## 240 286 60
## 241 286 145
## 242 286 70
## 243 285 125
## 244 285 159
## 245 285 95
## 246 285 100
## 247 285 150
## 248 284 75
## 249 283 60
## 250 283 69
## 251 283 65
## 252 283 48
## 253 282 195
## 254 282 85
## 255 282 59
## 256 282 62
## 257 282 95
## 258 282 111
## 259 281 125
## 260 281 125
## 261 280 105
## 262 280 65
## 263 280 60
## 264 280 103
## 265 280 40
## 266 280 69
## 267 279 58
## 268 278 60
## 269 278 77
## 270 278 40
## 271 278 79
## 272 278 210
## 273 277 55
## 274 277 86
## 275 277 80
## 276 277 28
## 277 276 54
## 278 276 110
## 279 276 124
## 280 276 75
## 281 275 40
## 282 275 50
## 283 275 62
## 284 275 48
## 285 274 95
## 286 274 35
## 287 274 35
## 288 274 45
## 289 274 64
## 290 273 50
## 291 273 75
## 292 273 62
## 293 273 88
## 294 273 42
## 295 273 120
## 296 273 88
## 297 273 28
## 298 272 50
## 299 272 30
## 300 272 85
## 301 272 79
## 302 272 41
## 303 272 145
## 304 272 135
## 305 272 49
## 306 271 75
## 307 271 175
## 308 271 65
## 309 270 200
## 310 270 40
## 311 270 95
## 312 270 84
## 313 270 65
## 314 270 80
## 315 270 79
## 316 269 28
## 317 269 30
## 318 269 73
## 319 268 70
## 320 268 60
## 321 268 26
## 322 268 68
## 323 268 120
## 324 267 110
## 325 267 97
## 326 267 169
## 327 267 120
## 328 267 180
## 329 266 69
## 330 266 170
## 331 266 60
## 332 266 80
## 333 265 99
## 334 265 77
## 335 265 99
## 336 264 55
## 337 263 82
## 338 263 70
## 339 263 58
## 340 263 75
## 341 263 30
## 342 263 75
## 343 263 135
## 344 263 50
## 345 262 115
## 346 262 129
## 347 262 68
## 348 262 128
## 349 262 550
## 350 262 46
## 351 262 79
## 352 262 135
## 353 261 70
## 354 261 60
## 355 261 30
## 356 260 70
## 357 260 95
## 358 260 63
## 359 260 89
## 360 260 249
## 361 260 130
## 362 260 64
## 363 260 92
## 364 259 30
## 365 259 52
## 366 259 50
## 367 259 78
## 368 259 64
## 369 259 100
## 370 258 41
## 371 258 110
## 372 258 95
## 373 258 90
## 374 258 125
## 375 258 68
## 376 258 62
## 377 258 50
## 378 258 46
## 379 257 99
## 380 257 80
## 381 257 34
## 382 257 44
## 383 257 58
## 384 257 74
## 385 256 58
## 386 256 44
## 387 256 35
## 388 255 34
## 389 255 65
## 390 255 38
## 391 255 126
## 392 255 65
## 393 255 99
## 394 254 62
## 395 254 64
## 396 254 110
## 397 254 50
## 398 253 42
## 399 253 38
## 400 253 18
## 401 253 62
## 402 253 130
## 403 253 31
## 404 252 75
## 405 252 54
## 406 252 94
## 407 252 48
## 408 252 99
## 409 252 60
## 410 252 99
## 411 252 49
## 412 252 80
## 413 252 45
## 414 251 131
## 415 251 89
## 416 251 30
## 417 251 171
## 418 251 26
## 419 251 38
## 420 250 99
## 421 250 55
## 422 250 79
## 423 250 51
## 424 250 46
## 425 250 175
## 426 250 17
## 427 249 135
## 428 249 50
## 429 249 32
## 430 249 128
## 431 249 62
## 432 249 48
## 433 249 24
## 434 248 69
## 435 248 35
## 436 248 185
## 437 248 60
## 438 248 60
## 439 248 75
## 440 248 83
## 441 248 65
## 442 247 70
## 443 247 45
## 444 247 43
## 445 247 149
## 446 247 47
## 447 246 40
## 448 246 54
## 449 246 40
## 450 246 65
## 451 246 34
## 452 245 120
## 453 245 129
## 454 245 60
## 455 245 189
## 456 245 39
## 457 245 95
## 458 245 78
## 459 245 129
## 460 244 28
## 461 244 44
## 462 244 32
## 463 244 125
## 464 244 60
## 465 244 90
## 466 244 99
## 467 243 125
## 468 243 45
## 469 243 65
## 470 243 70
## 471 242 40
## 472 242 22
## 473 242 105
## 474 242 47
## 475 242 94
## 476 242 79
## 477 242 99
## 478 242 88
## 479 242 62
## 480 241 50
## 481 241 39
## 482 241 35
## 483 241 146
## 484 241 109
## 485 241 22
## 486 241 38
## 487 241 185
## 488 241 32
## 489 241 55
## 490 241 125
## 491 241 62
## 492 241 150
## 493 241 159
## 494 240 42
## 495 240 28
## 496 240 33
## 497 240 125
## 498 240 31
## 499 240 120
## 500 240 168
## 501 240 38
## 502 239 85
## 503 239 189
## 504 239 47
## 505 239 27
## 506 239 85
## 507 239 48
## 508 239 37
## 509 239 48
## 510 238 129
## 511 238 38
## 512 238 50
## 513 238 49
## 514 237 35
## 515 237 95
## 516 237 155
## 517 237 106
## 518 237 142
## 519 237 80
## 520 236 135
## 521 236 20
## 522 236 75
## 523 236 63
## 524 236 100
## 525 236 69
## 526 236 100
## 527 236 90
## 528 236 43
## 529 235 95
## 530 235 60
## 531 235 45
## 532 235 109
## 533 235 70
## 534 234 51
## 535 234 85
## 536 234 50
## 537 234 39
## 538 234 119
## 539 234 59
## 540 234 34
## 541 233 110
## 542 233 99
## 543 233 129
## 544 233 34
## 545 233 42
## 546 233 74
## 547 233 125
## 548 233 40
## 549 233 49
## 550 232 70
## 551 232 42
## 552 232 95
## 553 232 98
## 554 232 30
## 555 232 34
## 556 232 50
## 557 232 145
## 558 232 28
## 559 232 63
## 560 231 75
## 561 231 58
## 562 231 42
## 563 231 160
## 564 231 99
## 565 231 83
## 566 231 84
## 567 231 38
## 568 231 99
## 569 231 60
## 570 230 175
## 571 230 62
## 572 230 79
## 573 230 125
## 574 230 79
## 575 230 65
## 576 230 54
## 577 230 72
## 578 229 38
## 579 229 225
## 580 229 40
## 581 229 43
## 582 229 70
## 583 229 59
## 584 228 40
## 585 228 48
## 586 228 75
## 587 228 99
## 588 228 130
## 589 228 79
## 590 228 48
## 591 228 54
## 592 228 33
## 593 228 125
## 594 228 22
## 595 228 55
## 596 227 275
## 597 227 235
## 598 227 27
## 599 227 68
## 600 227 75
## 601 227 65
## 602 227 245
## 603 227 200
## 604 227 68
## 605 227 115
## 606 227 123
## 607 227 100
## 608 227 101
## 609 226 50
## 610 226 195
## 611 226 42
## 612 226 100
## 613 226 79
## 614 226 28
## 615 226 57
## 616 226 95
## 617 226 77
## 618 225 34
## 619 225 45
## 620 225 59
## 621 225 65
## 622 225 82
## 623 225 130
## 624 225 165
## 625 225 60
## 626 225 33
## 627 225 114
## 628 225 105
## 629 225 79
## 630 225 120
## 631 225 45
## 632 225 42
## 633 225 89
## 634 225 90
## 635 225 130
## 636 225 45
## 637 224 115
## 638 224 154
## 639 224 59
## 640 224 200
## 641 224 35
## 642 224 69
## 643 224 20
## 644 224 67
## 645 224 90
## 646 224 45
## 647 224 160
## 648 224 50
## 649 223 225
## 650 223 62
## 651 223 59
## 652 223 38
## 653 223 80
## 654 223 50
## 655 223 75
## 656 223 149
## 657 223 189
## 658 222 82
## 659 222 42
## 660 222 115
## 661 222 17
## 662 222 44
## 663 222 82
## 664 222 85
## 665 222 77
## 666 222 139
## 667 222 98
## 668 221 178
## 669 221 60
## 670 221 70
## 671 221 70
## 672 221 37
## 673 221 75
## 674 221 110
## 675 220 88
## 676 220 37
## 677 220 52
## 678 219 99
## 679 219 68
## 680 219 90
## 681 219 135
## 682 219 92
## 683 219 50
## 684 219 75
## 685 219 48
## 686 219 99
## 687 219 49
## 688 219 99
## 689 219 245
## 690 218 95
## 691 218 140
## 692 218 28
## 693 218 58
## 694 218 150
## 695 218 94
## 696 218 129
## 697 218 62
## 698 218 138
## 699 218 58
## 700 218 65
## 701 218 34
## 702 217 50
## 703 217 70
## 704 217 65
## 705 217 150
## 706 217 60
## 707 217 95
## 708 217 60
## 709 217 37
## 710 217 78
## 711 217 75
## 712 217 99
## 713 217 89
## 714 216 28
## 715 216 70
## 716 216 49
## 717 216 100
## 718 216 40
## 719 216 240
## 720 216 95
## 721 216 135
## 722 216 25
## 723 216 40
## 724 216 120
## 725 216 40
## 726 216 74
## 727 215 135
## 728 215 89
## 729 215 43
## 730 215 46
## 731 215 85
## 732 215 156
## 733 215 95
## 734 215 199
## 735 215 139
## 736 215 37
## 737 215 59
## 738 215 95
## 739 214 75
## 740 214 82
## 741 214 195
## 742 214 30
## 743 214 45
## 744 214 34
## 745 214 174
## 746 214 78
## 747 214 85
## 748 214 78
## 749 213 150
## 750 213 70
## 751 213 99
## 752 213 66
## 753 213 79
## 754 213 45
## 755 213 30
## 756 213 159
## 757 213 95
## 758 213 55
## 759 212 54
## 760 212 38
## 761 212 70
## 762 212 79
## 763 212 49
## 764 212 69
## 765 212 85
## 766 212 99
## 767 212 45
## 768 212 40
## 769 211 42
## 770 211 34
## 771 211 152
## 772 211 34
## 773 211 148
## 774 211 99
## 775 211 148
## 776 211 99
## 777 211 110
## 778 211 64
## 779 210 64
## 780 210 50
## 781 210 26
## 782 210 40
## 783 210 25
## 784 209 30
## 785 209 149
## 786 209 20
## 787 209 69
## 788 209 81
## 789 209 49
## 790 209 61
## 791 209 45
## 792 209 175
## 793 209 107
## 794 209 79
## 795 209 49
## 796 209 100
## 797 209 79
## 798 209 50
## 799 209 85
## 800 208 30
## 801 208 62
## 802 208 95
## 803 208 44
## 804 208 85
## 805 208 175
## 806 208 50
## 807 208 28
## 808 208 185
## 809 208 45
## 810 208 129
## 811 208 34
## 812 208 90
## 813 208 80
## 814 207 85
## 815 207 55
## 816 207 175
## 817 207 174
## 818 207 58
## 819 207 115
## 820 207 60
## 821 207 85
## 822 207 80
## 823 207 49
## 824 206 47
## 825 206 145
## 826 206 37
## 827 206 89
## 828 206 42
## 829 206 45
## 830 206 120
## 831 206 20
## 832 206 89
## 833 206 25
## 834 206 39
## 835 206 110
## 836 206 33
## 837 206 117
## 838 206 70
## 839 206 52
## 840 206 65
## 841 206 62
## 842 206 62
## 843 205 125
## 844 205 55
## 845 205 38
## 846 205 17
## 847 205 250
## 848 205 45
## 849 205 44
## 850 205 48
## 851 205 99
## 852 205 64
## 853 205 104
## 854 205 62
## 855 205 100
## 856 205 60
## 857 205 105
## 858 205 99
## 859 204 42
## 860 204 75
## 861 204 24
## 862 204 62
## 863 204 20
## 864 204 109
## 865 204 30
## 866 204 59
## 867 204 55
## 868 204 107
## 869 204 120
## 870 204 88
## 871 204 34
## 872 204 68
## 873 204 62
## 874 204 25
## 875 204 99
## 876 204 27
## 877 203 62
## 878 203 55
## 879 203 125
## 880 203 149
## 881 203 32
## 882 203 125
## 883 203 45
## 884 203 78
## 885 203 55
## 886 203 54
## 887 203 79
## 888 203 82
## 889 203 72
## 890 203 38
## 891 203 59
## 892 202 82
## 893 202 140
## 894 202 57
## 895 202 28
## 896 202 68
## 897 202 62
## 898 202 50
## 899 202 55
## 900 202 88
## 901 202 93
## 902 202 35
## 903 202 118
## 904 202 35
## 905 202 99
## 906 201 59
## 907 201 95
## 908 201 105
## 909 201 220
## 910 201 119
## 911 201 90
## 912 201 37
## 913 201 190
## 914 201 52
## 915 201 107
## 916 201 24
## 917 201 79
## 918 201 70
## 919 200 120
## 920 200 95
## 921 200 70
## 922 200 145
## 923 200 50
## 924 200 99
## 925 200 134
## 926 200 97
## 927 200 65
## 928 200 38
## 929 200 63
## 930 200 24
## 931 200 127
## 932 199 40
## 933 199 90
## 934 199 40
## 935 199 75
## 936 199 69
## 937 199 90
## 938 199 54
## 939 199 73
## 940 199 85
## 941 199 145
## 942 198 105
## 943 198 185
## 944 198 165
## 945 198 110
## 946 198 48
## 947 198 99
## 948 198 46
## 949 198 249
## 950 198 48
## 951 198 128
## 952 198 32
## 953 198 34
## 954 198 24
## 955 198 198
## 956 198 65
## 957 198 90
## 958 198 69
## 959 197 25
## 960 197 43
## 961 197 170
## 962 197 84
## 963 197 89
## 964 197 99
## 965 197 38
## 966 197 85
## 967 197 209
## 968 196 134
## 969 196 179
## 970 196 32
## 971 196 115
## 972 196 52
## 973 196 134
## 974 196 99
## 975 196 74
## 976 196 42
## 977 196 164
## 978 196 50
## 979 196 174
## 980 196 45
## 981 196 64
## 982 195 59
## 983 195 40
## 984 195 62
## 985 195 44
## 986 195 91
## 987 195 78
## 988 195 28
## 989 195 40
## 990 195 105
## 991 195 27
## 992 194 60
## 993 194 55
## 994 194 62
## 995 194 44
## 996 194 61
## 997 194 61
## 998 194 76
## 999 194 52
## 1000 194 65
## 1001 194 62
## 1002 194 65
## 1003 194 139
## 1004 194 105
## 1005 193 45
## 1006 193 38
## 1007 193 32
## 1008 193 43
## 1009 193 70
## 1010 193 89
## 1011 193 59
## 1012 193 35
## 1013 193 64
## 1014 193 80
## 1015 193 175
## 1016 192 50
## 1017 192 306
## 1018 192 92
## 1019 192 100
## 1020 192 59
## 1021 192 90
## 1022 192 98
## 1023 192 59
## 1024 192 75
## 1025 192 85
## 1026 192 90
## 1027 192 110
## 1028 192 109
## 1029 192 70
## 1030 192 25
## 1031 192 99
## 1032 192 59
## 1033 192 30
## 1034 192 98
## 1035 191 42
## 1036 191 74
## 1037 191 99
## 1038 191 156
## 1039 191 49
## 1040 191 100
## 1041 191 54
## 1042 191 99
## 1043 191 22
## 1044 191 37
## 1045 191 30
## 1046 191 109
## 1047 190 40
## 1048 190 99
## 1049 190 60
## 1050 190 24
## 1051 190 82
## 1052 190 116
## 1053 190 149
## 1054 190 45
## 1055 190 42
## 1056 190 150
## 1057 190 105
## 1058 190 62
## 1059 190 19
## 1060 190 115
## 1061 190 32
## 1062 190 54
## 1063 190 53
## 1064 190 120
## 1065 190 12
## 1066 190 26
## 1067 190 42
## 1068 190 46
## 1069 190 50
## 1070 189 80
## 1071 189 50
## 1072 189 99
## 1073 189 101
## 1074 189 58
## 1075 189 54
## 1076 189 50
## 1077 189 50
## 1078 189 44
## 1079 189 30
## 1080 189 83
## 1081 189 86
## 1082 189 190
## 1083 189 70
## 1084 189 145
## 1085 189 85
## 1086 189 62
## 1087 189 77
## 1088 189 81
## 1089 189 130
## 1090 189 91
## 1091 189 40
## 1092 189 209
## 1093 188 88
## 1094 188 43
## 1095 188 70
## 1096 188 58
## 1097 188 62
## 1098 188 95
## 1099 188 36
## 1100 188 30
## 1101 188 50
## 1102 188 79
## 1103 188 68
## 1104 188 65
## 1105 188 70
## 1106 188 62
## 1107 188 39
## 1108 188 160
## 1109 188 45
## 1110 188 32
## 1111 188 69
## 1112 188 175
## 1113 188 54
## 1114 188 60
## 1115 188 100
## 1116 188 129
## 1117 188 62
## 1118 188 225
## 1119 188 134
## 1120 187 42
## 1121 187 100
## 1122 187 165
## 1123 187 48
## 1124 187 88
## 1125 187 60
## 1126 187 89
## 1127 187 44
## 1128 187 38
## 1129 187 70
## 1130 187 99
## 1131 187 65
## 1132 187 54
## 1133 187 89
## 1134 187 37
## 1135 187 159
## 1136 187 15
## 1137 187 69
## 1138 187 40
## 1139 187 42
## 1140 187 20
## 1141 186 70
## 1142 186 58
## 1143 186 70
## 1144 186 199
## 1145 186 42
## 1146 186 42
## 1147 186 70
## 1148 186 48
## 1149 186 99
## 1150 186 44
## 1151 186 200
## 1152 186 119
## 1153 186 72
## 1154 186 45
## 1155 186 115
## 1156 185 50
## 1157 185 48
## 1158 185 40
## 1159 185 35
## 1160 185 80
## 1161 185 125
## 1162 185 28
## 1163 185 199
## 1164 185 32
## 1165 185 45
## 1166 185 78
## 1167 185 90
## 1168 185 54
## 1169 185 50
## 1170 185 31
## 1171 185 59
## 1172 185 95
## 1173 185 17
## 1174 184 52
## 1175 184 79
## 1176 184 98
## 1177 184 124
## 1178 184 48
## 1179 184 500
## 1180 184 99
## 1181 184 38
## 1182 184 159
## 1183 184 30
## 1184 184 110
## 1185 184 175
## 1186 184 105
## 1187 184 195
## 1188 184 85
## 1189 184 125
## 1190 184 28
## 1191 184 138
## 1192 184 99
## 1193 183 36
## 1194 183 38
## 1195 183 125
## 1196 183 162
## 1197 183 120
## 1198 183 80
## 1199 183 50
## 1200 183 20
## 1201 183 83
## 1202 183 99
## 1203 183 35
## 1204 183 70
## 1205 183 104
## 1206 183 135
## 1207 183 69
## 1208 183 116
## 1209 183 77
## 1210 183 70
## 1211 183 140
## 1212 182 70
## 1213 182 70
## 1214 182 133
## 1215 182 75
## 1216 182 99
## 1217 182 215
## 1218 182 99
## 1219 182 67
## 1220 182 60
## 1221 182 89
## 1222 182 50
## 1223 182 142
## 1224 182 45
## 1225 182 38
## 1226 182 95
## 1227 182 22
## 1228 182 50
## 1229 182 75
## 1230 182 65
## 1231 182 69
## 1232 182 30
## 1233 182 77
## 1234 182 55
## 1235 182 179
## 1236 181 65
## 1237 181 112
## 1238 181 129
## 1239 181 58
## 1240 181 20
## 1241 181 50
## 1242 181 110
## 1243 181 160
## 1244 181 105
## 1245 181 30
## 1246 181 28
## 1247 181 68
## 1248 181 45
## 1249 181 42
## 1250 181 32
## 1251 181 80
## 1252 181 27
## 1253 181 27
## 1254 181 25
## 1255 181 185
## 1256 181 140
## 1257 181 50
## 1258 180 99
## 1259 180 130
## 1260 180 42
## 1261 180 32
## 1262 180 160
## 1263 180 30
## 1264 180 58
## 1265 180 60
## 1266 180 74
## 1267 180 110
## 1268 180 89
## 1269 180 102
## 1270 180 115
## 1271 180 55
## 1272 180 55
## 1273 180 48
## 1274 180 33
## 1275 180 30
## 1276 180 75
## 1277 180 250
## 1278 180 126
## 1279 180 259
## 1280 180 200
## 1281 180 50
## 1282 179 50
## 1283 179 18
## 1284 179 94
## 1285 179 74
## 1286 179 99
## 1287 179 99
## 1288 179 85
## 1289 179 128
## 1290 179 84
## 1291 179 54
## 1292 179 48
## 1293 179 46
## 1294 179 48
## 1295 179 130
## 1296 179 85
## 1297 179 50
## 1298 179 56
## 1299 179 42
## 1300 179 84
## 1301 179 119
## 1302 179 145
## 1303 179 68
## 1304 179 99
## 1305 179 80
## 1306 178 75
## 1307 178 76
## 1308 178 100
## 1309 178 68
## 1310 178 50
## 1311 178 75
## 1312 178 189
## 1313 178 99
## 1314 178 40
## 1315 178 38
## 1316 178 125
## 1317 178 44
## 1318 178 85
## 1319 178 50
## 1320 178 46
## 1321 178 69
## 1322 178 50
## 1323 178 225
## 1324 178 44
## 1325 178 36
## 1326 178 58
## 1327 178 42
## 1328 178 90
## 1329 178 150
## 1330 178 41
## 1331 178 64
## 1332 178 64
## 1333 178 91
## 1334 178 35
## 1335 178 16
## 1336 178 135
## 1337 178 69
## 1338 178 63
## 1339 178 41
## 1340 178 60
## 1341 177 150
## 1342 177 85
## 1343 177 54
## 1344 177 42
## 1345 177 65
## 1346 177 175
## 1347 177 48
## 1348 177 85
## 1349 177 150
## 1350 177 55
## 1351 177 95
## 1352 177 125
## 1353 177 60
## 1354 177 150
## 1355 177 80
## 1356 177 50
## 1357 177 115
## 1358 177 125
## 1359 177 38
## 1360 177 23
## 1361 177 75
## 1362 177 56
## 1363 176 99
## 1364 176 42
## 1365 176 65
## 1366 176 225
## 1367 176 70
## 1368 176 180
## 1369 176 48
## 1370 176 74
## 1371 176 38
## 1372 176 175
## 1373 176 179
## 1374 176 88
## 1375 176 70
## 1376 176 99
## 1377 176 75
## 1378 176 189
## 1379 176 125
## 1380 176 61
## 1381 176 34
## 1382 176 62
## 1383 176 160
## 1384 176 59
## 1385 176 15
## 1386 176 120
## 1387 176 32
## 1388 176 99
## 1389 176 65
## 1390 175 240
## 1391 175 129
## 1392 175 60
## 1393 175 56
## 1394 175 133
## 1395 175 103
## 1396 175 87
## 1397 175 98
## 1398 175 71
## 1399 175 95
## 1400 175 50
## 1401 175 125
## 1402 175 119
## 1403 175 85
## 1404 175 54
## 1405 175 45
## 1406 175 60
## 1407 175 89
## 1408 175 45
## 1409 175 50
## 1410 175 40
## 1411 175 59
## 1412 175 52
## 1413 175 44
## 1414 175 19
## 1415 175 22
## 1416 174 99
## 1417 174 78
## 1418 174 119
## 1419 174 130
## 1420 174 80
## 1421 174 105
## 1422 174 199
## 1423 174 149
## 1424 174 54
## 1425 174 120
## 1426 174 90
## 1427 174 20
## 1428 174 49
## 1429 174 50
## 1430 174 50
## 1431 174 138
## 1432 174 95
## 1433 174 85
## 1434 174 115
## 1435 174 70
## 1436 174 45
## 1437 173 89
## 1438 173 65
## 1439 173 66
## 1440 173 38
## 1441 173 30
## 1442 173 34
## 1443 173 117
## 1444 173 63
## 1445 173 70
## 1446 173 39
## 1447 173 110
## 1448 173 65
## 1449 173 58
## 1450 173 49
## 1451 173 70
## 1452 173 50
## 1453 173 26
## 1454 173 94
## 1455 173 99
## 1456 173 115
## 1457 173 68
## 1458 173 349
## 1459 173 170
## 1460 173 85
## 1461 173 58
## 1462 173 35
## 1463 173 189
## 1464 173 105
## 1465 173 115
## 1466 173 69
## 1467 173 35
## 1468 173 75
## 1469 173 140
## 1470 173 99
## 1471 173 65
## 1472 172 103
## 1473 172 30
## 1474 172 62
## 1475 172 87
## 1476 172 250
## 1477 172 44
## 1478 172 189
## 1479 172 125
## 1480 172 89
## 1481 172 74
## 1482 172 99
## 1483 172 31
## 1484 172 51
## 1485 171 50
## 1486 171 80
## 1487 171 55
## 1488 171 101
## 1489 171 69
## 1490 171 65
## 1491 171 23
## 1492 171 99
## 1493 171 129
## 1494 171 70
## 1495 171 50
## 1496 171 75
## 1497 171 50
## 1498 171 95
## 1499 171 75
## 1500 171 72
## 1501 171 75
## 1502 171 32
## 1503 171 109
## 1504 171 199
## 1505 171 58
## 1506 171 33
## 1507 171 33
## 1508 171 100
## 1509 171 125
## 1510 171 90
## 1511 171 150
## 1512 171 58
## 1513 170 90
## 1514 170 44
## 1515 170 145
## 1516 170 50
## 1517 170 99
## 1518 170 80
## 1519 170 110
## 1520 170 95
## 1521 170 40
## 1522 170 58
## 1523 170 24
## 1524 170 129
## 1525 170 60
## 1526 170 80
## 1527 170 88
## 1528 170 69
## 1529 170 41
## 1530 170 80
## 1531 170 46
## 1532 170 50
## 1533 170 110
## 1534 170 95
## 1535 170 23
## 1536 170 117
## 1537 170 87
## 1538 170 68
## 1539 170 40
## 1540 170 21
## 1541 170 32
## 1542 170 142
## 1543 169 60
## 1544 169 56
## 1545 169 99
## 1546 169 30
## 1547 169 399
## 1548 169 96
## 1549 169 65
## 1550 169 32
## 1551 169 32
## 1552 169 58
## 1553 169 179
## 1554 169 36
## 1555 169 60
## 1556 169 58
## 1557 169 35
## 1558 169 130
## 1559 169 48
## 1560 169 112
## 1561 169 42
## 1562 169 94
## 1563 169 44
## 1564 169 54
## 1565 169 55
## 1566 169 48
## 1567 169 89
## 1568 169 58
## 1569 169 99
## 1570 169 149
## 1571 169 58
## 1572 169 42
## 1573 169 29
## 1574 169 99
## 1575 168 40
## 1576 168 45
## 1577 168 60
## 1578 168 55
## 1579 168 40
## 1580 168 65
## 1581 168 125
## 1582 168 42
## 1583 168 75
## 1584 168 32
## 1585 168 199
## 1586 168 89
## 1587 168 148
## 1588 168 135
## 1589 168 58
## 1590 168 65
## 1591 167 159
## 1592 167 33
## 1593 167 25
## 1594 167 100
## 1595 167 49
## 1596 167 58
## 1597 167 115
## 1598 167 42
## 1599 167 74
## 1600 167 38
## 1601 167 165
## 1602 167 39
## 1603 167 100
## 1604 167 52
## 1605 167 112
## 1606 167 62
## 1607 167 70
## 1608 167 149
## 1609 167 36
## 1610 167 135
## 1611 167 99
## 1612 167 80
## 1613 167 90
## 1614 167 101
## 1615 167 260
## 1616 167 79
## 1617 167 159
## 1618 167 111
## 1619 167 54
## 1620 167 125
## 1621 166 55
## 1622 166 129
## 1623 166 188
## 1624 166 110
## 1625 166 65
## 1626 166 97
## 1627 166 64
## 1628 166 80
## 1629 166 66
## 1630 166 95
## 1631 166 175
## 1632 166 130
## 1633 166 60
## 1634 166 40
## 1635 166 59
## 1636 166 20
## 1637 166 64
## 1638 166 37
## 1639 166 145
## 1640 166 43
## 1641 166 65
## 1642 166 90
## 1643 166 130
## 1644 166 33
## 1645 166 215
## 1646 166 99
## 1647 166 46
## 1648 166 18
## 1649 166 149
## 1650 166 55
## 1651 166 50
## 1652 166 44
## 1653 166 95
## 1654 166 19
## 1655 166 150
## 1656 166 77
## 1657 166 29
## 1658 165 85
## 1659 165 85
## 1660 165 75
## 1661 165 33
## 1662 165 28
## 1663 165 40
## 1664 165 45
## 1665 165 72
## 1666 165 48
## 1667 165 50
## 1668 165 55
## 1669 165 150
## 1670 165 45
## 1671 165 25
## 1672 165 96
## 1673 165 95
## 1674 165 50
## 1675 165 42
## 1676 165 50
## 1677 165 50
## 1678 165 125
## 1679 165 30
## 1680 165 49
## 1681 165 339
## 1682 165 45
## 1683 165 149
## 1684 165 99
## 1685 165 69
## 1686 165 85
## 1687 165 63
## 1688 165 295
## 1689 165 85
## 1690 165 149
## 1691 165 59
## 1692 165 246
## 1693 165 107
## 1694 164 80
## 1695 164 22
## 1696 164 59
## 1697 164 50
## 1698 164 28
## 1699 164 90
## 1700 164 60
## 1701 164 245
## 1702 164 145
## 1703 164 89
## 1704 164 139
## 1705 164 189
## 1706 164 115
## 1707 164 50
## 1708 164 59
## 1709 164 16
## 1710 164 100
## 1711 164 41
## 1712 164 98
## 1713 164 78
## 1714 164 36
## 1715 164 85
## 1716 164 44
## 1717 164 130
## 1718 164 64
## 1719 164 62
## 1720 163 95
## 1721 163 119
## 1722 163 42
## 1723 163 100
## 1724 163 135
## 1725 163 110
## 1726 163 125
## 1727 163 95
## 1728 163 99
## 1729 163 50
## 1730 163 89
## 1731 163 55
## 1732 163 90
## 1733 163 45
## 1734 163 79
## 1735 163 108
## 1736 163 139
## 1737 163 50
## 1738 163 68
## 1739 163 40
## 1740 163 50
## 1741 163 52
## 1742 163 79
## 1743 163 35
## 1744 163 94
## 1745 163 75
## 1746 163 62
## 1747 163 40
## 1748 163 74
## 1749 163 57
## 1750 163 38
## 1751 163 60
## 1752 163 32
## 1753 163 64
## 1754 162 28
## 1755 162 57
## 1756 162 50
## 1757 162 90
## 1758 162 42
## 1759 162 92
## 1760 162 330
## 1761 162 148
## 1762 162 99
## 1763 162 89
## 1764 162 69
## 1765 162 100
## 1766 162 38
## 1767 162 45
## 1768 162 62
## 1769 162 50
## 1770 162 95
## 1771 162 175
## 1772 162 58
## 1773 162 151
## 1774 162 180
## 1775 162 75
## 1776 162 64
## 1777 162 52
## 1778 162 82
## 1779 162 60
## 1780 162 105
## 1781 161 63
## 1782 161 125
## 1783 161 45
## 1784 161 62
## 1785 161 133
## 1786 161 13
## 1787 161 85
## 1788 161 55
## 1789 161 123
## 1790 161 47
## 1791 161 65
## 1792 161 95
## 1793 161 50
## 1794 161 94
## 1795 161 44
## 1796 161 69
## 1797 161 78
## 1798 161 114
## 1799 161 60
## 1800 161 125
## 1801 161 225
## 1802 161 74
## 1803 161 130
## 1804 161 229
## 1805 161 50
## 1806 160 44
## 1807 160 23
## 1808 160 65
## 1809 160 105
## 1810 160 64
## 1811 160 63
## 1812 160 16
## 1813 160 17
## 1814 160 30
## 1815 160 240
## 1816 160 50
## 1817 160 119
## 1818 160 79
## 1819 160 135
## 1820 160 150
## 1821 160 88
## 1822 160 72
## 1823 160 85
## 1824 160 99
## 1825 160 119
## 1826 160 165
## 1827 160 22
## 1828 160 50
## 1829 160 99
## 1830 160 117
## 1831 160 45
## 1832 160 69
## 1833 160 68
## 1834 160 160
## 1835 160 20
## 1836 160 50
## 1837 160 50
## 1838 160 60
## 1839 160 95
## 1840 160 83
## 1841 159 125
## 1842 159 110
## 1843 159 60
## 1844 159 145
## 1845 159 35
## 1846 159 125
## 1847 159 31
## 1848 159 18
## 1849 159 114
## 1850 159 68
## 1851 159 85
## 1852 159 150
## 1853 159 55
## 1854 159 88
## 1855 159 50
## 1856 159 84
## 1857 159 92
## 1858 159 79
## 1859 159 119
## 1860 159 64
## 1861 159 69
## 1862 159 26
## 1863 159 193
## 1864 158 84
## 1865 158 38
## 1866 158 57
## 1867 158 59
## 1868 158 134
## 1869 158 45
## 1870 158 32
## 1871 158 42
## 1872 158 30
## 1873 158 32
## 1874 158 56
## 1875 158 46
## 1876 158 103
## 1877 158 60
## 1878 158 48
## 1879 158 36
## 1880 158 25
## 1881 158 43
## 1882 158 40
## 1883 158 119
## 1884 158 65
## 1885 158 59
## 1886 158 48
## 1887 158 89
## 1888 158 65
## 1889 158 64
## 1890 158 69
## 1891 158 41
## 1892 158 267
## 1893 158 198
## 1894 158 38
## 1895 158 89
## 1896 158 150
## 1897 158 65
## 1898 158 74
## 1899 158 89
## 1900 158 125
## 1901 158 48
## 1902 158 64
## 1903 158 38
## 1904 158 45
## 1905 158 28
## 1906 158 59
## 1907 158 42
## 1908 158 62
## 1909 158 50
## 1910 158 20
## 1911 157 50
## 1912 157 45
## 1913 157 75
## 1914 157 39
## 1915 157 13
## 1916 157 65
## 1917 157 133
## 1918 157 58
## 1919 157 57
## 1920 157 38
## 1921 157 35
## 1922 157 200
## 1923 157 53
## 1924 157 80
## 1925 157 53
## 1926 157 22
## 1927 157 70
## 1928 157 62
## 1929 157 50
## 1930 157 165
## 1931 157 90
## 1932 157 50
## 1933 157 88
## 1934 157 47
## 1935 157 95
## 1936 157 42
## 1937 157 49
## 1938 156 60
## 1939 156 99
## 1940 156 108
## 1941 156 36
## 1942 156 65
## 1943 156 42
## 1944 156 43
## 1945 156 40
## 1946 156 60
## 1947 156 58
## 1948 156 88
## 1949 156 59
## 1950 156 300
## 1951 156 50
## 1952 156 48
## 1953 156 84
## 1954 156 89
## 1955 156 43
## 1956 156 105
## 1957 156 139
## 1958 156 66
## 1959 156 38
## 1960 156 42
## 1961 156 110
## 1962 156 240
## 1963 156 98
## 1964 156 139
## 1965 156 75
## 1966 156 110
## 1967 156 24
## 1968 156 40
## 1969 156 105
## 1970 156 109
## 1971 155 55
## 1972 155 42
## 1973 155 37
## 1974 155 144
## 1975 155 72
## 1976 155 20
## 1977 155 55
## 1978 155 45
## 1979 155 125
## 1980 155 115
## 1981 155 12
## 1982 155 35
## 1983 155 95
## 1984 155 122
## 1985 155 23
## 1986 155 78
## 1987 155 30
## 1988 155 62
## 1989 155 150
## 1990 155 213
## 1991 155 24
## 1992 155 100
## 1993 155 115
## 1994 155 50
## 1995 155 150
## 1996 155 95
## 1997 155 158
## 1998 155 64
## 1999 155 99
## 2000 155 97
## 2001 155 53
## 2002 155 49
## 2003 155 50
## 2004 155 33
## 2005 154 89
## 2006 154 122
## 2007 154 22
## 2008 154 164
## 2009 154 94
## 2010 154 220
## 2011 154 32
## 2012 154 38
## 2013 154 95
## 2014 154 43
## 2015 154 25
## 2016 154 40
## 2017 154 62
## 2018 154 62
## 2019 154 68
## 2020 154 100
## 2021 154 32
## 2022 154 40
## 2023 154 85
## 2024 154 45
## 2025 154 53
## 2026 154 88
## 2027 154 42
## 2028 154 65
## 2029 154 100
## 2030 154 35
## 2031 154 239
## 2032 154 55
## 2033 154 40
## 2034 154 22
## 2035 154 69
## 2036 154 84
## 2037 154 34
## 2038 154 250
## 2039 153 90
## 2040 153 94
## 2041 153 55
## 2042 153 13
## 2043 153 109
## 2044 153 42
## 2045 153 82
## 2046 153 62
## 2047 153 350
## 2048 153 175
## 2049 153 57
## 2050 153 111
## 2051 153 180
## 2052 153 29
## 2053 153 99
## 2054 153 69
## 2055 153 89
## 2056 153 99
## 2057 153 179
## 2058 153 65
## 2059 153 89
## 2060 153 75
## 2061 153 85
## 2062 153 125
## 2063 153 99
## 2064 153 73
## 2065 153 65
## 2066 153 125
## 2067 153 165
## 2068 153 46
## 2069 153 112
## 2070 153 40
## 2071 153 44
## 2072 152 79
## 2073 152 110
## 2074 152 11
## 2075 152 79
## 2076 152 25
## 2077 152 42
## 2078 152 99
## 2079 152 105
## 2080 152 98
## 2081 152 80
## 2082 152 118
## 2083 152 33
## 2084 152 59
## 2085 152 95
## 2086 152 115
## 2087 152 90
## 2088 152 145
## 2089 152 60
## 2090 152 68
## 2091 152 68
## 2092 152 28
## 2093 152 52
## 2094 152 195
## 2095 152 175
## 2096 152 69
## 2097 152 30
## 2098 152 47
## 2099 152 295
## 2100 152 69
## 2101 152 28
## 2102 152 30
## 2103 152 56
## 2104 152 66
## 2105 152 60
## 2106 152 55
## 2107 152 51
## 2108 152 52
## 2109 151 95
## 2110 151 96
## 2111 151 80
## 2112 151 90
## 2113 151 75
## 2114 151 46
## 2115 151 125
## 2116 151 85
## 2117 151 53
## 2118 151 30
## 2119 151 77
## 2120 151 38
## 2121 151 48
## 2122 151 70
## 2123 151 58
## 2124 151 77
## 2125 151 25
## 2126 151 90
## 2127 151 40
## 2128 151 87
## 2129 151 333
## 2130 151 199
## 2131 151 20
## 2132 151 74
## 2133 151 75
## 2134 151 38
## 2135 151 24
## 2136 151 200
## 2137 151 167
## 2138 151 62
## 2139 150 125
## 2140 150 32
## 2141 150 58
## 2142 150 90
## 2143 150 135
## 2144 150 65
## 2145 150 125
## 2146 150 34
## 2147 150 50
## 2148 150 175
## 2149 150 40
## 2150 150 66
## 2151 150 99
## 2152 150 63
## 2153 150 38
## 2154 150 28
## 2155 150 75
## 2156 150 199
## 2157 150 33
## 2158 150 88
## 2159 150 100
## 2160 150 22
## 2161 150 98
## 2162 150 52
## 2163 150 74
## 2164 150 42
## 2165 150 30
## 2166 150 54
## 2167 150 21
## 2168 150 40
## 2169 150 40
## 2170 150 50
## 2171 150 42
## 2172 150 85
## 2173 150 35
## 2174 150 94
## 2175 150 38
## 2176 150 65
## 2177 150 40
## 2178 150 200
## 2179 150 79
## 2180 149 31
## 2181 149 84
## 2182 149 70
## 2183 149 165
## 2184 149 62
## 2185 149 95
## 2186 149 149
## 2187 149 42
## 2188 149 59
## 2189 149 88
## 2190 149 78
## 2191 149 62
## 2192 149 55
## 2193 149 100
## 2194 149 90
## 2195 149 85
## 2196 149 38
## 2197 149 50
## 2198 149 58
## 2199 149 32
## 2200 149 60
## 2201 149 86
## 2202 149 68
## 2203 149 65
## 2204 149 50
## 2205 149 59
## 2206 149 78
## 2207 149 50
## 2208 149 95
## 2209 149 249
## 2210 148 89
## 2211 148 69
## 2212 148 75
## 2213 148 48
## 2214 148 61
## 2215 148 52
## 2216 148 40
## 2217 148 88
## 2218 148 88
## 2219 148 64
## 2220 148 75
## 2221 148 32
## 2222 148 85
## 2223 148 47
## 2224 148 32
## 2225 148 180
## 2226 148 53
## 2227 148 55
## 2228 148 85
## 2229 148 30
## 2230 148 133
## 2231 148 75
## 2232 148 100
## 2233 148 96
## 2234 148 42
## 2235 148 99
## 2236 148 40
## 2237 148 99
## 2238 148 88
## 2239 148 85
## 2240 148 148
## 2241 148 70
## 2242 148 38
## 2243 148 27
## 2244 148 150
## 2245 148 120
## 2246 148 28
## 2247 148 38
## 2248 148 60
## 2249 148 32
## 2250 148 80
## 2251 148 62
## 2252 148 125
## 2253 147 75
## 2254 147 79
## 2255 147 26
## 2256 147 34
## 2257 147 55
## 2258 147 48
## 2259 147 100
## 2260 147 50
## 2261 147 65
## 2262 147 150
## 2263 147 185
## 2264 147 199
## 2265 147 50
## 2266 147 40
## 2267 147 115
## 2268 147 46
## 2269 147 60
## 2270 147 99
## 2271 147 60
## 2272 147 275
## 2273 147 20
## 2274 147 47
## 2275 147 179
## 2276 147 74
## 2277 147 150
## 2278 147 200
## 2279 147 65
## 2280 147 25
## 2281 147 54
## 2282 147 55
## 2283 147 125
## 2284 147 100
## 2285 147 55
## 2286 147 38
## 2287 147 34
## 2288 147 43
## 2289 147 29
## 2290 147 42
## 2291 147 93
## 2292 147 32
## 2293 147 90
## 2294 147 32
## 2295 147 25
## 2296 147 50
## 2297 147 112
## 2298 146 125
## 2299 146 59
## 2300 146 33
## 2301 146 79
## 2302 146 52
## 2303 146 58
## 2304 146 19
## 2305 146 230
## 2306 146 49
## 2307 146 50
## 2308 146 170
## 2309 146 85
## 2310 146 91
## 2311 146 128
## 2312 146 50
## 2313 146 48
## 2314 146 99
## 2315 146 275
## 2316 146 100
## 2317 146 21
## 2318 146 69
## 2319 146 48
## 2320 146 160
## 2321 146 23
## 2322 146 75
## 2323 146 33
## 2324 146 45
## 2325 146 55
## 2326 146 42
## 2327 146 55
## 2328 146 134
## 2329 146 54
## 2330 146 100
## 2331 146 62
## 2332 146 20
## 2333 146 120
## 2334 146 100
## 2335 146 60
## 2336 146 70
## 2337 146 47
## 2338 146 30
## 2339 146 50
## 2340 146 26
## 2341 146 16
## 2342 146 70
## 2343 146 112
## 2344 146 69
## 2345 145 75
## 2346 145 53
## 2347 145 32
## 2348 145 125
## 2349 145 99
## 2350 145 54
## 2351 145 88
## 2352 145 38
## 2353 145 99
## 2354 145 48
## 2355 145 28
## 2356 145 180
## 2357 145 48
## 2358 145 33
## 2359 145 35
## 2360 145 38
## 2361 145 35
## 2362 145 26
## 2363 145 120
## 2364 145 44
## 2365 145 124
## 2366 145 189
## 2367 145 250
## 2368 145 75
## 2369 145 55
## 2370 145 40
## 2371 145 58
## 2372 145 40
## 2373 145 112
## 2374 145 229
## 2375 145 250
## 2376 145 68
## 2377 145 175
## 2378 145 30
## 2379 145 38
## 2380 145 168
## 2381 145 41
## 2382 144 80
## 2383 144 18
## 2384 144 250
## 2385 144 50
## 2386 144 100
## 2387 144 150
## 2388 144 75
## 2389 144 119
## 2390 144 25
## 2391 144 130
## 2392 144 50
## 2393 144 155
## 2394 144 93
## 2395 144 60
## 2396 144 49
## 2397 144 240
## 2398 144 60
## 2399 144 42
## 2400 144 52
## 2401 144 83
## 2402 144 84
## 2403 144 35
## 2404 144 30
## 2405 144 30
## 2406 144 30
## 2407 144 54
## 2408 144 38
## 2409 144 63
## 2410 144 76
## 2411 144 49
## 2412 143 85
## 2413 143 48
## 2414 143 60
## 2415 143 80
## 2416 143 45
## 2417 143 75
## 2418 143 150
## 2419 143 34
## 2420 143 27
## 2421 143 45
## 2422 143 85
## 2423 143 83
## 2424 143 67
## 2425 143 22
## 2426 143 160
## 2427 143 69
## 2428 143 16
## 2429 143 132
## 2430 143 207
## 2431 143 140
## 2432 143 69
## 2433 143 70
## 2434 143 133
## 2435 143 189
## 2436 143 32
## 2437 143 63
## 2438 143 53
## 2439 143 19
## 2440 143 185
## 2441 143 72
## 2442 143 42
## 2443 143 99
## 2444 143 95
## 2445 143 125
## 2446 143 161
## 2447 143 70
## 2448 143 65
## 2449 143 62
## 2450 143 92
## 2451 143 69
## 2452 143 25
## 2453 143 22
## 2454 143 65
## 2455 143 75
## 2456 143 73
## 2457 142 100
## 2458 142 62
## 2459 142 32
## 2460 142 66
## 2461 142 16
## 2462 142 79
## 2463 142 90
## 2464 142 140
## 2465 142 45
## 2466 142 102
## 2467 142 17
## 2468 142 19
## 2469 142 23
## 2470 142 68
## 2471 142 120
## 2472 142 322
## 2473 142 65
## 2474 142 90
## 2475 142 69
## 2476 142 79
## 2477 142 80
## 2478 142 34
## 2479 142 125
## 2480 142 73
## 2481 142 42
## 2482 142 100
## 2483 142 82
## 2484 142 98
## 2485 142 75
## 2486 142 84
## 2487 142 34
## 2488 142 31
## 2489 142 45
## 2490 142 65
## 2491 142 70
## 2492 142 42
## 2493 142 40
## 2494 142 50
## 2495 142 38
## 2496 142 56
## 2497 142 129
## 2498 142 135
## 2499 142 70
## 2500 142 40
## 2501 142 140
## 2502 142 42
## 2503 141 109
## 2504 141 76
## 2505 141 76
## 2506 141 48
## 2507 141 67
## 2508 141 80
## 2509 141 111
## 2510 141 65
## 2511 141 180
## 2512 141 58
## 2513 141 140
## 2514 141 40
## 2515 141 44
## 2516 141 35
## 2517 141 55
## 2518 141 50
## 2519 141 72
## 2520 141 84
## 2521 141 50
## 2522 141 30
## 2523 141 68
## 2524 141 40
## 2525 141 49
## 2526 141 44
## 2527 141 149
## 2528 141 38
## 2529 141 90
## 2530 141 329
## 2531 141 34
## 2532 141 40
## 2533 141 40
## 2534 141 56
## 2535 141 129
## 2536 141 42
## 2537 141 98
## 2538 141 31
## 2539 141 89
## 2540 141 50
## 2541 141 80
## 2542 141 200
## 2543 141 54
## 2544 141 110
## 2545 141 59
## 2546 141 74
## 2547 141 115
## 2548 141 69
## 2549 140 32
## 2550 140 115
## 2551 140 40
## 2552 140 75
## 2553 140 45
## 2554 140 50
## 2555 140 40
## 2556 140 288
## 2557 140 52
## 2558 140 68
## 2559 140 15
## 2560 140 79
## 2561 140 55
## 2562 140 75
## 2563 140 46
## 2564 140 28
## 2565 140 90
## 2566 140 60
## 2567 140 68
## 2568 140 155
## 2569 140 109
## 2570 140 35
## 2571 140 52
## 2572 140 60
## 2573 140 37
## 2574 140 55
## 2575 140 45
## 2576 140 23
## 2577 140 100
## 2578 140 28
## 2579 140 48
## 2580 140 50
## 2581 140 42
## 2582 140 299
## 2583 140 80
## 2584 140 85
## 2585 140 110
## 2586 140 100
## 2587 140 65
## 2588 140 53
## 2589 140 72
## 2590 140 110
## 2591 140 249
## 2592 140 54
## 2593 140 22
## 2594 140 95
## 2595 140 52
## 2596 140 125
## 2597 140 92
## 2598 140 299
## 2599 140 18
## 2600 140 95
## 2601 140 238
## 2602 140 35
## 2603 140 72
## 2604 140 48
## 2605 140 34
## 2606 140 200
## 2607 140 100
## 2608 139 36
## 2609 139 99
## 2610 139 38
## 2611 139 55
## 2612 139 102
## 2613 139 55
## 2614 139 41
## 2615 139 100
## 2616 139 28
## 2617 139 94
## 2618 139 42
## 2619 139 20
## 2620 139 40
## 2621 139 50
## 2622 139 100
## 2623 139 54
## 2624 139 117
## 2625 139 55
## 2626 139 33
## 2627 139 50
## 2628 139 58
## 2629 139 78
## 2630 139 69
## 2631 139 140
## 2632 139 12
## 2633 139 40
## 2634 139 80
## 2635 139 191
## 2636 139 110
## 2637 139 40
## 2638 139 188
## 2639 139 68
## 2640 139 70
## 2641 139 98
## 2642 139 74
## 2643 139 45
## 2644 139 95
## 2645 139 37
## 2646 139 89
## 2647 139 300
## 2648 138 198
## 2649 138 75
## 2650 138 43
## 2651 138 26
## 2652 138 103
## 2653 138 22
## 2654 138 15
## 2655 138 40
## 2656 138 99
## 2657 138 42
## 2658 138 94
## 2659 138 58
## 2660 138 62
## 2661 138 109
## 2662 138 50
## 2663 138 50
## 2664 138 50
## 2665 138 58
## 2666 138 90
## 2667 138 125
## 2668 138 102
## 2669 138 39
## 2670 138 61
## 2671 138 120
## 2672 138 50
## 2673 138 75
## 2674 138 66
## 2675 138 60
## 2676 138 62
## 2677 138 59
## 2678 138 30
## 2679 138 60
## 2680 138 44
## 2681 138 99
## 2682 138 54
## 2683 138 33
## 2684 138 46
## 2685 138 95
## 2686 138 100
## 2687 138 88
## 2688 138 299
## 2689 138 130
## 2690 138 50
## 2691 138 50
## 2692 138 110
## 2693 138 225
## 2694 138 91
## 2695 138 50
## 2696 138 62
## 2697 138 88
## 2698 138 185
## 2699 137 70
## 2700 137 59
## 2701 137 50
## 2702 137 100
## 2703 137 85
## 2704 137 124
## 2705 137 68
## 2706 137 130
## 2707 137 177
## 2708 137 28
## 2709 137 47
## 2710 137 186
## 2711 137 75
## 2712 137 110
## 2713 137 20
## 2714 137 35
## 2715 137 70
## 2716 137 104
## 2717 137 30
## 2718 137 60
## 2719 137 17
## 2720 137 111
## 2721 137 38
## 2722 137 42
## 2723 137 80
## 2724 137 200
## 2725 137 109
## 2726 137 790
## 2727 137 200
## 2728 137 179
## 2729 137 140
## 2730 137 125
## 2731 137 66
## 2732 137 69
## 2733 137 60
## 2734 137 100
## 2735 137 81
## 2736 137 140
## 2737 137 149
## 2738 137 105
## 2739 137 89
## 2740 137 85
## 2741 137 43
## 2742 137 48
## 2743 137 185
## 2744 137 140
## 2745 137 15
## 2746 137 90
## 2747 137 35
## 2748 136 109
## 2749 136 165
## 2750 136 89
## 2751 136 84
## 2752 136 32
## 2753 136 54
## 2754 136 26
## 2755 136 30
## 2756 136 25
## 2757 136 75
## 2758 136 29
## 2759 136 100
## 2760 136 55
## 2761 136 83
## 2762 136 89
## 2763 136 48
## 2764 136 550
## 2765 136 74
## 2766 136 100
## 2767 136 125
## 2768 136 115
## 2769 136 90
## 2770 136 275
## 2771 136 24
## 2772 136 49
## 2773 136 59
## 2774 136 60
## 2775 136 32
## 2776 136 500
## 2777 136 69
## 2778 136 99
## 2779 136 52
## 2780 136 58
## 2781 136 63
## 2782 136 500
## 2783 136 30
## 2784 136 105
## 2785 136 80
## 2786 136 40
## 2787 136 43
## 2788 136 139
## 2789 136 135
## 2790 136 99
## 2791 136 54
## 2792 136 95
## 2793 136 42
## 2794 136 50
## 2795 136 89
## 2796 136 44
## 2797 136 70
## 2798 136 45
## 2799 136 38
## 2800 136 70
## 2801 136 129
## 2802 136 160
## 2803 136 57
## 2804 136 45
## 2805 136 58
## 2806 136 24
## 2807 136 150
## 2808 135 50
## 2809 135 30
## 2810 135 115
## 2811 135 69
## 2812 135 70
## 2813 135 121
## 2814 135 48
## 2815 135 31
## 2816 135 820
## 2817 135 17
## 2818 135 48
## 2819 135 99
## 2820 135 75
## 2821 135 45
## 2822 135 105
## 2823 135 155
## 2824 135 60
## 2825 135 62
## 2826 135 60
## 2827 135 74
## 2828 135 80
## 2829 135 115
## 2830 135 68
## 2831 135 34
## 2832 135 83
## 2833 135 119
## 2834 135 183
## 2835 135 135
## 2836 135 34
## 2837 135 29
## 2838 135 334
## 2839 135 58
## 2840 135 89
## 2841 135 48
## 2842 135 48
## 2843 135 11
## 2844 135 87
## 2845 135 38
## 2846 135 48
## 2847 135 25
## 2848 135 159
## 2849 135 18
## 2850 135 126
## 2851 135 42
## 2852 135 250
## 2853 135 27
## 2854 135 86
## 2855 135 100
## 2856 134 42
## 2857 134 155
## 2858 134 28
## 2859 134 115
## 2860 134 13
## 2861 134 35
## 2862 134 110
## 2863 134 47
## 2864 134 250
## 2865 134 17
## 2866 134 33
## 2867 134 250
## 2868 134 52
## 2869 134 68
## 2870 134 70
## 2871 134 74
## 2872 134 44
## 2873 134 42
## 2874 134 85
## 2875 134 44
## 2876 134 55
## 2877 134 68
## 2878 134 148
## 2879 134 75
## 2880 134 54
## 2881 134 210
## 2882 134 74
## 2883 134 120
## 2884 134 15
## 2885 134 38
## 2886 134 105
## 2887 134 85
## 2888 134 375
## 2889 134 89
## 2890 134 85
## 2891 134 37
## 2892 134 38
## 2893 134 119
## 2894 134 28
## 2895 134 75
## 2896 134 118
## 2897 134 55
## 2898 134 65
## 2899 134 289
## 2900 134 250
## 2901 134 69
## 2902 134 19
## 2903 134 79
## 2904 134 30
## 2905 134 50
## 2906 134 104
## 2907 134 48
## 2908 134 31
## 2909 134 20
## 2910 134 168
## 2911 134 83
## 2912 134 98
## 2913 134 78
## 2914 134 100
## 2915 134 59
## 2916 133 55
## 2917 133 120
## 2918 133 92
## 2919 133 60
## 2920 133 48
## 2921 133 100
## 2922 133 55
## 2923 133 55
## 2924 133 49
## 2925 133 135
## 2926 133 40
## 2927 133 85
## 2928 133 95
## 2929 133 55
## 2930 133 92
## 2931 133 312
## 2932 133 45
## 2933 133 49
## 2934 133 84
## 2935 133 44
## 2936 133 72
## 2937 133 55
## 2938 133 78
## 2939 133 61
## 2940 133 114
## 2941 133 42
## 2942 133 129
## 2943 133 92
## 2944 133 60
## 2945 133 148
## 2946 133 95
## 2947 133 189
## 2948 133 90
## 2949 133 40
## 2950 133 122
## 2951 133 55
## 2952 133 79
## 2953 133 50
## 2954 133 47
## 2955 133 75
## 2956 133 72
## 2957 133 87
## 2958 133 48
## 2959 133 49
## 2960 133 98
## 2961 133 22
## 2962 132 125
## 2963 132 85
## 2964 132 55
## 2965 132 82
## 2966 132 300
## 2967 132 23
## 2968 132 62
## 2969 132 65
## 2970 132 49
## 2971 132 44
## 2972 132 133
## 2973 132 26
## 2974 132 99
## 2975 132 40
## 2976 132 232
## 2977 132 87
## 2978 132 47
## 2979 132 50
## 2980 132 180
## 2981 132 105
## 2982 132 229
## 2983 132 89
## 2984 132 122
## 2985 132 28
## 2986 132 295
## 2987 132 95
## 2988 132 67
## 2989 132 110
## 2990 132 119
## 2991 132 118
## 2992 132 79
## 2993 132 54
## 2994 132 84
## 2995 132 30
## 2996 132 38
## 2997 132 45
## 2998 132 21
## 2999 132 60
## 3000 132 99
## 3001 132 42
## 3002 132 79
## 3003 132 118
## 3004 132 30
## 3005 132 75
## 3006 132 74
## 3007 132 170
## 3008 132 58
## 3009 132 105
## 3010 132 62
## 3011 132 111
## 3012 132 52
## 3013 132 200
## 3014 131 40
## 3015 131 70
## 3016 131 110
## 3017 131 40
## 3018 131 99
## 3019 131 85
## 3020 131 148
## 3021 131 28
## 3022 131 24
## 3023 131 30
## 3024 131 79
## 3025 131 35
## 3026 131 80
## 3027 131 72
## 3028 131 42
## 3029 131 83
## 3030 131 50
## 3031 131 50
## 3032 131 65
## 3033 131 24
## 3034 131 40
## 3035 131 89
## 3036 131 125
## 3037 131 66
## 3038 131 130
## 3039 131 250
## 3040 131 75
## 3041 131 38
## 3042 131 50
## 3043 131 37
## 3044 131 98
## 3045 131 139
## 3046 131 64
## 3047 131 30
## 3048 131 54
## 3049 131 135
## 3050 131 50
## 3051 131 60
## 3052 131 55
## 3053 131 38
## 3054 131 95
## 3055 131 54
## 3056 131 35
## 3057 131 94
## 3058 131 54
## 3059 131 45
## 3060 131 225
## 3061 131 62
## 3062 131 62
## 3063 131 90
## 3064 131 38
## 3065 131 41
## 3066 131 34
## 3067 131 129
## 3068 131 82
## 3069 131 125
## 3070 131 42
## 3071 131 115
## 3072 131 150
## 3073 131 59
## 3074 131 36
## 3075 131 115
## 3076 131 33
## 3077 131 190
## 3078 130 130
## 3079 130 67
## 3080 130 28
## 3081 130 55
## 3082 130 63
## 3083 130 64
## 3084 130 44
## 3085 130 125
## 3086 130 32
## 3087 130 32
## 3088 130 60
## 3089 130 68
## 3090 130 47
## 3091 130 60
## 3092 130 75
## 3093 130 60
## 3094 130 50
## 3095 130 108
## 3096 130 297
## 3097 130 50
## 3098 130 50
## 3099 130 52
## 3100 130 149
## 3101 130 65
## 3102 130 62
## 3103 130 142
## 3104 130 42
## 3105 130 13
## 3106 130 94
## 3107 130 20
## 3108 130 43
## 3109 130 50
## 3110 130 62
## 3111 130 70
## 3112 130 27
## 3113 130 53
## 3114 130 95
## 3115 130 26
## 3116 130 65
## 3117 130 96
## 3118 130 33
## 3119 130 25
## 3120 130 189
## 3121 130 48
## 3122 130 70
## 3123 130 35
## 3124 130 89
## 3125 130 90
## 3126 130 68
## 3127 130 75
## 3128 129 160
## 3129 129 33
## 3130 129 150
## 3131 129 226
## 3132 129 62
## 3133 129 45
## 3134 129 77
## 3135 129 35
## 3136 129 20
## 3137 129 80
## 3138 129 75
## 3139 129 65
## 3140 129 20
## 3141 129 68
## 3142 129 64
## 3143 129 109
## 3144 129 75
## 3145 129 44
## 3146 129 65
## 3147 129 58
## 3148 129 70
## 3149 129 72
## 3150 129 79
## 3151 129 75
## 3152 129 53
## 3153 129 89
## 3154 129 28
## 3155 129 84
## 3156 129 68
## 3157 129 89
## 3158 129 65
## 3159 129 62
## 3160 129 150
## 3161 129 62
## 3162 129 73
## 3163 129 145
## 3164 129 28
## 3165 129 55
## 3166 129 240
## 3167 129 141
## 3168 129 30
## 3169 129 40
## 3170 129 62
## 3171 129 85
## 3172 129 95
## 3173 129 65
## 3174 129 35
## 3175 129 51
## 3176 129 150
## 3177 129 88
## 3178 129 88
## 3179 129 53
## 3180 129 109
## 3181 129 150
## 3182 129 66
## 3183 129 129
## 3184 129 45
## 3185 129 99
## 3186 129 18
## 3187 129 55
## 3188 129 86
## 3189 129 49
## 3190 129 109
## 3191 129 96
## 3192 129 30
## 3193 129 30
## 3194 128 65
## 3195 128 30
## 3196 128 43
## 3197 128 62
## 3198 128 42
## 3199 128 254
## 3200 128 70
## 3201 128 453
## 3202 128 85
## 3203 128 25
## 3204 128 145
## 3205 128 65
## 3206 128 55
## 3207 128 100
## 3208 128 225
## 3209 128 52
## 3210 128 18
## 3211 128 78
## 3212 128 98
## 3213 128 72
## 3214 128 40
## 3215 128 109
## 3216 128 60
## 3217 128 64
## 3218 128 41
## 3219 128 148
## 3220 128 82
## 3221 128 75
## 3222 128 55
## 3223 128 25
## 3224 128 253
## 3225 128 175
## 3226 128 35
## 3227 128 150
## 3228 128 138
## 3229 128 42
## 3230 128 35
## 3231 128 98
## 3232 128 43
## 3233 128 125
## 3234 128 25
## 3235 128 38
## 3236 128 95
## 3237 128 46
## 3238 128 70
## 3239 128 72
## 3240 128 125
## 3241 128 85
## 3242 127 200
## 3243 127 149
## 3244 127 55
## 3245 127 54
## 3246 127 120
## 3247 127 40
## 3248 127 56
## 3249 127 110
## 3250 127 68
## 3251 127 33
## 3252 127 48
## 3253 127 230
## 3254 127 40
## 3255 127 67
## 3256 127 32
## 3257 127 70
## 3258 127 64
## 3259 127 104
## 3260 127 103
## 3261 127 74
## 3262 127 59
## 3263 127 45
## 3264 127 65
## 3265 127 90
## 3266 127 35
## 3267 127 130
## 3268 127 53
## 3269 127 38
## 3270 127 34
## 3271 127 300
## 3272 127 55
## 3273 127 170
## 3274 127 65
## 3275 127 30
## 3276 127 95
## 3277 127 50
## 3278 127 94
## 3279 127 149
## 3280 127 65
## 3281 127 58
## 3282 127 85
## 3283 127 327
## 3284 127 125
## 3285 127 75
## 3286 127 404
## 3287 127 90
## 3288 127 89
## 3289 127 57
## 3290 127 27
## 3291 127 74
## 3292 127 160
## 3293 127 45
## 3294 127 70
## 3295 127 40
## 3296 127 44
## 3297 127 58
## 3298 127 64
## 3299 127 92
## 3300 127 40
## 3301 127 50
## 3302 127 48
## 3303 127 115
## 3304 127 45
## 3305 127 15
## 3306 127 20
## 3307 127 35
## 3308 127 79
## 3309 127 72
## 3310 127 63
## 3311 127 65
## 3312 127 35
## 3313 127 169
## 3314 127 99
## 3315 127 52
## 3316 126 50
## 3317 126 135
## 3318 126 84
## 3319 126 94
## 3320 126 165
## 3321 126 50
## 3322 126 30
## 3323 126 42
## 3324 126 130
## 3325 126 133
## 3326 126 139
## 3327 126 225
## 3328 126 89
## 3329 126 53
## 3330 126 80
## 3331 126 70
## 3332 126 150
## 3333 126 74
## 3334 126 75
## 3335 126 155
## 3336 126 52
## 3337 126 83
## 3338 126 58
## 3339 126 406
## 3340 126 75
## 3341 126 100
## 3342 126 199
## 3343 126 85
## 3344 126 44
## 3345 126 55
## 3346 126 64
## 3347 126 32
## 3348 126 89
## 3349 126 110
## 3350 126 42
## 3351 126 50
## 3352 126 45
## 3353 126 100
## 3354 126 112
## 3355 126 21
## 3356 126 51
## 3357 126 224
## 3358 126 60
## 3359 126 50
## 3360 126 24
## 3361 126 45
## 3362 126 40
## 3363 126 38
## 3364 126 99
## 3365 126 52
## 3366 126 121
## 3367 126 210
## 3368 126 165
## 3369 126 66
## 3370 126 80
## 3371 126 29
## 3372 126 33
## 3373 126 37
## 3374 126 55
## 3375 126 79
## 3376 126 35
## 3377 126 90
## 3378 125 200
## 3379 125 11
## 3380 125 15
## 3381 125 90
## 3382 125 48
## 3383 125 135
## 3384 125 47
## 3385 125 89
## 3386 125 50
## 3387 125 31
## 3388 125 99
## 3389 125 18
## 3390 125 180
## 3391 125 223
## 3392 125 44
## 3393 125 45
## 3394 125 62
## 3395 125 145
## 3396 125 30
## 3397 125 38
## 3398 125 132
## 3399 125 230
## 3400 125 115
## 3401 125 48
## 3402 125 88
## 3403 125 110
## 3404 125 65
## 3405 125 125
## 3406 125 58
## 3407 125 80
## 3408 125 96
## 3409 125 124
## 3410 125 140
## 3411 125 38
## 3412 125 54
## 3413 125 62
## 3414 125 299
## 3415 125 105
## 3416 125 85
## 3417 125 24
## 3418 125 197
## 3419 125 33
## 3420 125 175
## 3421 125 121
## 3422 125 32
## 3423 125 19
## 3424 125 32
## 3425 125 75
## 3426 125 48
## 3427 125 30
## 3428 125 55
## 3429 125 70
## 3430 125 159
## 3431 125 26
## 3432 125 70
## 3433 125 138
## 3434 125 120
## 3435 125 31
## 3436 125 205
## 3437 125 105
## 3438 125 34
## 3439 125 98
## 3440 125 70
## 3441 125 62
## 3442 125 58
## 3443 125 55
## 3444 125 31
## 3445 125 55
## 3446 125 30
## 3447 125 36
## 3448 125 48
## 3449 125 129
## 3450 125 28
## 3451 125 45
## 3452 125 119
## 3453 124 115
## 3454 124 144
## 3455 124 75
## 3456 124 68
## 3457 124 45
## 3458 124 95
## 3459 124 48
## 3460 124 59
## 3461 124 23
## 3462 124 135
## 3463 124 33
## 3464 124 23
## 3465 124 80
## 3466 124 89
## 3467 124 159
## 3468 124 36
## 3469 124 50
## 3470 124 75
## 3471 124 100
## 3472 124 55
## 3473 124 22
## 3474 124 30
## 3475 124 365
## 3476 124 86
## 3477 124 95
## 3478 124 295
## 3479 124 49
## 3480 124 85
## 3481 124 105
## 3482 124 81
## 3483 124 129
## 3484 124 60
## 3485 124 50
## 3486 124 98
## 3487 124 69
## 3488 124 319
## 3489 124 55
## 3490 124 110
## 3491 124 30
## 3492 124 65
## 3493 124 50
## 3494 124 82
## 3495 124 100
## 3496 124 42
## 3497 124 48
## 3498 124 115
## 3499 124 68
## 3500 124 100
## 3501 124 50
## 3502 124 145
## 3503 124 60
## 3504 124 50
## 3505 124 62
## 3506 124 46
## 3507 124 75
## 3508 124 45
## 3509 124 185
## 3510 124 381
## 3511 124 50
## 3512 124 38
## 3513 124 109
## 3514 124 124
## 3515 124 38
## 3516 124 99
## 3517 124 60
## 3518 124 117
## 3519 124 24
## 3520 124 79
## 3521 124 53
## 3522 124 99
## 3523 124 148
## 3524 124 30
## 3525 123 125
## 3526 123 32
## 3527 123 62
## 3528 123 26
## 3529 123 36
## 3530 123 44
## 3531 123 89
## 3532 123 349
## 3533 123 50
## 3534 123 147
## 3535 123 45
## 3536 123 47
## 3537 123 26
## 3538 123 160
## 3539 123 54
## 3540 123 96
## 3541 123 95
## 3542 123 100
## 3543 123 52
## 3544 123 60
## 3545 123 69
## 3546 123 24
## 3547 123 60
## 3548 123 119
## 3549 123 120
## 3550 123 40
## 3551 123 76
## 3552 123 46
## 3553 123 60
## 3554 123 200
## 3555 123 125
## 3556 123 180
## 3557 123 20
## 3558 123 99
## 3559 123 50
## 3560 123 40
## 3561 123 79
## 3562 123 45
## 3563 123 64
## 3564 123 23
## 3565 123 31
## 3566 123 33
## 3567 123 85
## 3568 123 33
## 3569 123 85
## 3570 123 35
## 3571 123 50
## 3572 123 33
## 3573 123 29
## 3574 123 109
## 3575 123 98
## 3576 123 38
## 3577 123 52
## 3578 123 69
## 3579 123 40
## 3580 123 145
## 3581 123 100
## 3582 123 100
## 3583 123 60
## 3584 123 46
## 3585 123 100
## 3586 123 90
## 3587 123 20
## 3588 123 40
## 3589 123 100
## 3590 123 35
## 3591 123 74
## 3592 123 250
## 3593 123 35
## 3594 123 105
## 3595 123 79
## 3596 123 19
## 3597 123 85
## 3598 122 58
## 3599 122 50
## 3600 122 30
## 3601 122 125
## 3602 122 105
## 3603 122 24
## 3604 122 99
## 3605 122 88
## 3606 122 35
## 3607 122 140
## 3608 122 155
## 3609 122 55
## 3610 122 45
## 3611 122 125
## 3612 122 18
## 3613 122 125
## 3614 122 75
## 3615 122 50
## 3616 122 90
## 3617 122 36
## 3618 122 21
## 3619 122 109
## 3620 122 135
## 3621 122 795
## 3622 122 90
## 3623 122 120
## 3624 122 78
## 3625 122 195
## 3626 122 37
## 3627 122 37
## 3628 122 70
## 3629 122 75
## 3630 122 85
## 3631 122 22
## 3632 122 60
## 3633 122 159
## 3634 122 20
## 3635 122 88
## 3636 122 50
## 3637 122 45
## 3638 122 58
## 3639 122 65
## 3640 122 24
## 3641 122 129
## 3642 122 64
## 3643 122 28
## 3644 122 45
## 3645 122 86
## 3646 122 89
## 3647 122 65
## 3648 122 85
## 3649 122 50
## 3650 122 78
## 3651 122 90
## 3652 122 40
## 3653 122 100
## 3654 122 145
## 3655 122 52
## 3656 122 31
## 3657 122 38
## 3658 122 60
## 3659 122 28
## 3660 122 100
## 3661 122 72
## 3662 122 36
## 3663 122 78
## 3664 122 48
## 3665 122 135
## 3666 122 67
## 3667 122 147
## 3668 122 38
## 3669 122 68
## 3670 122 77
## 3671 122 18
## 3672 121 53
## 3673 121 125
## 3674 121 200
## 3675 121 40
## 3676 121 75
## 3677 121 45
## 3678 121 53
## 3679 121 33
## 3680 121 50
## 3681 121 245
## 3682 121 37
## 3683 121 55
## 3684 121 75
## 3685 121 225
## 3686 121 78
## 3687 121 110
## 3688 121 18
## 3689 121 62
## 3690 121 230
## 3691 121 26
## 3692 121 52
## 3693 121 106
## 3694 121 82
## 3695 121 50
## 3696 121 30
## 3697 121 68
## 3698 121 105
## 3699 121 20
## 3700 121 198
## 3701 121 70
## 3702 121 110
## 3703 121 110
## 3704 121 120
## 3705 121 125
## 3706 121 37
## 3707 121 70
## 3708 121 21
## 3709 121 99
## 3710 121 128
## 3711 121 43
## 3712 121 25
## 3713 121 110
## 3714 121 95
## 3715 121 700
## 3716 121 81
## 3717 121 37
## 3718 121 75
## 3719 121 24
## 3720 121 75
## 3721 121 44
## 3722 121 45
## 3723 121 69
## 3724 121 49
## 3725 121 89
## 3726 121 50
## 3727 121 99
## 3728 121 20
## 3729 121 189
## 3730 121 30
## 3731 121 58
## 3732 121 23
## 3733 121 30
## 3734 121 74
## 3735 121 50
## 3736 121 165
## 3737 121 38
## 3738 121 48
## 3739 121 66
## 3740 121 50
## 3741 121 72
## 3742 121 50
## 3743 121 75
## 3744 121 46
## 3745 121 145
## 3746 121 218
## 3747 120 162
## 3748 120 74
## 3749 120 120
## 3750 120 58
## 3751 120 108
## 3752 120 145
## 3753 120 68
## 3754 120 44
## 3755 120 95
## 3756 120 75
## 3757 120 54
## 3758 120 99
## 3759 120 67
## 3760 120 78
## 3761 120 138
## 3762 120 49
## 3763 120 54
## 3764 120 50
## 3765 120 75
## 3766 120 80
## 3767 120 99
## 3768 120 112
## 3769 120 50
## 3770 120 85
## 3771 120 47
## 3772 120 197
## 3773 120 36
## 3774 120 38
## 3775 120 232
## 3776 120 99
## 3777 120 44
## 3778 120 89
## 3779 120 33
## 3780 120 30
## 3781 120 83
## 3782 120 95
## 3783 120 75
## 3784 120 55
## 3785 120 43
## 3786 120 178
## 3787 120 375
## 3788 120 150
## 3789 120 59
## 3790 120 60
## 3791 120 61
## 3792 120 22
## 3793 120 34
## 3794 120 155
## 3795 120 47
## 3796 120 65
## 3797 120 40
## 3798 120 100
## 3799 120 42
## 3800 120 100
## 3801 120 49
## 3802 120 65
## 3803 120 223
## 3804 120 125
## 3805 120 120
## 3806 120 33
## 3807 120 53
## 3808 120 49
## 3809 120 182
## 3810 120 93
## 3811 120 165
## 3812 120 100
## 3813 120 30
## 3814 120 60
## 3815 120 45
## 3816 120 24
## 3817 119 80
## 3818 119 60
## 3819 119 87
## 3820 119 72
## 3821 119 44
## 3822 119 61
## 3823 119 40
## 3824 119 99
## 3825 119 74
## 3826 119 30
## 3827 119 67
## 3828 119 53
## 3829 119 68
## 3830 119 32
## 3831 119 79
## 3832 119 25
## 3833 119 30
## 3834 119 75
## 3835 119 28
## 3836 119 82
## 3837 119 54
## 3838 119 42
## 3839 119 30
## 3840 119 99
## 3841 119 70
## 3842 119 58
## 3843 119 68
## 3844 119 44
## 3845 119 105
## 3846 119 109
## 3847 119 28
## 3848 119 124
## 3849 119 27
## 3850 119 50
## 3851 119 42
## 3852 119 46
## 3853 119 40
## 3854 119 100
## 3855 119 63
## 3856 119 32
## 3857 119 100
## 3858 119 90
## 3859 119 80
## 3860 119 89
## 3861 119 70
## 3862 119 40
## 3863 119 32
## 3864 119 44
## 3865 119 199
## 3866 119 38
## 3867 119 150
## 3868 119 24
## 3869 119 35
## 3870 119 205
## 3871 119 92
## 3872 119 79
## 3873 119 110
## 3874 119 58
## 3875 119 68
## 3876 119 58
## 3877 119 64
## 3878 119 100
## 3879 119 20
## 3880 119 75
## 3881 119 400
## 3882 119 47
## 3883 119 72
## 3884 119 120
## 3885 119 88
## 3886 119 17
## 3887 119 125
## 3888 118 145
## 3889 118 22
## 3890 118 95
## 3891 118 69
## 3892 118 145
## 3893 118 108
## 3894 118 44
## 3895 118 75
## 3896 118 50
## 3897 118 45
## 3898 118 35
## 3899 118 37
## 3900 118 60
## 3901 118 69
## 3902 118 89
## 3903 118 48
## 3904 118 19
## 3905 118 58
## 3906 118 20
## 3907 118 40
## 3908 118 45
## 3909 118 79
## 3910 118 85
## 3911 118 175
## 3912 118 40
## 3913 118 75
## 3914 118 80
## 3915 118 189
## 3916 118 75
## 3917 118 40
## 3918 118 59
## 3919 118 45
## 3920 118 135
## 3921 118 90
## 3922 118 168
## 3923 118 33
## 3924 118 60
## 3925 118 45
## 3926 118 42
## 3927 118 88
## 3928 118 129
## 3929 118 200
## 3930 118 83
## 3931 118 56
## 3932 118 25
## 3933 118 130
## 3934 118 100
## 3935 118 90
## 3936 118 145
## 3937 118 38
## 3938 118 62
## 3939 118 42
## 3940 118 64
## 3941 118 45
## 3942 118 250
## 3943 118 60
## 3944 118 50
## 3945 118 64
## 3946 118 43
## 3947 118 52
## 3948 118 99
## 3949 118 55
## 3950 118 115
## 3951 118 32
## 3952 118 75
## 3953 118 52
## 3954 118 70
## 3955 118 48
## 3956 118 34
## 3957 118 27
## 3958 118 43
## 3959 117 78
## 3960 117 63
## 3961 117 69
## 3962 117 56
## 3963 117 110
## 3964 117 49
## 3965 117 77
## 3966 117 150
## 3967 117 68
## 3968 117 98
## 3969 117 40
## 3970 117 60
## 3971 117 42
## 3972 117 89
## 3973 117 100
## 3974 117 32
## 3975 117 175
## 3976 117 59
## 3977 117 92
## 3978 117 70
## 3979 117 44
## 3980 117 70
## 3981 117 28
## 3982 117 39
## 3983 117 48
## 3984 117 68
## 3985 117 58
## 3986 117 34
## 3987 117 145
## 3988 117 150
## 3989 117 163
## 3990 117 225
## 3991 117 65
## 3992 117 115
## 3993 117 48
## 3994 117 53
## 3995 117 100
## 3996 117 30
## 3997 117 140
## 3998 117 65
## 3999 117 119
## 4000 117 120
## 4001 117 60
## 4002 117 68
## 4003 117 65
## 4004 117 79
## 4005 117 44
## 4006 117 36
## 4007 117 46
## 4008 117 249
## 4009 117 48
## 4010 117 87
## 4011 117 94
## 4012 117 68
## 4013 117 199
## 4014 117 159
## 4015 117 68
## 4016 117 30
## 4017 117 59
## 4018 117 36
## 4019 117 88
## 4020 117 44
## 4021 117 84
## 4022 117 189
## 4023 117 100
## 4024 117 139
## 4025 117 40
## 4026 117 62
## 4027 117 95
## 4028 117 47
## 4029 117 85
## 4030 117 24
## 4031 117 48
## 4032 117 199
## 4033 117 225
## 4034 117 115
## 4035 117 28
## 4036 117 67
## 4037 117 98
## 4038 117 45
## 4039 117 38
## 4040 117 60
## 4041 117 179
## 4042 117 50
## 4043 116 275
## 4044 116 299
## 4045 116 40
## 4046 116 68
## 4047 116 52
## 4048 116 70
## 4049 116 58
## 4050 116 34
## 4051 116 162
## 4052 116 28
## 4053 116 140
## 4054 116 38
## 4055 116 40
## 4056 116 69
## 4057 116 58
## 4058 116 105
## 4059 116 24
## 4060 116 48
## 4061 116 68
## 4062 116 49
## 4063 116 95
## 4064 116 155
## 4065 116 135
## 4066 116 65
## 4067 116 99
## 4068 116 19
## 4069 116 75
## 4070 116 99
## 4071 116 48
## 4072 116 150
## 4073 116 33
## 4074 116 125
## 4075 116 34
## 4076 116 125
## 4077 116 130
## 4078 116 40
## 4079 116 78
## 4080 116 91
## 4081 116 45
## 4082 116 175
## 4083 116 28
## 4084 116 72
## 4085 116 45
## 4086 116 180
## 4087 116 62
## 4088 116 59
## 4089 116 58
## 4090 116 54
## 4091 116 29
## 4092 116 30
## 4093 116 62
## 4094 116 24
## 4095 116 129
## 4096 116 20
## 4097 116 59
## 4098 116 83
## 4099 116 32
## 4100 116 75
## 4101 116 19
## 4102 116 62
## 4103 116 74
## 4104 116 30
## 4105 116 80
## 4106 116 28
## 4107 116 48
## 4108 116 42
## 4109 116 65
## 4110 116 210
## 4111 115 47
## 4112 115 65
## 4113 115 33
## 4114 115 129
## 4115 115 150
## 4116 115 110
## 4117 115 45
## 4118 115 19
## 4119 115 72
## 4120 115 20
## 4121 115 49
## 4122 115 65
## 4123 115 65
## 4124 115 41
## 4125 115 100
## 4126 115 129
## 4127 115 190
## 4128 115 50
## 4129 115 24
## 4130 115 44
## 4131 115 66
## 4132 115 45
## 4133 115 50
## 4134 115 98
## 4135 115 42
## 4136 115 86
## 4137 115 80
## 4138 115 72
## 4139 115 58
## 4140 115 69
## 4141 115 162
## 4142 115 99
## 4143 115 299
## 4144 115 75
## 4145 115 78
## 4146 115 62
## 4147 115 85
## 4148 115 48
## 4149 115 44
## 4150 115 34
## 4151 115 17
## 4152 115 26
## 4153 115 42
## 4154 115 60
## 4155 115 65
## 4156 115 85
## 4157 115 74
## 4158 115 49
## 4159 115 125
## 4160 115 38
## 4161 115 65
## 4162 115 55
## 4163 115 120
## 4164 115 50
## 4165 115 451
## 4166 115 75
## 4167 115 48
## 4168 115 69
## 4169 115 108
## 4170 115 62
## 4171 115 55
## 4172 115 79
## 4173 115 62
## 4174 115 105
## 4175 115 95
## 4176 115 136
## 4177 115 135
## 4178 115 98
## 4179 115 62
## 4180 115 130
## 4181 115 160
## 4182 115 44
## 4183 115 48
## 4184 115 80
## 4185 115 35
## 4186 115 300
## 4187 115 60
## 4188 115 50
## 4189 115 90
## 4190 115 56
## 4191 115 66
## 4192 115 32
## 4193 115 75
## 4194 115 165
## 4195 115 145
## 4196 114 95
## 4197 114 110
## 4198 114 75
## 4199 114 38
## 4200 114 40
## 4201 114 125
## 4202 114 178
## 4203 114 75
## 4204 114 24
## 4205 114 89
## 4206 114 100
## 4207 114 106
## 4208 114 48
## 4209 114 42
## 4210 114 35
## 4211 114 69
## 4212 114 53
## 4213 114 50
## 4214 114 48
## 4215 114 469
## 4216 114 77
## 4217 114 20
## 4218 114 75
## 4219 114 120
## 4220 114 116
## 4221 114 82
## 4222 114 40
## 4223 114 75
## 4224 114 34
## 4225 114 43
## 4226 114 33
## 4227 114 166
## 4228 114 87
## 4229 114 32
## 4230 114 44
## 4231 114 86
## 4232 114 79
## 4233 114 58
## 4234 114 89
## 4235 114 155
## 4236 114 175
## 4237 114 51
## 4238 114 60
## 4239 114 129
## 4240 114 135
## 4241 114 50
## 4242 114 66
## 4243 114 299
## 4244 114 70
## 4245 114 175
## 4246 114 199
## 4247 114 37
## 4248 114 50
## 4249 114 75
## 4250 114 229
## 4251 114 99
## 4252 114 108
## 4253 114 14
## 4254 114 119
## 4255 114 151
## 4256 114 85
## 4257 114 56
## 4258 114 34
## 4259 114 30
## 4260 114 29
## 4261 114 90
## 4262 114 175
## 4263 114 75
## 4264 114 47
## 4265 114 58
## 4266 114 64
## 4267 114 62
## 4268 114 58
## 4269 114 54
## 4270 113 100
## 4271 113 95
## 4272 113 147
## 4273 113 69
## 4274 113 99
## 4275 113 51
## 4276 113 88
## 4277 113 28
## 4278 113 99
## 4279 113 32
## 4280 113 100
## 4281 113 69
## 4282 113 50
## 4283 113 65
## 4284 113 140
## 4285 113 15
## 4286 113 27
## 4287 113 61
## 4288 113 75
## 4289 113 65
## 4290 113 55
## 4291 113 58
## 4292 113 69
## 4293 113 28
## 4294 113 129
## 4295 113 109
## 4296 113 50
## 4297 113 69
## 4298 113 69
## 4299 113 72
## 4300 113 19
## 4301 113 30
## 4302 113 125
## 4303 113 81
## 4304 113 124
## 4305 113 105
## 4306 113 28
## 4307 113 220
## 4308 113 40
## 4309 113 119
## 4310 113 54
## 4311 113 32
## 4312 113 67
## 4313 113 95
## 4314 113 384
## 4315 113 28
## 4316 113 60
## 4317 113 90
## 4318 113 360
## 4319 113 67
## 4320 113 119
## 4321 113 120
## 4322 113 40
## 4323 113 62
## 4324 113 16
## 4325 113 25
## 4326 113 195
## 4327 113 50
## 4328 113 58
## 4329 113 299
## 4330 113 32
## 4331 113 42
## 4332 113 62
## 4333 113 38
## 4334 113 150
## 4335 113 90
## 4336 113 230
## 4337 113 30
## 4338 113 321
## 4339 113 119
## 4340 113 80
## 4341 112 50
## 4342 112 55
## 4343 112 80
## 4344 112 199
## 4345 112 28
## 4346 112 129
## 4347 112 48
## 4348 112 85
## 4349 112 138
## 4350 112 38
## 4351 112 48
## 4352 112 45
## 4353 112 28
## 4354 112 75
## 4355 112 174
## 4356 112 145
## 4357 112 42
## 4358 112 68
## 4359 112 29
## 4360 112 65
## 4361 112 60
## 4362 112 86
## 4363 112 500
## 4364 112 74
## 4365 112 79
## 4366 112 26
## 4367 112 79
## 4368 112 38
## 4369 112 42
## 4370 112 21
## 4371 112 150
## 4372 112 48
## 4373 112 57
## 4374 112 86
## 4375 112 170
## 4376 112 155
## 4377 112 26
## 4378 112 42
## 4379 112 21
## 4380 112 48
## 4381 112 200
## 4382 112 45
## 4383 112 240
## 4384 112 149
## 4385 112 75
## 4386 112 55
## 4387 112 175
## 4388 112 90
## 4389 112 85
## 4390 112 42
## 4391 112 159
## 4392 112 82
## 4393 112 169
## 4394 112 100
## 4395 112 55
## 4396 112 90
## 4397 112 65
## 4398 112 99
## 4399 112 55
## 4400 112 53
## 4401 112 136
## 4402 112 60
## 4403 112 110
## 4404 112 89
## 4405 112 60
## 4406 112 33
## 4407 112 22
## 4408 112 60
## 4409 112 50
## 4410 112 120
## 4411 112 88
## 4412 112 115
## 4413 112 50
## 4414 112 79
## 4415 112 50
## 4416 112 75
## 4417 112 30
## 4418 112 48
## 4419 112 58
## 4420 112 135
## 4421 112 65
## 4422 112 70
## 4423 112 44
## 4424 112 68
## 4425 112 65
## 4426 112 95
## 4427 112 160
## 4428 112 62
## 4429 112 62
## 4430 111 33
## 4431 111 152
## 4432 111 80
## 4433 111 60
## 4434 111 50
## 4435 111 34
## 4436 111 38
## 4437 111 159
## 4438 111 104
## 4439 111 60
## 4440 111 133
## 4441 111 128
## 4442 111 65
## 4443 111 96
## 4444 111 198
## 4445 111 73
## 4446 111 250
## 4447 111 225
## 4448 111 68
## 4449 111 50
## 4450 111 45
## 4451 111 139
## 4452 111 25
## 4453 111 62
## 4454 111 159
## 4455 111 60
## 4456 111 49
## 4457 111 125
## 4458 111 149
## 4459 111 28
## 4460 111 92
## 4461 111 34
## 4462 111 80
## 4463 111 38
## 4464 111 85
## 4465 111 129
## 4466 111 59
## 4467 111 250
## 4468 111 26
## 4469 111 60
## 4470 111 85
## 4471 111 98
## 4472 111 50
## 4473 111 80
## 4474 111 110
## 4475 111 32
## 4476 111 85
## 4477 111 79
## 4478 111 75
## 4479 111 100
## 4480 111 110
## 4481 111 38
## 4482 111 43
## 4483 111 40
## 4484 111 65
## 4485 111 42
## 4486 111 38
## 4487 111 124
## 4488 111 150
## 4489 111 62
## 4490 111 65
## 4491 111 54
## 4492 111 48
## 4493 111 109
## 4494 111 60
## 4495 111 59
## 4496 111 48
## 4497 111 165
## 4498 111 18
## 4499 111 99
## 4500 111 159
## 4501 111 39
## 4502 111 88
## 4503 111 150
## 4504 111 150
## 4505 111 95
## 4506 111 30
## 4507 111 14
## 4508 111 25
## 4509 111 20
## 4510 111 199
## 4511 111 150
## 4512 111 110
## 4513 111 62
## 4514 111 34
## 4515 111 230
## 4516 110 69
## 4517 110 80
## 4518 110 62
## 4519 110 32
## 4520 110 62
## 4521 110 216
## 4522 110 155
## 4523 110 70
## 4524 110 269
## 4525 110 67
## 4526 110 185
## 4527 110 95
## 4528 110 64
## 4529 110 100
## 4530 110 45
## 4531 110 96
## 4532 110 59
## 4533 110 150
## 4534 110 75
## 4535 110 55
## 4536 110 80
## 4537 110 30
## 4538 110 95
## 4539 110 145
## 4540 110 130
## 4541 110 213
## 4542 110 60
## 4543 110 40
## 4544 110 33
## 4545 110 13
## 4546 110 16
## 4547 110 46
## 4548 110 45
## 4549 110 62
## 4550 110 27
## 4551 110 40
## 4552 110 58
## 4553 110 49
## 4554 110 95
## 4555 110 150
## 4556 110 130
## 4557 110 95
## 4558 110 49
## 4559 110 125
## 4560 110 78
## 4561 110 58
## 4562 110 102
## 4563 110 88
## 4564 110 70
## 4565 110 99
## 4566 110 43
## 4567 110 79
## 4568 110 54
## 4569 110 30
## 4570 110 28
## 4571 110 46
## 4572 110 26
## 4573 110 25
## 4574 110 46
## 4575 110 60
## 4576 110 149
## 4577 110 30
## 4578 110 45
## 4579 110 26
## 4580 110 119
## 4581 110 62
## 4582 110 30
## 4583 110 75
## 4584 110 320
## 4585 110 70
## 4586 110 75
## 4587 110 56
## 4588 110 35
## 4589 110 36
## 4590 110 49
## 4591 110 23
## 4592 110 60
## 4593 110 60
## 4594 110 80
## 4595 110 110
## 4596 110 48
## 4597 110 95
## 4598 110 42
## 4599 110 12
## 4600 110 45
## 4601 110 60
## 4602 110 55
## 4603 109 45
## 4604 109 34
## 4605 109 42
## 4606 109 89
## 4607 109 13
## 4608 109 119
## 4609 109 59
## 4610 109 68
## 4611 109 68
## 4612 109 49
## 4613 109 40
## 4614 109 109
## 4615 109 99
## 4616 109 55
## 4617 109 108
## 4618 109 100
## 4619 109 50
## 4620 109 198
## 4621 109 75
## 4622 109 65
## 4623 109 99
## 4624 109 162
## 4625 109 34
## 4626 109 84
## 4627 109 45
## 4628 109 192
## 4629 109 99
## 4630 109 20
## 4631 109 58
## 4632 109 90
## 4633 109 64
## 4634 109 48
## 4635 109 39
## 4636 109 60
## 4637 109 58
## 4638 109 42
## 4639 109 94
## 4640 109 50
## 4641 109 95
## 4642 109 100
## 4643 109 70
## 4644 109 60
## 4645 109 160
## 4646 109 88
## 4647 109 47
## 4648 109 189
## 4649 109 159
## 4650 109 25
## 4651 109 129
## 4652 109 70
## 4653 109 58
## 4654 109 109
## 4655 109 120
## 4656 109 169
## 4657 109 55
## 4658 109 69
## 4659 109 22
## 4660 109 112
## 4661 109 95
## 4662 109 45
## 4663 109 65
## 4664 109 25
## 4665 109 50
## 4666 109 130
## 4667 109 20
## 4668 109 305
## 4669 109 96
## 4670 109 100
## 4671 109 34
## 4672 109 49
## 4673 109 95
## 4674 109 62
## 4675 109 50
## 4676 109 60
## 4677 109 40
## 4678 109 229
## 4679 109 24
## 4680 109 165
## 4681 109 109
## 4682 109 65
## 4683 109 55
## 4684 109 50
## 4685 109 65
## 4686 109 30
## 4687 109 99
## 4688 109 90
## 4689 109 25
## 4690 108 50
## 4691 108 102
## 4692 108 78
## 4693 108 47
## 4694 108 58
## 4695 108 55
## 4696 108 47
## 4697 108 35
## 4698 108 50
## 4699 108 129
## 4700 108 54
## 4701 108 35
## 4702 108 69
## 4703 108 30
## 4704 108 59
## 4705 108 70
## 4706 108 48
## 4707 108 34
## 4708 108 50
## 4709 108 385
## 4710 108 125
## 4711 108 90
## 4712 108 65
## 4713 108 33
## 4714 108 31
## 4715 108 39
## 4716 108 68
## 4717 108 42
## 4718 108 55
## 4719 108 82
## 4720 108 25
## 4721 108 100
## 4722 108 62
## 4723 108 13
## 4724 108 64
## 4725 108 20
## 4726 108 54
## 4727 108 67
## 4728 108 65
## 4729 108 495
## 4730 108 42
## 4731 108 162
## 4732 108 100
## 4733 108 60
## 4734 108 99
## 4735 108 60
## 4736 108 75
## 4737 108 129
## 4738 108 69
## 4739 108 75
## 4740 108 68
## 4741 108 80
## 4742 108 49
## 4743 108 83
## 4744 108 12
## 4745 108 86
## 4746 108 37
## 4747 108 55
## 4748 108 325
## 4749 108 35
## 4750 108 45
## 4751 108 68
## 4752 108 30
## 4753 108 107
## 4754 108 50
## 4755 108 80
## 4756 108 30
## 4757 108 99
## 4758 108 125
## 4759 108 65
## 4760 108 29
## 4761 108 100
## 4762 108 30
## 4763 108 58
## 4764 108 95
## 4765 108 260
## 4766 108 55
## 4767 108 44
## 4768 108 99
## 4769 108 178
## 4770 108 125
## 4771 108 130
## 4772 108 88
## 4773 108 48
## 4774 108 62
## 4775 108 61
## 4776 108 21
## 4777 108 75
## 4778 108 85
## 4779 108 149
## 4780 108 62
## 4781 108 95
## 4782 108 84
## 4783 108 155
## 4784 107 54
## 4785 107 75
## 4786 107 94
## 4787 107 40
## 4788 107 19
## 4789 107 34
## 4790 107 175
## 4791 107 40
## 4792 107 29
## 4793 107 225
## 4794 107 82
## 4795 107 62
## 4796 107 250
## 4797 107 35
## 4798 107 108
## 4799 107 88
## 4800 107 75
## 4801 107 100
## 4802 107 32
## 4803 107 60
## 4804 107 34
## 4805 107 19
## 4806 107 27
## 4807 107 116
## 4808 107 74
## 4809 107 265
## 4810 107 25
## 4811 107 20
## 4812 107 34
## 4813 107 68
## 4814 107 82
## 4815 107 25
## 4816 107 84
## 4817 107 99
## 4818 107 185
## 4819 107 99
## 4820 107 44
## 4821 107 80
## 4822 107 900
## 4823 107 75
## 4824 107 115
## 4825 107 75
## 4826 107 50
## 4827 107 83
## 4828 107 84
## 4829 107 34
## 4830 107 71
## 4831 107 100
## 4832 107 45
## 4833 107 44
## 4834 107 140
## 4835 107 180
## 4836 107 124
## 4837 107 77
## 4838 107 18
## 4839 107 67
## 4840 107 120
## 4841 107 99
## 4842 107 50
## 4843 107 102
## 4844 107 75
## 4845 107 40
## 4846 107 70
## 4847 107 60
## 4848 107 52
## 4849 107 33
## 4850 107 125
## 4851 107 52
## 4852 107 62
## 4853 107 125
## 4854 107 59
## 4855 107 70
## 4856 107 35
## 4857 107 74
## 4858 107 132
## 4859 107 275
## 4860 107 62
## 4861 107 134
## 4862 107 169
## 4863 107 43
## 4864 107 23
## 4865 107 94
## 4866 107 29
## 4867 107 33
## 4868 107 100
## 4869 107 36
## 4870 107 97
## 4871 107 249
## 4872 107 80
## 4873 107 50
## 4874 107 75
## 4875 107 138
## 4876 107 60
## 4877 107 70
## 4878 107 155
## 4879 107 175
## 4880 107 54
## 4881 107 175
## 4882 106 100
## 4883 106 99
## 4884 106 39
## 4885 106 148
## 4886 106 55
## 4887 106 54
## 4888 106 48
## 4889 106 39
## 4890 106 40
## 4891 106 90
## 4892 106 29
## 4893 106 150
## 4894 106 119
## 4895 106 38
## 4896 106 85
## 4897 106 110
## 4898 106 48
## 4899 106 82
## 4900 106 50
## 4901 106 87
## 4902 106 62
## 4903 106 65
## 4904 106 112
## 4905 106 62
## 4906 106 64
## 4907 106 125
## 4908 106 50
## 4909 106 32
## 4910 106 30
## 4911 106 119
## 4912 106 349
## 4913 106 125
## 4914 106 67
## 4915 106 92
## 4916 106 52
## 4917 106 105
## 4918 106 32
## 4919 106 61
## 4920 106 116
## 4921 106 142
## 4922 106 162
## 4923 106 74
## 4924 106 115
## 4925 106 28
## 4926 106 143
## 4927 106 98
## 4928 106 99
## 4929 106 100
## 4930 106 99
## 4931 106 65
## 4932 106 85
## 4933 106 70
## 4934 106 149
## 4935 106 53
## 4936 106 26
## 4937 106 40
## 4938 106 54
## 4939 106 50
## 4940 106 67
## 4941 106 32
## 4942 106 68
## 4943 106 95
## 4944 106 35
## 4945 106 70
## 4946 106 197
## 4947 106 42
## 4948 106 62
## 4949 106 88
## 4950 106 47
## 4951 106 65
## 4952 106 90
## 4953 106 48
## 4954 106 35
## 4955 106 142
## 4956 106 72
## 4957 106 17
## 4958 106 82
## 4959 106 48
## 4960 106 95
## 4961 106 22
## 4962 106 65
## 4963 106 55
## 4964 106 98
## 4965 106 250
## 4966 106 64
## 4967 106 47
## 4968 106 150
## 4969 106 74
## 4970 106 17
## 4971 106 84
## 4972 106 54
## 4973 106 65
## 4974 106 50
## 4975 106 75
## 4976 106 140
## 4977 106 47
## 4978 106 18
## 4979 106 49
## 4980 105 72
## 4981 105 40
## 4982 105 62
## 4983 105 99
## 4984 105 92
## 4985 105 50
## 4986 105 119
## 4987 105 69
## 4988 105 145
## 4989 105 42
## 4990 105 89
## 4991 105 28
## 4992 105 89
## 4993 105 88
## 4994 105 75
## 4995 105 30
## 4996 105 84
## 4997 105 134
## 4998 105 139
## 4999 105 300
## 5000 105 99
## 5001 105 35
## 5002 105 60
## 5003 105 99
## 5004 105 55
## 5005 105 139
## 5006 105 75
## 5007 105 44
## 5008 105 105
## 5009 105 110
## 5010 105 125
## 5011 105 650
## 5012 105 150
## 5013 105 36
## 5014 105 50
## 5015 105 164
## 5016 105 77
## 5017 105 69
## 5018 105 58
## 5019 105 84
## 5020 105 128
## 5021 105 80
## 5022 105 49
## 5023 105 100
## 5024 105 52
## 5025 105 150
## 5026 105 46
## 5027 105 55
## 5028 105 43
## 5029 105 28
## 5030 105 175
## 5031 105 40
## 5032 105 62
## 5033 105 69
## 5034 105 67
## 5035 105 58
## 5036 105 114
## 5037 105 82
## 5038 105 159
## 5039 105 67
## 5040 105 38
## 5041 105 99
## 5042 105 173
## 5043 105 69
## 5044 105 50
## 5045 105 349
## 5046 105 52
## 5047 105 69
## 5048 105 59
## 5049 105 38
## 5050 105 62
## 5051 105 50
## 5052 105 37
## 5053 105 108
## 5054 105 50
## 5055 105 50
## 5056 105 38
## 5057 105 99
## 5058 105 70
## 5059 105 35
## 5060 105 36
## 5061 105 34
## 5062 105 125
## 5063 105 20
## 5064 105 42
## 5065 105 72
## 5066 105 45
## 5067 105 325
## 5068 105 50
## 5069 105 73
## 5070 105 55
## 5071 105 32
## 5072 104 48
## 5073 104 42
## 5074 104 21
## 5075 104 38
## 5076 104 110
## 5077 104 39
## 5078 104 48
## 5079 104 50
## 5080 104 38
## 5081 104 139
## 5082 104 100
## 5083 104 188
## 5084 104 59
## 5085 104 75
## 5086 104 95
## 5087 104 125
## 5088 104 30
## 5089 104 95
## 5090 104 225
## 5091 104 79
## 5092 104 170
## 5093 104 85
## 5094 104 48
## 5095 104 72
## 5096 104 49
## 5097 104 100
## 5098 104 138
## 5099 104 49
## 5100 104 59
## 5101 104 69
## 5102 104 28
## 5103 104 48
## 5104 104 64
## 5105 104 64
## 5106 104 129
## 5107 104 62
## 5108 104 27
## 5109 104 145
## 5110 104 33
## 5111 104 80
## 5112 104 99
## 5113 104 46
## 5114 104 125
## 5115 104 98
## 5116 104 24
## 5117 104 40
## 5118 104 139
## 5119 104 42
## 5120 104 48
## 5121 104 62
## 5122 104 72
## 5123 104 36
## 5124 104 30
## 5125 104 34
## 5126 104 50
## 5127 104 302
## 5128 104 110
## 5129 104 38
## 5130 104 89
## 5131 104 129
## 5132 104 38
## 5133 104 40
## 5134 104 28
## 5135 104 35
## 5136 104 30
## 5137 104 169
## 5138 104 100
## 5139 104 109
## 5140 104 100
## 5141 104 70
## 5142 104 88
## 5143 104 26
## 5144 104 75
## 5145 104 34
## 5146 104 99
## 5147 104 101
## 5148 104 50
## 5149 104 145
## 5150 104 99
## 5151 104 33
## 5152 104 73
## 5153 104 55
## 5154 104 79
## 5155 104 25
## 5156 104 68
## 5157 104 39
## 5158 104 139
## 5159 104 37
## 5160 104 68
## 5161 104 100
## 5162 104 67
## 5163 104 145
## 5164 104 99
## 5165 104 239
## 5166 104 32
## 5167 104 100
## 5168 104 62
## 5169 104 55
## 5170 104 31
## 5171 104 59
## 5172 104 99
## 5173 104 36
## 5174 104 250
## 5175 104 139
## 5176 104 214
## 5177 103 75
## 5178 103 125
## 5179 103 155
## 5180 103 85
## 5181 103 46
## 5182 103 500
## 5183 103 89
## 5184 103 100
## 5185 103 69
## 5186 103 95
## 5187 103 62
## 5188 103 42
## 5189 103 120
## 5190 103 38
## 5191 103 68
## 5192 103 23
## 5193 103 42
## 5194 103 80
## 5195 103 69
## 5196 103 44
## 5197 103 40
## 5198 103 52
## 5199 103 45
## 5200 103 120
## 5201 103 62
## 5202 103 44
## 5203 103 70
## 5204 103 55
## 5205 103 110
## 5206 103 100
## 5207 103 109
## 5208 103 37
## 5209 103 124
## 5210 103 64
## 5211 103 150
## 5212 103 44
## 5213 103 70
## 5214 103 150
## 5215 103 53
## 5216 103 100
## 5217 103 96
## 5218 103 52
## 5219 103 70
## 5220 103 85
## 5221 103 153
## 5222 103 39
## 5223 103 117
## 5224 103 100
## 5225 103 49
## 5226 103 135
## 5227 103 74
## 5228 103 38
## 5229 103 26
## 5230 103 120
## 5231 103 69
## 5232 103 212
## 5233 103 155
## 5234 103 89
## 5235 103 130
## 5236 103 21
## 5237 103 124
## 5238 103 90
## 5239 103 38
## 5240 103 70
## 5241 103 89
## 5242 103 34
## 5243 103 50
## 5244 103 100
## 5245 103 17
## 5246 103 119
## 5247 103 150
## 5248 103 40
## 5249 103 29
## 5250 103 28
## 5251 103 107
## 5252 103 76
## 5253 103 46
## 5254 103 52
## 5255 103 53
## 5256 103 55
## 5257 103 30
## 5258 103 250
## 5259 103 60
## 5260 103 60
## 5261 103 50
## 5262 103 48
## 5263 103 100
## 5264 103 50
## 5265 103 130
## 5266 103 50
## 5267 103 89
## 5268 103 50
## 5269 103 49
## 5270 103 74
## 5271 103 24
## 5272 103 167
## 5273 103 50
## 5274 103 37
## 5275 103 38
## 5276 103 49
## 5277 103 70
## 5278 103 92
## 5279 102 72
## 5280 102 67
## 5281 102 87
## 5282 102 44
## 5283 102 40
## 5284 102 79
## 5285 102 109
## 5286 102 80
## 5287 102 120
## 5288 102 99
## 5289 102 64
## 5290 102 125
## 5291 102 175
## 5292 102 165
## 5293 102 315
## 5294 102 99
## 5295 102 52
## 5296 102 43
## 5297 102 110
## 5298 102 114
## 5299 102 49
## 5300 102 49
## 5301 102 82
## 5302 102 145
## 5303 102 68
## 5304 102 59
## 5305 102 33
## 5306 102 150
## 5307 102 48
## 5308 102 150
## 5309 102 42
## 5310 102 50
## 5311 102 139
## 5312 102 139
## 5313 102 160
## 5314 102 28
## 5315 102 135
## 5316 102 85
## 5317 102 20
## 5318 102 24
## 5319 102 60
## 5320 102 35
## 5321 102 58
## 5322 102 70
## 5323 102 70
## 5324 102 65
## 5325 102 40
## 5326 102 64
## 5327 102 40
## 5328 102 35
## 5329 102 145
## 5330 102 45
## 5331 102 50
## 5332 102 128
## 5333 102 108
## 5334 102 50
## 5335 102 99
## 5336 102 100
## 5337 102 55
## 5338 102 27
## 5339 102 42
## 5340 102 75
## 5341 102 93
## 5342 102 28
## 5343 102 135
## 5344 102 294
## 5345 102 33
## 5346 102 55
## 5347 102 350
## 5348 102 300
## 5349 102 54
## 5350 102 50
## 5351 102 44
## 5352 102 99
## 5353 102 96
## 5354 102 33
## 5355 102 84
## 5356 102 62
## 5357 102 168
## 5358 102 50
## 5359 102 45
## 5360 102 199
## 5361 102 25
## 5362 102 110
## 5363 102 37
## 5364 102 75
## 5365 102 109
## 5366 102 47
## 5367 102 34
## 5368 102 163
## 5369 102 65
## 5370 102 50
## 5371 102 35
## 5372 102 109
## 5373 102 48
## 5374 102 124
## 5375 102 215
## 5376 102 125
## 5377 102 66
## 5378 102 58
## 5379 102 52
## 5380 102 53
## 5381 102 47
## 5382 102 180
## 5383 102 600
## 5384 102 55
## 5385 102 26
## 5386 102 60
## 5387 102 139
## 5388 102 30
## 5389 102 100
## 5390 102 36
## 5391 102 89
## 5392 102 82
## 5393 102 130
## 5394 102 94
## 5395 102 191
## 5396 102 11
## 5397 102 69
## 5398 102 34
## 5399 102 72
## 5400 101 109
## 5401 101 40
## 5402 101 53
## 5403 101 116
## 5404 101 99
## 5405 101 25
## 5406 101 65
## 5407 101 145
## 5408 101 32
## 5409 101 127
## 5410 101 65
## 5411 101 55
## 5412 101 75
## 5413 101 145
## 5414 101 79
## 5415 101 45
## 5416 101 69
## 5417 101 39
## 5418 101 143
## 5419 101 36
## 5420 101 68
## 5421 101 135
## 5422 101 265
## 5423 101 135
## 5424 101 83
## 5425 101 68
## 5426 101 37
## 5427 101 100
## 5428 101 95
## 5429 101 39
## 5430 101 88
## 5431 101 99
## 5432 101 38
## 5433 101 135
## 5434 101 62
## 5435 101 99
## 5436 101 65
## 5437 101 400
## 5438 101 55
## 5439 101 35
## 5440 101 95
## 5441 101 62
## 5442 101 48
## 5443 101 120
## 5444 101 149
## 5445 101 178
## 5446 101 155
## 5447 101 120
## 5448 101 80
## 5449 101 33
## 5450 101 79
## 5451 101 59
## 5452 101 149
## 5453 101 50
## 5454 101 99
## 5455 101 44
## 5456 101 211
## 5457 101 40
## 5458 101 75
## 5459 101 120
## 5460 101 100
## 5461 101 74
## 5462 101 42
## 5463 101 93
## 5464 101 165
## 5465 101 69
## 5466 101 99
## 5467 101 59
## 5468 101 25
## 5469 101 50
## 5470 101 120
## 5471 101 16
## 5472 101 82
## 5473 101 42
## 5474 101 30
## 5475 101 595
## 5476 101 33
## 5477 101 165
## 5478 101 24
## 5479 101 48
## 5480 101 83
## 5481 101 33
## 5482 101 58
## 5483 101 65
## 5484 101 55
## 5485 101 95
## 5486 101 35
## 5487 101 39
## 5488 101 225
## 5489 101 25
## 5490 101 60
## 5491 101 30
## 5492 101 135
## 5493 101 99
## 5494 101 50
## 5495 101 70
## 5496 101 30
## 5497 101 85
## 5498 101 92
## 5499 101 32
## 5500 101 35
## 5501 101 29
## 5502 101 12
## 5503 101 49
## 5504 101 37
## 5505 101 93
## 5506 100 40
## 5507 100 33
## 5508 100 48
## 5509 100 94
## 5510 100 44
## 5511 100 82
## 5512 100 35
## 5513 100 60
## 5514 100 98
## 5515 100 72
## 5516 100 450
## 5517 100 685
## 5518 100 125
## 5519 100 125
## 5520 100 42
## 5521 100 104
## 5522 100 385
## 5523 100 44
## 5524 100 40
## 5525 100 65
## 5526 100 99
## 5527 100 38
## 5528 100 38
## 5529 100 20
## 5530 100 59
## 5531 100 38
## 5532 100 85
## 5533 100 36
## 5534 100 55
## 5535 100 88
## 5536 100 90
## 5537 100 35
## 5538 100 41
## 5539 100 414
## 5540 100 89
## 5541 100 400
## 5542 100 149
## 5543 100 50
## 5544 100 58
## 5545 100 99
## 5546 100 121
## 5547 100 60
## 5548 100 125
## 5549 100 50
## 5550 100 70
## 5551 100 155
## 5552 100 30
## 5553 100 32
## 5554 100 142
## 5555 100 62
## 5556 100 249
## 5557 100 75
## 5558 100 178
## 5559 100 195
## 5560 100 54
## 5561 100 62
## 5562 100 79
## 5563 100 48
## 5564 100 34
## 5565 100 30
## 5566 100 290
## 5567 100 86
## 5568 100 55
## 5569 100 50
## 5570 100 62
## 5571 100 61
## 5572 100 48
## 5573 100 40
## 5574 100 44
## 5575 100 52
## 5576 100 25
## 5577 100 55
## 5578 100 47
## 5579 100 64
## 5580 100 58
## 5581 100 66
## 5582 100 29
## 5583 100 30
## 5584 100 125
## 5585 100 222
## 5586 100 100
## 5587 100 43
## 5588 100 149
## 5589 100 175
## 5590 100 50
## 5591 100 42
## 5592 100 113
## 5593 100 27
## 5594 100 78
## 5595 100 95
## 5596 100 175
## 5597 100 17
## 5598 100 47
## 5599 100 67
## 5600 99 244
## 5601 99 50
## 5602 99 69
## 5603 99 29
## 5604 99 30
## 5605 99 88
## 5606 99 68
## 5607 99 99
## 5608 99 50
## 5609 99 88
## 5610 99 60
## 5611 99 74
## 5612 99 110
## 5613 99 83
## 5614 99 50
## 5615 99 22
## 5616 99 33
## 5617 99 85
## 5618 99 22
## 5619 99 145
## 5620 99 127
## 5621 99 60
## 5622 99 65
## 5623 99 62
## 5624 99 130
## 5625 99 59
## 5626 99 88
## 5627 99 48
## 5628 99 60
## 5629 99 50
## 5630 99 39
## 5631 99 70
## 5632 99 247
## 5633 99 45
## 5634 99 89
## 5635 99 80
## 5636 99 300
## 5637 99 105
## 5638 99 99
## 5639 99 50
## 5640 99 168
## 5641 99 105
## 5642 99 250
## 5643 99 66
## 5644 99 88
## 5645 99 102
## 5646 99 183
## 5647 99 60
## 5648 99 15
## 5649 99 19
## 5650 99 59
## 5651 99 129
## 5652 99 42
## 5653 99 40
## 5654 99 68
## 5655 99 18
## 5656 99 180
## 5657 99 19
## 5658 99 135
## 5659 99 98
## 5660 99 43
## 5661 99 86
## 5662 99 28
## 5663 99 48
## 5664 99 120
## 5665 99 175
## 5666 99 115
## 5667 99 42
## 5668 99 60
## 5669 99 85
## 5670 99 129
## 5671 99 36
## 5672 99 43
## 5673 99 84
## 5674 99 100
## 5675 99 88
## 5676 99 200
## 5677 99 99
## 5678 99 54
## 5679 99 45
## 5680 99 49
## 5681 99 75
## 5682 99 62
## 5683 99 55
## 5684 99 79
## 5685 99 60
## 5686 99 95
## 5687 99 35
## 5688 99 119
## 5689 99 52
## 5690 99 57
## 5691 99 99
## 5692 99 50
## 5693 99 115
## 5694 99 95
## 5695 99 85
## 5696 99 12
## 5697 99 115
## 5698 99 95
## 5699 99 114
## 5700 99 146
## 5701 99 90
## 5702 99 25
## 5703 99 38
## 5704 99 22
## 5705 99 80
## 5706 99 60
## 5707 99 40
## 5708 99 135
## 5709 99 80
## 5710 99 130
## 5711 99 34
## 5712 99 104
## 5713 99 45
## 5714 99 89
## 5715 98 36
## 5716 98 50
## 5717 98 39
## 5718 98 16
## 5719 98 96
## 5720 98 20
## 5721 98 85
## 5722 98 48
## 5723 98 133
## 5724 98 44
## 5725 98 38
## 5726 98 52
## 5727 98 119
## 5728 98 47
## 5729 98 62
## 5730 98 159
## 5731 98 78
## 5732 98 43
## 5733 98 95
## 5734 98 30
## 5735 98 31
## 5736 98 70
## 5737 98 90
## 5738 98 75
## 5739 98 88
## 5740 98 48
## 5741 98 100
## 5742 98 90
## 5743 98 104
## 5744 98 45
## 5745 98 125
## 5746 98 72
## 5747 98 349
## 5748 98 58
## 5749 98 75
## 5750 98 125
## 5751 98 42
## 5752 98 53
## 5753 98 100
## 5754 98 32
## 5755 98 60
## 5756 98 42
## 5757 98 99
## 5758 98 30
## 5759 98 100
## 5760 98 33
## 5761 98 135
## 5762 98 48
## 5763 98 28
## 5764 98 41
## 5765 98 30
## 5766 98 59
## 5767 98 80
## 5768 98 62
## 5769 98 112
## 5770 98 139
## 5771 98 150
## 5772 98 34
## 5773 98 99
## 5774 98 60
## 5775 98 60
## 5776 98 53
## 5777 98 52
## 5778 98 30
## 5779 98 80
## 5780 98 199
## 5781 98 95
## 5782 98 31
## 5783 98 114
## 5784 98 48
## 5785 98 30
## 5786 98 75
## 5787 98 42
## 5788 98 47
## 5789 98 48
## 5790 98 88
## 5791 98 188
## 5792 98 125
## 5793 98 150
## 5794 98 64
## 5795 98 85
## 5796 98 62
## 5797 98 25
## 5798 98 102
## 5799 98 60
## 5800 98 75
## 5801 98 34
## 5802 98 90
## 5803 98 229
## 5804 98 50
## 5805 98 98
## 5806 98 69
## 5807 98 105
## 5808 98 35
## 5809 98 130
## 5810 98 42
## 5811 98 75
## 5812 98 40
## 5813 98 45
## 5814 98 85
## 5815 98 124
## 5816 98 27
## 5817 98 58
## 5818 98 94
## 5819 98 31
## 5820 97 150
## 5821 97 50
## 5822 97 169
## 5823 97 25
## 5824 97 139
## 5825 97 88
## 5826 97 19
## 5827 97 55
## 5828 97 50
## 5829 97 75
## 5830 97 149
## 5831 97 26
## 5832 97 15
## 5833 97 109
## 5834 97 130
## 5835 97 70
## 5836 97 40
## 5837 97 150
## 5838 97 150
## 5839 97 125
## 5840 97 200
## 5841 97 35
## 5842 97 75
## 5843 97 28
## 5844 97 95
## 5845 97 165
## 5846 97 108
## 5847 97 109
## 5848 97 20
## 5849 97 67
## 5850 97 50
## 5851 97 70
## 5852 97 62
## 5853 97 65
## 5854 97 64
## 5855 97 77
## 5856 97 24
## 5857 97 31
## 5858 97 210
## 5859 97 199
## 5860 97 350
## 5861 97 45
## 5862 97 160
## 5863 97 60
## 5864 97 229
## 5865 97 54
## 5866 97 91
## 5867 97 159
## 5868 97 57
## 5869 97 22
## 5870 97 55
## 5871 97 50
## 5872 97 25
## 5873 97 70
## 5874 97 40
## 5875 97 64
## 5876 97 88
## 5877 97 78
## 5878 97 27
## 5879 97 38
## 5880 97 30
## 5881 97 148
## 5882 97 31
## 5883 97 98
## 5884 97 50
## 5885 97 20
## 5886 97 26
## 5887 97 140
## 5888 97 112
## 5889 97 13
## 5890 97 175
## 5891 97 60
## 5892 97 85
## 5893 97 53
## 5894 97 47
## 5895 97 80
## 5896 97 133
## 5897 97 26
## 5898 97 64
## 5899 97 115
## 5900 97 90
## 5901 97 75
## 5902 97 160
## 5903 97 179
## 5904 97 80
## 5905 97 95
## 5906 97 32
## 5907 97 40
## 5908 97 119
## 5909 97 100
## 5910 97 62
## 5911 97 179
## 5912 97 164
## 5913 97 40
## 5914 97 98
## 5915 97 58
## 5916 97 40
## 5917 97 48
## 5918 97 250
## 5919 97 97
## 5920 97 100
## 5921 97 62
## 5922 97 90
## 5923 97 92
## 5924 97 98
## 5925 97 47
## 5926 97 24
## 5927 96 179
## 5928 96 90
## 5929 96 55
## 5930 96 34
## 5931 96 83
## 5932 96 70
## 5933 96 110
## 5934 96 80
## 5935 96 65
## 5936 96 30
## 5937 96 48
## 5938 96 40
## 5939 96 89
## 5940 96 49
## 5941 96 99
## 5942 96 275
## 5943 96 69
## 5944 96 75
## 5945 96 199
## 5946 96 15
## 5947 96 575
## 5948 96 13
## 5949 96 48
## 5950 96 45
## 5951 96 50
## 5952 96 98
## 5953 96 220
## 5954 96 169
## 5955 96 44
## 5956 96 49
## 5957 96 79
## 5958 96 25
## 5959 96 38
## 5960 96 55
## 5961 96 28
## 5962 96 42
## 5963 96 28
## 5964 96 119
## 5965 96 190
## 5966 96 299
## 5967 96 48
## 5968 96 38
## 5969 96 77
## 5970 96 65
## 5971 96 78
## 5972 96 70
## 5973 96 42
## 5974 96 48
## 5975 96 79
## 5976 96 175
## 5977 96 42
## 5978 96 75
## 5979 96 174
## 5980 96 159
## 5981 96 100
## 5982 96 150
## 5983 96 69
## 5984 96 67
## 5985 96 27
## 5986 96 125
## 5987 96 50
## 5988 96 21
## 5989 96 194
## 5990 96 18
## 5991 96 237
## 5992 96 132
## 5993 96 48
## 5994 96 139
## 5995 96 135
## 5996 96 78
## 5997 96 85
## 5998 96 150
## 5999 96 69
## 6000 96 59
## 6001 96 69
## 6002 96 234
## 6003 96 75
## 6004 96 94
## 6005 96 54
## 6006 96 200
## 6007 96 105
## 6008 96 54
## 6009 96 144
## 6010 96 70
## 6011 96 110
## 6012 96 48
## 6013 96 116
## 6014 96 32
## 6015 96 83
## 6016 96 59
## 6017 96 35
## 6018 96 83
## 6019 96 42
## 6020 96 60
## 6021 96 82
## 6022 96 100
## 6023 96 65
## 6024 96 108
## 6025 96 95
## 6026 96 28
## 6027 96 60
## 6028 96 299
## 6029 95 60
## 6030 95 89
## 6031 95 32
## 6032 95 55
## 6033 95 410
## 6034 95 110
## 6035 95 75
## 6036 95 50
## 6037 95 24
## 6038 95 48
## 6039 95 119
## 6040 95 99
## 6041 95 70
## 6042 95 50
## 6043 95 64
## 6044 95 200
## 6045 95 35
## 6046 95 232
## 6047 95 63
## 6048 95 58
## 6049 95 42
## 6050 95 100
## 6051 95 198
## 6052 95 49
## 6053 95 40
## 6054 95 69
## 6055 95 50
## 6056 95 75
## 6057 95 50
## 6058 95 72
## 6059 95 90
## 6060 95 58
## 6061 95 68
## 6062 95 35
## 6063 95 108
## 6064 95 32
## 6065 95 75
## 6066 95 35
## 6067 95 32
## 6068 95 31
## 6069 95 66
## 6070 95 117
## 6071 95 129
## 6072 95 27
## 6073 95 80
## 6074 95 50
## 6075 95 55
## 6076 95 80
## 6077 95 40
## 6078 95 159
## 6079 95 53
## 6080 95 65
## 6081 95 21
## 6082 95 33
## 6083 95 25
## 6084 95 65
## 6085 95 32
## 6086 95 16
## 6087 95 62
## 6088 95 100
## 6089 95 39
## 6090 95 48
## 6091 95 94
## 6092 95 99
## 6093 95 170
## 6094 95 99
## 6095 95 90
## 6096 95 74
## 6097 95 89
## 6098 95 62
## 6099 95 50
## 6100 95 130
## 6101 95 32
## 6102 95 73
## 6103 95 152
## 6104 95 129
## 6105 95 170
## 6106 95 19
## 6107 95 62
## 6108 95 229
## 6109 95 40
## 6110 95 65
## 6111 95 150
## 6112 95 42
## 6113 95 44
## 6114 95 125
## 6115 95 109
## 6116 95 29
## 6117 95 45
## 6118 95 436
## 6119 95 66
## 6120 95 99
## 6121 95 50
## 6122 95 43
## 6123 95 37
## 6124 95 292
## 6125 95 48
## 6126 95 99
## 6127 95 110
## 6128 95 50
## 6129 95 33
## 6130 95 55
## 6131 95 65
## 6132 95 59
## 6133 95 103
## 6134 95 65
## 6135 95 65
## 6136 95 32
## 6137 95 40
## 6138 95 46
## 6139 95 95
## 6140 95 73
## 6141 95 197
## 6142 95 30
## 6143 95 115
## 6144 95 45
## 6145 95 82
## 6146 95 57
## 6147 95 53
## 6148 95 65
## 6149 95 95
## 6150 95 58
## 6151 95 155
## 6152 95 82
## 6153 95 71
## 6154 95 94
## 6155 95 93
## 6156 95 109
## 6157 95 48
## 6158 94 30
## 6159 94 18
## 6160 94 28
## 6161 94 65
## 6162 94 23
## 6163 94 77
## 6164 94 42
## 6165 94 34
## 6166 94 60
## 6167 94 79
## 6168 94 58
## 6169 94 16
## 6170 94 42
## 6171 94 60
## 6172 94 175
## 6173 94 52
## 6174 94 205
## 6175 94 44
## 6176 94 45
## 6177 94 69
## 6178 94 185
## 6179 94 75
## 6180 94 13
## 6181 94 58
## 6182 94 47
## 6183 94 35
## 6184 94 36
## 6185 94 118
## 6186 94 300
## 6187 94 199
## 6188 94 175
## 6189 94 32
## 6190 94 85
## 6191 94 100
## 6192 94 170
## 6193 94 119
## 6194 94 250
## 6195 94 45
## 6196 94 50
## 6197 94 96
## 6198 94 50
## 6199 94 60
## 6200 94 75
## 6201 94 60
## 6202 94 50
## 6203 94 32
## 6204 94 48
## 6205 94 37
## 6206 94 58
## 6207 94 119
## 6208 94 62
## 6209 94 38
## 6210 94 90
## 6211 94 42
## 6212 94 75
## 6213 94 48
## 6214 94 69
## 6215 94 115
## 6216 94 79
## 6217 94 109
## 6218 94 45
## 6219 94 68
## 6220 94 162
## 6221 94 43
## 6222 94 74
## 6223 94 59
## 6224 94 94
## 6225 94 92
## 6226 94 40
## 6227 94 265
## 6228 94 50
## 6229 94 85
## 6230 94 130
## 6231 94 36
## 6232 94 55
## 6233 94 38
## 6234 94 89
## 6235 94 47
## 6236 94 62
## 6237 94 149
## 6238 94 109
## 6239 94 135
## 6240 94 120
## 6241 94 50
## 6242 94 49
## 6243 94 175
## 6244 94 38
## 6245 94 17
## 6246 94 106
## 6247 94 42
## 6248 94 80
## 6249 94 119
## 6250 94 60
## 6251 94 90
## 6252 94 27
## 6253 94 49
## 6254 94 110
## 6255 94 75
## 6256 94 56
## 6257 94 109
## 6258 94 88
## 6259 94 32
## 6260 94 55
## 6261 94 104
## 6262 94 179
## 6263 94 99
## 6264 94 83
## 6265 94 80
## 6266 94 35
## 6267 93 243
## 6268 93 81
## 6269 93 60
## 6270 93 175
## 6271 93 200
## 6272 93 250
## 6273 93 40
## 6274 93 50
## 6275 93 108
## 6276 93 86
## 6277 93 19
## 6278 93 109
## 6279 93 88
## 6280 93 42
## 6281 93 50
## 6282 93 80
## 6283 93 46
## 6284 93 100
## 6285 93 69
## 6286 93 29
## 6287 93 62
## 6288 93 95
## 6289 93 53
## 6290 93 26
## 6291 93 42
## 6292 93 69
## 6293 93 94
## 6294 93 39
## 6295 93 75
## 6296 93 35
## 6297 93 75
## 6298 93 84
## 6299 93 46
## 6300 93 109
## 6301 93 38
## 6302 93 48
## 6303 93 229
## 6304 93 23
## 6305 93 70
## 6306 93 30
## 6307 93 99
## 6308 93 59
## 6309 93 85
## 6310 93 62
## 6311 93 55
## 6312 93 45
## 6313 93 40
## 6314 93 38
## 6315 93 83
## 6316 93 179
## 6317 93 299
## 6318 93 25
## 6319 93 125
## 6320 93 225
## 6321 93 127
## 6322 93 104
## 6323 93 120
## 6324 93 79
## 6325 93 56
## 6326 93 45
## 6327 93 48
## 6328 93 85
## 6329 93 70
## 6330 93 97
## 6331 93 86
## 6332 93 32
## 6333 93 74
## 6334 93 70
## 6335 93 32
## 6336 93 285
## 6337 93 50
## 6338 93 125
## 6339 93 98
## 6340 93 43
## 6341 93 35
## 6342 93 110
## 6343 93 50
## 6344 93 155
## 6345 93 18
## 6346 93 119
## 6347 93 30
## 6348 93 25
## 6349 93 67
## 6350 93 189
## 6351 93 28
## 6352 93 67
## 6353 93 70
## 6354 93 33
## 6355 93 159
## 6356 93 34
## 6357 93 70
## 6358 93 99
## 6359 93 31
## 6360 93 119
## 6361 93 70
## 6362 93 30
## 6363 93 39
## 6364 93 150
## 6365 93 60
## 6366 93 39
## 6367 93 79
## 6368 93 68
## 6369 93 75
## 6370 93 42
## 6371 93 42
## 6372 93 75
## 6373 93 71
## 6374 93 130
## 6375 93 139
## 6376 93 98
## 6377 93 20
## 6378 93 32
## 6379 93 70
## 6380 93 130
## 6381 93 167
## 6382 93 70
## 6383 93 55
## 6384 93 100
## 6385 93 135
## 6386 93 50
## 6387 93 55
## 6388 93 140
## 6389 93 210
## 6390 93 35
## 6391 93 168
## 6392 93 77
## 6393 93 26
## 6394 93 37
## 6395 93 179
## 6396 92 155
## 6397 92 68
## 6398 92 88
## 6399 92 68
## 6400 92 84
## 6401 92 275
## 6402 92 45
## 6403 92 62
## 6404 92 66
## 6405 92 45
## 6406 92 64
## 6407 92 34
## 6408 92 40
## 6409 92 68
## 6410 92 71
## 6411 92 36
## 6412 92 58
## 6413 92 15
## 6414 92 195
## 6415 92 212
## 6416 92 90
## 6417 92 48
## 6418 92 119
## 6419 92 139
## 6420 92 50
## 6421 92 180
## 6422 92 72
## 6423 92 91
## 6424 92 25
## 6425 92 32
## 6426 92 54
## 6427 92 42
## 6428 92 98
## 6429 92 35
## 6430 92 60
## 6431 92 89
## 6432 92 144
## 6433 92 68
## 6434 92 67
## 6435 92 160
## 6436 92 109
## 6437 92 100
## 6438 92 150
## 6439 92 160
## 6440 92 190
## 6441 92 62
## 6442 92 78
## 6443 92 120
## 6444 92 84
## 6445 92 160
## 6446 92 105
## 6447 92 111
## 6448 92 47
## 6449 92 32
## 6450 92 70
## 6451 92 85
## 6452 92 99
## 6453 92 74
## 6454 92 50
## 6455 92 90
## 6456 92 42
## 6457 92 279
## 6458 92 100
## 6459 92 75
## 6460 92 56
## 6461 92 100
## 6462 92 36
## 6463 92 140
## 6464 92 49
## 6465 92 28
## 6466 92 49
## 6467 92 78
## 6468 92 73
## 6469 92 49
## 6470 92 61
## 6471 92 75
## 6472 92 95
## 6473 92 100
## 6474 92 40
## 6475 92 325
## 6476 92 58
## 6477 92 31
## 6478 92 62
## 6479 92 58
## 6480 92 400
## 6481 92 15
## 6482 92 50
## 6483 92 70
## 6484 92 145
## 6485 92 81
## 6486 92 191
## 6487 92 80
## 6488 92 65
## 6489 92 60
## 6490 92 137
## 6491 92 50
## 6492 92 124
## 6493 92 40
## 6494 92 110
## 6495 92 195
## 6496 92 88
## 6497 92 33
## 6498 92 120
## 6499 92 25
## 6500 92 50
## 6501 92 52
## 6502 92 44
## 6503 92 24
## 6504 92 37
## 6505 92 22
## 6506 92 175
## 6507 92 49
## 6508 92 49
## 6509 92 179
## 6510 92 50
## 6511 92 28
## 6512 92 99
## 6513 92 70
## 6514 92 100
## 6515 92 35
## 6516 92 107
## 6517 92 104
## 6518 92 125
## 6519 92 34
## 6520 92 68
## 6521 92 12
## 6522 92 20
## 6523 92 65
## 6524 92 20
## 6525 92 33
## 6526 91 53
## 6527 91 114
## 6528 91 112
## 6529 91 60
## 6530 91 17
## 6531 91 45
## 6532 91 249
## 6533 91 88
## 6534 91 95
## 6535 91 38
## 6536 91 61
## 6537 91 90
## 6538 91 100
## 6539 91 100
## 6540 91 58
## 6541 91 70
## 6542 91 50
## 6543 91 116
## 6544 91 90
## 6545 91 154
## 6546 91 60
## 6547 91 46
## 6548 91 55
## 6549 91 57
## 6550 91 149
## 6551 91 72
## 6552 91 69
## 6553 91 37
## 6554 91 70
## 6555 91 33
## 6556 91 85
## 6557 91 51
## 6558 91 58
## 6559 91 124
## 6560 91 40
## 6561 91 48
## 6562 91 96
## 6563 91 12
## 6564 91 188
## 6565 91 99
## 6566 91 53
## 6567 91 69
## 6568 91 33
## 6569 91 32
## 6570 91 32
## 6571 91 60
## 6572 91 48
## 6573 91 64
## 6574 91 95
## 6575 91 25
## 6576 91 38
## 6577 91 43
## 6578 91 169
## 6579 91 58
## 6580 91 59
## 6581 91 115
## 6582 91 90
## 6583 91 134
## 6584 91 100
## 6585 91 70
## 6586 91 46
## 6587 91 120
## 6588 91 100
## 6589 91 80
## 6590 91 43
## 6591 91 120
## 6592 91 55
## 6593 91 75
## 6594 91 80
## 6595 91 60
## 6596 91 75
## 6597 91 30
## 6598 91 51
## 6599 91 42
## 6600 91 45
## 6601 91 55
## 6602 91 274
## 6603 91 340
## 6604 91 58
## 6605 91 48
## 6606 91 83
## 6607 91 75
## 6608 91 119
## 6609 91 31
## 6610 91 134
## 6611 91 175
## 6612 91 50
## 6613 91 70
## 6614 91 75
## 6615 91 100
## 6616 91 29
## 6617 91 55
## 6618 91 88
## 6619 91 79
## 6620 91 62
## 6621 91 65
## 6622 91 46
## 6623 91 20
## 6624 91 53
## 6625 91 51
## 6626 91 14
## 6627 91 90
## 6628 91 181
## 6629 91 38
## 6630 91 63
## 6631 91 83
## 6632 91 65
## 6633 91 125
## 6634 91 88
## 6635 91 42
## 6636 91 75
## 6637 91 99
## 6638 91 68
## 6639 91 125
## 6640 91 70
## 6641 91 88
## 6642 91 160
## 6643 91 95
## 6644 91 59
## 6645 91 67
## 6646 91 175
## 6647 91 47
## 6648 91 38
## 6649 91 30
## 6650 91 45
## 6651 91 50
## 6652 91 95
## 6653 91 68
## 6654 91 40
## 6655 91 75
## 6656 91 134
## 6657 91 100
## 6658 91 70
## 6659 91 60
## 6660 91 27
## 6661 91 150
## 6662 91 108
## 6663 91 43
## 6664 91 300
## 6665 91 118
## 6666 91 75
## 6667 91 257
## 6668 91 62
## 6669 90 113
## 6670 90 140
## 6671 90 62
## 6672 90 145
## 6673 90 69
## 6674 90 195
## 6675 90 50
## 6676 90 59
## 6677 90 125
## 6678 90 99
## 6679 90 65
## 6680 90 30
## 6681 90 19
## 6682 90 38
## 6683 90 87
## 6684 90 120
## 6685 90 40
## 6686 90 175
## 6687 90 46
## 6688 90 110
## 6689 90 32
## 6690 90 100
## 6691 90 64
## 6692 90 600
## 6693 90 53
## 6694 90 110
## 6695 90 102
## 6696 90 42
## 6697 90 65
## 6698 90 46
## 6699 90 74
## 6700 90 58
## 6701 90 129
## 6702 90 75
## 6703 90 82
## 6704 90 107
## 6705 90 125
## 6706 90 212
## 6707 90 98
## 6708 90 55
## 6709 90 33
## 6710 90 248
## 6711 90 100
## 6712 90 42
## 6713 90 50
## 6714 90 86
## 6715 90 45
## 6716 90 48
## 6717 90 110
## 6718 90 75
## 6719 90 79
## 6720 90 34
## 6721 90 54
## 6722 90 62
## 6723 90 125
## 6724 90 50
## 6725 90 100
## 6726 90 28
## 6727 90 62
## 6728 90 239
## 6729 90 66
## 6730 90 49
## 6731 90 76
## 6732 90 75
## 6733 90 50
## 6734 90 149
## 6735 90 68
## 6736 90 169
## 6737 90 148
## 6738 90 96
## 6739 90 69
## 6740 90 33
## 6741 90 49
## 6742 90 28
## 6743 90 95
## 6744 90 58
## 6745 90 58
## 6746 90 32
## 6747 90 33
## 6748 90 59
## 6749 90 64
## 6750 90 40
## 6751 90 24
## 6752 90 349
## 6753 90 135
## 6754 90 78
## 6755 90 50
## 6756 90 58
## 6757 90 58
## 6758 90 224
## 6759 90 65
## 6760 90 125
## 6761 90 150
## 6762 90 60
## 6763 90 30
## 6764 90 59
## 6765 90 149
## 6766 90 95
## 6767 90 45
## 6768 90 79
## 6769 90 18
## 6770 90 97
## 6771 90 88
## 6772 90 55
## 6773 90 47
## 6774 90 33
## 6775 90 28
## 6776 90 140
## 6777 90 30
## 6778 90 50
## 6779 90 31
## 6780 90 26
## 6781 90 62
## 6782 90 125
## 6783 90 31
## 6784 90 42
## 6785 90 50
## 6786 90 75
## 6787 90 25
## 6788 90 75
## 6789 90 65
## 6790 90 450
## 6791 90 39
## 6792 90 140
## 6793 90 22
## 6794 90 24
## 6795 90 29
## 6796 90 179
## 6797 90 58
## 6798 89 49
## 6799 89 58
## 6800 89 88
## 6801 89 60
## 6802 89 107
## 6803 89 17
## 6804 89 28
## 6805 89 40
## 6806 89 68
## 6807 89 44
## 6808 89 111
## 6809 89 60
## 6810 89 68
## 6811 89 38
## 6812 89 16
## 6813 89 88
## 6814 89 64
## 6815 89 95
## 6816 89 80
## 6817 89 62
## 6818 89 58
## 6819 89 44
## 6820 89 73
## 6821 89 32
## 6822 89 350
## 6823 89 32
## 6824 89 28
## 6825 89 170
## 6826 89 78
## 6827 89 62
## 6828 89 184
## 6829 89 108
## 6830 89 50
## 6831 89 105
## 6832 89 110
## 6833 89 120
## 6834 89 22
## 6835 89 50
## 6836 89 60
## 6837 89 38
## 6838 89 345
## 6839 89 92
## 6840 89 24
## 6841 89 98
## 6842 89 44
## 6843 89 69
## 6844 89 44
## 6845 89 93
## 6846 89 119
## 6847 89 80
## 6848 89 34
## 6849 89 124
## 6850 89 60
## 6851 89 50
## 6852 89 60
## 6853 89 25
## 6854 89 32
## 6855 89 101
## 6856 89 93
## 6857 89 18
## 6858 89 70
## 6859 89 300
## 6860 89 62
## 6861 89 56
## 6862 89 26
## 6863 89 20
## 6864 89 130
## 6865 89 71
## 6866 89 36
## 6867 89 74
## 6868 89 125
## 6869 89 50
## 6870 89 334
## 6871 89 29
## 6872 89 38
## 6873 89 50
## 6874 89 132
## 6875 89 99
## 6876 89 115
## 6877 89 76
## 6878 89 140
## 6879 89 49
## 6880 89 58
## 6881 89 62
## 6882 89 12
## 6883 89 199
## 6884 89 60
## 6885 89 46
## 6886 89 40
## 6887 89 105
## 6888 89 65
## 6889 89 98
## 6890 89 120
## 6891 89 170
## 6892 89 34
## 6893 89 49
## 6894 89 48
## 6895 89 60
## 6896 89 105
## 6897 89 119
## 6898 89 288
## 6899 89 48
## 6900 89 195
## 6901 89 68
## 6902 89 35
## 6903 89 88
## 6904 89 43
## 6905 89 95
## 6906 89 58
## 6907 89 55
## 6908 89 55
## 6909 89 95
## 6910 89 129
## 6911 89 42
## 6912 89 65
## 6913 89 80
## 6914 89 22
## 6915 89 55
## 6916 89 125
## 6917 89 59
## 6918 89 32
## 6919 89 106
## 6920 89 55
## 6921 89 42
## 6922 89 95
## 6923 89 32
## 6924 89 32
## 6925 89 45
## 6926 89 55
## 6927 89 190
## 6928 89 120
## 6929 89 57
## 6930 89 45
## 6931 89 55
## 6932 89 114
## 6933 89 139
## 6934 89 149
## 6935 89 57
## 6936 88 69
## 6937 88 199
## 6938 88 35
## 6939 88 50
## 6940 88 47
## 6941 88 65
## 6942 88 125
## 6943 88 449
## 6944 88 20
## 6945 88 43
## 6946 88 128
## 6947 88 48
## 6948 88 150
## 6949 88 48
## 6950 88 100
## 6951 88 42
## 6952 88 169
## 6953 88 125
## 6954 88 30
## 6955 88 500
## 6956 88 108
## 6957 88 66
## 6958 88 175
## 6959 88 53
## 6960 88 62
## 6961 88 99
## 6962 88 114
## 6963 88 42
## 6964 88 80
## 6965 88 48
## 6966 88 225
## 6967 88 78
## 6968 88 75
## 6969 88 115
## 6970 88 85
## 6971 88 26
## 6972 88 75
## 6973 88 129
## 6974 88 18
## 6975 88 46
## 6976 88 70
## 6977 88 54
## 6978 88 49
## 6979 88 75
## 6980 88 20
## 6981 88 30
## 6982 88 36
## 6983 88 50
## 6984 88 60
## 6985 88 88
## 6986 88 85
## 6987 88 99
## 6988 88 90
## 6989 88 83
## 6990 88 125
## 6991 88 175
## 6992 88 59
## 6993 88 159
## 6994 88 125
## 6995 88 145
## 6996 88 49
## 6997 88 171
## 6998 88 98
## 6999 88 199
## 7000 88 82
## 7001 88 59
## 7002 88 70
## 7003 88 55
## 7004 88 83
## 7005 88 32
## 7006 88 99
## 7007 88 33
## 7008 88 110
## 7009 88 33
## 7010 88 125
## 7011 88 58
## 7012 88 44
## 7013 88 50
## 7014 88 245
## 7015 88 48
## 7016 88 299
## 7017 88 45
## 7018 88 40
## 7019 88 30
## 7020 88 50
## 7021 88 39
## 7022 88 105
## 7023 88 38
## 7024 88 75
## 7025 88 110
## 7026 88 16
## 7027 88 130
## 7028 88 69
## 7029 88 99
## 7030 88 42
## 7031 88 59
## 7032 88 178
## 7033 88 145
## 7034 88 125
## 7035 88 99
## 7036 88 11
## 7037 88 51
## 7038 88 49
## 7039 88 69
## 7040 88 91
## 7041 88 40
## 7042 88 88
## 7043 88 38
## 7044 88 67
## 7045 88 39
## 7046 88 49
## 7047 88 59
## 7048 88 75
## 7049 88 70
## 7050 88 95
## 7051 88 99
## 7052 88 85
## 7053 88 90
## 7054 88 62
## 7055 88 110
## 7056 88 35
## 7057 88 89
## 7058 88 67
## 7059 88 55
## 7060 88 395
## 7061 88 84
## 7062 88 58
## 7063 88 39
## 7064 88 74
## 7065 88 18
## 7066 88 75
## 7067 88 65
## 7068 88 27
## 7069 88 75
## 7070 88 42
## 7071 88 34
## 7072 88 87
## 7073 88 58
## 7074 88 64
## 7075 88 60
## 7076 88 119
## 7077 88 45
## 7078 88 48
## 7079 88 50
## 7080 88 38
## 7081 88 99
## 7082 88 149
## 7083 88 17
## 7084 88 66
## 7085 88 30
## 7086 88 39
## 7087 87 62
## 7088 87 145
## 7089 87 79
## 7090 87 85
## 7091 87 62
## 7092 87 33
## 7093 87 190
## 7094 87 22
## 7095 87 128
## 7096 87 46
## 7097 87 35
## 7098 87 115
## 7099 87 18
## 7100 87 74
## 7101 87 62
## 7102 87 145
## 7103 87 63
## 7104 87 50
## 7105 87 140
## 7106 87 120
## 7107 87 22
## 7108 87 90
## 7109 87 20
## 7110 87 62
## 7111 87 72
## 7112 87 98
## 7113 87 38
## 7114 87 110
## 7115 87 152
## 7116 87 38
## 7117 87 64
## 7118 87 39
## 7119 87 112
## 7120 87 92
## 7121 87 70
## 7122 87 147
## 7123 87 115
## 7124 87 75
## 7125 87 200
## 7126 87 75
## 7127 87 270
## 7128 87 112
## 7129 87 148
## 7130 87 60
## 7131 87 75
## 7132 87 65
## 7133 87 195
## 7134 87 129
## 7135 87 40
## 7136 87 35
## 7137 87 99
## 7138 87 28
## 7139 87 70
## 7140 87 120
## 7141 87 58
## 7142 87 99
## 7143 87 112
## 7144 87 44
## 7145 87 42
## 7146 87 99
## 7147 87 56
## 7148 87 130
## 7149 87 190
## 7150 87 175
## 7151 87 23
## 7152 87 45
## 7153 87 24
## 7154 87 50
## 7155 87 31
## 7156 87 124
## 7157 87 155
## 7158 87 55
## 7159 87 37
## 7160 87 55
## 7161 87 45
## 7162 87 109
## 7163 87 94
## 7164 87 120
## 7165 87 60
## 7166 87 149
## 7167 87 310
## 7168 87 26
## 7169 87 100
## 7170 87 108
## 7171 87 30
## 7172 87 295
## 7173 87 125
## 7174 87 125
## 7175 87 101
## 7176 87 60
## 7177 87 60
## 7178 87 109
## 7179 87 50
## 7180 87 50
## 7181 87 120
## 7182 87 99
## 7183 87 88
## 7184 87 75
## 7185 87 75
## 7186 87 54
## 7187 87 50
## 7188 87 41
## 7189 87 20
## 7190 87 109
## 7191 87 25
## 7192 87 85
## 7193 87 40
## 7194 87 55
## 7195 87 96
## 7196 87 88
## 7197 87 198
## 7198 87 325
## 7199 87 89
## 7200 87 30
## 7201 87 54
## 7202 87 167
## 7203 87 48
## 7204 87 24
## 7205 87 30
## 7206 87 32
## 7207 87 40
## 7208 87 38
## 7209 87 23
## 7210 87 75
## 7211 87 99
## 7212 87 185
## 7213 87 58
## 7214 87 50
## 7215 87 44
## 7216 87 89
## 7217 87 37
## 7218 87 75
## 7219 87 40
## 7220 87 82
## 7221 87 94
## 7222 87 48
## 7223 87 50
## 7224 87 110
## 7225 87 14
## 7226 87 55
## 7227 87 43
## 7228 87 60
## 7229 87 46
## 7230 87 55
## 7231 86 62
## 7232 86 69
## 7233 86 17
## 7234 86 99
## 7235 86 27
## 7236 86 53
## 7237 86 35
## 7238 86 45
## 7239 86 75
## 7240 86 99
## 7241 86 145
## 7242 86 99
## 7243 86 40
## 7244 86 85
## 7245 86 75
## 7246 86 601
## 7247 86 30
## 7248 86 35
## 7249 86 21
## 7250 86 75
## 7251 86 40
## 7252 86 21
## 7253 86 345
## 7254 86 24
## 7255 86 152
## 7256 86 149
## 7257 86 65
## 7258 86 89
## 7259 86 216
## 7260 86 86
## 7261 86 95
## 7262 86 73
## 7263 86 35
## 7264 86 48
## 7265 86 69
## 7266 86 110
## 7267 86 98
## 7268 86 88
## 7269 86 85
## 7270 86 199
## 7271 86 44
## 7272 86 58
## 7273 86 38
## 7274 86 58
## 7275 86 48
## 7276 86 35
## 7277 86 33
## 7278 86 28
## 7279 86 129
## 7280 86 200
## 7281 86 86
## 7282 86 145
## 7283 86 35
## 7284 86 55
## 7285 86 40
## 7286 86 49
## 7287 86 22
## 7288 86 320
## 7289 86 150
## 7290 86 250
## 7291 86 40
## 7292 86 30
## 7293 86 20
## 7294 86 200
## 7295 86 100
## 7296 86 75
## 7297 86 28
## 7298 86 94
## 7299 86 79
## 7300 86 62
## 7301 86 62
## 7302 86 100
## 7303 86 88
## 7304 86 28
## 7305 86 44
## 7306 86 52
## 7307 86 68
## 7308 86 122
## 7309 86 88
## 7310 86 51
## 7311 86 42
## 7312 86 98
## 7313 86 139
## 7314 86 23
## 7315 86 200
## 7316 86 75
## 7317 86 68
## 7318 86 140
## 7319 86 325
## 7320 86 175
## 7321 86 28
## 7322 86 50
## 7323 86 60
## 7324 86 38
## 7325 86 94
## 7326 86 40
## 7327 86 150
## 7328 86 135
## 7329 86 82
## 7330 86 212
## 7331 86 65
## 7332 86 79
## 7333 86 32
## 7334 86 65
## 7335 86 54
## 7336 86 30
## 7337 86 15
## 7338 86 98
## 7339 86 88
## 7340 86 85
## 7341 86 130
## 7342 86 32
## 7343 86 125
## 7344 86 64
## 7345 86 75
## 7346 86 17
## 7347 86 220
## 7348 86 34
## 7349 86 89
## 7350 86 138
## 7351 86 109
## 7352 86 110
## 7353 86 33
## 7354 86 55
## 7355 86 48
## 7356 86 99
## 7357 86 21
## 7358 86 50
## 7359 86 26
## 7360 86 82
## 7361 86 33
## 7362 86 60
## 7363 86 63
## 7364 86 75
## 7365 86 60
## 7366 86 59
## 7367 86 50
## 7368 86 62
## 7369 86 55
## 7370 86 60
## 7371 86 120
## 7372 86 30
## 7373 86 78
## 7374 86 72
## 7375 86 145
## 7376 85 429
## 7377 85 89
## 7378 85 51
## 7379 85 95
## 7380 85 50
## 7381 85 300
## 7382 85 61
## 7383 85 32
## 7384 85 99
## 7385 85 99
## 7386 85 112
## 7387 85 235
## 7388 85 55
## 7389 85 75
## 7390 85 35
## 7391 85 210
## 7392 85 97
## 7393 85 45
## 7394 85 55
## 7395 85 70
## 7396 85 175
## 7397 85 100
## 7398 85 45
## 7399 85 180
## 7400 85 67
## 7401 85 64
## 7402 85 27
## 7403 85 63
## 7404 85 95
## 7405 85 37
## 7406 85 60
## 7407 85 45
## 7408 85 51
## 7409 85 114
## 7410 85 88
## 7411 85 90
## 7412 85 50
## 7413 85 30
## 7414 85 70
## 7415 85 31
## 7416 85 450
## 7417 85 975
## 7418 85 74
## 7419 85 200
## 7420 85 144
## 7421 85 23
## 7422 85 64
## 7423 85 90
## 7424 85 43
## 7425 85 72
## 7426 85 20
## 7427 85 46
## 7428 85 48
## 7429 85 40
## 7430 85 25
## 7431 85 73
## 7432 85 450
## 7433 85 162
## 7434 85 40
## 7435 85 150
## 7436 85 37
## 7437 85 125
## 7438 85 60
## 7439 85 127
## 7440 85 290
## 7441 85 95
## 7442 85 35
## 7443 85 118
## 7444 85 124
## 7445 85 239
## 7446 85 50
## 7447 85 89
## 7448 85 62
## 7449 85 85
## 7450 85 80
## 7451 85 28
## 7452 85 75
## 7453 85 79
## 7454 85 199
## 7455 85 152
## 7456 85 74
## 7457 85 23
## 7458 85 90
## 7459 85 180
## 7460 85 70
## 7461 85 63
## 7462 85 38
## 7463 85 126
## 7464 85 50
## 7465 85 150
## 7466 85 89
## 7467 85 46
## 7468 85 35
## 7469 85 55
## 7470 85 99
## 7471 85 48
## 7472 85 155
## 7473 85 26
## 7474 85 179
## 7475 85 22
## 7476 85 38
## 7477 85 82
## 7478 85 38
## 7479 85 45
## 7480 85 56
## 7481 85 495
## 7482 85 249
## 7483 85 64
## 7484 85 78
## 7485 85 34
## 7486 85 45
## 7487 85 99
## 7488 85 55
## 7489 85 115
## 7490 85 28
## 7491 85 75
## 7492 85 80
## 7493 85 245
## 7494 85 75
## 7495 85 38
## 7496 85 48
## 7497 85 35
## 7498 85 64
## 7499 85 76
## 7500 85 28
## 7501 85 99
## 7502 85 89
## 7503 85 27
## 7504 85 240
## 7505 85 58
## 7506 85 28
## 7507 85 198
## 7508 85 100
## 7509 85 29
## 7510 85 65
## 7511 85 49
## 7512 85 62
## 7513 85 125
## 7514 85 32
## 7515 85 57
## 7516 85 45
## 7517 85 82
## 7518 85 80
## 7519 85 35
## 7520 85 103
## 7521 85 25
## 7522 85 50
## 7523 85 88
## 7524 85 35
## 7525 85 50
## 7526 85 50
## 7527 85 30
## 7528 85 40
## 7529 85 129
## 7530 84 124
## 7531 84 28
## 7532 84 76
## 7533 84 62
## 7534 84 346
## 7535 84 154
## 7536 84 70
## 7537 84 112
## 7538 84 28
## 7539 84 105
## 7540 84 80
## 7541 84 59
## 7542 84 32
## 7543 84 65
## 7544 84 60
## 7545 84 125
## 7546 84 40
## 7547 84 135
## 7548 84 72
## 7549 84 40
## 7550 84 38
## 7551 84 34
## 7552 84 38
## 7553 84 90
## 7554 84 32
## 7555 84 50
## 7556 84 160
## 7557 84 169
## 7558 84 68
## 7559 84 47
## 7560 84 59
## 7561 84 48
## 7562 84 103
## 7563 84 64
## 7564 84 62
## 7565 84 198
## 7566 84 66
## 7567 84 225
## 7568 84 25
## 7569 84 65
## 7570 84 50
## 7571 84 58
## 7572 84 50
## 7573 84 45
## 7574 84 48
## 7575 84 159
## 7576 84 275
## 7577 84 68
## 7578 84 26
## 7579 84 300
## 7580 84 149
## 7581 84 36
## 7582 84 150
## 7583 84 34
## 7584 84 180
## 7585 84 125
## 7586 84 85
## 7587 84 75
## 7588 84 62
## 7589 84 50
## 7590 84 30
## 7591 84 40
## 7592 84 65
## 7593 84 33
## 7594 84 38
## 7595 84 165
## 7596 84 34
## 7597 84 50
## 7598 84 45
## 7599 84 64
## 7600 84 23
## 7601 84 250
## 7602 84 49
## 7603 84 60
## 7604 84 38
## 7605 84 34
## 7606 84 79
## 7607 84 55
## 7608 84 100
## 7609 84 70
## 7610 84 109
## 7611 84 63
## 7612 84 34
## 7613 84 69
## 7614 84 225
## 7615 84 75
## 7616 84 149
## 7617 84 33
## 7618 84 69
## 7619 84 98
## 7620 84 50
## 7621 84 250
## 7622 84 45
## 7623 84 188
## 7624 84 32
## 7625 84 230
## 7626 84 76
## 7627 84 42
## 7628 84 50
## 7629 84 90
## 7630 84 124
## 7631 84 150
## 7632 84 50
## 7633 84 45
## 7634 84 52
## 7635 84 52
## 7636 84 53
## 7637 84 142
## 7638 84 28
## 7639 84 80
## 7640 84 82
## 7641 84 22
## 7642 84 225
## 7643 84 70
## 7644 84 98
## 7645 84 97
## 7646 84 70
## 7647 84 84
## 7648 84 99
## 7649 84 175
## 7650 84 100
## 7651 84 67
## 7652 84 54
## 7653 84 140
## 7654 84 214
## 7655 84 42
## 7656 84 92
## 7657 84 50
## 7658 84 60
## 7659 84 100
## 7660 84 52
## 7661 84 125
## 7662 84 199
## 7663 84 75
## 7664 84 50
## 7665 84 66
## 7666 84 375
## 7667 84 83
## 7668 84 180
## 7669 84 100
## 7670 84 48
## 7671 84 75
## 7672 84 98
## 7673 84 78
## 7674 84 38
## 7675 84 26
## 7676 84 100
## 7677 83 85
## 7678 83 40
## 7679 83 100
## 7680 83 75
## 7681 83 80
## 7682 83 40
## 7683 83 216
## 7684 83 98
## 7685 83 79
## 7686 83 250
## 7687 83 45
## 7688 83 58
## 7689 83 110
## 7690 83 99
## 7691 83 78
## 7692 83 42
## 7693 83 58
## 7694 83 38
## 7695 83 28
## 7696 83 149
## 7697 83 85
## 7698 83 42
## 7699 83 95
## 7700 83 40
## 7701 83 99
## 7702 83 22
## 7703 83 170
## 7704 83 76
## 7705 83 42
## 7706 83 100
## 7707 83 50
## 7708 83 52
## 7709 83 50
## 7710 83 199
## 7711 83 95
## 7712 83 149
## 7713 83 99
## 7714 83 26
## 7715 83 45
## 7716 83 32
## 7717 83 50
## 7718 83 42
## 7719 83 42
## 7720 83 69
## 7721 83 69
## 7722 83 26
## 7723 83 57
## 7724 83 52
## 7725 83 58
## 7726 83 35
## 7727 83 113
## 7728 83 55
## 7729 83 150
## 7730 83 27
## 7731 83 50
## 7732 83 68
## 7733 83 112
## 7734 83 11
## 7735 83 89
## 7736 83 149
## 7737 83 38
## 7738 83 389
## 7739 83 86
## 7740 83 100
## 7741 83 75
## 7742 83 112
## 7743 83 60
## 7744 83 150
## 7745 83 56
## 7746 83 77
## 7747 83 69
## 7748 83 44
## 7749 83 70
## 7750 83 125
## 7751 83 112
## 7752 83 99
## 7753 83 55
## 7754 83 235
## 7755 83 22
## 7756 83 210
## 7757 83 55
## 7758 83 80
## 7759 83 78
## 7760 83 125
## 7761 83 173
## 7762 83 125
## 7763 83 142
## 7764 83 109
## 7765 83 123
## 7766 83 38
## 7767 83 139
## 7768 83 55
## 7769 83 80
## 7770 83 89
## 7771 83 55
## 7772 83 21
## 7773 83 62
## 7774 83 72
## 7775 83 110
## 7776 83 89
## 7777 83 73
## 7778 83 35
## 7779 83 40
## 7780 83 95
## 7781 83 103
## 7782 83 60
## 7783 83 47
## 7784 83 65
## 7785 83 48
## 7786 83 16
## 7787 83 55
## 7788 83 60
## 7789 83 74
## 7790 83 75
## 7791 83 29
## 7792 83 40
## 7793 83 48
## 7794 83 500
## 7795 83 43
## 7796 83 65
## 7797 83 250
## 7798 83 109
## 7799 83 89
## 7800 83 12
## 7801 83 67
## 7802 83 338
## 7803 83 63
## 7804 83 35
## 7805 83 52
## 7806 83 65
## 7807 83 225
## 7808 83 20
## 7809 83 99
## 7810 83 99
## 7811 83 63
## 7812 83 60
## 7813 83 50
## 7814 83 85
## 7815 83 140
## 7816 83 76
## 7817 83 99
## 7818 83 75
## 7819 83 100
## 7820 83 155
## 7821 83 67
## 7822 83 49
## 7823 83 32
## 7824 83 125
## 7825 83 37
## 7826 82 50
## 7827 82 70
## 7828 82 73
## 7829 82 32
## 7830 82 110
## 7831 82 185
## 7832 82 105
## 7833 82 65
## 7834 82 42
## 7835 82 100
## 7836 82 200
## 7837 82 86
## 7838 82 28
## 7839 82 55
## 7840 82 112
## 7841 82 50
## 7842 82 225
## 7843 82 117
## 7844 82 62
## 7845 82 132
## 7846 82 65
## 7847 82 38
## 7848 82 50
## 7849 82 95
## 7850 82 40
## 7851 82 99
## 7852 82 54
## 7853 82 150
## 7854 82 24
## 7855 82 70
## 7856 82 88
## 7857 82 50
## 7858 82 120
## 7859 82 49
## 7860 82 98
## 7861 82 15
## 7862 82 85
## 7863 82 42
## 7864 82 119
## 7865 82 26
## 7866 82 76
## 7867 82 72
## 7868 82 100
## 7869 82 33
## 7870 82 275
## 7871 82 109
## 7872 82 79
## 7873 82 35
## 7874 82 101
## 7875 82 38
## 7876 82 200
## 7877 82 150
## 7878 82 58
## 7879 82 60
## 7880 82 88
## 7881 82 59
## 7882 82 125
## 7883 82 66
## 7884 82 49
## 7885 82 69
## 7886 82 80
## 7887 82 75
## 7888 82 125
## 7889 82 17
## 7890 82 69
## 7891 82 109
## 7892 82 50
## 7893 82 64
## 7894 82 68
## 7895 82 94
## 7896 82 75
## 7897 82 27
## 7898 82 110
## 7899 82 45
## 7900 82 40
## 7901 82 41
## 7902 82 69
## 7903 82 56
## 7904 82 55
## 7905 82 75
## 7906 82 199
## 7907 82 115
## 7908 82 52
## 7909 82 83
## 7910 82 78
## 7911 82 67
## 7912 82 55
## 7913 82 89
## 7914 82 40
## 7915 82 45
## 7916 82 28
## 7917 82 94
## 7918 82 105
## 7919 82 18
## 7920 82 115
## 7921 82 125
## 7922 82 34
## 7923 82 220
## 7924 82 132
## 7925 82 100
## 7926 82 549
## 7927 82 38
## 7928 82 82
## 7929 82 38
## 7930 82 36
## 7931 82 89
## 7932 82 80
## 7933 82 90
## 7934 82 90
## 7935 82 33
## 7936 82 26
## 7937 82 109
## 7938 82 150
## 7939 82 149
## 7940 82 31
## 7941 82 79
## 7942 82 33
## 7943 82 14
## 7944 82 42
## 7945 82 19
## 7946 82 149
## 7947 82 58
## 7948 82 70
## 7949 82 59
## 7950 82 100
## 7951 82 139
## 7952 82 48
## 7953 82 85
## 7954 82 150
## 7955 82 51
## 7956 82 105
## 7957 82 220
## 7958 82 225
## 7959 82 101
## 7960 82 28
## 7961 82 295
## 7962 82 122
## 7963 82 47
## 7964 82 85
## 7965 82 179
## 7966 82 49
## 7967 82 62
## 7968 82 110
## 7969 82 100
## 7970 82 37
## 7971 82 32
## 7972 82 32
## 7973 82 79
## 7974 82 224
## 7975 82 100
## 7976 82 16
## 7977 82 94
## 7978 82 75
## 7979 82 299
## 7980 82 42
## 7981 82 42
## 7982 82 60
## 7983 82 40
## 7984 82 55
## 7985 82 37
## 7986 82 35
## 7987 82 44
## 7988 82 30
## 7989 82 52
## 7990 82 140
## 7991 82 140
## 7992 82 45
## 7993 82 35
## 7994 82 34
## 7995 82 48
## 7996 82 195
## 7997 82 32
## 7998 82 28
## 7999 82 25
## 8000 82 58
## 8001 82 29
## 8002 82 49
## 8003 82 30
## 8004 82 35
## 8005 82 129
## 8006 82 125
## 8007 82 81
## 8008 82 88
## 8009 82 245
## 8010 82 85
## 8011 82 48
## 8012 82 52
## 8013 81 129
## 8014 81 100
## 8015 81 57
## 8016 81 70
## 8017 81 88
## 8018 81 228
## 8019 81 38
## 8020 81 88
## 8021 81 395
## 8022 81 49
## 8023 81 70
## 8024 81 35
## 8025 81 40
## 8026 81 95
## 8027 81 73
## 8028 81 70
## 8029 81 68
## 8030 81 135
## 8031 81 99
## 8032 81 33
## 8033 81 109
## 8034 81 125
## 8035 81 95
## 8036 81 120
## 8037 81 38
## 8038 81 50
## 8039 81 85
## 8040 81 65
## 8041 81 75
## 8042 81 95
## 8043 81 99
## 8044 81 74
## 8045 81 45
## 8046 81 77
## 8047 81 94
## 8048 81 75
## 8049 81 89
## 8050 81 210
## 8051 81 180
## 8052 81 54
## 8053 81 32
## 8054 81 199
## 8055 81 65
## 8056 81 46
## 8057 81 45
## 8058 81 164
## 8059 81 37
## 8060 81 129
## 8061 81 155
## 8062 81 75
## 8063 81 89
## 8064 81 167
## 8065 81 119
## 8066 81 99
## 8067 81 220
## 8068 81 55
## 8069 81 79
## 8070 81 84
## 8071 81 79
## 8072 81 35
## 8073 81 179
## 8074 81 99
## 8075 81 16
## 8076 81 32
## 8077 81 125
## 8078 81 99
## 8079 81 24
## 8080 81 42
## 8081 81 52
## 8082 81 47
## 8083 81 52
## 8084 81 25
## 8085 81 66
## 8086 81 90
## 8087 81 40
## 8088 81 22
## 8089 81 60
## 8090 81 33
## 8091 81 38
## 8092 81 75
## 8093 81 17
## 8094 81 16
## 8095 81 78
## 8096 81 45
## 8097 81 140
## 8098 81 50
## 8099 81 90
## 8100 81 69
## 8101 81 42
## 8102 81 29
## 8103 81 90
## 8104 81 88
## 8105 81 69
## 8106 81 109
## 8107 81 55
## 8108 81 50
## 8109 81 55
## 8110 81 45
## 8111 81 98
## 8112 81 43
## 8113 81 54
## 8114 81 109
## 8115 81 99
## 8116 81 299
## 8117 81 167
## 8118 81 75
## 8119 81 42
## 8120 81 55
## 8121 81 110
## 8122 81 400
## 8123 81 32
## 8124 81 48
## 8125 81 81
## 8126 81 30
## 8127 81 99
## 8128 81 115
## 8129 81 50
## 8130 81 43
## 8131 81 48
## 8132 81 36
## 8133 81 94
## 8134 81 20
## 8135 81 48
## 8136 81 89
## 8137 81 125
## 8138 81 120
## 8139 81 48
## 8140 81 50
## 8141 81 50
## 8142 81 80
## 8143 81 90
## 8144 81 80
## 8145 81 108
## 8146 81 14
## 8147 81 165
## 8148 81 65
## 8149 81 42
## 8150 81 74
## 8151 81 125
## 8152 81 50
## 8153 81 77
## 8154 81 58
## 8155 81 110
## 8156 81 52
## 8157 81 54
## 8158 81 58
## 8159 81 30
## 8160 81 44
## 8161 81 85
## 8162 81 399
## 8163 81 120
## 8164 81 179
## 8165 81 53
## 8166 81 50
## 8167 81 185
## 8168 81 88
## 8169 81 67
## 8170 81 30
## 8171 81 63
## 8172 81 32
## 8173 81 60
## 8174 81 20
## 8175 81 85
## 8176 81 130
## 8177 81 62
## 8178 81 34
## 8179 81 90
## 8180 81 59
## 8181 81 159
## 8182 81 58
## 8183 81 125
## 8184 81 183
## 8185 81 99
## 8186 81 55
## 8187 81 40
## 8188 81 57
## 8189 81 78
## 8190 81 61
## 8191 80 42
## 8192 80 95
## 8193 80 92
## 8194 80 60
## 8195 80 51
## 8196 80 130
## 8197 80 99
## 8198 80 170
## 8199 80 175
## 8200 80 70
## 8201 80 99
## 8202 80 150
## 8203 80 88
## 8204 80 65
## 8205 80 74
## 8206 80 96
## 8207 80 33
## 8208 80 159
## 8209 80 69
## 8210 80 99
## 8211 80 58
## 8212 80 99
## 8213 80 79
## 8214 80 99
## 8215 80 95
## 8216 80 17
## 8217 80 36
## 8218 80 79
## 8219 80 31
## 8220 80 90
## 8221 80 200
## 8222 80 52
## 8223 80 79
## 8224 80 34
## 8225 80 150
## 8226 80 45
## 8227 80 42
## 8228 80 100
## 8229 80 50
## 8230 80 55
## 8231 80 72
## 8232 80 22
## 8233 80 70
## 8234 80 38
## 8235 80 90
## 8236 80 110
## 8237 80 20
## 8238 80 29
## 8239 80 119
## 8240 80 38
## 8241 80 19
## 8242 80 50
## 8243 80 38
## 8244 80 58
## 8245 80 38
## 8246 80 148
## 8247 80 52
## 8248 80 40
## 8249 80 40
## 8250 80 378
## 8251 80 37
## 8252 80 62
## 8253 80 75
## 8254 80 50
## 8255 80 62
## 8256 80 11
## 8257 80 150
## 8258 80 135
## 8259 80 99
## 8260 80 29
## 8261 80 65
## 8262 80 28
## 8263 80 44
## 8264 80 93
## 8265 80 78
## 8266 80 283
## 8267 80 136
## 8268 80 53
## 8269 80 110
## 8270 80 37
## 8271 80 90
## 8272 80 56
## 8273 80 109
## 8274 80 48
## 8275 80 82
## 8276 80 60
## 8277 80 45
## 8278 80 110
## 8279 80 88
## 8280 80 45
## 8281 80 68
## 8282 80 66
## 8283 80 36
## 8284 80 42
## 8285 80 85
## 8286 80 88
## 8287 80 33
## 8288 80 37
## 8289 80 42
## 8290 80 122
## 8291 80 50
## 8292 80 42
## 8293 80 114
## 8294 80 108
## 8295 80 42
## 8296 80 67
## 8297 80 75
## 8298 80 60
## 8299 80 87
## 8300 80 60
## 8301 80 87
## 8302 80 122
## 8303 80 70
## 8304 80 162
## 8305 80 52
## 8306 80 24
## 8307 80 110
## 8308 80 210
## 8309 80 135
## 8310 80 55
## 8311 80 80
## 8312 80 165
## 8313 80 42
## 8314 80 52
## 8315 80 35
## 8316 80 88
## 8317 80 49
## 8318 80 44
## 8319 80 38
## 8320 80 50
## 8321 80 200
## 8322 80 165
## 8323 80 95
## 8324 80 33
## 8325 80 52
## 8326 80 125
## 8327 80 72
## 8328 80 99
## 8329 80 199
## 8330 80 70
## 8331 80 58
## 8332 80 200
## 8333 80 42
## 8334 80 100
## 8335 80 19
## 8336 80 80
## 8337 80 400
## 8338 80 23
## 8339 80 125
## 8340 80 91
## 8341 80 88
## 8342 80 75
## 8343 80 22
## 8344 80 70
## 8345 80 45
## 8346 80 62
## 8347 80 22
## 8348 80 32
## 8349 80 188
## 8350 80 94
## 8351 80 47
## 8352 80 95
## 8353 80 75
## 8354 80 55
## 8355 80 155
## 8356 80 35
## 8357 80 180
## 8358 80 56
## 8359 80 65
## 8360 80 32
## 8361 80 94
## 8362 80 45
## 8363 80 30
## 8364 80 55
## 8365 80 110
## 8366 80 22
## 8367 80 162
## 8368 80 17
## 8369 79 99
## 8370 79 98
## 8371 79 55
## 8372 79 49
## 8373 79 50
## 8374 79 50
## 8375 79 43
## 8376 79 103
## 8377 79 139
## 8378 79 155
## 8379 79 88
## 8380 79 40
## 8381 79 200
## 8382 79 110
## 8383 79 29
## 8384 79 28
## 8385 79 100
## 8386 79 48
## 8387 79 55
## 8388 79 22
## 8389 79 33
## 8390 79 109
## 8391 79 42
## 8392 79 75
## 8393 79 169
## 8394 79 175
## 8395 79 22
## 8396 79 149
## 8397 79 32
## 8398 79 42
## 8399 79 28
## 8400 79 41
## 8401 79 48
## 8402 79 88
## 8403 79 42
## 8404 79 70
## 8405 79 34
## 8406 79 110
## 8407 79 19
## 8408 79 155
## 8409 79 38
## 8410 79 40
## 8411 79 50
## 8412 79 110
## 8413 79 69
## 8414 79 92
## 8415 79 80
## 8416 79 50
## 8417 79 40
## 8418 79 500
## 8419 79 100
## 8420 79 95
## 8421 79 35
## 8422 79 30
## 8423 79 85
## 8424 79 89
## 8425 79 95
## 8426 79 35
## 8427 79 99
## 8428 79 56
## 8429 79 59
## 8430 79 98
## 8431 79 69
## 8432 79 136
## 8433 79 109
## 8434 79 30
## 8435 79 104
## 8436 79 62
## 8437 79 38
## 8438 79 59
## 8439 79 44
## 8440 79 99
## 8441 79 79
## 8442 79 24
## 8443 79 21
## 8444 79 98
## 8445 79 70
## 8446 79 30
## 8447 79 72
## 8448 79 23
## 8449 79 55
## 8450 79 42
## 8451 79 43
## 8452 79 40
## 8453 79 59
## 8454 79 42
## 8455 79 50
## 8456 79 96
## 8457 79 199
## 8458 79 27
## 8459 79 62
## 8460 79 45
## 8461 79 68
## 8462 79 110
## 8463 79 45
## 8464 79 62
## 8465 79 59
## 8466 79 123
## 8467 79 41
## 8468 79 50
## 8469 79 99
## 8470 79 50
## 8471 79 33
## 8472 79 80
## 8473 79 15
## 8474 79 107
## 8475 79 23
## 8476 79 54
## 8477 79 38
## 8478 79 699
## 8479 79 250
## 8480 79 60
## 8481 79 64
## 8482 79 21
## 8483 79 189
## 8484 79 55
## 8485 79 44
## 8486 79 110
## 8487 79 34
## 8488 79 49
## 8489 79 52
## 8490 79 48
## 8491 79 60
## 8492 79 45
## 8493 79 89
## 8494 79 85
## 8495 79 330
## 8496 79 130
## 8497 79 32
## 8498 79 100
## 8499 79 79
## 8500 79 42
## 8501 79 54
## 8502 79 285
## 8503 79 150
## 8504 79 49
## 8505 79 38
## 8506 79 79
## 8507 79 425
## 8508 79 195
## 8509 79 130
## 8510 79 42
## 8511 79 75
## 8512 79 112
## 8513 79 72
## 8514 79 88
## 8515 79 45
## 8516 79 140
## 8517 79 255
## 8518 79 20
## 8519 79 75
## 8520 79 20
## 8521 79 47
## 8522 79 150
## 8523 79 90
## 8524 79 56
## 8525 79 27
## 8526 79 37
## 8527 79 54
## 8528 79 45
## 8529 79 45
## 8530 79 41
## 8531 79 60
## 8532 79 17
## 8533 79 65
## 8534 79 58
## 8535 79 68
## 8536 79 75
## 8537 79 85
## 8538 79 55
## 8539 79 60
## 8540 79 250
## 8541 79 65
## 8542 79 47
## 8543 79 65
## 8544 79 92
## 8545 79 48
## 8546 79 130
## 8547 78 115
## 8548 78 32
## 8549 78 89
## 8550 78 30
## 8551 78 28
## 8552 78 11
## 8553 78 115
## 8554 78 99
## 8555 78 33
## 8556 78 83
## 8557 78 13
## 8558 78 50
## 8559 78 72
## 8560 78 118
## 8561 78 60
## 8562 78 32
## 8563 78 82
## 8564 78 350
## 8565 78 44
## 8566 78 150
## 8567 78 30
## 8568 78 82
## 8569 78 58
## 8570 78 75
## 8571 78 30
## 8572 78 77
## 8573 78 100
## 8574 78 89
## 8575 78 98
## 8576 78 60
## 8577 78 42
## 8578 78 138
## 8579 78 30
## 8580 78 23
## 8581 78 70
## 8582 78 30
## 8583 78 95
## 8584 78 88
## 8585 78 215
## 8586 78 33
## 8587 78 90
## 8588 78 38
## 8589 78 62
## 8590 78 60
## 8591 78 27
## 8592 78 45
## 8593 78 26
## 8594 78 70
## 8595 78 44
## 8596 78 54
## 8597 78 130
## 8598 78 60
## 8599 78 149
## 8600 78 490
## 8601 78 84
## 8602 78 31
## 8603 78 95
## 8604 78 165
## 8605 78 89
## 8606 78 36
## 8607 78 55
## 8608 78 68
## 8609 78 50
## 8610 78 75
## 8611 78 105
## 8612 78 33
## 8613 78 67
## 8614 78 68
## 8615 78 90
## 8616 78 30
## 8617 78 69
## 8618 78 250
## 8619 78 70
## 8620 78 50
## 8621 78 129
## 8622 78 98
## 8623 78 50
## 8624 78 65
## 8625 78 45
## 8626 78 49
## 8627 78 80
## 8628 78 62
## 8629 78 575
## 8630 78 45
## 8631 78 85
## 8632 78 44
## 8633 78 25
## 8634 78 68
## 8635 78 50
## 8636 78 159
## 8637 78 349
## 8638 78 88
## 8639 78 32
## 8640 78 65
## 8641 78 60
## 8642 78 80
## 8643 78 46
## 8644 78 54
## 8645 78 74
## 8646 78 95
## 8647 78 50
## 8648 78 72
## 8649 78 99
## 8650 78 52
## 8651 78 50
## 8652 78 90
## 8653 78 79
## 8654 78 35
## 8655 78 155
## 8656 78 44
## 8657 78 119
## 8658 78 279
## 8659 78 85
## 8660 78 75
## 8661 78 24
## 8662 78 41
## 8663 78 68
## 8664 78 80
## 8665 78 52
## 8666 78 128
## 8667 78 300
## 8668 78 23
## 8669 78 19
## 8670 78 84
## 8671 78 11
## 8672 78 33
## 8673 78 24
## 8674 78 17
## 8675 78 50
## 8676 78 217
## 8677 78 50
## 8678 78 110
## 8679 78 110
## 8680 78 38
## 8681 78 75
## 8682 78 145
## 8683 78 32
## 8684 78 85
## 8685 78 55
## 8686 78 80
## 8687 78 34
## 8688 78 33
## 8689 78 40
## 8690 78 37
## 8691 78 29
## 8692 78 100
## 8693 78 38
## 8694 78 45
## 8695 78 120
## 8696 78 59
## 8697 78 129
## 8698 78 50
## 8699 78 45
## 8700 78 56
## 8701 78 41
## 8702 78 65
## 8703 78 100
## 8704 78 49
## 8705 78 75
## 8706 78 117
## 8707 78 44
## 8708 78 48
## 8709 78 199
## 8710 78 80
## 8711 78 78
## 8712 78 100
## 8713 78 88
## 8714 78 31
## 8715 78 75
## 8716 78 55
## 8717 78 90
## 8718 78 30
## 8719 78 23
## 8720 78 300
## 8721 78 84
## 8722 78 59
## 8723 78 76
## 8724 78 74
## 8725 78 38
## 8726 78 25
## 8727 78 395
## 8728 78 125
## 8729 78 19
## 8730 78 97
## 8731 78 80
## 8732 78 84
## 8733 78 250
## 8734 78 174
## 8735 78 32
## 8736 78 21
## 8737 78 50
## 8738 78 70
## 8739 78 62
## 8740 78 46
## 8741 78 45
## 8742 78 52
## 8743 78 40
## 8744 77 74
## 8745 77 225
## 8746 77 98
## 8747 77 52
## 8748 77 50
## 8749 77 104
## 8750 77 50
## 8751 77 55
## 8752 77 32
## 8753 77 110
## 8754 77 76
## 8755 77 83
## 8756 77 69
## 8757 77 70
## 8758 77 165
## 8759 77 35
## 8760 77 150
## 8761 77 150
## 8762 77 117
## 8763 77 79
## 8764 77 53
## 8765 77 120
## 8766 77 50
## 8767 77 115
## 8768 77 208
## 8769 77 25
## 8770 77 34
## 8771 77 33
## 8772 77 86
## 8773 77 105
## 8774 77 65
## 8775 77 109
## 8776 77 100
## 8777 77 150
## 8778 77 129
## 8779 77 75
## 8780 77 49
## 8781 77 99
## 8782 77 45
## 8783 77 48
## 8784 77 140
## 8785 77 14
## 8786 77 23
## 8787 77 70
## 8788 77 75
## 8789 77 56
## 8790 77 65
## 8791 77 100
## 8792 77 135
## 8793 77 21
## 8794 77 84
## 8795 77 92
## 8796 77 48
## 8797 77 41
## 8798 77 165
## 8799 77 75
## 8800 77 135
## 8801 77 62
## 8802 77 60
## 8803 77 50
## 8804 77 129
## 8805 77 71
## 8806 77 79
## 8807 77 44
## 8808 77 38
## 8809 77 55
## 8810 77 99
## 8811 77 177
## 8812 77 110
## 8813 77 58
## 8814 77 249
## 8815 77 36
## 8816 77 88
## 8817 77 80
## 8818 77 109
## 8819 77 80
## 8820 77 88
## 8821 77 36
## 8822 77 44
## 8823 77 48
## 8824 77 60
## 8825 77 40
## 8826 77 45
## 8827 77 26
## 8828 77 25
## 8829 77 53
## 8830 77 59
## 8831 77 57
## 8832 77 133
## 8833 77 50
## 8834 77 85
## 8835 77 32
## 8836 77 75
## 8837 77 75
## 8838 77 199
## 8839 77 58
## 8840 77 50
## 8841 77 83
## 8842 77 64
## 8843 77 27
## 8844 77 40
## 8845 77 95
## 8846 77 140
## 8847 77 90
## 8848 77 32
## 8849 77 57
## 8850 77 109
## 8851 77 75
## 8852 77 30
## 8853 77 62
## 8854 77 200
## 8855 77 70
## 8856 77 90
## 8857 77 76
## 8858 77 39
## 8859 77 100
## 8860 77 55
## 8861 77 42
## 8862 77 33
## 8863 77 88
## 8864 77 50
## 8865 77 47
## 8866 77 126
## 8867 77 134
## 8868 77 125
## 8869 77 110
## 8870 77 29
## 8871 77 150
## 8872 77 35
## 8873 77 470
## 8874 77 160
## 8875 77 94
## 8876 77 39
## 8877 77 97
## 8878 77 50
## 8879 77 130
## 8880 77 42
## 8881 77 37
## 8882 77 34
## 8883 77 50
## 8884 77 45
## 8885 77 90
## 8886 77 124
## 8887 77 75
## 8888 77 46
## 8889 77 120
## 8890 77 55
## 8891 77 45
## 8892 77 62
## 8893 77 109
## 8894 77 90
## 8895 77 22
## 8896 77 109
## 8897 77 33
## 8898 77 70
## 8899 77 50
## 8900 77 58
## 8901 77 175
## 8902 77 31
## 8903 77 57
## 8904 77 50
## 8905 77 177
## 8906 77 99
## 8907 77 43
## 8908 77 155
## 8909 77 75
## 8910 77 115
## 8911 77 100
## 8912 77 75
## 8913 77 115
## 8914 76 399
## 8915 76 27
## 8916 76 119
## 8917 76 40
## 8918 76 275
## 8919 76 80
## 8920 76 31
## 8921 76 250
## 8922 76 32
## 8923 76 100
## 8924 76 145
## 8925 76 125
## 8926 76 125
## 8927 76 75
## 8928 76 35
## 8929 76 73
## 8930 76 85
## 8931 76 33
## 8932 76 20
## 8933 76 114
## 8934 76 58
## 8935 76 54
## 8936 76 13
## 8937 76 69
## 8938 76 69
## 8939 76 110
## 8940 76 125
## 8941 76 92
## 8942 76 40
## 8943 76 75
## 8944 76 78
## 8945 76 57
## 8946 76 248
## 8947 76 38
## 8948 76 75
## 8949 76 68
## 8950 76 162
## 8951 76 214
## 8952 76 165
## 8953 76 125
## 8954 76 98
## 8955 76 35
## 8956 76 135
## 8957 76 24
## 8958 76 38
## 8959 76 92
## 8960 76 116
## 8961 76 51
## 8962 76 200
## 8963 76 20
## 8964 76 649
## 8965 76 65
## 8966 76 300
## 8967 76 37
## 8968 76 84
## 8969 76 99
## 8970 76 30
## 8971 76 35
## 8972 76 70
## 8973 76 109
## 8974 76 146
## 8975 76 48
## 8976 76 38
## 8977 76 35
## 8978 76 100
## 8979 76 38
## 8980 76 26
## 8981 76 80
## 8982 76 102
## 8983 76 48
## 8984 76 40
## 8985 76 99
## 8986 76 28
## 8987 76 88
## 8988 76 95
## 8989 76 87
## 8990 76 89
## 8991 76 16
## 8992 76 60
## 8993 76 72
## 8994 76 107
## 8995 76 78
## 8996 76 28
## 8997 76 40
## 8998 76 225
## 8999 76 96
## 9000 76 60
## 9001 76 40
## 9002 76 43
## 9003 76 44
## 9004 76 71
## 9005 76 30
## 9006 76 94
## 9007 76 70
## 9008 76 200
## 9009 76 75
## 9010 76 52
## 9011 76 320
## 9012 76 40
## 9013 76 169
## 9014 76 45
## 9015 76 152
## 9016 76 25
## 9017 76 118
## 9018 76 69
## 9019 76 75
## 9020 76 62
## 9021 76 32
## 9022 76 30
## 9023 76 70
## 9024 76 127
## 9025 76 175
## 9026 76 85
## 9027 76 82
## 9028 76 61
## 9029 76 95
## 9030 76 52
## 9031 76 45
## 9032 76 99
## 9033 76 65
## 9034 76 500
## 9035 76 24
## 9036 76 249
## 9037 76 65
## 9038 76 19
## 9039 76 52
## 9040 76 62
## 9041 76 34
## 9042 76 15
## 9043 76 155
## 9044 76 28
## 9045 76 248
## 9046 76 44
## 9047 76 72
## 9048 76 54
## 9049 76 58
## 9050 76 84
## 9051 76 58
## 9052 76 65
## 9053 76 138
## 9054 76 85
## 9055 76 30
## 9056 76 74
## 9057 76 110
## 9058 76 250
## 9059 76 112
## 9060 76 77
## 9061 76 299
## 9062 76 84
## 9063 76 24
## 9064 76 123
## 9065 76 194
## 9066 76 125
## 9067 76 65
## 9068 76 158
## 9069 76 69
## 9070 76 175
## 9071 76 17
## 9072 76 122
## 9073 76 50
## 9074 76 175
## 9075 76 17
## 9076 76 25
## 9077 76 38
## 9078 76 38
## 9079 76 84
## 9080 76 189
## 9081 76 38
## 9082 76 190
## 9083 76 40
## 9084 76 45
## 9085 76 125
## 9086 76 30
## 9087 76 40
## 9088 76 28
## 9089 76 88
## 9090 76 49
## 9091 76 19
## 9092 76 63
## 9093 76 28
## 9094 76 58
## 9095 76 77
## 9096 76 73
## 9097 75 128
## 9098 75 80
## 9099 75 80
## 9100 75 165
## 9101 75 48
## 9102 75 80
## 9103 75 75
## 9104 75 25
## 9105 75 72
## 9106 75 24
## 9107 75 117
## 9108 75 65
## 9109 75 135
## 9110 75 45
## 9111 75 45
## 9112 75 68
## 9113 75 38
## 9114 75 48
## 9115 75 129
## 9116 75 105
## 9117 75 75
## 9118 75 169
## 9119 75 174
## 9120 75 24
## 9121 75 77
## 9122 75 48
## 9123 75 68
## 9124 75 120
## 9125 75 115
## 9126 75 22
## 9127 75 149
## 9128 75 70
## 9129 75 150
## 9130 75 75
## 9131 75 48
## 9132 75 22
## 9133 75 56
## 9134 75 75
## 9135 75 32
## 9136 75 44
## 9137 75 45
## 9138 75 85
## 9139 75 90
## 9140 75 50
## 9141 75 79
## 9142 75 120
## 9143 75 138
## 9144 75 155
## 9145 75 145
## 9146 75 49
## 9147 75 70
## 9148 75 62
## 9149 75 67
## 9150 75 40
## 9151 75 19
## 9152 75 46
## 9153 75 34
## 9154 75 53
## 9155 75 185
## 9156 75 111
## 9157 75 88
## 9158 75 75
## 9159 75 88
## 9160 75 79
## 9161 75 68
## 9162 75 105
## 9163 75 90
## 9164 75 62
## 9165 75 35
## 9166 75 100
## 9167 75 70
## 9168 75 18
## 9169 75 27
## 9170 75 45
## 9171 75 225
## 9172 75 55
## 9173 75 90
## 9174 75 128
## 9175 75 166
## 9176 75 24
## 9177 75 17
## 9178 75 48
## 9179 75 23
## 9180 75 55
## 9181 75 42
## 9182 75 225
## 9183 75 99
## 9184 75 92
## 9185 75 140
## 9186 75 100
## 9187 75 90
## 9188 75 32
## 9189 75 45
## 9190 75 58
## 9191 75 84
## 9192 75 80
## 9193 75 112
## 9194 75 32
## 9195 75 400
## 9196 75 74
## 9197 75 120
## 9198 75 37
## 9199 75 99
## 9200 75 42
## 9201 75 229
## 9202 75 110
## 9203 75 168
## 9204 75 18
## 9205 75 97
## 9206 75 159
## 9207 75 30
## 9208 75 59
## 9209 75 80
## 9210 75 69
## 9211 75 35
## 9212 75 52
## 9213 75 190
## 9214 75 248
## 9215 75 62
## 9216 75 42
## 9217 75 90
## 9218 75 65
## 9219 75 62
## 9220 75 27
## 9221 75 149
## 9222 75 38
## 9223 75 50
## 9224 75 32
## 9225 75 150
## 9226 75 68
## 9227 75 300
## 9228 75 12
## 9229 75 33
## 9230 75 32
## 9231 75 79
## 9232 75 50
## 9233 75 99
## 9234 75 82
## 9235 75 31
## 9236 75 125
## 9237 75 80
## 9238 75 40
## 9239 75 149
## 9240 75 35
## 9241 75 115
## 9242 75 40
## 9243 75 85
## 9244 75 112
## 9245 75 34
## 9246 75 60
## 9247 75 50
## 9248 75 70
## 9249 75 119
## 9250 75 127
## 9251 75 500
## 9252 75 52
## 9253 75 150
## 9254 75 64
## 9255 75 105
## 9256 75 225
## 9257 75 84
## 9258 75 80
## 9259 75 85
## 9260 75 38
## 9261 75 99
## 9262 75 100
## 9263 75 58
## 9264 75 45
## 9265 75 120
## 9266 75 30
## 9267 75 76
## 9268 75 242
## 9269 75 34
## 9270 75 23
## 9271 75 48
## 9272 75 85
## 9273 75 81
## 9274 75 72
## 9275 75 54
## 9276 75 377
## 9277 75 73
## 9278 75 65
## 9279 75 69
## 9280 75 52
## 9281 75 68
## 9282 75 53
## 9283 75 299
## 9284 75 50
## 9285 75 122
## 9286 75 465
## 9287 75 110
## 9288 75 72
## 9289 75 85
## 9290 75 145
## 9291 75 24
## 9292 75 21
## 9293 75 44
## 9294 75 150
## 9295 75 249
## 9296 74 55
## 9297 74 175
## 9298 74 68
## 9299 74 67
## 9300 74 34
## 9301 74 81
## 9302 74 31
## 9303 74 39
## 9304 74 42
## 9305 74 40
## 9306 74 50
## 9307 74 82
## 9308 74 62
## 9309 74 38
## 9310 74 63
## 9311 74 50
## 9312 74 74
## 9313 74 64
## 9314 74 33
## 9315 74 165
## 9316 74 125
## 9317 74 74
## 9318 74 42
## 9319 74 250
## 9320 74 75
## 9321 74 50
## 9322 74 32
## 9323 74 80
## 9324 74 85
## 9325 74 62
## 9326 74 85
## 9327 74 47
## 9328 74 99
## 9329 74 70
## 9330 74 147
## 9331 74 30
## 9332 74 42
## 9333 74 20
## 9334 74 150
## 9335 74 84
## 9336 74 33
## 9337 74 249
## 9338 74 98
## 9339 74 42
## 9340 74 60
## 9341 74 142
## 9342 74 44
## 9343 74 104
## 9344 74 75
## 9345 74 80
## 9346 74 133
## 9347 74 40
## 9348 74 79
## 9349 74 45
## 9350 74 50
## 9351 74 45
## 9352 74 184
## 9353 74 79
## 9354 74 83
## 9355 74 35
## 9356 74 62
## 9357 74 350
## 9358 74 48
## 9359 74 98
## 9360 74 22
## 9361 74 57
## 9362 74 275
## 9363 74 90
## 9364 74 30
## 9365 74 80
## 9366 74 74
## 9367 74 72
## 9368 74 42
## 9369 74 103
## 9370 74 160
## 9371 74 95
## 9372 74 100
## 9373 74 35
## 9374 74 42
## 9375 74 119
## 9376 74 90
## 9377 74 45
## 9378 74 85
## 9379 74 34
## 9380 74 31
## 9381 74 58
## 9382 74 36
## 9383 74 33
## 9384 74 88
## 9385 74 36
## 9386 74 267
## 9387 74 219
## 9388 74 62
## 9389 74 75
## 9390 74 78
## 9391 74 60
## 9392 74 55
## 9393 74 66
## 9394 74 300
## 9395 74 32
## 9396 74 85
## 9397 74 232
## 9398 74 55
## 9399 74 44
## 9400 74 84
## 9401 74 39
## 9402 74 54
## 9403 74 52
## 9404 74 223
## 9405 74 64
## 9406 74 57
## 9407 74 87
## 9408 74 12
## 9409 74 55
## 9410 74 229
## 9411 74 60
## 9412 74 42
## 9413 74 73
## 9414 74 48
## 9415 74 33
## 9416 74 33
## 9417 74 58
## 9418 74 230
## 9419 74 175
## 9420 74 40
## 9421 74 22
## 9422 74 98
## 9423 74 179
## 9424 74 99
## 9425 74 130
## 9426 74 45
## 9427 74 80
## 9428 74 37
## 9429 74 15
## 9430 74 58
## 9431 74 199
## 9432 74 130
## 9433 74 86
## 9434 74 225
## 9435 74 290
## 9436 74 94
## 9437 74 197
## 9438 74 32
## 9439 74 60
## 9440 74 32
## 9441 74 75
## 9442 74 55
## 9443 74 78
## 9444 74 30
## 9445 74 93
## 9446 74 50
## 9447 74 108
## 9448 74 30
## 9449 74 97
## 9450 74 42
## 9451 74 95
## 9452 74 58
## 9453 74 50
## 9454 74 48
## 9455 74 108
## 9456 74 48
## 9457 74 40
## 9458 74 42
## 9459 74 52
## 9460 74 45
## 9461 74 84
## 9462 74 90
## 9463 74 125
## 9464 74 160
## 9465 74 70
## 9466 74 80
## 9467 74 30
## 9468 74 78
## 9469 74 89
## 9470 74 90
## 9471 74 40
## 9472 74 155
## 9473 74 90
## 9474 74 30
## 9475 74 118
## 9476 74 272
## 9477 74 30
## 9478 74 68
## 9479 74 200
## 9480 74 110
## 9481 74 42
## 9482 74 75
## 9483 74 42
## 9484 74 110
## 9485 74 95
## 9486 74 48
## 9487 74 39
## 9488 74 74
## 9489 74 72
## 9490 74 40
## 9491 74 45
## 9492 74 23
## 9493 74 150
## 9494 74 100
## 9495 73 135
## 9496 73 70
## 9497 73 118
## 9498 73 75
## 9499 73 34
## 9500 73 165
## 9501 73 89
## 9502 73 16
## 9503 73 63
## 9504 73 360
## 9505 73 85
## 9506 73 99
## 9507 73 66
## 9508 73 26
## 9509 73 200
## 9510 73 44
## 9511 73 70
## 9512 73 106
## 9513 73 40
## 9514 73 225
## 9515 73 70
## 9516 73 138
## 9517 73 129
## 9518 73 124
## 9519 73 43
## 9520 73 62
## 9521 73 100
## 9522 73 28
## 9523 73 249
## 9524 73 111
## 9525 73 66
## 9526 73 20
## 9527 73 135
## 9528 73 62
## 9529 73 95
## 9530 73 25
## 9531 73 32
## 9532 73 85
## 9533 73 175
## 9534 73 83
## 9535 73 149
## 9536 73 100
## 9537 73 20
## 9538 73 58
## 9539 73 165
## 9540 73 59
## 9541 73 142
## 9542 73 42
## 9543 73 59
## 9544 73 30
## 9545 73 89
## 9546 73 135
## 9547 73 40
## 9548 73 119
## 9549 73 64
## 9550 73 44
## 9551 73 125
## 9552 73 38
## 9553 73 44
## 9554 73 82
## 9555 73 125
## 9556 73 92
## 9557 73 84
## 9558 73 56
## 9559 73 22
## 9560 73 127
## 9561 73 120
## 9562 73 15
## 9563 73 82
## 9564 73 69
## 9565 73 99
## 9566 73 68
## 9567 73 110
## 9568 73 142
## 9569 73 85
## 9570 73 95
## 9571 73 130
## 9572 73 61
## 9573 73 143
## 9574 73 150
## 9575 73 69
## 9576 73 26
## 9577 73 99
## 9578 73 38
## 9579 73 34
## 9580 73 25
## 9581 73 85
## 9582 73 600
## 9583 73 80
## 9584 73 160
## 9585 73 17
## 9586 73 159
## 9587 73 65
## 9588 73 125
## 9589 73 155
## 9590 73 80
## 9591 73 60
## 9592 73 30
## 9593 73 34
## 9594 73 226
## 9595 73 58
## 9596 73 129
## 9597 73 88
## 9598 73 120
## 9599 73 135
## 9600 73 106
## 9601 73 95
## 9602 73 105
## 9603 73 38
## 9604 73 133
## 9605 73 120
## 9606 73 37
## 9607 73 85
## 9608 73 59
## 9609 73 246
## 9610 73 95
## 9611 73 150
## 9612 73 107
## 9613 73 180
## 9614 73 298
## 9615 73 41
## 9616 73 110
## 9617 73 18
## 9618 73 37
## 9619 73 98
## 9620 73 50
## 9621 73 44
## 9622 73 55
## 9623 73 130
## 9624 73 76
## 9625 73 64
## 9626 73 48
## 9627 73 48
## 9628 73 75
## 9629 73 31
## 9630 73 84
## 9631 73 85
## 9632 73 300
## 9633 73 42
## 9634 73 49
## 9635 73 58
## 9636 73 13
## 9637 73 55
## 9638 73 58
## 9639 73 65
## 9640 73 34
## 9641 73 100
## 9642 73 48
## 9643 73 170
## 9644 73 19
## 9645 73 50
## 9646 73 53
## 9647 73 149
## 9648 73 80
## 9649 73 32
## 9650 73 62
## 9651 73 32
## 9652 73 83
## 9653 73 40
## 9654 73 197
## 9655 73 22
## 9656 73 86
## 9657 73 155
## 9658 73 165
## 9659 73 100
## 9660 73 28
## 9661 73 38
## 9662 73 33
## 9663 73 35
## 9664 73 125
## 9665 73 44
## 9666 73 45
## 9667 72 40
## 9668 72 50
## 9669 72 88
## 9670 72 99
## 9671 72 175
## 9672 72 90
## 9673 72 305
## 9674 72 33
## 9675 72 62
## 9676 72 75
## 9677 72 31
## 9678 72 55
## 9679 72 180
## 9680 72 54
## 9681 72 425
## 9682 72 30
## 9683 72 74
## 9684 72 50
## 9685 72 47
## 9686 72 95
## 9687 72 140
## 9688 72 60
## 9689 72 100
## 9690 72 275
## 9691 72 85
## 9692 72 40
## 9693 72 25
## 9694 72 58
## 9695 72 60
## 9696 72 150
## 9697 72 119
## 9698 72 62
## 9699 72 17
## 9700 72 55
## 9701 72 100
## 9702 72 34
## 9703 72 68
## 9704 72 35
## 9705 72 14
## 9706 72 62
## 9707 72 95
## 9708 72 88
## 9709 72 85
## 9710 72 100
## 9711 72 28
## 9712 72 80
## 9713 72 25
## 9714 72 64
## 9715 72 58
## 9716 72 125
## 9717 72 135
## 9718 72 90
## 9719 72 90
## 9720 72 55
## 9721 72 60
## 9722 72 85
## 9723 72 109
## 9724 72 52
## 9725 72 79
## 9726 72 95
## 9727 72 44
## 9728 72 44
## 9729 72 60
## 9730 72 65
## 9731 72 52
## 9732 72 50
## 9733 72 65
## 9734 72 35
## 9735 72 40
## 9736 72 58
## 9737 72 124
## 9738 72 48
## 9739 72 115
## 9740 72 155
## 9741 72 125
## 9742 72 50
## 9743 72 125
## 9744 72 90
## 9745 72 67
## 9746 72 52
## 9747 72 135
## 9748 72 200
## 9749 72 108
## 9750 72 110
## 9751 72 130
## 9752 72 88
## 9753 72 39
## 9754 72 85
## 9755 72 35
## 9756 72 150
## 9757 72 28
## 9758 72 62
## 9759 72 20
## 9760 72 60
## 9761 72 26
## 9762 72 50
## 9763 72 65
## 9764 72 110
## 9765 72 150
## 9766 72 75
## 9767 72 20
## 9768 72 105
## 9769 72 99
## 9770 72 44
## 9771 72 199
## 9772 72 110
## 9773 72 58
## 9774 72 23
## 9775 72 60
## 9776 72 31
## 9777 72 13
## 9778 72 65
## 9779 72 70
## 9780 72 85
## 9781 72 25
## 9782 72 50
## 9783 72 120
## 9784 72 59
## 9785 72 90
## 9786 72 48
## 9787 72 225
## 9788 72 65
## 9789 72 56
## 9790 72 59
## 9791 72 33
## 9792 72 40
## 9793 72 27
## 9794 72 50
## 9795 72 70
## 9796 72 83
## 9797 72 110
## 9798 72 125
## 9799 72 64
## 9800 72 195
## 9801 72 50
## 9802 72 21
## 9803 72 76
## 9804 72 18
## 9805 72 89
## 9806 72 65
## 9807 72 125
## 9808 72 37
## 9809 72 88
## 9810 72 90
## 9811 72 65
## 9812 72 50
## 9813 72 62
## 9814 72 66
## 9815 72 35
## 9816 72 133
## 9817 72 205
## 9818 72 45
## 9819 72 56
## 9820 72 75
## 9821 72 40
## 9822 72 62
## 9823 72 50
## 9824 72 85
## 9825 72 345
## 9826 72 19
## 9827 72 65
## 9828 72 17
## 9829 72 30
## 9830 72 64
## 9831 72 54
## 9832 72 18
## 9833 72 32
## 9834 72 38
## 9835 72 38
## 9836 72 178
## 9837 72 45
## 9838 72 16
## 9839 72 210
## 9840 72 45
## 9841 72 95
## 9842 72 23
## 9843 72 42
## 9844 72 28
## 9845 72 140
## 9846 72 52
## 9847 72 97
## 9848 72 98
## 9849 72 225
## 9850 72 45
## 9851 72 42
## 9852 72 165
## 9853 72 50
## 9854 72 28
## 9855 72 70
## 9856 72 62
## 9857 72 45
## 9858 72 80
## 9859 72 80
## 9860 72 180
## 9861 72 159
## 9862 72 55
## 9863 72 115
## 9864 71 125
## 9865 71 150
## 9866 71 78
## 9867 71 69
## 9868 71 77
## 9869 71 75
## 9870 71 181
## 9871 71 55
## 9872 71 42
## 9873 71 151
## 9874 71 79
## 9875 71 85
## 9876 71 65
## 9877 71 73
## 9878 71 85
## 9879 71 109
## 9880 71 112
## 9881 71 72
## 9882 71 40
## 9883 71 50
## 9884 71 599
## 9885 71 100
## 9886 71 32
## 9887 71 150
## 9888 71 65
## 9889 71 50
## 9890 71 35
## 9891 71 162
## 9892 71 100
## 9893 71 34
## 9894 71 59
## 9895 71 46
## 9896 71 115
## 9897 71 38
## 9898 71 42
## 9899 71 160
## 9900 71 88
## 9901 71 155
## 9902 71 16
## 9903 71 200
## 9904 71 48
## 9905 71 130
## 9906 71 91
## 9907 71 70
## 9908 71 185
## 9909 71 50
## 9910 71 75
## 9911 71 22
## 9912 71 42
## 9913 71 180
## 9914 71 62
## 9915 71 250
## 9916 71 150
## 9917 71 70
## 9918 71 20
## 9919 71 85
## 9920 71 48
## 9921 71 50
## 9922 71 115
## 9923 71 50
## 9924 71 81
## 9925 71 60
## 9926 71 89
## 9927 71 97
## 9928 71 400
## 9929 71 94
## 9930 71 89
## 9931 71 45
## 9932 71 119
## 9933 71 135
## 9934 71 27
## 9935 71 82
## 9936 71 75
## 9937 71 88
## 9938 71 50
## 9939 71 94
## 9940 71 45
## 9941 71 82
## 9942 71 79
## 9943 71 71
## 9944 71 70
## 9945 71 59
## 9946 71 99
## 9947 71 110
## 9948 71 20
## 9949 71 88
## 9950 71 34
## 9951 71 72
## 9952 71 38
## 9953 71 69
## 9954 71 40
## 9955 71 38
## 9956 71 42
## 9957 71 62
## 9958 71 89
## 9959 71 45
## 9960 71 86
## 9961 71 125
## 9962 71 17
## 9963 71 61
## 9964 71 50
## 9965 71 152
## 9966 71 24
## 9967 71 100
## 9968 71 99
## 9969 71 35
## 9970 71 80
## 9971 71 148
## 9972 71 62
## 9973 71 199
## 9974 71 43
## 9975 71 45
## 9976 71 208
## 9977 71 77
## 9978 71 50
## 9979 71 75
## 9980 71 89
## 9981 71 399
## 9982 71 95
## 9983 71 70
## 9984 71 155
## 9985 71 89
## 9986 71 38
## 9987 71 44
## 9988 71 25
## 9989 71 19
## 9990 71 55
## 9991 71 79
## 9992 71 45
## 9993 71 42
## 9994 71 20
## 9995 71 300
## 9996 71 110
## 9997 71 250
## 9998 71 52
## 9999 71 50
## 10000 71 72
## 10001 71 60
## 10002 71 37
## 10003 71 99
## 10004 71 112
## 10005 71 28
## 10006 71 75
## 10007 71 135
## 10008 71 44
## 10009 71 85
## 10010 71 22
## 10011 71 50
## 10012 71 48
## 10013 71 92
## 10014 71 255
## 10015 71 92
## 10016 71 43
## 10017 71 143
## 10018 71 100
## 10019 71 88
## 10020 71 20
## 10021 71 45
## 10022 71 42
## 10023 71 82
## 10024 71 106
## 10025 71 185
## 10026 71 349
## 10027 71 249
## 10028 71 150
## 10029 71 38
## 10030 71 525
## 10031 71 110
## 10032 71 30
## 10033 71 115
## 10034 71 31
## 10035 71 181
## 10036 71 56
## 10037 71 47
## 10038 71 83
## 10039 71 28
## 10040 71 115
## 10041 71 129
## 10042 71 38
## 10043 71 45
## 10044 71 15
## 10045 71 143
## 10046 71 80
## 10047 71 116
## 10048 71 65
## 10049 71 78
## 10050 71 60
## 10051 71 80
## 10052 71 62
## 10053 71 95
## 10054 71 100
## 10055 71 40
## 10056 71 90
## 10057 71 88
## 10058 71 59
## 10059 71 49
## 10060 71 75
## 10061 71 75
## 10062 71 45
## 10063 71 85
## 10064 71 28
## 10065 71 55
## 10066 71 33
## 10067 71 50
## 10068 71 58
## 10069 71 44
## 10070 71 76
## 10071 71 150
## 10072 71 105
## 10073 71 31
## 10074 71 45
## 10075 71 50
## 10076 71 48
## 10077 71 50
## 10078 71 189
## 10079 70 140
## 10080 70 73
## 10081 70 100
## 10082 70 125
## 10083 70 42
## 10084 70 47
## 10085 70 74
## 10086 70 75
## 10087 70 98
## 10088 70 109
## 10089 70 48
## 10090 70 40
## 10091 70 60
## 10092 70 112
## 10093 70 100
## 10094 70 15
## 10095 70 35
## 10096 70 44
## 10097 70 70
## 10098 70 89
## 10099 70 65
## 10100 70 110
## 10101 70 69
## 10102 70 42
## 10103 70 72
## 10104 70 45
## 10105 70 45
## 10106 70 74
## 10107 70 254
## 10108 70 128
## 10109 70 204
## 10110 70 80
## 10111 70 48
## 10112 70 175
## 10113 70 75
## 10114 70 40
## 10115 70 25
## 10116 70 50
## 10117 70 109
## 10118 70 72
## 10119 70 27
## 10120 70 80
## 10121 70 195
## 10122 70 45
## 10123 70 120
## 10124 70 45
## 10125 70 60
## 10126 70 50
## 10127 70 68
## 10128 70 142
## 10129 70 52
## 10130 70 44
## 10131 70 90
## 10132 70 65
## 10133 70 90
## 10134 70 42
## 10135 70 44
## 10136 70 52
## 10137 70 150
## 10138 70 80
## 10139 70 34
## 10140 70 32
## 10141 70 47
## 10142 70 100
## 10143 70 105
## 10144 70 125
## 10145 70 48
## 10146 70 110
## 10147 70 69
## 10148 70 445
## 10149 70 100
## 10150 70 70
## 10151 70 113
## 10152 70 48
## 10153 70 112
## 10154 70 25
## 10155 70 35
## 10156 70 48
## 10157 70 75
## 10158 70 62
## 10159 70 99
## 10160 70 45
## 10161 70 36
## 10162 70 42
## 10163 70 195
## 10164 70 12
## 10165 70 40
## 10166 70 80
## 10167 70 60
## 10168 70 180
## 10169 70 60
## 10170 70 80
## 10171 70 70
## 10172 70 93
## 10173 70 89
## 10174 70 82
## 10175 70 25
## 10176 70 60
## 10177 70 83
## 10178 70 55
## 10179 70 149
## 10180 70 59
## 10181 70 132
## 10182 70 149
## 10183 70 85
## 10184 70 275
## 10185 70 55
## 10186 70 24
## 10187 70 60
## 10188 70 34
## 10189 70 106
## 10190 70 255
## 10191 70 139
## 10192 70 22
## 10193 70 38
## 10194 70 199
## 10195 70 52
## 10196 70 20
## 10197 70 199
## 10198 70 125
## 10199 70 50
## 10200 70 32
## 10201 70 79
## 10202 70 34
## 10203 70 99
## 10204 70 44
## 10205 70 53
## 10206 70 38
## 10207 70 59
## 10208 70 27
## 10209 70 129
## 10210 70 125
## 10211 70 46
## 10212 70 59
## 10213 70 58
## 10214 70 98
## 10215 70 43
## 10216 70 50
## 10217 70 20
## 10218 70 125
## 10219 70 62
## 10220 70 79
## 10221 70 25
## 10222 70 85
## 10223 70 79
## 10224 70 50
## 10225 70 50
## 10226 70 68
## 10227 70 89
## 10228 70 120
## 10229 70 28
## 10230 70 140
## 10231 70 58
## 10232 70 39
## 10233 70 175
## 10234 70 200
## 10235 70 42
## 10236 70 179
## 10237 70 108
## 10238 70 15
## 10239 70 448
## 10240 70 56
## 10241 70 500
## 10242 70 142
## 10243 70 41
## 10244 70 75
## 10245 70 80
## 10246 70 400
## 10247 70 75
## 10248 70 38
## 10249 70 200
## 10250 70 42
## 10251 70 110
## 10252 70 48
## 10253 70 118
## 10254 70 45
## 10255 70 175
## 10256 70 46
## 10257 70 112
## 10258 70 50
## 10259 70 60
## 10260 70 30
## 10261 70 99
## 10262 70 30
## 10263 70 125
## 10264 70 22
## 10265 70 74
## 10266 70 40
## 10267 70 174
## 10268 70 99
## 10269 70 58
## 10270 70 70
## 10271 70 36
## 10272 70 150
## 10273 70 50
## 10274 70 29
## 10275 70 62
## 10276 70 80
## 10277 69 48
## 10278 69 195
## 10279 69 199
## 10280 69 699
## 10281 69 30
## 10282 69 45
## 10283 69 79
## 10284 69 40
## 10285 69 122
## 10286 69 149
## 10287 69 110
## 10288 69 149
## 10289 69 70
## 10290 69 51
## 10291 69 40
## 10292 69 38
## 10293 69 190
## 10294 69 40
## 10295 69 126
## 10296 69 48
## 10297 69 63
## 10298 69 74
## 10299 69 120
## 10300 69 25
## 10301 69 75
## 10302 69 40
## 10303 69 100
## 10304 69 82
## 10305 69 62
## 10306 69 111
## 10307 69 50
## 10308 69 48
## 10309 69 79
## 10310 69 22
## 10311 69 18
## 10312 69 160
## 10313 69 20
## 10314 69 200
## 10315 69 80
## 10316 69 26
## 10317 69 56
## 10318 69 35
## 10319 69 40
## 10320 69 112
## 10321 69 78
## 10322 69 20
## 10323 69 175
## 10324 69 130
## 10325 69 190
## 10326 69 60
## 10327 69 198
## 10328 69 99
## 10329 69 42
## 10330 69 120
## 10331 69 64
## 10332 69 360
## 10333 69 89
## 10334 69 82
## 10335 69 98
## 10336 69 55
## 10337 69 44
## 10338 69 84
## 10339 69 168
## 10340 69 55
## 10341 69 100
## 10342 69 25
## 10343 69 46
## 10344 69 75
## 10345 69 80
## 10346 69 123
## 10347 69 60
## 10348 69 18
## 10349 69 50
## 10350 69 120
## 10351 69 74
## 10352 69 108
## 10353 69 44
## 10354 69 77
## 10355 69 20
## 10356 69 75
## 10357 69 80
## 10358 69 85
## 10359 69 80
## 10360 69 125
## 10361 69 50
## 10362 69 65
## 10363 69 110
## 10364 69 75
## 10365 69 28
## 10366 69 170
## 10367 69 48
## 10368 69 155
## 10369 69 58
## 10370 69 119
## 10371 69 26
## 10372 69 88
## 10373 69 89
## 10374 69 38
## 10375 69 155
## 10376 69 129
## 10377 69 53
## 10378 69 45
## 10379 69 37
## 10380 69 23
## 10381 69 48
## 10382 69 60
## 10383 69 69
## 10384 69 75
## 10385 69 68
## 10386 69 25
## 10387 69 62
## 10388 69 90
## 10389 69 67
## 10390 69 77
## 10391 69 191
## 10392 69 34
## 10393 69 48
## 10394 69 62
## 10395 69 50
## 10396 69 37
## 10397 69 62
## 10398 69 119
## 10399 69 35
## 10400 69 22
## 10401 69 22
## 10402 69 111
## 10403 69 44
## 10404 69 75
## 10405 69 47
## 10406 69 115
## 10407 69 40
## 10408 69 47
## 10409 69 32
## 10410 69 46
## 10411 69 22
## 10412 69 64
## 10413 69 42
## 10414 69 46
## 10415 69 23
## 10416 69 155
## 10417 69 49
## 10418 69 50
## 10419 69 225
## 10420 69 25
## 10421 69 60
## 10422 69 55
## 10423 69 65
## 10424 69 51
## 10425 69 45
## 10426 69 66
## 10427 69 62
## 10428 69 173
## 10429 69 100
## 10430 69 79
## 10431 69 55
## 10432 69 190
## 10433 69 64
## 10434 69 83
## 10435 69 62
## 10436 69 50
## 10437 69 109
## 10438 69 89
## 10439 69 64
## 10440 69 50
## 10441 69 58
## 10442 69 33
## 10443 69 95
## 10444 69 48
## 10445 69 98
## 10446 69 60
## 10447 69 50
## 10448 69 61
## 10449 69 48
## 10450 69 195
## 10451 69 42
## 10452 69 190
## 10453 69 45
## 10454 69 30
## 10455 69 78
## 10456 69 120
## 10457 69 44
## 10458 69 57
## 10459 69 50
## 10460 69 48
## 10461 69 84
## 10462 69 38
## 10463 69 72
## 10464 69 62
## 10465 69 57
## 10466 69 72
## 10467 69 125
## 10468 69 99
## 10469 69 35
## 10470 69 250
## 10471 69 70
## 10472 69 42
## 10473 69 50
## 10474 69 125
## 10475 69 65
## 10476 69 30
## 10477 69 89
## 10478 69 34
## 10479 69 80
## 10480 69 40
## 10481 69 70
## 10482 69 85
## 10483 69 114
## 10484 69 50
## 10485 69 38
## 10486 69 66
## 10487 69 50
## 10488 69 70
## 10489 69 150
## 10490 69 50
## 10491 69 38
## 10492 69 22
## 10493 69 140
## 10494 69 60
## 10495 69 42
## 10496 69 32
## 10497 69 36
## 10498 69 35
## 10499 69 150
## 10500 69 74
## 10501 69 14
## 10502 69 60
## 10503 69 55
## 10504 68 56
## 10505 68 24
## 10506 68 55
## 10507 68 75
## 10508 68 84
## 10509 68 100
## 10510 68 74
## 10511 68 169
## 10512 68 24
## 10513 68 42
## 10514 68 50
## 10515 68 94
## 10516 68 65
## 10517 68 62
## 10518 68 28
## 10519 68 399
## 10520 68 38
## 10521 68 29
## 10522 68 46
## 10523 68 62
## 10524 68 60
## 10525 68 250
## 10526 68 75
## 10527 68 50
## 10528 68 49
## 10529 68 69
## 10530 68 18
## 10531 68 289
## 10532 68 60
## 10533 68 72
## 10534 68 48
## 10535 68 98
## 10536 68 115
## 10537 68 50
## 10538 68 98
## 10539 68 32
## 10540 68 18
## 10541 68 28
## 10542 68 79
## 10543 68 89
## 10544 68 36
## 10545 68 80
## 10546 68 55
## 10547 68 42
## 10548 68 75
## 10549 68 24
## 10550 68 45
## 10551 68 27
## 10552 68 57
## 10553 68 139
## 10554 68 62
## 10555 68 95
## 10556 68 44
## 10557 68 46
## 10558 68 25
## 10559 68 148
## 10560 68 35
## 10561 68 100
## 10562 68 100
## 10563 68 100
## 10564 68 109
## 10565 68 90
## 10566 68 50
## 10567 68 175
## 10568 68 159
## 10569 68 49
## 10570 68 50
## 10571 68 40
## 10572 68 130
## 10573 68 65
## 10574 68 60
## 10575 68 62
## 10576 68 49
## 10577 68 162
## 10578 68 150
## 10579 68 65
## 10580 68 65
## 10581 68 52
## 10582 68 163
## 10583 68 189
## 10584 68 50
## 10585 68 52
## 10586 68 23
## 10587 68 62
## 10588 68 28
## 10589 68 70
## 10590 68 76
## 10591 68 92
## 10592 68 50
## 10593 68 58
## 10594 68 62
## 10595 68 75
## 10596 68 60
## 10597 68 38
## 10598 68 33
## 10599 68 95
## 10600 68 140
## 10601 68 33
## 10602 68 130
## 10603 68 70
## 10604 68 50
## 10605 68 150
## 10606 68 42
## 10607 68 98
## 10608 68 79
## 10609 68 100
## 10610 68 24
## 10611 68 110
## 10612 68 108
## 10613 68 50
## 10614 68 42
## 10615 68 125
## 10616 68 55
## 10617 68 32
## 10618 68 48
## 10619 68 60
## 10620 68 88
## 10621 68 83
## 10622 68 75
## 10623 68 90
## 10624 68 100
## 10625 68 62
## 10626 68 59
## 10627 68 48
## 10628 68 227
## 10629 68 34
## 10630 68 30
## 10631 68 162
## 10632 68 26
## 10633 68 138
## 10634 68 68
## 10635 68 75
## 10636 68 54
## 10637 68 140
## 10638 68 39
## 10639 68 110
## 10640 68 44
## 10641 68 149
## 10642 68 33
## 10643 68 275
## 10644 68 64
## 10645 68 94
## 10646 68 50
## 10647 68 98
## 10648 68 150
## 10649 68 199
## 10650 68 100
## 10651 68 40
## 10652 68 223
## 10653 68 132
## 10654 68 50
## 10655 68 200
## 10656 68 179
## 10657 68 22
## 10658 68 54
## 10659 68 118
## 10660 68 62
## 10661 68 100
## 10662 68 138
## 10663 68 74
## 10664 68 40
## 10665 68 57
## 10666 68 95
## 10667 68 40
## 10668 68 49
## 10669 68 45
## 10670 68 32
## 10671 68 70
## 10672 68 38
## 10673 68 44
## 10674 68 23
## 10675 68 90
## 10676 68 70
## 10677 68 59
## 10678 68 135
## 10679 68 63
## 10680 68 90
## 10681 68 38
## 10682 68 499
## 10683 68 99
## 10684 68 28
## 10685 68 80
## 10686 68 140
## 10687 68 115
## 10688 68 125
## 10689 68 45
## 10690 68 180
## 10691 68 59
## 10692 68 32
## 10693 68 65
## 10694 68 25
## 10695 68 140
## 10696 68 36
## 10697 68 19
## 10698 68 162
## 10699 68 162
## 10700 68 250
## 10701 68 65
## 10702 68 80
## 10703 68 22
## 10704 68 46
## 10705 68 75
## 10706 68 125
## 10707 68 56
## 10708 68 42
## 10709 68 100
## 10710 68 54
## 10711 68 66
## 10712 68 34
## 10713 68 78
## 10714 68 42
## 10715 68 125
## 10716 68 55
## 10717 68 300
## 10718 68 109
## 10719 68 46
## 10720 68 200
## 10721 68 22
## 10722 68 75
## 10723 68 90
## 10724 68 35
## 10725 68 32
## 10726 68 53
## 10727 68 28
## 10728 68 18
## 10729 68 82
## 10730 68 44
## 10731 68 98
## 10732 68 119
## 10733 68 48
## 10734 68 38
## 10735 68 70
## 10736 68 52
## 10737 68 30
## 10738 68 59
## 10739 68 50
## 10740 68 75
## 10741 68 166
## 10742 68 100
## 10743 68 21
## 10744 68 33
## 10745 68 22
## 10746 68 14
## 10747 68 50
## 10748 68 100
## 10749 68 80
## 10750 68 175
## 10751 68 38
## 10752 68 62
## 10753 68 30
## 10754 67 100
## 10755 67 41
## 10756 67 62
## 10757 67 229
## 10758 67 130
## 10759 67 150
## 10760 67 92
## 10761 67 275
## 10762 67 48
## 10763 67 55
## 10764 67 134
## 10765 67 98
## 10766 67 60
## 10767 67 25
## 10768 67 99
## 10769 67 141
## 10770 67 44
## 10771 67 39
## 10772 67 80
## 10773 67 188
## 10774 67 78
## 10775 67 48
## 10776 67 38
## 10777 67 50
## 10778 67 79
## 10779 67 30
## 10780 67 36
## 10781 67 79
## 10782 67 62
## 10783 67 125
## 10784 67 177
## 10785 67 24
## 10786 67 89
## 10787 67 150
## 10788 67 150
## 10789 67 70
## 10790 67 110
## 10791 67 19
## 10792 67 27
## 10793 67 115
## 10794 67 110
## 10795 67 32
## 10796 67 40
## 10797 67 60
## 10798 67 30
## 10799 67 100
## 10800 67 83
## 10801 67 65
## 10802 67 35
## 10803 67 15
## 10804 67 72
## 10805 67 233
## 10806 67 23
## 10807 67 30
## 10808 67 67
## 10809 67 75
## 10810 67 61
## 10811 67 64
## 10812 67 233
## 10813 67 99
## 10814 67 32
## 10815 67 11
## 10816 67 28
## 10817 67 95
## 10818 67 48
## 10819 67 95
## 10820 67 80
## 10821 67 65
## 10822 67 95
## 10823 67 25
## 10824 67 40
## 10825 67 33
## 10826 67 50
## 10827 67 62
## 10828 67 125
## 10829 67 70
## 10830 67 150
## 10831 67 65
## 10832 67 30
## 10833 67 26
## 10834 67 125
## 10835 67 130
## 10836 67 199
## 10837 67 85
## 10838 67 60
## 10839 67 150
## 10840 67 89
## 10841 67 275
## 10842 67 62
## 10843 67 35
## 10844 67 50
## 10845 67 36
## 10846 67 50
## 10847 67 105
## 10848 67 67
## 10849 67 398
## 10850 67 22
## 10851 67 165
## 10852 67 199
## 10853 67 35
## 10854 67 179
## 10855 67 63
## 10856 67 100
## 10857 67 85
## 10858 67 55
## 10859 67 60
## 10860 67 138
## 10861 67 35
## 10862 67 21
## 10863 67 24
## 10864 67 85
## 10865 67 50
## 10866 67 30
## 10867 67 62
## 10868 67 48
## 10869 67 125
## 10870 67 70
## 10871 67 28
## 10872 67 50
## 10873 67 29
## 10874 67 36
## 10875 67 75
## 10876 67 14
## 10877 67 177
## 10878 67 60
## 10879 67 80
## 10880 67 65
## 10881 67 149
## 10882 67 75
## 10883 67 62
## 10884 67 54
## 10885 67 69
## 10886 67 145
## 10887 67 29
## 10888 67 48
## 10889 67 65
## 10890 67 125
## 10891 67 139
## 10892 67 255
## 10893 67 550
## 10894 67 38
## 10895 67 40
## 10896 67 55
## 10897 67 67
## 10898 67 188
## 10899 67 32
## 10900 67 36
## 10901 67 90
## 10902 67 325
## 10903 67 75
## 10904 67 39
## 10905 67 91
## 10906 67 212
## 10907 67 20
## 10908 67 50
## 10909 67 42
## 10910 67 49
## 10911 67 105
## 10912 67 24
## 10913 67 64
## 10914 67 44
## 10915 67 78
## 10916 67 26
## 10917 67 110
## 10918 67 40
## 10919 67 53
## 10920 67 87
## 10921 67 34
## 10922 67 34
## 10923 67 128
## 10924 67 65
## 10925 67 60
## 10926 67 38
## 10927 67 290
## 10928 67 83
## 10929 67 29
## 10930 67 99
## 10931 67 38
## 10932 67 45
## 10933 67 50
## 10934 67 34
## 10935 67 42
## 10936 67 42
## 10937 67 70
## 10938 67 125
## 10939 67 35
## 10940 67 129
## 10941 67 70
## 10942 67 62
## 10943 67 195
## 10944 67 68
## 10945 67 149
## 10946 67 66
## 10947 67 19
## 10948 67 119
## 10949 67 66
## 10950 67 68
## 10951 67 95
## 10952 67 36
## 10953 67 27
## 10954 67 48
## 10955 67 150
## 10956 67 42
## 10957 67 89
## 10958 67 65
## 10959 67 180
## 10960 67 143
## 10961 67 92
## 10962 67 99
## 10963 67 110
## 10964 66 72
## 10965 66 62
## 10966 66 150
## 10967 66 32
## 10968 66 50
## 10969 66 15
## 10970 66 100
## 10971 66 36
## 10972 66 48
## 10973 66 118
## 10974 66 96
## 10975 66 85
## 10976 66 49
## 10977 66 50
## 10978 66 55
## 10979 66 74
## 10980 66 50
## 10981 66 26
## 10982 66 30
## 10983 66 28
## 10984 66 89
## 10985 66 44
## 10986 66 35
## 10987 66 50
## 10988 66 67
## 10989 66 48
## 10990 66 50
## 10991 66 24
## 10992 66 250
## 10993 66 56
## 10994 66 95
## 10995 66 28
## 10996 66 40
## 10997 66 35
## 10998 66 225
## 10999 66 46
## 11000 66 38
## 11001 66 62
## 11002 66 165
## 11003 66 72
## 11004 66 189
## 11005 66 56
## 11006 66 96
## 11007 66 50
## 11008 66 75
## 11009 66 32
## 11010 66 117
## 11011 66 15
## 11012 66 75
## 11013 66 100
## 11014 66 29
## 11015 66 279
## 11016 66 35
## 11017 66 188
## 11018 66 90
## 11019 66 76
## 11020 66 50
## 11021 66 66
## 11022 66 70
## 11023 66 61
## 11024 66 53
## 11025 66 60
## 11026 66 46
## 11027 66 58
## 11028 66 40
## 11029 66 50
## 11030 66 44
## 11031 66 45
## 11032 66 125
## 11033 66 62
## 11034 66 160
## 11035 66 59
## 11036 66 105
## 11037 66 65
## 11038 66 78
## 11039 66 28
## 11040 66 75
## 11041 66 45
## 11042 66 20
## 11043 66 40
## 11044 66 160
## 11045 66 65
## 11046 66 30
## 11047 66 13
## 11048 66 65
## 11049 66 175
## 11050 66 38
## 11051 66 299
## 11052 66 74
## 11053 66 138
## 11054 66 159
## 11055 66 26
## 11056 66 66
## 11057 66 40
## 11058 66 75
## 11059 66 35
## 11060 66 31
## 11061 66 63
## 11062 66 92
## 11063 66 255
## 11064 66 50
## 11065 66 65
## 11066 66 30
## 11067 66 25
## 11068 66 99
## 11069 66 48
## 11070 66 99
## 11071 66 27
## 11072 66 195
## 11073 66 29
## 11074 66 32
## 11075 66 132
## 11076 66 70
## 11077 66 35
## 11078 66 265
## 11079 66 88
## 11080 66 33
## 11081 66 41
## 11082 66 78
## 11083 66 79
## 11084 66 44
## 11085 66 138
## 11086 66 65
## 11087 66 28
## 11088 66 85
## 11089 66 22
## 11090 66 33
## 11091 66 119
## 11092 66 138
## 11093 66 24
## 11094 66 165
## 11095 66 89
## 11096 66 56
## 11097 66 45
## 11098 66 85
## 11099 66 98
## 11100 66 58
## 11101 66 80
## 11102 66 70
## 11103 66 75
## 11104 66 137
## 11105 66 131
## 11106 66 80
## 11107 66 24
## 11108 66 48
## 11109 66 30
## 11110 66 40
## 11111 66 55
## 11112 66 62
## 11113 66 53
## 11114 66 50
## 11115 66 28
## 11116 66 135
## 11117 66 55
## 11118 66 299
## 11119 66 25
## 11120 66 37
## 11121 66 53
## 11122 66 129
## 11123 66 28
## 11124 66 45
## 11125 66 54
## 11126 66 54
## 11127 66 37
## 11128 66 125
## 11129 66 75
## 11130 66 50
## 11131 66 30
## 11132 66 132
## 11133 66 72
## 11134 66 75
## 11135 66 103
## 11136 66 62
## 11137 66 138
## 11138 66 14
## 11139 66 48
## 11140 66 46
## 11141 66 15
## 11142 66 77
## 11143 66 98
## 11144 66 62
## 11145 66 30
## 11146 66 60
## 11147 66 75
## 11148 66 70
## 11149 66 37
## 11150 66 95
## 11151 66 43
## 11152 66 43
## 11153 66 90
## 11154 66 28
## 11155 66 70
## 11156 66 152
## 11157 66 42
## 11158 66 57
## 11159 66 45
## 11160 66 30
## 11161 66 20
## 11162 66 20
## 11163 66 166
## 11164 66 89
## 11165 66 77
## 11166 66 172
## 11167 66 42
## 11168 66 42
## 11169 66 22
## 11170 66 62
## 11171 66 58
## 11172 66 205
## 11173 66 60
## 11174 66 50
## 11175 66 50
## 11176 66 150
## 11177 66 100
## 11178 66 33
## 11179 66 38
## 11180 66 28
## 11181 66 155
## 11182 66 151
## 11183 66 69
## 11184 66 115
## 11185 66 52
## 11186 66 150
## 11187 66 62
## 11188 66 29
## 11189 66 56
## 11190 66 140
## 11191 65 46
## 11192 65 71
## 11193 65 100
## 11194 65 230
## 11195 65 90
## 11196 65 91
## 11197 65 60
## 11198 65 32
## 11199 65 70
## 11200 65 58
## 11201 65 185
## 11202 65 250
## 11203 65 75
## 11204 65 51
## 11205 65 89
## 11206 65 100
## 11207 65 31
## 11208 65 24
## 11209 65 80
## 11210 65 40
## 11211 65 50
## 11212 65 29
## 11213 65 267
## 11214 65 32
## 11215 65 140
## 11216 65 115
## 11217 65 68
## 11218 65 74
## 11219 65 66
## 11220 65 99
## 11221 65 70
## 11222 65 48
## 11223 65 49
## 11224 65 249
## 11225 65 133
## 11226 65 98
## 11227 65 33
## 11228 65 52
## 11229 65 88
## 11230 65 85
## 11231 65 32
## 11232 65 110
## 11233 65 28
## 11234 65 109
## 11235 65 40
## 11236 65 36
## 11237 65 82
## 11238 65 120
## 11239 65 50
## 11240 65 149
## 11241 65 58
## 11242 65 83
## 11243 65 65
## 11244 65 19
## 11245 65 38
## 11246 65 25
## 11247 65 43
## 11248 65 20
## 11249 65 95
## 11250 65 92
## 11251 65 71
## 11252 65 112
## 11253 65 64
## 11254 65 67
## 11255 65 42
## 11256 65 48
## 11257 65 70
## 11258 65 59
## 11259 65 15
## 11260 65 70
## 11261 65 69
## 11262 65 150
## 11263 65 43
## 11264 65 40
## 11265 65 100
## 11266 65 40
## 11267 65 86
## 11268 65 21
## 11269 65 89
## 11270 65 50
## 11271 65 35
## 11272 65 69
## 11273 65 109
## 11274 65 42
## 11275 65 28
## 11276 65 74
## 11277 65 145
## 11278 65 52
## 11279 65 99
## 11280 65 75
## 11281 65 189
## 11282 65 52
## 11283 65 90
## 11284 65 25
## 11285 65 58
## 11286 65 55
## 11287 65 179
## 11288 65 43
## 11289 65 100
## 11290 65 115
## 11291 65 53
## 11292 65 55
## 11293 65 62
## 11294 65 39
## 11295 65 45
## 11296 65 15
## 11297 65 191
## 11298 65 52
## 11299 65 50
## 11300 65 99
## 11301 65 49
## 11302 65 82
## 11303 65 69
## 11304 65 78
## 11305 65 102
## 11306 65 30
## 11307 65 48
## 11308 65 42
## 11309 65 40
## 11310 65 24
## 11311 65 70
## 11312 65 43
## 11313 65 350
## 11314 65 231
## 11315 65 60
## 11316 65 22
## 11317 65 89
## 11318 65 75
## 11319 65 50
## 11320 65 52
## 11321 65 375
## 11322 65 125
## 11323 65 43
## 11324 65 98
## 11325 65 23
## 11326 65 275
## 11327 65 495
## 11328 65 90
## 11329 65 125
## 11330 65 38
## 11331 65 42
## 11332 65 60
## 11333 65 36
## 11334 65 40
## 11335 65 42
## 11336 65 174
## 11337 65 52
## 11338 65 119
## 11339 65 50
## 11340 65 40
## 11341 65 85
## 11342 65 40
## 11343 65 82
## 11344 65 26
## 11345 65 86
## 11346 65 99
## 11347 65 30
## 11348 65 50
## 11349 65 48
## 11350 65 60
## 11351 65 30
## 11352 65 110
## 11353 65 45
## 11354 65 72
## 11355 65 48
## 11356 65 129
## 11357 65 45
## 11358 65 20
## 11359 65 52
## 11360 65 43
## 11361 65 185
## 11362 65 120
## 11363 65 60
## 11364 65 39
## 11365 65 66
## 11366 65 65
## 11367 65 18
## 11368 65 40
## 11369 65 32
## 11370 65 119
## 11371 65 150
## 11372 65 28
## 11373 65 65
## 11374 65 40
## 11375 65 90
## 11376 65 75
## 11377 65 85
## 11378 65 95
## 11379 65 199
## 11380 65 82
## 11381 65 75
## 11382 65 79
## 11383 65 58
## 11384 65 149
## 11385 65 62
## 11386 65 40
## 11387 65 115
## 11388 65 50
## 11389 65 50
## 11390 65 48
## 11391 65 49
## 11392 65 70
## 11393 65 88
## 11394 65 32
## 11395 65 62
## 11396 65 65
## 11397 65 75
## 11398 65 52
## 11399 65 45
## 11400 65 89
## 11401 65 55
## 11402 65 83
## 11403 65 32
## 11404 65 67
## 11405 65 248
## 11406 65 31
## 11407 65 60
## 11408 65 80
## 11409 65 50
## 11410 65 50
## 11411 65 149
## 11412 65 38
## 11413 65 62
## 11414 65 48
## 11415 65 59
## 11416 65 60
## 11417 65 110
## 11418 65 28
## 11419 65 68
## 11420 65 52
## 11421 65 53
## 11422 65 160
## 11423 65 14
## 11424 65 69
## 11425 65 115
## 11426 65 365
## 11427 65 298
## 11428 65 50
## 11429 65 73
## 11430 65 68
## 11431 65 99
## 11432 65 37
## 11433 65 62
## 11434 65 129
## 11435 65 40
## 11436 65 420
## 11437 65 90
## 11438 65 280
## 11439 65 60
## 11440 65 204
## 11441 65 115
## 11442 65 68
## 11443 65 50
## 11444 65 75
## 11445 65 32
## 11446 65 55
## 11447 65 275
## 11448 65 140
## 11449 65 77
## 11450 65 115
## 11451 65 62
## 11452 64 164
## 11453 64 75
## 11454 64 99
## 11455 64 49
## 11456 64 34
## 11457 64 85
## 11458 64 58
## 11459 64 59
## 11460 64 52
## 11461 64 68
## 11462 64 65
## 11463 64 27
## 11464 64 85
## 11465 64 225
## 11466 64 83
## 11467 64 70
## 11468 64 115
## 11469 64 99
## 11470 64 100
## 11471 64 83
## 11472 64 137
## 11473 64 80
## 11474 64 59
## 11475 64 150
## 11476 64 85
## 11477 64 161
## 11478 64 62
## 11479 64 62
## 11480 64 18
## 11481 64 127
## 11482 64 22
## 11483 64 120
## 11484 64 100
## 11485 64 42
## 11486 64 33
## 11487 64 49
## 11488 64 88
## 11489 64 60
## 11490 64 175
## 11491 64 98
## 11492 64 65
## 11493 64 38
## 11494 64 139
## 11495 64 199
## 11496 64 250
## 11497 64 64
## 11498 64 66
## 11499 64 129
## 11500 64 60
## 11501 64 60
## 11502 64 90
## 11503 64 89
## 11504 64 63
## 11505 64 38
## 11506 64 233
## 11507 64 36
## 11508 64 89
## 11509 64 70
## 11510 64 30
## 11511 64 82
## 11512 64 40
## 11513 64 200
## 11514 64 127
## 11515 64 150
## 11516 64 62
## 11517 64 50
## 11518 64 65
## 11519 64 31
## 11520 64 84
## 11521 64 52
## 11522 64 139
## 11523 64 32
## 11524 64 28
## 11525 64 22
## 11526 64 22
## 11527 64 36
## 11528 64 32
## 11529 64 175
## 11530 64 975
## 11531 64 39
## 11532 64 31
## 11533 64 122
## 11534 64 30
## 11535 64 120
## 11536 64 110
## 11537 64 132
## 11538 64 72
## 11539 64 56
## 11540 64 72
## 11541 64 95
## 11542 64 59
## 11543 64 52
## 11544 64 110
## 11545 64 72
## 11546 64 62
## 11547 64 40
## 11548 64 199
## 11549 64 90
## 11550 64 115
## 11551 64 54
## 11552 64 34
## 11553 64 40
## 11554 64 178
## 11555 64 40
## 11556 64 50
## 11557 64 80
## 11558 64 95
## 11559 64 18
## 11560 64 85
## 11561 64 60
## 11562 64 108
## 11563 64 88
## 11564 64 92
## 11565 64 120
## 11566 64 38
## 11567 64 40
## 11568 64 60
## 11569 64 56
## 11570 64 149
## 11571 64 25
## 11572 64 63
## 11573 64 88
## 11574 64 23
## 11575 64 60
## 11576 64 70
## 11577 64 70
## 11578 64 29
## 11579 64 110
## 11580 64 72
## 11581 64 99
## 11582 64 92
## 11583 64 28
## 11584 64 99
## 11585 64 70
## 11586 64 24
## 11587 64 155
## 11588 64 187
## 11589 64 50
## 11590 64 100
## 11591 64 125
## 11592 64 190
## 11593 64 58
## 11594 64 90
## 11595 64 118
## 11596 64 72
## 11597 64 55
## 11598 64 38
## 11599 64 45
## 11600 64 68
## 11601 64 43
## 11602 64 25
## 11603 64 69
## 11604 64 50
## 11605 64 65
## 11606 64 250
## 11607 64 30
## 11608 64 107
## 11609 64 25
## 11610 64 400
## 11611 64 42
## 11612 64 63
## 11613 64 62
## 11614 64 108
## 11615 64 43
## 11616 64 26
## 11617 64 163
## 11618 64 61
## 11619 64 36
## 11620 64 68
## 11621 64 80
## 11622 64 62
## 11623 64 61
## 11624 64 50
## 11625 64 79
## 11626 64 45
## 11627 64 50
## 11628 64 15
## 11629 64 28
## 11630 64 27
## 11631 64 60
## 11632 64 50
## 11633 64 73
## 11634 64 110
## 11635 64 79
## 11636 64 150
## 11637 64 50
## 11638 64 48
## 11639 64 103
## 11640 64 92
## 11641 64 26
## 11642 64 45
## 11643 64 255
## 11644 64 45
## 11645 64 50
## 11646 64 96
## 11647 64 85
## 11648 64 62
## 11649 64 75
## 11650 64 90
## 11651 64 56
## 11652 64 64
## 11653 64 125
## 11654 64 28
## 11655 64 42
## 11656 64 40
## 11657 64 124
## 11658 64 197
## 11659 64 85
## 11660 64 112
## 11661 64 24
## 11662 64 33
## 11663 64 32
## 11664 64 81
## 11665 64 80
## 11666 64 46
## 11667 64 45
## 11668 64 42
## 11669 64 42
## 11670 64 33
## 11671 64 62
## 11672 64 33
## 11673 64 45
## 11674 64 50
## 11675 64 64
## 11676 64 50
## 11677 64 63
## 11678 64 169
## 11679 64 54
## 11680 64 90
## 11681 64 50
## 11682 64 22
## 11683 64 70
## 11684 64 42
## 11685 64 149
## 11686 64 30
## 11687 64 65
## 11688 64 300
## 11689 64 99
## 11690 64 60
## 11691 64 55
## 11692 64 12
## 11693 64 33
## 11694 64 60
## 11695 64 90
## 11696 64 42
## 11697 64 31
## 11698 64 80
## 11699 64 23
## 11700 64 30
## 11701 64 73
## 11702 64 57
## 11703 64 75
## 11704 64 105
## 11705 63 56
## 11706 63 72
## 11707 63 100
## 11708 63 52
## 11709 63 55
## 11710 63 49
## 11711 63 85
## 11712 63 329
## 11713 63 129
## 11714 63 95
## 11715 63 78
## 11716 63 175
## 11717 63 70
## 11718 63 50
## 11719 63 75
## 11720 63 200
## 11721 63 125
## 11722 63 60
## 11723 63 35
## 11724 63 179
## 11725 63 99
## 11726 63 129
## 11727 63 30
## 11728 63 170
## 11729 63 30
## 11730 63 75
## 11731 63 28
## 11732 63 83
## 11733 63 88
## 11734 63 38
## 11735 63 142
## 11736 63 99
## 11737 63 90
## 11738 63 50
## 11739 63 55
## 11740 63 399
## 11741 63 150
## 11742 63 48
## 11743 63 66
## 11744 63 48
## 11745 63 51
## 11746 63 94
## 11747 63 75
## 11748 63 99
## 11749 63 46
## 11750 63 45
## 11751 63 60
## 11752 63 65
## 11753 63 15
## 11754 63 78
## 11755 63 32
## 11756 63 279
## 11757 63 20
## 11758 63 74
## 11759 63 32
## 11760 63 52
## 11761 63 110
## 11762 63 30
## 11763 63 249
## 11764 63 72
## 11765 63 75
## 11766 63 71
## 11767 63 50
## 11768 63 34
## 11769 63 35
## 11770 63 450
## 11771 63 155
## 11772 63 92
## 11773 63 19
## 11774 63 25
## 11775 63 97
## 11776 63 99
## 11777 63 75
## 11778 63 38
## 11779 63 47
## 11780 63 95
## 11781 63 115
## 11782 63 75
## 11783 63 92
## 11784 63 30
## 11785 63 52
## 11786 63 60
## 11787 63 45
## 11788 63 45
## 11789 63 50
## 11790 63 65
## 11791 63 69
## 11792 63 35
## 11793 63 55
## 11794 63 32
## 11795 63 14
## 11796 63 76
## 11797 63 150
## 11798 63 60
## 11799 63 200
## 11800 63 115
## 11801 63 150
## 11802 63 130
## 11803 63 134
## 11804 63 65
## 11805 63 131
## 11806 63 55
## 11807 63 32
## 11808 63 121
## 11809 63 74
## 11810 63 89
## 11811 63 315
## 11812 63 55
## 11813 63 18
## 11814 63 22
## 11815 63 45
## 11816 63 38
## 11817 63 100
## 11818 63 45
## 11819 63 35
## 11820 63 99
## 11821 63 106
## 11822 63 43
## 11823 63 55
## 11824 63 199
## 11825 63 84
## 11826 63 32
## 11827 63 360
## 11828 63 42
## 11829 63 132
## 11830 63 66
## 11831 63 145
## 11832 63 50
## 11833 63 99
## 11834 63 85
## 11835 63 66
## 11836 63 45
## 11837 63 100
## 11838 63 300
## 11839 63 165
## 11840 63 150
## 11841 63 135
## 11842 63 70
## 11843 63 319
## 11844 63 13
## 11845 63 32
## 11846 63 175
## 11847 63 142
## 11848 63 42
## 11849 63 50
## 11850 63 150
## 11851 63 95
## 11852 63 88
## 11853 63 56
## 11854 63 30
## 11855 63 109
## 11856 63 31
## 11857 63 115
## 11858 63 44
## 11859 63 42
## 11860 63 99
## 11861 63 75
## 11862 63 119
## 11863 63 399
## 11864 63 68
## 11865 63 12
## 11866 63 56
## 11867 63 96
## 11868 63 42
## 11869 63 80
## 11870 63 30
## 11871 63 89
## 11872 63 14
## 11873 63 200
## 11874 63 30
## 11875 63 83
## 11876 63 54
## 11877 63 72
## 11878 63 39
## 11879 63 58
## 11880 63 33
## 11881 63 98
## 11882 63 85
## 11883 63 30
## 11884 63 62
## 11885 63 38
## 11886 63 62
## 11887 63 70
## 11888 63 65
## 11889 63 74
## 11890 63 99
## 11891 63 200
## 11892 63 44
## 11893 63 24
## 11894 63 60
## 11895 63 89
## 11896 63 81
## 11897 63 125
## 11898 63 32
## 11899 63 60
## 11900 63 79
## 11901 63 19
## 11902 63 45
## 11903 63 60
## 11904 63 65
## 11905 63 245
## 11906 63 450
## 11907 63 150
## 11908 63 47
## 11909 63 199
## 11910 63 60
## 11911 63 75
## 11912 63 35
## 11913 63 125
## 11914 63 48
## 11915 63 155
## 11916 63 60
## 11917 63 80
## 11918 63 189
## 11919 63 32
## 11920 63 90
## 11921 63 105
## 11922 63 400
## 11923 63 150
## 11924 63 76
## 11925 63 30
## 11926 63 700
## 11927 63 137
## 11928 63 65
## 11929 63 35
## 11930 63 50
## 11931 63 60
## 11932 63 48
## 11933 63 40
## 11934 63 189
## 11935 63 180
## 11936 63 30
## 11937 63 104
## 11938 63 33
## 11939 63 500
## 11940 63 43
## 11941 63 82
## 11942 63 42
## 11943 63 40
## 11944 63 18
## 11945 63 70
## 11946 63 26
## 11947 63 125
## 11948 63 150
## 11949 63 59
## 11950 63 93
## 11951 63 18
## 11952 63 57
## 11953 63 50
## 11954 63 36
## 11955 63 200
## 11956 63 180
## 11957 63 199
## 11958 62 130
## 11959 62 25
## 11960 62 100
## 11961 62 100
## 11962 62 88
## 11963 62 48
## 11964 62 22
## 11965 62 80
## 11966 62 138
## 11967 62 32
## 11968 62 40
## 11969 62 75
## 11970 62 100
## 11971 62 75
## 11972 62 60
## 11973 62 125
## 11974 62 50
## 11975 62 62
## 11976 62 30
## 11977 62 100
## 11978 62 60
## 11979 62 45
## 11980 62 60
## 11981 62 42
## 11982 62 85
## 11983 62 14
## 11984 62 22
## 11985 62 62
## 11986 62 488
## 11987 62 55
## 11988 62 69
## 11989 62 50
## 11990 62 78
## 11991 62 50
## 11992 62 11
## 11993 62 22
## 11994 62 55
## 11995 62 75
## 11996 62 225
## 11997 62 85
## 11998 62 200
## 11999 62 48
## 12000 62 75
## 12001 62 255
## 12002 62 80
## 12003 62 76
## 12004 62 31
## 12005 62 59
## 12006 62 34
## 12007 62 64
## 12008 62 299
## 12009 62 45
## 12010 62 57
## 12011 62 229
## 12012 62 20
## 12013 62 145
## 12014 62 82
## 12015 62 65
## 12016 62 70
## 12017 62 24
## 12018 62 28
## 12019 62 85
## 12020 62 38
## 12021 62 62
## 12022 62 50
## 12023 62 62
## 12024 62 110
## 12025 62 44
## 12026 62 60
## 12027 62 82
## 12028 62 44
## 12029 62 125
## 12030 62 102
## 12031 62 25
## 12032 62 96
## 12033 62 98
## 12034 62 125
## 12035 62 300
## 12036 62 199
## 12037 62 42
## 12038 62 98
## 12039 62 69
## 12040 62 40
## 12041 62 75
## 12042 62 48
## 12043 62 40
## 12044 62 121
## 12045 62 29
## 12046 62 154
## 12047 62 123
## 12048 62 43
## 12049 62 44
## 12050 62 157
## 12051 62 68
## 12052 62 134
## 12053 62 58
## 12054 62 98
## 12055 62 289
## 12056 62 149
## 12057 62 84
## 12058 62 125
## 12059 62 60
## 12060 62 95
## 12061 62 54
## 12062 62 75
## 12063 62 20
## 12064 62 27
## 12065 62 45
## 12066 62 70
## 12067 62 42
## 12068 62 79
## 12069 62 32
## 12070 62 159
## 12071 62 54
## 12072 62 98
## 12073 62 60
## 12074 62 30
## 12075 62 62
## 12076 62 20
## 12077 62 62
## 12078 62 86
## 12079 62 70
## 12080 62 75
## 12081 62 175
## 12082 62 175
## 12083 62 160
## 12084 62 55
## 12085 62 115
## 12086 62 42
## 12087 62 55
## 12088 62 42
## 12089 62 100
## 12090 62 80
## 12091 62 37
## 12092 62 99
## 12093 62 299
## 12094 62 55
## 12095 62 50
## 12096 62 25
## 12097 62 77
## 12098 62 26
## 12099 62 55
## 12100 62 269
## 12101 62 18
## 12102 62 32
## 12103 62 57
## 12104 62 20
## 12105 62 185
## 12106 62 100
## 12107 62 81
## 12108 62 42
## 12109 62 99
## 12110 62 65
## 12111 62 66
## 12112 62 45
## 12113 62 30
## 12114 62 210
## 12115 62 155
## 12116 62 35
## 12117 62 46
## 12118 62 88
## 12119 62 117
## 12120 62 64
## 12121 62 51
## 12122 62 84
## 12123 62 70
## 12124 62 70
## 12125 62 100
## 12126 62 50
## 12127 62 95
## 12128 62 61
## 12129 62 28
## 12130 62 50
## 12131 62 70
## 12132 62 49
## 12133 62 73
## 12134 62 138
## 12135 62 42
## 12136 62 22
## 12137 62 18
## 12138 62 65
## 12139 62 69
## 12140 62 43
## 12141 62 50
## 12142 62 70
## 12143 62 62
## 12144 62 225
## 12145 62 85
## 12146 62 49
## 12147 62 41
## 12148 62 40
## 12149 62 35
## 12150 62 150
## 12151 62 27
## 12152 62 148
## 12153 62 60
## 12154 62 70
## 12155 62 96
## 12156 62 88
## 12157 62 89
## 12158 62 35
## 12159 62 85
## 12160 62 159
## 12161 62 105
## 12162 62 36
## 12163 62 58
## 12164 62 79
## 12165 62 59
## 12166 62 22
## 12167 62 30
## 12168 62 100
## 12169 62 68
## 12170 62 120
## 12171 62 47
## 12172 62 300
## 12173 62 50
## 12174 62 69
## 12175 62 24
## 12176 62 49
## 12177 62 68
## 12178 62 18
## 12179 62 98
## 12180 62 200
## 12181 62 75
## 12182 62 50
## 12183 62 50
## 12184 62 125
## 12185 62 92
## 12186 62 150
## 12187 62 44
## 12188 62 278
## 12189 62 32
## 12190 62 80
## 12191 62 32
## 12192 62 80
## 12193 62 70
## 12194 62 69
## 12195 62 72
## 12196 62 21
## 12197 62 145
## 12198 62 499
## 12199 62 70
## 12200 62 81
## 12201 62 108
## 12202 62 73
## 12203 62 32
## 12204 62 22
## 12205 62 99
## 12206 62 88
## 12207 62 68
## 12208 62 33
## 12209 62 100
## 12210 62 199
## 12211 62 83
## 12212 62 32
## 12213 62 65
## 12214 62 100
## 12215 62 58
## 12216 61 75
## 12217 61 80
## 12218 61 63
## 12219 61 80
## 12220 61 115
## 12221 61 35
## 12222 61 66
## 12223 61 100
## 12224 61 45
## 12225 61 82
## 12226 61 67
## 12227 61 47
## 12228 61 62
## 12229 61 35
## 12230 61 60
## 12231 61 80
## 12232 61 46
## 12233 61 55
## 12234 61 99
## 12235 61 75
## 12236 61 99
## 12237 61 76
## 12238 61 89
## 12239 61 62
## 12240 61 69
## 12241 61 108
## 12242 61 75
## 12243 61 40
## 12244 61 49
## 12245 61 49
## 12246 61 90
## 12247 61 50
## 12248 61 38
## 12249 61 58
## 12250 61 18
## 12251 61 700
## 12252 61 52
## 12253 61 50
## 12254 61 48
## 12255 61 199
## 12256 61 48
## 12257 61 60
## 12258 61 34
## 12259 61 80
## 12260 61 12
## 12261 61 22
## 12262 61 50
## 12263 61 47
## 12264 61 162
## 12265 61 99
## 12266 61 52
## 12267 61 99
## 12268 61 42
## 12269 61 55
## 12270 61 150
## 12271 61 66
## 12272 61 70
## 12273 61 50
## 12274 61 120
## 12275 61 175
## 12276 61 110
## 12277 61 65
## 12278 61 31
## 12279 61 56
## 12280 61 13
## 12281 61 100
## 12282 61 60
## 12283 61 85
## 12284 61 75
## 12285 61 54
## 12286 61 42
## 12287 61 790
## 12288 61 50
## 12289 61 33
## 12290 61 170
## 12291 61 72
## 12292 61 55
## 12293 61 22
## 12294 61 42
## 12295 61 60
## 12296 61 120
## 12297 61 70
## 12298 61 92
## 12299 61 58
## 12300 61 68
## 12301 61 15
## 12302 61 25
## 12303 61 33
## 12304 61 33
## 12305 61 92
## 12306 61 59
## 12307 61 16
## 12308 61 114
## 12309 61 28
## 12310 61 65
## 12311 61 69
## 12312 61 38
## 12313 61 50
## 12314 61 90
## 12315 61 32
## 12316 61 100
## 12317 61 90
## 12318 61 55
## 12319 61 36
## 12320 61 62
## 12321 61 75
## 12322 61 50
## 12323 61 75
## 12324 61 27
## 12325 61 73
## 12326 61 65
## 12327 61 80
## 12328 61 40
## 12329 61 199
## 12330 61 570
## 12331 61 98
## 12332 61 88
## 12333 61 26
## 12334 61 41
## 12335 61 99
## 12336 61 50
## 12337 61 460
## 12338 61 65
## 12339 61 50
## 12340 61 30
## 12341 61 88
## 12342 61 122
## 12343 61 105
## 12344 61 72
## 12345 61 38
## 12346 61 82
## 12347 61 130
## 12348 61 115
## 12349 61 77
## 12350 61 65
## 12351 61 100
## 12352 61 69
## 12353 61 69
## 12354 61 40
## 12355 61 67
## 12356 61 86
## 12357 61 19
## 12358 61 32
## 12359 61 348
## 12360 61 84
## 12361 61 38
## 12362 61 33
## 12363 61 50
## 12364 61 45
## 12365 61 165
## 12366 61 55
## 12367 61 49
## 12368 61 33
## 12369 61 94
## 12370 61 150
## 12371 61 100
## 12372 61 48
## 12373 61 147
## 12374 61 85
## 12375 61 94
## 12376 61 176
## 12377 61 151
## 12378 61 75
## 12379 61 88
## 12380 61 35
## 12381 61 88
## 12382 61 48
## 12383 61 55
## 12384 61 112
## 12385 61 53
## 12386 61 44
## 12387 61 32
## 12388 61 62
## 12389 61 34
## 12390 61 361
## 12391 61 32
## 12392 61 147
## 12393 61 79
## 12394 61 22
## 12395 61 175
## 12396 61 58
## 12397 61 129
## 12398 61 39
## 12399 61 32
## 12400 61 108
## 12401 61 100
## 12402 61 59
## 12403 61 49
## 12404 61 38
## 12405 61 47
## 12406 61 26
## 12407 61 139
## 12408 61 52
## 12409 61 15
## 12410 61 28
## 12411 61 125
## 12412 61 13
## 12413 61 155
## 12414 61 11
## 12415 61 124
## 12416 61 65
## 12417 61 700
## 12418 61 55
## 12419 61 42
## 12420 61 131
## 12421 61 69
## 12422 61 40
## 12423 61 62
## 12424 61 60
## 12425 61 90
## 12426 61 92
## 12427 61 28
## 12428 61 100
## 12429 61 51
## 12430 61 89
## 12431 61 103
## 12432 61 63
## 12433 61 150
## 12434 61 180
## 12435 61 42
## 12436 61 47
## 12437 61 41
## 12438 61 67
## 12439 61 132
## 12440 61 48
## 12441 61 150
## 12442 61 17
## 12443 61 159
## 12444 61 100
## 12445 61 49
## 12446 61 25
## 12447 61 25
## 12448 61 26
## 12449 61 121
## 12450 61 77
## 12451 61 215
## 12452 61 60
## 12453 61 38
## 12454 61 84
## 12455 61 102
## 12456 61 250
## 12457 61 100
## 12458 61 44
## 12459 61 16
## 12460 61 34
## 12461 61 37
## 12462 61 210
## 12463 61 80
## 12464 61 20
## 12465 61 40
## 12466 61 115
## 12467 61 88
## 12468 61 100
## 12469 61 110
## 12470 61 38
## 12471 60 133
## 12472 60 70
## 12473 60 24
## 12474 60 150
## 12475 60 38
## 12476 60 70
## 12477 60 45
## 12478 60 49
## 12479 60 40
## 12480 60 25
## 12481 60 25
## 12482 60 60
## 12483 60 199
## 12484 60 70
## 12485 60 98
## 12486 60 24
## 12487 60 350
## 12488 60 130
## 12489 60 42
## 12490 60 48
## 12491 60 78
## 12492 60 30
## 12493 60 42
## 12494 60 46
## 12495 60 115
## 12496 60 44
## 12497 60 250
## 12498 60 210
## 12499 60 65
## 12500 60 97
## 12501 60 100
## 12502 60 50
## 12503 60 87
## 12504 60 46
## 12505 60 234
## 12506 60 135
## 12507 60 97
## 12508 60 40
## 12509 60 110
## 12510 60 46
## 12511 60 34
## 12512 60 62
## 12513 60 65
## 12514 60 38
## 12515 60 450
## 12516 60 75
## 12517 60 106
## 12518 60 16
## 12519 60 48
## 12520 60 74
## 12521 60 97
## 12522 60 110
## 12523 60 50
## 12524 60 33
## 12525 60 33
## 12526 60 60
## 12527 60 150
## 12528 60 22
## 12529 60 44
## 12530 60 60
## 12531 60 32
## 12532 60 55
## 12533 60 100
## 12534 60 65
## 12535 60 60
## 12536 60 45
## 12537 60 50
## 12538 60 62
## 12539 60 70
## 12540 60 65
## 12541 60 52
## 12542 60 42
## 12543 60 99
## 12544 60 26
## 12545 60 22
## 12546 60 250
## 12547 60 249
## 12548 60 50
## 12549 60 35
## 12550 60 37
## 12551 60 96
## 12552 60 82
## 12553 60 99
## 12554 60 175
## 12555 60 180
## 12556 60 27
## 12557 60 60
## 12558 60 38
## 12559 60 158
## 12560 60 55
## 12561 60 75
## 12562 60 38
## 12563 60 30
## 12564 60 124
## 12565 60 26
## 12566 60 89
## 12567 60 45
## 12568 60 145
## 12569 60 29
## 12570 60 25
## 12571 60 14
## 12572 60 53
## 12573 60 86
## 12574 60 44
## 12575 60 65
## 12576 60 77
## 12577 60 99
## 12578 60 133
## 12579 60 175
## 12580 60 187
## 12581 60 250
## 12582 60 165
## 12583 60 68
## 12584 60 38
## 12585 60 162
## 12586 60 83
## 12587 60 55
## 12588 60 199
## 12589 60 75
## 12590 60 100
## 12591 60 300
## 12592 60 96
## 12593 60 90
## 12594 60 15
## 12595 60 49
## 12596 60 400
## 12597 60 44
## 12598 60 75
## 12599 60 99
## 12600 60 72
## 12601 60 75
## 12602 60 55
## 12603 60 150
## 12604 60 75
## 12605 60 38
## 12606 60 44
## 12607 60 50
## 12608 60 20
## 12609 60 250
## 12610 60 55
## 12611 60 55
## 12612 60 90
## 12613 60 95
## 12614 60 225
## 12615 60 70
## 12616 60 99
## 12617 60 55
## 12618 60 50
## 12619 60 44
## 12620 60 49
## 12621 60 25
## 12622 60 95
## 12623 60 35
## 12624 60 50
## 12625 60 34
## 12626 60 124
## 12627 60 155
## 12628 60 63
## 12629 60 30
## 12630 60 45
## 12631 60 128
## 12632 60 35
## 12633 60 150
## 12634 60 50
## 12635 60 109
## 12636 60 12
## 12637 60 15
## 12638 60 22
## 12639 60 57
## 12640 60 46
## 12641 60 100
## 12642 60 127
## 12643 60 53
## 12644 60 43
## 12645 60 15
## 12646 60 88
## 12647 60 75
## 12648 60 165
## 12649 60 60
## 12650 60 195
## 12651 60 85
## 12652 60 33
## 12653 60 79
## 12654 60 249
## 12655 60 60
## 12656 60 130
## 12657 60 32
## 12658 60 28
## 12659 60 93
## 12660 60 53
## 12661 60 50
## 12662 60 100
## 12663 60 22
## 12664 60 36
## 12665 60 20
## 12666 60 38
## 12667 60 18
## 12668 60 55
## 12669 60 80
## 12670 60 30
## 12671 60 300
## 12672 60 60
## 12673 60 300
## 12674 60 70
## 12675 60 58
## 12676 60 119
## 12677 60 59
## 12678 60 70
## 12679 60 51
## 12680 60 125
## 12681 60 40
## 12682 60 59
## 12683 60 48
## 12684 60 69
## 12685 60 37
## 12686 60 159
## 12687 60 65
## 12688 60 13
## 12689 60 75
## 12690 60 44
## 12691 60 70
## 12692 60 449
## 12693 60 63
## 12694 60 27
## 12695 60 42
## 12696 60 42
## 12697 60 44
## 12698 60 123
## 12699 60 79
## 12700 60 70
## 12701 60 75
## 12702 60 140
## 12703 60 40
## 12704 60 94
## 12705 60 185
## 12706 60 11
## 12707 60 85
## 12708 60 90
## 12709 60 80
## 12710 60 14
## 12711 60 120
## 12712 60 79
## 12713 60 275
## 12714 60 650
## 12715 60 99
## 12716 60 110
## 12717 60 12
## 12718 60 225
## 12719 60 112
## 12720 60 110
## 12721 60 49
## 12722 60 95
## 12723 60 136
## 12724 60 30
## 12725 60 36
## 12726 60 230
## 12727 60 100
## 12728 60 99
## 12729 60 29
## 12730 60 26
## 12731 60 75
## 12732 60 22
## 12733 60 179
## 12734 60 38
## 12735 60 74
## 12736 60 184
## 12737 60 371
## 12738 60 100
## 12739 60 50
## 12740 60 100
## 12741 60 65
## 12742 60 44
## 12743 60 110
## 12744 60 42
## 12745 60 50
## 12746 60 67
## 12747 60 36
## 12748 60 77
## 12749 60 26
## 12750 60 38
## 12751 60 66
## 12752 60 65
## 12753 60 31
## 12754 60 51
## 12755 60 25
## 12756 60 50
## 12757 60 38
## 12758 60 50
## 12759 60 22
## 12760 60 40
## 12761 60 99
## 12762 60 110
## 12763 60 42
## 12764 60 42
## 12765 60 40
## 12766 60 205
## 12767 60 112
## 12768 59 80
## 12769 59 80
## 12770 59 100
## 12771 59 38
## 12772 59 85
## 12773 59 100
## 12774 59 229
## 12775 59 150
## 12776 59 388
## 12777 59 35
## 12778 59 40
## 12779 59 185
## 12780 59 33
## 12781 59 90
## 12782 59 55
## 12783 59 75
## 12784 59 50
## 12785 59 135
## 12786 59 165
## 12787 59 25
## 12788 59 150
## 12789 59 24
## 12790 59 76
## 12791 59 44
## 12792 59 42
## 12793 59 43
## 12794 59 45
## 12795 59 58
## 12796 59 110
## 12797 59 28
## 12798 59 45
## 12799 59 160
## 12800 59 42
## 12801 59 48
## 12802 59 40
## 12803 59 90
## 12804 59 100
## 12805 59 50
## 12806 59 65
## 12807 59 35
## 12808 59 75
## 12809 59 67
## 12810 59 47
## 12811 59 59
## 12812 59 140
## 12813 59 70
## 12814 59 49
## 12815 59 65
## 12816 59 169
## 12817 59 53
## 12818 59 27
## 12819 59 150
## 12820 59 45
## 12821 59 325
## 12822 59 38
## 12823 59 39
## 12824 59 43
## 12825 59 38
## 12826 59 50
## 12827 59 62
## 12828 59 38
## 12829 59 480
## 12830 59 55
## 12831 59 125
## 12832 59 58
## 12833 59 100
## 12834 59 59
## 12835 59 24
## 12836 59 54
## 12837 59 118
## 12838 59 78
## 12839 59 33
## 12840 59 30
## 12841 59 44
## 12842 59 175
## 12843 59 70
## 12844 59 142
## 12845 59 62
## 12846 59 45
## 12847 59 80
## 12848 59 98
## 12849 59 61
## 12850 59 49
## 12851 59 160
## 12852 59 34
## 12853 59 115
## 12854 59 40
## 12855 59 38
## 12856 59 126
## 12857 59 89
## 12858 59 99
## 12859 59 299
## 12860 59 250
## 12861 59 40
## 12862 59 115
## 12863 59 42
## 12864 59 75
## 12865 59 32
## 12866 59 83
## 12867 59 32
## 12868 59 42
## 12869 59 74
## 12870 59 174
## 12871 59 50
## 12872 59 48
## 12873 59 150
## 12874 59 59
## 12875 59 37
## 12876 59 58
## 12877 59 77
## 12878 59 102
## 12879 59 150
## 12880 59 86
## 12881 59 79
## 12882 59 88
## 12883 59 192
## 12884 59 142
## 12885 59 229
## 12886 59 89
## 12887 59 60
## 12888 59 45
## 12889 59 35
## 12890 59 60
## 12891 59 199
## 12892 59 70
## 12893 59 32
## 12894 59 59
## 12895 59 70
## 12896 59 150
## 12897 59 33
## 12898 59 120
## 12899 59 49
## 12900 59 72
## 12901 59 120
## 12902 59 16
## 12903 59 35
## 12904 59 65
## 12905 59 80
## 12906 59 27
## 12907 59 48
## 12908 59 121
## 12909 59 65
## 12910 59 40
## 12911 59 85
## 12912 59 70
## 12913 59 90
## 12914 59 40
## 12915 59 94
## 12916 59 59
## 12917 59 110
## 12918 59 45
## 12919 59 65
## 12920 59 99
## 12921 59 68
## 12922 59 78
## 12923 59 115
## 12924 59 100
## 12925 59 44
## 12926 59 27
## 12927 59 68
## 12928 59 52
## 12929 59 81
## 12930 59 125
## 12931 59 299
## 12932 59 90
## 12933 59 65
## 12934 59 275
## 12935 59 49
## 12936 59 50
## 12937 59 99
## 12938 59 65
## 12939 59 189
## 12940 59 136
## 12941 59 89
## 12942 59 42
## 12943 59 80
## 12944 59 95
## 12945 59 80
## 12946 59 97
## 12947 59 33
## 12948 59 120
## 12949 59 79
## 12950 59 33
## 12951 59 155
## 12952 59 14
## 12953 59 44
## 12954 59 95
## 12955 59 55
## 12956 59 117
## 12957 59 88
## 12958 59 125
## 12959 59 100
## 12960 59 99
## 12961 59 45
## 12962 59 46
## 12963 59 97
## 12964 59 25
## 12965 59 58
## 12966 59 65
## 12967 59 90
## 12968 59 73
## 12969 59 72
## 12970 59 74
## 12971 59 32
## 12972 59 18
## 12973 59 78
## 12974 59 88
## 12975 59 44
## 12976 59 49
## 12977 59 104
## 12978 59 159
## 12979 59 85
## 12980 59 62
## 12981 59 45
## 12982 59 248
## 12983 59 87
## 12984 59 138
## 12985 59 12
## 12986 59 95
## 12987 59 31
## 12988 59 250
## 12989 59 43
## 12990 59 100
## 12991 59 52
## 12992 59 20
## 12993 59 23
## 12994 59 45
## 12995 59 75
## 12996 59 28
## 12997 59 40
## 12998 59 69
## 12999 59 28
## 13000 59 26
## 13001 59 125
## 13002 59 60
## 13003 59 180
## 13004 59 115
## 13005 59 22
## 13006 59 24
## 13007 59 69
## 13008 59 75
## 13009 59 56
## 13010 59 96
## 13011 59 55
## 13012 59 200
## 13013 59 117
## 13014 59 150
## 13015 59 99
## 13016 59 117
## 13017 59 154
## 13018 59 250
## 13019 59 34
## 13020 59 100
## 13021 59 24
## 13022 59 43
## 13023 59 90
## 13024 59 164
## 13025 59 77
## 13026 59 63
## 13027 59 44
## 13028 59 55
## 13029 59 69
## 13030 59 110
## 13031 59 365
## 13032 59 33
## 13033 59 110
## 13034 59 21
## 13035 59 40
## 13036 59 35
## 13037 59 28
## 13038 59 50
## 13039 59 69
## 13040 59 15
## 13041 59 50
## 13042 59 188
## 13043 58 125
## 13044 58 78
## 13045 58 118
## 13046 58 30
## 13047 58 42
## 13048 58 40
## 13049 58 42
## 13050 58 115
## 13051 58 109
## 13052 58 215
## 13053 58 88
## 13054 58 62
## 13055 58 159
## 13056 58 85
## 13057 58 90
## 13058 58 55
## 13059 58 21
## 13060 58 85
## 13061 58 61
## 13062 58 67
## 13063 58 38
## 13064 58 37
## 13065 58 42
## 13066 58 80
## 13067 58 149
## 13068 58 69
## 13069 58 25
## 13070 58 50
## 13071 58 70
## 13072 58 150
## 13073 58 48
## 13074 58 89
## 13075 58 25
## 13076 58 96
## 13077 58 48
## 13078 58 125
## 13079 58 78
## 13080 58 40
## 13081 58 65
## 13082 58 199
## 13083 58 45
## 13084 58 46
## 13085 58 52
## 13086 58 500
## 13087 58 43
## 13088 58 110
## 13089 58 50
## 13090 58 27
## 13091 58 50
## 13092 58 150
## 13093 58 160
## 13094 58 72
## 13095 58 14
## 13096 58 69
## 13097 58 30
## 13098 58 150
## 13099 58 70
## 13100 58 61
## 13101 58 149
## 13102 58 72
## 13103 58 35
## 13104 58 48
## 13105 58 72
## 13106 58 30
## 13107 58 175
## 13108 58 160
## 13109 58 75
## 13110 58 100
## 13111 58 90
## 13112 58 175
## 13113 58 65
## 13114 58 62
## 13115 58 228
## 13116 58 166
## 13117 58 70
## 13118 58 68
## 13119 58 39
## 13120 58 195
## 13121 58 85
## 13122 58 109
## 13123 58 47
## 13124 58 50
## 13125 58 40
## 13126 58 117
## 13127 58 50
## 13128 58 60
## 13129 58 49
## 13130 58 66
## 13131 58 229
## 13132 58 75
## 13133 58 80
## 13134 58 20
## 13135 58 30
## 13136 58 32
## 13137 58 250
## 13138 58 62
## 13139 58 48
## 13140 58 138
## 13141 58 48
## 13142 58 169
## 13143 58 82
## 13144 58 199
## 13145 58 175
## 13146 58 260
## 13147 58 45
## 13148 58 58
## 13149 58 33
## 13150 58 68
## 13151 58 75
## 13152 58 58
## 13153 58 23
## 13154 58 94
## 13155 58 50
## 13156 58 83
## 13157 58 42
## 13158 58 150
## 13159 58 160
## 13160 58 105
## 13161 58 34
## 13162 58 300
## 13163 58 210
## 13164 58 150
## 13165 58 25
## 13166 58 58
## 13167 58 65
## 13168 58 300
## 13169 58 53
## 13170 58 28
## 13171 58 90
## 13172 58 132
## 13173 58 65
## 13174 58 49
## 13175 58 40
## 13176 58 42
## 13177 58 75
## 13178 58 125
## 13179 58 97
## 13180 58 88
## 13181 58 125
## 13182 58 210
## 13183 58 95
## 13184 58 235
## 13185 58 32
## 13186 58 49
## 13187 58 78
## 13188 58 45
## 13189 58 100
## 13190 58 119
## 13191 58 140
## 13192 58 158
## 13193 58 140
## 13194 58 13
## 13195 58 89
## 13196 58 88
## 13197 58 75
## 13198 58 70
## 13199 58 98
## 13200 58 24
## 13201 58 110
## 13202 58 40
## 13203 58 179
## 13204 58 30
## 13205 58 32
## 13206 58 95
## 13207 58 112
## 13208 58 27
## 13209 58 60
## 13210 58 100
## 13211 58 29
## 13212 58 332
## 13213 58 23
## 13214 58 75
## 13215 58 250
## 13216 58 220
## 13217 58 20
## 13218 58 25
## 13219 58 170
## 13220 58 90
## 13221 58 50
## 13222 58 120
## 13223 58 140
## 13224 58 45
## 13225 58 72
## 13226 58 29
## 13227 58 500
## 13228 58 349
## 13229 58 159
## 13230 58 65
## 13231 58 25
## 13232 58 75
## 13233 58 175
## 13234 58 109
## 13235 58 141
## 13236 58 399
## 13237 58 155
## 13238 58 48
## 13239 58 32
## 13240 58 223
## 13241 58 50
## 13242 58 55
## 13243 58 55
## 13244 58 62
## 13245 58 60
## 13246 58 42
## 13247 58 83
## 13248 58 595
## 13249 58 189
## 13250 58 81
## 13251 58 60
## 13252 58 40
## 13253 58 50
## 13254 58 120
## 13255 58 51
## 13256 58 33
## 13257 58 65
## 13258 58 42
## 13259 58 129
## 13260 58 54
## 13261 58 105
## 13262 58 60
## 13263 58 200
## 13264 58 50
## 13265 58 90
## 13266 58 75
## 13267 58 100
## 13268 58 159
## 13269 58 43
## 13270 58 175
## 13271 58 162
## 13272 58 59
## 13273 58 200
## 13274 58 40
## 13275 58 74
## 13276 58 40
## 13277 58 50
## 13278 58 35
## 13279 58 120
## 13280 58 75
## 13281 58 170
## 13282 58 70
## 13283 58 50
## 13284 58 190
## 13285 58 38
## 13286 58 30
## 13287 58 71
## 13288 58 88
## 13289 58 500
## 13290 58 82
## 13291 58 30
## 13292 58 74
## 13293 58 115
## 13294 58 100
## 13295 58 199
## 13296 58 165
## 13297 58 85
## 13298 58 82
## 13299 58 72
## 13300 58 38
## 13301 58 138
## 13302 58 330
## 13303 58 17
## 13304 58 45
## 13305 58 80
## 13306 58 36
## 13307 58 62
## 13308 58 75
## 13309 58 40
## 13310 58 209
## 13311 58 90
## 13312 58 49
## 13313 58 218
## 13314 58 28
## 13315 58 35
## 13316 58 35
## 13317 58 80
## 13318 58 92
## 13319 58 62
## 13320 58 135
## 13321 58 32
## 13322 58 60
## 13323 58 28
## 13324 58 75
## 13325 58 27
## 13326 58 69
## 13327 58 60
## 13328 58 65
## 13329 58 75
## 13330 58 100
## 13331 58 135
## 13332 58 75
## 13333 58 37
## 13334 58 110
## 13335 58 22
## 13336 58 90
## 13337 58 139
## 13338 58 127
## 13339 58 249
## 13340 58 88
## 13341 57 37
## 13342 57 45
## 13343 57 125
## 13344 57 34
## 13345 57 138
## 13346 57 89
## 13347 57 100
## 13348 57 92
## 13349 57 127
## 13350 57 250
## 13351 57 42
## 13352 57 65
## 13353 57 125
## 13354 57 40
## 13355 57 43
## 13356 57 50
## 13357 57 69
## 13358 57 92
## 13359 57 28
## 13360 57 75
## 13361 57 30
## 13362 57 21
## 13363 57 77
## 13364 57 34
## 13365 57 117
## 13366 57 100
## 13367 57 80
## 13368 57 90
## 13369 57 48
## 13370 57 59
## 13371 57 24
## 13372 57 125
## 13373 57 45
## 13374 57 44
## 13375 57 89
## 13376 57 82
## 13377 57 21
## 13378 57 65
## 13379 57 84
## 13380 57 107
## 13381 57 70
## 13382 57 70
## 13383 57 30
## 13384 57 37
## 13385 57 129
## 13386 57 245
## 13387 57 109
## 13388 57 65
## 13389 57 58
## 13390 57 100
## 13391 57 75
## 13392 57 450
## 13393 57 135
## 13394 57 24
## 13395 57 100
## 13396 57 99
## 13397 57 68
## 13398 57 22
## 13399 57 30
## 13400 57 25
## 13401 57 165
## 13402 57 149
## 13403 57 95
## 13404 57 169
## 13405 57 100
## 13406 57 53
## 13407 57 177
## 13408 57 70
## 13409 57 59
## 13410 57 37
## 13411 57 199
## 13412 57 108
## 13413 57 85
## 13414 57 50
## 13415 57 20
## 13416 57 32
## 13417 57 55
## 13418 57 19
## 13419 57 105
## 13420 57 89
## 13421 57 83
## 13422 57 95
## 13423 57 225
## 13424 57 99
## 13425 57 132
## 13426 57 103
## 13427 57 58
## 13428 57 155
## 13429 57 190
## 13430 57 79
## 13431 57 40
## 13432 57 38
## 13433 57 34
## 13434 57 62
## 13435 57 120
## 13436 57 59
## 13437 57 22
## 13438 57 74
## 13439 57 64
## 13440 57 22
## 13441 57 85
## 13442 57 74
## 13443 57 26
## 13444 57 27
## 13445 57 25
## 13446 57 50
## 13447 57 110
## 13448 57 65
## 13449 57 33
## 13450 57 110
## 13451 57 125
## 13452 57 130
## 13453 57 32
## 13454 57 220
## 13455 57 70
## 13456 57 61
## 13457 57 29
## 13458 57 92
## 13459 57 120
## 13460 57 52
## 13461 57 179
## 13462 57 100
## 13463 57 90
## 13464 57 189
## 13465 57 124
## 13466 57 28
## 13467 57 36
## 13468 57 138
## 13469 57 25
## 13470 57 82
## 13471 57 127
## 13472 57 49
## 13473 57 102
## 13474 57 229
## 13475 57 35
## 13476 57 100
## 13477 57 85
## 13478 57 95
## 13479 57 95
## 13480 57 75
## 13481 57 45
## 13482 57 38
## 13483 57 265
## 13484 57 15
## 13485 57 70
## 13486 57 44
## 13487 57 50
## 13488 57 12
## 13489 57 80
## 13490 57 49
## 13491 57 120
## 13492 57 175
## 13493 57 44
## 13494 57 174
## 13495 57 234
## 13496 57 60
## 13497 57 62
## 13498 57 125
## 13499 57 68
## 13500 57 75
## 13501 57 92
## 13502 57 86
## 13503 57 37
## 13504 57 62
## 13505 57 56
## 13506 57 67
## 13507 57 51
## 13508 57 74
## 13509 57 48
## 13510 57 38
## 13511 57 127
## 13512 57 40
## 13513 57 28
## 13514 57 44
## 13515 57 135
## 13516 57 91
## 13517 57 55
## 13518 57 75
## 13519 57 42
## 13520 57 98
## 13521 57 60
## 13522 57 119
## 13523 57 48
## 13524 57 50
## 13525 57 50
## 13526 57 42
## 13527 57 91
## 13528 57 199
## 13529 57 39
## 13530 57 100
## 13531 57 42
## 13532 57 25
## 13533 57 28
## 13534 57 52
## 13535 57 55
## 13536 57 55
## 13537 57 48
## 13538 57 79
## 13539 57 125
## 13540 57 25
## 13541 57 267
## 13542 57 46
## 13543 57 44
## 13544 57 57
## 13545 57 29
## 13546 57 72
## 13547 57 35
## 13548 57 50
## 13549 57 280
## 13550 57 87
## 13551 57 149
## 13552 57 48
## 13553 57 22
## 13554 57 59
## 13555 57 60
## 13556 57 49
## 13557 57 54
## 13558 57 46
## 13559 57 85
## 13560 57 80
## 13561 57 55
## 13562 57 44
## 13563 57 40
## 13564 57 50
## 13565 57 30
## 13566 57 56
## 13567 57 75
## 13568 57 90
## 13569 57 39
## 13570 57 45
## 13571 57 15
## 13572 57 70
## 13573 57 66
## 13574 57 459
## 13575 57 32
## 13576 57 74
## 13577 57 75
## 13578 57 299
## 13579 57 89
## 13580 57 38
## 13581 57 40
## 13582 57 83
## 13583 57 150
## 13584 57 92
## 13585 57 60
## 13586 57 18
## 13587 57 190
## 13588 57 38
## 13589 57 48
## 13590 57 36
## 13591 57 46
## 13592 57 200
## 13593 57 175
## 13594 57 120
## 13595 57 150
## 13596 57 142
## 13597 57 95
## 13598 57 100
## 13599 57 70
## 13600 57 72
## 13601 57 89
## 13602 57 39
## 13603 57 32
## 13604 57 60
## 13605 57 150
## 13606 57 23
## 13607 57 14
## 13608 57 98
## 13609 57 83
## 13610 57 123
## 13611 57 22
## 13612 57 74
## 13613 57 190
## 13614 57 20
## 13615 57 225
## 13616 57 64
## 13617 57 78
## 13618 57 60
## 13619 57 45
## 13620 57 75
## 13621 57 29
## 13622 57 33
## 13623 57 28
## 13624 57 40
## 13625 57 383
## 13626 57 150
## 13627 57 190
## 13628 57 325
## 13629 57 60
## 13630 57 42
## 13631 57 76
## 13632 57 225
## 13633 57 42
## 13634 57 28
## 13635 57 69
## 13636 57 33
## 13637 57 14
## 13638 57 250
## 13639 57 45
## 13640 57 60
## 13641 57 15
## 13642 57 220
## 13643 57 200
## 13644 57 155
## 13645 57 35
## 13646 57 35
## 13647 57 90
## 13648 57 120
## 13649 57 17
## 13650 57 85
## 13651 57 30
## 13652 57 139
## 13653 57 15
## 13654 57 29
## 13655 57 50
## 13656 57 295
## 13657 56 188
## 13658 56 39
## 13659 56 90
## 13660 56 200
## 13661 56 700
## 13662 56 119
## 13663 56 250
## 13664 56 69
## 13665 56 53
## 13666 56 49
## 13667 56 58
## 13668 56 46
## 13669 56 165
## 13670 56 52
## 13671 56 135
## 13672 56 23
## 13673 56 23
## 13674 56 149
## 13675 56 36
## 13676 56 40
## 13677 56 105
## 13678 56 36
## 13679 56 97
## 13680 56 145
## 13681 56 50
## 13682 56 47
## 13683 56 80
## 13684 56 32
## 13685 56 75
## 13686 56 70
## 13687 56 96
## 13688 56 65
## 13689 56 97
## 13690 56 100
## 13691 56 175
## 13692 56 60
## 13693 56 299
## 13694 56 55
## 13695 56 66
## 13696 56 37
## 13697 56 38
## 13698 56 38
## 13699 56 115
## 13700 56 60
## 13701 56 280
## 13702 56 33
## 13703 56 49
## 13704 56 42
## 13705 56 75
## 13706 56 22
## 13707 56 50
## 13708 56 32
## 13709 56 32
## 13710 56 32
## 13711 56 42
## 13712 56 50
## 13713 56 435
## 13714 56 180
## 13715 56 99
## 13716 56 69
## 13717 56 83
## 13718 56 94
## 13719 56 112
## 13720 56 42
## 13721 56 89
## 13722 56 70
## 13723 56 75
## 13724 56 200
## 13725 56 195
## 13726 56 59
## 13727 56 105
## 13728 56 64
## 13729 56 24
## 13730 56 90
## 13731 56 229
## 13732 56 375
## 13733 56 31
## 13734 56 50
## 13735 56 42
## 13736 56 99
## 13737 56 265
## 13738 56 75
## 13739 56 50
## 13740 56 83
## 13741 56 42
## 13742 56 149
## 13743 56 48
## 13744 56 395
## 13745 56 100
## 13746 56 30
## 13747 56 33
## 13748 56 92
## 13749 56 75
## 13750 56 150
## 13751 56 100
## 13752 56 55
## 13753 56 100
## 13754 56 90
## 13755 56 48
## 13756 56 195
## 13757 56 126
## 13758 56 75
## 13759 56 35
## 13760 56 52
## 13761 56 125
## 13762 56 52
## 13763 56 90
## 13764 56 40
## 13765 56 175
## 13766 56 150
## 13767 56 38
## 13768 56 34
## 13769 56 35
## 13770 56 242
## 13771 56 90
## 13772 56 94
## 13773 56 38
## 13774 56 28
## 13775 56 30
## 13776 56 48
## 13777 56 370
## 13778 56 125
## 13779 56 45
## 13780 56 70
## 13781 56 69
## 13782 56 150
## 13783 56 14
## 13784 56 32
## 13785 56 46
## 13786 56 45
## 13787 56 65
## 13788 56 100
## 13789 56 99
## 13790 56 144
## 13791 56 65
## 13792 56 30
## 13793 56 52
## 13794 56 84
## 13795 56 48
## 13796 56 80
## 13797 56 149
## 13798 56 48
## 13799 56 58
## 13800 56 127
## 13801 56 40
## 13802 56 48
## 13803 56 21
## 13804 56 34
## 13805 56 475
## 13806 56 64
## 13807 56 28
## 13808 56 15
## 13809 56 95
## 13810 56 38
## 13811 56 175
## 13812 56 125
## 13813 56 60
## 13814 56 175
## 13815 56 175
## 13816 56 142
## 13817 56 72
## 13818 56 38
## 13819 56 52
## 13820 56 58
## 13821 56 50
## 13822 56 56
## 13823 56 199
## 13824 56 49
## 13825 56 55
## 13826 56 70
## 13827 56 83
## 13828 56 150
## 13829 56 52
## 13830 56 60
## 13831 56 142
## 13832 56 74
## 13833 56 138
## 13834 56 26
## 13835 56 75
## 13836 56 119
## 13837 56 53
## 13838 56 50
## 13839 56 28
## 13840 56 79
## 13841 56 38
## 13842 56 114
## 13843 56 42
## 13844 56 78
## 13845 56 145
## 13846 56 60
## 13847 56 165
## 13848 56 32
## 13849 56 115
## 13850 56 95
## 13851 56 55
## 13852 56 42
## 13853 56 90
## 13854 56 89
## 13855 56 50
## 13856 56 25
## 13857 56 49
## 13858 56 65
## 13859 56 49
## 13860 56 34
## 13861 56 140
## 13862 56 135
## 13863 56 85
## 13864 56 32
## 13865 56 95
## 13866 56 52
## 13867 56 52
## 13868 56 42
## 13869 56 94
## 13870 56 22
## 13871 56 35
## 13872 56 89
## 13873 56 112
## 13874 56 162
## 13875 56 129
## 13876 56 44
## 13877 56 55
## 13878 56 35
## 13879 56 17
## 13880 56 54
## 13881 56 129
## 13882 56 325
## 13883 56 28
## 13884 56 75
## 13885 56 50
## 13886 56 47
## 13887 56 114
## 13888 56 94
## 13889 56 40
## 13890 56 115
## 13891 56 32
## 13892 56 76
## 13893 56 129
## 13894 56 238
## 13895 56 99
## 13896 56 33
## 13897 56 74
## 13898 56 500
## 13899 56 33
## 13900 56 92
## 13901 56 25
## 13902 56 193
## 13903 56 76
## 13904 56 30
## 13905 56 52
## 13906 56 87
## 13907 56 44
## 13908 56 54
## 13909 56 50
## 13910 56 268
## 13911 56 44
## 13912 56 100
## 13913 56 32
## 13914 56 46
## 13915 56 90
## 13916 56 345
## 13917 56 65
## 13918 56 50
## 13919 56 165
## 13920 56 42
## 13921 56 100
## 13922 56 62
## 13923 56 64
## 13924 56 122
## 13925 56 75
## 13926 56 129
## 13927 56 102
## 13928 56 200
## 13929 56 103
## 13930 56 26
## 13931 56 60
## 13932 56 100
## 13933 56 34
## 13934 56 39
## 13935 56 158
## 13936 56 50
## 13937 56 54
## 13938 56 40
## 13939 56 100
## 13940 56 54
## 13941 56 12
## 13942 56 22
## 13943 56 99
## 13944 56 75
## 13945 56 62
## 13946 56 850
## 13947 56 120
## 13948 56 99
## 13949 56 38
## 13950 56 69
## 13951 56 90
## 13952 56 50
## 13953 56 110
## 13954 56 100
## 13955 56 385
## 13956 56 230
## 13957 56 650
## 13958 56 150
## 13959 56 65
## 13960 56 49
## 13961 56 215
## 13962 56 27
## 13963 56 100
## 13964 56 92
## 13965 55 33
## 13966 55 40
## 13967 55 68
## 13968 55 700
## 13969 55 150
## 13970 55 64
## 13971 55 179
## 13972 55 86
## 13973 55 23
## 13974 55 94
## 13975 55 18
## 13976 55 25
## 13977 55 24
## 13978 55 79
## 13979 55 132
## 13980 55 55
## 13981 55 50
## 13982 55 49
## 13983 55 145
## 13984 55 155
## 13985 55 75
## 13986 55 135
## 13987 55 85
## 13988 55 64
## 13989 55 40
## 13990 55 82
## 13991 55 46
## 13992 55 34
## 13993 55 22
## 13994 55 99
## 13995 55 58
## 13996 55 42
## 13997 55 48
## 13998 55 87
## 13999 55 90
## 14000 55 28
## 14001 55 114
## 14002 55 79
## 14003 55 33
## 14004 55 38
## 14005 55 60
## 14006 55 200
## 14007 55 50
## 14008 55 199
## 14009 55 119
## 14010 55 64
## 14011 55 55
## 14012 55 272
## 14013 55 150
## 14014 55 27
## 14015 55 88
## 14016 55 150
## 14017 55 50
## 14018 55 41
## 14019 55 78
## 14020 55 100
## 14021 55 54
## 14022 55 59
## 14023 55 58
## 14024 55 72
## 14025 55 100
## 14026 55 140
## 14027 55 110
## 14028 55 125
## 14029 55 44
## 14030 55 88
## 14031 55 51
## 14032 55 77
## 14033 55 40
## 14034 55 70
## 14035 55 110
## 14036 55 75
## 14037 55 30
## 14038 55 43
## 14039 55 95
## 14040 55 45
## 14041 55 34
## 14042 55 70
## 14043 55 70
## 14044 55 70
## 14045 55 95
## 14046 55 81
## 14047 55 146
## 14048 55 38
## 14049 55 145
## 14050 55 15
## 14051 55 125
## 14052 55 49
## 14053 55 50
## 14054 55 52
## 14055 55 50
## 14056 55 54
## 14057 55 75
## 14058 55 63
## 14059 55 145
## 14060 55 30
## 14061 55 38
## 14062 55 120
## 14063 55 108
## 14064 55 24
## 14065 55 73
## 14066 55 50
## 14067 55 48
## 14068 55 120
## 14069 55 55
## 14070 55 25
## 14071 55 129
## 14072 55 92
## 14073 55 400
## 14074 55 112
## 14075 55 60
## 14076 55 65
## 14077 55 105
## 14078 55 28
## 14079 55 42
## 14080 55 30
## 14081 55 57
## 14082 55 44
## 14083 55 25
## 14084 55 50
## 14085 55 31
## 14086 55 95
## 14087 55 65
## 14088 55 122
## 14089 55 36
## 14090 55 35
## 14091 55 150
## 14092 55 250
## 14093 55 42
## 14094 55 50
## 14095 55 38
## 14096 55 52
## 14097 55 198
## 14098 55 140
## 14099 55 132
## 14100 55 225
## 14101 55 125
## 14102 55 86
## 14103 55 78
## 14104 55 47
## 14105 55 20
## 14106 55 42
## 14107 55 27
## 14108 55 48
## 14109 55 20
## 14110 55 30
## 14111 55 85
## 14112 55 74
## 14113 55 50
## 14114 55 180
## 14115 55 30
## 14116 55 22
## 14117 55 16
## 14118 55 60
## 14119 55 77
## 14120 55 13
## 14121 55 220
## 14122 55 32
## 14123 55 11
## 14124 55 190
## 14125 55 100
## 14126 55 38
## 14127 55 67
## 14128 55 69
## 14129 55 55
## 14130 55 62
## 14131 55 37
## 14132 55 50
## 14133 55 20
## 14134 55 125
## 14135 55 88
## 14136 55 70
## 14137 55 25
## 14138 55 74
## 14139 55 35
## 14140 55 58
## 14141 55 55
## 14142 55 57
## 14143 55 100
## 14144 55 117
## 14145 55 388
## 14146 55 40
## 14147 55 24
## 14148 55 92
## 14149 55 42
## 14150 55 54
## 14151 55 27
## 14152 55 53
## 14153 55 45
## 14154 55 22
## 14155 55 72
## 14156 55 104
## 14157 55 33
## 14158 55 79
## 14159 55 200
## 14160 55 120
## 14161 55 135
## 14162 55 12
## 14163 55 339
## 14164 55 51
## 14165 55 100
## 14166 55 275
## 14167 55 100
## 14168 55 70
## 14169 55 12
## 14170 55 50
## 14171 55 70
## 14172 55 79
## 14173 55 150
## 14174 55 64
## 14175 55 65
## 14176 55 52
## 14177 55 70
## 14178 55 32
## 14179 55 30
## 14180 55 27
## 14181 55 90
## 14182 55 145
## 14183 55 99
## 14184 55 63
## 14185 55 50
## 14186 55 100
## 14187 55 45
## 14188 55 60
## 14189 55 28
## 14190 55 50
## 14191 55 117
## 14192 55 150
## 14193 55 68
## 14194 55 100
## 14195 55 88
## 14196 55 50
## 14197 55 118
## 14198 55 40
## 14199 55 22
## 14200 55 32
## 14201 55 23
## 14202 55 246
## 14203 55 64
## 14204 55 300
## 14205 55 20
## 14206 55 110
## 14207 55 50
## 14208 55 11
## 14209 55 75
## 14210 55 90
## 14211 55 63
## 14212 55 225
## 14213 55 99
## 14214 55 50
## 14215 55 296
## 14216 55 68
## 14217 55 33
## 14218 55 90
## 14219 55 70
## 14220 55 243
## 14221 55 33
## 14222 55 31
## 14223 55 148
## 14224 55 50
## 14225 55 93
## 14226 55 70
## 14227 55 49
## 14228 55 24
## 14229 55 38
## 14230 55 90
## 14231 55 35
## 14232 55 50
## 14233 55 32
## 14234 55 32
## 14235 55 50
## 14236 55 100
## 14237 55 23
## 14238 55 125
## 14239 55 39
## 14240 55 90
## 14241 55 46
## 14242 55 75
## 14243 55 45
## 14244 55 59
## 14245 55 50
## 14246 55 45
## 14247 55 94
## 14248 55 88
## 14249 55 52
## 14250 55 92
## 14251 55 97
## 14252 55 40
## 14253 55 99
## 14254 55 150
## 14255 55 76
## 14256 55 133
## 14257 55 439
## 14258 55 48
## 14259 55 55
## 14260 55 134
## 14261 55 18
## 14262 55 104
## 14263 55 40
## 14264 55 47
## 14265 55 73
## 14266 55 50
## 14267 55 43
## 14268 55 50
## 14269 55 15
## 14270 55 22
## 14271 55 90
## 14272 55 199
## 14273 55 42
## 14274 55 32
## 14275 55 124
## 14276 55 50
## 14277 55 100
## 14278 55 100
## 14279 55 29
## 14280 55 108
## 14281 55 64
## 14282 55 80
## 14283 55 65
## 14284 54 101
## 14285 54 55
## 14286 54 40
## 14287 54 38
## 14288 54 62
## 14289 54 49
## 14290 54 30
## 14291 54 110
## 14292 54 225
## 14293 54 38
## 14294 54 40
## 14295 54 42
## 14296 54 115
## 14297 54 47
## 14298 54 38
## 14299 54 52
## 14300 54 38
## 14301 54 300
## 14302 54 100
## 14303 54 23
## 14304 54 37
## 14305 54 82
## 14306 54 140
## 14307 54 165
## 14308 54 39
## 14309 54 25
## 14310 54 42
## 14311 54 136
## 14312 54 85
## 14313 54 68
## 14314 54 45
## 14315 54 83
## 14316 54 189
## 14317 54 42
## 14318 54 31
## 14319 54 60
## 14320 54 65
## 14321 54 150
## 14322 54 58
## 14323 54 47
## 14324 54 68
## 14325 54 148
## 14326 54 35
## 14327 54 150
## 14328 54 70
## 14329 54 90
## 14330 54 94
## 14331 54 83
## 14332 54 149
## 14333 54 144
## 14334 54 38
## 14335 54 26
## 14336 54 250
## 14337 54 24
## 14338 54 100
## 14339 54 60
## 14340 54 85
## 14341 54 129
## 14342 54 72
## 14343 54 49
## 14344 54 82
## 14345 54 38
## 14346 54 12
## 14347 54 89
## 14348 54 59
## 14349 54 117
## 14350 54 125
## 14351 54 231
## 14352 54 39
## 14353 54 85
## 14354 54 32
## 14355 54 55
## 14356 54 48
## 14357 54 169
## 14358 54 85
## 14359 54 18
## 14360 54 120
## 14361 54 90
## 14362 54 16
## 14363 54 54
## 14364 54 85
## 14365 54 180
## 14366 54 83
## 14367 54 15
## 14368 54 22
## 14369 54 40
## 14370 54 125
## 14371 54 33
## 14372 54 30
## 14373 54 80
## 14374 54 120
## 14375 54 112
## 14376 54 69
## 14377 54 54
## 14378 54 50
## 14379 54 50
## 14380 54 40
## 14381 54 92
## 14382 54 65
## 14383 54 100
## 14384 54 41
## 14385 54 47
## 14386 54 72
## 14387 54 73
## 14388 54 80
## 14389 54 75
## 14390 54 249
## 14391 54 88
## 14392 54 90
## 14393 54 88
## 14394 54 65
## 14395 54 88
## 14396 54 95
## 14397 54 75
## 14398 54 67
## 14399 54 25
## 14400 54 175
## 14401 54 58
## 14402 54 80
## 14403 54 250
## 14404 54 33
## 14405 54 117
## 14406 54 115
## 14407 54 75
## 14408 54 44
## 14409 54 165
## 14410 54 47
## 14411 54 32
## 14412 54 39
## 14413 54 75
## 14414 54 46
## 14415 54 120
## 14416 54 105
## 14417 54 50
## 14418 54 48
## 14419 54 85
## 14420 54 34
## 14421 54 75
## 14422 54 26
## 14423 54 180
## 14424 54 80
## 14425 54 35
## 14426 54 67
## 14427 54 92
## 14428 54 64
## 14429 54 83
## 14430 54 162
## 14431 54 32
## 14432 54 45
## 14433 54 250
## 14434 54 88
## 14435 54 395
## 14436 54 70
## 14437 54 92
## 14438 54 129
## 14439 54 48
## 14440 54 65
## 14441 54 62
## 14442 54 66
## 14443 54 42
## 14444 54 220
## 14445 54 21
## 14446 54 116
## 14447 54 90
## 14448 54 92
## 14449 54 50
## 14450 54 45
## 14451 54 135
## 14452 54 50
## 14453 54 45
## 14454 54 38
## 14455 54 37
## 14456 54 44
## 14457 54 64
## 14458 54 22
## 14459 54 203
## 14460 54 59
## 14461 54 249
## 14462 54 90
## 14463 54 350
## 14464 54 86
## 14465 54 69
## 14466 54 35
## 14467 54 84
## 14468 54 83
## 14469 54 76
## 14470 54 250
## 14471 54 69
## 14472 54 299
## 14473 54 58
## 14474 54 46
## 14475 54 156
## 14476 54 99
## 14477 54 55
## 14478 54 48
## 14479 54 28
## 14480 54 26
## 14481 54 150
## 14482 54 150
## 14483 54 45
## 14484 54 246
## 14485 54 120
## 14486 54 45
## 14487 54 149
## 14488 54 70
## 14489 54 41
## 14490 54 199
## 14491 54 42
## 14492 54 112
## 14493 54 300
## 14494 54 39
## 14495 54 88
## 14496 54 14
## 14497 54 17
## 14498 54 65
## 14499 54 19
## 14500 54 200
## 14501 54 80
## 14502 54 58
## 14503 54 49
## 14504 54 79
## 14505 54 32
## 14506 54 55
## 14507 54 94
## 14508 54 115
## 14509 54 18
## 14510 54 22
## 14511 54 81
## 14512 54 33
## 14513 54 68
## 14514 54 70
## 14515 54 99
## 14516 54 100
## 14517 54 55
## 14518 54 178
## 14519 54 62
## 14520 54 125
## 14521 54 30
## 14522 54 42
## 14523 54 35
## 14524 54 62
## 14525 54 47
## 14526 54 100
## 14527 54 800
## 14528 54 41
## 14529 54 75
## 14530 54 81
## 14531 54 40
## 14532 54 50
## 14533 54 60
## 14534 54 75
## 14535 54 350
## 14536 54 69
## 14537 54 140
## 14538 54 35
## 14539 54 58
## 14540 54 30
## 14541 54 189
## 14542 54 138
## 14543 54 58
## 14544 54 149
## 14545 54 100
## 14546 54 84
## 14547 54 60
## 14548 54 42
## 14549 54 88
## 14550 54 46
## 14551 54 51
## 14552 54 82
## 14553 54 60
## 14554 54 25
## 14555 54 55
## 14556 54 339
## 14557 54 60
## 14558 54 20
## 14559 54 140
## 14560 54 72
## 14561 54 75
## 14562 54 82
## 14563 54 40
## 14564 54 49
## 14565 54 58
## 14566 54 105
## 14567 54 60
## 14568 54 105
## 14569 54 225
## 14570 54 125
## 14571 54 55
## 14572 54 68
## 14573 54 200
## 14574 54 42
## 14575 54 75
## 14576 54 105
## 14577 54 18
## 14578 54 70
## 14579 54 50
## 14580 54 160
## 14581 54 130
## 14582 54 25
## 14583 54 34
## 14584 54 55
## 14585 54 58
## 14586 54 32
## 14587 54 70
## 14588 54 99
## 14589 54 53
## 14590 54 50
## 14591 54 95
## 14592 54 999
## 14593 54 40
## 14594 54 68
## 14595 54 99
## 14596 54 125
## 14597 54 65
## 14598 54 67
## 14599 54 29
## 14600 54 40
## 14601 54 48
## 14602 54 35
## 14603 54 59
## 14604 54 75
## 14605 54 26
## 14606 54 88
## 14607 54 133
## 14608 54 45
## 14609 54 12
## 14610 54 49
## 14611 54 40
## 14612 54 55
## 14613 54 45
## 14614 54 72
## 14615 54 45
## 14616 54 43
## 14617 54 85
## 14618 54 82
## 14619 54 60
## 14620 54 95
## 14621 54 59
## 14622 54 165
## 14623 54 75
## 14624 54 62
## 14625 54 60
## 14626 54 450
## 14627 54 74
## 14628 54 49
## 14629 54 25
## 14630 54 95
## 14631 54 199
## 14632 54 55
## 14633 54 33
## 14634 54 65
## 14635 54 300
## 14636 54 49
## 14637 54 40
## 14638 54 100
## 14639 53 97
## 14640 53 65
## 14641 53 79
## 14642 53 175
## 14643 53 66
## 14644 53 51
## 14645 53 35
## 14646 53 128
## 14647 53 36
## 14648 53 100
## 14649 53 98
## 14650 53 129
## 14651 53 178
## 14652 53 95
## 14653 53 48
## 14654 53 53
## 14655 53 62
## 14656 53 22
## 14657 53 129
## 14658 53 30
## 14659 53 68
## 14660 53 75
## 14661 53 72
## 14662 53 48
## 14663 53 108
## 14664 53 83
## 14665 53 60
## 14666 53 22
## 14667 53 40
## 14668 53 171
## 14669 53 100
## 14670 53 88
## 14671 53 128
## 14672 53 60
## 14673 53 160
## 14674 53 30
## 14675 53 95
## 14676 53 32
## 14677 53 99
## 14678 53 34
## 14679 53 95
## 14680 53 130
## 14681 53 58
## 14682 53 58
## 14683 53 44
## 14684 53 100
## 14685 53 120
## 14686 53 60
## 14687 53 81
## 14688 53 32
## 14689 53 90
## 14690 53 50
## 14691 53 88
## 14692 53 56
## 14693 53 50
## 14694 53 37
## 14695 53 65
## 14696 53 48
## 14697 53 136
## 14698 53 63
## 14699 53 22
## 14700 53 17
## 14701 53 38
## 14702 53 149
## 14703 53 58
## 14704 53 53
## 14705 53 140
## 14706 53 83
## 14707 53 128
## 14708 53 129
## 14709 53 38
## 14710 53 97
## 14711 53 37
## 14712 53 50
## 14713 53 37
## 14714 53 95
## 14715 53 45
## 14716 53 40
## 14717 53 62
## 14718 53 65
## 14719 53 30
## 14720 53 43
## 14721 53 14
## 14722 53 42
## 14723 53 70
## 14724 53 170
## 14725 53 143
## 14726 53 25
## 14727 53 53
## 14728 53 38
## 14729 53 125
## 14730 53 153
## 14731 53 65
## 14732 53 50
## 14733 53 40
## 14734 53 59
## 14735 53 53
## 14736 53 21
## 14737 53 69
## 14738 53 20
## 14739 53 120
## 14740 53 145
## 14741 53 99
## 14742 53 46
## 14743 53 68
## 14744 53 54
## 14745 53 59
## 14746 53 48
## 14747 53 138
## 14748 53 44
## 14749 53 40
## 14750 53 120
## 14751 53 45
## 14752 53 42
## 14753 53 94
## 14754 53 60
## 14755 53 38
## 14756 53 44
## 14757 53 45
## 14758 53 75
## 14759 53 125
## 14760 53 110
## 14761 53 121
## 14762 53 38
## 14763 53 64
## 14764 53 58
## 14765 53 55
## 14766 53 75
## 14767 53 30
## 14768 53 108
## 14769 53 38
## 14770 53 58
## 14771 53 68
## 14772 53 32
## 14773 53 75
## 14774 53 35
## 14775 53 150
## 14776 53 61
## 14777 53 160
## 14778 53 25
## 14779 53 32
## 14780 53 99
## 14781 53 27
## 14782 53 35
## 14783 53 100
## 14784 53 21
## 14785 53 82
## 14786 53 74
## 14787 53 70
## 14788 53 188
## 14789 53 50
## 14790 53 112
## 14791 53 30
## 14792 53 39
## 14793 53 80
## 14794 53 58
## 14795 53 59
## 14796 53 249
## 14797 53 82
## 14798 53 48
## 14799 53 74
## 14800 53 225
## 14801 53 150
## 14802 53 89
## 14803 53 135
## 14804 53 27
## 14805 53 155
## 14806 53 60
## 14807 53 48
## 14808 53 56
## 14809 53 230
## 14810 53 32
## 14811 53 494
## 14812 53 65
## 14813 53 69
## 14814 53 24
## 14815 53 120
## 14816 53 40
## 14817 53 38
## 14818 53 40
## 14819 53 38
## 14820 53 88
## 14821 53 89
## 14822 53 117
## 14823 53 50
## 14824 53 83
## 14825 53 99
## 14826 53 42
## 14827 53 79
## 14828 53 99
## 14829 53 56
## 14830 53 90
## 14831 53 75
## 14832 53 130
## 14833 53 399
## 14834 53 38
## 14835 53 79
## 14836 53 89
## 14837 53 40
## 14838 53 29
## 14839 53 46
## 14840 53 48
## 14841 53 120
## 14842 53 60
## 14843 53 98
## 14844 53 29
## 14845 53 99
## 14846 53 45
## 14847 53 129
## 14848 53 470
## 14849 53 57
## 14850 53 60
## 14851 53 32
## 14852 53 52
## 14853 53 85
## 14854 53 75
## 14855 53 199
## 14856 53 129
## 14857 53 34
## 14858 53 37
## 14859 53 125
## 14860 53 225
## 14861 53 48
## 14862 53 119
## 14863 53 60
## 14864 53 89
## 14865 53 55
## 14866 53 79
## 14867 53 47
## 14868 53 150
## 14869 53 25
## 14870 53 30
## 14871 53 82
## 14872 53 125
## 14873 53 47
## 14874 53 160
## 14875 53 101
## 14876 53 49
## 14877 53 77
## 14878 53 169
## 14879 53 40
## 14880 53 42
## 14881 53 60
## 14882 53 162
## 14883 53 67
## 14884 53 75
## 14885 53 117
## 14886 53 49
## 14887 53 75
## 14888 53 32
## 14889 53 129
## 14890 53 62
## 14891 53 75
## 14892 53 142
## 14893 53 120
## 14894 53 90
## 14895 53 25
## 14896 53 150
## 14897 53 85
## 14898 53 20
## 14899 53 75
## 14900 53 42
## 14901 53 67
## 14902 53 55
## 14903 53 54
## 14904 53 20
## 14905 53 33
## 14906 53 38
## 14907 53 105
## 14908 53 25
## 14909 53 99
## 14910 53 62
## 14911 53 140
## 14912 53 105
## 14913 53 30
## 14914 53 42
## 14915 53 52
## 14916 53 146
## 14917 53 59
## 14918 53 68
## 14919 53 50
## 14920 53 46
## 14921 53 69
## 14922 53 33
## 14923 53 58
## 14924 53 24
## 14925 53 60
## 14926 53 78
## 14927 53 108
## 14928 53 63
## 14929 53 135
## 14930 53 75
## 14931 53 20
## 14932 53 62
## 14933 53 41
## 14934 53 44
## 14935 53 249
## 14936 53 42
## 14937 53 200
## 14938 53 53
## 14939 53 150
## 14940 53 180
## 14941 53 245
## 14942 53 76
## 14943 53 600
## 14944 53 50
## 14945 53 98
## 14946 53 99
## 14947 53 72
## 14948 53 48
## 14949 53 21
## 14950 53 199
## 14951 53 72
## 14952 53 112
## 14953 53 19
## 14954 53 60
## 14955 53 425
## 14956 53 48
## 14957 53 137
## 14958 52 588
## 14959 52 32
## 14960 52 62
## 14961 52 32
## 14962 52 120
## 14963 52 229
## 14964 52 25
## 14965 52 239
## 14966 52 90
## 14967 52 250
## 14968 52 89
## 14969 52 125
## 14970 52 132
## 14971 52 54
## 14972 52 25
## 14973 52 117
## 14974 52 168
## 14975 52 79
## 14976 52 97
## 14977 52 94
## 14978 52 26
## 14979 52 65
## 14980 52 34
## 14981 52 80
## 14982 52 44
## 14983 52 118
## 14984 52 50
## 14985 52 55
## 14986 52 32
## 14987 52 75
## 14988 52 188
## 14989 52 52
## 14990 52 35
## 14991 52 42
## 14992 52 89
## 14993 52 50
## 14994 52 34
## 14995 52 110
## 14996 52 70
## 14997 52 33
## 14998 52 225
## 14999 52 60
## 15000 52 70
## 15001 52 40
## 15002 52 109
## 15003 52 27
## 15004 52 495
## 15005 52 82
## 15006 52 128
## 15007 52 56
## 15008 52 40
## 15009 52 50
## 15010 52 20
## 15011 52 45
## 15012 52 65
## 15013 52 142
## 15014 52 80
## 15015 52 18
## 15016 52 108
## 15017 52 62
## 15018 52 65
## 15019 52 229
## 15020 52 48
## 15021 52 44
## 15022 52 129
## 15023 52 75
## 15024 52 189
## 15025 52 135
## 15026 52 145
## 15027 52 22
## 15028 52 99
## 15029 52 133
## 15030 52 65
## 15031 52 45
## 15032 52 31
## 15033 52 36
## 15034 52 88
## 15035 52 50
## 15036 52 112
## 15037 52 61
## 15038 52 125
## 15039 52 50
## 15040 52 67
## 15041 52 28
## 15042 52 34
## 15043 52 53
## 15044 52 62
## 15045 52 24
## 15046 52 44
## 15047 52 100
## 15048 52 115
## 15049 52 40
## 15050 52 75
## 15051 52 117
## 15052 52 45
## 15053 52 60
## 15054 52 111
## 15055 52 166
## 15056 52 55
## 15057 52 42
## 15058 52 42
## 15059 52 190
## 15060 52 90
## 15061 52 83
## 15062 52 20
## 15063 52 35
## 15064 52 40
## 15065 52 75
## 15066 52 48
## 15067 52 70
## 15068 52 169
## 15069 52 40
## 15070 52 25
## 15071 52 149
## 15072 52 29
## 15073 52 68
## 15074 52 350
## 15075 52 98
## 15076 52 34
## 15077 52 20
## 15078 52 31
## 15079 52 242
## 15080 52 250
## 15081 52 47
## 15082 52 34
## 15083 52 85
## 15084 52 65
## 15085 52 43
## 15086 52 60
## 15087 52 72
## 15088 52 65
## 15089 52 79
## 15090 52 34
## 15091 52 132
## 15092 52 58
## 15093 52 82
## 15094 52 28
## 15095 52 150
## 15096 52 200
## 15097 52 30
## 15098 52 80
## 15099 52 26
## 15100 52 87
## 15101 52 50
## 15102 52 92
## 15103 52 46
## 15104 52 49
## 15105 52 138
## 15106 52 70
## 15107 52 74
## 15108 52 30
## 15109 52 165
## 15110 52 159
## 15111 52 25
## 15112 52 75
## 15113 52 100
## 15114 52 75
## 15115 52 74
## 15116 52 75
## 15117 52 50
## 15118 52 130
## 15119 52 135
## 15120 52 80
## 15121 52 103
## 15122 52 100
## 15123 52 50
## 15124 52 39
## 15125 52 45
## 15126 52 92
## 15127 52 69
## 15128 52 179
## 15129 52 79
## 15130 52 59
## 15131 52 100
## 15132 52 55
## 15133 52 65
## 15134 52 48
## 15135 52 22
## 15136 52 188
## 15137 52 138
## 15138 52 58
## 15139 52 50
## 15140 52 178
## 15141 52 200
## 15142 52 150
## 15143 52 30
## 15144 52 57
## 15145 52 25
## 15146 52 595
## 15147 52 90
## 15148 52 37
## 15149 52 84
## 15150 52 60
## 15151 52 43
## 15152 52 38
## 15153 52 94
## 15154 52 175
## 15155 52 26
## 15156 52 199
## 15157 52 74
## 15158 52 55
## 15159 52 31
## 15160 52 203
## 15161 52 75
## 15162 52 57
## 15163 52 35
## 15164 52 100
## 15165 52 85
## 15166 52 150
## 15167 52 25
## 15168 52 32
## 15169 52 88
## 15170 52 23
## 15171 52 88
## 15172 52 42
## 15173 52 65
## 15174 52 139
## 15175 52 150
## 15176 52 50
## 15177 52 80
## 15178 52 105
## 15179 52 300
## 15180 52 48
## 15181 52 66
## 15182 52 62
## 15183 52 74
## 15184 52 99
## 15185 52 48
## 15186 52 116
## 15187 52 75
## 15188 52 55
## 15189 52 99
## 15190 52 63
## 15191 52 80
## 15192 52 111
## 15193 52 64
## 15194 52 43
## 15195 52 85
## 15196 52 175
## 15197 52 54
## 15198 52 33
## 15199 52 59
## 15200 52 149
## 15201 52 90
## 15202 52 68
## 15203 52 62
## 15204 52 45
## 15205 52 80
## 15206 52 42
## 15207 52 60
## 15208 52 167
## 15209 52 111
## 15210 52 98
## 15211 52 44
## 15212 52 50
## 15213 52 34
## 15214 52 58
## 15215 52 68
## 15216 52 69
## 15217 52 58
## 15218 52 36
## 15219 52 150
## 15220 52 145
## 15221 52 27
## 15222 52 110
## 15223 52 95
## 15224 52 75
## 15225 52 29
## 15226 52 700
## 15227 52 75
## 15228 52 87
## 15229 52 34
## 15230 52 100
## 15231 52 50
## 15232 52 300
## 15233 52 95
## 15234 52 77
## 15235 52 80
## 15236 52 212
## 15237 52 110
## 15238 52 65
## 15239 52 75
## 15240 52 69
## 15241 52 65
## 15242 52 34
## 15243 52 70
## 15244 52 99
## 15245 52 38
## 15246 52 57
## 15247 52 72
## 15248 52 50
## 15249 52 40
## 15250 52 52
## 15251 52 103
## 15252 52 42
## 15253 52 88
## 15254 52 110
## 15255 52 83
## 15256 52 60
## 15257 52 30
## 15258 52 60
## 15259 52 40
## 15260 52 22
## 15261 52 17
## 15262 52 66
## 15263 52 50
## 15264 52 83
## 15265 52 30
## 15266 52 225
## 15267 52 40
## 15268 52 79
## 15269 52 81
## 15270 52 189
## 15271 52 28
## 15272 52 200
## 15273 52 42
## 15274 52 124
## 15275 52 12
## 15276 52 75
## 15277 52 49
## 15278 52 799
## 15279 52 62
## 15280 52 125
## 15281 51 72
## 15282 51 82
## 15283 51 49
## 15284 51 13
## 15285 51 125
## 15286 51 49
## 15287 51 110
## 15288 51 25
## 15289 51 38
## 15290 51 30
## 15291 51 36
## 15292 51 120
## 15293 51 35
## 15294 51 115
## 15295 51 22
## 15296 51 179
## 15297 51 150
## 15298 51 97
## 15299 51 100
## 15300 51 62
## 15301 51 50
## 15302 51 216
## 15303 51 78
## 15304 51 125
## 15305 51 44
## 15306 51 145
## 15307 51 90
## 15308 51 60
## 15309 51 50
## 15310 51 44
## 15311 51 51
## 15312 51 100
## 15313 51 82
## 15314 51 30
## 15315 51 42
## 15316 51 112
## 15317 51 229
## 15318 51 68
## 15319 51 22
## 15320 51 98
## 15321 51 41
## 15322 51 85
## 15323 51 28
## 15324 51 112
## 15325 51 36
## 15326 51 67
## 15327 51 331
## 15328 51 12
## 15329 51 100
## 15330 51 18
## 15331 51 100
## 15332 51 110
## 15333 51 53
## 15334 51 129
## 15335 51 200
## 15336 51 74
## 15337 51 194
## 15338 51 74
## 15339 51 125
## 15340 51 85
## 15341 51 86
## 15342 51 133
## 15343 51 44
## 15344 51 155
## 15345 51 40
## 15346 51 60
## 15347 51 98
## 15348 51 185
## 15349 51 51
## 15350 51 120
## 15351 51 112
## 15352 51 32
## 15353 51 100
## 15354 51 140
## 15355 51 114
## 15356 51 99
## 15357 51 165
## 15358 51 138
## 15359 51 80
## 15360 51 70
## 15361 51 165
## 15362 51 49
## 15363 51 75
## 15364 51 13
## 15365 51 26
## 15366 51 114
## 15367 51 37
## 15368 51 100
## 15369 51 120
## 15370 51 66
## 15371 51 60
## 15372 51 25
## 15373 51 50
## 15374 51 50
## 15375 51 100
## 15376 51 25
## 15377 51 80
## 15378 51 28
## 15379 51 160
## 15380 51 120
## 15381 51 110
## 15382 51 36
## 15383 51 220
## 15384 51 230
## 15385 51 58
## 15386 51 68
## 15387 51 30
## 15388 51 135
## 15389 51 65
## 15390 51 42
## 15391 51 102
## 15392 51 75
## 15393 51 34
## 15394 51 60
## 15395 51 98
## 15396 51 58
## 15397 51 52
## 15398 51 100
## 15399 51 70
## 15400 51 50
## 15401 51 40
## 15402 51 100
## 15403 51 75
## 15404 51 26
## 15405 51 75
## 15406 51 99
## 15407 51 30
## 15408 51 99
## 15409 51 50
## 15410 51 55
## 15411 51 145
## 15412 51 100
## 15413 51 77
## 15414 51 54
## 15415 51 58
## 15416 51 137
## 15417 51 42
## 15418 51 150
## 15419 51 68
## 15420 51 45
## 15421 51 105
## 15422 51 88
## 15423 51 200
## 15424 51 90
## 15425 51 50
## 15426 51 203
## 15427 51 44
## 15428 51 28
## 15429 51 63
## 15430 51 95
## 15431 51 120
## 15432 51 38
## 15433 51 45
## 15434 51 50
## 15435 51 55
## 15436 51 165
## 15437 51 72
## 15438 51 25
## 15439 51 38
## 15440 51 52
## 15441 51 129
## 15442 51 42
## 15443 51 72
## 15444 51 150
## 15445 51 25
## 15446 51 60
## 15447 51 45
## 15448 51 215
## 15449 51 14
## 15450 51 40
## 15451 51 199
## 15452 51 225
## 15453 51 63
## 15454 51 150
## 15455 51 52
## 15456 51 26
## 15457 51 59
## 15458 51 31
## 15459 51 81
## 15460 51 67
## 15461 51 58
## 15462 51 40
## 15463 51 80
## 15464 51 50
## 15465 51 60
## 15466 51 24
## 15467 51 17
## 15468 51 26
## 15469 51 100
## 15470 51 119
## 15471 51 70
## 15472 51 100
## 15473 51 30
## 15474 51 45
## 15475 51 55
## 15476 51 25
## 15477 51 50
## 15478 51 50
## 15479 51 93
## 15480 51 246
## 15481 51 650
## 15482 51 42
## 15483 51 50
## 15484 51 27
## 15485 51 30
## 15486 51 124
## 15487 51 62
## 15488 51 99
## 15489 51 15
## 15490 51 150
## 15491 51 110
## 15492 51 45
## 15493 51 64
## 15494 51 62
## 15495 51 185
## 15496 51 23
## 15497 51 58
## 15498 51 60
## 15499 51 38
## 15500 51 38
## 15501 51 170
## 15502 51 45
## 15503 51 110
## 15504 51 125
## 15505 51 35
## 15506 51 62
## 15507 51 90
## 15508 51 69
## 15509 51 55
## 15510 51 50
## 15511 51 58
## 15512 51 38
## 15513 51 69
## 15514 51 150
## 15515 51 25
## 15516 51 70
## 15517 51 354
## 15518 51 150
## 15519 51 50
## 15520 51 48
## 15521 51 38
## 15522 51 35
## 15523 51 30
## 15524 51 90
## 15525 51 98
## 15526 51 80
## 15527 51 73
## 15528 51 53
## 15529 51 54
## 15530 51 26
## 15531 51 74
## 15532 51 98
## 15533 51 44
## 15534 51 85
## 15535 51 62
## 15536 51 62
## 15537 51 52
## 15538 51 68
## 15539 51 100
## 15540 51 99
## 15541 51 55
## 15542 51 175
## 15543 51 44
## 15544 51 82
## 15545 51 75
## 15546 51 40
## 15547 51 39
## 15548 51 115
## 15549 51 120
## 15550 51 132
## 15551 51 160
## 15552 51 266
## 15553 51 42
## 15554 51 65
## 15555 51 38
## 15556 51 92
## 15557 51 72
## 15558 51 180
## 15559 51 38
## 15560 51 175
## 15561 51 99
## 15562 51 31
## 15563 51 98
## 15564 51 182
## 15565 51 150
## 15566 51 75
## 15567 51 55
## 15568 51 90
## 15569 51 85
## 15570 51 50
## 15571 51 55
## 15572 51 82
## 15573 51 125
## 15574 51 68
## 15575 51 21
## 15576 51 40
## 15577 51 14
## 15578 51 75
## 15579 51 58
## 15580 51 62
## 15581 51 20
## 15582 51 100
## 15583 51 85
## 15584 51 50
## 15585 51 67
## 15586 51 98
## 15587 51 50
## 15588 51 93
## 15589 51 40
## 15590 51 267
## 15591 51 60
## 15592 51 70
## 15593 51 95
## 15594 51 75
## 15595 51 55
## 15596 51 90
## 15597 51 108
## 15598 51 89
## 15599 51 20
## 15600 51 30
## 15601 51 31
## 15602 51 42
## 15603 51 75
## 15604 51 27
## 15605 51 16
## 15606 51 45
## 15607 51 16
## 15608 51 16
## 15609 51 33
## 15610 51 75
## 15611 51 165
## 15612 51 105
## 15613 51 105
## 15614 51 73
## 15615 51 199
## 15616 51 95
## 15617 51 70
## 15618 51 125
## 15619 50 98
## 15620 50 120
## 15621 50 55
## 15622 50 55
## 15623 50 86
## 15624 50 45
## 15625 50 125
## 15626 50 56
## 15627 50 75
## 15628 50 47
## 15629 50 185
## 15630 50 189
## 15631 50 90
## 15632 50 60
## 15633 50 124
## 15634 50 28
## 15635 50 50
## 15636 50 28
## 15637 50 108
## 15638 50 70
## 15639 50 50
## 15640 50 119
## 15641 50 43
## 15642 50 72
## 15643 50 300
## 15644 50 125
## 15645 50 55
## 15646 50 22
## 15647 50 55
## 15648 50 135
## 15649 50 33
## 15650 50 112
## 15651 50 28
## 15652 50 98
## 15653 50 60
## 15654 50 60
## 15655 50 35
## 15656 50 50
## 15657 50 129
## 15658 50 115
## 15659 50 120
## 15660 50 55
## 15661 50 170
## 15662 50 64
## 15663 50 50
## 15664 50 38
## 15665 50 99
## 15666 50 30
## 15667 50 80
## 15668 50 95
## 15669 50 399
## 15670 50 325
## 15671 50 38
## 15672 50 98
## 15673 50 183
## 15674 50 37
## 15675 50 62
## 15676 50 12
## 15677 50 75
## 15678 50 70
## 15679 50 115
## 15680 50 40
## 15681 50 102
## 15682 50 40
## 15683 50 50
## 15684 50 75
## 15685 50 35
## 15686 50 48
## 15687 50 78
## 15688 50 50
## 15689 50 125
## 15690 50 20
## 15691 50 130
## 15692 50 96
## 15693 50 412
## 15694 50 20
## 15695 50 38
## 15696 50 197
## 15697 50 31
## 15698 50 38
## 15699 50 40
## 15700 50 80
## 15701 50 99
## 15702 50 37
## 15703 50 22
## 15704 50 52
## 15705 50 129
## 15706 50 78
## 15707 50 56
## 15708 50 15
## 15709 50 200
## 15710 50 65
## 15711 50 59
## 15712 50 79
## 15713 50 59
## 15714 50 124
## 15715 50 118
## 15716 50 32
## 15717 50 26
## 15718 50 65
## 15719 50 55
## 15720 50 30
## 15721 50 57
## 15722 50 125
## 15723 50 23
## 15724 50 35
## 15725 50 82
## 15726 50 150
## 15727 50 38
## 15728 50 50
## 15729 50 165
## 15730 50 392
## 15731 50 49
## 15732 50 70
## 15733 50 38
## 15734 50 72
## 15735 50 79
## 15736 50 82
## 15737 50 85
## 15738 50 33
## 15739 50 37
## 15740 50 58
## 15741 50 28
## 15742 50 100
## 15743 50 80
## 15744 50 262
## 15745 50 78
## 15746 50 68
## 15747 50 65
## 15748 50 102
## 15749 50 80
## 15750 50 20
## 15751 50 69
## 15752 50 50
## 15753 50 30
## 15754 50 42
## 15755 50 108
## 15756 50 99
## 15757 50 35
## 15758 50 110
## 15759 50 100
## 15760 50 112
## 15761 50 100
## 15762 50 24
## 15763 50 66
## 15764 50 150
## 15765 50 60
## 15766 50 25
## 15767 50 63
## 15768 50 52
## 15769 50 90
## 15770 50 13
## 15771 50 75
## 15772 50 64
## 15773 50 75
## 15774 50 350
## 15775 50 60
## 15776 50 68
## 15777 50 89
## 15778 50 175
## 15779 50 68
## 15780 50 76
## 15781 50 300
## 15782 50 45
## 15783 50 30
## 15784 50 132
## 15785 50 169
## 15786 50 15
## 15787 50 150
## 15788 50 42
## 15789 50 99
## 15790 50 38
## 15791 50 33
## 15792 50 228
## 15793 50 169
## 15794 50 92
## 15795 50 49
## 15796 50 54
## 15797 50 45
## 15798 50 32
## 15799 50 89
## 15800 50 40
## 15801 50 108
## 15802 50 31
## 15803 50 32
## 15804 50 95
## 15805 50 84
## 15806 50 32
## 15807 50 49
## 15808 50 79
## 15809 50 158
## 15810 50 44
## 15811 50 75
## 15812 50 68
## 15813 50 70
## 15814 50 40
## 15815 50 120
## 15816 50 38
## 15817 50 34
## 15818 50 50
## 15819 50 58
## 15820 50 32
## 15821 50 375
## 15822 50 156
## 15823 50 117
## 15824 50 165
## 15825 50 100
## 15826 50 63
## 15827 50 250
## 15828 50 168
## 15829 50 67
## 15830 50 95
## 15831 50 129
## 15832 50 79
## 15833 50 44
## 15834 50 110
## 15835 50 89
## 15836 50 50
## 15837 50 100
## 15838 50 38
## 15839 50 49
## 15840 50 150
## 15841 50 30
## 15842 50 199
## 15843 50 50
## 15844 50 115
## 15845 50 475
## 15846 50 79
## 15847 50 139
## 15848 50 173
## 15849 50 85
## 15850 50 100
## 15851 50 175
## 15852 50 32
## 15853 50 44
## 15854 50 238
## 15855 50 300
## 15856 50 23
## 15857 50 90
## 15858 50 175
## 15859 50 52
## 15860 50 225
## 15861 50 170
## 15862 50 20
## 15863 50 38
## 15864 50 250
## 15865 50 80
## 15866 50 44
## 15867 50 50
## 15868 50 62
## 15869 50 62
## 15870 50 85
## 15871 50 150
## 15872 50 18
## 15873 50 89
## 15874 50 28
## 15875 50 90
## 15876 50 50
## 15877 50 155
## 15878 50 99
## 15879 50 80
## 15880 50 49
## 15881 50 50
## 15882 50 35
## 15883 50 33
## 15884 50 170
## 15885 50 24
## 15886 50 92
## 15887 50 29
## 15888 50 46
## 15889 50 35
## 15890 50 30
## 15891 50 52
## 15892 50 40
## 15893 50 75
## 15894 50 195
## 15895 50 37
## 15896 50 48
## 15897 50 43
## 15898 50 225
## 15899 50 30
## 15900 50 65
## 15901 50 375
## 15902 50 75
## 15903 50 50
## 15904 50 85
## 15905 50 110
## 15906 50 42
## 15907 50 215
## 15908 50 99
## 15909 50 102
## 15910 50 109
## 15911 50 64
## 15912 50 127
## 15913 50 299
## 15914 50 300
## 15915 50 90
## 15916 50 88
## 15917 50 75
## 15918 50 31
## 15919 50 175
## 15920 50 79
## 15921 50 100
## 15922 50 145
## 15923 50 45
## 15924 50 30
## 15925 50 104
## 15926 50 42
## 15927 50 22
## 15928 50 300
## 15929 50 200
## 15930 50 180
## 15931 50 94
## 15932 50 20
## 15933 50 50
## 15934 50 101
## 15935 50 65
## 15936 50 48
## 15937 50 75
## 15938 50 103
## 15939 49 350
## 15940 49 75
## 15941 49 75
## 15942 49 650
## 15943 49 112
## 15944 49 85
## 15945 49 64
## 15946 49 80
## 15947 49 31
## 15948 49 35
## 15949 49 156
## 15950 49 78
## 15951 49 65
## 15952 49 25
## 15953 49 120
## 15954 49 14
## 15955 49 18
## 15956 49 32
## 15957 49 123
## 15958 49 134
## 15959 49 40
## 15960 49 94
## 15961 49 183
## 15962 49 75
## 15963 49 42
## 15964 49 54
## 15965 49 75
## 15966 49 61
## 15967 49 64
## 15968 49 38
## 15969 49 200
## 15970 49 28
## 15971 49 82
## 15972 49 399
## 15973 49 51
## 15974 49 64
## 15975 49 69
## 15976 49 52
## 15977 49 26
## 15978 49 75
## 15979 49 40
## 15980 49 42
## 15981 49 64
## 15982 49 125
## 15983 49 230
## 15984 49 38
## 15985 49 80
## 15986 49 11
## 15987 49 30
## 15988 49 100
## 15989 49 98
## 15990 49 150
## 15991 49 38
## 15992 49 35
## 15993 49 33
## 15994 49 65
## 15995 49 108
## 15996 49 150
## 15997 49 80
## 15998 49 149
## 15999 49 62
## 16000 49 70
## 16001 49 138
## 16002 49 38
## 16003 49 28
## 16004 49 84
## 16005 49 43
## 16006 49 44
## 16007 49 186
## 16008 49 112
## 16009 49 70
## 16010 49 40
## 16011 49 100
## 16012 49 55
## 16013 49 64
## 16014 49 55
## 16015 49 34
## 16016 49 65
## 16017 49 300
## 16018 49 70
## 16019 49 58
## 16020 49 54
## 16021 49 24
## 16022 49 37
## 16023 49 45
## 16024 49 45
## 16025 49 75
## 16026 49 20
## 16027 49 42
## 16028 49 86
## 16029 49 238
## 16030 49 28
## 16031 49 58
## 16032 49 69
## 16033 49 88
## 16034 49 28
## 16035 49 23
## 16036 49 70
## 16037 49 65
## 16038 49 44
## 16039 49 175
## 16040 49 100
## 16041 49 42
## 16042 49 50
## 16043 49 40
## 16044 49 25
## 16045 49 30
## 16046 49 30
## 16047 49 33
## 16048 49 48
## 16049 49 100
## 16050 49 11
## 16051 49 65
## 16052 49 46
## 16053 49 42
## 16054 49 62
## 16055 49 42
## 16056 49 70
## 16057 49 50
## 16058 49 65
## 16059 49 20
## 16060 49 83
## 16061 49 25
## 16062 49 30
## 16063 49 70
## 16064 49 82
## 16065 49 100
## 16066 49 88
## 16067 49 40
## 16068 49 30
## 16069 49 125
## 16070 49 40
## 16071 49 77
## 16072 49 42
## 16073 49 48
## 16074 49 98
## 16075 49 45
## 16076 49 50
## 16077 49 60
## 16078 49 65
## 16079 49 95
## 16080 49 24
## 16081 49 35
## 16082 49 75
## 16083 49 150
## 16084 49 139
## 16085 49 88
## 16086 49 110
## 16087 49 175
## 16088 49 130
## 16089 49 188
## 16090 49 125
## 16091 49 55
## 16092 49 40
## 16093 49 33
## 16094 49 92
## 16095 49 118
## 16096 49 58
## 16097 49 44
## 16098 49 20
## 16099 49 65
## 16100 49 94
## 16101 49 200
## 16102 49 94
## 16103 49 110
## 16104 49 99
## 16105 49 59
## 16106 49 41
## 16107 49 59
## 16108 49 24
## 16109 49 27
## 16110 49 60
## 16111 49 125
## 16112 49 84
## 16113 49 159
## 16114 49 140
## 16115 49 200
## 16116 49 50
## 16117 49 119
## 16118 49 125
## 16119 49 325
## 16120 49 35
## 16121 49 110
## 16122 49 50
## 16123 49 64
## 16124 49 105
## 16125 49 18
## 16126 49 89
## 16127 49 249
## 16128 49 99
## 16129 49 12
## 16130 49 69
## 16131 49 186
## 16132 49 89
## 16133 49 52
## 16134 49 27
## 16135 49 50
## 16136 49 42
## 16137 49 44
## 16138 49 59
## 16139 49 50
## 16140 49 79
## 16141 49 88
## 16142 49 96
## 16143 49 120
## 16144 49 75
## 16145 49 30
## 16146 49 92
## 16147 49 225
## 16148 49 16
## 16149 49 48
## 16150 49 73
## 16151 49 105
## 16152 49 148
## 16153 49 88
## 16154 49 198
## 16155 49 100
## 16156 49 60
## 16157 49 85
## 16158 49 138
## 16159 49 50
## 16160 49 36
## 16161 49 42
## 16162 49 100
## 16163 49 28
## 16164 49 167
## 16165 49 38
## 16166 49 33
## 16167 49 75
## 16168 49 15
## 16169 49 30
## 16170 49 59
## 16171 49 155
## 16172 49 25
## 16173 49 300
## 16174 49 62
## 16175 49 25
## 16176 49 49
## 16177 49 74
## 16178 49 266
## 16179 49 119
## 16180 49 150
## 16181 49 105
## 16182 49 165
## 16183 49 64
## 16184 49 34
## 16185 49 139
## 16186 49 105
## 16187 49 25
## 16188 49 74
## 16189 49 200
## 16190 49 450
## 16191 49 28
## 16192 49 25
## 16193 49 45
## 16194 49 50
## 16195 49 250
## 16196 49 200
## 16197 49 85
## 16198 49 110
## 16199 49 50
## 16200 49 110
## 16201 49 189
## 16202 49 135
## 16203 49 275
## 16204 49 80
## 16205 49 139
## 16206 49 100
## 16207 49 75
## 16208 49 15
## 16209 49 92
## 16210 49 125
## 16211 49 49
## 16212 49 119
## 16213 49 55
## 16214 49 189
## 16215 49 45
## 16216 49 218
## 16217 49 150
## 16218 49 95
## 16219 49 112
## 16220 49 180
## 16221 49 88
## 16222 49 165
## 16223 49 70
## 16224 49 229
## 16225 49 30
## 16226 49 28
## 16227 49 34
## 16228 49 38
## 16229 49 28
## 16230 49 90
## 16231 49 38
## 16232 49 18
## 16233 49 285
## 16234 49 34
## 16235 49 38
## 16236 49 30
## 16237 49 80
## 16238 49 47
## 16239 49 33
## 16240 49 30
## 16241 49 35
## 16242 49 50
## 16243 49 28
## 16244 49 199
## 16245 49 40
## 16246 49 100
## 16247 49 20
## 16248 49 55
## 16249 49 200
## 16250 49 53
## 16251 49 36
## 16252 49 162
## 16253 49 99
## 16254 49 120
## 16255 49 110
## 16256 49 99
## 16257 49 249
## 16258 49 53
## 16259 49 100
## 16260 49 62
## 16261 49 105
## 16262 49 94
## 16263 49 22
## 16264 49 199
## 16265 49 73
## 16266 49 44
## 16267 49 58
## 16268 49 30
## 16269 49 88
## 16270 49 66
## 16271 49 43
## 16272 49 67
## 16273 49 198
## 16274 49 86
## 16275 49 16
## 16276 49 110
## 16277 49 28
## 16278 49 199
## 16279 49 68
## 16280 49 58
## 16281 49 55
## 16282 49 50
## 16283 49 28
## 16284 49 57
## 16285 49 75
## 16286 49 65
## 16287 49 162
## 16288 49 62
## 16289 49 200
## 16290 49 90
## 16291 49 62
## 16292 49 200
## 16293 49 150
## 16294 49 140
## 16295 49 32
## 16296 49 59
## 16297 49 94
## 16298 49 100
## 16299 49 65
## 16300 49 200
## 16301 49 225
## 16302 49 58
## 16303 49 33
## 16304 49 22
## 16305 49 80
## 16306 49 135
## 16307 49 69
## 16308 49 50
## 16309 49 31
## 16310 49 32
## 16311 49 159
## 16312 49 27
## 16313 49 75
## 16314 49 32
## 16315 49 38
## 16316 49 30
## 16317 49 44
## 16318 49 63
## 16319 49 83
## 16320 49 58
## 16321 49 165
## 16322 49 52
## 16323 49 499
## 16324 49 50
## 16325 49 34
## 16326 49 42
## 16327 49 45
## 16328 49 75
## 16329 49 51
## 16330 49 105
## 16331 49 138
## 16332 49 36
## 16333 49 119
## 16334 49 400
## 16335 49 74
## 16336 49 13
## 16337 49 65
## 16338 49 50
## 16339 49 142
## 16340 49 100
## 16341 49 42
## 16342 49 85
## 16343 49 24
## 16344 49 66
## 16345 49 28
## 16346 49 50
## 16347 49 130
## 16348 49 140
## 16349 49 32
## 16350 49 90
## 16351 48 50
## 16352 48 169
## 16353 48 33
## 16354 48 50
## 16355 48 300
## 16356 48 99
## 16357 48 99
## 16358 48 40
## 16359 48 175
## 16360 48 75
## 16361 48 50
## 16362 48 60
## 16363 48 150
## 16364 48 98
## 16365 48 55
## 16366 48 80
## 16367 48 65
## 16368 48 96
## 16369 48 148
## 16370 48 100
## 16371 48 38
## 16372 48 45
## 16373 48 23
## 16374 48 40
## 16375 48 48
## 16376 48 65
## 16377 48 46
## 16378 48 110
## 16379 48 135
## 16380 48 75
## 16381 48 166
## 16382 48 65
## 16383 48 32
## 16384 48 165
## 16385 48 180
## 16386 48 40
## 16387 48 50
## 16388 48 74
## 16389 48 28
## 16390 48 75
## 16391 48 68
## 16392 48 179
## 16393 48 58
## 16394 48 28
## 16395 48 164
## 16396 48 24
## 16397 48 55
## 16398 48 30
## 16399 48 78
## 16400 48 42
## 16401 48 38
## 16402 48 62
## 16403 48 64
## 16404 48 46
## 16405 48 108
## 16406 48 82
## 16407 48 12
## 16408 48 75
## 16409 48 125
## 16410 48 62
## 16411 48 52
## 16412 48 36
## 16413 48 54
## 16414 48 250
## 16415 48 99
## 16416 48 128
## 16417 48 100
## 16418 48 65
## 16419 48 132
## 16420 48 44
## 16421 48 50
## 16422 48 40
## 16423 48 86
## 16424 48 62
## 16425 48 299
## 16426 48 23
## 16427 48 67
## 16428 48 32
## 16429 48 37
## 16430 48 140
## 16431 48 23
## 16432 48 52
## 16433 48 42
## 16434 48 65
## 16435 48 80
## 16436 48 100
## 16437 48 110
## 16438 48 99
## 16439 48 199
## 16440 48 18
## 16441 48 25
## 16442 48 199
## 16443 48 40
## 16444 48 22
## 16445 48 16
## 16446 48 21
## 16447 48 29
## 16448 48 90
## 16449 48 57
## 16450 48 92
## 16451 48 200
## 16452 48 60
## 16453 48 98
## 16454 48 49
## 16455 48 25
## 16456 48 59
## 16457 48 75
## 16458 48 125
## 16459 48 190
## 16460 48 34
## 16461 48 30
## 16462 48 129
## 16463 48 45
## 16464 48 199
## 16465 48 75
## 16466 48 185
## 16467 48 28
## 16468 48 78
## 16469 48 94
## 16470 48 120
## 16471 48 69
## 16472 48 11
## 16473 48 151
## 16474 48 100
## 16475 48 55
## 16476 48 80
## 16477 48 70
## 16478 48 90
## 16479 48 120
## 16480 48 50
## 16481 48 195
## 16482 48 330
## 16483 48 50
## 16484 48 110
## 16485 48 75
## 16486 48 39
## 16487 48 29
## 16488 48 98
## 16489 48 40
## 16490 48 300
## 16491 48 50
## 16492 48 78
## 16493 48 33
## 16494 48 120
## 16495 48 260
## 16496 48 86
## 16497 48 55
## 16498 48 295
## 16499 48 150
## 16500 48 89
## 16501 48 43
## 16502 48 45
## 16503 48 60
## 16504 48 60
## 16505 48 38
## 16506 48 20
## 16507 48 53
## 16508 48 289
## 16509 48 78
## 16510 48 40
## 16511 48 46
## 16512 48 28
## 16513 48 50
## 16514 48 46
## 16515 48 15
## 16516 48 79
## 16517 48 179
## 16518 48 42
## 16519 48 450
## 16520 48 39
## 16521 48 145
## 16522 48 44
## 16523 48 75
## 16524 48 135
## 16525 48 18
## 16526 48 43
## 16527 48 35
## 16528 48 23
## 16529 48 112
## 16530 48 60
## 16531 48 84
## 16532 48 40
## 16533 48 45
## 16534 48 85
## 16535 48 26
## 16536 48 50
## 16537 48 22
## 16538 48 67
## 16539 48 72
## 16540 48 199
## 16541 48 100
## 16542 48 30
## 16543 48 288
## 16544 48 129
## 16545 48 138
## 16546 48 80
## 16547 48 50
## 16548 48 47
## 16549 48 74
## 16550 48 18
## 16551 48 45
## 16552 48 25
## 16553 48 62
## 16554 48 49
## 16555 48 121
## 16556 48 47
## 16557 48 183
## 16558 48 105
## 16559 48 75
## 16560 48 250
## 16561 48 120
## 16562 48 42
## 16563 48 250
## 16564 48 149
## 16565 48 110
## 16566 48 49
## 16567 48 49
## 16568 48 43
## 16569 48 45
## 16570 48 25
## 16571 48 50
## 16572 48 18
## 16573 48 71
## 16574 48 45
## 16575 48 46
## 16576 48 162
## 16577 48 35
## 16578 48 38
## 16579 48 12
## 16580 48 33
## 16581 48 130
## 16582 48 84
## 16583 48 88
## 16584 48 25
## 16585 48 700
## 16586 48 45
## 16587 48 140
## 16588 48 58
## 16589 48 60
## 16590 48 55
## 16591 48 60
## 16592 48 42
## 16593 48 48
## 16594 48 99
## 16595 48 115
## 16596 48 45
## 16597 48 90
## 16598 48 92
## 16599 48 199
## 16600 48 15
## 16601 48 80
## 16602 48 59
## 16603 48 23
## 16604 48 200
## 16605 48 76
## 16606 48 50
## 16607 48 62
## 16608 48 28
## 16609 48 60
## 16610 48 70
## 16611 48 62
## 16612 48 42
## 16613 48 69
## 16614 48 50
## 16615 48 35
## 16616 48 80
## 16617 48 27
## 16618 48 105
## 16619 48 52
## 16620 48 45
## 16621 48 166
## 16622 48 160
## 16623 48 60
## 16624 48 75
## 16625 48 130
## 16626 48 67
## 16627 48 210
## 16628 48 100
## 16629 48 32
## 16630 48 32
## 16631 48 167
## 16632 48 77
## 16633 48 35
## 16634 48 125
## 16635 48 44
## 16636 48 66
## 16637 48 39
## 16638 48 75
## 16639 48 60
## 16640 48 60
## 16641 48 175
## 16642 48 68
## 16643 48 88
## 16644 48 42
## 16645 48 88
## 16646 48 89
## 16647 48 449
## 16648 48 350
## 16649 48 35
## 16650 48 100
## 16651 48 98
## 16652 48 35
## 16653 48 40
## 16654 48 95
## 16655 48 135
## 16656 48 150
## 16657 48 165
## 16658 48 73
## 16659 48 37
## 16660 48 63
## 16661 48 28
## 16662 48 109
## 16663 48 48
## 16664 48 34
## 16665 48 50
## 16666 48 37
## 16667 48 75
## 16668 48 200
## 16669 48 124
## 16670 48 70
## 16671 48 48
## 16672 48 44
## 16673 48 67
## 16674 48 32
## 16675 48 33
## 16676 48 105
## 16677 48 75
## 16678 48 122
## 16679 48 38
## 16680 48 100
## 16681 48 110
## 16682 48 162
## 16683 48 55
## 16684 48 55
## 16685 48 84
## 16686 48 20
## 16687 48 79
## 16688 48 33
## 16689 48 79
## 16690 48 60
## 16691 48 40
## 16692 48 150
## 16693 48 33
## 16694 48 45
## 16695 48 62
## 16696 48 35
## 16697 48 68
## 16698 48 28
## 16699 48 103
## 16700 48 75
## 16701 48 74
## 16702 48 100
## 16703 48 39
## 16704 48 60
## 16705 48 68
## 16706 48 55
## 16707 48 15
## 16708 48 100
## 16709 48 88
## 16710 48 24
## 16711 48 33
## 16712 48 65
## 16713 48 69
## 16714 48 38
## 16715 48 162
## 16716 48 78
## 16717 48 139
## 16718 48 60
## 16719 48 74
## 16720 48 72
## 16721 48 30
## 16722 48 80
## 16723 48 69
## 16724 48 32
## 16725 48 48
## 16726 48 23
## 16727 48 42
## 16728 48 75
## 16729 48 123
## 16730 48 50
## 16731 48 60
## 16732 48 100
## 16733 48 210
## 16734 48 199
## 16735 48 50
## 16736 48 16
## 16737 48 300
## 16738 48 44
## 16739 48 145
## 16740 48 48
## 16741 48 42
## 16742 48 267
## 16743 48 35
## 16744 48 50
## 16745 48 150
## 16746 48 58
## 16747 48 45
## 16748 48 44
## 16749 48 89
## 16750 48 32
## 16751 48 155
## 16752 48 32
## 16753 48 58
## 16754 48 50
## 16755 48 14
## 16756 48 78
## 16757 48 14
## 16758 48 101
## 16759 48 45
## 16760 48 130
## 16761 48 150
## 16762 47 55
## 16763 47 30
## 16764 47 115
## 16765 47 68
## 16766 47 229
## 16767 47 39
## 16768 47 80
## 16769 47 31
## 16770 47 49
## 16771 47 42
## 16772 47 160
## 16773 47 80
## 16774 47 30
## 16775 47 42
## 16776 47 59
## 16777 47 90
## 16778 47 65
## 16779 47 180
## 16780 47 62
## 16781 47 130
## 16782 47 73
## 16783 47 50
## 16784 47 149
## 16785 47 37
## 16786 47 68
## 16787 47 25
## 16788 47 90
## 16789 47 50
## 16790 47 107
## 16791 47 28
## 16792 47 400
## 16793 47 34
## 16794 47 68
## 16795 47 85
## 16796 47 70
## 16797 47 33
## 16798 47 20
## 16799 47 52
## 16800 47 101
## 16801 47 200
## 16802 47 55
## 16803 47 150
## 16804 47 20
## 16805 47 110
## 16806 47 68
## 16807 47 50
## 16808 47 95
## 16809 47 98
## 16810 47 110
## 16811 47 70
## 16812 47 65
## 16813 47 105
## 16814 47 49
## 16815 47 167
## 16816 47 85
## 16817 47 115
## 16818 47 38
## 16819 47 63
## 16820 47 99
## 16821 47 82
## 16822 47 35
## 16823 47 225
## 16824 47 68
## 16825 47 25
## 16826 47 19
## 16827 47 65
## 16828 47 42
## 16829 47 150
## 16830 47 55
## 16831 47 100
## 16832 47 90
## 16833 47 54
## 16834 47 80
## 16835 47 850
## 16836 47 240
## 16837 47 58
## 16838 47 19
## 16839 47 60
## 16840 47 41
## 16841 47 42
## 16842 47 75
## 16843 47 28
## 16844 47 55
## 16845 47 60
## 16846 47 179
## 16847 47 132
## 16848 47 150
## 16849 47 53
## 16850 47 28
## 16851 47 37
## 16852 47 34
## 16853 47 38
## 16854 47 64
## 16855 47 162
## 16856 47 100
## 16857 47 92
## 16858 47 70
## 16859 47 42
## 16860 47 20
## 16861 47 32
## 16862 47 54
## 16863 47 85
## 16864 47 159
## 16865 47 16
## 16866 47 17
## 16867 47 22
## 16868 47 28
## 16869 47 45
## 16870 47 148
## 16871 47 62
## 16872 47 58
## 16873 47 92
## 16874 47 167
## 16875 47 64
## 16876 47 42
## 16877 47 129
## 16878 47 135
## 16879 47 35
## 16880 47 200
## 16881 47 90
## 16882 47 45
## 16883 47 55
## 16884 47 122
## 16885 47 83
## 16886 47 100
## 16887 47 58
## 16888 47 83
## 16889 47 45
## 16890 47 50
## 16891 47 48
## 16892 47 112
## 16893 47 65
## 16894 47 100
## 16895 47 72
## 16896 47 250
## 16897 47 42
## 16898 47 40
## 16899 47 24
## 16900 47 100
## 16901 47 110
## 16902 47 43
## 16903 47 28
## 16904 47 46
## 16905 47 50
## 16906 47 170
## 16907 47 19
## 16908 47 55
## 16909 47 225
## 16910 47 45
## 16911 47 45
## 16912 47 45
## 16913 47 75
## 16914 47 99
## 16915 47 75
## 16916 47 25
## 16917 47 120
## 16918 47 42
## 16919 47 139
## 16920 47 20
## 16921 47 66
## 16922 47 209
## 16923 47 36
## 16924 47 45
## 16925 47 175
## 16926 47 49
## 16927 47 22
## 16928 47 48
## 16929 47 35
## 16930 47 77
## 16931 47 65
## 16932 47 35
## 16933 47 227
## 16934 47 48
## 16935 47 143
## 16936 47 120
## 16937 47 98
## 16938 47 170
## 16939 47 99
## 16940 47 175
## 16941 47 32
## 16942 47 17
## 16943 47 210
## 16944 47 115
## 16945 47 178
## 16946 47 32
## 16947 47 99
## 16948 47 36
## 16949 47 56
## 16950 47 59
## 16951 47 88
## 16952 47 50
## 16953 47 79
## 16954 47 80
## 16955 47 49
## 16956 47 69
## 16957 47 37
## 16958 47 250
## 16959 47 22
## 16960 47 112
## 16961 47 46
## 16962 47 79
## 16963 47 44
## 16964 47 43
## 16965 47 75
## 16966 47 49
## 16967 47 33
## 16968 47 55
## 16969 47 41
## 16970 47 62
## 16971 47 79
## 16972 47 50
## 16973 47 75
## 16974 47 219
## 16975 47 75
## 16976 47 70
## 16977 47 70
## 16978 47 56
## 16979 47 58
## 16980 47 64
## 16981 47 32
## 16982 47 50
## 16983 47 66
## 16984 47 94
## 16985 47 199
## 16986 47 50
## 16987 47 39
## 16988 47 162
## 16989 47 65
## 16990 47 30
## 16991 47 96
## 16992 47 55
## 16993 47 47
## 16994 47 57
## 16995 47 50
## 16996 47 210
## 16997 47 22
## 16998 47 106
## 16999 47 62
## 17000 47 187
## 17001 47 20
## 17002 47 122
## 17003 47 285
## 17004 47 39
## 17005 47 80
## 17006 47 100
## 17007 47 340
## 17008 47 125
## 17009 47 30
## 17010 47 162
## 17011 47 69
## 17012 47 30
## 17013 47 50
## 17014 47 51
## 17015 47 32
## 17016 47 60
## 17017 47 114
## 17018 47 250
## 17019 47 65
## 17020 47 120
## 17021 47 117
## 17022 47 22
## 17023 47 50
## 17024 47 945
## 17025 47 190
## 17026 47 70
## 17027 47 135
## 17028 47 198
## 17029 47 32
## 17030 47 20
## 17031 47 48
## 17032 47 27
## 17033 47 64
## 17034 47 94
## 17035 47 115
## 17036 47 160
## 17037 47 20
## 17038 47 27
## 17039 47 34
## 17040 47 48
## 17041 47 45
## 17042 47 75
## 17043 47 107
## 17044 47 50
## 17045 47 44
## 17046 47 112
## 17047 47 65
## 17048 47 43
## 17049 47 50
## 17050 47 190
## 17051 47 70
## 17052 47 32
## 17053 47 115
## 17054 47 68
## 17055 47 56
## 17056 47 48
## 17057 47 84
## 17058 47 95
## 17059 47 150
## 17060 47 100
## 17061 47 85
## 17062 47 99
## 17063 47 98
## 17064 47 100
## 17065 47 75
## 17066 47 17
## 17067 47 120
## 17068 47 75
## 17069 47 200
## 17070 47 26
## 17071 47 34
## 17072 47 300
## 17073 47 52
## 17074 47 44
## 17075 47 299
## 17076 47 34
## 17077 47 199
## 17078 47 15
## 17079 47 85
## 17080 47 24
## 17081 47 248
## 17082 47 30
## 17083 47 70
## 17084 47 40
## 17085 47 64
## 17086 47 48
## 17087 47 59
## 17088 47 69
## 17089 47 36
## 17090 47 91
## 17091 47 75
## 17092 47 70
## 17093 47 45
## 17094 47 120
## 17095 47 115
## 17096 47 40
## 17097 47 199
## 17098 47 18
## 17099 47 60
## 17100 47 20
## 17101 47 38
## 17102 47 45
## 17103 47 15
## 17104 47 62
## 17105 47 84
## 17106 47 300
## 17107 47 492
## 17108 47 42
## 17109 47 118
## 17110 47 38
## 17111 47 50
## 17112 47 52
## 17113 47 110
## 17114 47 40
## 17115 47 110
## 17116 47 84
## 17117 47 23
## 17118 47 48
## 17119 47 30
## 17120 47 60
## 17121 47 103
## 17122 47 225
## 17123 47 147
## 17124 47 25
## 17125 47 150
## 17126 47 122
## 17127 47 172
## 17128 47 115
## 17129 47 68
## 17130 47 55
## 17131 47 23
## 17132 47 27
## 17133 47 150
## 17134 47 99
## 17135 47 69
## 17136 47 75
## 17137 47 50
## 17138 47 95
## 17139 47 80
## 17140 47 189
## 17141 47 103
## 17142 47 282
## 17143 47 140
## 17144 47 50
## 17145 47 32
## 17146 47 21
## 17147 47 32
## 17148 47 100
## 17149 47 125
## 17150 47 75
## 17151 47 66
## 17152 47 73
## 17153 47 85
## 17154 47 60
## 17155 47 85
## 17156 47 60
## 17157 47 45
## 17158 47 18
## 17159 47 148
## 17160 47 22
## 17161 47 33
## 17162 47 33
## 17163 47 29
## 17164 47 57
## 17165 47 12
## 17166 47 16
## 17167 47 67
## 17168 47 15
## 17169 47 21
## 17170 47 98
## 17171 46 159
## 17172 46 37
## 17173 46 175
## 17174 46 38
## 17175 46 95
## 17176 46 174
## 17177 46 75
## 17178 46 100
## 17179 46 110
## 17180 46 375
## 17181 46 60
## 17182 46 249
## 17183 46 150
## 17184 46 20
## 17185 46 60
## 17186 46 50
## 17187 46 188
## 17188 46 65
## 17189 46 75
## 17190 46 69
## 17191 46 38
## 17192 46 195
## 17193 46 34
## 17194 46 50
## 17195 46 80
## 17196 46 38
## 17197 46 97
## 17198 46 62
## 17199 46 32
## 17200 46 58
## 17201 46 169
## 17202 46 104
## 17203 46 125
## 17204 46 68
## 17205 46 55
## 17206 46 32
## 17207 46 229
## 17208 46 99
## 17209 46 500
## 17210 46 70
## 17211 46 100
## 17212 46 168
## 17213 46 65
## 17214 46 26
## 17215 46 89
## 17216 46 75
## 17217 46 119
## 17218 46 162
## 17219 46 82
## 17220 46 134
## 17221 46 38
## 17222 46 95
## 17223 46 99
## 17224 46 83
## 17225 46 159
## 17226 46 895
## 17227 46 31
## 17228 46 75
## 17229 46 103
## 17230 46 72
## 17231 46 90
## 17232 46 37
## 17233 46 60
## 17234 46 45
## 17235 46 50
## 17236 46 100
## 17237 46 15
## 17238 46 50
## 17239 46 91
## 17240 46 66
## 17241 46 50
## 17242 46 100
## 17243 46 65
## 17244 46 52
## 17245 46 799
## 17246 46 184
## 17247 46 62
## 17248 46 33
## 17249 46 45
## 17250 46 35
## 17251 46 30
## 17252 46 46
## 17253 46 239
## 17254 46 43
## 17255 46 32
## 17256 46 42
## 17257 46 100
## 17258 46 95
## 17259 46 295
## 17260 46 24
## 17261 46 32
## 17262 46 112
## 17263 46 160
## 17264 46 75
## 17265 46 37
## 17266 46 95
## 17267 46 99
## 17268 46 60
## 17269 46 165
## 17270 46 162
## 17271 46 55
## 17272 46 50
## 17273 46 150
## 17274 46 98
## 17275 46 106
## 17276 46 45
## 17277 46 126
## 17278 46 36
## 17279 46 86
## 17280 46 125
## 17281 46 158
## 17282 46 32
## 17283 46 30
## 17284 46 22
## 17285 46 125
## 17286 46 65
## 17287 46 42
## 17288 46 49
## 17289 46 26
## 17290 46 137
## 17291 46 41
## 17292 46 140
## 17293 46 48
## 17294 46 48
## 17295 46 53
## 17296 46 69
## 17297 46 199
## 17298 46 95
## 17299 46 110
## 17300 46 72
## 17301 46 54
## 17302 46 77
## 17303 46 300
## 17304 46 45
## 17305 46 189
## 17306 46 44
## 17307 46 68
## 17308 46 33
## 17309 46 80
## 17310 46 38
## 17311 46 38
## 17312 46 45
## 17313 46 125
## 17314 46 118
## 17315 46 65
## 17316 46 110
## 17317 46 80
## 17318 46 65
## 17319 46 55
## 17320 46 78
## 17321 46 27
## 17322 46 52
## 17323 46 33
## 17324 46 72
## 17325 46 98
## 17326 46 28
## 17327 46 60
## 17328 46 175
## 17329 46 44
## 17330 46 199
## 17331 46 95
## 17332 46 38
## 17333 46 22
## 17334 46 65
## 17335 46 199
## 17336 46 125
## 17337 46 38
## 17338 46 45
## 17339 46 98
## 17340 46 35
## 17341 46 99
## 17342 46 32
## 17343 46 400
## 17344 46 62
## 17345 46 45
## 17346 46 42
## 17347 46 130
## 17348 46 349
## 17349 46 100
## 17350 46 89
## 17351 46 85
## 17352 46 29
## 17353 46 129
## 17354 46 128
## 17355 46 200
## 17356 46 116
## 17357 46 40
## 17358 46 62
## 17359 46 57
## 17360 46 93
## 17361 46 65
## 17362 46 45
## 17363 46 224
## 17364 46 68
## 17365 46 104
## 17366 46 55
## 17367 46 62
## 17368 46 42
## 17369 46 229
## 17370 46 100
## 17371 46 56
## 17372 46 119
## 17373 46 249
## 17374 46 60
## 17375 46 63
## 17376 46 74
## 17377 46 79
## 17378 46 79
## 17379 46 150
## 17380 46 60
## 17381 46 28
## 17382 46 40
## 17383 46 67
## 17384 46 170
## 17385 46 88
## 17386 46 165
## 17387 46 42
## 17388 46 110
## 17389 46 125
## 17390 46 35
## 17391 46 195
## 17392 46 49
## 17393 46 400
## 17394 46 85
## 17395 46 55
## 17396 46 60
## 17397 46 38
## 17398 46 28
## 17399 46 35
## 17400 46 125
## 17401 46 49
## 17402 46 74
## 17403 46 35
## 17404 46 247
## 17405 46 149
## 17406 46 70
## 17407 46 62
## 17408 46 74
## 17409 46 31
## 17410 46 66
## 17411 46 90
## 17412 46 40
## 17413 46 150
## 17414 46 114
## 17415 46 55
## 17416 46 99
## 17417 46 48
## 17418 46 60
## 17419 46 45
## 17420 46 50
## 17421 46 69
## 17422 46 18
## 17423 46 100
## 17424 46 60
## 17425 46 100
## 17426 46 110
## 17427 46 18
## 17428 46 75
## 17429 46 142
## 17430 46 85
## 17431 46 88
## 17432 46 60
## 17433 46 42
## 17434 46 150
## 17435 46 48
## 17436 46 95
## 17437 46 40
## 17438 46 39
## 17439 46 100
## 17440 46 33
## 17441 46 23
## 17442 46 52
## 17443 46 55
## 17444 46 50
## 17445 46 125
## 17446 46 125
## 17447 46 35
## 17448 46 20
## 17449 46 92
## 17450 46 40
## 17451 46 30
## 17452 46 110
## 17453 46 49
## 17454 46 42
## 17455 46 300
## 17456 46 60
## 17457 46 40
## 17458 46 135
## 17459 46 89
## 17460 46 67
## 17461 46 72
## 17462 46 36
## 17463 46 50
## 17464 46 60
## 17465 46 89
## 17466 46 88
## 17467 46 99
## 17468 46 15
## 17469 46 22
## 17470 46 42
## 17471 46 56
## 17472 46 300
## 17473 46 74
## 17474 46 40
## 17475 46 48
## 17476 46 21
## 17477 46 59
## 17478 46 76
## 17479 46 50
## 17480 46 99
## 17481 46 134
## 17482 46 55
## 17483 46 50
## 17484 46 22
## 17485 46 210
## 17486 46 44
## 17487 46 40
## 17488 46 16
## 17489 46 53
## 17490 46 30
## 17491 46 11
## 17492 46 70
## 17493 46 35
## 17494 46 100
## 17495 46 36
## 17496 46 110
## 17497 46 70
## 17498 46 60
## 17499 46 200
## 17500 46 100
## 17501 46 17
## 17502 46 33
## 17503 46 45
## 17504 46 40
## 17505 46 400
## 17506 46 35
## 17507 46 63
## 17508 46 109
## 17509 46 70
## 17510 46 84
## 17511 46 498
## 17512 46 50
## 17513 46 13
## 17514 46 68
## 17515 46 184
## 17516 46 112
## 17517 46 100
## 17518 46 59
## 17519 46 128
## 17520 46 125
## 17521 46 65
## 17522 46 55
## 17523 46 144
## 17524 46 150
## 17525 46 40
## 17526 46 22
## 17527 46 22
## 17528 46 45
## 17529 46 37
## 17530 46 60
## 17531 46 40
## 17532 46 30
## 17533 46 24
## 17534 46 24
## 17535 46 60
## 17536 46 68
## 17537 46 60
## 17538 46 30
## 17539 46 50
## 17540 46 32
## 17541 46 300
## 17542 46 32
## 17543 46 180
## 17544 46 26
## 17545 46 18
## 17546 46 33
## 17547 46 85
## 17548 46 75
## 17549 46 37
## 17550 46 110
## 17551 46 25
## 17552 46 92
## 17553 46 44
## 17554 46 125
## 17555 46 32
## 17556 46 78
## 17557 46 46
## 17558 46 75
## 17559 46 150
## 17560 46 64
## 17561 46 20
## 17562 46 199
## 17563 46 38
## 17564 46 65
## 17565 46 40
## 17566 46 60
## 17567 46 115
## 17568 46 21
## 17569 46 25
## 17570 46 60
## 17571 46 100
## 17572 46 65
## 17573 46 80
## 17574 46 70
## 17575 46 37
## 17576 46 15
## 17577 46 125
## 17578 46 50
## 17579 46 28
## 17580 46 24
## 17581 46 48
## 17582 46 150
## 17583 46 39
## 17584 46 30
## 17585 46 75
## 17586 46 75
## 17587 46 36
## 17588 46 33
## 17589 46 159
## 17590 46 60
## 17591 46 62
## 17592 46 69
## 17593 46 40
## 17594 46 215
## 17595 46 80
## 17596 46 35
## 17597 46 44
## 17598 46 68
## 17599 45 65
## 17600 45 42
## 17601 45 298
## 17602 45 100
## 17603 45 50
## 17604 45 88
## 17605 45 31
## 17606 45 116
## 17607 45 32
## 17608 45 175
## 17609 45 139
## 17610 45 70
## 17611 45 70
## 17612 45 70
## 17613 45 203
## 17614 45 60
## 17615 45 35
## 17616 45 90
## 17617 45 42
## 17618 45 38
## 17619 45 95
## 17620 45 58
## 17621 45 32
## 17622 45 60
## 17623 45 54
## 17624 45 75
## 17625 45 45
## 17626 45 349
## 17627 45 112
## 17628 45 250
## 17629 45 68
## 17630 45 45
## 17631 45 62
## 17632 45 159
## 17633 45 220
## 17634 45 150
## 17635 45 60
## 17636 45 50
## 17637 45 40
## 17638 45 62
## 17639 45 60
## 17640 45 115
## 17641 45 94
## 17642 45 43
## 17643 45 40
## 17644 45 225
## 17645 45 130
## 17646 45 325
## 17647 45 63
## 17648 45 90
## 17649 45 100
## 17650 45 275
## 17651 45 58
## 17652 45 38
## 17653 45 38
## 17654 45 62
## 17655 45 52
## 17656 45 50
## 17657 45 300
## 17658 45 120
## 17659 45 66
## 17660 45 205
## 17661 45 60
## 17662 45 149
## 17663 45 49
## 17664 45 200
## 17665 45 26
## 17666 45 14
## 17667 45 124
## 17668 45 150
## 17669 45 15
## 17670 45 60
## 17671 45 112
## 17672 45 60
## 17673 45 35
## 17674 45 100
## 17675 45 112
## 17676 45 90
## 17677 45 11
## 17678 45 50
## 17679 45 65
## 17680 45 46
## 17681 45 170
## 17682 45 80
## 17683 45 38
## 17684 45 200
## 17685 45 109
## 17686 45 44
## 17687 45 92
## 17688 45 89
## 17689 45 100
## 17690 45 24
## 17691 45 90
## 17692 45 67
## 17693 45 34
## 17694 45 98
## 17695 45 48
## 17696 45 160
## 17697 45 80
## 17698 45 46
## 17699 45 40
## 17700 45 89
## 17701 45 72
## 17702 45 141
## 17703 45 400
## 17704 45 45
## 17705 45 55
## 17706 45 30
## 17707 45 50
## 17708 45 150
## 17709 45 100
## 17710 45 62
## 17711 45 70
## 17712 45 58
## 17713 45 50
## 17714 45 40
## 17715 45 65
## 17716 45 115
## 17717 45 50
## 17718 45 62
## 17719 45 55
## 17720 45 30
## 17721 45 26
## 17722 45 50
## 17723 45 77
## 17724 45 142
## 17725 45 69
## 17726 45 50
## 17727 45 49
## 17728 45 42
## 17729 45 29
## 17730 45 50
## 17731 45 74
## 17732 45 50
## 17733 45 91
## 17734 45 130
## 17735 45 50
## 17736 45 169
## 17737 45 58
## 17738 45 50
## 17739 45 42
## 17740 45 25
## 17741 45 45
## 17742 45 119
## 17743 45 94
## 17744 45 100
## 17745 45 110
## 17746 45 45
## 17747 45 179
## 17748 45 180
## 17749 45 82
## 17750 45 90
## 17751 45 65
## 17752 45 30
## 17753 45 56
## 17754 45 129
## 17755 45 54
## 17756 45 76
## 17757 45 80
## 17758 45 25
## 17759 45 145
## 17760 45 60
## 17761 45 111
## 17762 45 72
## 17763 45 30
## 17764 45 60
## 17765 45 59
## 17766 45 89
## 17767 45 150
## 17768 45 72
## 17769 45 48
## 17770 45 199
## 17771 45 48
## 17772 45 150
## 17773 45 17
## 17774 45 31
## 17775 45 149
## 17776 45 43
## 17777 45 34
## 17778 45 114
## 17779 45 27
## 17780 45 69
## 17781 45 55
## 17782 45 87
## 17783 45 125
## 17784 45 44
## 17785 45 40
## 17786 45 48
## 17787 45 99
## 17788 45 712
## 17789 45 47
## 17790 45 242
## 17791 45 70
## 17792 45 99
## 17793 45 375
## 17794 45 100
## 17795 45 89
## 17796 45 42
## 17797 45 54
## 17798 45 54
## 17799 45 37
## 17800 45 29
## 17801 45 199
## 17802 45 118
## 17803 45 183
## 17804 45 38
## 17805 45 42
## 17806 45 129
## 17807 45 155
## 17808 45 40
## 17809 45 150
## 17810 45 85
## 17811 45 85
## 17812 45 62
## 17813 45 89
## 17814 45 140
## 17815 45 70
## 17816 45 135
## 17817 45 130
## 17818 45 107
## 17819 45 116
## 17820 45 129
## 17821 45 50
## 17822 45 87
## 17823 45 69
## 17824 45 267
## 17825 45 92
## 17826 45 95
## 17827 45 189
## 17828 45 75
## 17829 45 125
## 17830 45 53
## 17831 45 78
## 17832 45 22
## 17833 45 70
## 17834 45 58
## 17835 45 65
## 17836 45 65
## 17837 45 289
## 17838 45 60
## 17839 45 50
## 17840 45 50
## 17841 45 90
## 17842 45 63
## 17843 45 112
## 17844 45 88
## 17845 45 129
## 17846 45 65
## 17847 45 185
## 17848 45 34
## 17849 45 138
## 17850 45 70
## 17851 45 169
## 17852 45 25
## 17853 45 52
## 17854 45 425
## 17855 45 29
## 17856 45 34
## 17857 45 65
## 17858 45 135
## 17859 45 125
## 17860 45 47
## 17861 45 90
## 17862 45 34
## 17863 45 242
## 17864 45 118
## 17865 45 56
## 17866 45 199
## 17867 45 38
## 17868 45 149
## 17869 45 20
## 17870 45 30
## 17871 45 77
## 17872 45 114
## 17873 45 52
## 17874 45 88
## 17875 45 27
## 17876 45 125
## 17877 45 33
## 17878 45 42
## 17879 45 50
## 17880 45 220
## 17881 45 40
## 17882 45 40
## 17883 45 135
## 17884 45 60
## 17885 45 54
## 17886 45 55
## 17887 45 54
## 17888 45 129
## 17889 45 150
## 17890 45 109
## 17891 45 75
## 17892 45 36
## 17893 45 17
## 17894 45 72
## 17895 45 43
## 17896 45 90
## 17897 45 55
## 17898 45 201
## 17899 45 300
## 17900 45 225
## 17901 45 28
## 17902 45 62
## 17903 45 35
## 17904 45 92
## 17905 45 75
## 17906 45 85
## 17907 45 22
## 17908 45 50
## 17909 45 42
## 17910 45 75
## 17911 45 55
## 17912 45 48
## 17913 45 44
## 17914 45 38
## 17915 45 100
## 17916 45 59
## 17917 45 34
## 17918 45 59
## 17919 45 95
## 17920 45 38
## 17921 45 66
## 17922 45 110
## 17923 45 144
## 17924 45 47
## 17925 45 94
## 17926 45 32
## 17927 45 38
## 17928 45 19
## 17929 45 52
## 17930 45 63
## 17931 45 49
## 17932 45 100
## 17933 45 32
## 17934 45 34
## 17935 45 65
## 17936 45 32
## 17937 45 19
## 17938 45 100
## 17939 45 33
## 17940 45 95
## 17941 45 500
## 17942 45 120
## 17943 45 70
## 17944 45 45
## 17945 45 60
## 17946 45 170
## 17947 45 130
## 17948 45 35
## 17949 45 32
## 17950 45 75
## 17951 45 62
## 17952 45 79
## 17953 45 74
## 17954 45 124
## 17955 45 200
## 17956 45 90
## 17957 45 60
## 17958 45 54
## 17959 45 48
## 17960 45 65
## 17961 45 11
## 17962 45 24
## 17963 45 115
## 17964 45 550
## 17965 45 485
## 17966 45 72
## 17967 45 52
## 17968 45 94
## 17969 45 125
## 17970 45 73
## 17971 45 92
## 17972 45 86
## 17973 45 179
## 17974 45 299
## 17975 45 45
## 17976 45 28
## 17977 45 56
## 17978 45 119
## 17979 45 76
## 17980 45 40
## 17981 45 169
## 17982 45 88
## 17983 45 175
## 17984 45 14
## 17985 45 90
## 17986 45 58
## 17987 45 88
## 17988 45 45
## 17989 45 42
## 17990 45 23
## 17991 45 217
## 17992 45 133
## 17993 45 98
## 17994 45 36
## 17995 45 62
## 17996 45 37
## 17997 45 23
## 17998 45 59
## 17999 45 63
## 18000 45 30
## 18001 45 27
## 18002 45 58
## 18003 45 99
## 18004 45 54
## 18005 45 30
## 18006 45 84
## 18007 45 50
## 18008 45 62
## 18009 45 48
## 18010 45 49
## 18011 45 87
## 18012 45 114
## 18013 45 53
## 18014 45 148
## 18015 45 55
## 18016 45 30
## 18017 45 33
## 18018 45 49
## 18019 45 44
## 18020 45 11
## 18021 45 99
## 18022 45 80
## 18023 45 20
## 18024 45 349
## 18025 45 60
## 18026 45 94
## 18027 45 100
## 18028 45 115
## 18029 45 45
## 18030 45 21
## 18031 45 72
## 18032 45 125
## 18033 45 48
## 18034 45 75
## 18035 45 27
## 18036 45 125
## 18037 45 50
## 18038 45 195
## 18039 45 46
## 18040 45 50
## 18041 45 90
## 18042 45 89
## 18043 45 45
## 18044 45 90
## 18045 45 32
## 18046 45 57
## 18047 45 109
## 18048 45 50
## 18049 45 25
## 18050 45 40
## 18051 45 88
## 18052 45 79
## 18053 45 135
## 18054 45 100
## 18055 45 44
## 18056 45 25
## 18057 45 28
## 18058 45 95
## 18059 45 65
## 18060 45 26
## 18061 44 42
## 18062 44 75
## 18063 44 42
## 18064 44 28
## 18065 44 49
## 18066 44 38
## 18067 44 28
## 18068 44 55
## 18069 44 74
## 18070 44 100
## 18071 44 42
## 18072 44 30
## 18073 44 58
## 18074 44 99
## 18075 44 149
## 18076 44 95
## 18077 44 125
## 18078 44 30
## 18079 44 32
## 18080 44 185
## 18081 44 42
## 18082 44 85
## 18083 44 200
## 18084 44 65
## 18085 44 100
## 18086 44 79
## 18087 44 18
## 18088 44 89
## 18089 44 34
## 18090 44 40
## 18091 44 50
## 18092 44 52
## 18093 44 140
## 18094 44 400
## 18095 44 18
## 18096 44 45
## 18097 44 150
## 18098 44 88
## 18099 44 72
## 18100 44 150
## 18101 44 94
## 18102 44 475
## 18103 44 90
## 18104 44 124
## 18105 44 42
## 18106 44 75
## 18107 44 25
## 18108 44 100
## 18109 44 35
## 18110 44 38
## 18111 44 50
## 18112 44 39
## 18113 44 109
## 18114 44 60
## 18115 44 78
## 18116 44 12
## 18117 44 28
## 18118 44 62
## 18119 44 150
## 18120 44 50
## 18121 44 32
## 18122 44 65
## 18123 44 59
## 18124 44 175
## 18125 44 124
## 18126 44 87
## 18127 44 50
## 18128 44 82
## 18129 44 35
## 18130 44 142
## 18131 44 64
## 18132 44 39
## 18133 44 50
## 18134 44 173
## 18135 44 127
## 18136 44 12
## 18137 44 58
## 18138 44 60
## 18139 44 57
## 18140 44 120
## 18141 44 88
## 18142 44 59
## 18143 44 129
## 18144 44 64
## 18145 44 80
## 18146 44 100
## 18147 44 120
## 18148 44 58
## 18149 44 165
## 18150 44 82
## 18151 44 68
## 18152 44 29
## 18153 44 40
## 18154 44 69
## 18155 44 20
## 18156 44 42
## 18157 44 59
## 18158 44 53
## 18159 44 40
## 18160 44 175
## 18161 44 55
## 18162 44 55
## 18163 44 45
## 18164 44 28
## 18165 44 54
## 18166 44 80
## 18167 44 174
## 18168 44 48
## 18169 44 50
## 18170 44 26
## 18171 44 75
## 18172 44 49
## 18173 44 99
## 18174 44 98
## 18175 44 50
## 18176 44 120
## 18177 44 37
## 18178 44 75
## 18179 44 55
## 18180 44 47
## 18181 44 58
## 18182 44 198
## 18183 44 32
## 18184 44 125
## 18185 44 79
## 18186 44 300
## 18187 44 35
## 18188 44 44
## 18189 44 31
## 18190 44 39
## 18191 44 82
## 18192 44 33
## 18193 44 133
## 18194 44 50
## 18195 44 107
## 18196 44 42
## 18197 44 48
## 18198 44 32
## 18199 44 64
## 18200 44 52
## 18201 44 80
## 18202 44 30
## 18203 44 75
## 18204 44 88
## 18205 44 33
## 18206 44 100
## 18207 44 80
## 18208 44 20
## 18209 44 105
## 18210 44 75
## 18211 44 12
## 18212 44 90
## 18213 44 125
## 18214 44 200
## 18215 44 19
## 18216 44 27
## 18217 44 15
## 18218 44 37
## 18219 44 50
## 18220 44 150
## 18221 44 195
## 18222 44 199
## 18223 44 335
## 18224 44 175
## 18225 44 58
## 18226 44 25
## 18227 44 140
## 18228 44 121
## 18229 44 86
## 18230 44 80
## 18231 44 11
## 18232 44 66
## 18233 44 65
## 18234 44 42
## 18235 44 62
## 18236 44 139
## 18237 44 94
## 18238 44 70
## 18239 44 40
## 18240 44 37
## 18241 44 50
## 18242 44 67
## 18243 44 75
## 18244 44 75
## 18245 44 78
## 18246 44 16
## 18247 44 58
## 18248 44 48
## 18249 44 160
## 18250 44 70
## 18251 44 25
## 18252 44 120
## 18253 44 26
## 18254 44 60
## 18255 44 94
## 18256 44 88
## 18257 44 50
## 18258 44 58
## 18259 44 30
## 18260 44 35
## 18261 44 132
## 18262 44 42
## 18263 44 72
## 18264 44 30
## 18265 44 80
## 18266 44 85
## 18267 44 100
## 18268 44 200
## 18269 44 63
## 18270 44 68
## 18271 44 66
## 18272 44 82
## 18273 44 14
## 18274 44 199
## 18275 44 86
## 18276 44 72
## 18277 44 100
## 18278 44 75
## 18279 44 124
## 18280 44 85
## 18281 44 50
## 18282 44 58
## 18283 44 12
## 18284 44 88
## 18285 44 55
## 18286 44 90
## 18287 44 175
## 18288 44 167
## 18289 44 78
## 18290 44 72
## 18291 44 40
## 18292 44 28
## 18293 44 30
## 18294 44 300
## 18295 44 90
## 18296 44 31
## 18297 44 50
## 18298 44 40
## 18299 44 100
## 18300 44 110
## 18301 44 115
## 18302 44 85
## 18303 44 148
## 18304 44 30
## 18305 44 75
## 18306 44 71
## 18307 44 58
## 18308 44 50
## 18309 44 42
## 18310 44 139
## 18311 44 139
## 18312 44 37
## 18313 44 60
## 18314 44 72
## 18315 44 59
## 18316 44 45
## 18317 44 65
## 18318 44 41
## 18319 44 42
## 18320 44 60
## 18321 44 134
## 18322 44 20
## 18323 44 60
## 18324 44 70
## 18325 44 72
## 18326 44 199
## 18327 44 299
## 18328 44 32
## 18329 44 20
## 18330 44 90
## 18331 44 75
## 18332 44 34
## 18333 44 64
## 18334 44 109
## 18335 44 75
## 18336 44 25
## 18337 44 32
## 18338 44 69
## 18339 44 88
## 18340 44 24
## 18341 44 68
## 18342 44 18
## 18343 44 50
## 18344 44 62
## 18345 44 110
## 18346 44 200
## 18347 44 55
## 18348 44 17
## 18349 44 30
## 18350 44 55
## 18351 44 28
## 18352 44 50
## 18353 44 18
## 18354 44 22
## 18355 44 139
## 18356 44 50
## 18357 44 40
## 18358 44 42
## 18359 44 300
## 18360 44 298
## 18361 44 40
## 18362 44 38
## 18363 44 50
## 18364 44 45
## 18365 44 90
## 18366 44 11
## 18367 44 57
## 18368 44 18
## 18369 44 75
## 18370 44 83
## 18371 44 80
## 18372 44 40
## 18373 44 36
## 18374 44 96
## 18375 44 74
## 18376 44 46
## 18377 44 115
## 18378 44 125
## 18379 44 31
## 18380 44 20
## 18381 44 75
## 18382 44 60
## 18383 44 50
## 18384 44 90
## 18385 44 42
## 18386 44 50
## 18387 44 225
## 18388 44 21
## 18389 44 38
## 18390 44 37
## 18391 44 92
## 18392 44 52
## 18393 44 50
## 18394 44 45
## 18395 44 14
## 18396 44 150
## 18397 44 26
## 18398 44 65
## 18399 44 52
## 18400 44 28
## 18401 44 50
## 18402 44 65
## 18403 44 59
## 18404 44 49
## 18405 44 100
## 18406 44 61
## 18407 44 100
## 18408 44 130
## 18409 44 35
## 18410 44 145
## 18411 44 80
## 18412 44 58
## 18413 44 127
## 18414 44 30
## 18415 44 120
## 18416 44 57
## 18417 44 80
## 18418 44 42
## 18419 44 109
## 18420 44 33
## 18421 44 80
## 18422 44 66
## 18423 44 90
## 18424 44 90
## 18425 44 75
## 18426 44 86
## 18427 44 37
## 18428 44 60
## 18429 44 75
## 18430 44 37
## 18431 44 500
## 18432 44 64
## 18433 44 110
## 18434 44 60
## 18435 44 60
## 18436 44 90
## 18437 44 100
## 18438 44 60
## 18439 44 47
## 18440 44 29
## 18441 44 64
## 18442 44 35
## 18443 44 40
## 18444 44 66
## 18445 44 18
## 18446 44 67
## 18447 44 120
## 18448 44 95
## 18449 44 48
## 18450 44 75
## 18451 44 72
## 18452 44 34
## 18453 44 175
## 18454 44 25
## 18455 44 165
## 18456 44 18
## 18457 44 230
## 18458 44 99
## 18459 44 24
## 18460 44 75
## 18461 44 35
## 18462 44 26
## 18463 44 167
## 18464 44 395
## 18465 44 125
## 18466 44 129
## 18467 44 38
## 18468 44 110
## 18469 44 45
## 18470 44 88
## 18471 44 53
## 18472 44 55
## 18473 44 54
## 18474 44 120
## 18475 44 90
## 18476 44 100
## 18477 44 55
## 18478 44 99
## 18479 44 191
## 18480 44 145
## 18481 44 25
## 18482 44 200
## 18483 44 28
## 18484 44 75
## 18485 44 65
## 18486 44 68
## 18487 44 108
## 18488 44 29
## 18489 44 68
## 18490 44 80
## 18491 44 94
## 18492 44 41
## 18493 44 78
## 18494 44 62
## 18495 44 30
## 18496 44 155
## 18497 44 32
## 18498 43 79
## 18499 43 40
## 18500 43 33
## 18501 43 122
## 18502 43 200
## 18503 43 80
## 18504 43 65
## 18505 43 138
## 18506 43 125
## 18507 43 225
## 18508 43 58
## 18509 43 52
## 18510 43 48
## 18511 43 110
## 18512 43 58
## 18513 43 97
## 18514 43 99
## 18515 43 179
## 18516 43 320
## 18517 43 35
## 18518 43 19
## 18519 43 118
## 18520 43 33
## 18521 43 27
## 18522 43 95
## 18523 43 90
## 18524 43 62
## 18525 43 108
## 18526 43 134
## 18527 43 250
## 18528 43 95
## 18529 43 42
## 18530 43 209
## 18531 43 76
## 18532 43 28
## 18533 43 94
## 18534 43 125
## 18535 43 65
## 18536 43 130
## 18537 43 99
## 18538 43 84
## 18539 43 220
## 18540 43 100
## 18541 43 62
## 18542 43 160
## 18543 43 50
## 18544 43 112
## 18545 43 97
## 18546 43 145
## 18547 43 79
## 18548 43 99
## 18549 43 75
## 18550 43 99
## 18551 43 45
## 18552 43 62
## 18553 43 90
## 18554 43 115
## 18555 43 59
## 18556 43 40
## 18557 43 33
## 18558 43 42
## 18559 43 50
## 18560 43 50
## 18561 43 75
## 18562 43 40
## 18563 43 82
## 18564 43 49
## 18565 43 93
## 18566 43 75
## 18567 43 400
## 18568 43 34
## 18569 43 90
## 18570 43 40
## 18571 43 32
## 18572 43 20
## 18573 43 145
## 18574 43 66
## 18575 43 37
## 18576 43 55
## 18577 43 40
## 18578 43 82
## 18579 43 30
## 18580 43 199
## 18581 43 300
## 18582 43 50
## 18583 43 144
## 18584 43 95
## 18585 43 88
## 18586 43 88
## 18587 43 17
## 18588 43 25
## 18589 43 16
## 18590 43 150
## 18591 43 85
## 18592 43 51
## 18593 43 88
## 18594 43 399
## 18595 43 98
## 18596 43 125
## 18597 43 45
## 18598 43 21
## 18599 43 92
## 18600 43 600
## 18601 43 75
## 18602 43 32
## 18603 43 60
## 18604 43 90
## 18605 43 50
## 18606 43 70
## 18607 43 24
## 18608 43 50
## 18609 43 60
## 18610 43 97
## 18611 43 40
## 18612 43 20
## 18613 43 75
## 18614 43 90
## 18615 43 110
## 18616 43 119
## 18617 43 60
## 18618 43 40
## 18619 43 63
## 18620 43 195
## 18621 43 85
## 18622 43 24
## 18623 43 33
## 18624 43 62
## 18625 43 143
## 18626 43 50
## 18627 43 72
## 18628 43 40
## 18629 43 50
## 18630 43 100
## 18631 43 190
## 18632 43 99
## 18633 43 125
## 18634 43 112
## 18635 43 28
## 18636 43 27
## 18637 43 42
## 18638 43 75
## 18639 43 51
## 18640 43 82
## 18641 43 75
## 18642 43 600
## 18643 43 48
## 18644 43 75
## 18645 43 65
## 18646 43 180
## 18647 43 149
## 18648 43 62
## 18649 43 350
## 18650 43 132
## 18651 43 150
## 18652 43 85
## 18653 43 100
## 18654 43 100
## 18655 43 115
## 18656 43 75
## 18657 43 30
## 18658 43 125
## 18659 43 50
## 18660 43 175
## 18661 43 229
## 18662 43 42
## 18663 43 26
## 18664 43 44
## 18665 43 90
## 18666 43 55
## 18667 43 45
## 18668 43 350
## 18669 43 35
## 18670 43 85
## 18671 43 70
## 18672 43 60
## 18673 43 65
## 18674 43 22
## 18675 43 125
## 18676 43 128
## 18677 43 47
## 18678 43 45
## 18679 43 65
## 18680 43 50
## 18681 43 229
## 18682 43 55
## 18683 43 160
## 18684 43 80
## 18685 43 175
## 18686 43 564
## 18687 43 50
## 18688 43 235
## 18689 43 105
## 18690 43 152
## 18691 43 30
## 18692 43 16
## 18693 43 21
## 18694 43 133
## 18695 43 112
## 18696 43 130
## 18697 43 50
## 18698 43 148
## 18699 43 30
## 18700 43 40
## 18701 43 75
## 18702 43 42
## 18703 43 38
## 18704 43 99
## 18705 43 30
## 18706 43 50
## 18707 43 80
## 18708 43 45
## 18709 43 150
## 18710 43 30
## 18711 43 30
## 18712 43 75
## 18713 43 37
## 18714 43 23
## 18715 43 75
## 18716 43 58
## 18717 43 72
## 18718 43 72
## 18719 43 75
## 18720 43 95
## 18721 43 11
## 18722 43 30
## 18723 43 40
## 18724 43 24
## 18725 43 70
## 18726 43 53
## 18727 43 50
## 18728 43 75
## 18729 43 26
## 18730 43 32
## 18731 43 35
## 18732 43 74
## 18733 43 65
## 18734 43 63
## 18735 43 180
## 18736 43 175
## 18737 43 109
## 18738 43 92
## 18739 43 31
## 18740 43 60
## 18741 43 40
## 18742 43 96
## 18743 43 44
## 18744 43 100
## 18745 43 29
## 18746 43 20
## 18747 43 88
## 18748 43 22
## 18749 43 55
## 18750 43 50
## 18751 43 52
## 18752 43 35
## 18753 43 112
## 18754 43 44
## 18755 43 60
## 18756 43 325
## 18757 43 83
## 18758 43 63
## 18759 43 112
## 18760 43 110
## 18761 43 195
## 18762 43 95
## 18763 43 43
## 18764 43 58
## 18765 43 33
## 18766 43 250
## 18767 43 80
## 18768 43 27
## 18769 43 99
## 18770 43 50
## 18771 43 95
## 18772 43 135
## 18773 43 249
## 18774 43 65
## 18775 43 148
## 18776 43 325
## 18777 43 23
## 18778 43 49
## 18779 43 67
## 18780 43 150
## 18781 43 108
## 18782 43 56
## 18783 43 32
## 18784 43 65
## 18785 43 55
## 18786 43 85
## 18787 43 150
## 18788 43 67
## 18789 43 24
## 18790 43 119
## 18791 43 68
## 18792 43 80
## 18793 43 92
## 18794 43 65
## 18795 43 30
## 18796 43 48
## 18797 43 299
## 18798 43 99
## 18799 43 150
## 18800 43 200
## 18801 43 12
## 18802 43 20
## 18803 43 200
## 18804 43 79
## 18805 43 105
## 18806 43 15
## 18807 43 50
## 18808 43 150
## 18809 43 64
## 18810 43 133
## 18811 43 25
## 18812 43 120
## 18813 43 38
## 18814 43 75
## 18815 43 68
## 18816 43 69
## 18817 43 75
## 18818 43 30
## 18819 43 40
## 18820 43 70
## 18821 43 75
## 18822 43 48
## 18823 43 65
## 18824 43 19
## 18825 43 22
## 18826 43 95
## 18827 43 163
## 18828 43 33
## 18829 43 300
## 18830 43 70
## 18831 43 220
## 18832 43 85
## 18833 43 315
## 18834 43 60
## 18835 43 166
## 18836 43 250
## 18837 43 100
## 18838 43 86
## 18839 43 45
## 18840 43 100
## 18841 43 84
## 18842 43 75
## 18843 43 42
## 18844 43 42
## 18845 43 60
## 18846 43 68
## 18847 43 70
## 18848 43 25
## 18849 43 28
## 18850 43 21
## 18851 43 80
## 18852 43 55
## 18853 43 24
## 18854 43 390
## 18855 43 150
## 18856 43 55
## 18857 43 22
## 18858 43 25
## 18859 43 45
## 18860 43 37
## 18861 43 40
## 18862 43 120
## 18863 43 75
## 18864 43 100
## 18865 43 138
## 18866 43 49
## 18867 43 78
## 18868 43 59
## 18869 43 17
## 18870 43 162
## 18871 43 60
## 18872 43 22
## 18873 43 36
## 18874 43 26
## 18875 43 92
## 18876 43 60
## 18877 43 40
## 18878 43 30
## 18879 43 60
## 18880 43 95
## 18881 43 93
## 18882 43 150
## 18883 43 42
## 18884 43 144
## 18885 43 60
## 18886 43 69
## 18887 43 100
## 18888 43 149
## 18889 43 319
## 18890 43 50
## 18891 43 35
## 18892 43 34
## 18893 43 77
## 18894 43 50
## 18895 43 43
## 18896 43 125
## 18897 43 79
## 18898 43 200
## 18899 43 58
## 18900 43 83
## 18901 43 68
## 18902 43 75
## 18903 43 17
## 18904 43 40
## 18905 43 18
## 18906 43 60
## 18907 43 33
## 18908 43 74
## 18909 43 50
## 18910 43 50
## 18911 43 14
## 18912 43 48
## 18913 43 22
## 18914 43 41
## 18915 43 30
## 18916 43 32
## 18917 43 150
## 18918 43 38
## 18919 43 149
## 18920 43 45
## 18921 43 150
## 18922 43 16
## 18923 43 59
## 18924 43 75
## 18925 43 197
## 18926 43 299
## 18927 43 425
## 18928 42 222
## 18929 42 120
## 18930 42 90
## 18931 42 26
## 18932 42 50
## 18933 42 17
## 18934 42 68
## 18935 42 400
## 18936 42 50
## 18937 42 30
## 18938 42 43
## 18939 42 203
## 18940 42 42
## 18941 42 81
## 18942 42 89
## 18943 42 11
## 18944 42 56
## 18945 42 42
## 18946 42 135
## 18947 42 110
## 18948 42 52
## 18949 42 149
## 18950 42 100
## 18951 42 48
## 18952 42 65
## 18953 42 55
## 18954 42 60
## 18955 42 104
## 18956 42 39
## 18957 42 260
## 18958 42 44
## 18959 42 45
## 18960 42 99
## 18961 42 49
## 18962 42 98
## 18963 42 42
## 18964 42 55
## 18965 42 70
## 18966 42 89
## 18967 42 69
## 18968 42 85
## 18969 42 109
## 18970 42 42
## 18971 42 22
## 18972 42 45
## 18973 42 31
## 18974 42 23
## 18975 42 79
## 18976 42 41
## 18977 42 170
## 18978 42 52
## 18979 42 90
## 18980 42 125
## 18981 42 40
## 18982 42 65
## 18983 42 99
## 18984 42 100
## 18985 42 115
## 18986 42 28
## 18987 42 70
## 18988 42 125
## 18989 42 45
## 18990 42 97
## 18991 42 90
## 18992 42 21
## 18993 42 50
## 18994 42 70
## 18995 42 150
## 18996 42 39
## 18997 42 65
## 18998 42 60
## 18999 42 24
## 19000 42 57
## 19001 42 180
## 19002 42 112
## 19003 42 35
## 19004 42 80
## 19005 42 137
## 19006 42 117
## 19007 42 250
## 19008 42 50
## 19009 42 32
## 19010 42 75
## 19011 42 79
## 19012 42 50
## 19013 42 37
## 19014 42 225
## 19015 42 80
## 19016 42 40
## 19017 42 35
## 19018 42 75
## 19019 42 109
## 19020 42 120
## 19021 42 49
## 19022 42 47
## 19023 42 329
## 19024 42 55
## 19025 42 24
## 19026 42 59
## 19027 42 62
## 19028 42 65
## 19029 42 125
## 19030 42 30
## 19031 42 29
## 19032 42 100
## 19033 42 150
## 19034 42 204
## 19035 42 266
## 19036 42 62
## 19037 42 322
## 19038 42 70
## 19039 42 17
## 19040 42 65
## 19041 42 28
## 19042 42 89
## 19043 42 75
## 19044 42 175
## 19045 42 50
## 19046 42 22
## 19047 42 60
## 19048 42 65
## 19049 42 90
## 19050 42 20
## 19051 42 45
## 19052 42 26
## 19053 42 170
## 19054 42 299
## 19055 42 45
## 19056 42 125
## 19057 42 34
## 19058 42 120
## 19059 42 64
## 19060 42 52
## 19061 42 72
## 19062 42 200
## 19063 42 200
## 19064 42 265
## 19065 42 51
## 19066 42 31
## 19067 42 119
## 19068 42 49
## 19069 42 28
## 19070 42 70
## 19071 42 62
## 19072 42 67
## 19073 42 107
## 19074 42 62
## 19075 42 118
## 19076 42 110
## 19077 42 125
## 19078 42 85
## 19079 42 33
## 19080 42 52
## 19081 42 51
## 19082 42 98
## 19083 42 30
## 19084 42 80
## 19085 42 115
## 19086 42 50
## 19087 42 75
## 19088 42 85
## 19089 42 55
## 19090 42 35
## 19091 42 125
## 19092 42 65
## 19093 42 25
## 19094 42 355
## 19095 42 199
## 19096 42 24
## 19097 42 135
## 19098 42 195
## 19099 42 50
## 19100 42 38
## 19101 42 59
## 19102 42 100
## 19103 42 95
## 19104 42 60
## 19105 42 88
## 19106 42 133
## 19107 42 110
## 19108 42 100
## 19109 42 118
## 19110 42 58
## 19111 42 38
## 19112 42 194
## 19113 42 124
## 19114 42 103
## 19115 42 109
## 19116 42 69
## 19117 42 83
## 19118 42 16
## 19119 42 100
## 19120 42 20
## 19121 42 45
## 19122 42 55
## 19123 42 403
## 19124 42 300
## 19125 42 78
## 19126 42 124
## 19127 42 70
## 19128 42 110
## 19129 42 109
## 19130 42 348
## 19131 42 125
## 19132 42 50
## 19133 42 100
## 19134 42 22
## 19135 42 70
## 19136 42 40
## 19137 42 199
## 19138 42 18
## 19139 42 86
## 19140 42 27
## 19141 42 100
## 19142 42 240
## 19143 42 54
## 19144 42 100
## 19145 42 95
## 19146 42 139
## 19147 42 80
## 19148 42 169
## 19149 42 42
## 19150 42 90
## 19151 42 130
## 19152 42 149
## 19153 42 185
## 19154 42 17
## 19155 42 73
## 19156 42 62
## 19157 42 79
## 19158 42 110
## 19159 42 134
## 19160 42 44
## 19161 42 132
## 19162 42 68
## 19163 42 94
## 19164 42 24
## 19165 42 90
## 19166 42 154
## 19167 42 58
## 19168 42 42
## 19169 42 168
## 19170 42 55
## 19171 42 97
## 19172 42 135
## 19173 42 155
## 19174 42 110
## 19175 42 250
## 19176 42 50
## 19177 42 18
## 19178 42 36
## 19179 42 33
## 19180 42 213
## 19181 42 38
## 19182 42 145
## 19183 42 195
## 19184 42 32
## 19185 42 88
## 19186 42 67
## 19187 42 78
## 19188 42 35
## 19189 42 47
## 19190 42 43
## 19191 42 20
## 19192 42 22
## 19193 42 37
## 19194 42 170
## 19195 42 36
## 19196 42 99
## 19197 42 118
## 19198 42 35
## 19199 42 30
## 19200 42 32
## 19201 42 155
## 19202 42 229
## 19203 42 100
## 19204 42 45
## 19205 42 60
## 19206 42 66
## 19207 42 37
## 19208 42 135
## 19209 42 148
## 19210 42 45
## 19211 42 62
## 19212 42 725
## 19213 42 42
## 19214 42 97
## 19215 42 38
## 19216 42 70
## 19217 42 14
## 19218 42 55
## 19219 42 83
## 19220 42 112
## 19221 42 25
## 19222 42 69
## 19223 42 93
## 19224 42 100
## 19225 42 160
## 19226 42 135
## 19227 42 48
## 19228 42 67
## 19229 42 38
## 19230 42 90
## 19231 42 171
## 19232 42 30
## 19233 42 50
## 19234 42 40
## 19235 42 44
## 19236 42 28
## 19237 42 38
## 19238 42 150
## 19239 42 35
## 19240 42 59
## 19241 42 47
## 19242 42 138
## 19243 42 250
## 19244 42 62
## 19245 42 38
## 19246 42 61
## 19247 42 22
## 19248 42 49
## 19249 42 30
## 19250 42 43
## 19251 42 169
## 19252 42 80
## 19253 42 28
## 19254 42 31
## 19255 42 20
## 19256 42 15
## 19257 42 48
## 19258 42 100
## 19259 42 150
## 19260 42 50
## 19261 42 50
## 19262 42 29
## 19263 42 243
## 19264 42 62
## 19265 42 42
## 19266 42 200
## 19267 42 95
## 19268 42 70
## 19269 42 74
## 19270 42 118
## 19271 42 130
## 19272 42 109
## 19273 42 96
## 19274 42 48
## 19275 42 59
## 19276 42 30
## 19277 42 125
## 19278 42 42
## 19279 42 110
## 19280 42 110
## 19281 42 84
## 19282 42 164
## 19283 42 75
## 19284 42 96
## 19285 42 195
## 19286 42 100
## 19287 42 84
## 19288 42 209
## 19289 42 40
## 19290 42 11
## 19291 42 50
## 19292 42 199
## 19293 42 55
## 19294 42 100
## 19295 42 95
## 19296 42 62
## 19297 42 36
## 19298 42 125
## 19299 42 24
## 19300 42 97
## 19301 42 85
## 19302 42 84
## 19303 42 55
## 19304 42 21
## 19305 42 42
## 19306 42 44
## 19307 42 100
## 19308 42 40
## 19309 42 80
## 19310 42 18
## 19311 42 100
## 19312 42 172
## 19313 42 91
## 19314 42 58
## 19315 42 250
## 19316 42 192
## 19317 42 299
## 19318 42 80
## 19319 42 95
## 19320 42 36
## 19321 42 67
## 19322 42 149
## 19323 42 80
## 19324 42 150
## 19325 42 185
## 19326 42 247
## 19327 42 144
## 19328 42 315
## 19329 42 149
## 19330 42 50
## 19331 42 73
## 19332 42 99
## 19333 42 83
## 19334 42 49
## 19335 42 23
## 19336 42 104
## 19337 42 60
## 19338 42 199
## 19339 42 29
## 19340 42 155
## 19341 42 82
## 19342 42 66
## 19343 42 114
## 19344 42 140
## 19345 42 59
## 19346 42 268
## 19347 42 35
## 19348 42 39
## 19349 42 34
## 19350 42 87
## 19351 42 150
## 19352 42 42
## 19353 42 20
## 19354 42 66
## 19355 42 38
## 19356 42 195
## 19357 42 150
## 19358 42 42
## 19359 42 129
## 19360 42 120
## 19361 42 108
## 19362 42 183
## 19363 42 42
## 19364 42 50
## 19365 42 23
## 19366 42 109
## 19367 42 45
## 19368 42 100
## 19369 42 90
## 19370 42 24
## 19371 42 100
## 19372 42 45
## 19373 42 32
## 19374 42 49
## 19375 42 78
## 19376 42 100
## 19377 42 25
## 19378 42 65
## 19379 42 49
## 19380 42 62
## 19381 42 48
## 19382 42 160
## 19383 42 48
## 19384 42 20
## 19385 42 42
## 19386 42 78
## 19387 42 14
## 19388 41 105
## 19389 41 77
## 19390 41 68
## 19391 41 48
## 19392 41 70
## 19393 41 135
## 19394 41 98
## 19395 41 175
## 19396 41 75
## 19397 41 75
## 19398 41 65
## 19399 41 44
## 19400 41 84
## 19401 41 85
## 19402 41 80
## 19403 41 70
## 19404 41 86
## 19405 41 30
## 19406 41 66
## 19407 41 34
## 19408 41 150
## 19409 41 138
## 19410 41 62
## 19411 41 38
## 19412 41 75
## 19413 41 38
## 19414 41 52
## 19415 41 55
## 19416 41 125
## 19417 41 75
## 19418 41 67
## 19419 41 22
## 19420 41 135
## 19421 41 13
## 19422 41 149
## 19423 41 68
## 19424 41 129
## 19425 41 149
## 19426 41 30
## 19427 41 70
## 19428 41 75
## 19429 41 75
## 19430 41 66
## 19431 41 150
## 19432 41 95
## 19433 41 42
## 19434 41 88
## 19435 41 112
## 19436 41 74
## 19437 41 49
## 19438 41 200
## 19439 41 50
## 19440 41 34
## 19441 41 72
## 19442 41 85
## 19443 41 135
## 19444 41 90
## 19445 41 213
## 19446 41 249
## 19447 41 62
## 19448 41 93
## 19449 41 38
## 19450 41 199
## 19451 41 150
## 19452 41 42
## 19453 41 38
## 19454 41 40
## 19455 41 100
## 19456 41 199
## 19457 41 62
## 19458 41 25
## 19459 41 60
## 19460 41 38
## 19461 41 210
## 19462 41 75
## 19463 41 41
## 19464 41 50
## 19465 41 38
## 19466 41 44
## 19467 41 183
## 19468 41 22
## 19469 41 50
## 19470 41 92
## 19471 41 33
## 19472 41 115
## 19473 41 50
## 19474 41 23
## 19475 41 59
## 19476 41 27
## 19477 41 90
## 19478 41 36
## 19479 41 38
## 19480 41 55
## 19481 41 65
## 19482 41 50
## 19483 41 160
## 19484 41 42
## 19485 41 50
## 19486 41 36
## 19487 41 160
## 19488 41 295
## 19489 41 239
## 19490 41 18
## 19491 41 46
## 19492 41 58
## 19493 41 50
## 19494 41 185
## 19495 41 67
## 19496 41 75
## 19497 41 85
## 19498 41 212
## 19499 41 67
## 19500 41 110
## 19501 41 50
## 19502 41 57
## 19503 41 335
## 19504 41 42
## 19505 41 225
## 19506 41 94
## 19507 41 50
## 19508 41 125
## 19509 41 148
## 19510 41 40
## 19511 41 52
## 19512 41 48
## 19513 41 149
## 19514 41 24
## 19515 41 174
## 19516 41 50
## 19517 41 49
## 19518 41 58
## 19519 41 50
## 19520 41 36
## 19521 41 65
## 19522 41 58
## 19523 41 50
## 19524 41 20
## 19525 41 18
## 19526 41 45
## 19527 41 50
## 19528 41 150
## 19529 41 37
## 19530 41 60
## 19531 41 38
## 19532 41 62
## 19533 41 276
## 19534 41 30
## 19535 41 42
## 19536 41 149
## 19537 41 350
## 19538 41 98
## 19539 41 24
## 19540 41 74
## 19541 41 48
## 19542 41 55
## 19543 41 25
## 19544 41 60
## 19545 41 42
## 19546 41 80
## 19547 41 50
## 19548 41 59
## 19549 41 60
## 19550 41 36
## 19551 41 38
## 19552 41 165
## 19553 41 379
## 19554 41 33
## 19555 41 67
## 19556 41 114
## 19557 41 55
## 19558 41 435
## 19559 41 100
## 19560 41 68
## 19561 41 40
## 19562 41 129
## 19563 41 92
## 19564 41 175
## 19565 41 200
## 19566 41 175
## 19567 41 120
## 19568 41 46
## 19569 41 250
## 19570 41 75
## 19571 41 588
## 19572 41 55
## 19573 41 44
## 19574 41 30
## 19575 41 40
## 19576 41 34
## 19577 41 60
## 19578 41 68
## 19579 41 30
## 19580 41 100
## 19581 41 29
## 19582 41 77
## 19583 41 59
## 19584 41 45
## 19585 41 31
## 19586 41 130
## 19587 41 64
## 19588 41 59
## 19589 41 47
## 19590 41 199
## 19591 41 81
## 19592 41 98
## 19593 41 75
## 19594 41 40
## 19595 41 116
## 19596 41 60
## 19597 41 100
## 19598 41 55
## 19599 41 75
## 19600 41 109
## 19601 41 225
## 19602 41 45
## 19603 41 33
## 19604 41 90
## 19605 41 37
## 19606 41 124
## 19607 41 100
## 19608 41 97
## 19609 41 82
## 19610 41 86
## 19611 41 35
## 19612 41 58
## 19613 41 25
## 19614 41 119
## 19615 41 49
## 19616 41 32
## 19617 41 50
## 19618 41 40
## 19619 41 15
## 19620 41 112
## 19621 41 100
## 19622 41 72
## 19623 41 399
## 19624 41 99
## 19625 41 30
## 19626 41 100
## 19627 41 28
## 19628 41 42
## 19629 41 85
## 19630 41 64
## 19631 41 32
## 19632 41 70
## 19633 41 15
## 19634 41 238
## 19635 41 50
## 19636 41 90
## 19637 41 120
## 19638 41 23
## 19639 41 100
## 19640 41 79
## 19641 41 38
## 19642 41 275
## 19643 41 155
## 19644 41 40
## 19645 41 95
## 19646 41 22
## 19647 41 100
## 19648 41 23
## 19649 41 185
## 19650 41 78
## 19651 41 185
## 19652 41 85
## 19653 41 22
## 19654 41 50
## 19655 41 40
## 19656 41 18
## 19657 41 75
## 19658 41 68
## 19659 41 70
## 19660 41 89
## 19661 41 40
## 19662 41 120
## 19663 41 78
## 19664 41 55
## 19665 41 33
## 19666 41 53
## 19667 41 100
## 19668 41 55
## 19669 41 44
## 19670 41 12
## 19671 41 49
## 19672 41 90
## 19673 41 111
## 19674 41 65
## 19675 41 45
## 19676 41 70
## 19677 41 62
## 19678 41 149
## 19679 41 40
## 19680 41 53
## 19681 41 37
## 19682 41 72
## 19683 41 185
## 19684 41 50
## 19685 41 77
## 19686 41 200
## 19687 41 88
## 19688 41 65
## 19689 41 295
## 19690 41 58
## 19691 41 159
## 19692 41 68
## 19693 41 99
## 19694 41 199
## 19695 41 116
## 19696 41 44
## 19697 41 148
## 19698 41 90
## 19699 41 65
## 19700 41 132
## 19701 41 11
## 19702 41 100
## 19703 41 66
## 19704 41 75
## 19705 41 25
## 19706 41 89
## 19707 41 36
## 19708 41 40
## 19709 41 432
## 19710 41 41
## 19711 41 65
## 19712 41 35
## 19713 41 50
## 19714 41 60
## 19715 41 35
## 19716 41 23
## 19717 41 95
## 19718 41 91
## 19719 41 115
## 19720 41 35
## 19721 41 62
## 19722 41 60
## 19723 41 37
## 19724 41 299
## 19725 41 135
## 19726 41 48
## 19727 41 58
## 19728 41 11
## 19729 41 125
## 19730 41 123
## 19731 41 275
## 19732 41 90
## 19733 41 34
## 19734 41 255
## 19735 41 56
## 19736 41 53
## 19737 41 105
## 19738 41 80
## 19739 41 62
## 19740 41 140
## 19741 41 75
## 19742 41 62
## 19743 41 55
## 19744 41 38
## 19745 41 58
## 19746 41 87
## 19747 41 37
## 19748 41 103
## 19749 41 349
## 19750 41 39
## 19751 41 78
## 19752 41 28
## 19753 41 224
## 19754 41 95
## 19755 41 21
## 19756 41 80
## 19757 41 43
## 19758 41 18
## 19759 41 69
## 19760 41 37
## 19761 41 139
## 19762 41 243
## 19763 41 62
## 19764 41 60
## 19765 41 175
## 19766 41 36
## 19767 41 125
## 19768 41 120
## 19769 41 72
## 19770 41 68
## 19771 41 95
## 19772 41 50
## 19773 41 248
## 19774 41 99
## 19775 41 32
## 19776 41 54
## 19777 41 30
## 19778 41 34
## 19779 41 109
## 19780 41 99
## 19781 41 60
## 19782 41 79
## 19783 41 52
## 19784 41 75
## 19785 41 68
## 19786 41 25
## 19787 41 125
## 19788 41 130
## 19789 41 62
## 19790 41 88
## 19791 41 149
## 19792 41 85
## 19793 41 80
## 19794 41 116
## 19795 41 45
## 19796 41 80
## 19797 41 200
## 19798 41 92
## 19799 41 80
## 19800 41 20
## 19801 41 12
## 19802 41 50
## 19803 41 22
## 19804 41 175
## 19805 41 250
## 19806 41 146
## 19807 41 33
## 19808 41 18
## 19809 41 48
## 19810 41 150
## 19811 41 189
## 19812 41 36
## 19813 41 40
## 19814 41 80
## 19815 41 60
## 19816 41 231
## 19817 41 600
## 19818 41 274
## 19819 41 48
## 19820 41 44
## 19821 41 138
## 19822 41 80
## 19823 41 110
## 19824 41 33
## 19825 41 120
## 19826 41 74
## 19827 41 145
## 19828 41 72
## 19829 41 65
## 19830 41 85
## 19831 41 79
## 19832 41 122
## 19833 41 100
## 19834 41 64
## 19835 41 110
## 19836 41 50
## 19837 41 38
## 19838 41 68
## 19839 41 28
## 19840 41 83
## 19841 41 33
## 19842 41 33
## 19843 41 65
## 19844 41 59
## 19845 41 48
## 19846 41 110
## 19847 41 40
## 19848 41 65
## 19849 41 299
## 19850 41 42
## 19851 41 58
## 19852 41 66
## 19853 41 38
## 19854 41 31
## 19855 41 50
## 19856 41 13
## 19857 41 17
## 19858 41 52
## 19859 41 42
## 19860 41 110
## 19861 41 375
## 19862 41 199
## 19863 41 75
## 19864 41 36
## 19865 41 89
## 19866 41 17
## 19867 41 199
## 19868 41 14
## 19869 41 150
## 19870 41 129
## 19871 41 300
## 19872 41 39
## 19873 41 100
## 19874 41 69
## 19875 41 47
## 19876 41 16
## 19877 41 50
## 19878 41 15
## 19879 41 41
## 19880 41 56
## 19881 40 280
## 19882 40 110
## 19883 40 56
## 19884 40 68
## 19885 40 100
## 19886 40 48
## 19887 40 74
## 19888 40 99
## 19889 40 350
## 19890 40 40
## 19891 40 20
## 19892 40 28
## 19893 40 60
## 19894 40 120
## 19895 40 62
## 19896 40 105
## 19897 40 35
## 19898 40 179
## 19899 40 97
## 19900 40 125
## 19901 40 157
## 19902 40 55
## 19903 40 52
## 19904 40 89
## 19905 40 22
## 19906 40 33
## 19907 40 32
## 19908 40 117
## 19909 40 209
## 19910 40 74
## 19911 40 50
## 19912 40 74
## 19913 40 52
## 19914 40 20
## 19915 40 400
## 19916 40 120
## 19917 40 102
## 19918 40 50
## 19919 40 85
## 19920 40 48
## 19921 40 110
## 19922 40 62
## 19923 40 34
## 19924 40 68
## 19925 40 21
## 19926 40 112
## 19927 40 65
## 19928 40 255
## 19929 40 150
## 19930 40 38
## 19931 40 119
## 19932 40 99
## 19933 40 80
## 19934 40 75
## 19935 40 149
## 19936 40 40
## 19937 40 42
## 19938 40 187
## 19939 40 48
## 19940 40 137
## 19941 40 46
## 19942 40 75
## 19943 40 50
## 19944 40 65
## 19945 40 197
## 19946 40 40
## 19947 40 33
## 19948 40 19
## 19949 40 52
## 19950 40 85
## 19951 40 30
## 19952 40 36
## 19953 40 166
## 19954 40 28
## 19955 40 72
## 19956 40 27
## 19957 40 130
## 19958 40 18
## 19959 40 100
## 19960 40 80
## 19961 40 110
## 19962 40 35
## 19963 40 45
## 19964 40 22
## 19965 40 165
## 19966 40 30
## 19967 40 49
## 19968 40 124
## 19969 40 62
## 19970 40 155
## 19971 40 100
## 19972 40 16
## 19973 40 115
## 19974 40 170
## 19975 40 75
## 19976 40 200
## 19977 40 75
## 19978 40 149
## 19979 40 56
## 19980 40 26
## 19981 40 53
## 19982 40 63
## 19983 40 90
## 19984 40 58
## 19985 40 18
## 19986 40 114
## 19987 40 62
## 19988 40 175
## 19989 40 33
## 19990 40 69
## 19991 40 599
## 19992 40 50
## 19993 40 50
## 19994 40 60
## 19995 40 65
## 19996 40 39
## 19997 40 30
## 19998 40 60
## 19999 40 24
## 20000 40 50
## 20001 40 248
## 20002 40 27
## 20003 40 16
## 20004 40 90
## 20005 40 49
## 20006 40 72
## 20007 40 175
## 20008 40 120
## 20009 40 88
## 20010 40 45
## 20011 40 450
## 20012 40 140
## 20013 40 800
## 20014 40 45
## 20015 40 64
## 20016 40 65
## 20017 40 45
## 20018 40 75
## 20019 40 47
## 20020 40 176
## 20021 40 33
## 20022 40 89
## 20023 40 115
## 20024 40 40
## 20025 40 200
## 20026 40 75
## 20027 40 100
## 20028 40 110
## 20029 40 50
## 20030 40 32
## 20031 40 120
## 20032 40 95
## 20033 40 54
## 20034 40 88
## 20035 40 125
## 20036 40 50
## 20037 40 72
## 20038 40 175
## 20039 40 455
## 20040 40 32
## 20041 40 99
## 20042 40 140
## 20043 40 60
## 20044 40 57
## 20045 40 79
## 20046 40 95
## 20047 40 15
## 20048 40 30
## 20049 40 32
## 20050 40 110
## 20051 40 71
## 20052 40 80
## 20053 40 219
## 20054 40 93
## 20055 40 99
## 20056 40 75
## 20057 40 138
## 20058 40 52
## 20059 40 129
## 20060 40 90
## 20061 40 112
## 20062 40 58
## 20063 40 275
## 20064 40 160
## 20065 40 51
## 20066 40 32
## 20067 40 98
## 20068 40 140
## 20069 40 60
## 20070 40 129
## 20071 40 68
## 20072 40 38
## 20073 40 79
## 20074 40 120
## 20075 40 50
## 20076 40 325
## 20077 40 42
## 20078 40 37
## 20079 40 50
## 20080 40 59
## 20081 40 88
## 20082 40 229
## 20083 40 38
## 20084 40 229
## 20085 40 75
## 20086 40 50
## 20087 40 68
## 20088 40 18
## 20089 40 54
## 20090 40 30
## 20091 40 70
## 20092 40 61
## 20093 40 114
## 20094 40 124
## 20095 40 75
## 20096 40 78
## 20097 40 59
## 20098 40 80
## 20099 40 65
## 20100 40 75
## 20101 40 33
## 20102 40 79
## 20103 40 134
## 20104 40 226
## 20105 40 550
## 20106 40 42
## 20107 40 105
## 20108 40 27
## 20109 40 40
## 20110 40 27
## 20111 40 55
## 20112 40 150
## 20113 40 70
## 20114 40 16
## 20115 40 52
## 20116 40 30
## 20117 40 40
## 20118 40 34
## 20119 40 59
## 20120 40 65
## 20121 40 75
## 20122 40 100
## 20123 40 295
## 20124 40 79
## 20125 40 100
## 20126 40 78
## 20127 40 110
## 20128 40 625
## 20129 40 99
## 20130 40 15
## 20131 40 34
## 20132 40 56
## 20133 40 42
## 20134 40 30
## 20135 40 126
## 20136 40 90
## 20137 40 65
## 20138 40 75
## 20139 40 114
## 20140 40 60
## 20141 40 120
## 20142 40 125
## 20143 40 25
## 20144 40 95
## 20145 40 63
## 20146 40 42
## 20147 40 100
## 20148 40 48
## 20149 40 65
## 20150 40 22
## 20151 40 126
## 20152 40 475
## 20153 40 50
## 20154 40 50
## 20155 40 16
## 20156 40 145
## 20157 40 186
## 20158 40 62
## 20159 40 75
## 20160 40 70
## 20161 40 78
## 20162 40 35
## 20163 40 54
## 20164 40 232
## 20165 40 45
## 20166 40 66
## 20167 40 150
## 20168 40 200
## 20169 40 80
## 20170 40 80
## 20171 40 110
## 20172 40 90
## 20173 40 83
## 20174 40 37
## 20175 40 104
## 20176 40 59
## 20177 40 70
## 20178 40 50
## 20179 40 139
## 20180 40 175
## 20181 40 38
## 20182 40 80
## 20183 40 55
## 20184 40 233
## 20185 40 58
## 20186 40 102
## 20187 40 90
## 20188 40 90
## 20189 40 37
## 20190 40 85
## 20191 40 50
## 20192 40 31
## 20193 40 12
## 20194 40 300
## 20195 40 195
## 20196 40 52
## 20197 40 69
## 20198 40 250
## 20199 40 50
## 20200 40 88
## 20201 40 75
## 20202 40 175
## 20203 40 40
## 20204 40 50
## 20205 40 80
## 20206 40 39
## 20207 40 99
## 20208 40 90
## 20209 40 60
## 20210 40 50
## 20211 40 54
## 20212 40 25
## 20213 40 36
## 20214 40 70
## 20215 40 42
## 20216 40 50
## 20217 40 99
## 20218 40 60
## 20219 40 98
## 20220 40 50
## 20221 40 22
## 20222 40 130
## 20223 40 100
## 20224 40 147
## 20225 40 250
## 20226 40 69
## 20227 40 102
## 20228 40 35
## 20229 40 75
## 20230 40 160
## 20231 40 79
## 20232 40 50
## 20233 40 51
## 20234 40 100
## 20235 40 169
## 20236 40 38
## 20237 40 62
## 20238 40 59
## 20239 40 41
## 20240 40 50
## 20241 40 85
## 20242 40 40
## 20243 40 65
## 20244 40 22
## 20245 40 45
## 20246 40 49
## 20247 40 120
## 20248 40 67
## 20249 40 100
## 20250 40 25
## 20251 40 32
## 20252 40 75
## 20253 40 40
## 20254 40 375
## 20255 40 40
## 20256 40 58
## 20257 40 75
## 20258 40 120
## 20259 40 50
## 20260 40 20
## 20261 40 34
## 20262 40 27
## 20263 40 57
## 20264 40 100
## 20265 40 60
## 20266 40 54
## 20267 40 94
## 20268 40 70
## 20269 40 165
## 20270 40 114
## 20271 40 12
## 20272 40 33
## 20273 40 109
## 20274 40 24
## 20275 40 113
## 20276 40 32
## 20277 40 45
## 20278 40 26
## 20279 40 155
## 20280 40 40
## 20281 40 63
## 20282 40 75
## 20283 40 26
## 20284 40 59
## 20285 40 258
## 20286 40 55
## 20287 40 62
## 20288 40 58
## 20289 40 75
## 20290 40 85
## 20291 40 14
## 20292 40 60
## 20293 40 49
## 20294 40 30
## 20295 40 21
## 20296 40 163
## 20297 40 68
## 20298 40 52
## 20299 40 44
## 20300 40 85
## 20301 40 65
## 20302 40 38
## 20303 40 50
## 20304 40 40
## 20305 40 97
## 20306 40 75
## 20307 40 107
## 20308 40 77
## 20309 40 54
## 20310 40 30
## 20311 40 65
## 20312 40 75
## 20313 40 80
## 20314 40 50
## 20315 40 92
## 20316 40 17
## 20317 40 75
## 20318 40 50
## 20319 40 299
## 20320 40 28
## 20321 40 75
## 20322 40 60
## 20323 40 17
## 20324 40 55
## 20325 40 99
## 20326 40 75
## 20327 40 46
## 20328 40 32
## 20329 40 43
## 20330 40 71
## 20331 40 74
## 20332 40 100
## 20333 40 125
## 20334 40 15
## 20335 40 40
## 20336 40 33
## 20337 40 83
## 20338 40 89
## 20339 40 100
## 20340 40 55
## 20341 40 400
## 20342 40 112
## 20343 40 56
## 20344 40 184
## 20345 40 60
## 20346 40 68
## 20347 40 28
## 20348 40 129
## 20349 40 150
## 20350 39 170
## 20351 39 50
## 20352 39 250
## 20353 39 22
## 20354 39 50
## 20355 39 95
## 20356 39 52
## 20357 39 239
## 20358 39 50
## 20359 39 45
## 20360 39 80
## 20361 39 69
## 20362 39 74
## 20363 39 78
## 20364 39 60
## 20365 39 74
## 20366 39 129
## 20367 39 190
## 20368 39 58
## 20369 39 133
## 20370 39 199
## 20371 39 80
## 20372 39 95
## 20373 39 175
## 20374 39 48
## 20375 39 45
## 20376 39 68
## 20377 39 32
## 20378 39 125
## 20379 39 25
## 20380 39 60
## 20381 39 40
## 20382 39 58
## 20383 39 200
## 20384 39 22
## 20385 39 75
## 20386 39 74
## 20387 39 42
## 20388 39 250
## 20389 39 46
## 20390 39 95
## 20391 39 55
## 20392 39 128
## 20393 39 175
## 20394 39 32
## 20395 39 50
## 20396 39 95
## 20397 39 205
## 20398 39 100
## 20399 39 100
## 20400 39 97
## 20401 39 87
## 20402 39 67
## 20403 39 28
## 20404 39 150
## 20405 39 33
## 20406 39 129
## 20407 39 66
## 20408 39 117
## 20409 39 67
## 20410 39 14
## 20411 39 22
## 20412 39 75
## 20413 39 125
## 20414 39 49
## 20415 39 280
## 20416 39 50
## 20417 39 170
## 20418 39 30
## 20419 39 32
## 20420 39 109
## 20421 39 60
## 20422 39 45
## 20423 39 52
## 20424 39 95
## 20425 39 41
## 20426 39 45
## 20427 39 60
## 20428 39 185
## 20429 39 36
## 20430 39 188
## 20431 39 95
## 20432 39 175
## 20433 39 22
## 20434 39 70
## 20435 39 20
## 20436 39 175
## 20437 39 259
## 20438 39 36
## 20439 39 132
## 20440 39 99
## 20441 39 12
## 20442 39 68
## 20443 39 100
## 20444 39 109
## 20445 39 34
## 20446 39 37
## 20447 39 55
## 20448 39 34
## 20449 39 59
## 20450 39 145
## 20451 39 26
## 20452 39 110
## 20453 39 26
## 20454 39 74
## 20455 39 90
## 20456 39 42
## 20457 39 115
## 20458 39 28
## 20459 39 38
## 20460 39 125
## 20461 39 47
## 20462 39 165
## 20463 39 75
## 20464 39 100
## 20465 39 59
## 20466 39 150
## 20467 39 81
## 20468 39 320
## 20469 39 60
## 20470 39 50
## 20471 39 350
## 20472 39 50
## 20473 39 25
## 20474 39 50
## 20475 39 175
## 20476 39 109
## 20477 39 70
## 20478 39 43
## 20479 39 19
## 20480 39 65
## 20481 39 90
## 20482 39 400
## 20483 39 125
## 20484 39 399
## 20485 39 67
## 20486 39 170
## 20487 39 68
## 20488 39 65
## 20489 39 52
## 20490 39 42
## 20491 39 42
## 20492 39 110
## 20493 39 48
## 20494 39 100
## 20495 39 66
## 20496 39 115
## 20497 39 17
## 20498 39 24
## 20499 39 375
## 20500 39 300
## 20501 39 40
## 20502 39 22
## 20503 39 20
## 20504 39 62
## 20505 39 50
## 20506 39 32
## 20507 39 40
## 20508 39 72
## 20509 39 70
## 20510 39 432
## 20511 39 80
## 20512 39 50
## 20513 39 74
## 20514 39 75
## 20515 39 160
## 20516 39 33
## 20517 39 280
## 20518 39 70
## 20519 39 56
## 20520 39 50
## 20521 39 92
## 20522 39 25
## 20523 39 50
## 20524 39 25
## 20525 39 75
## 20526 39 190
## 20527 39 15
## 20528 39 40
## 20529 39 100
## 20530 39 99
## 20531 39 124
## 20532 39 60
## 20533 39 138
## 20534 39 39
## 20535 39 37
## 20536 39 26
## 20537 39 40
## 20538 39 99
## 20539 39 25
## 20540 39 47
## 20541 39 150
## 20542 39 93
## 20543 39 66
## 20544 39 19
## 20545 39 138
## 20546 39 60
## 20547 39 120
## 20548 39 53
## 20549 39 109
## 20550 39 75
## 20551 39 83
## 20552 39 165
## 20553 39 38
## 20554 39 31
## 20555 39 68
## 20556 39 38
## 20557 39 60
## 20558 39 150
## 20559 39 45
## 20560 39 30
## 20561 39 65
## 20562 39 124
## 20563 39 50
## 20564 39 40
## 20565 39 50
## 20566 39 85
## 20567 39 68
## 20568 39 49
## 20569 39 65
## 20570 39 66
## 20571 39 104
## 20572 39 25
## 20573 39 99
## 20574 39 37
## 20575 39 45
## 20576 39 175
## 20577 39 32
## 20578 39 145
## 20579 39 52
## 20580 39 100
## 20581 39 70
## 20582 39 43
## 20583 39 124
## 20584 39 100
## 20585 39 445
## 20586 39 59
## 20587 39 225
## 20588 39 90
## 20589 39 499
## 20590 39 79
## 20591 39 45
## 20592 39 31
## 20593 39 48
## 20594 39 40
## 20595 39 100
## 20596 39 130
## 20597 39 271
## 20598 39 25
## 20599 39 100
## 20600 39 34
## 20601 39 38
## 20602 39 75
## 20603 39 26
## 20604 39 20
## 20605 39 44
## 20606 39 68
## 20607 39 54
## 20608 39 125
## 20609 39 50
## 20610 39 27
## 20611 39 48
## 20612 39 75
## 20613 39 20
## 20614 39 59
## 20615 39 60
## 20616 39 90
## 20617 39 200
## 20618 39 35
## 20619 39 175
## 20620 39 65
## 20621 39 138
## 20622 39 40
## 20623 39 80
## 20624 39 94
## 20625 39 49
## 20626 39 130
## 20627 39 166
## 20628 39 95
## 20629 39 24
## 20630 39 24
## 20631 39 40
## 20632 39 200
## 20633 39 50
## 20634 39 110
## 20635 39 175
## 20636 39 95
## 20637 39 158
## 20638 39 100
## 20639 39 74
## 20640 39 96
## 20641 39 52
## 20642 39 30
## 20643 39 59
## 20644 39 299
## 20645 39 80
## 20646 39 204
## 20647 39 125
## 20648 39 22
## 20649 39 30
## 20650 39 60
## 20651 39 18
## 20652 39 66
## 20653 39 215
## 20654 39 70
## 20655 39 60
## 20656 39 58
## 20657 39 95
## 20658 39 83
## 20659 39 40
## 20660 39 100
## 20661 39 76
## 20662 39 54
## 20663 39 150
## 20664 39 90
## 20665 39 36
## 20666 39 19
## 20667 39 23
## 20668 39 35
## 20669 39 37
## 20670 39 164
## 20671 39 40
## 20672 39 66
## 20673 39 45
## 20674 39 73
## 20675 39 72
## 20676 39 95
## 20677 39 98
## 20678 39 350
## 20679 39 49
## 20680 39 45
## 20681 39 42
## 20682 39 58
## 20683 39 15
## 20684 39 57
## 20685 39 72
## 20686 39 18
## 20687 39 49
## 20688 39 99
## 20689 39 24
## 20690 39 108
## 20691 39 70
## 20692 39 62
## 20693 39 36
## 20694 39 31
## 20695 39 34
## 20696 39 70
## 20697 39 119
## 20698 39 63
## 20699 39 33
## 20700 39 58
## 20701 39 150
## 20702 39 65
## 20703 39 38
## 20704 39 75
## 20705 39 74
## 20706 39 50
## 20707 39 50
## 20708 39 84
## 20709 39 72
## 20710 39 125
## 20711 39 100
## 20712 39 53
## 20713 39 106
## 20714 39 38
## 20715 39 55
## 20716 39 75
## 20717 39 74
## 20718 39 73
## 20719 39 132
## 20720 39 199
## 20721 39 22
## 20722 39 95
## 20723 39 330
## 20724 39 67
## 20725 39 40
## 20726 39 33
## 20727 39 68
## 20728 39 38
## 20729 39 30
## 20730 39 68
## 20731 39 129
## 20732 39 92
## 20733 39 60
## 20734 39 129
## 20735 39 44
## 20736 39 28
## 20737 39 50
## 20738 39 38
## 20739 39 42
## 20740 39 34
## 20741 39 96
## 20742 39 100
## 20743 39 175
## 20744 39 89
## 20745 39 133
## 20746 39 78
## 20747 39 100
## 20748 39 37
## 20749 39 90
## 20750 39 45
## 20751 39 60
## 20752 39 40
## 20753 39 243
## 20754 39 66
## 20755 39 35
## 20756 39 89
## 20757 39 90
## 20758 39 40
## 20759 39 41
## 20760 39 45
## 20761 39 120
## 20762 39 188
## 20763 39 27
## 20764 39 55
## 20765 39 204
## 20766 39 39
## 20767 39 60
## 20768 39 42
## 20769 39 36
## 20770 39 72
## 20771 39 80
## 20772 39 36
## 20773 39 42
## 20774 39 40
## 20775 39 70
## 20776 39 198
## 20777 39 74
## 20778 39 102
## 20779 39 179
## 20780 39 67
## 20781 39 159
## 20782 39 44
## 20783 39 349
## 20784 39 40
## 20785 39 60
## 20786 39 126
## 20787 39 24
## 20788 39 63
## 20789 39 30
## 20790 39 89
## 20791 39 29
## 20792 39 60
## 20793 39 36
## 20794 39 23
## 20795 39 249
## 20796 39 350
## 20797 39 33
## 20798 39 120
## 20799 39 26
## 20800 39 94
## 20801 39 34
## 20802 39 119
## 20803 39 126
## 20804 39 166
## 20805 39 87
## 20806 39 115
## 20807 39 98
## 20808 39 28
## 20809 39 139
## 20810 39 50
## 20811 39 150
## 20812 39 15
## 20813 39 40
## 20814 39 160
## 20815 39 85
## 20816 39 150
## 20817 39 96
## 20818 39 350
## 20819 39 60
## 20820 39 124
## 20821 39 58
## 20822 39 52
## 20823 39 275
## 20824 39 88
## 20825 39 19
## 20826 39 34
## 20827 39 48
## 20828 39 60
## 20829 39 26
## 20830 39 70
## 20831 39 62
## 20832 39 44
## 20833 39 35
## 20834 39 50
## 20835 39 36
## 20836 39 99
## 20837 39 22
## 20838 39 18
## 20839 39 86
## 20840 39 105
## 20841 39 140
## 20842 39 69
## 20843 39 70
## 20844 39 60
## 20845 39 40
## 20846 39 225
## 20847 39 32
## 20848 39 14
## 20849 39 40
## 20850 39 179
## 20851 39 70
## 20852 39 78
## 20853 39 36
## 20854 39 43
## 20855 39 88
## 20856 39 49
## 20857 39 40
## 20858 39 69
## 20859 39 150
## 20860 39 129
## 20861 39 22
## 20862 39 45
## 20863 39 68
## 20864 39 110
## 20865 39 120
## 20866 38 50
## 20867 38 90
## 20868 38 129
## 20869 38 90
## 20870 38 69
## 20871 38 65
## 20872 38 70
## 20873 38 82
## 20874 38 124
## 20875 38 25
## 20876 38 36
## 20877 38 198
## 20878 38 37
## 20879 38 37
## 20880 38 109
## 20881 38 37
## 20882 38 199
## 20883 38 45
## 20884 38 52
## 20885 38 59
## 20886 38 70
## 20887 38 138
## 20888 38 42
## 20889 38 28
## 20890 38 34
## 20891 38 98
## 20892 38 80
## 20893 38 50
## 20894 38 15
## 20895 38 72
## 20896 38 48
## 20897 38 70
## 20898 38 138
## 20899 38 42
## 20900 38 200
## 20901 38 38
## 20902 38 40
## 20903 38 70
## 20904 38 106
## 20905 38 32
## 20906 38 212
## 20907 38 55
## 20908 38 75
## 20909 38 68
## 20910 38 99
## 20911 38 44
## 20912 38 150
## 20913 38 99
## 20914 38 68
## 20915 38 275
## 20916 38 39
## 20917 38 18
## 20918 38 82
## 20919 38 70
## 20920 38 318
## 20921 38 65
## 20922 38 24
## 20923 38 84
## 20924 38 155
## 20925 38 98
## 20926 38 60
## 20927 38 30
## 20928 38 40
## 20929 38 22
## 20930 38 75
## 20931 38 105
## 20932 38 12
## 20933 38 75
## 20934 38 33
## 20935 38 20
## 20936 38 129
## 20937 38 45
## 20938 38 66
## 20939 38 380
## 20940 38 119
## 20941 38 64
## 20942 38 125
## 20943 38 55
## 20944 38 42
## 20945 38 40
## 20946 38 37
## 20947 38 49
## 20948 38 49
## 20949 38 48
## 20950 38 18
## 20951 38 42
## 20952 38 30
## 20953 38 46
## 20954 38 25
## 20955 38 150
## 20956 38 199
## 20957 38 36
## 20958 38 33
## 20959 38 85
## 20960 38 69
## 20961 38 58
## 20962 38 100
## 20963 38 42
## 20964 38 100
## 20965 38 205
## 20966 38 32
## 20967 38 46
## 20968 38 85
## 20969 38 27
## 20970 38 130
## 20971 38 40
## 20972 38 66
## 20973 38 32
## 20974 38 77
## 20975 38 74
## 20976 38 86
## 20977 38 80
## 20978 38 55
## 20979 38 33
## 20980 38 216
## 20981 38 90
## 20982 38 70
## 20983 38 50
## 20984 38 20
## 20985 38 85
## 20986 38 70
## 20987 38 36
## 20988 38 80
## 20989 38 45
## 20990 38 70
## 20991 38 60
## 20992 38 50
## 20993 38 49
## 20994 38 60
## 20995 38 59
## 20996 38 92
## 20997 38 85
## 20998 38 23
## 20999 38 33
## 21000 38 44
## 21001 38 135
## 21002 38 49
## 21003 38 75
## 21004 38 300
## 21005 38 68
## 21006 38 25
## 21007 38 38
## 21008 38 23
## 21009 38 90
## 21010 38 250
## 21011 38 75
## 21012 38 40
## 21013 38 129
## 21014 38 85
## 21015 38 149
## 21016 38 50
## 21017 38 23
## 21018 38 88
## 21019 38 85
## 21020 38 50
## 21021 38 45
## 21022 38 290
## 21023 38 13
## 21024 38 60
## 21025 38 299
## 21026 38 200
## 21027 38 12
## 21028 38 102
## 21029 38 59
## 21030 38 99
## 21031 38 112
## 21032 38 188
## 21033 38 40
## 21034 38 107
## 21035 38 112
## 21036 38 550
## 21037 38 110
## 21038 38 28
## 21039 38 46
## 21040 38 42
## 21041 38 25
## 21042 38 109
## 21043 38 88
## 21044 38 83
## 21045 38 30
## 21046 38 113
## 21047 38 59
## 21048 38 102
## 21049 38 22
## 21050 38 85
## 21051 38 30
## 21052 38 12
## 21053 38 42
## 21054 38 525
## 21055 38 62
## 21056 38 265
## 21057 38 58
## 21058 38 143
## 21059 38 255
## 21060 38 80
## 21061 38 19
## 21062 38 60
## 21063 38 100
## 21064 38 249
## 21065 38 50
## 21066 38 13
## 21067 38 24
## 21068 38 150
## 21069 38 450
## 21070 38 152
## 21071 38 75
## 21072 38 100
## 21073 38 117
## 21074 38 60
## 21075 38 50
## 21076 38 115
## 21077 38 34
## 21078 38 50
## 21079 38 75
## 21080 38 44
## 21081 38 50
## 21082 38 115
## 21083 38 50
## 21084 38 55
## 21085 38 70
## 21086 38 36
## 21087 38 100
## 21088 38 55
## 21089 38 75
## 21090 38 48
## 21091 38 33
## 21092 38 100
## 21093 38 235
## 21094 38 33
## 21095 38 32
## 21096 38 125
## 21097 38 99
## 21098 38 59
## 21099 38 225
## 21100 38 85
## 21101 38 329
## 21102 38 75
## 21103 38 134
## 21104 38 50
## 21105 38 74
## 21106 38 26
## 21107 38 174
## 21108 38 145
## 21109 38 85
## 21110 38 70
## 21111 38 115
## 21112 38 58
## 21113 38 140
## 21114 38 80
## 21115 38 83
## 21116 38 245
## 21117 38 92
## 21118 38 69
## 21119 38 83
## 21120 38 50
## 21121 38 165
## 21122 38 68
## 21123 38 12
## 21124 38 25
## 21125 38 125
## 21126 38 14
## 21127 38 58
## 21128 38 67
## 21129 38 35
## 21130 38 286
## 21131 38 18
## 21132 38 80
## 21133 38 108
## 21134 38 24
## 21135 38 51
## 21136 38 109
## 21137 38 58
## 21138 38 40
## 21139 38 64
## 21140 38 18
## 21141 38 400
## 21142 38 33
## 21143 38 117
## 21144 38 46
## 21145 38 30
## 21146 38 27
## 21147 38 37
## 21148 38 32
## 21149 38 85
## 21150 38 59
## 21151 38 160
## 21152 38 50
## 21153 38 53
## 21154 38 189
## 21155 38 72
## 21156 38 165
## 21157 38 65
## 21158 38 75
## 21159 38 200
## 21160 38 117
## 21161 38 100
## 21162 38 110
## 21163 38 53
## 21164 38 84
## 21165 38 22
## 21166 38 62
## 21167 38 14
## 21168 38 74
## 21169 38 49
## 21170 38 39
## 21171 38 45
## 21172 38 50
## 21173 38 40
## 21174 38 90
## 21175 38 58
## 21176 38 71
## 21177 38 32
## 21178 38 83
## 21179 38 45
## 21180 38 45
## 21181 38 105
## 21182 38 98
## 21183 38 79
## 21184 38 80
## 21185 38 67
## 21186 38 48
## 21187 38 130
## 21188 38 36
## 21189 38 33
## 21190 38 53
## 21191 38 31
## 21192 38 73
## 21193 38 27
## 21194 38 23
## 21195 38 68
## 21196 38 84
## 21197 38 699
## 21198 38 350
## 21199 38 40
## 21200 38 45
## 21201 38 140
## 21202 38 129
## 21203 38 60
## 21204 38 99
## 21205 38 140
## 21206 38 114
## 21207 38 150
## 21208 38 249
## 21209 38 399
## 21210 38 42
## 21211 38 36
## 21212 38 22
## 21213 38 79
## 21214 38 60
## 21215 38 99
## 21216 38 85
## 21217 38 83
## 21218 38 96
## 21219 38 140
## 21220 38 82
## 21221 38 209
## 21222 38 88
## 21223 38 80
## 21224 38 35
## 21225 38 199
## 21226 38 198
## 21227 38 26
## 21228 38 49
## 21229 38 100
## 21230 38 36
## 21231 38 125
## 21232 38 140
## 21233 38 200
## 21234 38 99
## 21235 38 95
## 21236 38 238
## 21237 38 46
## 21238 38 58
## 21239 38 24
## 21240 38 100
## 21241 38 50
## 21242 38 54
## 21243 38 80
## 21244 38 115
## 21245 38 62
## 21246 38 25
## 21247 38 60
## 21248 38 26
## 21249 38 160
## 21250 38 47
## 21251 38 158
## 21252 38 35
## 21253 38 65
## 21254 38 75
## 21255 38 45
## 21256 38 199
## 21257 38 48
## 21258 38 60
## 21259 38 50
## 21260 38 30
## 21261 38 82
## 21262 38 269
## 21263 38 62
## 21264 38 82
## 21265 38 89
## 21266 38 120
## 21267 38 67
## 21268 38 30
## 21269 38 85
## 21270 38 48
## 21271 38 150
## 21272 38 218
## 21273 38 50
## 21274 38 60
## 21275 38 36
## 21276 38 85
## 21277 38 25
## 21278 38 25
## 21279 38 40
## 21280 38 105
## 21281 38 60
## 21282 38 108
## 21283 38 33
## 21284 38 65
## 21285 38 22
## 21286 38 25
## 21287 38 81
## 21288 38 22
## 21289 38 112
## 21290 38 125
## 21291 38 45
## 21292 38 100
## 21293 38 54
## 21294 38 58
## 21295 38 90
## 21296 38 225
## 21297 38 32
## 21298 38 33
## 21299 38 345
## 21300 38 31
## 21301 38 43
## 21302 38 34
## 21303 38 33
## 21304 38 375
## 21305 38 40
## 21306 38 44
## 21307 38 70
## 21308 38 49
## 21309 38 42
## 21310 38 89
## 21311 38 15
## 21312 38 32
## 21313 38 91
## 21314 38 31
## 21315 38 28
## 21316 38 93
## 21317 38 99
## 21318 38 600
## 21319 38 70
## 21320 38 318
## 21321 38 179
## 21322 38 150
## 21323 38 69
## 21324 38 58
## 21325 38 109
## 21326 38 65
## 21327 38 80
## 21328 38 94
## 21329 38 26
## 21330 38 49
## 21331 38 55
## 21332 38 64
## 21333 38 115
## 21334 38 72
## 21335 38 110
## 21336 38 114
## 21337 38 34
## 21338 38 500
## 21339 38 17
## 21340 38 135
## 21341 38 100
## 21342 38 119
## 21343 38 54
## 21344 38 52
## 21345 38 72
## 21346 38 44
## 21347 38 102
## 21348 38 70
## 21349 38 61
## 21350 38 22
## 21351 38 600
## 21352 38 175
## 21353 38 85
## 21354 38 40
## 21355 38 250
## 21356 38 50
## 21357 38 59
## 21358 38 24
## 21359 38 300
## 21360 38 18
## 21361 38 28
## 21362 38 33
## 21363 38 60
## 21364 38 60
## 21365 38 89
## 21366 38 110
## 21367 38 32
## 21368 38 57
## 21369 38 100
## 21370 38 58
## 21371 38 31
## 21372 38 75
## 21373 38 336
## 21374 38 62
## 21375 38 45
## 21376 38 49
## 21377 38 128
## 21378 38 75
## 21379 38 46
## 21380 38 32
## 21381 38 159
## 21382 37 40
## 21383 37 58
## 21384 37 110
## 21385 37 40
## 21386 37 62
## 21387 37 25
## 21388 37 50
## 21389 37 75
## 21390 37 101
## 21391 37 54
## 21392 37 45
## 21393 37 49
## 21394 37 93
## 21395 37 45
## 21396 37 30
## 21397 37 45
## 21398 37 250
## 21399 37 39
## 21400 37 79
## 21401 37 85
## 21402 37 44
## 21403 37 149
## 21404 37 88
## 21405 37 175
## 21406 37 170
## 21407 37 60
## 21408 37 225
## 21409 37 42
## 21410 37 115
## 21411 37 75
## 21412 37 14
## 21413 37 120
## 21414 37 14
## 21415 37 149
## 21416 37 32
## 21417 37 47
## 21418 37 40
## 21419 37 68
## 21420 37 100
## 21421 37 53
## 21422 37 35
## 21423 37 32
## 21424 37 35
## 21425 37 122
## 21426 37 40
## 21427 37 39
## 21428 37 35
## 21429 37 25
## 21430 37 64
## 21431 37 104
## 21432 37 23
## 21433 37 42
## 21434 37 150
## 21435 37 45
## 21436 37 55
## 21437 37 38
## 21438 37 210
## 21439 37 60
## 21440 37 70
## 21441 37 97
## 21442 37 16
## 21443 37 50
## 21444 37 59
## 21445 37 100
## 21446 37 95
## 21447 37 375
## 21448 37 184
## 21449 37 30
## 21450 37 59
## 21451 37 48
## 21452 37 38
## 21453 37 32
## 21454 37 90
## 21455 37 104
## 21456 37 115
## 21457 37 38
## 21458 37 64
## 21459 37 24
## 21460 37 26
## 21461 37 20
## 21462 37 46
## 21463 37 249
## 21464 37 40
## 21465 37 34
## 21466 37 83
## 21467 37 75
## 21468 37 125
## 21469 37 49
## 21470 37 29
## 21471 37 38
## 21472 37 59
## 21473 37 300
## 21474 37 59
## 21475 37 20
## 21476 37 54
## 21477 37 140
## 21478 37 58
## 21479 37 199
## 21480 37 75
## 21481 37 350
## 21482 37 100
## 21483 37 144
## 21484 37 100
## 21485 37 44
## 21486 37 48
## 21487 37 22
## 21488 37 36
## 21489 37 99
## 21490 37 100
## 21491 37 60
## 21492 37 32
## 21493 37 75
## 21494 37 21
## 21495 37 70
## 21496 37 85
## 21497 37 52
## 21498 37 53
## 21499 37 26
## 21500 37 78
## 21501 37 29
## 21502 37 74
## 21503 37 30
## 21504 37 78
## 21505 37 80
## 21506 37 105
## 21507 37 73
## 21508 37 39
## 21509 37 62
## 21510 37 94
## 21511 37 106
## 21512 37 65
## 21513 37 91
## 21514 37 110
## 21515 37 60
## 21516 37 60
## 21517 37 62
## 21518 37 55
## 21519 37 200
## 21520 37 85
## 21521 37 108
## 21522 37 30
## 21523 37 65
## 21524 37 135
## 21525 37 100
## 21526 37 11
## 21527 37 300
## 21528 37 48
## 21529 37 86
## 21530 37 79
## 21531 37 120
## 21532 37 100
## 21533 37 58
## 21534 37 50
## 21535 37 90
## 21536 37 52
## 21537 37 45
## 21538 37 42
## 21539 37 98
## 21540 37 100
## 21541 37 75
## 21542 37 248
## 21543 37 102
## 21544 37 262
## 21545 37 50
## 21546 37 25
## 21547 37 160
## 21548 37 14
## 21549 37 125
## 21550 37 48
## 21551 37 35
## 21552 37 79
## 21553 37 283
## 21554 37 89
## 21555 37 195
## 21556 37 266
## 21557 37 84
## 21558 37 209
## 21559 37 95
## 21560 37 233
## 21561 37 28
## 21562 37 36
## 21563 37 48
## 21564 37 69
## 21565 37 14
## 21566 37 42
## 21567 37 137
## 21568 37 42
## 21569 37 38
## 21570 37 38
## 21571 37 127
## 21572 37 50
## 21573 37 68
## 21574 37 32
## 21575 37 325
## 21576 37 49
## 21577 37 180
## 21578 37 75
## 21579 37 48
## 21580 37 65
## 21581 37 28
## 21582 37 158
## 21583 37 40
## 21584 37 330
## 21585 37 72
## 21586 37 107
## 21587 37 141
## 21588 37 48
## 21589 37 40
## 21590 37 49
## 21591 37 82
## 21592 37 145
## 21593 37 46
## 21594 37 65
## 21595 37 50
## 21596 37 49
## 21597 37 570
## 21598 37 75
## 21599 37 98
## 21600 37 22
## 21601 37 32
## 21602 37 51
## 21603 37 188
## 21604 37 62
## 21605 37 50
## 21606 37 85
## 21607 37 33
## 21608 37 46
## 21609 37 30
## 21610 37 100
## 21611 37 275
## 21612 37 28
## 21613 37 100
## 21614 37 95
## 21615 37 46
## 21616 37 164
## 21617 37 122
## 21618 37 65
## 21619 37 175
## 21620 37 95
## 21621 37 14
## 21622 37 90
## 21623 37 100
## 21624 37 159
## 21625 37 60
## 21626 37 39
## 21627 37 32
## 21628 37 92
## 21629 37 54
## 21630 37 39
## 21631 37 83
## 21632 37 700
## 21633 37 124
## 21634 37 89
## 21635 37 135
## 21636 37 24
## 21637 37 105
## 21638 37 32
## 21639 37 52
## 21640 37 90
## 21641 37 98
## 21642 37 60
## 21643 37 45
## 21644 37 65
## 21645 37 250
## 21646 37 119
## 21647 37 219
## 21648 37 34
## 21649 37 65
## 21650 37 160
## 21651 37 31
## 21652 37 40
## 21653 37 100
## 21654 37 32
## 21655 37 79
## 21656 37 52
## 21657 37 72
## 21658 37 78
## 21659 37 65
## 21660 37 60
## 21661 37 162
## 21662 37 55
## 21663 37 48
## 21664 37 400
## 21665 37 80
## 21666 37 95
## 21667 37 37
## 21668 37 100
## 21669 37 79
## 21670 37 31
## 21671 37 33
## 21672 37 165
## 21673 37 100
## 21674 37 18
## 21675 37 64
## 21676 37 62
## 21677 37 14
## 21678 37 79
## 21679 37 28
## 21680 37 34
## 21681 37 66
## 21682 37 32
## 21683 37 32
## 21684 37 38
## 21685 37 150
## 21686 37 167
## 21687 37 40
## 21688 37 147
## 21689 37 41
## 21690 37 74
## 21691 37 60
## 21692 37 110
## 21693 37 69
## 21694 37 75
## 21695 37 45
## 21696 37 85
## 21697 37 26
## 21698 37 109
## 21699 37 249
## 21700 37 30
## 21701 37 133
## 21702 37 92
## 21703 37 300
## 21704 37 38
## 21705 37 38
## 21706 37 174
## 21707 37 400
## 21708 37 62
## 21709 37 42
## 21710 37 40
## 21711 37 50
## 21712 37 544
## 21713 37 38
## 21714 37 25
## 21715 37 175
## 21716 37 14
## 21717 37 86
## 21718 37 229
## 21719 37 97
## 21720 37 200
## 21721 37 42
## 21722 37 45
## 21723 37 48
## 21724 37 43
## 21725 37 118
## 21726 37 125
## 21727 37 76
## 21728 37 200
## 21729 37 118
## 21730 37 50
## 21731 37 55
## 21732 37 89
## 21733 37 42
## 21734 37 79
## 21735 37 40
## 21736 37 30
## 21737 37 100
## 21738 37 39
## 21739 37 64
## 21740 37 100
## 21741 37 99
## 21742 37 85
## 21743 37 44
## 21744 37 163
## 21745 37 60
## 21746 37 37
## 21747 37 79
## 21748 37 65
## 21749 37 38
## 21750 37 99
## 21751 37 150
## 21752 37 159
## 21753 37 42
## 21754 37 250
## 21755 37 20
## 21756 37 75
## 21757 37 49
## 21758 37 142
## 21759 37 120
## 21760 37 22
## 21761 37 175
## 21762 37 50
## 21763 37 87
## 21764 37 38
## 21765 37 50
## 21766 37 215
## 21767 37 50
## 21768 37 165
## 21769 37 50
## 21770 37 52
## 21771 37 100
## 21772 37 60
## 21773 37 120
## 21774 37 110
## 21775 37 80
## 21776 37 74
## 21777 37 29
## 21778 37 65
## 21779 37 55
## 21780 37 55
## 21781 37 38
## 21782 37 61
## 21783 37 138
## 21784 37 85
## 21785 37 96
## 21786 37 99
## 21787 37 44
## 21788 37 32
## 21789 37 108
## 21790 37 148
## 21791 37 124
## 21792 37 88
## 21793 37 17
## 21794 37 74
## 21795 37 625
## 21796 37 179
## 21797 37 40
## 21798 37 40
## 21799 37 83
## 21800 37 20
## 21801 37 50
## 21802 37 299
## 21803 37 24
## 21804 37 100
## 21805 37 105
## 21806 37 90
## 21807 37 70
## 21808 37 325
## 21809 37 72
## 21810 37 170
## 21811 37 38
## 21812 37 35
## 21813 37 65
## 21814 37 49
## 21815 37 55
## 21816 37 105
## 21817 37 62
## 21818 37 48
## 21819 37 40
## 21820 37 100
## 21821 37 16
## 21822 37 15
## 21823 37 50
## 21824 37 90
## 21825 37 27
## 21826 37 11
## 21827 37 70
## 21828 37 100
## 21829 37 48
## 21830 37 58
## 21831 37 83
## 21832 37 35
## 21833 37 42
## 21834 37 126
## 21835 37 200
## 21836 37 54
## 21837 37 48
## 21838 37 125
## 21839 37 82
## 21840 37 61
## 21841 37 29
## 21842 37 82
## 21843 37 40
## 21844 37 37
## 21845 37 220
## 21846 37 35
## 21847 37 48
## 21848 37 92
## 21849 37 160
## 21850 37 15
## 21851 37 103
## 21852 37 40
## 21853 37 75
## 21854 37 28
## 21855 37 58
## 21856 37 40
## 21857 37 145
## 21858 37 50
## 21859 37 112
## 21860 37 99
## 21861 37 21
## 21862 37 75
## 21863 37 75
## 21864 37 100
## 21865 37 14
## 21866 37 62
## 21867 37 42
## 21868 37 349
## 21869 37 85
## 21870 37 250
## 21871 37 88
## 21872 37 142
## 21873 37 84
## 21874 37 44
## 21875 37 115
## 21876 37 59
## 21877 37 295
## 21878 37 58
## 21879 37 138
## 21880 37 12
## 21881 37 50
## 21882 37 54
## 21883 37 55
## 21884 37 319
## 21885 37 62
## 21886 37 50
## 21887 37 168
## 21888 37 58
## 21889 37 82
## 21890 37 145
## 21891 37 75
## 21892 37 42
## 21893 37 65
## 21894 37 99
## 21895 37 55
## 21896 37 150
## 21897 37 80
## 21898 37 48
## 21899 37 75
## 21900 37 59
## 21901 37 32
## 21902 37 160
## 21903 37 60
## 21904 37 94
## 21905 37 55
## 21906 37 34
## 21907 37 74
## 21908 37 50
## 21909 37 35
## 21910 37 75
## 21911 37 250
## 21912 37 35
## 21913 37 138
## 21914 37 35
## 21915 37 80
## 21916 37 80
## 21917 37 86
## 21918 37 115
## 21919 37 68
## 21920 37 50
## 21921 37 74
## 21922 37 47
## 21923 37 62
## 21924 37 24
## 21925 37 48
## 21926 37 160
## 21927 37 120
## 21928 37 160
## 21929 37 99
## 21930 37 120
## 21931 37 28
## 21932 37 30
## 21933 37 69
## 21934 37 32
## 21935 37 85
## 21936 37 22
## 21937 37 250
## 21938 37 275
## 21939 37 300
## 21940 36 62
## 21941 36 49
## 21942 36 79
## 21943 36 27
## 21944 36 192
## 21945 36 13
## 21946 36 44
## 21947 36 47
## 21948 36 47
## 21949 36 80
## 21950 36 17
## 21951 36 229
## 21952 36 62
## 21953 36 54
## 21954 36 58
## 21955 36 32
## 21956 36 58
## 21957 36 37
## 21958 36 140
## 21959 36 70
## 21960 36 69
## 21961 36 50
## 21962 36 52
## 21963 36 67
## 21964 36 57
## 21965 36 40
## 21966 36 70
## 21967 36 120
## 21968 36 95
## 21969 36 135
## 21970 36 20
## 21971 36 25
## 21972 36 25
## 21973 36 169
## 21974 36 138
## 21975 36 50
## 21976 36 145
## 21977 36 50
## 21978 36 47
## 21979 36 67
## 21980 36 50
## 21981 36 29
## 21982 36 84
## 21983 36 119
## 21984 36 54
## 21985 36 35
## 21986 36 69
## 21987 36 37
## 21988 36 24
## 21989 36 64
## 21990 36 64
## 21991 36 145
## 21992 36 300
## 21993 36 88
## 21994 36 45
## 21995 36 22
## 21996 36 117
## 21997 36 98
## 21998 36 32
## 21999 36 17
## 22000 36 88
## 22001 36 32
## 22002 36 125
## 22003 36 96
## 22004 36 149
## 22005 36 41
## 22006 36 159
## 22007 36 50
## 22008 36 79
## 22009 36 25
## 22010 36 115
## 22011 36 48
## 22012 36 344
## 22013 36 55
## 22014 36 78
## 22015 36 62
## 22016 36 25
## 22017 36 60
## 22018 36 26
## 22019 36 42
## 22020 36 229
## 22021 36 122
## 22022 36 34
## 22023 36 400
## 22024 36 34
## 22025 36 47
## 22026 36 120
## 22027 36 45
## 22028 36 59
## 22029 36 32
## 22030 36 99
## 22031 36 30
## 22032 36 165
## 22033 36 34
## 22034 36 19
## 22035 36 38
## 22036 36 31
## 22037 36 60
## 22038 36 60
## 22039 36 100
## 22040 36 38
## 22041 36 64
## 22042 36 60
## 22043 36 58
## 22044 36 259
## 22045 36 50
## 22046 36 60
## 22047 36 95
## 22048 36 20
## 22049 36 159
## 22050 36 28
## 22051 36 49
## 22052 36 140
## 22053 36 45
## 22054 36 74
## 22055 36 80
## 22056 36 14
## 22057 36 65
## 22058 36 149
## 22059 36 72
## 22060 36 167
## 22061 36 33
## 22062 36 98
## 22063 36 48
## 22064 36 75
## 22065 36 225
## 22066 36 150
## 22067 36 38
## 22068 36 49
## 22069 36 25
## 22070 36 32
## 22071 36 40
## 22072 36 62
## 22073 36 58
## 22074 36 119
## 22075 36 60
## 22076 36 32
## 22077 36 24
## 22078 36 59
## 22079 36 28
## 22080 36 120
## 22081 36 55
## 22082 36 48
## 22083 36 65
## 22084 36 45
## 22085 36 24
## 22086 36 27
## 22087 36 129
## 22088 36 83
## 22089 36 26
## 22090 36 75
## 22091 36 150
## 22092 36 90
## 22093 36 25
## 22094 36 45
## 22095 36 80
## 22096 36 54
## 22097 36 149
## 22098 36 32
## 22099 36 83
## 22100 36 38
## 22101 36 98
## 22102 36 60
## 22103 36 90
## 22104 36 40
## 22105 36 40
## 22106 36 46
## 22107 36 69
## 22108 36 36
## 22109 36 68
## 22110 36 132
## 22111 36 35
## 22112 36 26
## 22113 36 47
## 22114 36 163
## 22115 36 48
## 22116 36 375
## 22117 36 67
## 22118 36 44
## 22119 36 135
## 22120 36 39
## 22121 36 75
## 22122 36 50
## 22123 36 32
## 22124 36 50
## 22125 36 50
## 22126 36 119
## 22127 36 62
## 22128 36 80
## 22129 36 36
## 22130 36 100
## 22131 36 70
## 22132 36 50
## 22133 36 88
## 22134 36 100
## 22135 36 119
## 22136 36 100
## 22137 36 275
## 22138 36 99
## 22139 36 33
## 22140 36 200
## 22141 36 23
## 22142 36 45
## 22143 36 32
## 22144 36 26
## 22145 36 45
## 22146 36 699
## 22147 36 82
## 22148 36 100
## 22149 36 68
## 22150 36 84
## 22151 36 67
## 22152 36 75
## 22153 36 230
## 22154 36 75
## 22155 36 400
## 22156 36 100
## 22157 36 40
## 22158 36 35
## 22159 36 82
## 22160 36 46
## 22161 36 159
## 22162 36 167
## 22163 36 125
## 22164 36 32
## 22165 36 47
## 22166 36 40
## 22167 36 22
## 22168 36 55
## 22169 36 86
## 22170 36 48
## 22171 36 89
## 22172 36 150
## 22173 36 42
## 22174 36 250
## 22175 36 162
## 22176 36 90
## 22177 36 100
## 22178 36 125
## 22179 36 32
## 22180 36 65
## 22181 36 124
## 22182 36 66
## 22183 36 99
## 22184 36 125
## 22185 36 265
## 22186 36 150
## 22187 36 34
## 22188 36 80
## 22189 36 84
## 22190 36 46
## 22191 36 88
## 22192 36 38
## 22193 36 74
## 22194 36 60
## 22195 36 32
## 22196 36 28
## 22197 36 52
## 22198 36 42
## 22199 36 42
## 22200 36 56
## 22201 36 65
## 22202 36 150
## 22203 36 32
## 22204 36 95
## 22205 36 40
## 22206 36 64
## 22207 36 90
## 22208 36 62
## 22209 36 22
## 22210 36 50
## 22211 36 44
## 22212 36 85
## 22213 36 21
## 22214 36 63
## 22215 36 60
## 22216 36 58
## 22217 36 70
## 22218 36 399
## 22219 36 33
## 22220 36 50
## 22221 36 42
## 22222 36 70
## 22223 36 115
## 22224 36 28
## 22225 36 44
## 22226 36 290
## 22227 36 99
## 22228 36 85
## 22229 36 16
## 22230 36 94
## 22231 36 52
## 22232 36 110
## 22233 36 69
## 22234 36 70
## 22235 36 32
## 22236 36 94
## 22237 36 70
## 22238 36 55
## 22239 36 22
## 22240 36 165
## 22241 36 299
## 22242 36 78
## 22243 36 29
## 22244 36 149
## 22245 36 398
## 22246 36 65
## 22247 36 50
## 22248 36 30
## 22249 36 52
## 22250 36 48
## 22251 36 38
## 22252 36 200
## 22253 36 43
## 22254 36 55
## 22255 36 90
## 22256 36 75
## 22257 36 44
## 22258 36 190
## 22259 36 33
## 22260 36 70
## 22261 36 159
## 22262 36 41
## 22263 36 21
## 22264 36 50
## 22265 36 92
## 22266 36 59
## 22267 36 63
## 22268 36 30
## 22269 36 57
## 22270 36 34
## 22271 36 32
## 22272 36 100
## 22273 36 75
## 22274 36 180
## 22275 36 35
## 22276 36 32
## 22277 36 35
## 22278 36 28
## 22279 36 100
## 22280 36 50
## 22281 36 28
## 22282 36 64
## 22283 36 74
## 22284 36 90
## 22285 36 138
## 22286 36 300
## 22287 36 52
## 22288 36 70
## 22289 36 199
## 22290 36 88
## 22291 36 111
## 22292 36 35
## 22293 36 125
## 22294 36 100
## 22295 36 50
## 22296 36 95
## 22297 36 33
## 22298 36 53
## 22299 36 183
## 22300 36 113
## 22301 36 80
## 22302 36 84
## 22303 36 45
## 22304 36 159
## 22305 36 112
## 22306 36 38
## 22307 36 45
## 22308 36 125
## 22309 36 45
## 22310 36 50
## 22311 36 65
## 22312 36 12
## 22313 36 70
## 22314 36 200
## 22315 36 500
## 22316 36 90
## 22317 36 50
## 22318 36 50
## 22319 36 71
## 22320 36 70
## 22321 36 25
## 22322 36 48
## 22323 36 250
## 22324 36 30
## 22325 36 66
## 22326 36 98
## 22327 36 250
## 22328 36 169
## 22329 36 40
## 22330 36 103
## 22331 36 129
## 22332 36 125
## 22333 36 120
## 22334 36 89
## 22335 36 94
## 22336 36 57
## 22337 36 106
## 22338 36 149
## 22339 36 90
## 22340 36 189
## 22341 36 250
## 22342 36 54
## 22343 36 73
## 22344 36 128
## 22345 36 117
## 22346 36 48
## 22347 36 60
## 22348 36 38
## 22349 36 59
## 22350 36 85
## 22351 36 33
## 22352 36 65
## 22353 36 70
## 22354 36 50
## 22355 36 18
## 22356 36 40
## 22357 36 109
## 22358 36 52
## 22359 36 62
## 22360 36 16
## 22361 36 22
## 22362 36 62
## 22363 36 300
## 22364 36 90
## 22365 36 120
## 22366 36 89
## 22367 36 114
## 22368 36 130
## 22369 36 349
## 22370 36 69
## 22371 36 119
## 22372 36 113
## 22373 36 35
## 22374 36 199
## 22375 36 75
## 22376 36 14
## 22377 36 62
## 22378 36 43
## 22379 36 38
## 22380 36 189
## 22381 36 33
## 22382 36 600
## 22383 36 80
## 22384 36 70
## 22385 36 91
## 22386 36 100
## 22387 36 125
## 22388 36 70
## 22389 36 108
## 22390 36 112
## 22391 36 27
## 22392 36 50
## 22393 36 18
## 22394 36 55
## 22395 36 170
## 22396 36 40
## 22397 36 120
## 22398 36 184
## 22399 36 115
## 22400 36 103
## 22401 36 67
## 22402 36 175
## 22403 36 64
## 22404 36 25
## 22405 36 33
## 22406 36 43
## 22407 36 100
## 22408 36 32
## 22409 36 99
## 22410 36 65
## 22411 36 72
## 22412 36 34
## 22413 36 129
## 22414 36 115
## 22415 36 50
## 22416 36 20
## 22417 36 105
## 22418 36 84
## 22419 36 74
## 22420 36 140
## 22421 36 15
## 22422 36 60
## 22423 36 299
## 22424 36 75
## 22425 36 44
## 22426 36 100
## 22427 36 60
## 22428 36 165
## 22429 36 40
## 22430 36 81
## 22431 36 100
## 22432 36 85
## 22433 36 249
## 22434 36 150
## 22435 36 50
## 22436 36 40
## 22437 36 59
## 22438 36 79
## 22439 36 38
## 22440 36 22
## 22441 36 30
## 22442 36 120
## 22443 36 20
## 22444 36 55
## 22445 36 34
## 22446 36 56
## 22447 36 24
## 22448 36 17
## 22449 36 28
## 22450 36 40
## 22451 36 43
## 22452 36 100
## 22453 36 37
## 22454 36 57
## 22455 36 176
## 22456 36 55
## 22457 36 44
## 22458 36 50
## 22459 36 65
## 22460 36 50
## 22461 36 125
## 22462 36 20
## 22463 36 44
## 22464 36 27
## 22465 36 12
## 22466 36 40
## 22467 36 37
## 22468 36 55
## 22469 36 70
## 22470 36 34
## 22471 36 28
## 22472 36 160
## 22473 36 250
## 22474 36 47
## 22475 36 44
## 22476 36 55
## 22477 36 68
## 22478 36 150
## 22479 36 500
## 22480 36 149
## 22481 36 20
## 22482 36 145
## 22483 36 86
## 22484 36 200
## 22485 36 392
## 22486 36 180
## 22487 36 53
## 22488 36 28
## 22489 36 135
## 22490 36 115
## 22491 36 90
## 22492 36 40
## 22493 36 95
## 22494 36 14
## 22495 36 58
## 22496 36 150
## 22497 36 61
## 22498 36 59
## 22499 36 58
## 22500 36 38
## 22501 36 99
## 22502 36 133
## 22503 36 16
## 22504 36 90
## 22505 36 28
## 22506 36 115
## 22507 36 300
## 22508 36 50
## 22509 36 43
## 22510 36 22
## 22511 36 72
## 22512 36 75
## 22513 36 65
## 22514 36 135
## 22515 36 139
## 22516 36 27
## 22517 36 79
## 22518 36 42
## 22519 36 130
## 22520 36 385
## 22521 35 70
## 22522 35 148
## 22523 35 130
## 22524 35 42
## 22525 35 100
## 22526 35 130
## 22527 35 70
## 22528 35 130
## 22529 35 95
## 22530 35 74
## 22531 35 15
## 22532 35 115
## 22533 35 119
## 22534 35 95
## 22535 35 94
## 22536 35 60
## 22537 35 74
## 22538 35 50
## 22539 35 125
## 22540 35 62
## 22541 35 170
## 22542 35 38
## 22543 35 17
## 22544 35 100
## 22545 35 26
## 22546 35 76
## 22547 35 52
## 22548 35 132
## 22549 35 45
## 22550 35 49
## 22551 35 125
## 22552 35 200
## 22553 35 69
## 22554 35 28
## 22555 35 35
## 22556 35 285
## 22557 35 64
## 22558 35 94
## 22559 35 150
## 22560 35 115
## 22561 35 27
## 22562 35 100
## 22563 35 75
## 22564 35 100
## 22565 35 39
## 22566 35 149
## 22567 35 50
## 22568 35 14
## 22569 35 25
## 22570 35 100
## 22571 35 130
## 22572 35 84
## 22573 35 75
## 22574 35 53
## 22575 35 50
## 22576 35 54
## 22577 35 99
## 22578 35 144
## 22579 35 80
## 22580 35 33
## 22581 35 86
## 22582 35 62
## 22583 35 39
## 22584 35 29
## 22585 35 25
## 22586 35 64
## 22587 35 33
## 22588 35 156
## 22589 35 135
## 22590 35 50
## 22591 35 61
## 22592 35 42
## 22593 35 120
## 22594 35 179
## 22595 35 45
## 22596 35 44
## 22597 35 85
## 22598 35 95
## 22599 35 40
## 22600 35 63
## 22601 35 60
## 22602 35 20
## 22603 35 11
## 22604 35 65
## 22605 35 22
## 22606 35 85
## 22607 35 65
## 22608 35 45
## 22609 35 62
## 22610 35 62
## 22611 35 83
## 22612 35 38
## 22613 35 99
## 22614 35 72
## 22615 35 45
## 22616 35 44
## 22617 35 55
## 22618 35 155
## 22619 35 45
## 22620 35 38
## 22621 35 22
## 22622 35 138
## 22623 35 175
## 22624 35 225
## 22625 35 95
## 22626 35 50
## 22627 35 150
## 22628 35 130
## 22629 35 25
## 22630 35 248
## 22631 35 30
## 22632 35 54
## 22633 35 18
## 22634 35 60
## 22635 35 40
## 22636 35 50
## 22637 35 75
## 22638 35 35
## 22639 35 50
## 22640 35 96
## 22641 35 30
## 22642 35 215
## 22643 35 28
## 22644 35 99
## 22645 35 28
## 22646 35 96
## 22647 35 85
## 22648 35 50
## 22649 35 77
## 22650 35 50
## 22651 35 34
## 22652 35 29
## 22653 35 25
## 22654 35 300
## 22655 35 58
## 22656 35 63
## 22657 35 50
## 22658 35 180
## 22659 35 27
## 22660 35 32
## 22661 35 28
## 22662 35 165
## 22663 35 37
## 22664 35 14
## 22665 35 53
## 22666 35 67
## 22667 35 39
## 22668 35 120
## 22669 35 60
## 22670 35 125
## 22671 35 65
## 22672 35 90
## 22673 35 68
## 22674 35 77
## 22675 35 125
## 22676 35 120
## 22677 35 40
## 22678 35 109
## 22679 35 14
## 22680 35 88
## 22681 35 100
## 22682 35 48
## 22683 35 398
## 22684 35 61
## 22685 35 49
## 22686 35 45
## 22687 35 62
## 22688 35 68
## 22689 35 185
## 22690 35 120
## 22691 35 35
## 22692 35 68
## 22693 35 170
## 22694 35 43
## 22695 35 48
## 22696 35 275
## 22697 35 80
## 22698 35 99
## 22699 35 68
## 22700 35 55
## 22701 35 65
## 22702 35 42
## 22703 35 63
## 22704 35 60
## 22705 35 85
## 22706 35 324
## 22707 35 500
## 22708 35 44
## 22709 35 138
## 22710 35 95
## 22711 35 47
## 22712 35 75
## 22713 35 152
## 22714 35 40
## 22715 35 42
## 22716 35 25
## 22717 35 35
## 22718 35 17
## 22719 35 38
## 22720 35 114
## 22721 35 125
## 22722 35 90
## 22723 35 40
## 22724 35 110
## 22725 35 50
## 22726 35 55
## 22727 35 51
## 22728 35 395
## 22729 35 49
## 22730 35 159
## 22731 35 62
## 22732 35 60
## 22733 35 70
## 22734 35 150
## 22735 35 109
## 22736 35 344
## 22737 35 99
## 22738 35 267
## 22739 35 18
## 22740 35 200
## 22741 35 75
## 22742 35 55
## 22743 35 30
## 22744 35 54
## 22745 35 125
## 22746 35 47
## 22747 35 527
## 22748 35 33
## 22749 35 75
## 22750 35 24
## 22751 35 140
## 22752 35 175
## 22753 35 80
## 22754 35 68
## 22755 35 75
## 22756 35 129
## 22757 35 45
## 22758 35 58
## 22759 35 85
## 22760 35 164
## 22761 35 43
## 22762 35 200
## 22763 35 100
## 22764 35 110
## 22765 35 47
## 22766 35 120
## 22767 35 65
## 22768 35 70
## 22769 35 22
## 22770 35 58
## 22771 35 78
## 22772 35 49
## 22773 35 40
## 22774 35 125
## 22775 35 64
## 22776 35 109
## 22777 35 62
## 22778 35 50
## 22779 35 495
## 22780 35 66
## 22781 35 69
## 22782 35 87
## 22783 35 175
## 22784 35 45
## 22785 35 38
## 22786 35 29
## 22787 35 50
## 22788 35 40
## 22789 35 181
## 22790 35 200
## 22791 35 72
## 22792 35 314
## 22793 35 30
## 22794 35 150
## 22795 35 129
## 22796 35 99
## 22797 35 44
## 22798 35 150
## 22799 35 159
## 22800 35 69
## 22801 35 55
## 22802 35 45
## 22803 35 108
## 22804 35 40
## 22805 35 83
## 22806 35 40
## 22807 35 75
## 22808 35 16
## 22809 35 50
## 22810 35 40
## 22811 35 80
## 22812 35 75
## 22813 35 95
## 22814 35 99
## 22815 35 162
## 22816 35 58
## 22817 35 40
## 22818 35 49
## 22819 35 70
## 22820 35 101
## 22821 35 53
## 22822 35 198
## 22823 35 36
## 22824 35 50
## 22825 35 70
## 22826 35 68
## 22827 35 249
## 22828 35 53
## 22829 35 350
## 22830 35 95
## 22831 35 288
## 22832 35 88
## 22833 35 115
## 22834 35 133
## 22835 35 40
## 22836 35 95
## 22837 35 45
## 22838 35 32
## 22839 35 114
## 22840 35 40
## 22841 35 36
## 22842 35 30
## 22843 35 82
## 22844 35 40
## 22845 35 51
## 22846 35 91
## 22847 35 40
## 22848 35 25
## 22849 35 38
## 22850 35 119
## 22851 35 85
## 22852 35 89
## 22853 35 69
## 22854 35 45
## 22855 35 60
## 22856 35 220
## 22857 35 89
## 22858 35 55
## 22859 35 37
## 22860 35 49
## 22861 35 33
## 22862 35 114
## 22863 35 78
## 22864 35 30
## 22865 35 75
## 22866 35 26
## 22867 35 150
## 22868 35 280
## 22869 35 74
## 22870 35 105
## 22871 35 42
## 22872 35 22
## 22873 35 172
## 22874 35 48
## 22875 35 298
## 22876 35 30
## 22877 35 47
## 22878 35 143
## 22879 35 240
## 22880 35 18
## 22881 35 48
## 22882 35 37
## 22883 35 54
## 22884 35 50
## 22885 35 62
## 22886 35 27
## 22887 35 70
## 22888 35 27
## 22889 35 65
## 22890 35 100
## 22891 35 145
## 22892 35 85
## 22893 35 36
## 22894 35 90
## 22895 35 40
## 22896 35 160
## 22897 35 42
## 22898 35 67
## 22899 35 75
## 22900 35 139
## 22901 35 900
## 22902 35 84
## 22903 35 68
## 22904 35 33
## 22905 35 52
## 22906 35 42
## 22907 35 17
## 22908 35 30
## 22909 35 58
## 22910 35 249
## 22911 35 315
## 22912 35 97
## 22913 35 200
## 22914 35 50
## 22915 35 74
## 22916 35 87
## 22917 35 109
## 22918 35 24
## 22919 35 62
## 22920 35 69
## 22921 35 50
## 22922 35 32
## 22923 35 38
## 22924 35 230
## 22925 35 65
## 22926 35 89
## 22927 35 85
## 22928 35 110
## 22929 35 121
## 22930 35 65
## 22931 35 30
## 22932 35 125
## 22933 35 52
## 22934 35 125
## 22935 35 98
## 22936 35 98
## 22937 35 50
## 22938 35 318
## 22939 35 49
## 22940 35 138
## 22941 35 75
## 22942 35 250
## 22943 35 59
## 22944 35 75
## 22945 35 40
## 22946 35 65
## 22947 35 179
## 22948 35 100
## 22949 35 122
## 22950 35 15
## 22951 35 102
## 22952 35 100
## 22953 35 209
## 22954 35 350
## 22955 35 85
## 22956 35 68
## 22957 35 90
## 22958 35 62
## 22959 35 33
## 22960 35 46
## 22961 35 112
## 22962 35 15
## 22963 35 124
## 22964 35 98
## 22965 35 125
## 22966 35 80
## 22967 35 49
## 22968 35 75
## 22969 35 32
## 22970 35 26
## 22971 35 58
## 22972 35 82
## 22973 35 33
## 22974 35 65
## 22975 35 42
## 22976 35 62
## 22977 35 160
## 22978 35 18
## 22979 35 225
## 22980 35 28
## 22981 35 80
## 22982 35 38
## 22983 35 53
## 22984 35 80
## 22985 35 82
## 22986 35 112
## 22987 35 150
## 22988 35 80
## 22989 35 225
## 22990 35 29
## 22991 35 140
## 22992 35 700
## 22993 35 55
## 22994 35 46
## 22995 35 39
## 22996 35 45
## 22997 35 185
## 22998 35 233
## 22999 35 315
## 23000 35 35
## 23001 35 95
## 23002 35 69
## 23003 35 800
## 23004 35 32
## 23005 35 74
## 23006 35 20
## 23007 35 175
## 23008 35 499
## 23009 35 100
## 23010 35 30
## 23011 35 22
## 23012 35 28
## 23013 35 150
## 23014 35 225
## 23015 35 250
## 23016 35 32
## 23017 35 30
## 23018 35 32
## 23019 35 124
## 23020 35 155
## 23021 35 41
## 23022 35 119
## 23023 35 175
## 23024 35 150
## 23025 35 88
## 23026 35 27
## 23027 35 100
## 23028 35 219
## 23029 35 70
## 23030 35 48
## 23031 35 22
## 23032 35 14
## 23033 35 42
## 23034 35 69
## 23035 35 160
## 23036 35 100
## 23037 35 35
## 23038 35 53
## 23039 35 26
## 23040 35 30
## 23041 35 129
## 23042 35 42
## 23043 35 200
## 23044 35 72
## 23045 35 34
## 23046 35 400
## 23047 35 158
## 23048 35 73
## 23049 35 120
## 23050 35 98
## 23051 35 55
## 23052 35 70
## 23053 35 75
## 23054 35 33
## 23055 35 170
## 23056 35 283
## 23057 35 60
## 23058 35 55
## 23059 35 24
## 23060 35 39
## 23061 35 35
## 23062 35 198
## 23063 35 35
## 23064 35 22
## 23065 35 28
## 23066 35 58
## 23067 35 235
## 23068 35 30
## 23069 35 75
## 23070 35 90
## 23071 35 65
## 23072 35 175
## 23073 35 38
## 23074 35 80
## 23075 35 62
## 23076 35 264
## 23077 35 150
## 23078 35 162
## 23079 35 62
## 23080 35 71
## 23081 35 39
## 23082 35 72
## 23083 35 91
## 23084 35 92
## 23085 35 58
## 23086 35 75
## 23087 35 31
## 23088 35 25
## 23089 35 65
## 23090 35 42
## 23091 35 56
## 23092 35 44
## 23093 35 115
## 23094 35 112
## 23095 35 46
## 23096 35 34
## 23097 35 83
## 23098 34 100
## 23099 34 19
## 23100 34 16
## 23101 34 49
## 23102 34 50
## 23103 34 55
## 23104 34 148
## 23105 34 70
## 23106 34 56
## 23107 34 199
## 23108 34 118
## 23109 34 190
## 23110 34 75
## 23111 34 33
## 23112 34 83
## 23113 34 32
## 23114 34 125
## 23115 34 74
## 23116 34 71
## 23117 34 107
## 23118 34 52
## 23119 34 38
## 23120 34 139
## 23121 34 55
## 23122 34 58
## 23123 34 130
## 23124 34 79
## 23125 34 50
## 23126 34 150
## 23127 34 399
## 23128 34 26
## 23129 34 225
## 23130 34 18
## 23131 34 50
## 23132 34 58
## 23133 34 169
## 23134 34 40
## 23135 34 65
## 23136 34 150
## 23137 34 75
## 23138 34 34
## 23139 34 150
## 23140 34 140
## 23141 34 95
## 23142 34 62
## 23143 34 145
## 23144 34 80
## 23145 34 100
## 23146 34 50
## 23147 34 111
## 23148 34 89
## 23149 34 75
## 23150 34 100
## 23151 34 24
## 23152 34 218
## 23153 34 58
## 23154 34 48
## 23155 34 110
## 23156 34 11
## 23157 34 39
## 23158 34 79
## 23159 34 44
## 23160 34 29
## 23161 34 199
## 23162 34 195
## 23163 34 64
## 23164 34 24
## 23165 34 48
## 23166 34 20
## 23167 34 30
## 23168 34 41
## 23169 34 40
## 23170 34 48
## 23171 34 199
## 23172 34 46
## 23173 34 50
## 23174 34 68
## 23175 34 20
## 23176 34 41
## 23177 34 145
## 23178 34 59
## 23179 34 62
## 23180 34 75
## 23181 34 60
## 23182 34 95
## 23183 34 52
## 23184 34 75
## 23185 34 40
## 23186 34 44
## 23187 34 78
## 23188 34 95
## 23189 34 55
## 23190 34 65
## 23191 34 99
## 23192 34 90
## 23193 34 22
## 23194 34 120
## 23195 34 30
## 23196 34 106
## 23197 34 52
## 23198 34 38
## 23199 34 60
## 23200 34 70
## 23201 34 50
## 23202 34 186
## 23203 34 52
## 23204 34 23
## 23205 34 55
## 23206 34 44
## 23207 34 58
## 23208 34 70
## 23209 34 32
## 23210 34 249
## 23211 34 45
## 23212 34 40
## 23213 34 58
## 23214 34 18
## 23215 34 62
## 23216 34 53
## 23217 34 17
## 23218 34 445
## 23219 34 42
## 23220 34 85
## 23221 34 50
## 23222 34 68
## 23223 34 145
## 23224 34 50
## 23225 34 23
## 23226 34 59
## 23227 34 200
## 23228 34 15
## 23229 34 90
## 23230 34 17
## 23231 34 60
## 23232 34 49
## 23233 34 30
## 23234 34 48
## 23235 34 233
## 23236 34 34
## 23237 34 140
## 23238 34 65
## 23239 34 29
## 23240 34 48
## 23241 34 44
## 23242 34 60
## 23243 34 125
## 23244 34 45
## 23245 34 114
## 23246 34 65
## 23247 34 75
## 23248 34 55
## 23249 34 41
## 23250 34 120
## 23251 34 70
## 23252 34 100
## 23253 34 18
## 23254 34 72
## 23255 34 80
## 23256 34 80
## 23257 34 26
## 23258 34 46
## 23259 34 75
## 23260 34 25
## 23261 34 100
## 23262 34 70
## 23263 34 36
## 23264 34 16
## 23265 34 93
## 23266 34 34
## 23267 34 50
## 23268 34 39
## 23269 34 60
## 23270 34 62
## 23271 34 36
## 23272 34 309
## 23273 34 32
## 23274 34 50
## 23275 34 79
## 23276 34 32
## 23277 34 98
## 23278 34 105
## 23279 34 57
## 23280 34 38
## 23281 34 88
## 23282 34 90
## 23283 34 100
## 23284 34 86
## 23285 34 52
## 23286 34 72
## 23287 34 60
## 23288 34 38
## 23289 34 37
## 23290 34 64
## 23291 34 105
## 23292 34 80
## 23293 34 199
## 23294 34 100
## 23295 34 54
## 23296 34 50
## 23297 34 60
## 23298 34 55
## 23299 34 125
## 23300 34 125
## 23301 34 78
## 23302 34 18
## 23303 34 48
## 23304 34 29
## 23305 34 100
## 23306 34 50
## 23307 34 158
## 23308 34 119
## 23309 34 172
## 23310 34 33
## 23311 34 125
## 23312 34 75
## 23313 34 72
## 23314 34 209
## 23315 34 114
## 23316 34 299
## 23317 34 62
## 23318 34 11
## 23319 34 31
## 23320 34 60
## 23321 34 125
## 23322 34 42
## 23323 34 65
## 23324 34 41
## 23325 34 16
## 23326 34 148
## 23327 34 34
## 23328 34 90
## 23329 34 49
## 23330 34 45
## 23331 34 89
## 23332 34 80
## 23333 34 249
## 23334 34 555
## 23335 34 50
## 23336 34 175
## 23337 34 90
## 23338 34 34
## 23339 34 24
## 23340 34 50
## 23341 34 100
## 23342 34 65
## 23343 34 75
## 23344 34 79
## 23345 34 40
## 23346 34 23
## 23347 34 37
## 23348 34 116
## 23349 34 80
## 23350 34 12
## 23351 34 42
## 23352 34 136
## 23353 34 75
## 23354 34 106
## 23355 34 45
## 23356 34 53
## 23357 34 99
## 23358 34 48
## 23359 34 176
## 23360 34 62
## 23361 34 50
## 23362 34 78
## 23363 34 99
## 23364 34 145
## 23365 34 60
## 23366 34 42
## 23367 34 69
## 23368 34 123
## 23369 34 80
## 23370 34 56
## 23371 34 110
## 23372 34 95
## 23373 34 50
## 23374 34 125
## 23375 34 25
## 23376 34 225
## 23377 34 29
## 23378 34 170
## 23379 34 76
## 23380 34 36
## 23381 34 75
## 23382 34 42
## 23383 34 125
## 23384 34 70
## 23385 34 75
## 23386 34 98
## 23387 34 150
## 23388 34 26
## 23389 34 24
## 23390 34 36
## 23391 34 42
## 23392 34 25
## 23393 34 150
## 23394 34 149
## 23395 34 88
## 23396 34 12
## 23397 34 18
## 23398 34 74
## 23399 34 86
## 23400 34 200
## 23401 34 75
## 23402 34 60
## 23403 34 99
## 23404 34 300
## 23405 34 55
## 23406 34 49
## 23407 34 199
## 23408 34 65
## 23409 34 58
## 23410 34 52
## 23411 34 55
## 23412 34 62
## 23413 34 33
## 23414 34 36
## 23415 34 75
## 23416 34 50
## 23417 34 95
## 23418 34 62
## 23419 34 129
## 23420 34 14
## 23421 34 33
## 23422 34 100
## 23423 34 50
## 23424 34 175
## 23425 34 124
## 23426 34 73
## 23427 34 63
## 23428 34 75
## 23429 34 30
## 23430 34 88
## 23431 34 33
## 23432 34 75
## 23433 34 138
## 23434 34 150
## 23435 34 120
## 23436 34 50
## 23437 34 62
## 23438 34 50
## 23439 34 65
## 23440 34 135
## 23441 34 35
## 23442 34 27
## 23443 34 79
## 23444 34 109
## 23445 34 37
## 23446 34 62
## 23447 34 92
## 23448 34 106
## 23449 34 70
## 23450 34 46
## 23451 34 65
## 23452 34 50
## 23453 34 99
## 23454 34 200
## 23455 34 49
## 23456 34 90
## 23457 34 99
## 23458 34 150
## 23459 34 46
## 23460 34 122
## 23461 34 133
## 23462 34 60
## 23463 34 50
## 23464 34 70
## 23465 34 30
## 23466 34 55
## 23467 34 85
## 23468 34 48
## 23469 34 32
## 23470 34 44
## 23471 34 152
## 23472 34 282
## 23473 34 325
## 23474 34 105
## 23475 34 40
## 23476 34 54
## 23477 34 38
## 23478 34 110
## 23479 34 20
## 23480 34 48
## 23481 34 59
## 23482 34 62
## 23483 34 91
## 23484 34 215
## 23485 34 150
## 23486 34 80
## 23487 34 495
## 23488 34 82
## 23489 34 55
## 23490 34 50
## 23491 34 164
## 23492 34 75
## 23493 34 11
## 23494 34 53
## 23495 34 100
## 23496 34 204
## 23497 34 125
## 23498 34 150
## 23499 34 52
## 23500 34 175
## 23501 34 53
## 23502 34 117
## 23503 34 325
## 23504 34 300
## 23505 34 39
## 23506 34 34
## 23507 34 150
## 23508 34 110
## 23509 34 40
## 23510 34 110
## 23511 34 82
## 23512 34 120
## 23513 34 50
## 23514 34 98
## 23515 34 90
## 23516 34 100
## 23517 34 99
## 23518 34 295
## 23519 34 58
## 23520 34 16
## 23521 34 75
## 23522 34 100
## 23523 34 42
## 23524 34 56
## 23525 34 65
## 23526 34 185
## 23527 34 20
## 23528 34 70
## 23529 34 45
## 23530 34 89
## 23531 34 125
## 23532 34 66
## 23533 34 40
## 23534 34 39
## 23535 34 28
## 23536 34 122
## 23537 34 267
## 23538 34 58
## 23539 34 52
## 23540 34 133
## 23541 34 26
## 23542 34 98
## 23543 34 82
## 23544 34 58
## 23545 34 40
## 23546 34 175
## 23547 34 248
## 23548 34 90
## 23549 34 116
## 23550 34 47
## 23551 34 50
## 23552 34 42
## 23553 34 165
## 23554 34 130
## 23555 34 88
## 23556 34 64
## 23557 34 125
## 23558 34 35
## 23559 34 33
## 23560 34 46
## 23561 34 100
## 23562 34 34
## 23563 34 75
## 23564 34 32
## 23565 34 95
## 23566 34 375
## 23567 34 85
## 23568 34 83
## 23569 34 41
## 23570 34 85
## 23571 34 80
## 23572 34 72
## 23573 34 185
## 23574 34 70
## 23575 34 167
## 23576 34 100
## 23577 34 99
## 23578 34 250
## 23579 34 30
## 23580 34 99
## 23581 34 148
## 23582 34 40
## 23583 34 700
## 23584 34 65
## 23585 34 105
## 23586 34 289
## 23587 34 60
## 23588 34 195
## 23589 34 88
## 23590 34 110
## 23591 34 32
## 23592 34 195
## 23593 34 349
## 23594 34 30
## 23595 34 55
## 23596 34 120
## 23597 34 60
## 23598 34 62
## 23599 34 26
## 23600 34 38
## 23601 34 24
## 23602 34 250
## 23603 34 19
## 23604 34 55
## 23605 34 50
## 23606 34 50
## 23607 34 35
## 23608 34 63
## 23609 34 89
## 23610 34 75
## 23611 34 30
## 23612 34 100
## 23613 34 73
## 23614 34 42
## 23615 34 62
## 23616 34 205
## 23617 34 28
## 23618 34 299
## 23619 34 175
## 23620 34 32
## 23621 34 65
## 23622 34 70
## 23623 34 32
## 23624 34 47
## 23625 34 437
## 23626 34 20
## 23627 34 50
## 23628 34 250
## 23629 34 30
## 23630 34 23
## 23631 34 70
## 23632 34 160
## 23633 34 85
## 23634 34 188
## 23635 34 180
## 23636 34 148
## 23637 34 75
## 23638 34 375
## 23639 34 74
## 23640 34 43
## 23641 34 49
## 23642 34 65
## 23643 34 110
## 23644 34 200
## 23645 34 63
## 23646 34 120
## 23647 34 44
## 23648 34 50
## 23649 34 105
## 23650 34 64
## 23651 34 175
## 23652 34 60
## 23653 34 25
## 23654 34 179
## 23655 34 60
## 23656 34 45
## 23657 34 15
## 23658 34 46
## 23659 34 64
## 23660 34 56
## 23661 34 42
## 23662 34 249
## 23663 34 95
## 23664 34 83
## 23665 34 66
## 23666 34 60
## 23667 34 50
## 23668 34 40
## 23669 34 13
## 23670 34 35
## 23671 34 65
## 23672 34 70
## 23673 34 41
## 23674 34 62
## 23675 34 24
## 23676 34 105
## 23677 34 55
## 23678 34 250
## 23679 34 44
## 23680 34 95
## 23681 34 92
## 23682 34 82
## 23683 34 81
## 23684 34 60
## 23685 34 100
## 23686 34 62
## 23687 34 250
## 23688 34 65
## 23689 34 105
## 23690 34 14
## 23691 34 55
## 23692 34 63
## 23693 34 65
## 23694 34 40
## 23695 34 16
## 23696 34 45
## 23697 34 25
## 23698 34 18
## 23699 33 68
## 23700 33 100
## 23701 33 100
## 23702 33 119
## 23703 33 129
## 23704 33 81
## 23705 33 50
## 23706 33 26
## 23707 33 115
## 23708 33 93
## 23709 33 125
## 23710 33 60
## 23711 33 58
## 23712 33 125
## 23713 33 50
## 23714 33 32
## 23715 33 115
## 23716 33 32
## 23717 33 79
## 23718 33 110
## 23719 33 35
## 23720 33 60
## 23721 33 28
## 23722 33 175
## 23723 33 30
## 23724 33 70
## 23725 33 135
## 23726 33 90
## 23727 33 79
## 23728 33 13
## 23729 33 33
## 23730 33 68
## 23731 33 61
## 23732 33 142
## 23733 33 110
## 23734 33 118
## 23735 33 43
## 23736 33 65
## 23737 33 30
## 23738 33 15
## 23739 33 310
## 23740 33 70
## 23741 33 58
## 23742 33 40
## 23743 33 100
## 23744 33 296
## 23745 33 50
## 23746 33 94
## 23747 33 29
## 23748 33 80
## 23749 33 95
## 23750 33 50
## 23751 33 98
## 23752 33 38
## 23753 33 79
## 23754 33 800
## 23755 33 28
## 23756 33 34
## 23757 33 47
## 23758 33 18
## 23759 33 65
## 23760 33 40
## 23761 33 71
## 23762 33 475
## 23763 33 128
## 23764 33 64
## 23765 33 125
## 23766 33 49
## 23767 33 48
## 23768 33 50
## 23769 33 112
## 23770 33 53
## 23771 33 110
## 23772 33 13
## 23773 33 181
## 23774 33 109
## 23775 33 93
## 23776 33 13
## 23777 33 19
## 23778 33 52
## 23779 33 83
## 23780 33 135
## 23781 33 60
## 23782 33 32
## 23783 33 38
## 23784 33 16
## 23785 33 11
## 23786 33 55
## 23787 33 95
## 23788 33 225
## 23789 33 55
## 23790 33 95
## 23791 33 244
## 23792 33 38
## 23793 33 475
## 23794 33 48
## 23795 33 30
## 23796 33 37
## 23797 33 38
## 23798 33 109
## 23799 33 120
## 23800 33 55
## 23801 33 58
## 23802 33 56
## 23803 33 36
## 23804 33 160
## 23805 33 49
## 23806 33 40
## 23807 33 90
## 23808 33 65
## 23809 33 57
## 23810 33 14
## 23811 33 80
## 23812 33 55
## 23813 33 69
## 23814 33 55
## 23815 33 55
## 23816 33 48
## 23817 33 169
## 23818 33 70
## 23819 33 70
## 23820 33 23
## 23821 33 525
## 23822 33 40
## 23823 33 37
## 23824 33 70
## 23825 33 13
## 23826 33 48
## 23827 33 60
## 23828 33 17
## 23829 33 37
## 23830 33 28
## 23831 33 50
## 23832 33 99
## 23833 33 150
## 23834 33 89
## 23835 33 17
## 23836 33 200
## 23837 33 12
## 23838 33 60
## 23839 33 50
## 23840 33 70
## 23841 33 70
## 23842 33 50
## 23843 33 30
## 23844 33 48
## 23845 33 58
## 23846 33 50
## 23847 33 49
## 23848 33 70
## 23849 33 95
## 23850 33 55
## 23851 33 73
## 23852 33 30
## 23853 33 55
## 23854 33 125
## 23855 33 120
## 23856 33 26
## 23857 33 250
## 23858 33 74
## 23859 33 166
## 23860 33 100
## 23861 33 26
## 23862 33 89
## 23863 33 60
## 23864 33 88
## 23865 33 70
## 23866 33 106
## 23867 33 125
## 23868 33 75
## 23869 33 35
## 23870 33 100
## 23871 33 85
## 23872 33 65
## 23873 33 72
## 23874 33 275
## 23875 33 150
## 23876 33 95
## 23877 33 75
## 23878 33 35
## 23879 33 34
## 23880 33 190
## 23881 33 25
## 23882 33 85
## 23883 33 125
## 23884 33 68
## 23885 33 23
## 23886 33 156
## 23887 33 68
## 23888 33 58
## 23889 33 150
## 23890 33 60
## 23891 33 45
## 23892 33 133
## 23893 33 159
## 23894 33 199
## 23895 33 77
## 23896 33 59
## 23897 33 45
## 23898 33 48
## 23899 33 90
## 23900 33 65
## 23901 33 258
## 23902 33 75
## 23903 33 27
## 23904 33 26
## 23905 33 281
## 23906 33 250
## 23907 33 120
## 23908 33 98
## 23909 33 95
## 23910 33 61
## 23911 33 130
## 23912 33 50
## 23913 33 92
## 23914 33 68
## 23915 33 185
## 23916 33 12
## 23917 33 205
## 23918 33 110
## 23919 33 29
## 23920 33 275
## 23921 33 74
## 23922 33 195
## 23923 33 58
## 23924 33 35
## 23925 33 39
## 23926 33 99
## 23927 33 50
## 23928 33 242
## 23929 33 195
## 23930 33 135
## 23931 33 69
## 23932 33 70
## 23933 33 175
## 23934 33 250
## 23935 33 225
## 23936 33 120
## 23937 33 75
## 23938 33 58
## 23939 33 39
## 23940 33 45
## 23941 33 26
## 23942 33 13
## 23943 33 45
## 23944 33 48
## 23945 33 38
## 23946 33 15
## 23947 33 75
## 23948 33 233
## 23949 33 80
## 23950 33 65
## 23951 33 75
## 23952 33 104
## 23953 33 31
## 23954 33 45
## 23955 33 99
## 23956 33 74
## 23957 33 275
## 23958 33 250
## 23959 33 33
## 23960 33 13
## 23961 33 28
## 23962 33 95
## 23963 33 55
## 23964 33 23
## 23965 33 250
## 23966 33 40
## 23967 33 42
## 23968 33 50
## 23969 33 122
## 23970 33 117
## 23971 33 65
## 23972 33 99
## 23973 33 62
## 23974 33 77
## 23975 33 45
## 23976 33 92
## 23977 33 30
## 23978 33 60
## 23979 33 275
## 23980 33 82
## 23981 33 315
## 23982 33 25
## 23983 33 50
## 23984 33 49
## 23985 33 58
## 23986 33 75
## 23987 33 12
## 23988 33 75
## 23989 33 125
## 23990 33 49
## 23991 33 40
## 23992 33 72
## 23993 33 188
## 23994 33 12
## 23995 33 99
## 23996 33 65
## 23997 33 175
## 23998 33 50
## 23999 33 21
## 24000 33 30
## 24001 33 37
## 24002 33 38
## 24003 33 33
## 24004 33 170
## 24005 33 250
## 24006 33 60
## 24007 33 74
## 24008 33 13
## 24009 33 49
## 24010 33 54
## 24011 33 98
## 24012 33 280
## 24013 33 170
## 24014 33 75
## 24015 33 88
## 24016 33 15
## 24017 33 32
## 24018 33 167
## 24019 33 30
## 24020 33 62
## 24021 33 62
## 24022 33 38
## 24023 33 30
## 24024 33 60
## 24025 33 33
## 24026 33 24
## 24027 33 58
## 24028 33 19
## 24029 33 57
## 24030 33 12
## 24031 33 29
## 24032 33 80
## 24033 33 43
## 24034 33 25
## 24035 33 400
## 24036 33 65
## 24037 33 130
## 24038 33 15
## 24039 33 42
## 24040 33 42
## 24041 33 83
## 24042 33 59
## 24043 33 160
## 24044 33 165
## 24045 33 188
## 24046 33 55
## 24047 33 99
## 24048 33 148
## 24049 33 138
## 24050 33 52
## 24051 33 925
## 24052 33 30
## 24053 33 48
## 24054 33 61
## 24055 33 62
## 24056 33 20
## 24057 33 195
## 24058 33 80
## 24059 33 83
## 24060 33 15
## 24061 33 67
## 24062 33 65
## 24063 33 130
## 24064 33 79
## 24065 33 25
## 24066 33 26
## 24067 33 105
## 24068 33 39
## 24069 33 20
## 24070 33 84
## 24071 33 85
## 24072 33 129
## 24073 33 120
## 24074 33 40
## 24075 33 22
## 24076 33 45
## 24077 33 85
## 24078 33 157
## 24079 33 57
## 24080 33 41
## 24081 33 62
## 24082 33 40
## 24083 33 98
## 24084 33 300
## 24085 33 83
## 24086 33 67
## 24087 33 44
## 24088 33 80
## 24089 33 105
## 24090 33 100
## 24091 33 95
## 24092 33 24
## 24093 33 18
## 24094 33 150
## 24095 33 180
## 24096 33 82
## 24097 33 40
## 24098 33 40
## 24099 33 99
## 24100 33 85
## 24101 33 186
## 24102 33 80
## 24103 33 26
## 24104 33 50
## 24105 33 48
## 24106 33 65
## 24107 33 50
## 24108 33 62
## 24109 33 65
## 24110 33 92
## 24111 33 135
## 24112 33 113
## 24113 33 72
## 24114 33 50
## 24115 33 61
## 24116 33 24
## 24117 33 72
## 24118 33 85
## 24119 33 45
## 24120 33 36
## 24121 33 68
## 24122 33 135
## 24123 33 54
## 24124 33 45
## 24125 33 100
## 24126 33 25
## 24127 33 375
## 24128 33 62
## 24129 33 88
## 24130 33 45
## 24131 33 149
## 24132 33 75
## 24133 33 83
## 24134 33 20
## 24135 33 200
## 24136 33 11
## 24137 33 67
## 24138 33 90
## 24139 33 100
## 24140 33 120
## 24141 33 49
## 24142 33 70
## 24143 33 63
## 24144 33 133
## 24145 33 99
## 24146 33 66
## 24147 33 60
## 24148 33 57
## 24149 33 159
## 24150 33 125
## 24151 33 42
## 24152 33 110
## 24153 33 100
## 24154 33 450
## 24155 33 28
## 24156 33 99
## 24157 33 49
## 24158 33 99
## 24159 33 175
## 24160 33 62
## 24161 33 119
## 24162 33 36
## 24163 33 65
## 24164 33 112
## 24165 33 72
## 24166 33 38
## 24167 33 60
## 24168 33 39
## 24169 33 132
## 24170 33 183
## 24171 33 40
## 24172 33 65
## 24173 33 80
## 24174 33 32
## 24175 33 22
## 24176 33 118
## 24177 33 108
## 24178 33 95
## 24179 33 75
## 24180 33 42
## 24181 33 30
## 24182 33 175
## 24183 33 40
## 24184 33 48
## 24185 33 65
## 24186 33 55
## 24187 33 100
## 24188 33 83
## 24189 33 85
## 24190 33 105
## 24191 33 50
## 24192 33 60
## 24193 33 32
## 24194 33 125
## 24195 33 36
## 24196 33 44
## 24197 33 12
## 24198 33 64
## 24199 33 35
## 24200 33 28
## 24201 33 36
## 24202 33 65
## 24203 33 28
## 24204 33 290
## 24205 33 134
## 24206 33 110
## 24207 33 80
## 24208 33 70
## 24209 33 80
## 24210 33 70
## 24211 33 29
## 24212 33 17
## 24213 33 65
## 24214 33 130
## 24215 33 27
## 24216 33 72
## 24217 33 59
## 24218 33 30
## 24219 33 60
## 24220 33 85
## 24221 33 30
## 24222 33 40
## 24223 33 13
## 24224 33 52
## 24225 33 200
## 24226 33 500
## 24227 33 22
## 24228 33 52
## 24229 33 150
## 24230 33 15
## 24231 33 28
## 24232 33 34
## 24233 33 47
## 24234 33 49
## 24235 33 125
## 24236 33 32
## 24237 33 75
## 24238 33 92
## 24239 33 138
## 24240 33 29
## 24241 33 38
## 24242 33 35
## 24243 33 45
## 24244 33 79
## 24245 33 40
## 24246 33 22
## 24247 33 79
## 24248 33 45
## 24249 33 67
## 24250 33 40
## 24251 33 60
## 24252 33 54
## 24253 33 36
## 24254 33 45
## 24255 33 36
## 24256 33 100
## 24257 33 50
## 24258 33 175
## 24259 33 18
## 24260 33 92
## 24261 33 175
## 24262 33 138
## 24263 33 449
## 24264 33 35
## 24265 33 75
## 24266 33 26
## 24267 33 200
## 24268 33 70
## 24269 33 242
## 24270 33 144
## 24271 33 72
## 24272 33 70
## 24273 33 179
## 24274 33 50
## 24275 33 300
## 24276 33 48
## 24277 33 90
## 24278 33 50
## 24279 33 299
## 24280 33 80
## 24281 33 175
## 24282 33 38
## 24283 33 88
## 24284 33 40
## 24285 33 33
## 24286 33 38
## 24287 33 62
## 24288 33 33
## 24289 33 50
## 24290 33 22
## 24291 33 84
## 24292 33 25
## 24293 33 55
## 24294 33 95
## 24295 33 20
## 24296 33 449
## 24297 33 43
## 24298 33 52
## 24299 33 60
## 24300 33 14
## 24301 33 115
## 24302 33 24
## 24303 33 27
## 24304 33 54
## 24305 33 52
## 24306 33 49
## 24307 33 70
## 24308 33 40
## 24309 33 19
## 24310 33 56
## 24311 33 34
## 24312 33 130
## 24313 32 329
## 24314 32 45
## 24315 32 21
## 24316 32 60
## 24317 32 137
## 24318 32 350
## 24319 32 30
## 24320 32 75
## 24321 32 175
## 24322 32 105
## 24323 32 183
## 24324 32 70
## 24325 32 25
## 24326 32 100
## 24327 32 108
## 24328 32 135
## 24329 32 60
## 24330 32 135
## 24331 32 62
## 24332 32 48
## 24333 32 60
## 24334 32 120
## 24335 32 37
## 24336 32 100
## 24337 32 38
## 24338 32 28
## 24339 32 153
## 24340 32 34
## 24341 32 98
## 24342 32 150
## 24343 32 110
## 24344 32 46
## 24345 32 112
## 24346 32 75
## 24347 32 199
## 24348 32 76
## 24349 32 86
## 24350 32 434
## 24351 32 45
## 24352 32 75
## 24353 32 139
## 24354 32 38
## 24355 32 62
## 24356 32 22
## 24357 32 88
## 24358 32 94
## 24359 32 24
## 24360 32 112
## 24361 32 32
## 24362 32 28
## 24363 32 110
## 24364 32 175
## 24365 32 40
## 24366 32 40
## 24367 32 30
## 24368 32 188
## 24369 32 34
## 24370 32 25
## 24371 32 280
## 24372 32 100
## 24373 32 80
## 24374 32 44
## 24375 32 20
## 24376 32 72
## 24377 32 36
## 24378 32 52
## 24379 32 11
## 24380 32 130
## 24381 32 65
## 24382 32 66
## 24383 32 38
## 24384 32 74
## 24385 32 23
## 24386 32 55
## 24387 32 38
## 24388 32 34
## 24389 32 170
## 24390 32 114
## 24391 32 85
## 24392 32 279
## 24393 32 33
## 24394 32 57
## 24395 32 80
## 24396 32 70
## 24397 32 88
## 24398 32 126
## 24399 32 99
## 24400 32 110
## 24401 32 262
## 24402 32 138
## 24403 32 98
## 24404 32 140
## 24405 32 78
## 24406 32 55
## 24407 32 38
## 24408 32 150
## 24409 32 299
## 24410 32 78
## 24411 32 24
## 24412 32 95
## 24413 32 22
## 24414 32 240
## 24415 32 42
## 24416 32 70
## 24417 32 128
## 24418 32 252
## 24419 32 325
## 24420 32 125
## 24421 32 68
## 24422 32 35
## 24423 32 60
## 24424 32 75
## 24425 32 83
## 24426 32 88
## 24427 32 35
## 24428 32 25
## 24429 32 72
## 24430 32 125
## 24431 32 150
## 24432 32 28
## 24433 32 62
## 24434 32 75
## 24435 32 75
## 24436 32 172
## 24437 32 21
## 24438 32 60
## 24439 32 15
## 24440 32 98
## 24441 32 63
## 24442 32 52
## 24443 32 37
## 24444 32 48
## 24445 32 40
## 24446 32 40
## 24447 32 32
## 24448 32 60
## 24449 32 122
## 24450 32 23
## 24451 32 20
## 24452 32 150
## 24453 32 65
## 24454 32 344
## 24455 32 28
## 24456 32 50
## 24457 32 124
## 24458 32 450
## 24459 32 40
## 24460 32 83
## 24461 32 131
## 24462 32 42
## 24463 32 38
## 24464 32 33
## 24465 32 60
## 24466 32 14
## 24467 32 37
## 24468 32 75
## 24469 32 45
## 24470 32 63
## 24471 32 34
## 24472 32 65
## 24473 32 35
## 24474 32 50
## 24475 32 40
## 24476 32 40
## 24477 32 78
## 24478 32 35
## 24479 32 130
## 24480 32 37
## 24481 32 112
## 24482 32 50
## 24483 32 36
## 24484 32 88
## 24485 32 218
## 24486 32 45
## 24487 32 130
## 24488 32 112
## 24489 32 108
## 24490 32 119
## 24491 32 60
## 24492 32 106
## 24493 32 32
## 24494 32 78
## 24495 32 60
## 24496 32 40
## 24497 32 100
## 24498 32 99
## 24499 32 44
## 24500 32 38
## 24501 32 100
## 24502 32 100
## 24503 32 114
## 24504 32 49
## 24505 32 145
## 24506 32 34
## 24507 32 89
## 24508 32 60
## 24509 32 105
## 24510 32 25
## 24511 32 106
## 24512 32 29
## 24513 32 215
## 24514 32 67
## 24515 32 99
## 24516 32 48
## 24517 32 69
## 24518 32 170
## 24519 32 50
## 24520 32 149
## 24521 32 425
## 24522 32 35
## 24523 32 212
## 24524 32 90
## 24525 32 140
## 24526 32 56
## 24527 32 250
## 24528 32 225
## 24529 32 115
## 24530 32 55
## 24531 32 80
## 24532 32 150
## 24533 32 65
## 24534 32 45
## 24535 32 30
## 24536 32 53
## 24537 32 125
## 24538 32 125
## 24539 32 67
## 24540 32 125
## 24541 32 88
## 24542 32 28
## 24543 32 35
## 24544 32 99
## 24545 32 82
## 24546 32 95
## 24547 32 64
## 24548 32 23
## 24549 32 98
## 24550 32 45
## 24551 32 70
## 24552 32 32
## 24553 32 62
## 24554 32 178
## 24555 32 110
## 24556 32 250
## 24557 32 75
## 24558 32 80
## 24559 32 25
## 24560 32 75
## 24561 32 15
## 24562 32 63
## 24563 32 30
## 24564 32 130
## 24565 32 325
## 24566 32 49
## 24567 32 71
## 24568 32 112
## 24569 32 99
## 24570 32 40
## 24571 32 44
## 24572 32 58
## 24573 32 88
## 24574 32 125
## 24575 32 105
## 24576 32 124
## 24577 32 57
## 24578 32 170
## 24579 32 55
## 24580 32 33
## 24581 32 65
## 24582 32 47
## 24583 32 60
## 24584 32 74
## 24585 32 248
## 24586 32 235
## 24587 32 65
## 24588 32 60
## 24589 32 40
## 24590 32 92
## 24591 32 74
## 24592 32 62
## 24593 32 214
## 24594 32 50
## 24595 32 50
## 24596 32 135
## 24597 32 15
## 24598 32 58
## 24599 32 68
## 24600 32 40
## 24601 32 62
## 24602 32 38
## 24603 32 92
## 24604 32 120
## 24605 32 99
## 24606 32 29
## 24607 32 28
## 24608 32 95
## 24609 32 795
## 24610 32 42
## 24611 32 69
## 24612 32 89
## 24613 32 245
## 24614 32 65
## 24615 32 300
## 24616 32 51
## 24617 32 95
## 24618 32 85
## 24619 32 125
## 24620 32 99
## 24621 32 254
## 24622 32 100
## 24623 32 15
## 24624 32 50
## 24625 32 70
## 24626 32 49
## 24627 32 33
## 24628 32 82
## 24629 32 32
## 24630 32 30
## 24631 32 142
## 24632 32 115
## 24633 32 60
## 24634 32 30
## 24635 32 350
## 24636 32 179
## 24637 32 65
## 24638 32 83
## 24639 32 160
## 24640 32 92
## 24641 32 743
## 24642 32 35
## 24643 32 55
## 24644 32 45
## 24645 32 135
## 24646 32 67
## 24647 32 32
## 24648 32 185
## 24649 32 93
## 24650 32 65
## 24651 32 108
## 24652 32 112
## 24653 32 285
## 24654 32 25
## 24655 32 47
## 24656 32 95
## 24657 32 140
## 24658 32 29
## 24659 32 68
## 24660 32 100
## 24661 32 30
## 24662 32 15
## 24663 32 49
## 24664 32 30
## 24665 32 68
## 24666 32 50
## 24667 32 62
## 24668 32 109
## 24669 32 62
## 24670 32 49
## 24671 32 18
## 24672 32 18
## 24673 32 54
## 24674 32 220
## 24675 32 75
## 24676 32 48
## 24677 32 40
## 24678 32 64
## 24679 32 100
## 24680 32 30
## 24681 32 80
## 24682 32 41
## 24683 32 21
## 24684 32 132
## 24685 32 88
## 24686 32 142
## 24687 32 34
## 24688 32 69
## 24689 32 40
## 24690 32 67
## 24691 32 54
## 24692 32 38
## 24693 32 40
## 24694 32 112
## 24695 32 28
## 24696 32 85
## 24697 32 60
## 24698 32 75
## 24699 32 50
## 24700 32 33
## 24701 32 200
## 24702 32 240
## 24703 32 159
## 24704 32 316
## 24705 32 109
## 24706 32 100
## 24707 32 94
## 24708 32 36
## 24709 32 130
## 24710 32 90
## 24711 32 250
## 24712 32 22
## 24713 32 365
## 24714 32 75
## 24715 32 85
## 24716 32 75
## 24717 32 40
## 24718 32 88
## 24719 32 28
## 24720 32 150
## 24721 32 26
## 24722 32 88
## 24723 32 33
## 24724 32 129
## 24725 32 47
## 24726 32 265
## 24727 32 30
## 24728 32 49
## 24729 32 68
## 24730 32 57
## 24731 32 185
## 24732 32 38
## 24733 32 50
## 24734 32 49
## 24735 32 46
## 24736 32 65
## 24737 32 35
## 24738 32 70
## 24739 32 180
## 24740 32 67
## 24741 32 135
## 24742 32 45
## 24743 32 160
## 24744 32 265
## 24745 32 25
## 24746 32 22
## 24747 32 450
## 24748 32 62
## 24749 32 144
## 24750 32 60
## 24751 32 80
## 24752 32 80
## 24753 32 179
## 24754 32 60
## 24755 32 41
## 24756 32 28
## 24757 32 32
## 24758 32 30
## 24759 32 48
## 24760 32 100
## 24761 32 42
## 24762 32 100
## 24763 32 38
## 24764 32 47
## 24765 32 54
## 24766 32 129
## 24767 32 85
## 24768 32 28
## 24769 32 60
## 24770 32 69
## 24771 32 34
## 24772 32 109
## 24773 32 66
## 24774 32 206
## 24775 32 17
## 24776 32 28
## 24777 32 65
## 24778 32 250
## 24779 32 90
## 24780 32 246
## 24781 32 125
## 24782 32 12
## 24783 32 50
## 24784 32 129
## 24785 32 53
## 24786 32 47
## 24787 32 200
## 24788 32 26
## 24789 32 142
## 24790 32 99
## 24791 32 85
## 24792 32 80
## 24793 32 80
## 24794 32 45
## 24795 32 22
## 24796 32 43
## 24797 32 120
## 24798 32 65
## 24799 32 50
## 24800 32 80
## 24801 32 55
## 24802 32 11
## 24803 32 98
## 24804 32 49
## 24805 32 58
## 24806 32 150
## 24807 32 195
## 24808 32 49
## 24809 32 72
## 24810 32 250
## 24811 32 23
## 24812 32 100
## 24813 32 199
## 24814 32 94
## 24815 32 175
## 24816 32 115
## 24817 32 45
## 24818 32 42
## 24819 32 99
## 24820 32 62
## 24821 32 74
## 24822 32 22
## 24823 32 100
## 24824 32 137
## 24825 32 37
## 24826 32 150
## 24827 32 69
## 24828 32 58
## 24829 32 184
## 24830 32 80
## 24831 32 950
## 24832 32 100
## 24833 32 82
## 24834 32 50
## 24835 32 75
## 24836 32 14
## 24837 32 29
## 24838 32 59
## 24839 32 20
## 24840 32 68
## 24841 32 250
## 24842 32 101
## 24843 32 50
## 24844 32 93
## 24845 32 85
## 24846 32 83
## 24847 32 80
## 24848 32 89
## 24849 32 64
## 24850 32 35
## 24851 32 30
## 24852 32 13
## 24853 32 45
## 24854 32 18
## 24855 32 45
## 24856 32 51
## 24857 32 152
## 24858 32 145
## 24859 32 22
## 24860 32 75
## 24861 32 200
## 24862 32 42
## 24863 32 100
## 24864 32 64
## 24865 32 75
## 24866 32 51
## 24867 32 33
## 24868 32 50
## 24869 32 21
## 24870 32 44
## 24871 32 244
## 24872 32 133
## 24873 32 28
## 24874 32 83
## 24875 32 28
## 24876 32 33
## 24877 32 100
## 24878 32 175
## 24879 32 24
## 24880 32 98
## 24881 32 95
## 24882 32 50
## 24883 32 50
## 24884 32 58
## 24885 32 22
## 24886 32 100
## 24887 32 65
## 24888 32 25
## 24889 32 55
## 24890 32 59
## 24891 32 50
## 24892 32 16
## 24893 32 58
## 24894 32 21
## 24895 32 80
## 24896 32 75
## 24897 32 96
## 24898 32 52
## 24899 32 98
## 24900 32 92
## 24901 32 30
## 24902 32 35
## 24903 32 140
## 24904 32 50
## 24905 32 22
## 24906 32 42
## 24907 32 36
## 24908 32 250
## 24909 32 78
## 24910 32 34
## 24911 32 109
## 24912 32 45
## 24913 32 40
## 24914 32 250
## 24915 32 64
## 24916 32 62
## 24917 32 82
## 24918 32 85
## 24919 32 30
## 24920 32 98
## 24921 32 28
## 24922 32 65
## 24923 32 42
## 24924 32 48
## 24925 32 32
## 24926 32 134
## 24927 32 55
## 24928 32 28
## 24929 32 37
## 24930 32 138
## 24931 32 40
## 24932 32 143
## 24933 32 28
## 24934 32 25
## 24935 32 15
## 24936 31 311
## 24937 31 43
## 24938 31 179
## 24939 31 138
## 24940 31 15
## 24941 31 144
## 24942 31 62
## 24943 31 297
## 24944 31 42
## 24945 31 14
## 24946 31 49
## 24947 31 45
## 24948 31 150
## 24949 31 50
## 24950 31 47
## 24951 31 48
## 24952 31 99
## 24953 31 83
## 24954 31 125
## 24955 31 100
## 24956 31 59
## 24957 31 48
## 24958 31 55
## 24959 31 32
## 24960 31 160
## 24961 31 88
## 24962 31 128
## 24963 31 45
## 24964 31 85
## 24965 31 109
## 24966 31 28
## 24967 31 35
## 24968 31 150
## 24969 31 100
## 24970 31 48
## 24971 31 23
## 24972 31 50
## 24973 31 17
## 24974 31 98
## 24975 31 53
## 24976 31 285
## 24977 31 16
## 24978 31 75
## 24979 31 188
## 24980 31 40
## 24981 31 68
## 24982 31 120
## 24983 31 88
## 24984 31 120
## 24985 31 84
## 24986 31 114
## 24987 31 175
## 24988 31 40
## 24989 31 66
## 24990 31 39
## 24991 31 85
## 24992 31 90
## 24993 31 38
## 24994 31 49
## 24995 31 55
## 24996 31 65
## 24997 31 21
## 24998 31 68
## 24999 31 22
## 25000 31 33
## 25001 31 500
## 25002 31 45
## 25003 31 40
## 25004 31 84
## 25005 31 175
## 25006 31 85
## 25007 31 90
## 25008 31 99
## 25009 31 60
## 25010 31 40
## 25011 31 130
## 25012 31 101
## 25013 31 75
## 25014 31 20
## 25015 31 78
## 25016 31 89
## 25017 31 100
## 25018 31 47
## 25019 31 74
## 25020 31 117
## 25021 31 40
## 25022 31 49
## 25023 31 25
## 25024 31 195
## 25025 31 32
## 25026 31 74
## 25027 31 15
## 25028 31 62
## 25029 31 299
## 25030 31 38
## 25031 31 26
## 25032 31 48
## 25033 31 56
## 25034 31 36
## 25035 31 114
## 25036 31 63
## 25037 31 130
## 25038 31 38
## 25039 31 80
## 25040 31 116
## 25041 31 12
## 25042 31 45
## 25043 31 32
## 25044 31 62
## 25045 31 75
## 25046 31 29
## 25047 31 100
## 25048 31 110
## 25049 31 67
## 25050 31 50
## 25051 31 40
## 25052 31 45
## 25053 31 45
## 25054 31 28
## 25055 31 40
## 25056 31 40
## 25057 31 148
## 25058 31 13
## 25059 31 166
## 25060 31 100
## 25061 31 40
## 25062 31 125
## 25063 31 100
## 25064 31 42
## 25065 31 95
## 25066 31 265
## 25067 31 59
## 25068 31 57
## 25069 31 150
## 25070 31 25
## 25071 31 55
## 25072 31 55
## 25073 31 163
## 25074 31 68
## 25075 31 250
## 25076 31 30
## 25077 31 15
## 25078 31 92
## 25079 31 80
## 25080 31 60
## 25081 31 55
## 25082 31 45
## 25083 31 92
## 25084 31 94
## 25085 31 112
## 25086 31 93
## 25087 31 54
## 25088 31 35
## 25089 31 219
## 25090 31 54
## 25091 31 125
## 25092 31 116
## 25093 31 128
## 25094 31 69
## 25095 31 25
## 25096 31 35
## 25097 31 54
## 25098 31 40
## 25099 31 99
## 25100 31 112
## 25101 31 179
## 25102 31 75
## 25103 31 39
## 25104 31 150
## 25105 31 108
## 25106 31 175
## 25107 31 37
## 25108 31 75
## 25109 31 32
## 25110 31 36
## 25111 31 98
## 25112 31 200
## 25113 31 150
## 25114 31 52
## 25115 31 34
## 25116 31 70
## 25117 31 48
## 25118 31 72
## 25119 31 50
## 25120 31 35
## 25121 31 100
## 25122 31 34
## 25123 31 79
## 25124 31 119
## 25125 31 46
## 25126 31 125
## 25127 31 267
## 25128 31 142
## 25129 31 70
## 25130 31 50
## 25131 31 40
## 25132 31 38
## 25133 31 90
## 25134 31 300
## 25135 31 88
## 25136 31 120
## 25137 31 20
## 25138 31 13
## 25139 31 23
## 25140 31 32
## 25141 31 42
## 25142 31 20
## 25143 31 58
## 25144 31 45
## 25145 31 20
## 25146 31 41
## 25147 31 33
## 25148 31 36
## 25149 31 125
## 25150 31 95
## 25151 31 125
## 25152 31 84
## 25153 31 38
## 25154 31 90
## 25155 31 50
## 25156 31 32
## 25157 31 50
## 25158 31 57
## 25159 31 65
## 25160 31 114
## 25161 31 75
## 25162 31 38
## 25163 31 50
## 25164 31 32
## 25165 31 154
## 25166 31 80
## 25167 31 20
## 25168 31 62
## 25169 31 45
## 25170 31 100
## 25171 31 93
## 25172 31 220
## 25173 31 69
## 25174 31 112
## 25175 31 163
## 25176 31 67
## 25177 31 145
## 25178 31 59
## 25179 31 40
## 25180 31 55
## 25181 31 40
## 25182 31 45
## 25183 31 64
## 25184 31 85
## 25185 31 123
## 25186 31 48
## 25187 31 125
## 25188 31 55
## 25189 31 57
## 25190 31 40
## 25191 31 90
## 25192 31 35
## 25193 31 58
## 25194 31 54
## 25195 31 99
## 25196 31 27
## 25197 31 25
## 25198 31 279
## 25199 31 26
## 25200 31 50
## 25201 31 129
## 25202 31 210
## 25203 31 69
## 25204 31 45
## 25205 31 60
## 25206 31 53
## 25207 31 33
## 25208 31 43
## 25209 31 75
## 25210 31 38
## 25211 31 58
## 25212 31 250
## 25213 31 65
## 25214 31 149
## 25215 31 50
## 25216 31 800
## 25217 31 50
## 25218 31 12
## 25219 31 47
## 25220 31 55
## 25221 31 120
## 25222 31 139
## 25223 31 134
## 25224 31 148
## 25225 31 84
## 25226 31 49
## 25227 31 60
## 25228 31 19
## 25229 31 55
## 25230 31 21
## 25231 31 93
## 25232 31 29
## 25233 31 87
## 25234 31 174
## 25235 31 72
## 25236 31 99
## 25237 31 68
## 25238 31 250
## 25239 31 29
## 25240 31 133
## 25241 31 58
## 25242 31 65
## 25243 31 50
## 25244 31 22
## 25245 31 225
## 25246 31 14
## 25247 31 30
## 25248 31 69
## 25249 31 85
## 25250 31 26
## 25251 31 48
## 25252 31 30
## 25253 31 149
## 25254 31 33
## 25255 31 66
## 25256 31 47
## 25257 31 50
## 25258 31 92
## 25259 31 110
## 25260 31 35
## 25261 31 200
## 25262 31 200
## 25263 31 175
## 25264 31 82
## 25265 31 98
## 25266 31 29
## 25267 31 50
## 25268 31 18
## 25269 31 150
## 25270 31 100
## 25271 31 279
## 25272 31 70
## 25273 31 68
## 25274 31 55
## 25275 31 98
## 25276 31 55
## 25277 31 175
## 25278 31 43
## 25279 31 22
## 25280 31 36
## 25281 31 75
## 25282 31 13
## 25283 31 21
## 25284 31 32
## 25285 31 38
## 25286 31 70
## 25287 31 40
## 25288 31 100
## 25289 31 40
## 25290 31 40
## 25291 31 145
## 25292 31 38
## 25293 31 80
## 25294 31 175
## 25295 31 32
## 25296 31 50
## 25297 31 48
## 25298 31 81
## 25299 31 250
## 25300 31 67
## 25301 31 35
## 25302 31 60
## 25303 31 67
## 25304 31 51
## 25305 31 90
## 25306 31 150
## 25307 31 30
## 25308 31 54
## 25309 31 23
## 25310 31 68
## 25311 31 145
## 25312 31 45
## 25313 31 38
## 25314 31 88
## 25315 31 30
## 25316 31 92
## 25317 31 88
## 25318 31 62
## 25319 31 298
## 25320 31 61
## 25321 31 50
## 25322 31 28
## 25323 31 61
## 25324 31 225
## 25325 31 269
## 25326 31 62
## 25327 31 127
## 25328 31 48
## 25329 31 34
## 25330 31 50
## 25331 31 30
## 25332 31 12
## 25333 31 55
## 25334 31 90
## 25335 31 34
## 25336 31 100
## 25337 31 18
## 25338 31 117
## 25339 31 165
## 25340 31 52
## 25341 31 100
## 25342 31 44
## 25343 31 78
## 25344 31 203
## 25345 31 30
## 25346 31 105
## 25347 31 30
## 25348 31 20
## 25349 31 295
## 25350 31 47
## 25351 31 195
## 25352 31 75
## 25353 31 95
## 25354 31 138
## 25355 31 284
## 25356 31 595
## 25357 31 300
## 25358 31 20
## 25359 31 38
## 25360 31 65
## 25361 31 112
## 25362 31 100
## 25363 31 589
## 25364 31 238
## 25365 31 22
## 25366 31 68
## 25367 31 50
## 25368 31 36
## 25369 31 32
## 25370 31 125
## 25371 31 85
## 25372 31 50
## 25373 31 36
## 25374 31 125
## 25375 31 42
## 25376 31 38
## 25377 31 48
## 25378 31 35
## 25379 31 66
## 25380 31 32
## 25381 31 55
## 25382 31 14
## 25383 31 199
## 25384 31 58
## 25385 31 135
## 25386 31 37
## 25387 31 65
## 25388 31 118
## 25389 31 20
## 25390 31 117
## 25391 31 175
## 25392 31 38
## 25393 31 92
## 25394 31 65
## 25395 31 114
## 25396 31 28
## 25397 31 110
## 25398 31 150
## 25399 31 45
## 25400 31 600
## 25401 31 32
## 25402 31 50
## 25403 31 74
## 25404 31 28
## 25405 31 44
## 25406 31 58
## 25407 31 50
## 25408 31 55
## 25409 31 95
## 25410 31 375
## 25411 31 22
## 25412 31 74
## 25413 31 11
## 25414 31 200
## 25415 31 199
## 25416 31 199
## 25417 31 50
## 25418 31 75
## 25419 31 35
## 25420 31 175
## 25421 31 80
## 25422 31 60
## 25423 31 20
## 25424 31 98
## 25425 31 43
## 25426 31 290
## 25427 31 65
## 25428 31 52
## 25429 31 82
## 25430 31 329
## 25431 31 35
## 25432 31 38
## 25433 31 74
## 25434 31 92
## 25435 31 36
## 25436 31 150
## 25437 31 20
## 25438 31 245
## 25439 31 120
## 25440 31 300
## 25441 31 83
## 25442 31 74
## 25443 31 24
## 25444 31 40
## 25445 31 24
## 25446 31 88
## 25447 31 128
## 25448 31 75
## 25449 31 70
## 25450 31 64
## 25451 31 129
## 25452 31 100
## 25453 31 33
## 25454 31 65
## 25455 31 43
## 25456 31 50
## 25457 31 130
## 25458 31 55
## 25459 31 23
## 25460 31 88
## 25461 31 90
## 25462 31 15
## 25463 31 30
## 25464 31 75
## 25465 31 65
## 25466 31 28
## 25467 31 125
## 25468 31 63
## 25469 31 54
## 25470 31 28
## 25471 31 79
## 25472 31 43
## 25473 31 42
## 25474 31 80
## 25475 31 26
## 25476 31 180
## 25477 31 50
## 25478 31 68
## 25479 31 55
## 25480 31 150
## 25481 31 70
## 25482 31 75
## 25483 31 75
## 25484 31 96
## 25485 31 90
## 25486 31 27
## 25487 31 132
## 25488 31 112
## 25489 31 44
## 25490 31 49
## 25491 31 18
## 25492 31 117
## 25493 31 27
## 25494 31 31
## 25495 31 250
## 25496 31 90
## 25497 31 28
## 25498 31 43
## 25499 31 69
## 25500 31 65
## 25501 31 50
## 25502 31 38
## 25503 31 40
## 25504 31 98
## 25505 31 56
## 25506 31 45
## 25507 31 31
## 25508 31 100
## 25509 31 52
## 25510 31 58
## 25511 31 37
## 25512 31 350
## 25513 31 179
## 25514 31 25
## 25515 31 99
## 25516 31 90
## 25517 31 139
## 25518 31 79
## 25519 31 19
## 25520 31 247
## 25521 31 649
## 25522 31 98
## 25523 31 120
## 25524 31 79
## 25525 31 28
## 25526 31 12
## 25527 31 55
## 25528 31 44
## 25529 31 65
## 25530 31 77
## 25531 31 78
## 25532 31 150
## 25533 31 28
## 25534 31 150
## 25535 31 17
## 25536 31 90
## 25537 31 65
## 25538 31 60
## 25539 31 119
## 25540 31 270
## 25541 31 82
## 25542 31 250
## 25543 31 125
## 25544 31 100
## 25545 31 32
## 25546 31 20
## 25547 31 73
## 25548 31 61
## 25549 31 52
## 25550 31 36
## 25551 31 25
## 25552 31 40
## 25553 31 199
## 25554 31 18
## 25555 31 75
## 25556 31 65
## 25557 31 75
## 25558 31 66
## 25559 31 119
## 25560 31 74
## 25561 31 28
## 25562 31 75
## 25563 31 42
## 25564 31 16
## 25565 31 62
## 25566 31 55
## 25567 31 30
## 25568 31 70
## 25569 31 17
## 25570 31 32
## 25571 31 69
## 25572 31 59
## 25573 31 113
## 25574 31 88
## 25575 31 210
## 25576 31 60
## 25577 31 30
## 25578 31 62
## 25579 31 90
## 25580 31 50
## 25581 31 50
## 25582 31 23
## 25583 31 44
## 25584 31 45
## 25585 31 80
## 25586 31 52
## 25587 31 83
## 25588 31 23
## 25589 31 42
## 25590 31 66
## 25591 31 34
## 25592 31 30
## 25593 31 49
## 25594 31 36
## 25595 31 61
## 25596 31 114
## 25597 31 180
## 25598 31 90
## 25599 31 130
## 25600 31 75
## 25601 31 12
## 25602 31 48
## 25603 31 22
## 25604 31 275
## 25605 31 49
## 25606 31 70
## 25607 31 125
## 25608 31 250
## 25609 31 95
## 25610 31 40
## 25611 31 132
## 25612 31 70
## 25613 31 163
## 25614 31 48
## 25615 31 390
## 25616 31 50
## 25617 31 50
## 25618 31 52
## 25619 31 33
## 25620 31 25
## 25621 31 125
## 25622 31 70
## 25623 31 69
## 25624 31 165
## 25625 31 28
## 25626 31 32
## 25627 31 50
## 25628 31 45
## 25629 31 140
## 25630 31 41
## 25631 31 26
## 25632 31 80
## 25633 31 43
## 25634 31 69
## 25635 31 43
## 25636 31 169
## 25637 31 50
## 25638 31 60
## 25639 31 16
## 25640 31 50
## 25641 31 58
## 25642 31 225
## 25643 31 86
## 25644 31 50
## 25645 31 30
## 25646 31 75
## 25647 31 300
## 25648 31 88
## 25649 31 93
## 25650 31 24
## 25651 31 22
## 25652 31 110
## 25653 31 34
## 25654 31 95
## 25655 31 24
## 25656 31 57
## 25657 31 84
## 25658 31 85
## 25659 31 95
## 25660 31 40
## 25661 31 199
## 25662 31 30
## 25663 31 50
## 25664 31 19
## 25665 31 62
## 25666 31 55
## 25667 31 24
## 25668 31 60
## 25669 31 62
## 25670 31 47
## 25671 31 24
## 25672 31 98
## 25673 31 50
## 25674 31 28
## 25675 31 160
## 25676 31 60
## 25677 31 97
## 25678 31 83
## 25679 31 50
## 25680 31 50
## 25681 31 32
## 25682 31 48
## 25683 31 165
## 25684 31 50
## 25685 31 140
## 25686 31 99
## 25687 31 40
## 25688 31 58
## 25689 31 99
## 25690 31 90
## 25691 31 35
## 25692 31 82
## 25693 31 128
## 25694 31 32
## 25695 31 40
## 25696 31 112
## 25697 30 75
## 25698 30 50
## 25699 30 124
## 25700 30 50
## 25701 30 180
## 25702 30 75
## 25703 30 32
## 25704 30 50
## 25705 30 35
## 25706 30 75
## 25707 30 127
## 25708 30 124
## 25709 30 31
## 25710 30 65
## 25711 30 42
## 25712 30 75
## 25713 30 120
## 25714 30 47
## 25715 30 70
## 25716 30 50
## 25717 30 65
## 25718 30 22
## 25719 30 60
## 25720 30 60
## 25721 30 30
## 25722 30 42
## 25723 30 47
## 25724 30 299
## 25725 30 92
## 25726 30 35
## 25727 30 17
## 25728 30 28
## 25729 30 72
## 25730 30 128
## 25731 30 95
## 25732 30 65
## 25733 30 80
## 25734 30 162
## 25735 30 375
## 25736 30 50
## 25737 30 114
## 25738 30 35
## 25739 30 24
## 25740 30 28
## 25741 30 50
## 25742 30 75
## 25743 30 30
## 25744 30 36
## 25745 30 50
## 25746 30 67
## 25747 30 100
## 25748 30 299
## 25749 30 88
## 25750 30 62
## 25751 30 90
## 25752 30 42
## 25753 30 145
## 25754 30 33
## 25755 30 50
## 25756 30 28
## 25757 30 85
## 25758 30 75
## 25759 30 75
## 25760 30 109
## 25761 30 100
## 25762 30 125
## 25763 30 160
## 25764 30 76
## 25765 30 92
## 25766 30 62
## 25767 30 96
## 25768 30 135
## 25769 30 177
## 25770 30 30
## 25771 30 60
## 25772 30 40
## 25773 30 106
## 25774 30 14
## 25775 30 45
## 25776 30 119
## 25777 30 85
## 25778 30 997
## 25779 30 100
## 25780 30 70
## 25781 30 76
## 25782 30 45
## 25783 30 100
## 25784 30 30
## 25785 30 20
## 25786 30 13
## 25787 30 11
## 25788 30 72
## 25789 30 50
## 25790 30 140
## 25791 30 38
## 25792 30 17
## 25793 30 36
## 25794 30 85
## 25795 30 37
## 25796 30 48
## 25797 30 22
## 25798 30 100
## 25799 30 42
## 25800 30 70
## 25801 30 83
## 25802 30 30
## 25803 30 108
## 25804 30 184
## 25805 30 19
## 25806 30 88
## 25807 30 50
## 25808 30 175
## 25809 30 120
## 25810 30 50
## 25811 30 22
## 25812 30 200
## 25813 30 99
## 25814 30 27
## 25815 30 20
## 25816 30 30
## 25817 30 400
## 25818 30 36
## 25819 30 64
## 25820 30 30
## 25821 30 90
## 25822 30 70
## 25823 30 42
## 25824 30 233
## 25825 30 50
## 25826 30 39
## 25827 30 36
## 25828 30 50
## 25829 30 26
## 25830 30 80
## 25831 30 50
## 25832 30 15
## 25833 30 65
## 25834 30 102
## 25835 30 125
## 25836 30 59
## 25837 30 60
## 25838 30 75
## 25839 30 148
## 25840 30 99
## 25841 30 79
## 25842 30 32
## 25843 30 100
## 25844 30 136
## 25845 30 35
## 25846 30 49
## 25847 30 48
## 25848 30 83
## 25849 30 45
## 25850 30 55
## 25851 30 105
## 25852 30 54
## 25853 30 175
## 25854 30 23
## 25855 30 46
## 25856 30 47
## 25857 30 60
## 25858 30 28
## 25859 30 199
## 25860 30 140
## 25861 30 200
## 25862 30 72
## 25863 30 67
## 25864 30 100
## 25865 30 100
## 25866 30 34
## 25867 30 11
## 25868 30 220
## 25869 30 36
## 25870 30 50
## 25871 30 55
## 25872 30 175
## 25873 30 50
## 25874 30 99
## 25875 30 28
## 25876 30 100
## 25877 30 37
## 25878 30 73
## 25879 30 65
## 25880 30 25
## 25881 30 45
## 25882 30 124
## 25883 30 60
## 25884 30 32
## 25885 30 99
## 25886 30 61
## 25887 30 99
## 25888 30 72
## 25889 30 90
## 25890 30 63
## 25891 30 50
## 25892 30 45
## 25893 30 100
## 25894 30 125
## 25895 30 19
## 25896 30 49
## 25897 30 150
## 25898 30 85
## 25899 30 24
## 25900 30 89
## 25901 30 14
## 25902 30 55
## 25903 30 146
## 25904 30 45
## 25905 30 159
## 25906 30 75
## 25907 30 75
## 25908 30 50
## 25909 30 100
## 25910 30 33
## 25911 30 120
## 25912 30 69
## 25913 30 150
## 25914 30 57
## 25915 30 95
## 25916 30 62
## 25917 30 66
## 25918 30 40
## 25919 30 179
## 25920 30 63
## 25921 30 70
## 25922 30 120
## 25923 30 120
## 25924 30 80
## 25925 30 75
## 25926 30 46
## 25927 30 45
## 25928 30 38
## 25929 30 60
## 25930 30 44
## 25931 30 30
## 25932 30 49
## 25933 30 17
## 25934 30 12
## 25935 30 16
## 25936 30 45
## 25937 30 45
## 25938 30 70
## 25939 30 52
## 25940 30 42
## 25941 30 60
## 25942 30 100
## 25943 30 57
## 25944 30 48
## 25945 30 40
## 25946 30 70
## 25947 30 98
## 25948 30 61
## 25949 30 125
## 25950 30 30
## 25951 30 30
## 25952 30 165
## 25953 30 40
## 25954 30 399
## 25955 30 40
## 25956 30 487
## 25957 30 30
## 25958 30 23
## 25959 30 37
## 25960 30 450
## 25961 30 60
## 25962 30 85
## 25963 30 238
## 25964 30 48
## 25965 30 14
## 25966 30 120
## 25967 30 20
## 25968 30 68
## 25969 30 125
## 25970 30 130
## 25971 30 42
## 25972 30 224
## 25973 30 38
## 25974 30 35
## 25975 30 132
## 25976 30 65
## 25977 30 55
## 25978 30 110
## 25979 30 50
## 25980 30 150
## 25981 30 235
## 25982 30 195
## 25983 30 38
## 25984 30 125
## 25985 30 52
## 25986 30 65
## 25987 30 37
## 25988 30 125
## 25989 30 74
## 25990 30 88
## 25991 30 50
## 25992 30 28
## 25993 30 100
## 25994 30 50
## 25995 30 250
## 25996 30 16
## 25997 30 45
## 25998 30 18
## 25999 30 47
## 26000 30 38
## 26001 30 64
## 26002 30 48
## 26003 30 189
## 26004 30 32
## 26005 30 24
## 26006 30 74
## 26007 30 44
## 26008 30 50
## 26009 30 85
## 26010 30 69
## 26011 30 110
## 26012 30 79
## 26013 30 50
## 26014 30 28
## 26015 30 105
## 26016 30 90
## 26017 30 187
## 26018 30 13
## 26019 30 45
## 26020 30 30
## 26021 30 190
## 26022 30 56
## 26023 30 25
## 26024 30 150
## 26025 30 49
## 26026 30 75
## 26027 30 120
## 26028 30 70
## 26029 30 38
## 26030 30 30
## 26031 30 38
## 26032 30 27
## 26033 30 225
## 26034 30 23
## 26035 30 22
## 26036 30 28
## 26037 30 100
## 26038 30 45
## 26039 30 45
## 26040 30 36
## 26041 30 42
## 26042 30 60
## 26043 30 79
## 26044 30 68
## 26045 30 55
## 26046 30 29
## 26047 30 150
## 26048 30 54
## 26049 30 41
## 26050 30 41
## 26051 30 37
## 26052 30 67
## 26053 30 401
## 26054 30 390
## 26055 30 250
## 26056 30 95
## 26057 30 150
## 26058 30 70
## 26059 30 39
## 26060 30 90
## 26061 30 92
## 26062 30 50
## 26063 30 29
## 26064 30 217
## 26065 30 42
## 26066 30 27
## 26067 30 41
## 26068 30 91
## 26069 30 96
## 26070 30 300
## 26071 30 248
## 26072 30 23
## 26073 30 14
## 26074 30 35
## 26075 30 55
## 26076 30 68
## 26077 30 92
## 26078 30 33
## 26079 30 50
## 26080 30 69
## 26081 30 138
## 26082 30 24
## 26083 30 25
## 26084 30 28
## 26085 30 88
## 26086 30 50
## 26087 30 64
## 26088 30 350
## 26089 30 108
## 26090 30 36
## 26091 30 44
## 26092 30 68
## 26093 30 30
## 26094 30 25
## 26095 30 44
## 26096 30 35
## 26097 30 50
## 26098 30 48
## 26099 30 65
## 26100 30 48
## 26101 30 38
## 26102 30 88
## 26103 30 53
## 26104 30 325
## 26105 30 40
## 26106 30 45
## 26107 30 62
## 26108 30 99
## 26109 30 48
## 26110 30 50
## 26111 30 60
## 26112 30 110
## 26113 30 129
## 26114 30 137
## 26115 30 42
## 26116 30 49
## 26117 30 180
## 26118 30 42
## 26119 30 69
## 26120 30 199
## 26121 30 72
## 26122 30 95
## 26123 30 64
## 26124 30 75
## 26125 30 90
## 26126 30 40
## 26127 30 150
## 26128 30 110
## 26129 30 200
## 26130 30 125
## 26131 30 50
## 26132 30 100
## 26133 30 59
## 26134 30 200
## 26135 30 50
## 26136 30 15
## 26137 30 60
## 26138 30 35
## 26139 30 55
## 26140 30 248
## 26141 30 64
## 26142 30 28
## 26143 30 26
## 26144 30 20
## 26145 30 65
## 26146 30 59
## 26147 30 72
## 26148 30 124
## 26149 30 58
## 26150 30 118
## 26151 30 175
## 26152 30 55
## 26153 30 55
## 26154 30 85
## 26155 30 106
## 26156 30 38
## 26157 30 58
## 26158 30 58
## 26159 30 24
## 26160 30 135
## 26161 30 65
## 26162 30 24
## 26163 30 148
## 26164 30 45
## 26165 30 275
## 26166 30 58
## 26167 30 117
## 26168 30 98
## 26169 30 185
## 26170 30 65
## 26171 30 100
## 26172 30 28
## 26173 30 45
## 26174 30 119
## 26175 30 22
## 26176 30 32
## 26177 30 84
## 26178 30 60
## 26179 30 41
## 26180 30 144
## 26181 30 90
## 26182 30 41
## 26183 30 23
## 26184 30 100
## 26185 30 60
## 26186 30 62
## 26187 30 25
## 26188 30 13
## 26189 30 74
## 26190 30 87
## 26191 30 42
## 26192 30 35
## 26193 30 109
## 26194 30 142
## 26195 30 175
## 26196 30 50
## 26197 30 229
## 26198 30 23
## 26199 30 88
## 26200 30 133
## 26201 30 200
## 26202 30 75
## 26203 30 25
## 26204 30 26
## 26205 30 220
## 26206 30 130
## 26207 30 43
## 26208 30 81
## 26209 30 54
## 26210 30 50
## 26211 30 55
## 26212 30 290
## 26213 30 32
## 26214 30 149
## 26215 30 37
## 26216 30 33
## 26217 30 300
## 26218 30 80
## 26219 30 80
## 26220 30 129
## 26221 30 90
## 26222 30 245
## 26223 30 89
## 26224 30 52
## 26225 30 40
## 26226 30 50
## 26227 30 117
## 26228 30 69
## 26229 30 50
## 26230 30 50
## 26231 30 32
## 26232 30 500
## 26233 30 66
## 26234 30 60
## 26235 30 115
## 26236 30 119
## 26237 30 75
## 26238 30 125
## 26239 30 58
## 26240 30 75
## 26241 30 70
## 26242 30 40
## 26243 30 115
## 26244 30 120
## 26245 30 80
## 26246 30 33
## 26247 30 30
## 26248 30 165
## 26249 30 44
## 26250 30 44
## 26251 30 323
## 26252 30 40
## 26253 30 55
## 26254 30 25
## 26255 30 88
## 26256 30 125
## 26257 30 150
## 26258 30 33
## 26259 30 33
## 26260 30 99
## 26261 30 71
## 26262 30 40
## 26263 30 100
## 26264 30 40
## 26265 30 34
## 26266 30 60
## 26267 30 28
## 26268 30 89
## 26269 30 40
## 26270 30 20
## 26271 30 76
## 26272 30 92
## 26273 30 37
## 26274 30 30
## 26275 30 80
## 26276 30 250
## 26277 30 89
## 26278 30 133
## 26279 30 70
## 26280 30 18
## 26281 30 56
## 26282 30 47
## 26283 30 100
## 26284 30 40
## 26285 30 28
## 26286 30 30
## 26287 30 132
## 26288 30 90
## 26289 30 85
## 26290 30 30
## 26291 30 81
## 26292 30 45
## 26293 30 40
## 26294 30 21
## 26295 30 13
## 26296 30 200
## 26297 30 39
## 26298 30 50
## 26299 30 72
## 26300 30 19
## 26301 30 88
## 26302 30 50
## 26303 30 88
## 26304 30 55
## 26305 30 135
## 26306 30 13
## 26307 30 37
## 26308 30 58
## 26309 30 120
## 26310 30 38
## 26311 30 140
## 26312 30 115
## 26313 30 60
## 26314 30 59
## 26315 30 45
## 26316 30 64
## 26317 30 138
## 26318 30 60
## 26319 30 125
## 26320 30 60
## 26321 30 67
## 26322 30 66
## 26323 30 92
## 26324 30 50
## 26325 30 106
## 26326 30 206
## 26327 30 50
## 26328 30 75
## 26329 30 40
## 26330 30 40
## 26331 30 235
## 26332 30 38
## 26333 30 104
## 26334 30 95
## 26335 30 30
## 26336 30 45
## 26337 30 20
## 26338 30 54
## 26339 30 15
## 26340 30 49
## 26341 30 58
## 26342 30 82
## 26343 30 75
## 26344 30 40
## 26345 30 30
## 26346 30 110
## 26347 30 195
## 26348 30 358
## 26349 30 34
## 26350 30 55
## 26351 30 76
## 26352 30 325
## 26353 30 88
## 26354 30 95
## 26355 30 200
## 26356 30 79
## 26357 30 33
## 26358 30 28
## 26359 30 23
## 26360 30 13
## 26361 30 24
## 26362 30 150
## 26363 30 75
## 26364 30 26
## 26365 30 41
## 26366 30 47
## 26367 30 210
## 26368 30 43
## 26369 30 75
## 26370 30 80
## 26371 30 30
## 26372 30 699
## 26373 30 100
## 26374 30 125
## 26375 30 42
## 26376 30 17
## 26377 30 159
## 26378 30 89
## 26379 30 44
## 26380 30 110
## 26381 30 25
## 26382 30 170
## 26383 30 170
## 26384 29 75
## 26385 29 105
## 26386 29 169
## 26387 29 33
## 26388 29 22
## 26389 29 155
## 26390 29 128
## 26391 29 35
## 26392 29 149
## 26393 29 35
## 26394 29 75
## 26395 29 84
## 26396 29 119
## 26397 29 65
## 26398 29 174
## 26399 29 30
## 26400 29 52
## 26401 29 100
## 26402 29 99
## 26403 29 52
## 26404 29 52
## 26405 29 59
## 26406 29 299
## 26407 29 60
## 26408 29 59
## 26409 29 133
## 26410 29 50
## 26411 29 175
## 26412 29 250
## 26413 29 75
## 26414 29 45
## 26415 29 52
## 26416 29 62
## 26417 29 11
## 26418 29 20
## 26419 29 14
## 26420 29 100
## 26421 29 62
## 26422 29 104
## 26423 29 64
## 26424 29 38
## 26425 29 49
## 26426 29 85
## 26427 29 66
## 26428 29 62
## 26429 29 26
## 26430 29 82
## 26431 29 114
## 26432 29 34
## 26433 29 48
## 26434 29 350
## 26435 29 100
## 26436 29 100
## 26437 29 65
## 26438 29 70
## 26439 29 48
## 26440 29 599
## 26441 29 185
## 26442 29 48
## 26443 29 124
## 26444 29 95
## 26445 29 99
## 26446 29 42
## 26447 29 199
## 26448 29 199
## 26449 29 100
## 26450 29 60
## 26451 29 100
## 26452 29 28
## 26453 29 155
## 26454 29 58
## 26455 29 80
## 26456 29 75
## 26457 29 28
## 26458 29 54
## 26459 29 90
## 26460 29 75
## 26461 29 150
## 26462 29 98
## 26463 29 44
## 26464 29 61
## 26465 29 100
## 26466 29 125
## 26467 29 225
## 26468 29 12
## 26469 29 70
## 26470 29 79
## 26471 29 68
## 26472 29 13
## 26473 29 75
## 26474 29 46
## 26475 29 124
## 26476 29 51
## 26477 29 37
## 26478 29 11
## 26479 29 40
## 26480 29 42
## 26481 29 69
## 26482 29 30
## 26483 29 45
## 26484 29 40
## 26485 29 40
## 26486 29 133
## 26487 29 105
## 26488 29 62
## 26489 29 88
## 26490 29 45
## 26491 29 25
## 26492 29 150
## 26493 29 25
## 26494 29 200
## 26495 29 21
## 26496 29 60
## 26497 29 100
## 26498 29 68
## 26499 29 39
## 26500 29 48
## 26501 29 22
## 26502 29 40
## 26503 29 65
## 26504 29 275
## 26505 29 203
## 26506 29 50
## 26507 29 42
## 26508 29 109
## 26509 29 74
## 26510 29 200
## 26511 29 100
## 26512 29 200
## 26513 29 50
## 26514 29 55
## 26515 29 40
## 26516 29 115
## 26517 29 38
## 26518 29 30
## 26519 29 120
## 26520 29 27
## 26521 29 300
## 26522 29 165
## 26523 29 65
## 26524 29 100
## 26525 29 40
## 26526 29 245
## 26527 29 56
## 26528 29 55
## 26529 29 35
## 26530 29 30
## 26531 29 199
## 26532 29 99
## 26533 29 99
## 26534 29 34
## 26535 29 17
## 26536 29 37
## 26537 29 52
## 26538 29 55
## 26539 29 67
## 26540 29 54
## 26541 29 80
## 26542 29 30
## 26543 29 40
## 26544 29 80
## 26545 29 64
## 26546 29 33
## 26547 29 22
## 26548 29 40
## 26549 29 110
## 26550 29 50
## 26551 29 70
## 26552 29 289
## 26553 29 44
## 26554 29 362
## 26555 29 43
## 26556 29 30
## 26557 29 30
## 26558 29 82
## 26559 29 400
## 26560 29 105
## 26561 29 85
## 26562 29 20
## 26563 29 18
## 26564 29 69
## 26565 29 89
## 26566 29 38
## 26567 29 79
## 26568 29 48
## 26569 29 199
## 26570 29 108
## 26571 29 100
## 26572 29 40
## 26573 29 48
## 26574 29 65
## 26575 29 165
## 26576 29 20
## 26577 29 153
## 26578 29 114
## 26579 29 279
## 26580 29 110
## 26581 29 40
## 26582 29 400
## 26583 29 82
## 26584 29 55
## 26585 29 64
## 26586 29 160
## 26587 29 212
## 26588 29 102
## 26589 29 22
## 26590 29 138
## 26591 29 100
## 26592 29 65
## 26593 29 68
## 26594 29 300
## 26595 29 25
## 26596 29 19
## 26597 29 46
## 26598 29 189
## 26599 29 118
## 26600 29 98
## 26601 29 58
## 26602 29 45
## 26603 29 385
## 26604 29 49
## 26605 29 110
## 26606 29 40
## 26607 29 195
## 26608 29 45
## 26609 29 62
## 26610 29 100
## 26611 29 54
## 26612 29 89
## 26613 29 62
## 26614 29 29
## 26615 29 75
## 26616 29 92
## 26617 29 65
## 26618 29 148
## 26619 29 99
## 26620 29 300
## 26621 29 60
## 26622 29 70
## 26623 29 50
## 26624 29 92
## 26625 29 233
## 26626 29 40
## 26627 29 98
## 26628 29 80
## 26629 29 62
## 26630 29 112
## 26631 29 30
## 26632 29 25
## 26633 29 62
## 26634 29 115
## 26635 29 130
## 26636 29 60
## 26637 29 175
## 26638 29 100
## 26639 29 65
## 26640 29 59
## 26641 29 81
## 26642 29 79
## 26643 29 27
## 26644 29 100
## 26645 29 50
## 26646 29 48
## 26647 29 250
## 26648 29 45
## 26649 29 225
## 26650 29 85
## 26651 29 75
## 26652 29 42
## 26653 29 18
## 26654 29 125
## 26655 29 120
## 26656 29 44
## 26657 29 225
## 26658 29 30
## 26659 29 83
## 26660 29 32
## 26661 29 54
## 26662 29 50
## 26663 29 124
## 26664 29 285
## 26665 29 105
## 26666 29 30
## 26667 29 260
## 26668 29 53
## 26669 29 59
## 26670 29 80
## 26671 29 50
## 26672 29 33
## 26673 29 50
## 26674 29 26
## 26675 29 60
## 26676 29 450
## 26677 29 250
## 26678 29 42
## 26679 29 43
## 26680 29 20
## 26681 29 80
## 26682 29 79
## 26683 29 289
## 26684 29 17
## 26685 29 48
## 26686 29 62
## 26687 29 135
## 26688 29 45
## 26689 29 45
## 26690 29 88
## 26691 29 42
## 26692 29 60
## 26693 29 150
## 26694 29 54
## 26695 29 50
## 26696 29 31
## 26697 29 18
## 26698 29 40
## 26699 29 50
## 26700 29 25
## 26701 29 275
## 26702 29 75
## 26703 29 250
## 26704 29 14
## 26705 29 50
## 26706 29 50
## 26707 29 125
## 26708 29 100
## 26709 29 75
## 26710 29 45
## 26711 29 40
## 26712 29 179
## 26713 29 39
## 26714 29 13
## 26715 29 88
## 26716 29 47
## 26717 29 42
## 26718 29 100
## 26719 29 117
## 26720 29 125
## 26721 29 20
## 26722 29 65
## 26723 29 120
## 26724 29 186
## 26725 29 310
## 26726 29 24
## 26727 29 88
## 26728 29 40
## 26729 29 89
## 26730 29 80
## 26731 29 75
## 26732 29 49
## 26733 29 100
## 26734 29 150
## 26735 29 32
## 26736 29 11
## 26737 29 115
## 26738 29 39
## 26739 29 180
## 26740 29 140
## 26741 29 400
## 26742 29 124
## 26743 29 175
## 26744 29 100
## 26745 29 92
## 26746 29 45
## 26747 29 20
## 26748 29 62
## 26749 29 32
## 26750 29 34
## 26751 29 50
## 26752 29 225
## 26753 29 100
## 26754 29 48
## 26755 29 100
## 26756 29 20
## 26757 29 86
## 26758 29 49
## 26759 29 74
## 26760 29 18
## 26761 29 169
## 26762 29 45
## 26763 29 24
## 26764 29 98
## 26765 29 32
## 26766 29 43
## 26767 29 98
## 26768 29 85
## 26769 29 95
## 26770 29 30
## 26771 29 33
## 26772 29 85
## 26773 29 92
## 26774 29 100
## 26775 29 77
## 26776 29 99
## 26777 29 299
## 26778 29 55
## 26779 29 75
## 26780 29 125
## 26781 29 76
## 26782 29 20
## 26783 29 70
## 26784 29 50
## 26785 29 30
## 26786 29 267
## 26787 29 299
## 26788 29 55
## 26789 29 90
## 26790 29 50
## 26791 29 40
## 26792 29 66
## 26793 29 72
## 26794 29 74
## 26795 29 150
## 26796 29 60
## 26797 29 38
## 26798 29 50
## 26799 29 24
## 26800 29 64
## 26801 29 200
## 26802 29 105
## 26803 29 83
## 26804 29 100
## 26805 29 12
## 26806 29 17
## 26807 29 84
## 26808 29 34
## 26809 29 125
## 26810 29 250
## 26811 29 32
## 26812 29 75
## 26813 29 174
## 26814 29 70
## 26815 29 34
## 26816 29 125
## 26817 29 100
## 26818 29 22
## 26819 29 265
## 26820 29 71
## 26821 29 88
## 26822 29 110
## 26823 29 54
## 26824 29 75
## 26825 29 99
## 26826 29 350
## 26827 29 145
## 26828 29 72
## 26829 29 149
## 26830 29 79
## 26831 29 200
## 26832 29 115
## 26833 29 224
## 26834 29 88
## 26835 29 33
## 26836 29 13
## 26837 29 11
## 26838 29 40
## 26839 29 38
## 26840 29 54
## 26841 29 26
## 26842 29 48
## 26843 29 59
## 26844 29 50
## 26845 29 500
## 26846 29 15
## 26847 29 42
## 26848 29 70
## 26849 29 160
## 26850 29 95
## 26851 29 20
## 26852 29 75
## 26853 29 125
## 26854 29 219
## 26855 29 60
## 26856 29 44
## 26857 29 75
## 26858 29 333
## 26859 29 70
## 26860 29 35
## 26861 29 48
## 26862 29 138
## 26863 29 60
## 26864 29 96
## 26865 29 57
## 26866 29 85
## 26867 29 34
## 26868 29 129
## 26869 29 42
## 26870 29 125
## 26871 29 50
## 26872 29 95
## 26873 29 60
## 26874 29 109
## 26875 29 28
## 26876 29 90
## 26877 29 49
## 26878 29 50
## 26879 29 100
## 26880 29 94
## 26881 29 32
## 26882 29 80
## 26883 29 49
## 26884 29 159
## 26885 29 45
## 26886 29 79
## 26887 29 108
## 26888 29 375
## 26889 29 44
## 26890 29 40
## 26891 29 92
## 26892 29 99
## 26893 29 150
## 26894 29 70
## 26895 29 58
## 26896 29 26
## 26897 29 80
## 26898 29 25
## 26899 29 90
## 26900 29 45
## 26901 29 43
## 26902 29 110
## 26903 29 35
## 26904 29 65
## 26905 29 30
## 26906 29 70
## 26907 29 74
## 26908 29 80
## 26909 29 45
## 26910 29 48
## 26911 29 66
## 26912 29 42
## 26913 29 65
## 26914 29 79
## 26915 29 115
## 26916 29 30
## 26917 29 96
## 26918 29 95
## 26919 29 50
## 26920 29 75
## 26921 29 88
## 26922 29 48
## 26923 29 126
## 26924 29 85
## 26925 29 67
## 26926 29 45
## 26927 29 70
## 26928 29 120
## 26929 29 45
## 26930 29 21
## 26931 29 104
## 26932 29 95
## 26933 29 50
## 26934 29 150
## 26935 29 38
## 26936 29 45
## 26937 29 75
## 26938 29 122
## 26939 29 148
## 26940 29 103
## 26941 29 20
## 26942 29 48
## 26943 29 27
## 26944 29 40
## 26945 29 50
## 26946 29 75
## 26947 29 80
## 26948 29 53
## 26949 29 14
## 26950 29 495
## 26951 29 65
## 26952 29 43
## 26953 29 88
## 26954 29 72
## 26955 29 36
## 26956 29 25
## 26957 29 40
## 26958 29 60
## 26959 29 239
## 26960 29 120
## 26961 29 100
## 26962 29 20
## 26963 29 20
## 26964 29 34
## 26965 29 25
## 26966 29 115
## 26967 29 99
## 26968 29 65
## 26969 29 38
## 26970 29 110
## 26971 29 453
## 26972 29 77
## 26973 29 70
## 26974 29 14
## 26975 29 65
## 26976 29 84
## 26977 29 20
## 26978 29 28
## 26979 29 20
## 26980 29 150
## 26981 29 72
## 26982 29 160
## 26983 29 73
## 26984 29 162
## 26985 29 34
## 26986 29 76
## 26987 29 23
## 26988 29 79
## 26989 29 140
## 26990 29 92
## 26991 29 83
## 26992 29 13
## 26993 29 25
## 26994 29 74
## 26995 29 24
## 26996 29 42
## 26997 29 30
## 26998 29 42
## 26999 29 100
## 27000 29 40
## 27001 29 32
## 27002 29 42
## 27003 29 78
## 27004 29 85
## 27005 29 115
## 27006 29 112
## 27007 29 50
## 27008 29 95
## 27009 29 58
## 27010 29 125
## 27011 29 168
## 27012 29 141
## 27013 29 100
## 27014 29 125
## 27015 29 60
## 27016 29 135
## 27017 29 69
## 27018 29 89
## 27019 29 50
## 27020 29 78
## 27021 29 75
## 27022 29 30
## 27023 29 60
## 27024 29 187
## 27025 29 126
## 27026 29 169
## 27027 29 20
## 27028 29 100
## 27029 29 89
## 27030 29 32
## 27031 29 78
## 27032 29 78
## 27033 29 52
## 27034 29 52
## 27035 29 32
## 27036 29 69
## 27037 29 28
## 27038 29 58
## 27039 29 150
## 27040 29 188
## 27041 29 38
## 27042 29 15
## 27043 29 85
## 27044 29 62
## 27045 29 85
## 27046 29 193
## 27047 29 70
## 27048 29 92
## 27049 29 90
## 27050 29 37
## 27051 29 275
## 27052 29 148
## 27053 29 95
## 27054 29 167
## 27055 29 135
## 27056 29 82
## 27057 29 84
## 27058 29 232
## 27059 29 28
## 27060 29 49
## 27061 29 62
## 27062 29 75
## 27063 29 68
## 27064 29 30
## 27065 29 50
## 27066 29 55
## 27067 29 199
## 27068 29 596
## 27069 29 198
## 27070 29 69
## 27071 29 130
## 27072 29 105
## 27073 29 495
## 27074 29 131
## 27075 29 59
## 27076 29 60
## 27077 29 120
## 27078 29 248
## 27079 29 109
## 27080 29 60
## 27081 29 45
## 27082 29 36
## 27083 29 30
## 27084 29 12
## 27085 29 35
## 27086 29 60
## 27087 29 68
## 27088 29 62
## 27089 29 75
## 27090 29 100
## 27091 29 50
## 27092 29 43
## 27093 29 18
## 27094 29 90
## 27095 29 37
## 27096 29 75
## 27097 29 89
## 27098 29 118
## 27099 29 28
## 27100 29 38
## 27101 29 42
## 27102 29 24
## 27103 29 85
## 27104 29 199
## 27105 29 24
## 27106 29 92
## 27107 29 100
## 27108 29 52
## 27109 29 43
## 27110 29 80
## 27111 29 99
## 27112 29 88
## 27113 29 49
## 27114 29 47
## 27115 28 106
## 27116 28 169
## 27117 28 49
## 27118 28 139
## 27119 28 105
## 27120 28 75
## 27121 28 64
## 27122 28 65
## 27123 28 33
## 27124 28 29
## 27125 28 110
## 27126 28 50
## 27127 28 50
## 27128 28 20
## 27129 28 75
## 27130 28 93
## 27131 28 95
## 27132 28 175
## 27133 28 64
## 27134 28 89
## 27135 28 99
## 27136 28 112
## 27137 28 149
## 27138 28 50
## 27139 28 45
## 27140 28 100
## 27141 28 100
## 27142 28 30
## 27143 28 159
## 27144 28 49
## 27145 28 100
## 27146 28 48
## 27147 28 79
## 27148 28 60
## 27149 28 92
## 27150 28 100
## 27151 28 160
## 27152 28 34
## 27153 28 28
## 27154 28 250
## 27155 28 98
## 27156 28 55
## 27157 28 80
## 27158 28 50
## 27159 28 72
## 27160 28 32
## 27161 28 214
## 27162 28 70
## 27163 28 62
## 27164 28 55
## 27165 28 36
## 27166 28 37
## 27167 28 99
## 27168 28 112
## 27169 28 68
## 27170 28 79
## 27171 28 100
## 27172 28 54
## 27173 28 74
## 27174 28 49
## 27175 28 225
## 27176 28 124
## 27177 28 48
## 27178 28 100
## 27179 28 100
## 27180 28 34
## 27181 28 42
## 27182 28 129
## 27183 28 60
## 27184 28 33
## 27185 28 50
## 27186 28 216
## 27187 28 200
## 27188 28 130
## 27189 28 89
## 27190 28 130
## 27191 28 400
## 27192 28 89
## 27193 28 50
## 27194 28 50
## 27195 28 22
## 27196 28 58
## 27197 28 53
## 27198 28 85
## 27199 28 75
## 27200 28 32
## 27201 28 120
## 27202 28 60
## 27203 28 30
## 27204 28 67
## 27205 28 150
## 27206 28 37
## 27207 28 65
## 27208 28 80
## 27209 28 64
## 27210 28 52
## 27211 28 169
## 27212 28 110
## 27213 28 13
## 27214 28 24
## 27215 28 48
## 27216 28 100
## 27217 28 50
## 27218 28 90
## 27219 28 126
## 27220 28 27
## 27221 28 27
## 27222 28 38
## 27223 28 179
## 27224 28 42
## 27225 28 16
## 27226 28 150
## 27227 28 90
## 27228 28 19
## 27229 28 100
## 27230 28 60
## 27231 28 25
## 27232 28 190
## 27233 28 150
## 27234 28 160
## 27235 28 37
## 27236 28 72
## 27237 28 125
## 27238 28 33
## 27239 28 119
## 27240 28 42
## 27241 28 129
## 27242 28 33
## 27243 28 118
## 27244 28 11
## 27245 28 49
## 27246 28 54
## 27247 28 49
## 27248 28 195
## 27249 28 40
## 27250 28 325
## 27251 28 99
## 27252 28 72
## 27253 28 21
## 27254 28 14
## 27255 28 199
## 27256 28 27
## 27257 28 85
## 27258 28 181
## 27259 28 16
## 27260 28 210
## 27261 28 235
## 27262 28 30
## 27263 28 95
## 27264 28 25
## 27265 28 50
## 27266 28 114
## 27267 28 74
## 27268 28 79
## 27269 28 62
## 27270 28 68
## 27271 28 250
## 27272 28 38
## 27273 28 17
## 27274 28 48
## 27275 28 145
## 27276 28 55
## 27277 28 58
## 27278 28 299
## 27279 28 59
## 27280 28 17
## 27281 28 40
## 27282 28 90
## 27283 28 92
## 27284 28 35
## 27285 28 60
## 27286 28 200
## 27287 28 28
## 27288 28 75
## 27289 28 50
## 27290 28 43
## 27291 28 140
## 27292 28 50
## 27293 28 300
## 27294 28 75
## 27295 28 100
## 27296 28 32
## 27297 28 90
## 27298 28 58
## 27299 28 25
## 27300 28 100
## 27301 28 162
## 27302 28 90
## 27303 28 110
## 27304 28 26
## 27305 28 300
## 27306 28 175
## 27307 28 45
## 27308 28 34
## 27309 28 16
## 27310 28 80
## 27311 28 75
## 27312 28 40
## 27313 28 44
## 27314 28 499
## 27315 28 39
## 27316 28 23
## 27317 28 60
## 27318 28 75
## 27319 28 45
## 27320 28 298
## 27321 28 19
## 27322 28 120
## 27323 28 75
## 27324 28 24
## 27325 28 150
## 27326 28 110
## 27327 28 23
## 27328 28 175
## 27329 28 599
## 27330 28 138
## 27331 28 199
## 27332 28 67
## 27333 28 15
## 27334 28 120
## 27335 28 85
## 27336 28 560
## 27337 28 245
## 27338 28 78
## 27339 28 40
## 27340 28 50
## 27341 28 239
## 27342 28 45
## 27343 28 118
## 27344 28 66
## 27345 28 40
## 27346 28 60
## 27347 28 70
## 27348 28 50
## 27349 28 111
## 27350 28 21
## 27351 28 69
## 27352 28 31
## 27353 28 64
## 27354 28 22
## 27355 28 45
## 27356 28 238
## 27357 28 38
## 27358 28 48
## 27359 28 70
## 27360 28 44
## 27361 28 74
## 27362 28 130
## 27363 28 350
## 27364 28 245
## 27365 28 165
## 27366 28 92
## 27367 28 595
## 27368 28 32
## 27369 28 797
## 27370 28 58
## 27371 28 89
## 27372 28 83
## 27373 28 150
## 27374 28 100
## 27375 28 100
## 27376 28 47
## 27377 28 85
## 27378 28 53
## 27379 28 60
## 27380 28 54
## 27381 28 65
## 27382 28 90
## 27383 28 125
## 27384 28 78
## 27385 28 90
## 27386 28 299
## 27387 28 50
## 27388 28 39
## 27389 28 25
## 27390 28 130
## 27391 28 175
## 27392 28 45
## 27393 28 44
## 27394 28 58
## 27395 28 49
## 27396 28 35
## 27397 28 38
## 27398 28 50
## 27399 28 136
## 27400 28 88
## 27401 28 60
## 27402 28 38
## 27403 28 57
## 27404 28 16
## 27405 28 160
## 27406 28 38
## 27407 28 162
## 27408 28 55
## 27409 28 120
## 27410 28 100
## 27411 28 45
## 27412 28 38
## 27413 28 29
## 27414 28 199
## 27415 28 112
## 27416 28 80
## 27417 28 98
## 27418 28 100
## 27419 28 68
## 27420 28 220
## 27421 28 36
## 27422 28 22
## 27423 28 32
## 27424 28 145
## 27425 28 138
## 27426 28 33
## 27427 28 40
## 27428 28 150
## 27429 28 100
## 27430 28 45
## 27431 28 59
## 27432 28 22
## 27433 28 100
## 27434 28 59
## 27435 28 49
## 27436 28 120
## 27437 28 99
## 27438 28 36
## 27439 28 239
## 27440 28 105
## 27441 28 55
## 27442 28 24
## 27443 28 72
## 27444 28 58
## 27445 28 124
## 27446 28 25
## 27447 28 177
## 27448 28 50
## 27449 28 129
## 27450 28 50
## 27451 28 20
## 27452 28 42
## 27453 28 50
## 27454 28 48
## 27455 28 500
## 27456 28 150
## 27457 28 100
## 27458 28 80
## 27459 28 75
## 27460 28 134
## 27461 28 70
## 27462 28 28
## 27463 28 21
## 27464 28 155
## 27465 28 152
## 27466 28 333
## 27467 28 18
## 27468 28 84
## 27469 28 92
## 27470 28 23
## 27471 28 24
## 27472 28 30
## 27473 28 70
## 27474 28 23
## 27475 28 65
## 27476 28 60
## 27477 28 52
## 27478 28 95
## 27479 28 50
## 27480 28 110
## 27481 28 75
## 27482 28 80
## 27483 28 149
## 27484 28 37
## 27485 28 50
## 27486 28 40
## 27487 28 52
## 27488 28 24
## 27489 28 450
## 27490 28 80
## 27491 28 25
## 27492 28 175
## 27493 28 40
## 27494 28 199
## 27495 28 300
## 27496 28 30
## 27497 28 130
## 27498 28 50
## 27499 28 48
## 27500 28 43
## 27501 28 62
## 27502 28 32
## 27503 28 290
## 27504 28 102
## 27505 28 80
## 27506 28 117
## 27507 28 150
## 27508 28 49
## 27509 28 118
## 27510 28 75
## 27511 28 60
## 27512 28 216
## 27513 28 65
## 27514 28 42
## 27515 28 80
## 27516 28 69
## 27517 28 150
## 27518 28 50
## 27519 28 28
## 27520 28 30
## 27521 28 125
## 27522 28 99
## 27523 28 65
## 27524 28 11
## 27525 28 37
## 27526 28 98
## 27527 28 42
## 27528 28 90
## 27529 28 15
## 27530 28 89
## 27531 28 68
## 27532 28 100
## 27533 28 25
## 27534 28 54
## 27535 28 28
## 27536 28 60
## 27537 28 92
## 27538 28 27
## 27539 28 100
## 27540 28 50
## 27541 28 40
## 27542 28 62
## 27543 28 48
## 27544 28 67
## 27545 28 60
## 27546 28 92
## 27547 28 15
## 27548 28 21
## 27549 28 69
## 27550 28 14
## 27551 28 100
## 27552 28 40
## 27553 28 350
## 27554 28 18
## 27555 28 130
## 27556 28 60
## 27557 28 42
## 27558 28 40
## 27559 28 144
## 27560 28 45
## 27561 28 30
## 27562 28 44
## 27563 28 47
## 27564 28 85
## 27565 28 110
## 27566 28 25
## 27567 28 85
## 27568 28 52
## 27569 28 48
## 27570 28 23
## 27571 28 100
## 27572 28 308
## 27573 28 42
## 27574 28 22
## 27575 28 30
## 27576 28 169
## 27577 28 95
## 27578 28 130
## 27579 28 35
## 27580 28 131
## 27581 28 59
## 27582 28 88
## 27583 28 89
## 27584 28 116
## 27585 28 80
## 27586 28 88
## 27587 28 60
## 27588 28 44
## 27589 28 370
## 27590 28 34
## 27591 28 35
## 27592 28 78
## 27593 28 170
## 27594 28 48
## 27595 28 150
## 27596 28 50
## 27597 28 42
## 27598 28 23
## 27599 28 70
## 27600 28 14
## 27601 28 140
## 27602 28 34
## 27603 28 110
## 27604 28 75
## 27605 28 50
## 27606 28 25
## 27607 28 92
## 27608 28 149
## 27609 28 88
## 27610 28 64
## 27611 28 109
## 27612 28 60
## 27613 28 35
## 27614 28 55
## 27615 28 66
## 27616 28 99
## 27617 28 50
## 27618 28 30
## 27619 28 48
## 27620 28 62
## 27621 28 85
## 27622 28 75
## 27623 28 259
## 27624 28 17
## 27625 28 32
## 27626 28 48
## 27627 28 208
## 27628 28 200
## 27629 28 245
## 27630 28 58
## 27631 28 299
## 27632 28 103
## 27633 28 48
## 27634 28 70
## 27635 28 65
## 27636 28 53
## 27637 28 60
## 27638 28 175
## 27639 28 85
## 27640 28 180
## 27641 28 18
## 27642 28 66
## 27643 28 44
## 27644 28 60
## 27645 28 12
## 27646 28 45
## 27647 28 55
## 27648 28 72
## 27649 28 50
## 27650 28 70
## 27651 28 326
## 27652 28 100
## 27653 28 15
## 27654 28 56
## 27655 28 100
## 27656 28 90
## 27657 28 45
## 27658 28 100
## 27659 28 425
## 27660 28 105
## 27661 28 36
## 27662 28 78
## 27663 28 50
## 27664 28 22
## 27665 28 199
## 27666 28 62
## 27667 28 30
## 27668 28 13
## 27669 28 139
## 27670 28 23
## 27671 28 50
## 27672 28 26
## 27673 28 35
## 27674 28 61
## 27675 28 13
## 27676 28 40
## 27677 28 95
## 27678 28 125
## 27679 28 105
## 27680 28 252
## 27681 28 28
## 27682 28 44
## 27683 28 65
## 27684 28 50
## 27685 28 67
## 27686 28 155
## 27687 28 28
## 27688 28 40
## 27689 28 58
## 27690 28 45
## 27691 28 55
## 27692 28 18
## 27693 28 45
## 27694 28 190
## 27695 28 69
## 27696 28 269
## 27697 28 200
## 27698 28 40
## 27699 28 50
## 27700 28 60
## 27701 28 195
## 27702 28 120
## 27703 28 75
## 27704 28 100
## 27705 28 129
## 27706 28 260
## 27707 28 60
## 27708 28 125
## 27709 28 61
## 27710 28 89
## 27711 28 45
## 27712 28 165
## 27713 28 80
## 27714 28 98
## 27715 28 65
## 27716 28 70
## 27717 28 28
## 27718 28 74
## 27719 28 45
## 27720 28 15
## 27721 28 179
## 27722 28 140
## 27723 28 68
## 27724 28 52
## 27725 28 88
## 27726 28 420
## 27727 28 50
## 27728 28 50
## 27729 28 129
## 27730 28 54
## 27731 28 22
## 27732 28 150
## 27733 28 129
## 27734 28 48
## 27735 28 85
## 27736 28 175
## 27737 28 65
## 27738 28 98
## 27739 28 32
## 27740 28 55
## 27741 28 40
## 27742 28 32
## 27743 28 412
## 27744 28 70
## 27745 28 198
## 27746 28 39
## 27747 28 299
## 27748 28 60
## 27749 28 150
## 27750 28 130
## 27751 28 80
## 27752 28 100
## 27753 28 74
## 27754 28 12
## 27755 28 44
## 27756 28 66
## 27757 28 30
## 27758 28 382
## 27759 28 25
## 27760 28 75
## 27761 28 32
## 27762 28 75
## 27763 28 21
## 27764 28 50
## 27765 28 114
## 27766 28 23
## 27767 28 115
## 27768 28 199
## 27769 28 17
## 27770 28 48
## 27771 28 35
## 27772 28 48
## 27773 28 400
## 27774 28 25
## 27775 28 70
## 27776 28 99
## 27777 28 52
## 27778 28 499
## 27779 28 44
## 27780 28 12
## 27781 28 60
## 27782 28 85
## 27783 28 99
## 27784 28 23
## 27785 28 500
## 27786 28 50
## 27787 28 80
## 27788 28 65
## 27789 28 100
## 27790 28 44
## 27791 28 84
## 27792 28 65
## 27793 28 265
## 27794 28 34
## 27795 28 57
## 27796 28 100
## 27797 28 12
## 27798 28 148
## 27799 28 32
## 27800 28 34
## 27801 28 50
## 27802 28 89
## 27803 28 325
## 27804 28 128
## 27805 28 57
## 27806 28 105
## 27807 28 135
## 27808 28 138
## 27809 28 98
## 27810 28 78
## 27811 28 70
## 27812 28 43
## 27813 28 36
## 27814 28 60
## 27815 28 75
## 27816 28 35
## 27817 28 12
## 27818 28 100
## 27819 28 95
## 27820 28 90
## 27821 28 67
## 27822 28 36
## 27823 28 80
## 27824 28 40
## 27825 28 22
## 27826 28 130
## 27827 28 16
## 27828 28 165
## 27829 28 112
## 27830 28 18
## 27831 28 55
## 27832 28 79
## 27833 28 100
## 27834 28 62
## 27835 28 17
## 27836 28 50
## 27837 28 100
## 27838 28 140
## 27839 28 238
## 27840 28 70
## 27841 28 14
## 27842 28 60
## 27843 28 84
## 27844 28 42
## 27845 28 43
## 27846 28 17
## 27847 28 41
## 27848 28 82
## 27849 28 38
## 27850 28 46
## 27851 28 399
## 27852 28 80
## 27853 28 140
## 27854 28 57
## 27855 28 15
## 27856 28 100
## 27857 28 30
## 27858 28 35
## 27859 28 55
## 27860 28 30
## 27861 28 77
## 27862 28 40
## 27863 28 120
## 27864 28 20
## 27865 28 77
## 27866 28 138
## 27867 28 37
## 27868 28 125
## 27869 28 212
## 27870 28 150
## 27871 28 60
## 27872 28 99
## 27873 28 100
## 27874 28 72
## 27875 28 85
## 27876 28 79
## 27877 28 74
## 27878 28 117
## 27879 28 64
## 27880 27 62
## 27881 27 50
## 27882 27 87
## 27883 27 66
## 27884 27 49
## 27885 27 74
## 27886 27 88
## 27887 27 78
## 27888 27 19
## 27889 27 40
## 27890 27 22
## 27891 27 167
## 27892 27 50
## 27893 27 199
## 27894 27 250
## 27895 27 68
## 27896 27 43
## 27897 27 69
## 27898 27 195
## 27899 27 60
## 27900 27 24
## 27901 27 40
## 27902 27 108
## 27903 27 100
## 27904 27 14
## 27905 27 67
## 27906 27 215
## 27907 27 65
## 27908 27 100
## 27909 27 350
## 27910 27 21
## 27911 27 110
## 27912 27 144
## 27913 27 165
## 27914 27 88
## 27915 27 50
## 27916 27 22
## 27917 27 150
## 27918 27 200
## 27919 27 150
## 27920 27 95
## 27921 27 50
## 27922 27 33
## 27923 27 42
## 27924 27 54
## 27925 27 250
## 27926 27 338
## 27927 27 56
## 27928 27 59
## 27929 27 20
## 27930 27 50
## 27931 27 11
## 27932 27 55
## 27933 27 26
## 27934 27 50
## 27935 27 23
## 27936 27 59
## 27937 27 38
## 27938 27 70
## 27939 27 27
## 27940 27 68
## 27941 27 41
## 27942 27 49
## 27943 27 400
## 27944 27 38
## 27945 27 41
## 27946 27 275
## 27947 27 125
## 27948 27 100
## 27949 27 50
## 27950 27 31
## 27951 27 112
## 27952 27 12
## 27953 27 86
## 27954 27 17
## 27955 27 88
## 27956 27 200
## 27957 27 78
## 27958 27 48
## 27959 27 500
## 27960 27 50
## 27961 27 50
## 27962 27 109
## 27963 27 44
## 27964 27 98
## 27965 27 77
## 27966 27 42
## 27967 27 92
## 27968 27 75
## 27969 27 126
## 27970 27 25
## 27971 27 50
## 27972 27 26
## 27973 27 299
## 27974 27 110
## 27975 27 67
## 27976 27 95
## 27977 27 40
## 27978 27 55
## 27979 27 77
## 27980 27 44
## 27981 27 88
## 27982 27 82
## 27983 27 76
## 27984 27 117
## 27985 27 19
## 27986 27 175
## 27987 27 145
## 27988 27 170
## 27989 27 75
## 27990 27 50
## 27991 27 25
## 27992 27 44
## 27993 27 200
## 27994 27 310
## 27995 27 99
## 27996 27 25
## 27997 27 28
## 27998 27 90
## 27999 27 59
## 28000 27 80
## 28001 27 53
## 28002 27 80
## 28003 27 115
## 28004 27 88
## 28005 27 275
## 28006 27 64
## 28007 27 39
## 28008 27 120
## 28009 27 138
## 28010 27 21
## 28011 27 150
## 28012 27 25
## 28013 27 90
## 28014 27 40
## 28015 27 78
## 28016 27 89
## 28017 27 125
## 28018 27 150
## 28019 27 50
## 28020 27 55
## 28021 27 50
## 28022 27 45
## 28023 27 14
## 28024 27 39
## 28025 27 12
## 28026 27 15
## 28027 27 83
## 28028 27 135
## 28029 27 40
## 28030 27 27
## 28031 27 100
## 28032 27 28
## 28033 27 75
## 28034 27 42
## 28035 27 100
## 28036 27 92
## 28037 27 54
## 28038 27 139
## 28039 27 60
## 28040 27 40
## 28041 27 38
## 28042 27 80
## 28043 27 45
## 28044 27 90
## 28045 27 44
## 28046 27 71
## 28047 27 69
## 28048 27 29
## 28049 27 60
## 28050 27 20
## 28051 27 48
## 28052 27 99
## 28053 27 125
## 28054 27 42
## 28055 27 62
## 28056 27 100
## 28057 27 60
## 28058 27 22
## 28059 27 90
## 28060 27 50
## 28061 27 45
## 28062 27 79
## 28063 27 70
## 28064 27 35
## 28065 27 150
## 28066 27 298
## 28067 27 28
## 28068 27 14
## 28069 27 62
## 28070 27 159
## 28071 27 47
## 28072 27 175
## 28073 27 175
## 28074 27 21
## 28075 27 40
## 28076 27 23
## 28077 27 75
## 28078 27 72
## 28079 27 52
## 28080 27 74
## 28081 27 44
## 28082 27 65
## 28083 27 67
## 28084 27 50
## 28085 27 300
## 28086 27 180
## 28087 27 149
## 28088 27 149
## 28089 27 63
## 28090 27 45
## 28091 27 46
## 28092 27 223
## 28093 27 190
## 28094 27 115
## 28095 27 124
## 28096 27 65
## 28097 27 57
## 28098 27 70
## 28099 27 82
## 28100 27 37
## 28101 27 45
## 28102 27 84
## 28103 27 60
## 28104 27 66
## 28105 27 34
## 28106 27 28
## 28107 27 125
## 28108 27 100
## 28109 27 33
## 28110 27 50
## 28111 27 129
## 28112 27 299
## 28113 27 424
## 28114 27 58
## 28115 27 28
## 28116 27 35
## 28117 27 89
## 28118 27 88
## 28119 27 80
## 28120 27 45
## 28121 27 48
## 28122 27 37
## 28123 27 87
## 28124 27 40
## 28125 27 17
## 28126 27 200
## 28127 27 26
## 28128 27 125
## 28129 27 89
## 28130 27 99
## 28131 27 60
## 28132 27 125
## 28133 27 114
## 28134 27 60
## 28135 27 80
## 28136 27 14
## 28137 27 85
## 28138 27 74
## 28139 27 175
## 28140 27 79
## 28141 27 150
## 28142 27 158
## 28143 27 125
## 28144 27 90
## 28145 27 23
## 28146 27 60
## 28147 27 100
## 28148 27 38
## 28149 27 130
## 28150 27 40
## 28151 27 30
## 28152 27 34
## 28153 27 18
## 28154 27 56
## 28155 27 45
## 28156 27 38
## 28157 27 99
## 28158 27 105
## 28159 27 30
## 28160 27 450
## 28161 27 87
## 28162 27 152
## 28163 27 72
## 28164 27 40
## 28165 27 88
## 28166 27 52
## 28167 27 200
## 28168 27 70
## 28169 27 85
## 28170 27 117
## 28171 27 53
## 28172 27 35
## 28173 27 58
## 28174 27 159
## 28175 27 65
## 28176 27 96
## 28177 27 199
## 28178 27 20
## 28179 27 55
## 28180 27 630
## 28181 27 250
## 28182 27 30
## 28183 27 62
## 28184 27 54
## 28185 27 40
## 28186 27 103
## 28187 27 160
## 28188 27 92
## 28189 27 45
## 28190 27 124
## 28191 27 129
## 28192 27 31
## 28193 27 74
## 28194 27 38
## 28195 27 46
## 28196 27 162
## 28197 27 164
## 28198 27 88
## 28199 27 45
## 28200 27 22
## 28201 27 97
## 28202 27 73
## 28203 27 20
## 28204 27 138
## 28205 27 50
## 28206 27 22
## 28207 27 75
## 28208 27 350
## 28209 27 100
## 28210 27 100
## 28211 27 59
## 28212 27 44
## 28213 27 69
## 28214 27 52
## 28215 27 199
## 28216 27 100
## 28217 27 75
## 28218 27 30
## 28219 27 26
## 28220 27 161
## 28221 27 92
## 28222 27 31
## 28223 27 50
## 28224 27 130
## 28225 27 94
## 28226 27 115
## 28227 27 29
## 28228 27 99
## 28229 27 248
## 28230 27 480
## 28231 27 50
## 28232 27 44
## 28233 27 69
## 28234 27 75
## 28235 27 60
## 28236 27 149
## 28237 27 100
## 28238 27 32
## 28239 27 322
## 28240 27 99
## 28241 27 110
## 28242 27 99
## 28243 27 70
## 28244 27 99
## 28245 27 150
## 28246 27 44
## 28247 27 114
## 28248 27 85
## 28249 27 95
## 28250 27 115
## 28251 27 350
## 28252 27 150
## 28253 27 148
## 28254 27 90
## 28255 27 200
## 28256 27 60
## 28257 27 73
## 28258 27 75
## 28259 27 59
## 28260 27 90
## 28261 27 50
## 28262 27 70
## 28263 27 88
## 28264 27 18
## 28265 27 20
## 28266 27 49
## 28267 27 64
## 28268 27 50
## 28269 27 112
## 28270 27 32
## 28271 27 174
## 28272 27 36
## 28273 27 169
## 28274 27 125
## 28275 27 90
## 28276 27 300
## 28277 27 42
## 28278 27 24
## 28279 27 20
## 28280 27 142
## 28281 27 75
## 28282 27 90
## 28283 27 100
## 28284 27 23
## 28285 27 300
## 28286 27 73
## 28287 27 74
## 28288 27 125
## 28289 27 160
## 28290 27 85
## 28291 27 116
## 28292 27 99
## 28293 27 40
## 28294 27 62
## 28295 27 171
## 28296 27 60
## 28297 27 250
## 28298 27 30
## 28299 27 139
## 28300 27 139
## 28301 27 175
## 28302 27 250
## 28303 27 200
## 28304 27 15
## 28305 27 78
## 28306 27 109
## 28307 27 32
## 28308 27 28
## 28309 27 11
## 28310 27 75
## 28311 27 49
## 28312 27 35
## 28313 27 42
## 28314 27 26
## 28315 27 30
## 28316 27 250
## 28317 27 74
## 28318 27 25
## 28319 27 40
## 28320 27 120
## 28321 27 92
## 28322 27 159
## 28323 27 12
## 28324 27 50
## 28325 27 200
## 28326 27 100
## 28327 27 75
## 28328 27 110
## 28329 27 90
## 28330 27 75
## 28331 27 112
## 28332 27 39
## 28333 27 68
## 28334 27 55
## 28335 27 280
## 28336 27 99
## 28337 27 125
## 28338 27 55
## 28339 27 75
## 28340 27 20
## 28341 27 12
## 28342 27 32
## 28343 27 65
## 28344 27 84
## 28345 27 34
## 28346 27 30
## 28347 27 27
## 28348 27 55
## 28349 27 35
## 28350 27 11
## 28351 27 32
## 28352 27 26
## 28353 27 43
## 28354 27 25
## 28355 27 23
## 28356 27 40
## 28357 27 82
## 28358 27 82
## 28359 27 45
## 28360 27 32
## 28361 27 50
## 28362 27 48
## 28363 27 75
## 28364 27 174
## 28365 27 115
## 28366 27 50
## 28367 27 75
## 28368 27 82
## 28369 27 25
## 28370 27 20
## 28371 27 30
## 28372 27 41
## 28373 27 49
## 28374 27 44
## 28375 27 75
## 28376 27 15
## 28377 27 25
## 28378 27 90
## 28379 27 24
## 28380 27 137
## 28381 27 99
## 28382 27 100
## 28383 27 100
## 28384 27 35
## 28385 27 98
## 28386 27 75
## 28387 27 48
## 28388 27 40
## 28389 27 73
## 28390 27 120
## 28391 27 155
## 28392 27 250
## 28393 27 107
## 28394 27 22
## 28395 27 65
## 28396 27 12
## 28397 27 80
## 28398 27 189
## 28399 27 250
## 28400 27 48
## 28401 27 120
## 28402 27 177
## 28403 27 60
## 28404 27 45
## 28405 27 125
## 28406 27 125
## 28407 27 62
## 28408 27 42
## 28409 27 37
## 28410 27 100
## 28411 27 99
## 28412 27 119
## 28413 27 38
## 28414 27 55
## 28415 27 23
## 28416 27 95
## 28417 27 95
## 28418 27 80
## 28419 27 890
## 28420 27 249
## 28421 27 120
## 28422 27 67
## 28423 27 52
## 28424 27 64
## 28425 27 49
## 28426 27 89
## 28427 27 150
## 28428 27 50
## 28429 27 60
## 28430 27 40
## 28431 27 69
## 28432 27 22
## 28433 27 75
## 28434 27 50
## 28435 27 15
## 28436 27 35
## 28437 27 35
## 28438 27 50
## 28439 27 100
## 28440 27 200
## 28441 27 13
## 28442 27 72
## 28443 27 99
## 28444 27 133
## 28445 27 100
## 28446 27 62
## 28447 27 28
## 28448 27 75
## 28449 27 88
## 28450 27 55
## 28451 27 24
## 28452 27 12
## 28453 27 50
## 28454 27 60
## 28455 27 42
## 28456 27 77
## 28457 27 85
## 28458 27 99
## 28459 27 60
## 28460 27 79
## 28461 27 100
## 28462 27 50
## 28463 27 68
## 28464 27 55
## 28465 27 125
## 28466 27 150
## 28467 27 70
## 28468 27 37
## 28469 27 100
## 28470 27 32
## 28471 27 84
## 28472 27 22
## 28473 27 40
## 28474 27 60
## 28475 27 99
## 28476 27 80
## 28477 27 50
## 28478 27 22
## 28479 27 42
## 28480 27 150
## 28481 27 125
## 28482 27 58
## 28483 27 100
## 28484 27 150
## 28485 27 105
## 28486 27 97
## 28487 27 52
## 28488 27 48
## 28489 27 83
## 28490 27 133
## 28491 27 50
## 28492 27 35
## 28493 27 217
## 28494 27 32
## 28495 27 145
## 28496 27 109
## 28497 27 38
## 28498 27 195
## 28499 27 33
## 28500 27 40
## 28501 27 195
## 28502 27 95
## 28503 27 36
## 28504 27 52
## 28505 27 149
## 28506 27 88
## 28507 27 28
## 28508 27 56
## 28509 27 59
## 28510 27 119
## 28511 27 75
## 28512 27 35
## 28513 27 150
## 28514 27 99
## 28515 27 70
## 28516 27 107
## 28517 27 167
## 28518 27 79
## 28519 27 56
## 28520 27 69
## 28521 27 110
## 28522 27 100
## 28523 27 74
## 28524 27 68
## 28525 27 50
## 28526 27 50
## 28527 27 40
## 28528 27 70
## 28529 27 79
## 28530 27 175
## 28531 27 55
## 28532 27 30
## 28533 27 60
## 28534 27 195
## 28535 27 119
## 28536 27 110
## 28537 27 55
## 28538 27 52
## 28539 27 175
## 28540 27 45
## 28541 27 85
## 28542 27 162
## 28543 27 239
## 28544 27 45
## 28545 27 47
## 28546 27 70
## 28547 27 200
## 28548 27 75
## 28549 27 350
## 28550 27 25
## 28551 27 88
## 28552 27 110
## 28553 27 62
## 28554 27 84
## 28555 27 124
## 28556 27 349
## 28557 27 109
## 28558 27 62
## 28559 27 165
## 28560 27 22
## 28561 27 50
## 28562 27 28
## 28563 27 62
## 28564 27 42
## 28565 27 78
## 28566 27 19
## 28567 27 30
## 28568 27 83
## 28569 27 70
## 28570 27 107
## 28571 27 39
## 28572 27 54
## 28573 27 75
## 28574 27 28
## 28575 27 73
## 28576 27 60
## 28577 27 62
## 28578 27 110
## 28579 27 142
## 28580 27 69
## 28581 27 35
## 28582 27 65
## 28583 27 145
## 28584 27 75
## 28585 27 160
## 28586 27 110
## 28587 27 24
## 28588 27 47
## 28589 27 359
## 28590 27 97
## 28591 27 68
## 28592 27 58
## 28593 27 64
## 28594 27 89
## 28595 27 169
## 28596 27 59
## 28597 27 39
## 28598 27 85
## 28599 27 17
## 28600 27 79
## 28601 27 56
## 28602 27 40
## 28603 27 160
## 28604 27 23
## 28605 27 65
## 28606 27 109
## 28607 27 36
## 28608 27 200
## 28609 27 150
## 28610 27 130
## 28611 27 312
## 28612 27 70
## 28613 27 39
## 28614 27 50
## 28615 27 120
## 28616 27 18
## 28617 27 40
## 28618 27 95
## 28619 27 100
## 28620 27 38
## 28621 27 76
## 28622 27 37
## 28623 27 98
## 28624 27 125
## 28625 27 49
## 28626 27 180
## 28627 27 50
## 28628 27 40
## 28629 27 13
## 28630 27 42
## 28631 27 37
## 28632 27 38
## 28633 27 82
## 28634 27 68
## 28635 27 100
## 28636 27 30
## 28637 27 65
## 28638 27 135
## 28639 27 60
## 28640 27 40
## 28641 27 65
## 28642 27 139
## 28643 27 100
## 28644 27 12
## 28645 27 55
## 28646 27 50
## 28647 27 45
## 28648 27 85
## 28649 27 42
## 28650 27 50
## 28651 27 50
## 28652 27 50
## 28653 27 325
## 28654 27 50
## 28655 27 31
## 28656 27 100
## 28657 27 60
## 28658 27 50
## 28659 27 68
## 28660 27 20
## 28661 27 26
## 28662 27 115
## 28663 27 119
## 28664 27 30
## 28665 27 150
## 28666 26 40
## 28667 26 43
## 28668 26 39
## 28669 26 103
## 28670 26 59
## 28671 26 62
## 28672 26 100
## 28673 26 85
## 28674 26 62
## 28675 26 49
## 28676 26 120
## 28677 26 50
## 28678 26 98
## 28679 26 60
## 28680 26 225
## 28681 26 48
## 28682 26 62
## 28683 26 59
## 28684 26 42
## 28685 26 25
## 28686 26 89
## 28687 26 50
## 28688 26 105
## 28689 26 225
## 28690 26 57
## 28691 26 62
## 28692 26 28
## 28693 26 128
## 28694 26 129
## 28695 26 33
## 28696 26 80
## 28697 26 61
## 28698 26 93
## 28699 26 125
## 28700 26 75
## 28701 26 150
## 28702 26 100
## 28703 26 35
## 28704 26 55
## 28705 26 113
## 28706 26 27
## 28707 26 59
## 28708 26 98
## 28709 26 59
## 28710 26 35
## 28711 26 30
## 28712 26 18
## 28713 26 55
## 28714 26 42
## 28715 26 25
## 28716 26 150
## 28717 26 99
## 28718 26 40
## 28719 26 34
## 28720 26 75
## 28721 26 83
## 28722 26 50
## 28723 26 145
## 28724 26 83
## 28725 26 44
## 28726 26 70
## 28727 26 117
## 28728 26 189
## 28729 26 24
## 28730 26 60
## 28731 26 49
## 28732 26 45
## 28733 26 65
## 28734 26 40
## 28735 26 86
## 28736 26 56
## 28737 26 75
## 28738 26 88
## 28739 26 65
## 28740 26 55
## 28741 26 68
## 28742 26 70
## 28743 26 35
## 28744 26 58
## 28745 26 119
## 28746 26 42
## 28747 26 42
## 28748 26 189
## 28749 26 50
## 28750 26 20
## 28751 26 57
## 28752 26 85
## 28753 26 50
## 28754 26 116
## 28755 26 99
## 28756 26 148
## 28757 26 81
## 28758 26 112
## 28759 26 60
## 28760 26 30
## 28761 26 38
## 28762 26 162
## 28763 26 99
## 28764 26 75
## 28765 26 99
## 28766 26 62
## 28767 26 60
## 28768 26 57
## 28769 26 38
## 28770 26 30
## 28771 26 42
## 28772 26 75
## 28773 26 38
## 28774 26 30
## 28775 26 50
## 28776 26 145
## 28777 26 99
## 28778 26 41
## 28779 26 25
## 28780 26 195
## 28781 26 125
## 28782 26 250
## 28783 26 32
## 28784 26 74
## 28785 26 30
## 28786 26 95
## 28787 26 54
## 28788 26 103
## 28789 26 24
## 28790 26 62
## 28791 26 34
## 28792 26 125
## 28793 26 59
## 28794 26 84
## 28795 26 72
## 28796 26 34
## 28797 26 55
## 28798 26 90
## 28799 26 125
## 28800 26 32
## 28801 26 28
## 28802 26 245
## 28803 26 105
## 28804 26 128
## 28805 26 30
## 28806 26 200
## 28807 26 65
## 28808 26 13
## 28809 26 43
## 28810 26 75
## 28811 26 100
## 28812 26 46
## 28813 26 110
## 28814 26 65
## 28815 26 19
## 28816 26 50
## 28817 26 33
## 28818 26 37
## 28819 26 88
## 28820 26 66
## 28821 26 90
## 28822 26 55
## 28823 26 178
## 28824 26 58
## 28825 26 85
## 28826 26 50
## 28827 26 72
## 28828 26 62
## 28829 26 29
## 28830 26 112
## 28831 26 72
## 28832 26 88
## 28833 26 650
## 28834 26 100
## 28835 26 92
## 28836 26 55
## 28837 26 97
## 28838 26 40
## 28839 26 90
## 28840 26 140
## 28841 26 98
## 28842 26 20
## 28843 26 43
## 28844 26 99
## 28845 26 250
## 28846 26 62
## 28847 26 50
## 28848 26 226
## 28849 26 80
## 28850 26 299
## 28851 26 120
## 28852 26 46
## 28853 26 54
## 28854 26 60
## 28855 26 65
## 28856 26 59
## 28857 26 100
## 28858 26 250
## 28859 26 70
## 28860 26 108
## 28861 26 68
## 28862 26 38
## 28863 26 88
## 28864 26 28
## 28865 26 205
## 28866 26 79
## 28867 26 140
## 28868 26 150
## 28869 26 95
## 28870 26 33
## 28871 26 20
## 28872 26 98
## 28873 26 43
## 28874 26 30
## 28875 26 30
## 28876 26 44
## 28877 26 85
## 28878 26 13
## 28879 26 140
## 28880 26 111
## 28881 26 38
## 28882 26 65
## 28883 26 48
## 28884 26 60
## 28885 26 25
## 28886 26 15
## 28887 26 233
## 28888 26 43
## 28889 26 170
## 28890 26 13
## 28891 26 90
## 28892 26 65
## 28893 26 279
## 28894 26 57
## 28895 26 100
## 28896 26 130
## 28897 26 38
## 28898 26 162
## 28899 26 72
## 28900 26 50
## 28901 26 18
## 28902 26 60
## 28903 26 32
## 28904 26 50
## 28905 26 47
## 28906 26 33
## 28907 26 50
## 28908 26 195
## 28909 26 48
## 28910 26 55
## 28911 26 88
## 28912 26 110
## 28913 26 92
## 28914 26 207
## 28915 26 129
## 28916 26 44
## 28917 26 245
## 28918 26 69
## 28919 26 70
## 28920 26 400
## 28921 26 18
## 28922 26 79
## 28923 26 45
## 28924 26 38
## 28925 26 90
## 28926 26 83
## 28927 26 80
## 28928 26 55
## 28929 26 60
## 28930 26 131
## 28931 26 92
## 28932 26 44
## 28933 26 149
## 28934 26 125
## 28935 26 55
## 28936 26 100
## 28937 26 75
## 28938 26 150
## 28939 26 25
## 28940 26 75
## 28941 26 54
## 28942 26 40
## 28943 26 50
## 28944 26 24
## 28945 26 100
## 28946 26 125
## 28947 26 25
## 28948 26 45
## 28949 26 299
## 28950 26 174
## 28951 26 66
## 28952 26 50
## 28953 26 46
## 28954 26 75
## 28955 26 143
## 28956 26 825
## 28957 26 24
## 28958 26 41
## 28959 26 66
## 28960 26 21
## 28961 26 38
## 28962 26 450
## 28963 26 30
## 28964 26 79
## 28965 26 140
## 28966 26 77
## 28967 26 110
## 28968 26 94
## 28969 26 82
## 28970 26 89
## 28971 26 50
## 28972 26 68
## 28973 26 45
## 28974 26 25
## 28975 26 75
## 28976 26 53
## 28977 26 33
## 28978 26 120
## 28979 26 59
## 28980 26 50
## 28981 26 50
## 28982 26 55
## 28983 26 24
## 28984 26 150
## 28985 26 150
## 28986 26 88
## 28987 26 23
## 28988 26 114
## 28989 26 29
## 28990 26 50
## 28991 26 142
## 28992 26 65
## 28993 26 275
## 28994 26 65
## 28995 26 850
## 28996 26 39
## 28997 26 300
## 28998 26 67
## 28999 26 17
## 29000 26 57
## 29001 26 98
## 29002 26 50
## 29003 26 35
## 29004 26 60
## 29005 26 58
## 29006 26 80
## 29007 26 129
## 29008 26 180
## 29009 26 72
## 29010 26 25
## 29011 26 22
## 29012 26 35
## 29013 26 35
## 29014 26 125
## 29015 26 125
## 29016 26 150
## 29017 26 13
## 29018 26 60
## 29019 26 78
## 29020 26 62
## 29021 26 15
## 29022 26 109
## 29023 26 30
## 29024 26 80
## 29025 26 46
## 29026 26 22
## 29027 26 12
## 29028 26 14
## 29029 26 35
## 29030 26 110
## 29031 26 43
## 29032 26 18
## 29033 26 67
## 29034 26 30
## 29035 26 160
## 29036 26 89
## 29037 26 60
## 29038 26 11
## 29039 26 120
## 29040 26 99
## 29041 26 23
## 29042 26 28
## 29043 26 90
## 29044 26 500
## 29045 26 139
## 29046 26 17
## 29047 26 100
## 29048 26 80
## 29049 26 50
## 29050 26 50
## 29051 26 100
## 29052 26 215
## 29053 26 92
## 29054 26 58
## 29055 26 67
## 29056 26 39
## 29057 26 224
## 29058 26 24
## 29059 26 150
## 29060 26 61
## 29061 26 105
## 29062 26 149
## 29063 26 150
## 29064 26 34
## 29065 26 135
## 29066 26 90
## 29067 26 35
## 29068 26 499
## 29069 26 120
## 29070 26 138
## 29071 26 49
## 29072 26 124
## 29073 26 99
## 29074 26 175
## 29075 26 79
## 29076 26 80
## 29077 26 42
## 29078 26 28
## 29079 26 150
## 29080 26 43
## 29081 26 75
## 29082 26 50
## 29083 26 84
## 29084 26 56
## 29085 26 60
## 29086 26 149
## 29087 26 75
## 29088 26 108
## 29089 26 60
## 29090 26 99
## 29091 26 35
## 29092 26 20
## 29093 26 39
## 29094 26 105
## 29095 26 109
## 29096 26 46
## 29097 26 100
## 29098 26 50
## 29099 26 65
## 29100 26 40
## 29101 26 100
## 29102 26 217
## 29103 26 32
## 29104 26 154
## 29105 26 40
## 29106 26 62
## 29107 26 32
## 29108 26 50
## 29109 26 65
## 29110 26 80
## 29111 26 170
## 29112 26 35
## 29113 26 80
## 29114 26 68
## 29115 26 150
## 29116 26 88
## 29117 26 97
## 29118 26 39
## 29119 26 150
## 29120 26 60
## 29121 26 120
## 29122 26 99
## 29123 26 75
## 29124 26 45
## 29125 26 35
## 29126 26 50
## 29127 26 65
## 29128 26 155
## 29129 26 70
## 29130 26 49
## 29131 26 60
## 29132 26 110
## 29133 26 95
## 29134 26 267
## 29135 26 25
## 29136 26 125
## 29137 26 104
## 29138 26 140
## 29139 26 145
## 29140 26 48
## 29141 26 89
## 29142 26 32
## 29143 26 25
## 29144 26 28
## 29145 26 95
## 29146 26 100
## 29147 26 38
## 29148 26 160
## 29149 26 102
## 29150 26 43
## 29151 26 24
## 29152 26 28
## 29153 26 75
## 29154 26 109
## 29155 26 35
## 29156 26 29
## 29157 26 100
## 29158 26 70
## 29159 26 250
## 29160 26 250
## 29161 26 130
## 29162 26 31
## 29163 26 112
## 29164 26 188
## 29165 26 30
## 29166 26 26
## 29167 26 375
## 29168 26 345
## 29169 26 28
## 29170 26 150
## 29171 26 92
## 29172 26 50
## 29173 26 99
## 29174 26 47
## 29175 26 100
## 29176 26 40
## 29177 26 68
## 29178 26 100
## 29179 26 14
## 29180 26 72
## 29181 26 75
## 29182 26 22
## 29183 26 122
## 29184 26 62
## 29185 26 95
## 29186 26 40
## 29187 26 88
## 29188 26 349
## 29189 26 75
## 29190 26 750
## 29191 26 15
## 29192 26 45
## 29193 26 65
## 29194 26 28
## 29195 26 398
## 29196 26 80
## 29197 26 66
## 29198 26 445
## 29199 26 137
## 29200 26 20
## 29201 26 45
## 29202 26 42
## 29203 26 80
## 29204 26 50
## 29205 26 40
## 29206 26 50
## 29207 26 30
## 29208 26 48
## 29209 26 88
## 29210 26 60
## 29211 26 32
## 29212 26 20
## 29213 26 23
## 29214 26 50
## 29215 26 132
## 29216 26 35
## 29217 26 34
## 29218 26 250
## 29219 26 48
## 29220 26 60
## 29221 26 50
## 29222 26 24
## 29223 26 65
## 29224 26 69
## 29225 26 87
## 29226 26 60
## 29227 26 44
## 29228 26 75
## 29229 26 48
## 29230 26 100
## 29231 26 100
## 29232 26 148
## 29233 26 150
## 29234 26 98
## 29235 26 26
## 29236 26 75
## 29237 26 133
## 29238 26 54
## 29239 26 100
## 29240 26 36
## 29241 26 114
## 29242 26 77
## 29243 26 109
## 29244 26 106
## 29245 26 183
## 29246 26 84
## 29247 26 80
## 29248 26 275
## 29249 26 87
## 29250 26 18
## 29251 26 89
## 29252 26 129
## 29253 26 83
## 29254 26 120
## 29255 26 35
## 29256 26 400
## 29257 26 30
## 29258 26 52
## 29259 26 35
## 29260 26 16
## 29261 26 38
## 29262 26 50
## 29263 26 130
## 29264 26 49
## 29265 26 120
## 29266 26 95
## 29267 26 139
## 29268 26 47
## 29269 26 28
## 29270 26 50
## 29271 26 68
## 29272 26 125
## 29273 26 194
## 29274 26 95
## 29275 26 70
## 29276 26 400
## 29277 26 35
## 29278 26 118
## 29279 26 80
## 29280 26 53
## 29281 26 14
## 29282 26 42
## 29283 26 38
## 29284 26 160
## 29285 26 69
## 29286 26 38
## 29287 26 125
## 29288 26 99
## 29289 26 59
## 29290 26 135
## 29291 26 50
## 29292 26 69
## 29293 26 69
## 29294 26 50
## 29295 26 74
## 29296 26 55
## 29297 26 50
## 29298 26 69
## 29299 26 11
## 29300 26 80
## 29301 26 64
## 29302 26 47
## 29303 26 75
## 29304 26 48
## 29305 26 83
## 29306 26 99
## 29307 26 60
## 29308 26 21
## 29309 26 35
## 29310 26 24
## 29311 26 189
## 29312 26 36
## 29313 26 72
## 29314 26 99
## 29315 26 65
## 29316 26 112
## 29317 26 50
## 29318 26 42
## 29319 26 68
## 29320 26 90
## 29321 26 35
## 29322 26 110
## 29323 26 135
## 29324 26 148
## 29325 26 199
## 29326 26 55
## 29327 26 48
## 29328 26 101
## 29329 26 100
## 29330 26 56
## 29331 26 30
## 29332 26 89
## 29333 26 22
## 29334 26 70
## 29335 26 225
## 29336 26 40
## 29337 26 32
## 29338 26 175
## 29339 26 68
## 29340 26 42
## 29341 26 70
## 29342 26 323
## 29343 26 72
## 29344 26 80
## 29345 26 45
## 29346 26 160
## 29347 26 33
## 29348 26 37
## 29349 26 55
## 29350 26 20
## 29351 26 140
## 29352 26 100
## 29353 26 111
## 29354 26 265
## 29355 26 65
## 29356 26 94
## 29357 26 30
## 29358 26 89
## 29359 26 30
## 29360 26 150
## 29361 26 50
## 29362 26 99
## 29363 26 52
## 29364 26 80
## 29365 26 113
## 29366 26 30
## 29367 26 50
## 29368 26 360
## 29369 26 55
## 29370 26 125
## 29371 26 149
## 29372 26 135
## 29373 26 150
## 29374 26 25
## 29375 26 120
## 29376 26 147
## 29377 26 114
## 29378 26 33
## 29379 26 125
## 29380 26 135
## 29381 26 25
## 29382 26 63
## 29383 26 22
## 29384 26 85
## 29385 26 26
## 29386 26 50
## 29387 26 33
## 29388 26 44
## 29389 26 74
## 29390 26 85
## 29391 26 66
## 29392 26 94
## 29393 26 80
## 29394 26 85
## 29395 26 125
## 29396 26 99
## 29397 26 50
## 29398 26 38
## 29399 26 150
## 29400 26 65
## 29401 26 18
## 29402 26 15
## 29403 26 82
## 29404 26 12
## 29405 26 66
## 29406 26 80
## 29407 26 70
## 29408 26 159
## 29409 26 125
## 29410 26 250
## 29411 26 225
## 29412 26 180
## 29413 26 64
## 29414 26 34
## 29415 26 149
## 29416 26 58
## 29417 26 59
## 29418 26 26
## 29419 26 150
## 29420 26 38
## 29421 26 80
## 29422 26 250
## 29423 26 100
## 29424 26 140
## 29425 26 12
## 29426 26 300
## 29427 26 30
## 29428 26 87
## 29429 26 35
## 29430 26 20
## 29431 26 22
## 29432 26 149
## 29433 26 125
## 29434 26 145
## 29435 26 34
## 29436 26 125
## 29437 26 60
## 29438 26 59
## 29439 26 31
## 29440 26 250
## 29441 26 50
## 29442 26 67
## 29443 26 55
## 29444 26 41
## 29445 26 49
## 29446 26 54
## 29447 26 150
## 29448 26 60
## 29449 26 65
## 29450 26 37
## 29451 26 25
## 29452 26 175
## 29453 26 14
## 29454 26 75
## 29455 26 35
## 29456 26 50
## 29457 26 130
## 29458 26 100
## 29459 26 35
## 29460 26 75
## 29461 26 77
## 29462 26 32
## 29463 26 60
## 29464 26 112
## 29465 26 75
## 29466 26 50
## 29467 26 48
## 29468 26 45
## 29469 26 190
## 29470 26 80
## 29471 26 66
## 29472 26 19
## 29473 26 30
## 29474 26 112
## 29475 26 212
## 29476 26 120
## 29477 26 28
## 29478 26 35
## 29479 26 110
## 29480 26 115
## 29481 26 55
## 29482 26 50
## 29483 26 156
## 29484 26 115
## 29485 26 20
## 29486 26 90
## 29487 26 90
## 29488 26 43
## 29489 26 53
## 29490 26 150
## 29491 26 995
## 29492 26 150
## 29493 26 18
## 29494 26 44
## 29495 26 110
## 29496 26 150
## 29497 26 45
## 29498 26 199
## 29499 26 100
## 29500 25 102
## 29501 25 42
## 29502 25 80
## 29503 25 67
## 29504 25 65
## 29505 25 150
## 29506 25 22
## 29507 25 89
## 29508 25 35
## 29509 25 244
## 29510 25 200
## 29511 25 25
## 29512 25 28
## 29513 25 42
## 29514 25 82
## 29515 25 35
## 29516 25 59
## 29517 25 167
## 29518 25 62
## 29519 25 117
## 29520 25 63
## 29521 25 45
## 29522 25 42
## 29523 25 37
## 29524 25 120
## 29525 25 78
## 29526 25 135
## 29527 25 89
## 29528 25 128
## 29529 25 50
## 29530 25 125
## 29531 25 50
## 29532 25 95
## 29533 25 38
## 29534 25 42
## 29535 25 35
## 29536 25 17
## 29537 25 40
## 29538 25 42
## 29539 25 70
## 29540 25 14
## 29541 25 60
## 29542 25 100
## 29543 25 206
## 29544 25 195
## 29545 25 120
## 29546 25 51
## 29547 25 300
## 29548 25 28
## 29549 25 559
## 29550 25 150
## 29551 25 94
## 29552 25 90
## 29553 25 39
## 29554 25 11
## 29555 25 33
## 29556 25 40
## 29557 25 49
## 29558 25 14
## 29559 25 46
## 29560 25 34
## 29561 25 125
## 29562 25 30
## 29563 25 315
## 29564 25 20
## 29565 25 70
## 29566 25 99
## 29567 25 60
## 29568 25 45
## 29569 25 90
## 29570 25 48
## 29571 25 50
## 29572 25 267
## 29573 25 29
## 29574 25 49
## 29575 25 74
## 29576 25 60
## 29577 25 95
## 29578 25 90
## 29579 25 62
## 29580 25 133
## 29581 25 88
## 29582 25 94
## 29583 25 25
## 29584 25 159
## 29585 25 139
## 29586 25 62
## 29587 25 127
## 29588 25 19
## 29589 25 195
## 29590 25 50
## 29591 25 80
## 29592 25 200
## 29593 25 49
## 29594 25 40
## 29595 25 90
## 29596 25 129
## 29597 25 99
## 29598 25 129
## 29599 25 20
## 29600 25 74
## 29601 25 60
## 29602 25 84
## 29603 25 69
## 29604 25 200
## 29605 25 114
## 29606 25 75
## 29607 25 125
## 29608 25 78
## 29609 25 55
## 29610 25 32
## 29611 25 108
## 29612 25 41
## 29613 25 30
## 29614 25 40
## 29615 25 30
## 29616 25 250
## 29617 25 59
## 29618 25 75
## 29619 25 15
## 29620 25 61
## 29621 25 75
## 29622 25 39
## 29623 25 50
## 29624 25 72
## 29625 25 25
## 29626 25 32
## 29627 25 90
## 29628 25 68
## 29629 25 40
## 29630 25 30
## 29631 25 65
## 29632 25 49
## 29633 25 73
## 29634 25 99
## 29635 25 210
## 29636 25 100
## 29637 25 79
## 29638 25 22
## 29639 25 92
## 29640 25 48
## 29641 25 28
## 29642 25 100
## 29643 25 100
## 29644 25 68
## 29645 25 225
## 29646 25 42
## 29647 25 63
## 29648 25 60
## 29649 25 32
## 29650 25 70
## 29651 25 47
## 29652 25 35
## 29653 25 40
## 29654 25 14
## 29655 25 31
## 29656 25 72
## 29657 25 31
## 29658 25 300
## 29659 25 88
## 29660 25 195
## 29661 25 67
## 29662 25 50
## 29663 25 89
## 29664 25 93
## 29665 25 55
## 29666 25 100
## 29667 25 65
## 29668 25 84
## 29669 25 95
## 29670 25 63
## 29671 25 225
## 29672 25 28
## 29673 25 24
## 29674 25 28
## 29675 25 130
## 29676 25 135
## 29677 25 48
## 29678 25 175
## 29679 25 99
## 29680 25 122
## 29681 25 65
## 29682 25 22
## 29683 25 99
## 29684 25 32
## 29685 25 150
## 29686 25 60
## 29687 25 90
## 29688 25 74
## 29689 25 180
## 29690 25 45
## 29691 25 295
## 29692 25 67
## 29693 25 11
## 29694 25 11
## 29695 25 59
## 29696 25 58
## 29697 25 215
## 29698 25 30
## 29699 25 33
## 29700 25 27
## 29701 25 45
## 29702 25 55
## 29703 25 56
## 29704 25 73
## 29705 25 110
## 29706 25 47
## 29707 25 100
## 29708 25 79
## 29709 25 22
## 29710 25 95
## 29711 25 19
## 29712 25 54
## 29713 25 85
## 29714 25 138
## 29715 25 25
## 29716 25 125
## 29717 25 85
## 29718 25 99
## 29719 25 26
## 29720 25 195
## 29721 25 148
## 29722 25 99
## 29723 25 75
## 29724 25 42
## 29725 25 84
## 29726 25 31
## 29727 25 183
## 29728 25 92
## 29729 25 420
## 29730 25 75
## 29731 25 87
## 29732 25 195
## 29733 25 220
## 29734 25 50
## 29735 25 55
## 29736 25 118
## 29737 25 116
## 29738 25 44
## 29739 25 49
## 29740 25 29
## 29741 25 28
## 29742 25 50
## 29743 25 70
## 29744 25 31
## 29745 25 32
## 29746 25 17
## 29747 25 249
## 29748 25 100
## 29749 25 49
## 29750 25 92
## 29751 25 49
## 29752 25 45
## 29753 25 335
## 29754 25 90
## 29755 25 91
## 29756 25 40
## 29757 25 65
## 29758 25 170
## 29759 25 115
## 29760 25 99
## 29761 25 55
## 29762 25 79
## 29763 25 26
## 29764 25 25
## 29765 25 43
## 29766 25 38
## 29767 25 45
## 29768 25 175
## 29769 25 31
## 29770 25 60
## 29771 25 55
## 29772 25 89
## 29773 25 70
## 29774 25 88
## 29775 25 142
## 29776 25 88
## 29777 25 18
## 29778 25 52
## 29779 25 45
## 29780 25 12
## 29781 25 28
## 29782 25 50
## 29783 25 80
## 29784 25 46
## 29785 25 15
## 29786 25 41
## 29787 25 72
## 29788 25 46
## 29789 25 37
## 29790 25 125
## 29791 25 150
## 29792 25 160
## 29793 25 150
## 29794 25 98
## 29795 25 95
## 29796 25 60
## 29797 25 150
## 29798 25 78
## 29799 25 375
## 29800 25 153
## 29801 25 125
## 29802 25 89
## 29803 25 95
## 29804 25 42
## 29805 25 52
## 29806 25 120
## 29807 25 62
## 29808 25 28
## 29809 25 128
## 29810 25 119
## 29811 25 72
## 29812 25 249
## 29813 25 135
## 29814 25 46
## 29815 25 75
## 29816 25 50
## 29817 25 27
## 29818 25 100
## 29819 25 80
## 29820 25 125
## 29821 25 44
## 29822 25 36
## 29823 25 47
## 29824 25 35
## 29825 25 28
## 29826 25 15
## 29827 25 75
## 29828 25 32
## 29829 25 62
## 29830 25 55
## 29831 25 90
## 29832 25 99
## 29833 25 60
## 29834 25 82
## 29835 25 64
## 29836 25 50
## 29837 25 100
## 29838 25 150
## 29839 25 70
## 29840 25 79
## 29841 25 50
## 29842 25 20
## 29843 25 102
## 29844 25 43
## 29845 25 16
## 29846 25 115
## 29847 25 25
## 29848 25 42
## 29849 25 23
## 29850 25 79
## 29851 25 200
## 29852 25 105
## 29853 25 42
## 29854 25 100
## 29855 25 98
## 29856 25 50
## 29857 25 24
## 29858 25 117
## 29859 25 150
## 29860 25 344
## 29861 25 150
## 29862 25 349
## 29863 25 104
## 29864 25 80
## 29865 25 48
## 29866 25 132
## 29867 25 220
## 29868 25 150
## 29869 25 25
## 29870 25 35
## 29871 25 57
## 29872 25 90
## 29873 25 105
## 29874 25 70
## 29875 25 25
## 29876 25 23
## 29877 25 15
## 29878 25 60
## 29879 25 110
## 29880 25 37
## 29881 25 64
## 29882 25 105
## 29883 25 54
## 29884 25 119
## 29885 25 55
## 29886 25 49
## 29887 25 70
## 29888 25 70
## 29889 25 45
## 29890 25 15
## 29891 25 85
## 29892 25 95
## 29893 25 175
## 29894 25 27
## 29895 25 70
## 29896 25 88
## 29897 25 15
## 29898 25 82
## 29899 25 83
## 29900 25 30
## 29901 25 30
## 29902 25 60
## 29903 25 200
## 29904 25 45
## 29905 25 44
## 29906 25 70
## 29907 25 80
## 29908 25 144
## 29909 25 99
## 29910 25 189
## 29911 25 58
## 29912 25 22
## 29913 25 32
## 29914 25 42
## 29915 25 89
## 29916 25 16
## 29917 25 48
## 29918 25 20
## 29919 25 79
## 29920 25 99
## 29921 25 300
## 29922 25 20
## 29923 25 28
## 29924 25 50
## 29925 25 66
## 29926 25 95
## 29927 25 25
## 29928 25 20
## 29929 25 60
## 29930 25 40
## 29931 25 51
## 29932 25 70
## 29933 25 35
## 29934 25 99
## 29935 25 115
## 29936 25 110
## 29937 25 80
## 29938 25 225
## 29939 25 135
## 29940 25 175
## 29941 25 174
## 29942 25 48
## 29943 25 68
## 29944 25 59
## 29945 25 62
## 29946 25 93
## 29947 25 31
## 29948 25 80
## 29949 25 50
## 29950 25 89
## 29951 25 19
## 29952 25 74
## 29953 25 98
## 29954 25 179
## 29955 25 150
## 29956 25 60
## 29957 25 189
## 29958 25 72
## 29959 25 98
## 29960 25 30
## 29961 25 200
## 29962 25 47
## 29963 25 149
## 29964 25 163
## 29965 25 115
## 29966 25 48
## 29967 25 28
## 29968 25 180
## 29969 25 28
## 29970 25 49
## 29971 25 15
## 29972 25 56
## 29973 25 12
## 29974 25 99
## 29975 25 150
## 29976 25 750
## 29977 25 85
## 29978 25 68
## 29979 25 70
## 29980 25 42
## 29981 25 100
## 29982 25 50
## 29983 25 30
## 29984 25 58
## 29985 25 30
## 29986 25 105
## 29987 25 44
## 29988 25 60
## 29989 25 28
## 29990 25 108
## 29991 25 48
## 29992 25 42
## 29993 25 84
## 29994 25 112
## 29995 25 74
## 29996 25 80
## 29997 25 17
## 29998 25 91
## 29999 25 45
## 30000 25 39
## 30001 25 80
## 30002 25 98
## 30003 25 231
## 30004 25 125
## 30005 25 55
## 30006 25 75
## 30007 25 38
## 30008 25 175
## 30009 25 186
## 30010 25 60
## 30011 25 25
## 30012 25 90
## 30013 25 28
## 30014 25 60
## 30015 25 75
## 30016 25 22
## 30017 25 40
## 30018 25 45
## 30019 25 200
## 30020 25 72
## 30021 25 72
## 30022 25 90
## 30023 25 56
## 30024 25 34
## 30025 25 125
## 30026 25 150
## 30027 25 68
## 30028 25 30
## 30029 25 30
## 30030 25 47
## 30031 25 44
## 30032 25 60
## 30033 25 55
## 30034 25 75
## 30035 25 60
## 30036 25 51
## 30037 25 300
## 30038 25 99
## 30039 25 19
## 30040 25 118
## 30041 25 27
## 30042 25 55
## 30043 25 50
## 30044 25 100
## 30045 25 52
## 30046 25 57
## 30047 25 67
## 30048 25 79
## 30049 25 149
## 30050 25 25
## 30051 25 85
## 30052 25 35
## 30053 25 31
## 30054 25 60
## 30055 25 33
## 30056 25 345
## 30057 25 222
## 30058 25 415
## 30059 25 168
## 30060 25 33
## 30061 25 91
## 30062 25 99
## 30063 25 50
## 30064 25 95
## 30065 25 165
## 30066 25 48
## 30067 25 62
## 30068 25 21
## 30069 25 110
## 30070 25 23
## 30071 25 32
## 30072 25 50
## 30073 25 99
## 30074 25 42
## 30075 25 30
## 30076 25 33
## 30077 25 38
## 30078 25 13
## 30079 25 110
## 30080 25 325
## 30081 25 75
## 30082 25 79
## 30083 25 112
## 30084 25 129
## 30085 25 30
## 30086 25 300
## 30087 25 191
## 30088 25 90
## 30089 25 40
## 30090 25 37
## 30091 25 13
## 30092 25 125
## 30093 25 85
## 30094 25 35
## 30095 25 277
## 30096 25 99
## 30097 25 35
## 30098 25 43
## 30099 25 115
## 30100 25 50
## 30101 25 175
## 30102 25 124
## 30103 25 17
## 30104 25 130
## 30105 25 38
## 30106 25 162
## 30107 25 188
## 30108 25 250
## 30109 25 122
## 30110 25 69
## 30111 25 35
## 30112 25 15
## 30113 25 145
## 30114 25 80
## 30115 25 38
## 30116 25 138
## 30117 25 40
## 30118 25 45
## 30119 25 87
## 30120 25 129
## 30121 25 42
## 30122 25 50
## 30123 25 30
## 30124 25 62
## 30125 25 36
## 30126 25 225
## 30127 25 29
## 30128 25 800
## 30129 25 75
## 30130 25 32
## 30131 25 71
## 30132 25 62
## 30133 25 99
## 30134 25 50
## 30135 25 400
## 30136 25 75
## 30137 25 112
## 30138 25 100
## 30139 25 156
## 30140 25 600
## 30141 25 500
## 30142 25 200
## 30143 25 145
## 30144 25 98
## 30145 25 85
## 30146 25 86
## 30147 25 55
## 30148 25 99
## 30149 25 32
## 30150 25 55
## 30151 25 39
## 30152 25 34
## 30153 25 50
## 30154 25 48
## 30155 25 92
## 30156 25 250
## 30157 25 80
## 30158 25 175
## 30159 25 20
## 30160 25 75
## 30161 25 200
## 30162 25 48
## 30163 25 33
## 30164 25 98
## 30165 25 121
## 30166 25 34
## 30167 25 32
## 30168 25 17
## 30169 25 12
## 30170 25 42
## 30171 25 58
## 30172 25 25
## 30173 25 30
## 30174 25 90
## 30175 25 89
## 30176 25 129
## 30177 25 75
## 30178 25 98
## 30179 25 100
## 30180 25 26
## 30181 25 88
## 30182 25 250
## 30183 25 35
## 30184 25 74
## 30185 25 130
## 30186 25 30
## 30187 25 220
## 30188 25 48
## 30189 25 150
## 30190 25 49
## 30191 25 45
## 30192 25 100
## 30193 25 152
## 30194 25 65
## 30195 25 109
## 30196 25 50
## 30197 25 300
## 30198 25 69
## 30199 25 240
## 30200 25 148
## 30201 25 53
## 30202 25 59
## 30203 25 39
## 30204 25 144
## 30205 25 110
## 30206 25 94
## 30207 25 79
## 30208 25 64
## 30209 25 23
## 30210 25 40
## 30211 25 25
## 30212 25 148
## 30213 25 27
## 30214 25 60
## 30215 25 38
## 30216 25 23
## 30217 25 94
## 30218 25 48
## 30219 25 28
## 30220 25 55
## 30221 25 48
## 30222 25 174
## 30223 25 49
## 30224 25 45
## 30225 25 45
## 30226 25 63
## 30227 25 87
## 30228 25 75
## 30229 25 50
## 30230 25 295
## 30231 25 47
## 30232 25 25
## 30233 25 57
## 30234 25 70
## 30235 25 99
## 30236 25 34
## 30237 25 27
## 30238 25 30
## 30239 25 15
## 30240 25 20
## 30241 25 95
## 30242 25 72
## 30243 25 180
## 30244 25 55
## 30245 25 36
## 30246 25 374
## 30247 25 31
## 30248 25 28
## 30249 25 20
## 30250 25 212
## 30251 25 35
## 30252 25 36
## 30253 25 76
## 30254 25 35
## 30255 25 115
## 30256 25 56
## 30257 25 66
## 30258 25 72
## 30259 25 50
## 30260 25 50
## 30261 25 42
## 30262 25 24
## 30263 25 250
## 30264 25 38
## 30265 25 75
## 30266 25 28
## 30267 25 220
## 30268 25 28
## 30269 25 43
## 30270 25 60
## 30271 25 100
## 30272 25 42
## 30273 25 105
## 30274 25 99
## 30275 25 30
## 30276 25 65
## 30277 25 21
## 30278 25 24
## 30279 25 62
## 30280 25 30
## 30281 25 84
## 30282 25 58
## 30283 25 28
## 30284 25 160
## 30285 25 32
## 30286 25 30
## 30287 25 70
## 30288 25 125
## 30289 25 89
## 30290 25 105
## 30291 25 117
## 30292 25 35
## 30293 25 459
## 30294 25 95
## 30295 25 72
## 30296 25 38
## 30297 25 35
## 30298 25 85
## 30299 25 78
## 30300 25 100
## 30301 25 200
## 30302 25 80
## 30303 25 133
## 30304 25 73
## 30305 25 74
## 30306 25 17
## 30307 25 99
## 30308 25 34
## 30309 25 80
## 30310 25 60
## 30311 25 50
## 30312 25 40
## 30313 25 45
## 30314 25 76
## 30315 25 45
## 30316 25 28
## 30317 25 125
## 30318 25 55
## 30319 25 122
## 30320 25 98
## 30321 25 88
## 30322 25 95
## 30323 25 72
## 30324 25 75
## 30325 25 69
## 30326 25 94
## 30327 25 85
## 30328 25 60
## 30329 25 78
## 30330 25 55
## 30331 25 34
## 30332 25 23
## 30333 25 13
## 30334 25 32
## 30335 25 75
## 30336 25 50
## 30337 25 33
## 30338 25 29
## 30339 25 70
## 30340 25 985
## 30341 25 80
## 30342 25 189
## 30343 25 27
## 30344 25 49
## 30345 25 38
## 30346 25 54
## 30347 25 64
## 30348 25 225
## 30349 25 75
## 30350 25 200
## 30351 25 92
## 30352 25 100
## 30353 25 220
## 30354 25 150
## 30355 25 110
## 30356 25 24
## 30357 25 25
## 30358 25 53
## 30359 25 32
## 30360 25 31
## 30361 25 33
## 30362 25 68
## 30363 25 30
## 30364 25 59
## 30365 25 76
## 30366 25 50
## 30367 25 14
## 30368 25 115
## 30369 25 129
## 30370 25 79
## 30371 25 62
## 30372 25 26
## 30373 25 44
## 30374 25 75
## 30375 25 85
## 30376 25 125
## 30377 25 49
## 30378 25 80
## 30379 25 122
## 30380 25 132
## 30381 25 55
## 30382 25 88
## 30383 24 100
## 30384 24 199
## 30385 24 140
## 30386 24 50
## 30387 24 40
## 30388 24 88
## 30389 24 169
## 30390 24 120
## 30391 24 31
## 30392 24 56
## 30393 24 150
## 30394 24 125
## 30395 24 175
## 30396 24 34
## 30397 24 66
## 30398 24 89
## 30399 24 75
## 30400 24 50
## 30401 24 550
## 30402 24 65
## 30403 24 65
## 30404 24 40
## 30405 24 70
## 30406 24 199
## 30407 24 125
## 30408 24 95
## 30409 24 250
## 30410 24 86
## 30411 24 50
## 30412 24 44
## 30413 24 175
## 30414 24 74
## 30415 24 90
## 30416 24 155
## 30417 24 28
## 30418 24 92
## 30419 24 59
## 30420 24 75
## 30421 24 20
## 30422 24 34
## 30423 24 105
## 30424 24 99
## 30425 24 120
## 30426 24 32
## 30427 24 25
## 30428 24 26
## 30429 24 172
## 30430 24 397
## 30431 24 183
## 30432 24 94
## 30433 24 70
## 30434 24 14
## 30435 24 103
## 30436 24 199
## 30437 24 69
## 30438 24 200
## 30439 24 60
## 30440 24 70
## 30441 24 75
## 30442 24 69
## 30443 24 79
## 30444 24 100
## 30445 24 114
## 30446 24 15
## 30447 24 24
## 30448 24 60
## 30449 24 175
## 30450 24 63
## 30451 24 320
## 30452 24 48
## 30453 24 27
## 30454 24 12
## 30455 24 112
## 30456 24 89
## 30457 24 82
## 30458 24 80
## 30459 24 59
## 30460 24 86
## 30461 24 33
## 30462 24 32
## 30463 24 93
## 30464 24 64
## 30465 24 12
## 30466 24 94
## 30467 24 249
## 30468 24 100
## 30469 24 81
## 30470 24 279
## 30471 24 45
## 30472 24 106
## 30473 24 56
## 30474 24 30
## 30475 24 92
## 30476 24 69
## 30477 24 26
## 30478 24 130
## 30479 24 28
## 30480 24 28
## 30481 24 25
## 30482 24 137
## 30483 24 100
## 30484 24 19
## 30485 24 298
## 30486 24 60
## 30487 24 88
## 30488 24 118
## 30489 24 55
## 30490 24 60
## 30491 24 98
## 30492 24 80
## 30493 24 139
## 30494 24 700
## 30495 24 79
## 30496 24 78
## 30497 24 32
## 30498 24 200
## 30499 24 62
## 30500 24 40
## 30501 24 67
## 30502 24 67
## 30503 24 133
## 30504 24 85
## 30505 24 133
## 30506 24 45
## 30507 24 60
## 30508 24 20
## 30509 24 30
## 30510 24 79
## 30511 24 14
## 30512 24 65
## 30513 24 27
## 30514 24 160
## 30515 24 23
## 30516 24 175
## 30517 24 119
## 30518 24 77
## 30519 24 95
## 30520 24 76
## 30521 24 399
## 30522 24 30
## 30523 24 33
## 30524 24 29
## 30525 24 23
## 30526 24 200
## 30527 24 210
## 30528 24 22
## 30529 24 24
## 30530 24 69
## 30531 24 100
## 30532 24 77
## 30533 24 70
## 30534 24 32
## 30535 24 78
## 30536 24 49
## 30537 24 70
## 30538 24 19
## 30539 24 60
## 30540 24 45
## 30541 24 38
## 30542 24 110
## 30543 24 120
## 30544 24 399
## 30545 24 34
## 30546 24 22
## 30547 24 42
## 30548 24 63
## 30549 24 109
## 30550 24 41
## 30551 24 200
## 30552 24 140
## 30553 24 395
## 30554 24 30
## 30555 24 50
## 30556 24 50
## 30557 24 80
## 30558 24 183
## 30559 24 30
## 30560 24 90
## 30561 24 59
## 30562 24 85
## 30563 24 62
## 30564 24 85
## 30565 24 138
## 30566 24 84
## 30567 24 90
## 30568 24 62
## 30569 24 55
## 30570 24 129
## 30571 24 190
## 30572 24 34
## 30573 24 69
## 30574 24 66
## 30575 24 42
## 30576 24 71
## 30577 24 100
## 30578 24 79
## 30579 24 100
## 30580 24 110
## 30581 24 36
## 30582 24 125
## 30583 24 70
## 30584 24 50
## 30585 24 22
## 30586 24 17
## 30587 24 55
## 30588 24 70
## 30589 24 300
## 30590 24 64
## 30591 24 75
## 30592 24 65
## 30593 24 58
## 30594 24 45
## 30595 24 176
## 30596 24 60
## 30597 24 58
## 30598 24 33
## 30599 24 139
## 30600 24 23
## 30601 24 77
## 30602 24 45
## 30603 24 30
## 30604 24 30
## 30605 24 108
## 30606 24 60
## 30607 24 30
## 30608 24 75
## 30609 24 24
## 30610 24 62
## 30611 24 49
## 30612 24 117
## 30613 24 180
## 30614 24 88
## 30615 24 78
## 30616 24 89
## 30617 24 92
## 30618 24 40
## 30619 24 16
## 30620 24 28
## 30621 24 175
## 30622 24 64
## 30623 24 59
## 30624 24 34
## 30625 24 108
## 30626 24 180
## 30627 24 30
## 30628 24 34
## 30629 24 162
## 30630 24 90
## 30631 24 30
## 30632 24 33
## 30633 24 85
## 30634 24 66
## 30635 24 130
## 30636 24 14
## 30637 24 111
## 30638 24 195
## 30639 24 175
## 30640 24 52
## 30641 24 79
## 30642 24 275
## 30643 24 37
## 30644 24 133
## 30645 24 100
## 30646 24 35
## 30647 24 67
## 30648 24 49
## 30649 24 74
## 30650 24 62
## 30651 24 99
## 30652 24 38
## 30653 24 48
## 30654 24 199
## 30655 24 269
## 30656 24 82
## 30657 24 130
## 30658 24 48
## 30659 24 90
## 30660 24 32
## 30661 24 79
## 30662 24 59
## 30663 24 199
## 30664 24 129
## 30665 24 176
## 30666 24 60
## 30667 24 56
## 30668 24 46
## 30669 24 38
## 30670 24 19
## 30671 24 90
## 30672 24 80
## 30673 24 60
## 30674 24 43
## 30675 24 199
## 30676 24 112
## 30677 24 34
## 30678 24 104
## 30679 24 20
## 30680 24 170
## 30681 24 100
## 30682 24 50
## 30683 24 54
## 30684 24 106
## 30685 24 35
## 30686 24 112
## 30687 24 75
## 30688 24 70
## 30689 24 37
## 30690 24 58
## 30691 24 59
## 30692 24 200
## 30693 24 35
## 30694 24 40
## 30695 24 110
## 30696 24 107
## 30697 24 100
## 30698 24 60
## 30699 24 36
## 30700 24 249
## 30701 24 65
## 30702 24 46
## 30703 24 100
## 30704 24 50
## 30705 24 56
## 30706 24 19
## 30707 24 40
## 30708 24 27
## 30709 24 14
## 30710 24 125
## 30711 24 195
## 30712 24 99
## 30713 24 67
## 30714 24 92
## 30715 24 74
## 30716 24 45
## 30717 24 11
## 30718 24 53
## 30719 24 151
## 30720 24 84
## 30721 24 23
## 30722 24 199
## 30723 24 90
## 30724 24 74
## 30725 24 65
## 30726 24 79
## 30727 24 58
## 30728 24 159
## 30729 24 40
## 30730 24 31
## 30731 24 51
## 30732 24 49
## 30733 24 49
## 30734 24 65
## 30735 24 35
## 30736 24 70
## 30737 24 24
## 30738 24 50
## 30739 24 32
## 30740 24 17
## 30741 24 149
## 30742 24 40
## 30743 24 40
## 30744 24 70
## 30745 24 88
## 30746 24 35
## 30747 24 130
## 30748 24 25
## 30749 24 150
## 30750 24 75
## 30751 24 112
## 30752 24 155
## 30753 24 58
## 30754 24 17
## 30755 24 35
## 30756 24 128
## 30757 24 142
## 30758 24 70
## 30759 24 48
## 30760 24 33
## 30761 24 74
## 30762 24 125
## 30763 24 32
## 30764 24 75
## 30765 24 24
## 30766 24 200
## 30767 24 38
## 30768 24 70
## 30769 24 100
## 30770 24 74
## 30771 24 100
## 30772 24 38
## 30773 24 26
## 30774 24 49
## 30775 24 159
## 30776 24 75
## 30777 24 67
## 30778 24 99
## 30779 24 38
## 30780 24 32
## 30781 24 130
## 30782 24 21
## 30783 24 64
## 30784 24 62
## 30785 24 75
## 30786 24 88
## 30787 24 74
## 30788 24 130
## 30789 24 75
## 30790 24 50
## 30791 24 250
## 30792 24 92
## 30793 24 93
## 30794 24 79
## 30795 24 24
## 30796 24 69
## 30797 24 116
## 30798 24 30
## 30799 24 32
## 30800 24 55
## 30801 24 50
## 30802 24 41
## 30803 24 75
## 30804 24 500
## 30805 24 70
## 30806 24 26
## 30807 24 83
## 30808 24 64
## 30809 24 187
## 30810 24 75
## 30811 24 48
## 30812 24 17
## 30813 24 60
## 30814 24 108
## 30815 24 115
## 30816 24 43
## 30817 24 99
## 30818 24 38
## 30819 24 50
## 30820 24 317
## 30821 24 60
## 30822 24 40
## 30823 24 75
## 30824 24 130
## 30825 24 28
## 30826 24 79
## 30827 24 117
## 30828 24 55
## 30829 24 145
## 30830 24 121
## 30831 24 164
## 30832 24 128
## 30833 24 34
## 30834 24 40
## 30835 24 62
## 30836 24 55
## 30837 24 100
## 30838 24 325
## 30839 24 100
## 30840 24 65
## 30841 24 41
## 30842 24 53
## 30843 24 60
## 30844 24 75
## 30845 24 55
## 30846 24 70
## 30847 24 88
## 30848 24 179
## 30849 24 12
## 30850 24 62
## 30851 24 75
## 30852 24 140
## 30853 24 99
## 30854 24 43
## 30855 24 50
## 30856 24 100
## 30857 24 35
## 30858 24 65
## 30859 24 20
## 30860 24 17
## 30861 24 150
## 30862 24 275
## 30863 24 11
## 30864 24 145
## 30865 24 38
## 30866 24 105
## 30867 24 95
## 30868 24 125
## 30869 24 35
## 30870 24 62
## 30871 24 20
## 30872 24 195
## 30873 24 125
## 30874 24 50
## 30875 24 125
## 30876 24 49
## 30877 24 125
## 30878 24 99
## 30879 24 170
## 30880 24 50
## 30881 24 100
## 30882 24 83
## 30883 24 50
## 30884 24 98
## 30885 24 18
## 30886 24 50
## 30887 24 56
## 30888 24 265
## 30889 24 105
## 30890 24 44
## 30891 24 122
## 30892 24 100
## 30893 24 200
## 30894 24 50
## 30895 24 72
## 30896 24 42
## 30897 24 44
## 30898 24 62
## 30899 24 90
## 30900 24 45
## 30901 24 75
## 30902 24 108
## 30903 24 107
## 30904 24 39
## 30905 24 120
## 30906 24 34
## 30907 24 100
## 30908 24 18
## 30909 24 64
## 30910 24 42
## 30911 24 112
## 30912 24 90
## 30913 24 88
## 30914 24 125
## 30915 24 140
## 30916 24 139
## 30917 24 65
## 30918 24 44
## 30919 24 50
## 30920 24 275
## 30921 24 85
## 30922 24 33
## 30923 24 150
## 30924 24 60
## 30925 24 32
## 30926 24 75
## 30927 24 63
## 30928 24 61
## 30929 24 18
## 30930 24 62
## 30931 24 93
## 30932 24 110
## 30933 24 22
## 30934 24 54
## 30935 24 30
## 30936 24 150
## 30937 24 99
## 30938 24 55
## 30939 24 19
## 30940 24 65
## 30941 24 89
## 30942 24 28
## 30943 24 73
## 30944 24 65
## 30945 24 500
## 30946 24 39
## 30947 24 50
## 30948 24 75
## 30949 24 38
## 30950 24 60
## 30951 24 138
## 30952 24 52
## 30953 24 300
## 30954 24 96
## 30955 24 30
## 30956 24 30
## 30957 24 47
## 30958 24 26
## 30959 24 125
## 30960 24 22
## 30961 24 100
## 30962 24 50
## 30963 24 95
## 30964 24 125
## 30965 24 83
## 30966 24 89
## 30967 24 100
## 30968 24 118
## 30969 24 22
## 30970 24 140
## 30971 24 69
## 30972 24 80
## 30973 24 90
## 30974 24 98
## 30975 24 400
## 30976 24 188
## 30977 24 23
## 30978 24 129
## 30979 24 60
## 30980 24 289
## 30981 24 245
## 30982 24 88
## 30983 24 100
## 30984 24 55
## 30985 24 28
## 30986 24 125
## 30987 24 50
## 30988 24 100
## 30989 24 58
## 30990 24 33
## 30991 24 79
## 30992 24 30
## 30993 24 135
## 30994 24 125
## 30995 24 70
## 30996 24 120
## 30997 24 55
## 30998 24 74
## 30999 24 114
## 31000 24 105
## 31001 24 24
## 31002 24 35
## 31003 24 55
## 31004 24 26
## 31005 24 52
## 31006 24 112
## 31007 24 149
## 31008 24 150
## 31009 24 44
## 31010 24 52
## 31011 24 75
## 31012 24 63
## 31013 24 38
## 31014 24 72
## 31015 24 62
## 31016 24 44
## 31017 24 85
## 31018 24 29
## 31019 24 128
## 31020 24 180
## 31021 24 70
## 31022 24 175
## 31023 24 22
## 31024 24 30
## 31025 24 90
## 31026 24 16
## 31027 24 240
## 31028 24 220
## 31029 24 42
## 31030 24 110
## 31031 24 85
## 31032 24 50
## 31033 24 62
## 31034 24 250
## 31035 24 83
## 31036 24 131
## 31037 24 60
## 31038 24 22
## 31039 24 75
## 31040 24 50
## 31041 24 41
## 31042 24 100
## 31043 24 30
## 31044 24 33
## 31045 24 55
## 31046 24 448
## 31047 24 63
## 31048 24 138
## 31049 24 130
## 31050 24 57
## 31051 24 295
## 31052 24 77
## 31053 24 118
## 31054 24 20
## 31055 24 55
## 31056 24 89
## 31057 24 25
## 31058 24 80
## 31059 24 100
## 31060 24 112
## 31061 24 30
## 31062 24 74
## 31063 24 80
## 31064 24 84
## 31065 24 84
## 31066 24 60
## 31067 24 195
## 31068 24 89
## 31069 24 55
## 31070 24 110
## 31071 24 40
## 31072 24 47
## 31073 24 166
## 31074 24 63
## 31075 24 33
## 31076 24 42
## 31077 24 200
## 31078 24 45
## 31079 24 45
## 31080 24 180
## 31081 24 24
## 31082 24 95
## 31083 24 22
## 31084 24 85
## 31085 24 60
## 31086 24 24
## 31087 24 68
## 31088 24 62
## 31089 24 24
## 31090 24 67
## 31091 24 309
## 31092 24 275
## 31093 24 25
## 31094 24 45
## 31095 24 50
## 31096 24 178
## 31097 24 50
## 31098 24 32
## 31099 24 100
## 31100 24 89
## 31101 24 60
## 31102 24 229
## 31103 24 64
## 31104 24 109
## 31105 24 75
## 31106 24 18
## 31107 24 112
## 31108 24 52
## 31109 24 108
## 31110 24 32
## 31111 24 71
## 31112 24 28
## 31113 24 112
## 31114 24 35
## 31115 24 120
## 31116 24 153
## 31117 24 82
## 31118 24 40
## 31119 24 212
## 31120 24 30
## 31121 24 60
## 31122 24 42
## 31123 24 60
## 31124 24 112
## 31125 24 142
## 31126 24 54
## 31127 24 28
## 31128 24 33
## 31129 24 200
## 31130 24 25
## 31131 24 94
## 31132 24 25
## 31133 24 33
## 31134 24 49
## 31135 24 150
## 31136 24 30
## 31137 24 59
## 31138 24 66
## 31139 24 50
## 31140 24 35
## 31141 24 15
## 31142 24 85
## 31143 24 15
## 31144 24 100
## 31145 24 212
## 31146 24 80
## 31147 24 302
## 31148 24 68
## 31149 24 80
## 31150 24 125
## 31151 24 22
## 31152 24 50
## 31153 24 55
## 31154 24 60
## 31155 24 70
## 31156 24 40
## 31157 24 41
## 31158 24 61
## 31159 24 264
## 31160 24 95
## 31161 24 55
## 31162 24 39
## 31163 24 111
## 31164 24 125
## 31165 24 120
## 31166 24 53
## 31167 24 60
## 31168 24 24
## 31169 24 33
## 31170 24 34
## 31171 24 136
## 31172 24 21
## 31173 24 62
## 31174 24 88
## 31175 24 30
## 31176 24 15
## 31177 24 22
## 31178 24 40
## 31179 24 80
## 31180 24 110
## 31181 24 24
## 31182 24 40
## 31183 24 25
## 31184 24 17
## 31185 24 40
## 31186 24 75
## 31187 24 25
## 31188 24 45
## 31189 24 141
## 31190 24 49
## 31191 24 29
## 31192 24 180
## 31193 24 125
## 31194 24 83
## 31195 24 495
## 31196 24 20
## 31197 24 125
## 31198 24 175
## 31199 24 50
## 31200 24 65
## 31201 24 38
## 31202 24 35
## 31203 24 42
## 31204 24 55
## 31205 24 375
## 31206 24 250
## 31207 24 30
## 31208 24 348
## 31209 24 40
## 31210 24 100
## 31211 24 45
## 31212 24 50
## 31213 24 100
## 31214 24 185
## 31215 24 28
## 31216 24 45
## 31217 24 100
## 31218 24 90
## 31219 24 138
## 31220 24 70
## 31221 24 46
## 31222 24 50
## 31223 24 55
## 31224 24 57
## 31225 24 60
## 31226 24 46
## 31227 24 43
## 31228 24 124
## 31229 24 150
## 31230 24 50
## 31231 24 35
## 31232 24 85
## 31233 24 64
## 31234 24 55
## 31235 24 65
## 31236 24 100
## 31237 24 58
## 31238 24 26
## 31239 24 150
## 31240 24 66
## 31241 24 100
## 31242 24 48
## 31243 24 110
## 31244 24 42
## 31245 24 67
## 31246 24 33
## 31247 24 42
## 31248 24 60
## 31249 24 79
## 31250 24 22
## 31251 24 27
## 31252 24 33
## 31253 24 90
## 31254 24 69
## 31255 24 48
## 31256 24 75
## 31257 24 51
## 31258 24 395
## 31259 24 25
## 31260 24 38
## 31261 24 55
## 31262 24 122
## 31263 24 29
## 31264 24 211
## 31265 24 21
## 31266 24 24
## 31267 24 40
## 31268 24 38
## 31269 24 42
## 31270 24 75
## 31271 24 28
## 31272 24 102
## 31273 24 32
## 31274 24 132
## 31275 24 109
## 31276 24 30
## 31277 24 200
## 31278 24 199
## 31279 24 32
## 31280 24 90
## 31281 23 89
## 31282 23 95
## 31283 23 343
## 31284 23 14
## 31285 23 75
## 31286 23 59
## 31287 23 42
## 31288 23 58
## 31289 23 77
## 31290 23 139
## 31291 23 58
## 31292 23 85
## 31293 23 60
## 31294 23 134
## 31295 23 55
## 31296 23 115
## 31297 23 65
## 31298 23 100
## 31299 23 136
## 31300 23 58
## 31301 23 55
## 31302 23 40
## 31303 23 35
## 31304 23 120
## 31305 23 100
## 31306 23 24
## 31307 23 28
## 31308 23 52
## 31309 23 58
## 31310 23 85
## 31311 23 54
## 31312 23 75
## 31313 23 42
## 31314 23 45
## 31315 23 188
## 31316 23 33
## 31317 23 55
## 31318 23 62
## 31319 23 18
## 31320 23 88
## 31321 23 50
## 31322 23 63
## 31323 23 48
## 31324 23 128
## 31325 23 65
## 31326 23 200
## 31327 23 58
## 31328 23 60
## 31329 23 125
## 31330 23 62
## 31331 23 200
## 31332 23 49
## 31333 23 120
## 31334 23 150
## 31335 23 70
## 31336 23 19
## 31337 23 90
## 31338 23 52
## 31339 23 18
## 31340 23 234
## 31341 23 105
## 31342 23 16
## 31343 23 28
## 31344 23 120
## 31345 23 13
## 31346 23 83
## 31347 23 30
## 31348 23 35
## 31349 23 69
## 31350 23 250
## 31351 23 57
## 31352 23 81
## 31353 23 162
## 31354 23 65
## 31355 23 85
## 31356 23 90
## 31357 23 65
## 31358 23 17
## 31359 23 133
## 31360 23 70
## 31361 23 35
## 31362 23 119
## 31363 23 35
## 31364 23 70
## 31365 23 125
## 31366 23 47
## 31367 23 132
## 31368 23 59
## 31369 23 42
## 31370 23 43
## 31371 23 70
## 31372 23 152
## 31373 23 600
## 31374 23 19
## 31375 23 67
## 31376 23 29
## 31377 23 169
## 31378 23 169
## 31379 23 55
## 31380 23 73
## 31381 23 70
## 31382 23 69
## 31383 23 175
## 31384 23 26
## 31385 23 79
## 31386 23 34
## 31387 23 48
## 31388 23 99
## 31389 23 147
## 31390 23 84
## 31391 23 33
## 31392 23 58
## 31393 23 42
## 31394 23 70
## 31395 23 74
## 31396 23 39
## 31397 23 200
## 31398 23 270
## 31399 23 199
## 31400 23 100
## 31401 23 28
## 31402 23 44
## 31403 23 79
## 31404 23 135
## 31405 23 119
## 31406 23 20
## 31407 23 16
## 31408 23 40
## 31409 23 49
## 31410 23 50
## 31411 23 250
## 31412 23 165
## 31413 23 33
## 31414 23 97
## 31415 23 47
## 31416 23 100
## 31417 23 145
## 31418 23 42
## 31419 23 56
## 31420 23 112
## 31421 23 60
## 31422 23 16
## 31423 23 29
## 31424 23 25
## 31425 23 50
## 31426 23 99
## 31427 23 19
## 31428 23 16
## 31429 23 54
## 31430 23 27
## 31431 23 52
## 31432 23 16
## 31433 23 38
## 31434 23 74
## 31435 23 95
## 31436 23 40
## 31437 23 94
## 31438 23 212
## 31439 23 35
## 31440 23 48
## 31441 23 99
## 31442 23 25
## 31443 23 175
## 31444 23 179
## 31445 23 55
## 31446 23 20
## 31447 23 60
## 31448 23 245
## 31449 23 30
## 31450 23 100
## 31451 23 92
## 31452 23 100
## 31453 23 225
## 31454 23 36
## 31455 23 179
## 31456 23 150
## 31457 23 150
## 31458 23 575
## 31459 23 35
## 31460 23 42
## 31461 23 30
## 31462 23 116
## 31463 23 98
## 31464 23 35
## 31465 23 80
## 31466 23 65
## 31467 23 150
## 31468 23 26
## 31469 23 39
## 31470 23 78
## 31471 23 99
## 31472 23 200
## 31473 23 79
## 31474 23 85
## 31475 23 18
## 31476 23 75
## 31477 23 37
## 31478 23 60
## 31479 23 85
## 31480 23 45
## 31481 23 25
## 31482 23 62
## 31483 23 44
## 31484 23 134
## 31485 23 40
## 31486 23 52
## 31487 23 30
## 31488 23 71
## 31489 23 200
## 31490 23 59
## 31491 23 132
## 31492 23 140
## 31493 23 95
## 31494 23 105
## 31495 23 115
## 31496 23 130
## 31497 23 88
## 31498 23 250
## 31499 23 29
## 31500 23 22
## 31501 23 50
## 31502 23 200
## 31503 23 66
## 31504 23 50
## 31505 23 212
## 31506 23 69
## 31507 23 99
## 31508 23 64
## 31509 23 20
## 31510 23 550
## 31511 23 39
## 31512 23 40
## 31513 23 38
## 31514 23 50
## 31515 23 40
## 31516 23 175
## 31517 23 80
## 31518 23 153
## 31519 23 22
## 31520 23 61
## 31521 23 70
## 31522 23 40
## 31523 23 53
## 31524 23 30
## 31525 23 159
## 31526 23 31
## 31527 23 140
## 31528 23 27
## 31529 23 80
## 31530 23 234
## 31531 23 32
## 31532 23 325
## 31533 23 99
## 31534 23 47
## 31535 23 75
## 31536 23 114
## 31537 23 42
## 31538 23 125
## 31539 23 75
## 31540 23 15
## 31541 23 37
## 31542 23 29
## 31543 23 250
## 31544 23 64
## 31545 23 165
## 31546 23 20
## 31547 23 175
## 31548 23 36
## 31549 23 60
## 31550 23 58
## 31551 23 65
## 31552 23 125
## 31553 23 54
## 31554 23 49
## 31555 23 40
## 31556 23 79
## 31557 23 21
## 31558 23 50
## 31559 23 18
## 31560 23 100
## 31561 23 75
## 31562 23 55
## 31563 23 95
## 31564 23 69
## 31565 23 51
## 31566 23 200
## 31567 23 375
## 31568 23 175
## 31569 23 75
## 31570 23 110
## 31571 23 275
## 31572 23 43
## 31573 23 45
## 31574 23 62
## 31575 23 160
## 31576 23 54
## 31577 23 100
## 31578 23 28
## 31579 23 735
## 31580 23 84
## 31581 23 75
## 31582 23 62
## 31583 23 18
## 31584 23 50
## 31585 23 125
## 31586 23 212
## 31587 23 80
## 31588 23 32
## 31589 23 35
## 31590 23 44
## 31591 23 60
## 31592 23 78
## 31593 23 25
## 31594 23 23
## 31595 23 90
## 31596 23 56
## 31597 23 225
## 31598 23 40
## 31599 23 130
## 31600 23 28
## 31601 23 24
## 31602 23 92
## 31603 23 83
## 31604 23 130
## 31605 23 13
## 31606 23 60
## 31607 23 83
## 31608 23 74
## 31609 23 35
## 31610 23 125
## 31611 23 165
## 31612 23 44
## 31613 23 100
## 31614 23 40
## 31615 23 68
## 31616 23 40
## 31617 23 83
## 31618 23 30
## 31619 23 50
## 31620 23 60
## 31621 23 55
## 31622 23 30
## 31623 23 40
## 31624 23 110
## 31625 23 45
## 31626 23 75
## 31627 23 112
## 31628 23 350
## 31629 23 49
## 31630 23 53
## 31631 23 75
## 31632 23 40
## 31633 23 26
## 31634 23 212
## 31635 23 15
## 31636 23 68
## 31637 23 15
## 31638 23 250
## 31639 23 100
## 31640 23 185
## 31641 23 192
## 31642 23 299
## 31643 23 200
## 31644 23 263
## 31645 23 70
## 31646 23 22
## 31647 23 95
## 31648 23 113
## 31649 23 40
## 31650 23 250
## 31651 23 625
## 31652 23 22
## 31653 23 87
## 31654 23 35
## 31655 23 38
## 31656 23 29
## 31657 23 111
## 31658 23 90
## 31659 23 139
## 31660 23 249
## 31661 23 95
## 31662 23 27
## 31663 23 475
## 31664 23 37
## 31665 23 49
## 31666 23 44
## 31667 23 38
## 31668 23 20
## 31669 23 60
## 31670 23 50
## 31671 23 32
## 31672 23 108
## 31673 23 45
## 31674 23 55
## 31675 23 95
## 31676 23 180
## 31677 23 31
## 31678 23 97
## 31679 23 75
## 31680 23 140
## 31681 23 275
## 31682 23 70
## 31683 23 175
## 31684 23 142
## 31685 23 129
## 31686 23 95
## 31687 23 74
## 31688 23 199
## 31689 23 96
## 31690 23 117
## 31691 23 132
## 31692 23 33
## 31693 23 54
## 31694 23 132
## 31695 23 140
## 31696 23 200
## 31697 23 688
## 31698 23 162
## 31699 23 167
## 31700 23 68
## 31701 23 105
## 31702 23 32
## 31703 23 65
## 31704 23 38
## 31705 23 38
## 31706 23 62
## 31707 23 22
## 31708 23 43
## 31709 23 55
## 31710 23 75
## 31711 23 35
## 31712 23 142
## 31713 23 85
## 31714 23 185
## 31715 23 145
## 31716 23 55
## 31717 23 120
## 31718 23 28
## 31719 23 100
## 31720 23 19
## 31721 23 25
## 31722 23 299
## 31723 23 160
## 31724 23 50
## 31725 23 34
## 31726 23 225
## 31727 23 33
## 31728 23 24
## 31729 23 65
## 31730 23 66
## 31731 23 61
## 31732 23 62
## 31733 23 70
## 31734 23 149
## 31735 23 170
## 31736 23 150
## 31737 23 150
## 31738 23 97
## 31739 23 40
## 31740 23 39
## 31741 23 49
## 31742 23 100
## 31743 23 34
## 31744 23 95
## 31745 23 45
## 31746 23 70
## 31747 23 49
## 31748 23 55
## 31749 23 100
## 31750 23 85
## 31751 23 43
## 31752 23 16
## 31753 23 66
## 31754 23 80
## 31755 23 100
## 31756 23 17
## 31757 23 58
## 31758 23 35
## 31759 23 47
## 31760 23 65
## 31761 23 129
## 31762 23 40
## 31763 23 74
## 31764 23 50
## 31765 23 90
## 31766 23 36
## 31767 23 115
## 31768 23 42
## 31769 23 139
## 31770 23 35
## 31771 23 20
## 31772 23 75
## 31773 23 100
## 31774 23 50
## 31775 23 29
## 31776 23 90
## 31777 23 70
## 31778 23 88
## 31779 23 79
## 31780 23 63
## 31781 23 110
## 31782 23 87
## 31783 23 114
## 31784 23 97
## 31785 23 110
## 31786 23 114
## 31787 23 75
## 31788 23 38
## 31789 23 60
## 31790 23 112
## 31791 23 519
## 31792 23 135
## 31793 23 21
## 31794 23 70
## 31795 23 30
## 31796 23 77
## 31797 23 48
## 31798 23 119
## 31799 23 155
## 31800 23 63
## 31801 23 70
## 31802 23 170
## 31803 23 48
## 31804 23 70
## 31805 23 225
## 31806 23 200
## 31807 23 24
## 31808 23 110
## 31809 23 49
## 31810 23 110
## 31811 23 42
## 31812 23 22
## 31813 23 150
## 31814 23 99
## 31815 23 32
## 31816 23 40
## 31817 23 30
## 31818 23 75
## 31819 23 70
## 31820 23 175
## 31821 23 26
## 31822 23 85
## 31823 23 85
## 31824 23 49
## 31825 23 68
## 31826 23 30
## 31827 23 267
## 31828 23 60
## 31829 23 50
## 31830 23 65
## 31831 23 75
## 31832 23 22
## 31833 23 19
## 31834 23 180
## 31835 23 90
## 31836 23 49
## 31837 23 52
## 31838 23 76
## 31839 23 64
## 31840 23 45
## 31841 23 28
## 31842 23 32
## 31843 23 99
## 31844 23 120
## 31845 23 62
## 31846 23 70
## 31847 23 21
## 31848 23 100
## 31849 23 89
## 31850 23 117
## 31851 23 45
## 31852 23 150
## 31853 23 62
## 31854 23 56
## 31855 23 32
## 31856 23 150
## 31857 23 110
## 31858 23 83
## 31859 23 75
## 31860 23 60
## 31861 23 23
## 31862 23 60
## 31863 23 99
## 31864 23 246
## 31865 23 40
## 31866 23 40
## 31867 23 72
## 31868 23 99
## 31869 23 225
## 31870 23 27
## 31871 23 45
## 31872 23 120
## 31873 23 80
## 31874 23 40
## 31875 23 100
## 31876 23 144
## 31877 23 78
## 31878 23 25
## 31879 23 108
## 31880 23 16
## 31881 23 47
## 31882 23 60
## 31883 23 18
## 31884 23 34
## 31885 23 24
## 31886 23 65
## 31887 23 20
## 31888 23 65
## 31889 23 123
## 31890 23 106
## 31891 23 86
## 31892 23 15
## 31893 23 67
## 31894 23 60
## 31895 23 58
## 31896 23 80
## 31897 23 75
## 31898 23 105
## 31899 23 19
## 31900 23 75
## 31901 23 60
## 31902 23 40
## 31903 23 130
## 31904 23 28
## 31905 23 48
## 31906 23 42
## 31907 23 250
## 31908 23 65
## 31909 23 50
## 31910 23 164
## 31911 23 115
## 31912 23 30
## 31913 23 19
## 31914 23 33
## 31915 23 47
## 31916 23 50
## 31917 23 38
## 31918 23 93
## 31919 23 150
## 31920 23 130
## 31921 23 200
## 31922 23 65
## 31923 23 83
## 31924 23 83
## 31925 23 120
## 31926 23 150
## 31927 23 300
## 31928 23 32
## 31929 23 112
## 31930 23 74
## 31931 23 42
## 31932 23 55
## 31933 23 75
## 31934 23 45
## 31935 23 30
## 31936 23 124
## 31937 23 12
## 31938 23 133
## 31939 23 210
## 31940 23 88
## 31941 23 80
## 31942 23 50
## 31943 23 88
## 31944 23 280
## 31945 23 169
## 31946 23 98
## 31947 23 57
## 31948 23 120
## 31949 23 109
## 31950 23 119
## 31951 23 66
## 31952 23 120
## 31953 23 75
## 31954 23 70
## 31955 23 73
## 31956 23 18
## 31957 23 22
## 31958 23 100
## 31959 23 84
## 31960 23 148
## 31961 23 400
## 31962 23 397
## 31963 23 90
## 31964 23 30
## 31965 23 29
## 31966 23 32
## 31967 23 33
## 31968 23 48
## 31969 23 115
## 31970 23 49
## 31971 23 65
## 31972 23 120
## 31973 23 35
## 31974 23 99
## 31975 23 88
## 31976 23 48
## 31977 23 67
## 31978 23 95
## 31979 23 112
## 31980 23 100
## 31981 23 100
## 31982 23 140
## 31983 23 72
## 31984 23 45
## 31985 23 82
## 31986 23 33
## 31987 23 40
## 31988 23 140
## 31989 23 24
## 31990 23 35
## 31991 23 110
## 31992 23 83
## 31993 23 30
## 31994 23 60
## 31995 23 344
## 31996 23 30
## 31997 23 60
## 31998 23 64
## 31999 23 56
## 32000 23 199
## 32001 23 150
## 32002 23 48
## 32003 23 54
## 32004 23 72
## 32005 23 68
## 32006 23 59
## 32007 23 249
## 32008 23 45
## 32009 23 65
## 32010 23 135
## 32011 23 85
## 32012 23 108
## 32013 23 45
## 32014 23 97
## 32015 23 15
## 32016 23 22
## 32017 23 120
## 32018 23 75
## 32019 23 88
## 32020 23 90
## 32021 23 62
## 32022 23 50
## 32023 23 75
## 32024 23 27
## 32025 23 55
## 32026 23 25
## 32027 23 31
## 32028 23 70
## 32029 23 100
## 32030 23 88
## 32031 23 185
## 32032 23 112
## 32033 23 60
## 32034 23 40
## 32035 23 13
## 32036 23 74
## 32037 23 80
## 32038 23 215
## 32039 23 110
## 32040 23 64
## 32041 23 60
## 32042 23 53
## 32043 23 95
## 32044 23 50
## 32045 23 141
## 32046 23 50
## 32047 23 62
## 32048 23 40
## 32049 23 62
## 32050 23 48
## 32051 23 130
## 32052 23 299
## 32053 23 39
## 32054 23 50
## 32055 23 60
## 32056 23 48
## 32057 23 72
## 32058 23 175
## 32059 23 48
## 32060 23 59
## 32061 23 55
## 32062 23 142
## 32063 23 102
## 32064 23 11
## 32065 23 140
## 32066 23 89
## 32067 23 85
## 32068 23 98
## 32069 23 69
## 32070 23 100
## 32071 23 260
## 32072 23 88
## 32073 23 58
## 32074 23 32
## 32075 23 108
## 32076 23 150
## 32077 23 30
## 32078 23 102
## 32079 23 49
## 32080 23 62
## 32081 23 57
## 32082 23 60
## 32083 23 66
## 32084 23 21
## 32085 23 40
## 32086 23 85
## 32087 23 29
## 32088 23 133
## 32089 23 80
## 32090 23 20
## 32091 23 32
## 32092 23 40
## 32093 23 23
## 32094 23 138
## 32095 23 32
## 32096 23 80
## 32097 23 45
## 32098 23 166
## 32099 23 32
## 32100 23 175
## 32101 23 50
## 32102 23 30
## 32103 23 75
## 32104 23 240
## 32105 23 125
## 32106 23 63
## 32107 23 24
## 32108 23 18
## 32109 23 50
## 32110 23 34
## 32111 23 245
## 32112 23 55
## 32113 23 60
## 32114 23 75
## 32115 23 44
## 32116 23 35
## 32117 23 70
## 32118 23 117
## 32119 23 100
## 32120 23 75
## 32121 23 24
## 32122 23 50
## 32123 23 112
## 32124 23 72
## 32125 23 125
## 32126 23 52
## 32127 23 35
## 32128 23 25
## 32129 23 33
## 32130 23 124
## 32131 23 100
## 32132 23 99
## 32133 23 142
## 32134 23 185
## 32135 23 65
## 32136 23 65
## 32137 23 68
## 32138 23 15
## 32139 23 92
## 32140 23 44
## 32141 23 14
## 32142 23 88
## 32143 23 89
## 32144 23 85
## 32145 23 98
## 32146 23 100
## 32147 23 129
## 32148 23 108
## 32149 23 60
## 32150 23 65
## 32151 23 65
## 32152 23 95
## 32153 23 80
## 32154 23 75
## 32155 23 30
## 32156 23 34
## 32157 23 38
## 32158 23 98
## 32159 23 80
## 32160 23 18
## 32161 23 15
## 32162 23 399
## 32163 23 85
## 32164 23 62
## 32165 23 11
## 32166 23 59
## 32167 23 62
## 32168 23 58
## 32169 23 22
## 32170 23 25
## 32171 23 34
## 32172 23 90
## 32173 23 30
## 32174 23 150
## 32175 23 48
## 32176 23 34
## 32177 23 108
## 32178 23 42
## 32179 23 42
## 32180 23 48
## 32181 23 75
## 32182 23 32
## 32183 23 168
## 32184 23 60
## 32185 23 50
## 32186 23 25
## 32187 23 31
## 32188 23 62
## 32189 23 212
## 32190 23 90
## 32191 23 75
## 32192 23 30
## 32193 23 75
## 32194 23 36
## 32195 23 70
## 32196 23 60
## 32197 23 245
## 32198 23 64
## 32199 23 80
## 32200 23 27
## 32201 23 38
## 32202 23 33
## 32203 23 100
## 32204 23 199
## 32205 23 50
## 32206 23 23
## 32207 23 95
## 32208 23 50
## 32209 23 149
## 32210 23 70
## 32211 23 43
## 32212 23 70
## 32213 23 104
## 32214 23 70
## 32215 23 72
## 32216 23 32
## 32217 23 45
## 32218 23 35
## 32219 23 200
## 32220 23 25
## 32221 23 70
## 32222 23 42
## 32223 23 41
## 32224 23 42
## 32225 23 72
## 32226 23 46
## 32227 23 50
## 32228 23 164
## 32229 23 52
## 32230 23 45
## 32231 23 375
## 32232 23 95
## 32233 23 67
## 32234 23 20
## 32235 23 26
## 32236 23 16
## 32237 23 48
## 32238 23 25
## 32239 23 60
## 32240 23 81
## 32241 23 68
## 32242 23 56
## 32243 23 79
## 32244 23 95
## 32245 23 100
## 32246 23 38
## 32247 23 270
## 32248 23 130
## 32249 23 109
## 32250 22 93
## 32251 22 35
## 32252 22 45
## 32253 22 75
## 32254 22 80
## 32255 22 138
## 32256 22 42
## 32257 22 32
## 32258 22 65
## 32259 22 165
## 32260 22 27
## 32261 22 25
## 32262 22 50
## 32263 22 175
## 32264 22 29
## 32265 22 94
## 32266 22 31
## 32267 22 24
## 32268 22 80
## 32269 22 75
## 32270 22 18
## 32271 22 35
## 32272 22 52
## 32273 22 55
## 32274 22 75
## 32275 22 266
## 32276 22 33
## 32277 22 40
## 32278 22 17
## 32279 22 142
## 32280 22 35
## 32281 22 58
## 32282 22 275
## 32283 22 55
## 32284 22 66
## 32285 22 42
## 32286 22 90
## 32287 22 38
## 32288 22 15
## 32289 22 112
## 32290 22 299
## 32291 22 75
## 32292 22 30
## 32293 22 125
## 32294 22 50
## 32295 22 80
## 32296 22 100
## 32297 22 110
## 32298 22 180
## 32299 22 20
## 32300 22 42
## 32301 22 45
## 32302 22 60
## 32303 22 52
## 32304 22 150
## 32305 22 54
## 32306 22 30
## 32307 22 175
## 32308 22 225
## 32309 22 116
## 32310 22 65
## 32311 22 30
## 32312 22 90
## 32313 22 85
## 32314 22 75
## 32315 22 71
## 32316 22 50
## 32317 22 25
## 32318 22 35
## 32319 22 34
## 32320 22 80
## 32321 22 95
## 32322 22 28
## 32323 22 100
## 32324 22 99
## 32325 22 238
## 32326 22 67
## 32327 22 44
## 32328 22 125
## 32329 22 100
## 32330 22 150
## 32331 22 71
## 32332 22 55
## 32333 22 117
## 32334 22 24
## 32335 22 60
## 32336 22 67
## 32337 22 84
## 32338 22 70
## 32339 22 46
## 32340 22 99
## 32341 22 70
## 32342 22 12
## 32343 22 38
## 32344 22 232
## 32345 22 77
## 32346 22 24
## 32347 22 40
## 32348 22 40
## 32349 22 400
## 32350 22 460
## 32351 22 64
## 32352 22 50
## 32353 22 91
## 32354 22 86
## 32355 22 57
## 32356 22 55
## 32357 22 150
## 32358 22 100
## 32359 22 64
## 32360 22 70
## 32361 22 61
## 32362 22 47
## 32363 22 54
## 32364 22 175
## 32365 22 74
## 32366 22 70
## 32367 22 148
## 32368 22 62
## 32369 22 115
## 32370 22 22
## 32371 22 86
## 32372 22 50
## 32373 22 117
## 32374 22 76
## 32375 22 187
## 32376 22 350
## 32377 22 80
## 32378 22 60
## 32379 22 125
## 32380 22 42
## 32381 22 88
## 32382 22 31
## 32383 22 32
## 32384 22 80
## 32385 22 400
## 32386 22 149
## 32387 22 36
## 32388 22 68
## 32389 22 65
## 32390 22 76
## 32391 22 95
## 32392 22 43
## 32393 22 125
## 32394 22 55
## 32395 22 63
## 32396 22 62
## 32397 22 88
## 32398 22 70
## 32399 22 83
## 32400 22 99
## 32401 22 60
## 32402 22 43
## 32403 22 299
## 32404 22 28
## 32405 22 84
## 32406 22 125
## 32407 22 95
## 32408 22 45
## 32409 22 181
## 32410 22 50
## 32411 22 110
## 32412 22 42
## 32413 22 28
## 32414 22 120
## 32415 22 95
## 32416 22 65
## 32417 22 93
## 32418 22 11
## 32419 22 64
## 32420 22 20
## 32421 22 24
## 32422 22 110
## 32423 22 131
## 32424 22 49
## 32425 22 69
## 32426 22 150
## 32427 22 28
## 32428 22 28
## 32429 22 100
## 32430 22 175
## 32431 22 27
## 32432 22 22
## 32433 22 62
## 32434 22 16
## 32435 22 55
## 32436 22 63
## 32437 22 50
## 32438 22 75
## 32439 22 100
## 32440 22 100
## 32441 22 60
## 32442 22 100
## 32443 22 100
## 32444 22 30
## 32445 22 40
## 32446 22 139
## 32447 22 18
## 32448 22 60
## 32449 22 26
## 32450 22 100
## 32451 22 75
## 32452 22 112
## 32453 22 47
## 32454 22 20
## 32455 22 18
## 32456 22 99
## 32457 22 92
## 32458 22 199
## 32459 22 35
## 32460 22 79
## 32461 22 289
## 32462 22 80
## 32463 22 25
## 32464 22 89
## 32465 22 125
## 32466 22 115
## 32467 22 38
## 32468 22 115
## 32469 22 95
## 32470 22 32
## 32471 22 70
## 32472 22 12
## 32473 22 50
## 32474 22 48
## 32475 22 190
## 32476 22 16
## 32477 22 50
## 32478 22 42
## 32479 22 22
## 32480 22 350
## 32481 22 70
## 32482 22 53
## 32483 22 125
## 32484 22 70
## 32485 22 499
## 32486 22 27
## 32487 22 75
## 32488 22 50
## 32489 22 22
## 32490 22 50
## 32491 22 295
## 32492 22 224
## 32493 22 142
## 32494 22 300
## 32495 22 58
## 32496 22 50
## 32497 22 45
## 32498 22 100
## 32499 22 99
## 32500 22 62
## 32501 22 104
## 32502 22 67
## 32503 22 50
## 32504 22 50
## 32505 22 160
## 32506 22 250
## 32507 22 149
## 32508 22 240
## 32509 22 58
## 32510 22 75
## 32511 22 26
## 32512 22 37
## 32513 22 92
## 32514 22 40
## 32515 22 23
## 32516 22 40
## 32517 22 96
## 32518 22 42
## 32519 22 120
## 32520 22 162
## 32521 22 91
## 32522 22 30
## 32523 22 120
## 32524 22 62
## 32525 22 320
## 32526 22 25
## 32527 22 64
## 32528 22 70
## 32529 22 79
## 32530 22 44
## 32531 22 62
## 32532 22 150
## 32533 22 11
## 32534 22 269
## 32535 22 55
## 32536 22 112
## 32537 22 120
## 32538 22 40
## 32539 22 119
## 32540 22 65
## 32541 22 27
## 32542 22 79
## 32543 22 65
## 32544 22 74
## 32545 22 163
## 32546 22 150
## 32547 22 48
## 32548 22 42
## 32549 22 75
## 32550 22 62
## 32551 22 75
## 32552 22 62
## 32553 22 60
## 32554 22 18
## 32555 22 55
## 32556 22 245
## 32557 22 32
## 32558 22 35
## 32559 22 23
## 32560 22 169
## 32561 22 56
## 32562 22 51
## 32563 22 87
## 32564 22 69
## 32565 22 180
## 32566 22 57
## 32567 22 40
## 32568 22 75
## 32569 22 69
## 32570 22 159
## 32571 22 43
## 32572 22 75
## 32573 22 199
## 32574 22 49
## 32575 22 285
## 32576 22 110
## 32577 22 52
## 32578 22 65
## 32579 22 190
## 32580 22 22
## 32581 22 32
## 32582 22 28
## 32583 22 100
## 32584 22 35
## 32585 22 60
## 32586 22 42
## 32587 22 130
## 32588 22 77
## 32589 22 60
## 32590 22 50
## 32591 22 38
## 32592 22 27
## 32593 22 75
## 32594 22 54
## 32595 22 135
## 32596 22 130
## 32597 22 150
## 32598 22 28
## 32599 22 299
## 32600 22 62
## 32601 22 50
## 32602 22 158
## 32603 22 175
## 32604 22 87
## 32605 22 68
## 32606 22 100
## 32607 22 62
## 32608 22 68
## 32609 22 75
## 32610 22 62
## 32611 22 16
## 32612 22 175
## 32613 22 29
## 32614 22 100
## 32615 22 94
## 32616 22 42
## 32617 22 68
## 32618 22 59
## 32619 22 95
## 32620 22 150
## 32621 22 124
## 32622 22 129
## 32623 22 150
## 32624 22 100
## 32625 22 83
## 32626 22 62
## 32627 22 110
## 32628 22 131
## 32629 22 62
## 32630 22 50
## 32631 22 100
## 32632 22 121
## 32633 22 74
## 32634 22 310
## 32635 22 88
## 32636 22 155
## 32637 22 315
## 32638 22 75
## 32639 22 98
## 32640 22 95
## 32641 22 297
## 32642 22 88
## 32643 22 90
## 32644 22 75
## 32645 22 35
## 32646 22 39
## 32647 22 29
## 32648 22 150
## 32649 22 114
## 32650 22 117
## 32651 22 126
## 32652 22 97
## 32653 22 30
## 32654 22 17
## 32655 22 139
## 32656 22 13
## 32657 22 110
## 32658 22 70
## 32659 22 20
## 32660 22 32
## 32661 22 32
## 32662 22 11
## 32663 22 130
## 32664 22 117
## 32665 22 40
## 32666 22 99
## 32667 22 65
## 32668 22 52
## 32669 22 38
## 32670 22 104
## 32671 22 34
## 32672 22 440
## 32673 22 62
## 32674 22 52
## 32675 22 16
## 32676 22 63
## 32677 22 25
## 32678 22 100
## 32679 22 43
## 32680 22 92
## 32681 22 75
## 32682 22 32
## 32683 22 100
## 32684 22 85
## 32685 22 21
## 32686 22 70
## 32687 22 55
## 32688 22 96
## 32689 22 97
## 32690 22 28
## 32691 22 65
## 32692 22 25
## 32693 22 55
## 32694 22 30
## 32695 22 43
## 32696 22 33
## 32697 22 25
## 32698 22 43
## 32699 22 50
## 32700 22 60
## 32701 22 85
## 32702 22 110
## 32703 22 87
## 32704 22 75
## 32705 22 135
## 32706 22 33
## 32707 22 98
## 32708 22 42
## 32709 22 160
## 32710 22 39
## 32711 22 125
## 32712 22 16
## 32713 22 75
## 32714 22 43
## 32715 22 44
## 32716 22 150
## 32717 22 50
## 32718 22 55
## 32719 22 60
## 32720 22 86
## 32721 22 48
## 32722 22 62
## 32723 22 110
## 32724 22 70
## 32725 22 75
## 32726 22 350
## 32727 22 45
## 32728 22 44
## 32729 22 22
## 32730 22 250
## 32731 22 40
## 32732 22 199
## 32733 22 80
## 32734 22 138
## 32735 22 35
## 32736 22 33
## 32737 22 85
## 32738 22 23
## 32739 22 138
## 32740 22 141
## 32741 22 99
## 32742 22 130
## 32743 22 130
## 32744 22 40
## 32745 22 122
## 32746 22 98
## 32747 22 58
## 32748 22 15
## 32749 22 122
## 32750 22 98
## 32751 22 62
## 32752 22 250
## 32753 22 89
## 32754 22 295
## 32755 22 62
## 32756 22 50
## 32757 22 70
## 32758 22 128
## 32759 22 32
## 32760 22 62
## 32761 22 120
## 32762 22 74
## 32763 22 150
## 32764 22 175
## 32765 22 65
## 32766 22 24
## 32767 22 35
## 32768 22 55
## 32769 22 80
## 32770 22 27
## 32771 22 28
## 32772 22 120
## 32773 22 79
## 32774 22 60
## 32775 22 150
## 32776 22 250
## 32777 22 96
## 32778 22 34
## 32779 22 70
## 32780 22 60
## 32781 22 28
## 32782 22 15
## 32783 22 45
## 32784 22 89
## 32785 22 95
## 32786 22 100
## 32787 22 50
## 32788 22 200
## 32789 22 48
## 32790 22 60
## 32791 22 200
## 32792 22 50
## 32793 22 97
## 32794 22 150
## 32795 22 190
## 32796 22 45
## 32797 22 26
## 32798 22 21
## 32799 22 138
## 32800 22 120
## 32801 22 225
## 32802 22 250
## 32803 22 39
## 32804 22 40
## 32805 22 150
## 32806 22 58
## 32807 22 192
## 32808 22 68
## 32809 22 42
## 32810 22 88
## 32811 22 41
## 32812 22 68
## 32813 22 136
## 32814 22 145
## 32815 22 30
## 32816 22 270
## 32817 22 50
## 32818 22 48
## 32819 22 20
## 32820 22 42
## 32821 22 250
## 32822 22 125
## 32823 22 225
## 32824 22 86
## 32825 22 150
## 32826 22 24
## 32827 22 62
## 32828 22 103
## 32829 22 300
## 32830 22 69
## 32831 22 18
## 32832 22 32
## 32833 22 184
## 32834 22 90
## 32835 22 100
## 32836 22 162
## 32837 22 133
## 32838 22 73
## 32839 22 300
## 32840 22 35
## 32841 22 22
## 32842 22 110
## 32843 22 75
## 32844 22 57
## 32845 22 62
## 32846 22 256
## 32847 22 62
## 32848 22 200
## 32849 22 230
## 32850 22 42
## 32851 22 55
## 32852 22 40
## 32853 22 166
## 32854 22 30
## 32855 22 68
## 32856 22 52
## 32857 22 31
## 32858 22 38
## 32859 22 80
## 32860 22 98
## 32861 22 75
## 32862 22 54
## 32863 22 189
## 32864 22 196
## 32865 22 40
## 32866 22 65
## 32867 22 99
## 32868 22 150
## 32869 22 64
## 32870 22 92
## 32871 22 70
## 32872 22 28
## 32873 22 74
## 32874 22 38
## 32875 22 69
## 32876 22 12
## 32877 22 25
## 32878 22 38
## 32879 22 85
## 32880 22 74
## 32881 22 65
## 32882 22 32
## 32883 22 150
## 32884 22 74
## 32885 22 75
## 32886 22 33
## 32887 22 72
## 32888 22 66
## 32889 22 45
## 32890 22 138
## 32891 22 85
## 32892 22 105
## 32893 22 32
## 32894 22 49
## 32895 22 118
## 32896 22 38
## 32897 22 75
## 32898 22 36
## 32899 22 90
## 32900 22 125
## 32901 22 45
## 32902 22 58
## 32903 22 68
## 32904 22 99
## 32905 22 200
## 32906 22 69
## 32907 22 13
## 32908 22 64
## 32909 22 40
## 32910 22 300
## 32911 22 24
## 32912 22 75
## 32913 22 25
## 32914 22 80
## 32915 22 53
## 32916 22 90
## 32917 22 179
## 32918 22 140
## 32919 22 100
## 32920 22 99
## 32921 22 42
## 32922 22 198
## 32923 22 55
## 32924 22 305
## 32925 22 72
## 32926 22 135
## 32927 22 112
## 32928 22 54
## 32929 22 100
## 32930 22 125
## 32931 22 62
## 32932 22 45
## 32933 22 83
## 32934 22 35
## 32935 22 145
## 32936 22 100
## 32937 22 59
## 32938 22 18
## 32939 22 19
## 32940 22 100
## 32941 22 68
## 32942 22 12
## 32943 22 62
## 32944 22 82
## 32945 22 37
## 32946 22 30
## 32947 22 99
## 32948 22 399
## 32949 22 248
## 32950 22 75
## 32951 22 65
## 32952 22 125
## 32953 22 399
## 32954 22 80
## 32955 22 105
## 32956 22 75
## 32957 22 35
## 32958 22 30
## 32959 22 79
## 32960 22 100
## 32961 22 200
## 32962 22 68
## 32963 22 21
## 32964 22 50
## 32965 22 310
## 32966 22 65
## 32967 22 25
## 32968 22 94
## 32969 22 25
## 32970 22 42
## 32971 22 60
## 32972 22 60
## 32973 22 59
## 32974 22 59
## 32975 22 24
## 32976 22 50
## 32977 22 90
## 32978 22 100
## 32979 22 103
## 32980 22 60
## 32981 22 45
## 32982 22 38
## 32983 22 40
## 32984 22 75
## 32985 22 133
## 32986 22 30
## 32987 22 98
## 32988 22 42
## 32989 22 82
## 32990 22 18
## 32991 22 60
## 32992 22 55
## 32993 22 138
## 32994 22 62
## 32995 22 65
## 32996 22 118
## 32997 22 70
## 32998 22 37
## 32999 22 100
## 33000 22 36
## 33001 22 22
## 33002 22 150
## 33003 22 130
## 33004 22 50
## 33005 22 85
## 33006 22 70
## 33007 22 62
## 33008 22 42
## 33009 22 59
## 33010 22 89
## 33011 22 60
## 33012 22 200
## 33013 22 37
## 33014 22 70
## 33015 22 95
## 33016 22 63
## 33017 22 42
## 33018 22 50
## 33019 22 40
## 33020 22 58
## 33021 22 82
## 33022 22 215
## 33023 22 150
## 33024 22 110
## 33025 22 78
## 33026 22 298
## 33027 22 79
## 33028 22 44
## 33029 22 45
## 33030 22 70
## 33031 22 66
## 33032 22 74
## 33033 22 40
## 33034 22 47
## 33035 22 40
## 33036 22 78
## 33037 22 90
## 33038 22 64
## 33039 22 149
## 33040 22 110
## 33041 22 36
## 33042 22 94
## 33043 22 49
## 33044 22 500
## 33045 22 24
## 33046 22 64
## 33047 22 103
## 33048 22 39
## 33049 22 125
## 33050 22 79
## 33051 22 65
## 33052 22 100
## 33053 22 60
## 33054 22 150
## 33055 22 12
## 33056 22 90
## 33057 22 125
## 33058 22 119
## 33059 22 115
## 33060 22 295
## 33061 22 30
## 33062 22 49
## 33063 22 24
## 33064 22 39
## 33065 22 68
## 33066 22 125
## 33067 22 185
## 33068 22 120
## 33069 22 68
## 33070 22 60
## 33071 22 42
## 33072 22 67
## 33073 22 90
## 33074 22 69
## 33075 22 73
## 33076 22 43
## 33077 22 129
## 33078 22 16
## 33079 22 14
## 33080 22 30
## 33081 22 109
## 33082 22 300
## 33083 22 45
## 33084 22 58
## 33085 22 30
## 33086 22 40
## 33087 22 105
## 33088 22 48
## 33089 22 117
## 33090 22 105
## 33091 22 82
## 33092 22 90
## 33093 22 76
## 33094 22 166
## 33095 22 95
## 33096 22 105
## 33097 22 120
## 33098 22 92
## 33099 22 38
## 33100 22 50
## 33101 22 85
## 33102 22 60
## 33103 22 400
## 33104 22 38
## 33105 22 48
## 33106 22 84
## 33107 22 99
## 33108 22 99
## 33109 22 70
## 33110 22 319
## 33111 22 35
## 33112 22 50
## 33113 22 64
## 33114 22 98
## 33115 22 94
## 33116 22 58
## 33117 22 58
## 33118 22 75
## 33119 22 175
## 33120 22 125
## 33121 22 33
## 33122 22 120
## 33123 22 38
## 33124 22 50
## 33125 22 99
## 33126 22 100
## 33127 22 64
## 33128 22 48
## 33129 22 80
## 33130 22 20
## 33131 22 75
## 33132 22 150
## 33133 22 100
## 33134 22 30
## 33135 22 59
## 33136 22 80
## 33137 22 74
## 33138 22 50
## 33139 22 425
## 33140 22 22
## 33141 22 25
## 33142 22 120
## 33143 22 155
## 33144 22 125
## 33145 22 75
## 33146 22 95
## 33147 22 94
## 33148 22 22
## 33149 22 125
## 33150 22 68
## 33151 22 22
## 33152 22 75
## 33153 22 22
## 33154 22 550
## 33155 22 190
## 33156 22 500
## 33157 22 165
## 33158 22 200
## 33159 22 53
## 33160 22 39
## 33161 22 125
## 33162 22 27
## 33163 22 215
## 33164 22 395
## 33165 22 100
## 33166 22 104
## 33167 22 85
## 33168 22 55
## 33169 22 42
## 33170 22 50
## 33171 22 149
## 33172 22 300
## 33173 22 46
## 33174 22 135
## 33175 22 250
## 33176 22 224
## 33177 22 30
## 33178 22 35
## 33179 22 114
## 33180 22 335
## 33181 22 100
## 33182 22 55
## 33183 22 150
## 33184 22 100
## 33185 22 179
## 33186 22 20
## 33187 22 75
## 33188 22 45
## 33189 22 100
## 33190 22 117
## 33191 22 18
## 33192 22 85
## 33193 22 70
## 33194 22 25
## 33195 22 15
## 33196 22 40
## 33197 22 90
## 33198 22 26
## 33199 22 108
## 33200 22 239
## 33201 22 16
## 33202 22 100
## 33203 22 70
## 33204 22 25
## 33205 22 65
## 33206 22 38
## 33207 22 80
## 33208 22 74
## 33209 22 60
## 33210 22 11
## 33211 22 27
## 33212 22 12
## 33213 22 90
## 33214 22 25
## 33215 22 80
## 33216 22 68
## 33217 22 22
## 33218 22 130
## 33219 22 66
## 33220 22 75
## 33221 22 99
## 33222 22 16
## 33223 22 17
## 33224 22 125
## 33225 22 50
## 33226 22 40
## 33227 22 48
## 33228 22 60
## 33229 22 45
## 33230 22 48
## 33231 22 33
## 33232 22 118
## 33233 22 150
## 33234 22 47
## 33235 22 99
## 33236 22 25
## 33237 22 42
## 33238 22 108
## 33239 22 28
## 33240 22 25
## 33241 22 40
## 33242 22 88
## 33243 22 125
## 33244 22 325
## 33245 22 40
## 33246 22 98
## 33247 22 30
## 33248 22 39
## 33249 22 66
## 33250 22 88
## 33251 22 59
## 33252 22 33
## 33253 22 30
## 33254 22 106
## 33255 22 25
## 33256 22 130
## 33257 22 80
## 33258 22 40
## 33259 22 32
## 33260 21 60
## 33261 21 55
## 33262 21 92
## 33263 21 40
## 33264 21 38
## 33265 21 90
## 33266 21 15
## 33267 21 40
## 33268 21 52
## 33269 21 28
## 33270 21 75
## 33271 21 42
## 33272 21 50
## 33273 21 250
## 33274 21 100
## 33275 21 28
## 33276 21 75
## 33277 21 27
## 33278 21 39
## 33279 21 50
## 33280 21 120
## 33281 21 75
## 33282 21 42
## 33283 21 50
## 33284 21 66
## 33285 21 50
## 33286 21 66
## 33287 21 46
## 33288 21 84
## 33289 21 95
## 33290 21 171
## 33291 21 70
## 33292 21 38
## 33293 21 32
## 33294 21 116
## 33295 21 58
## 33296 21 125
## 33297 21 86
## 33298 21 94
## 33299 21 59
## 33300 21 60
## 33301 21 67
## 33302 21 30
## 33303 21 49
## 33304 21 112
## 33305 21 25
## 33306 21 161
## 33307 21 225
## 33308 21 124
## 33309 21 29
## 33310 21 40
## 33311 21 38
## 33312 21 158
## 33313 21 100
## 33314 21 175
## 33315 21 91
## 33316 21 16
## 33317 21 149
## 33318 21 125
## 33319 21 40
## 33320 21 150
## 33321 21 79
## 33322 21 149
## 33323 21 77
## 33324 21 89
## 33325 21 42
## 33326 21 55
## 33327 21 27
## 33328 21 35
## 33329 21 149
## 33330 21 40
## 33331 21 225
## 33332 21 145
## 33333 21 75
## [ reached 'max' / getOption("max.print") -- omitted 91941 rows ]
p1<-ggplot(df, aes(x = price_per_night, y = Number.of.Reviews )) +
geom_point( size = 2)+
geom_smooth(method = lm, se = FALSE)+
labs(title = "Relation between pricing and number of reviews")+
ylab("Number of reviews")+
xlab("Price per Night")
p1
## `geom_smooth()` using formula = 'y ~ x'
As we notice, on the lower range of price, which means they are more
affordable. This leads to these listing have more reviews.
ggplot(data = df, aes(x = Room.Type, y = price_per_night,fill=Room.Type)) +
geom_boxplot(outlier.shape = NA) +theme(axis.text.x = element_text(angle = 90, hjust = 1)) +coord_cartesian(ylim = c(0, 500))+
xlab("Room type")+ ylab("Price per Night")+ labs(title = "Relation between room type and price")
This also consistent with our observation so far where the Entire home
should takes the most percentage as well as the highest average
value.
ggplot(data = df, aes(x = Host.Total.Listings.Count , y = price_per_night, color=Host.Total.Listings.Count )) +geom_point(size=0.1) +
labs(title = "Total host listing counts vs Price")
## Warning: Removed 260 rows containing missing values (`geom_point()`).
This is also makes sense with the market. The lower the price, the more bookings.
Let’s look at the distribution of property type.
df_no_NA <-subset(df,Property.Type != "N/A" & Property.Type != "")
ggplot(data = df_no_NA, aes(x = Property.Type, y = price_per_night,color=Property.Type)) +geom_boxplot(outlier.shape = NA) +theme(axis.text.x = element_text(angle = 90, hjust = 1)) +coord_cartesian(ylim = c(0, 1700))+
labs(title = "Property Types Distribution")
It seems like townhouse play the major role in this market. However, it is interesting to see such a wide range of different property types, such as castle, train, tent,…
city_to_state <- df |>
group_by(City, state) |>
count() |>
filter(!is.na(state)) |>
arrange(City) |>
ungroup() |>
distinct(City, .keep_all=TRUE) |>
select(City, state)
df_city <- df |> left_join(city_to_state, by="City", suffix=c("_sf", "_imputed"))
# creating a unified state field based on the simple features value if present and the imputed value otherwise
df_city <- df_city |>
mutate(state = ifelse(is.na(state_sf), state_imputed, state_sf)) |>
select(-state_sf, -state_imputed)
df_city
## ID Listing.Url Scrape.ID Last.Scraped
## 1 4917301 https://www.airbnb.com/rooms/4917301 20170502172350 2017-05-02
## 2 18240041 https://www.airbnb.com/rooms/18240041 20170502172350 2017-05-03
## 3 16087084 https://www.airbnb.com/rooms/16087084 20170502172350 2017-05-03
## 4 8384432 https://www.airbnb.com/rooms/8384432 20170502172350 2017-05-03
## 5 13125344 https://www.airbnb.com/rooms/13125344 20170502172350 2017-05-03
## 6 3874726 https://www.airbnb.com/rooms/3874726 20170502172350 2017-05-03
## 7 724996 https://www.airbnb.com/rooms/724996 20170502172350 2017-05-03
## 8 9798152 https://www.airbnb.com/rooms/9798152 20170502172350 2017-05-03
## 9 7075255 https://www.airbnb.com/rooms/7075255 20170502172350 2017-05-03
## 10 9154029 https://www.airbnb.com/rooms/9154029 20170502172350 2017-05-03
## 11 1030265 https://www.airbnb.com/rooms/1030265 20170502172350 2017-05-03
## 12 16663488 https://www.airbnb.com/rooms/16663488 20170502172350 2017-05-03
## 13 12292421 https://www.airbnb.com/rooms/12292421 20170502172350 2017-05-03
## 14 9549424 https://www.airbnb.com/rooms/9549424 20170502172350 2017-05-03
## 15 10090432 https://www.airbnb.com/rooms/10090432 20170502172350 2017-05-03
## 16 4322990 https://www.airbnb.com/rooms/4322990 20170502172350 2017-05-03
## 17 15890220 https://www.airbnb.com/rooms/15890220 20170502172350 2017-05-03
## 18 15789525 https://www.airbnb.com/rooms/15789525 20170502172350 2017-05-03
## 19 1429687 https://www.airbnb.com/rooms/1429687 20170502172350 2017-05-03
## 20 9998783 https://www.airbnb.com/rooms/9998783 20170502172350 2017-05-03
## 21 624198 https://www.airbnb.com/rooms/624198 20170502172350 2017-05-03
## 22 15002273 https://www.airbnb.com/rooms/15002273 20170502172350 2017-05-03
## 23 6782780 https://www.airbnb.com/rooms/6782780 20170502172350 2017-05-03
## 24 2970386 https://www.airbnb.com/rooms/2970386 20170502172350 2017-05-03
## 25 17780968 https://www.airbnb.com/rooms/17780968 20170502172350 2017-05-03
## 26 6020465 https://www.airbnb.com/rooms/6020465 20170502172350 2017-05-03
## 27 13512965 https://www.airbnb.com/rooms/13512965 20170502172350 2017-05-03
## 28 5112456 https://www.airbnb.com/rooms/5112456 20170502172350 2017-05-02
## 29 16662011 https://www.airbnb.com/rooms/16662011 20170502172350 2017-05-03
## 30 9625434 https://www.airbnb.com/rooms/9625434 20170502172350 2017-05-03
## 31 11338902 https://www.airbnb.com/rooms/11338902 20170502172350 2017-05-02
## 32 11817975 https://www.airbnb.com/rooms/11817975 20170502172350 2017-05-03
## 33 17575147 https://www.airbnb.com/rooms/17575147 20170502172350 2017-05-03
## 34 15146736 https://www.airbnb.com/rooms/15146736 20170502172350 2017-05-03
## 35 2760374 https://www.airbnb.com/rooms/2760374 20170502172350 2017-05-03
## 36 3704589 https://www.airbnb.com/rooms/3704589 20170502172350 2017-05-03
## 37 12811612 https://www.airbnb.com/rooms/12811612 20170502172350 2017-05-03
## 38 15431326 https://www.airbnb.com/rooms/15431326 20170502172350 2017-05-03
## 39 16741578 https://www.airbnb.com/rooms/16741578 20170502172350 2017-05-03
## 40 218068 https://www.airbnb.com/rooms/218068 20170502172350 2017-05-03
## 41 15720837 https://www.airbnb.com/rooms/15720837 20170502172350 2017-05-03
## 42 14540094 https://www.airbnb.com/rooms/14540094 20170502172350 2017-05-03
## 43 13157778 https://www.airbnb.com/rooms/13157778 20170502172350 2017-05-03
## 44 9349734 https://www.airbnb.com/rooms/9349734 20170502172350 2017-05-04
## 45 14840348 https://www.airbnb.com/rooms/14840348 20170502172350 2017-05-04
## 46 10089999 https://www.airbnb.com/rooms/10089999 20170502172350 2017-05-03
## 47 17685215 https://www.airbnb.com/rooms/17685215 20170502172350 2017-05-03
## 48 15436457 https://www.airbnb.com/rooms/15436457 20170502172350 2017-05-03
## 49 2458893 https://www.airbnb.com/rooms/2458893 20170502172350 2017-05-03
## 50 3741352 https://www.airbnb.com/rooms/3741352 20170502172350 2017-05-03
## 51 2823209 https://www.airbnb.com/rooms/2823209 20170502172350 2017-05-03
## 52 3869319 https://www.airbnb.com/rooms/3869319 20170502172350 2017-05-02
## 53 5573050 https://www.airbnb.com/rooms/5573050 20170502172350 2017-05-02
## 54 18022793 https://www.airbnb.com/rooms/18022793 20170502172350 2017-05-02
## 55 7735593 https://www.airbnb.com/rooms/7735593 20170502172350 2017-05-02
## 56 15362579 https://www.airbnb.com/rooms/15362579 20170502172350 2017-05-03
## 57 9392604 https://www.airbnb.com/rooms/9392604 20170502172350 2017-05-03
## 58 15747712 https://www.airbnb.com/rooms/15747712 20170502172350 2017-05-03
## 59 7650687 https://www.airbnb.com/rooms/7650687 20170502172350 2017-05-03
## 60 2298233 https://www.airbnb.com/rooms/2298233 20170502172350 2017-05-03
## 61 8722853 https://www.airbnb.com/rooms/8722853 20170502172350 2017-05-03
## 62 356631 https://www.airbnb.com/rooms/356631 20170502172350 2017-05-03
## 63 6450468 https://www.airbnb.com/rooms/6450468 20170502172350 2017-05-03
## 64 13329111 https://www.airbnb.com/rooms/13329111 20170502172350 2017-05-03
## 65 11622826 https://www.airbnb.com/rooms/11622826 20170502172350 2017-05-03
## 66 18174737 https://www.airbnb.com/rooms/18174737 20170502172350 2017-05-03
## 67 15157570 https://www.airbnb.com/rooms/15157570 20170502172350 2017-05-03
## 68 4082268 https://www.airbnb.com/rooms/4082268 20170502172350 2017-05-03
## 69 12273310 https://www.airbnb.com/rooms/12273310 20170502172350 2017-05-03
## 70 4605739 https://www.airbnb.com/rooms/4605739 20170502172350 2017-05-03
## 71 3884136 https://www.airbnb.com/rooms/3884136 20170502172350 2017-05-03
## 72 8273583 https://www.airbnb.com/rooms/8273583 20170502172350 2017-05-03
## 73 16195015 https://www.airbnb.com/rooms/16195015 20170502172350 2017-05-03
## 74 8683399 https://www.airbnb.com/rooms/8683399 20170502172350 2017-05-03
## 75 17829984 https://www.airbnb.com/rooms/17829984 20170502172350 2017-05-03
## 76 3095253 https://www.airbnb.com/rooms/3095253 20170502172350 2017-05-03
## 77 5019705 https://www.airbnb.com/rooms/5019705 20170502172350 2017-05-03
## 78 7451212 https://www.airbnb.com/rooms/7451212 20170502172350 2017-05-03
## 79 16833240 https://www.airbnb.com/rooms/16833240 20170502172350 2017-05-03
## 80 15192613 https://www.airbnb.com/rooms/15192613 20170502172350 2017-05-03
## 81 7459002 https://www.airbnb.com/rooms/7459002 20170502172350 2017-05-03
## 82 14142728 https://www.airbnb.com/rooms/14142728 20170502172350 2017-05-03
## 83 11693299 https://www.airbnb.com/rooms/11693299 20170502172350 2017-05-03
## 84 12287668 https://www.airbnb.com/rooms/12287668 20170502172350 2017-05-03
## 85 12742621 https://www.airbnb.com/rooms/12742621 20170502172350 2017-05-03
## 86 18434405 https://www.airbnb.com/rooms/18434405 20170502172350 2017-05-03
## 87 4885382 https://www.airbnb.com/rooms/4885382 20170502172350 2017-05-03
## 88 15151990 https://www.airbnb.com/rooms/15151990 20170502172350 2017-05-03
## 89 3943631 https://www.airbnb.com/rooms/3943631 20170502172350 2017-05-03
## 90 12592334 https://www.airbnb.com/rooms/12592334 20170502172350 2017-05-03
## 91 6820285 https://www.airbnb.com/rooms/6820285 20170502172350 2017-05-03
## 92 8193880 https://www.airbnb.com/rooms/8193880 20170502172350 2017-05-02
## 93 13959886 https://www.airbnb.com/rooms/13959886 20170502172350 2017-05-02
## 94 5200962 https://www.airbnb.com/rooms/5200962 20170502172350 2017-05-03
## 95 17224209 https://www.airbnb.com/rooms/17224209 20170502172350 2017-05-03
## 96 14011946 https://www.airbnb.com/rooms/14011946 20170502172350 2017-05-03
## 97 13494163 https://www.airbnb.com/rooms/13494163 20170502172350 2017-05-03
## 98 5214613 https://www.airbnb.com/rooms/5214613 20170502172350 2017-05-03
## 99 13157326 https://www.airbnb.com/rooms/13157326 20170502172350 2017-05-03
## 100 18268929 https://www.airbnb.com/rooms/18268929 20170502172350 2017-05-03
## 101 17738258 https://www.airbnb.com/rooms/17738258 20170502172350 2017-05-04
## 102 15744290 https://www.airbnb.com/rooms/15744290 20170502172350 2017-05-04
## 103 14535346 https://www.airbnb.com/rooms/14535346 20170502172350 2017-05-03
## 104 13276066 https://www.airbnb.com/rooms/13276066 20170502172350 2017-05-03
## 105 16335893 https://www.airbnb.com/rooms/16335893 20170502172350 2017-05-03
## 106 15633311 https://www.airbnb.com/rooms/15633311 20170502172350 2017-05-03
## 107 6957359 https://www.airbnb.com/rooms/6957359 20170502172350 2017-05-03
## 108 16721044 https://www.airbnb.com/rooms/16721044 20170502172350 2017-05-03
## 109 7247779 https://www.airbnb.com/rooms/7247779 20170502172350 2017-05-03
## 110 12517380 https://www.airbnb.com/rooms/12517380 20170502172350 2017-05-02
## 111 17559870 https://www.airbnb.com/rooms/17559870 20170502172350 2017-05-03
## 112 16858374 https://www.airbnb.com/rooms/16858374 20170502172350 2017-05-03
## 113 11722379 https://www.airbnb.com/rooms/11722379 20170502172350 2017-05-03
## 114 15149296 https://www.airbnb.com/rooms/15149296 20170502172350 2017-05-02
## 115 17893275 https://www.airbnb.com/rooms/17893275 20170502172350 2017-05-03
## 116 15753721 https://www.airbnb.com/rooms/15753721 20170502172350 2017-05-03
## 117 14255431 https://www.airbnb.com/rooms/14255431 20170502172350 2017-05-03
## 118 12918215 https://www.airbnb.com/rooms/12918215 20170502172350 2017-05-03
## 119 10908309 https://www.airbnb.com/rooms/10908309 20170502172350 2017-05-03
## 120 13657742 https://www.airbnb.com/rooms/13657742 20170502172350 2017-05-03
## 121 18507181 https://www.airbnb.com/rooms/18507181 20170502172350 2017-05-03
## 122 14640082 https://www.airbnb.com/rooms/14640082 20170502172350 2017-05-03
## 123 17893098 https://www.airbnb.com/rooms/17893098 20170502172350 2017-05-02
## 124 3468869 https://www.airbnb.com/rooms/3468869 20170502172350 2017-05-03
## 125 9215842 https://www.airbnb.com/rooms/9215842 20170502172350 2017-05-03
## 126 9596694 https://www.airbnb.com/rooms/9596694 20170502172350 2017-05-03
## 127 18039047 https://www.airbnb.com/rooms/18039047 20170502172350 2017-05-03
## 128 16261769 https://www.airbnb.com/rooms/16261769 20170502172350 2017-05-03
## 129 11571391 https://www.airbnb.com/rooms/11571391 20170502172350 2017-05-03
## 130 15582871 https://www.airbnb.com/rooms/15582871 20170502172350 2017-05-03
## 131 16158202 https://www.airbnb.com/rooms/16158202 20170502172350 2017-05-03
## 132 1377450 https://www.airbnb.com/rooms/1377450 20170502172350 2017-05-02
## 133 14317685 https://www.airbnb.com/rooms/14317685 20170502172350 2017-05-03
## 134 13626289 https://www.airbnb.com/rooms/13626289 20170502172350 2017-05-03
## 135 17221679 https://www.airbnb.com/rooms/17221679 20170502172350 2017-05-03
## 136 18006141 https://www.airbnb.com/rooms/18006141 20170502172350 2017-05-03
## 137 15971922 https://www.airbnb.com/rooms/15971922 20170502172350 2017-05-03
## 138 3582396 https://www.airbnb.com/rooms/3582396 20170502172350 2017-05-03
## 139 15181808 https://www.airbnb.com/rooms/15181808 20170502172350 2017-05-03
## 140 16030505 https://www.airbnb.com/rooms/16030505 20170502172350 2017-05-03
## 141 16187195 https://www.airbnb.com/rooms/16187195 20170502172350 2017-05-03
## 142 9929658 https://www.airbnb.com/rooms/9929658 20170502172350 2017-05-03
## 143 15957168 https://www.airbnb.com/rooms/15957168 20170502172350 2017-05-03
## 144 16087307 https://www.airbnb.com/rooms/16087307 20170502172350 2017-05-03
## 145 11170594 https://www.airbnb.com/rooms/11170594 20170502172350 2017-05-03
## 146 13396812 https://www.airbnb.com/rooms/13396812 20170502172350 2017-05-03
## 147 14656113 https://www.airbnb.com/rooms/14656113 20170502172350 2017-05-03
## 148 16397087 https://www.airbnb.com/rooms/16397087 20170502172350 2017-05-03
## 149 11677993 https://www.airbnb.com/rooms/11677993 20170502172350 2017-05-03
## 150 11633831 https://www.airbnb.com/rooms/11633831 20170502172350 2017-05-03
## 151 11984924 https://www.airbnb.com/rooms/11984924 20170502172350 2017-05-03
## 152 5470104 https://www.airbnb.com/rooms/5470104 20170502172350 2017-05-03
## 153 5969549 https://www.airbnb.com/rooms/5969549 20170502172350 2017-05-03
## 154 11167198 https://www.airbnb.com/rooms/11167198 20170502172350 2017-05-03
## 155 7516062 https://www.airbnb.com/rooms/7516062 20170502172350 2017-05-03
## 156 18310169 https://www.airbnb.com/rooms/18310169 20170502172350 2017-05-03
## 157 6185114 https://www.airbnb.com/rooms/6185114 20170502172350 2017-05-03
## 158 17344078 https://www.airbnb.com/rooms/17344078 20170502172350 2017-05-03
## 159 13881363 https://www.airbnb.com/rooms/13881363 20170502172350 2017-05-03
## 160 17016639 https://www.airbnb.com/rooms/17016639 20170502172350 2017-05-03
## 161 17962862 https://www.airbnb.com/rooms/17962862 20170502172350 2017-05-03
## 162 5833002 https://www.airbnb.com/rooms/5833002 20170502172350 2017-05-02
## 163 16561024 https://www.airbnb.com/rooms/16561024 20170502172350 2017-05-03
## 164 17515087 https://www.airbnb.com/rooms/17515087 20170502172350 2017-05-03
## 165 8557707 https://www.airbnb.com/rooms/8557707 20170502172350 2017-05-03
## 166 9067131 https://www.airbnb.com/rooms/9067131 20170502172350 2017-05-03
## 167 16360868 https://www.airbnb.com/rooms/16360868 20170502172350 2017-05-03
## 168 17961573 https://www.airbnb.com/rooms/17961573 20170502172350 2017-05-03
## 169 8290371 https://www.airbnb.com/rooms/8290371 20170502172350 2017-05-03
## 170 17049316 https://www.airbnb.com/rooms/17049316 20170502172350 2017-05-03
## 171 10884760 https://www.airbnb.com/rooms/10884760 20170502172350 2017-05-03
## 172 18198474 https://www.airbnb.com/rooms/18198474 20170502172350 2017-05-03
## 173 10546210 https://www.airbnb.com/rooms/10546210 20170502172350 2017-05-03
## 174 16771625 https://www.airbnb.com/rooms/16771625 20170502172350 2017-05-03
## 175 14917435 https://www.airbnb.com/rooms/14917435 20170502172350 2017-05-03
## 176 13911043 https://www.airbnb.com/rooms/13911043 20170502172350 2017-05-03
## 177 6725028 https://www.airbnb.com/rooms/6725028 20170502172350 2017-05-03
## 178 8754204 https://www.airbnb.com/rooms/8754204 20170502172350 2017-05-03
## 179 11585557 https://www.airbnb.com/rooms/11585557 20170502172350 2017-05-03
## 180 16041366 https://www.airbnb.com/rooms/16041366 20170502172350 2017-05-03
## 181 16616546 https://www.airbnb.com/rooms/16616546 20170502172350 2017-05-03
## 182 18006177 https://www.airbnb.com/rooms/18006177 20170502172350 2017-05-03
## 183 15842471 https://www.airbnb.com/rooms/15842471 20170502172350 2017-05-03
## 184 3058677 https://www.airbnb.com/rooms/3058677 20170502172350 2017-05-03
## 185 8985646 https://www.airbnb.com/rooms/8985646 20170502172350 2017-05-03
## 186 14519275 https://www.airbnb.com/rooms/14519275 20170502172350 2017-05-03
## 187 2375169 https://www.airbnb.com/rooms/2375169 20170502172350 2017-05-03
## 188 17640171 https://www.airbnb.com/rooms/17640171 20170502172350 2017-05-03
## 189 15344463 https://www.airbnb.com/rooms/15344463 20170502172350 2017-05-03
## 190 18460137 https://www.airbnb.com/rooms/18460137 20170502172350 2017-05-03
## 191 7010414 https://www.airbnb.com/rooms/7010414 20170502172350 2017-05-03
## 192 11832306 https://www.airbnb.com/rooms/11832306 20170502172350 2017-05-03
## 193 1083873 https://www.airbnb.com/rooms/1083873 20170502172350 2017-05-03
## 194 13322577 https://www.airbnb.com/rooms/13322577 20170502172350 2017-05-03
## 195 12174430 https://www.airbnb.com/rooms/12174430 20170502172350 2017-05-03
## 196 17329077 https://www.airbnb.com/rooms/17329077 20170502172350 2017-05-03
## 197 1802843 https://www.airbnb.com/rooms/1802843 20170502172350 2017-05-03
## 198 15300902 https://www.airbnb.com/rooms/15300902 20170502172350 2017-05-03
## 199 9716316 https://www.airbnb.com/rooms/9716316 20170502172350 2017-05-03
## 200 17187028 https://www.airbnb.com/rooms/17187028 20170502172350 2017-05-03
## 201 14628145 https://www.airbnb.com/rooms/14628145 20170502172350 2017-05-03
## 202 15967338 https://www.airbnb.com/rooms/15967338 20170502172350 2017-05-03
## 203 13114388 https://www.airbnb.com/rooms/13114388 20170502172350 2017-05-03
## 204 4787435 https://www.airbnb.com/rooms/4787435 20170502172350 2017-05-03
## 205 16739342 https://www.airbnb.com/rooms/16739342 20170502172350 2017-05-03
## 206 5759708 https://www.airbnb.com/rooms/5759708 20170502172350 2017-05-03
## 207 17448477 https://www.airbnb.com/rooms/17448477 20170502172350 2017-05-03
## 208 11821628 https://www.airbnb.com/rooms/11821628 20170502172350 2017-05-03
## 209 17959508 https://www.airbnb.com/rooms/17959508 20170502172350 2017-05-03
## 210 16987685 https://www.airbnb.com/rooms/16987685 20170502172350 2017-05-03
## 211 6888674 https://www.airbnb.com/rooms/6888674 20170502172350 2017-05-03
## 212 2560924 https://www.airbnb.com/rooms/2560924 20170502172350 2017-05-03
## 213 16809773 https://www.airbnb.com/rooms/16809773 20170502172350 2017-05-03
## 214 1686929 https://www.airbnb.com/rooms/1686929 20170502172350 2017-05-03
## 215 6809448 https://www.airbnb.com/rooms/6809448 20170502172350 2017-05-03
## 216 18255461 https://www.airbnb.com/rooms/18255461 20170502172350 2017-05-03
## 217 12954789 https://www.airbnb.com/rooms/12954789 20170502172350 2017-05-04
## 218 10680489 https://www.airbnb.com/rooms/10680489 20170502172350 2017-05-03
## 219 11781684 https://www.airbnb.com/rooms/11781684 20170502172350 2017-05-03
## 220 12092416 https://www.airbnb.com/rooms/12092416 20170502172350 2017-05-03
## 221 2846684 https://www.airbnb.com/rooms/2846684 20170502172350 2017-05-03
## 222 4351704 https://www.airbnb.com/rooms/4351704 20170502172350 2017-05-03
## 223 16966630 https://www.airbnb.com/rooms/16966630 20170502172350 2017-05-03
## 224 15409453 https://www.airbnb.com/rooms/15409453 20170502172350 2017-05-03
## 225 3282179 https://www.airbnb.com/rooms/3282179 20170502172350 2017-05-03
## 226 13360706 https://www.airbnb.com/rooms/13360706 20170502172350 2017-05-03
## 227 5395473 https://www.airbnb.com/rooms/5395473 20170502172350 2017-05-03
## 228 13467086 https://www.airbnb.com/rooms/13467086 20170502172350 2017-05-03
## 229 5412278 https://www.airbnb.com/rooms/5412278 20170502172350 2017-05-03
## 230 4512418 https://www.airbnb.com/rooms/4512418 20170502172350 2017-05-03
## 231 16690947 https://www.airbnb.com/rooms/16690947 20170502172350 2017-05-03
## 232 7621649 https://www.airbnb.com/rooms/7621649 20170502172350 2017-05-03
## 233 8901752 https://www.airbnb.com/rooms/8901752 20170502172350 2017-05-03
## 234 15555464 https://www.airbnb.com/rooms/15555464 20170502172350 2017-05-03
## 235 18296232 https://www.airbnb.com/rooms/18296232 20170502172350 2017-05-03
## 236 5292580 https://www.airbnb.com/rooms/5292580 20170502172350 2017-05-03
## 237 14204465 https://www.airbnb.com/rooms/14204465 20170502172350 2017-05-03
## 238 11180744 https://www.airbnb.com/rooms/11180744 20170502172350 2017-05-03
## 239 14127470 https://www.airbnb.com/rooms/14127470 20170502172350 2017-05-03
## 240 8461879 https://www.airbnb.com/rooms/8461879 20170502172350 2017-05-03
## 241 4311740 https://www.airbnb.com/rooms/4311740 20170502172350 2017-05-03
## 242 18046693 https://www.airbnb.com/rooms/18046693 20170502172350 2017-05-03
## 243 9446863 https://www.airbnb.com/rooms/9446863 20170502172350 2017-05-03
## 244 2023847 https://www.airbnb.com/rooms/2023847 20170502172350 2017-05-03
## 245 15148130 https://www.airbnb.com/rooms/15148130 20170502172350 2017-05-03
## 246 16033235 https://www.airbnb.com/rooms/16033235 20170502172350 2017-05-03
## 247 15148661 https://www.airbnb.com/rooms/15148661 20170502172350 2017-05-03
## 248 25445 https://www.airbnb.com/rooms/25445 20170502172350 2017-05-03
## 249 15379632 https://www.airbnb.com/rooms/15379632 20170502172350 2017-05-04
## 250 3931791 https://www.airbnb.com/rooms/3931791 20170502172350 2017-05-03
## 251 9341748 https://www.airbnb.com/rooms/9341748 20170502172350 2017-05-03
## 252 2181389 https://www.airbnb.com/rooms/2181389 20170502172350 2017-05-03
## 253 15986526 https://www.airbnb.com/rooms/15986526 20170502172350 2017-05-03
## 254 12184636 https://www.airbnb.com/rooms/12184636 20170502172350 2017-05-03
## 255 10886737 https://www.airbnb.com/rooms/10886737 20170502172350 2017-05-03
## 256 565733 https://www.airbnb.com/rooms/565733 20170502172350 2017-05-03
## 257 13802881 https://www.airbnb.com/rooms/13802881 20170502172350 2017-05-03
## 258 6392361 https://www.airbnb.com/rooms/6392361 20170502172350 2017-05-03
## 259 6678745 https://www.airbnb.com/rooms/6678745 20170502172350 2017-05-03
## 260 13815366 https://www.airbnb.com/rooms/13815366 20170502172350 2017-05-03
## 261 15973945 https://www.airbnb.com/rooms/15973945 20170502172350 2017-05-03
## 262 5945253 https://www.airbnb.com/rooms/5945253 20170502172350 2017-05-03
## 263 15446481 https://www.airbnb.com/rooms/15446481 20170502172350 2017-05-03
## 264 13084706 https://www.airbnb.com/rooms/13084706 20170502172350 2017-05-03
## 265 4900356 https://www.airbnb.com/rooms/4900356 20170502172350 2017-05-03
## 266 15128366 https://www.airbnb.com/rooms/15128366 20170502172350 2017-05-03
## 267 15861653 https://www.airbnb.com/rooms/15861653 20170502172350 2017-05-02
## 268 1751908 https://www.airbnb.com/rooms/1751908 20170502172350 2017-05-02
## 269 17421826 https://www.airbnb.com/rooms/17421826 20170502172350 2017-05-03
## 270 8672155 https://www.airbnb.com/rooms/8672155 20170502172350 2017-05-03
## 271 13734592 https://www.airbnb.com/rooms/13734592 20170502172350 2017-05-03
## 272 585362 https://www.airbnb.com/rooms/585362 20170502172350 2017-05-03
## 273 244472 https://www.airbnb.com/rooms/244472 20170502172350 2017-05-03
## 274 15234489 https://www.airbnb.com/rooms/15234489 20170502172350 2017-05-03
## 275 3698738 https://www.airbnb.com/rooms/3698738 20170502172350 2017-05-03
## 276 17572161 https://www.airbnb.com/rooms/17572161 20170502172350 2017-05-03
## 277 14306064 https://www.airbnb.com/rooms/14306064 20170502172350 2017-05-03
## 278 10371574 https://www.airbnb.com/rooms/10371574 20170502172350 2017-05-03
## 279 5992851 https://www.airbnb.com/rooms/5992851 20170502172350 2017-05-03
## 280 15083608 https://www.airbnb.com/rooms/15083608 20170502172350 2017-05-03
## 281 11745201 https://www.airbnb.com/rooms/11745201 20170502172350 2017-05-03
## 282 6884891 https://www.airbnb.com/rooms/6884891 20170502172350 2017-05-03
## 283 17961134 https://www.airbnb.com/rooms/17961134 20170502172350 2017-05-03
## 284 4325638 https://www.airbnb.com/rooms/4325638 20170502172350 2017-05-03
## 285 17026474 https://www.airbnb.com/rooms/17026474 20170502172350 2017-05-03
## 286 11612857 https://www.airbnb.com/rooms/11612857 20170502172350 2017-05-03
## 287 44062 https://www.airbnb.com/rooms/44062 20170502172350 2017-05-03
## 288 9317857 https://www.airbnb.com/rooms/9317857 20170502172350 2017-05-03
## 289 4795828 https://www.airbnb.com/rooms/4795828 20170502172350 2017-05-03
## 290 3812771 https://www.airbnb.com/rooms/3812771 20170502172350 2017-05-03
## 291 4730678 https://www.airbnb.com/rooms/4730678 20170502172350 2017-05-03
## 292 6184887 https://www.airbnb.com/rooms/6184887 20170502172350 2017-05-03
## 293 4073934 https://www.airbnb.com/rooms/4073934 20170502172350 2017-05-03
## 294 5384977 https://www.airbnb.com/rooms/5384977 20170502172350 2017-05-03
## 295 2038938 https://www.airbnb.com/rooms/2038938 20170502172350 2017-05-03
## 296 18008313 https://www.airbnb.com/rooms/18008313 20170502172350 2017-05-03
## 297 3105393 https://www.airbnb.com/rooms/3105393 20170502172350 2017-05-02
## 298 9216587 https://www.airbnb.com/rooms/9216587 20170502172350 2017-05-03
## 299 15377293 https://www.airbnb.com/rooms/15377293 20170502172350 2017-05-03
## 300 7603074 https://www.airbnb.com/rooms/7603074 20170502172350 2017-05-02
## 301 9498360 https://www.airbnb.com/rooms/9498360 20170502172350 2017-05-03
## 302 17207872 https://www.airbnb.com/rooms/17207872 20170502172350 2017-05-03
## 303 13746947 https://www.airbnb.com/rooms/13746947 20170502172350 2017-05-03
## 304 5423486 https://www.airbnb.com/rooms/5423486 20170502172350 2017-05-03
## 305 17366087 https://www.airbnb.com/rooms/17366087 20170502172350 2017-05-03
## 306 5917876 https://www.airbnb.com/rooms/5917876 20170502172350 2017-05-03
## 307 13732467 https://www.airbnb.com/rooms/13732467 20170502172350 2017-05-03
## 308 14430192 https://www.airbnb.com/rooms/14430192 20170502172350 2017-05-03
## 309 11418974 https://www.airbnb.com/rooms/11418974 20170502172350 2017-05-03
## 310 14801602 https://www.airbnb.com/rooms/14801602 20170502172350 2017-05-03
## 311 17638752 https://www.airbnb.com/rooms/17638752 20170502172350 2017-05-03
## 312 10015050 https://www.airbnb.com/rooms/10015050 20170502172350 2017-05-03
## 313 15125761 https://www.airbnb.com/rooms/15125761 20170502172350 2017-05-03
## 314 7328956 https://www.airbnb.com/rooms/7328956 20170502172350 2017-05-03
## 315 17416504 https://www.airbnb.com/rooms/17416504 20170502172350 2017-05-03
## 316 5748509 https://www.airbnb.com/rooms/5748509 20170502172350 2017-05-03
## 317 912991 https://www.airbnb.com/rooms/912991 20170502172350 2017-05-03
## 318 18125563 https://www.airbnb.com/rooms/18125563 20170502172350 2017-05-03
## 319 16144842 https://www.airbnb.com/rooms/16144842 20170502172350 2017-05-03
## 320 14302400 https://www.airbnb.com/rooms/14302400 20170502172350 2017-05-03
## 321 14102563 https://www.airbnb.com/rooms/14102563 20170502172350 2017-05-03
## 322 6956327 https://www.airbnb.com/rooms/6956327 20170502172350 2017-05-03
## 323 842161 https://www.airbnb.com/rooms/842161 20170502172350 2017-05-03
## 324 8018120 https://www.airbnb.com/rooms/8018120 20170502172350 2017-05-03
## 325 12291850 https://www.airbnb.com/rooms/12291850 20170502172350 2017-05-03
## 326 8846583 https://www.airbnb.com/rooms/8846583 20170502172350 2017-05-03
## 327 9942097 https://www.airbnb.com/rooms/9942097 20170502172350 2017-05-03
## 328 13082409 https://www.airbnb.com/rooms/13082409 20170502172350 2017-05-03
## 329 8555096 https://www.airbnb.com/rooms/8555096 20170502172350 2017-05-03
## 330 17041907 https://www.airbnb.com/rooms/17041907 20170502172350 2017-05-02
## 331 6782490 https://www.airbnb.com/rooms/6782490 20170502172350 2017-05-03
## 332 14691530 https://www.airbnb.com/rooms/14691530 20170502172350 2017-05-03
## 333 4025562 https://www.airbnb.com/rooms/4025562 20170502172350 2017-05-03
## 334 13319010 https://www.airbnb.com/rooms/13319010 20170502172350 2017-05-03
## 335 7345804 https://www.airbnb.com/rooms/7345804 20170502172350 2017-05-03
## 336 13942488 https://www.airbnb.com/rooms/13942488 20170502172350 2017-05-03
## 337 12672866 https://www.airbnb.com/rooms/12672866 20170502172350 2017-05-03
## 338 17711866 https://www.airbnb.com/rooms/17711866 20170502172350 2017-05-03
## 339 12741428 https://www.airbnb.com/rooms/12741428 20170502172350 2017-05-03
## 340 18041726 https://www.airbnb.com/rooms/18041726 20170502172350 2017-05-03
## 341 9067426 https://www.airbnb.com/rooms/9067426 20170502172350 2017-05-03
## 342 9877808 https://www.airbnb.com/rooms/9877808 20170502172350 2017-05-03
## 343 9845703 https://www.airbnb.com/rooms/9845703 20170502172350 2017-05-03
## 344 18490918 https://www.airbnb.com/rooms/18490918 20170502172350 2017-05-03
## 345 17704293 https://www.airbnb.com/rooms/17704293 20170502172350 2017-05-03
## 346 5703390 https://www.airbnb.com/rooms/5703390 20170502172350 2017-05-03
## 347 7680552 https://www.airbnb.com/rooms/7680552 20170502172350 2017-05-03
## 348 4596007 https://www.airbnb.com/rooms/4596007 20170502172350 2017-05-03
## 349 7149332 https://www.airbnb.com/rooms/7149332 20170502172350 2017-05-03
## 350 12291996 https://www.airbnb.com/rooms/12291996 20170502172350 2017-05-03
## 351 3101728 https://www.airbnb.com/rooms/3101728 20170502172350 2017-05-03
## 352 1557228 https://www.airbnb.com/rooms/1557228 20170502172350 2017-05-03
## 353 1718074 https://www.airbnb.com/rooms/1718074 20170502172350 2017-05-03
## 354 6466935 https://www.airbnb.com/rooms/6466935 20170502172350 2017-05-03
## 355 9634697 https://www.airbnb.com/rooms/9634697 20170502172350 2017-05-02
## 356 1945096 https://www.airbnb.com/rooms/1945096 20170502172350 2017-05-03
## 357 9098519 https://www.airbnb.com/rooms/9098519 20170502172350 2017-05-03
## 358 17666289 https://www.airbnb.com/rooms/17666289 20170502172350 2017-05-03
## 359 7442592 https://www.airbnb.com/rooms/7442592 20170502172350 2017-05-03
## 360 9533489 https://www.airbnb.com/rooms/9533489 20170502172350 2017-05-03
## 361 14709106 https://www.airbnb.com/rooms/14709106 20170502172350 2017-05-03
## 362 16014573 https://www.airbnb.com/rooms/16014573 20170502172350 2017-05-03
## 363 16245671 https://www.airbnb.com/rooms/16245671 20170502172350 2017-05-03
## 364 11570517 https://www.airbnb.com/rooms/11570517 20170502172350 2017-05-03
## 365 699556 https://www.airbnb.com/rooms/699556 20170502172350 2017-05-04
## 366 9863241 https://www.airbnb.com/rooms/9863241 20170502172350 2017-05-03
## 367 8194294 https://www.airbnb.com/rooms/8194294 20170502172350 2017-05-02
## 368 4706190 https://www.airbnb.com/rooms/4706190 20170502172350 2017-05-03
## 369 1297940 https://www.airbnb.com/rooms/1297940 20170502172350 2017-05-03
## 370 4393470 https://www.airbnb.com/rooms/4393470 20170502172350 2017-05-03
## 371 13771201 https://www.airbnb.com/rooms/13771201 20170502172350 2017-05-03
## 372 5902930 https://www.airbnb.com/rooms/5902930 20170502172350 2017-05-03
## 373 15315082 https://www.airbnb.com/rooms/15315082 20170502172350 2017-05-03
## 374 14694144 https://www.airbnb.com/rooms/14694144 20170502172350 2017-05-03
## 375 7751018 https://www.airbnb.com/rooms/7751018 20170502172350 2017-05-03
## 376 14825632 https://www.airbnb.com/rooms/14825632 20170502172350 2017-05-03
## 377 6715059 https://www.airbnb.com/rooms/6715059 20170502172350 2017-05-03
## 378 18229115 https://www.airbnb.com/rooms/18229115 20170502172350 2017-05-03
## 379 3201408 https://www.airbnb.com/rooms/3201408 20170502172350 2017-05-02
## 380 16547766 https://www.airbnb.com/rooms/16547766 20170502172350 2017-05-03
## 381 15133237 https://www.airbnb.com/rooms/15133237 20170502172350 2017-05-03
## 382 18120849 https://www.airbnb.com/rooms/18120849 20170502172350 2017-05-03
## 383 10475990 https://www.airbnb.com/rooms/10475990 20170502172350 2017-05-03
## 384 6824153 https://www.airbnb.com/rooms/6824153 20170502172350 2017-05-03
## 385 15860185 https://www.airbnb.com/rooms/15860185 20170502172350 2017-05-02
## 386 15807842 https://www.airbnb.com/rooms/15807842 20170502172350 2017-05-03
## 387 18054342 https://www.airbnb.com/rooms/18054342 20170502172350 2017-05-03
## 388 4809530 https://www.airbnb.com/rooms/4809530 20170502172350 2017-05-03
## 389 15022194 https://www.airbnb.com/rooms/15022194 20170502172350 2017-05-03
## 390 13310795 https://www.airbnb.com/rooms/13310795 20170502172350 2017-05-03
## 391 17511342 https://www.airbnb.com/rooms/17511342 20170502172350 2017-05-03
## 392 1556311 https://www.airbnb.com/rooms/1556311 20170502172350 2017-05-03
## 393 1288452 https://www.airbnb.com/rooms/1288452 20170502172350 2017-05-03
## 394 17109831 https://www.airbnb.com/rooms/17109831 20170502172350 2017-05-03
## 395 7607736 https://www.airbnb.com/rooms/7607736 20170502172350 2017-05-03
## 396 7986902 https://www.airbnb.com/rooms/7986902 20170502172350 2017-05-03
## 397 14554785 https://www.airbnb.com/rooms/14554785 20170502172350 2017-05-03
## 398 3673290 https://www.airbnb.com/rooms/3673290 20170502172350 2017-05-03
## 399 4550062 https://www.airbnb.com/rooms/4550062 20170502172350 2017-05-02
## 400 17850722 https://www.airbnb.com/rooms/17850722 20170502172350 2017-05-03
## 401 2070648 https://www.airbnb.com/rooms/2070648 20170502172350 2017-05-03
## 402 6015521 https://www.airbnb.com/rooms/6015521 20170502172350 2017-05-03
## 403 13800319 https://www.airbnb.com/rooms/13800319 20170502172350 2017-05-03
## 404 16791611 https://www.airbnb.com/rooms/16791611 20170502172350 2017-05-03
## 405 13360327 https://www.airbnb.com/rooms/13360327 20170502172350 2017-05-03
## 406 11015182 https://www.airbnb.com/rooms/11015182 20170502172350 2017-05-03
## 407 15206471 https://www.airbnb.com/rooms/15206471 20170502172350 2017-05-02
## 408 13531151 https://www.airbnb.com/rooms/13531151 20170502172350 2017-05-03
## 409 17111978 https://www.airbnb.com/rooms/17111978 20170502172350 2017-05-03
## 410 8523729 https://www.airbnb.com/rooms/8523729 20170502172350 2017-05-03
## 411 11727675 https://www.airbnb.com/rooms/11727675 20170502172350 2017-05-03
## 412 8721903 https://www.airbnb.com/rooms/8721903 20170502172350 2017-05-03
## 413 18201886 https://www.airbnb.com/rooms/18201886 20170502172350 2017-05-03
## 414 15148838 https://www.airbnb.com/rooms/15148838 20170502172350 2017-05-03
## 415 18212722 https://www.airbnb.com/rooms/18212722 20170502172350 2017-05-03
## 416 16426089 https://www.airbnb.com/rooms/16426089 20170502172350 2017-05-03
## 417 4482050 https://www.airbnb.com/rooms/4482050 20170502172350 2017-05-03
## 418 17025795 https://www.airbnb.com/rooms/17025795 20170502172350 2017-05-03
## 419 14745471 https://www.airbnb.com/rooms/14745471 20170502172350 2017-05-03
## 420 14089118 https://www.airbnb.com/rooms/14089118 20170502172350 2017-05-03
## 421 15718664 https://www.airbnb.com/rooms/15718664 20170502172350 2017-05-03
## 422 9879588 https://www.airbnb.com/rooms/9879588 20170502172350 2017-05-03
## 423 17811463 https://www.airbnb.com/rooms/17811463 20170502172350 2017-05-03
## 424 8569066 https://www.airbnb.com/rooms/8569066 20170502172350 2017-05-03
## 425 4422840 https://www.airbnb.com/rooms/4422840 20170502172350 2017-05-03
## 426 6318187 https://www.airbnb.com/rooms/6318187 20170502172350 2017-05-03
## 427 2637065 https://www.airbnb.com/rooms/2637065 20170502172350 2017-05-03
## 428 12602972 https://www.airbnb.com/rooms/12602972 20170502172350 2017-05-03
## 429 12208881 https://www.airbnb.com/rooms/12208881 20170502172350 2017-05-03
## 430 13190642 https://www.airbnb.com/rooms/13190642 20170502172350 2017-05-03
## 431 13773066 https://www.airbnb.com/rooms/13773066 20170502172350 2017-05-03
## 432 13731539 https://www.airbnb.com/rooms/13731539 20170502172350 2017-05-03
## 433 17840108 https://www.airbnb.com/rooms/17840108 20170502172350 2017-05-03
## 434 17863981 https://www.airbnb.com/rooms/17863981 20170502172350 2017-05-03
## 435 13465310 https://www.airbnb.com/rooms/13465310 20170502172350 2017-05-03
## 436 18075014 https://www.airbnb.com/rooms/18075014 20170502172350 2017-05-03
## 437 2228693 https://www.airbnb.com/rooms/2228693 20170502172350 2017-05-02
## 438 9199513 https://www.airbnb.com/rooms/9199513 20170502172350 2017-05-03
## 439 10441042 https://www.airbnb.com/rooms/10441042 20170502172350 2017-05-03
## 440 14536666 https://www.airbnb.com/rooms/14536666 20170502172350 2017-05-03
## 441 16376848 https://www.airbnb.com/rooms/16376848 20170502172350 2017-05-03
## 442 778687 https://www.airbnb.com/rooms/778687 20170502172350 2017-05-03
## 443 13175199 https://www.airbnb.com/rooms/13175199 20170502172350 2017-05-02
## 444 15131806 https://www.airbnb.com/rooms/15131806 20170502172350 2017-05-03
## 445 18077682 https://www.airbnb.com/rooms/18077682 20170502172350 2017-05-03
## 446 5153022 https://www.airbnb.com/rooms/5153022 20170502172350 2017-05-03
## 447 46900 https://www.airbnb.com/rooms/46900 20170502172350 2017-05-03
## 448 17528679 https://www.airbnb.com/rooms/17528679 20170502172350 2017-05-03
## 449 9775642 https://www.airbnb.com/rooms/9775642 20170502172350 2017-05-03
## 450 13769476 https://www.airbnb.com/rooms/13769476 20170502172350 2017-05-03
## 451 11605415 https://www.airbnb.com/rooms/11605415 20170502172350 2017-05-03
## 452 16221891 https://www.airbnb.com/rooms/16221891 20170502172350 2017-05-03
## 453 1080947 https://www.airbnb.com/rooms/1080947 20170502172350 2017-05-03
## 454 17923073 https://www.airbnb.com/rooms/17923073 20170502172350 2017-05-03
## 455 12627455 https://www.airbnb.com/rooms/12627455 20170502172350 2017-05-03
## 456 16884487 https://www.airbnb.com/rooms/16884487 20170502172350 2017-05-03
## 457 14821131 https://www.airbnb.com/rooms/14821131 20170502172350 2017-05-03
## 458 17865517 https://www.airbnb.com/rooms/17865517 20170502172350 2017-05-03
## 459 12814880 https://www.airbnb.com/rooms/12814880 20170502172350 2017-05-03
## 460 5884952 https://www.airbnb.com/rooms/5884952 20170502172350 2017-05-03
## 461 2784096 https://www.airbnb.com/rooms/2784096 20170502172350 2017-05-03
## 462 16599206 https://www.airbnb.com/rooms/16599206 20170502172350 2017-05-03
## 463 1869249 https://www.airbnb.com/rooms/1869249 20170502172350 2017-05-03
## 464 4491403 https://www.airbnb.com/rooms/4491403 20170502172350 2017-05-03
## 465 1914160 https://www.airbnb.com/rooms/1914160 20170502172350 2017-05-03
## 466 18392195 https://www.airbnb.com/rooms/18392195 20170502172350 2017-05-03
## 467 9824768 https://www.airbnb.com/rooms/9824768 20170502172350 2017-05-03
## 468 17798943 https://www.airbnb.com/rooms/17798943 20170502172350 2017-05-03
## 469 11758214 https://www.airbnb.com/rooms/11758214 20170502172350 2017-05-03
## 470 16084384 https://www.airbnb.com/rooms/16084384 20170502172350 2017-05-03
## 471 16822035 https://www.airbnb.com/rooms/16822035 20170502172350 2017-05-03
## 472 12830558 https://www.airbnb.com/rooms/12830558 20170502172350 2017-05-03
## 473 18222981 https://www.airbnb.com/rooms/18222981 20170502172350 2017-05-03
## 474 18368441 https://www.airbnb.com/rooms/18368441 20170502172350 2017-05-03
## 475 13914781 https://www.airbnb.com/rooms/13914781 20170502172350 2017-05-03
## 476 18471533 https://www.airbnb.com/rooms/18471533 20170502172350 2017-05-03
## 477 17225972 https://www.airbnb.com/rooms/17225972 20170502172350 2017-05-03
## 478 11847799 https://www.airbnb.com/rooms/11847799 20170502172350 2017-05-03
## 479 7653991 https://www.airbnb.com/rooms/7653991 20170502172350 2017-05-03
## 480 13090825 https://www.airbnb.com/rooms/13090825 20170502172350 2017-05-03
## 481 5616987 https://www.airbnb.com/rooms/5616987 20170502172350 2017-05-03
## 482 12953567 https://www.airbnb.com/rooms/12953567 20170502172350 2017-05-03
## 483 18386382 https://www.airbnb.com/rooms/18386382 20170502172350 2017-05-03
## 484 17860932 https://www.airbnb.com/rooms/17860932 20170502172350 2017-05-03
## 485 8487910 https://www.airbnb.com/rooms/8487910 20170502172350 2017-05-03
## 486 14319899 https://www.airbnb.com/rooms/14319899 20170502172350 2017-05-03
## 487 14254319 https://www.airbnb.com/rooms/14254319 20170502172350 2017-05-03
## 488 17266782 https://www.airbnb.com/rooms/17266782 20170502172350 2017-05-03
## 489 13065228 https://www.airbnb.com/rooms/13065228 20170502172350 2017-05-03
## 490 5659754 https://www.airbnb.com/rooms/5659754 20170502172350 2017-05-03
## 491 2381117 https://www.airbnb.com/rooms/2381117 20170502172350 2017-05-03
## 492 3101504 https://www.airbnb.com/rooms/3101504 20170502172350 2017-05-03
## 493 8669550 https://www.airbnb.com/rooms/8669550 20170502172350 2017-05-03
## 494 16597039 https://www.airbnb.com/rooms/16597039 20170502172350 2017-05-03
## 495 12009825 https://www.airbnb.com/rooms/12009825 20170502172350 2017-05-03
## 496 13508924 https://www.airbnb.com/rooms/13508924 20170502172350 2017-05-03
## 497 6871468 https://www.airbnb.com/rooms/6871468 20170502172350 2017-05-03
## 498 12267664 https://www.airbnb.com/rooms/12267664 20170502172350 2017-05-03
## 499 18360889 https://www.airbnb.com/rooms/18360889 20170502172350 2017-05-03
## 500 13766679 https://www.airbnb.com/rooms/13766679 20170502172350 2017-05-03
## 501 6749145 https://www.airbnb.com/rooms/6749145 20170502172350 2017-05-03
## 502 46699 https://www.airbnb.com/rooms/46699 20170502172350 2017-05-03
## 503 12073528 https://www.airbnb.com/rooms/12073528 20170502172350 2017-05-03
## 504 12566931 https://www.airbnb.com/rooms/12566931 20170502172350 2017-05-03
## 505 15721641 https://www.airbnb.com/rooms/15721641 20170502172350 2017-05-03
## 506 5671891 https://www.airbnb.com/rooms/5671891 20170502172350 2017-05-03
## 507 12344684 https://www.airbnb.com/rooms/12344684 20170502172350 2017-05-04
## 508 12566209 https://www.airbnb.com/rooms/12566209 20170502172350 2017-05-03
## 509 2815041 https://www.airbnb.com/rooms/2815041 20170502172350 2017-05-03
## 510 9213338 https://www.airbnb.com/rooms/9213338 20170502172350 2017-05-03
## 511 9139920 https://www.airbnb.com/rooms/9139920 20170502172350 2017-05-03
## 512 14323257 https://www.airbnb.com/rooms/14323257 20170502172350 2017-05-03
## 513 72465 https://www.airbnb.com/rooms/72465 20170502172350 2017-05-03
## 514 17765677 https://www.airbnb.com/rooms/17765677 20170502172350 2017-05-03
## 515 5386734 https://www.airbnb.com/rooms/5386734 20170502172350 2017-05-03
## 516 18253672 https://www.airbnb.com/rooms/18253672 20170502172350 2017-05-03
## 517 11526899 https://www.airbnb.com/rooms/11526899 20170502172350 2017-05-03
## 518 16394149 https://www.airbnb.com/rooms/16394149 20170502172350 2017-05-03
## 519 18111278 https://www.airbnb.com/rooms/18111278 20170502172350 2017-05-03
## 520 16471501 https://www.airbnb.com/rooms/16471501 20170502172350 2017-05-03
## 521 6902714 https://www.airbnb.com/rooms/6902714 20170502172350 2017-05-03
## 522 2466639 https://www.airbnb.com/rooms/2466639 20170502172350 2017-05-03
## 523 18426357 https://www.airbnb.com/rooms/18426357 20170502172350 2017-05-03
## 524 13528873 https://www.airbnb.com/rooms/13528873 20170502172350 2017-05-03
## 525 11360976 https://www.airbnb.com/rooms/11360976 20170502172350 2017-05-03
## 526 12590774 https://www.airbnb.com/rooms/12590774 20170502172350 2017-05-03
## 527 18025145 https://www.airbnb.com/rooms/18025145 20170502172350 2017-05-03
## 528 15075095 https://www.airbnb.com/rooms/15075095 20170502172350 2017-05-02
## 529 9436135 https://www.airbnb.com/rooms/9436135 20170502172350 2017-05-03
## 530 8519546 https://www.airbnb.com/rooms/8519546 20170502172350 2017-05-03
## 531 16164435 https://www.airbnb.com/rooms/16164435 20170502172350 2017-05-03
## 532 7577594 https://www.airbnb.com/rooms/7577594 20170502172350 2017-05-03
## 533 10189188 https://www.airbnb.com/rooms/10189188 20170502172350 2017-05-03
## 534 10380872 https://www.airbnb.com/rooms/10380872 20170502172350 2017-05-03
## 535 18417304 https://www.airbnb.com/rooms/18417304 20170502172350 2017-05-03
## 536 3082686 https://www.airbnb.com/rooms/3082686 20170502172350 2017-05-03
## 537 8520311 https://www.airbnb.com/rooms/8520311 20170502172350 2017-05-02
## 538 13033732 https://www.airbnb.com/rooms/13033732 20170502172350 2017-05-03
## 539 17138832 https://www.airbnb.com/rooms/17138832 20170502172350 2017-05-03
## 540 18416151 https://www.airbnb.com/rooms/18416151 20170502172350 2017-05-02
## 541 17573681 https://www.airbnb.com/rooms/17573681 20170502172350 2017-05-03
## 542 2533733 https://www.airbnb.com/rooms/2533733 20170502172350 2017-05-03
## 543 716954 https://www.airbnb.com/rooms/716954 20170502172350 2017-05-03
## 544 9476994 https://www.airbnb.com/rooms/9476994 20170502172350 2017-05-03
## 545 10120327 https://www.airbnb.com/rooms/10120327 20170502172350 2017-05-03
## 546 3768758 https://www.airbnb.com/rooms/3768758 20170502172350 2017-05-03
## 547 17981413 https://www.airbnb.com/rooms/17981413 20170502172350 2017-05-03
## 548 17780912 https://www.airbnb.com/rooms/17780912 20170502172350 2017-05-03
## 549 16532384 https://www.airbnb.com/rooms/16532384 20170502172350 2017-05-03
## 550 16073789 https://www.airbnb.com/rooms/16073789 20170502172350 2017-05-03
## 551 6033731 https://www.airbnb.com/rooms/6033731 20170502172350 2017-05-03
## 552 7462630 https://www.airbnb.com/rooms/7462630 20170502172350 2017-05-03
## 553 4130093 https://www.airbnb.com/rooms/4130093 20170502172350 2017-05-03
## 554 4198953 https://www.airbnb.com/rooms/4198953 20170502172350 2017-05-03
## 555 16144293 https://www.airbnb.com/rooms/16144293 20170502172350 2017-05-03
## 556 6954857 https://www.airbnb.com/rooms/6954857 20170502172350 2017-05-03
## 557 162047 https://www.airbnb.com/rooms/162047 20170502172350 2017-05-03
## 558 16244717 https://www.airbnb.com/rooms/16244717 20170502172350 2017-05-03
## 559 17738573 https://www.airbnb.com/rooms/17738573 20170502172350 2017-05-02
## 560 6812222 https://www.airbnb.com/rooms/6812222 20170502172350 2017-05-03
## 561 14472117 https://www.airbnb.com/rooms/14472117 20170502172350 2017-05-03
## 562 12359992 https://www.airbnb.com/rooms/12359992 20170502172350 2017-05-03
## 563 3489553 https://www.airbnb.com/rooms/3489553 20170502172350 2017-05-03
## 564 5162305 https://www.airbnb.com/rooms/5162305 20170502172350 2017-05-03
## 565 8371094 https://www.airbnb.com/rooms/8371094 20170502172350 2017-05-03
## 566 3371332 https://www.airbnb.com/rooms/3371332 20170502172350 2017-05-03
## 567 8940151 https://www.airbnb.com/rooms/8940151 20170502172350 2017-05-03
## 568 5326508 https://www.airbnb.com/rooms/5326508 20170502172350 2017-05-03
## 569 12591612 https://www.airbnb.com/rooms/12591612 20170502172350 2017-05-03
## 570 5309281 https://www.airbnb.com/rooms/5309281 20170502172350 2017-05-02
## 571 10366626 https://www.airbnb.com/rooms/10366626 20170502172350 2017-05-03
## 572 3447736 https://www.airbnb.com/rooms/3447736 20170502172350 2017-05-03
## 573 13625891 https://www.airbnb.com/rooms/13625891 20170502172350 2017-05-03
## 574 18038281 https://www.airbnb.com/rooms/18038281 20170502172350 2017-05-03
## 575 8290197 https://www.airbnb.com/rooms/8290197 20170502172350 2017-05-03
## 576 17590030 https://www.airbnb.com/rooms/17590030 20170502172350 2017-05-03
## 577 4351173 https://www.airbnb.com/rooms/4351173 20170502172350 2017-05-03
## 578 9996398 https://www.airbnb.com/rooms/9996398 20170502172350 2017-05-03
## 579 3939383 https://www.airbnb.com/rooms/3939383 20170502172350 2017-05-03
## 580 18486723 https://www.airbnb.com/rooms/18486723 20170502172350 2017-05-03
## 581 14790439 https://www.airbnb.com/rooms/14790439 20170502172350 2017-05-03
## 582 16818582 https://www.airbnb.com/rooms/16818582 20170502172350 2017-05-03
## 583 6749597 https://www.airbnb.com/rooms/6749597 20170502172350 2017-05-03
## 584 13688403 https://www.airbnb.com/rooms/13688403 20170502172350 2017-05-03
## 585 10285370 https://www.airbnb.com/rooms/10285370 20170502172350 2017-05-03
## 586 6264072 https://www.airbnb.com/rooms/6264072 20170502172350 2017-05-03
## 587 17978412 https://www.airbnb.com/rooms/17978412 20170502172350 2017-05-03
## 588 7803232 https://www.airbnb.com/rooms/7803232 20170502172350 2017-05-03
## 589 17304145 https://www.airbnb.com/rooms/17304145 20170502172350 2017-05-02
## 590 15037285 https://www.airbnb.com/rooms/15037285 20170502172350 2017-05-03
## 591 506041 https://www.airbnb.com/rooms/506041 20170502172350 2017-05-03
## 592 9996413 https://www.airbnb.com/rooms/9996413 20170502172350 2017-05-03
## 593 7071880 https://www.airbnb.com/rooms/7071880 20170502172350 2017-05-03
## 594 13188999 https://www.airbnb.com/rooms/13188999 20170502172350 2017-05-03
## 595 11718653 https://www.airbnb.com/rooms/11718653 20170502172350 2017-05-03
## 596 345430 https://www.airbnb.com/rooms/345430 20170502172350 2017-05-03
## 597 3862242 https://www.airbnb.com/rooms/3862242 20170502172350 2017-05-03
## 598 14694999 https://www.airbnb.com/rooms/14694999 20170502172350 2017-05-03
## 599 2895795 https://www.airbnb.com/rooms/2895795 20170502172350 2017-05-03
## 600 13376741 https://www.airbnb.com/rooms/13376741 20170502172350 2017-05-03
## 601 18010247 https://www.airbnb.com/rooms/18010247 20170502172350 2017-05-02
## 602 15073872 https://www.airbnb.com/rooms/15073872 20170502172350 2017-05-02
## 603 16050962 https://www.airbnb.com/rooms/16050962 20170502172350 2017-05-03
## 604 12608098 https://www.airbnb.com/rooms/12608098 20170502172350 2017-05-03
## 605 4661686 https://www.airbnb.com/rooms/4661686 20170502172350 2017-05-03
## 606 13297815 https://www.airbnb.com/rooms/13297815 20170502172350 2017-05-03
## 607 3741226 https://www.airbnb.com/rooms/3741226 20170502172350 2017-05-03
## 608 13224642 https://www.airbnb.com/rooms/13224642 20170502172350 2017-05-03
## 609 5258940 https://www.airbnb.com/rooms/5258940 20170502172350 2017-05-03
## 610 9960247 https://www.airbnb.com/rooms/9960247 20170502172350 2017-05-03
## 611 10122365 https://www.airbnb.com/rooms/10122365 20170502172350 2017-05-03
## 612 8571061 https://www.airbnb.com/rooms/8571061 20170502172350 2017-05-03
## 613 15133822 https://www.airbnb.com/rooms/15133822 20170502172350 2017-05-03
## 614 7381657 https://www.airbnb.com/rooms/7381657 20170502172350 2017-05-03
## 615 14043916 https://www.airbnb.com/rooms/14043916 20170502172350 2017-05-03
## 616 1725463 https://www.airbnb.com/rooms/1725463 20170502172350 2017-05-03
## 617 17654749 https://www.airbnb.com/rooms/17654749 20170502172350 2017-05-03
## 618 15887658 https://www.airbnb.com/rooms/15887658 20170502172350 2017-05-03
## 619 8756640 https://www.airbnb.com/rooms/8756640 20170502172350 2017-05-03
## 620 8867364 https://www.airbnb.com/rooms/8867364 20170502172350 2017-05-03
## 621 6031691 https://www.airbnb.com/rooms/6031691 20170502172350 2017-05-03
## 622 3655721 https://www.airbnb.com/rooms/3655721 20170502172350 2017-05-03
## 623 15020324 https://www.airbnb.com/rooms/15020324 20170502172350 2017-05-03
## 624 10038250 https://www.airbnb.com/rooms/10038250 20170502172350 2017-05-03
## 625 16262990 https://www.airbnb.com/rooms/16262990 20170502172350 2017-05-03
## 626 4662327 https://www.airbnb.com/rooms/4662327 20170502172350 2017-05-03
## 627 16391929 https://www.airbnb.com/rooms/16391929 20170502172350 2017-05-03
## 628 8987171 https://www.airbnb.com/rooms/8987171 20170502172350 2017-05-03
## 629 18094571 https://www.airbnb.com/rooms/18094571 20170502172350 2017-05-03
## 630 18418922 https://www.airbnb.com/rooms/18418922 20170502172350 2017-05-03
## 631 15593130 https://www.airbnb.com/rooms/15593130 20170502172350 2017-05-03
## 632 10755228 https://www.airbnb.com/rooms/10755228 20170502172350 2017-05-03
## 633 9566350 https://www.airbnb.com/rooms/9566350 20170502172350 2017-05-03
## 634 14231795 https://www.airbnb.com/rooms/14231795 20170502172350 2017-05-03
## 635 15405600 https://www.airbnb.com/rooms/15405600 20170502172350 2017-05-03
## 636 13283316 https://www.airbnb.com/rooms/13283316 20170502172350 2017-05-03
## 637 13961408 https://www.airbnb.com/rooms/13961408 20170502172350 2017-05-02
## 638 9589366 https://www.airbnb.com/rooms/9589366 20170502172350 2017-05-03
## 639 18141001 https://www.airbnb.com/rooms/18141001 20170502172350 2017-05-03
## 640 3116534 https://www.airbnb.com/rooms/3116534 20170502172350 2017-05-03
## 641 15116193 https://www.airbnb.com/rooms/15116193 20170502172350 2017-05-04
## 642 4565877 https://www.airbnb.com/rooms/4565877 20170502172350 2017-05-04
## 643 3962864 https://www.airbnb.com/rooms/3962864 20170502172350 2017-05-03
## 644 11532617 https://www.airbnb.com/rooms/11532617 20170502172350 2017-05-03
## 645 11827652 https://www.airbnb.com/rooms/11827652 20170502172350 2017-05-03
## 646 15299255 https://www.airbnb.com/rooms/15299255 20170502172350 2017-05-03
## 647 14315015 https://www.airbnb.com/rooms/14315015 20170502172350 2017-05-03
## 648 18160774 https://www.airbnb.com/rooms/18160774 20170502172350 2017-05-03
## 649 18489558 https://www.airbnb.com/rooms/18489558 20170502172350 2017-05-03
## 650 18362191 https://www.airbnb.com/rooms/18362191 20170502172350 2017-05-03
## 651 3478179 https://www.airbnb.com/rooms/3478179 20170502172350 2017-05-03
## 652 10564544 https://www.airbnb.com/rooms/10564544 20170502172350 2017-05-03
## 653 5170312 https://www.airbnb.com/rooms/5170312 20170502172350 2017-05-03
## 654 8595268 https://www.airbnb.com/rooms/8595268 20170502172350 2017-05-03
## 655 9082534 https://www.airbnb.com/rooms/9082534 20170502172350 2017-05-03
## 656 17463360 https://www.airbnb.com/rooms/17463360 20170502172350 2017-05-03
## 657 5345729 https://www.airbnb.com/rooms/5345729 20170502172350 2017-05-03
## 658 5631470 https://www.airbnb.com/rooms/5631470 20170502172350 2017-05-03
## 659 13140739 https://www.airbnb.com/rooms/13140739 20170502172350 2017-05-03
## 660 18225085 https://www.airbnb.com/rooms/18225085 20170502172350 2017-05-03
## 661 15099924 https://www.airbnb.com/rooms/15099924 20170502172350 2017-05-03
## 662 6727503 https://www.airbnb.com/rooms/6727503 20170502172350 2017-05-03
## 663 6851640 https://www.airbnb.com/rooms/6851640 20170502172350 2017-05-03
## 664 17255673 https://www.airbnb.com/rooms/17255673 20170502172350 2017-05-03
## 665 11808329 https://www.airbnb.com/rooms/11808329 20170502172350 2017-05-03
## 666 11120152 https://www.airbnb.com/rooms/11120152 20170502172350 2017-05-03
## 667 6750883 https://www.airbnb.com/rooms/6750883 20170502172350 2017-05-02
## 668 5359639 https://www.airbnb.com/rooms/5359639 20170502172350 2017-05-03
## 669 13263542 https://www.airbnb.com/rooms/13263542 20170502172350 2017-05-03
## 670 17450050 https://www.airbnb.com/rooms/17450050 20170502172350 2017-05-03
## 671 14515892 https://www.airbnb.com/rooms/14515892 20170502172350 2017-05-03
## 672 6746716 https://www.airbnb.com/rooms/6746716 20170502172350 2017-05-03
## 673 8751750 https://www.airbnb.com/rooms/8751750 20170502172350 2017-05-03
## 674 3368926 https://www.airbnb.com/rooms/3368926 20170502172350 2017-05-03
## 675 5709365 https://www.airbnb.com/rooms/5709365 20170502172350 2017-05-03
## 676 17964596 https://www.airbnb.com/rooms/17964596 20170502172350 2017-05-03
## 677 1081059 https://www.airbnb.com/rooms/1081059 20170502172350 2017-05-03
## 678 16083506 https://www.airbnb.com/rooms/16083506 20170502172350 2017-05-03
## 679 13580835 https://www.airbnb.com/rooms/13580835 20170502172350 2017-05-03
## 680 16039371 https://www.airbnb.com/rooms/16039371 20170502172350 2017-05-03
## 681 15761069 https://www.airbnb.com/rooms/15761069 20170502172350 2017-05-03
## 682 11345612 https://www.airbnb.com/rooms/11345612 20170502172350 2017-05-03
## 683 17590768 https://www.airbnb.com/rooms/17590768 20170502172350 2017-05-03
## 684 17604998 https://www.airbnb.com/rooms/17604998 20170502172350 2017-05-03
## 685 7986513 https://www.airbnb.com/rooms/7986513 20170502172350 2017-05-03
## 686 17545953 https://www.airbnb.com/rooms/17545953 20170502172350 2017-05-03
## 687 14656251 https://www.airbnb.com/rooms/14656251 20170502172350 2017-05-03
## 688 14875612 https://www.airbnb.com/rooms/14875612 20170502172350 2017-05-03
## 689 14501153 https://www.airbnb.com/rooms/14501153 20170502172350 2017-05-03
## 690 18428230 https://www.airbnb.com/rooms/18428230 20170502172350 2017-05-03
## 691 18417997 https://www.airbnb.com/rooms/18417997 20170502172350 2017-05-02
## 692 10043502 https://www.airbnb.com/rooms/10043502 20170502172350 2017-05-03
## 693 13747567 https://www.airbnb.com/rooms/13747567 20170502172350 2017-05-03
## 694 17730877 https://www.airbnb.com/rooms/17730877 20170502172350 2017-05-03
## 695 9415923 https://www.airbnb.com/rooms/9415923 20170502172350 2017-05-04
## 696 17740480 https://www.airbnb.com/rooms/17740480 20170502172350 2017-05-03
## 697 6091491 https://www.airbnb.com/rooms/6091491 20170502172350 2017-05-03
## 698 16159498 https://www.airbnb.com/rooms/16159498 20170502172350 2017-05-03
## 699 14119078 https://www.airbnb.com/rooms/14119078 20170502172350 2017-05-03
## 700 5717023 https://www.airbnb.com/rooms/5717023 20170502172350 2017-05-03
## 701 18107484 https://www.airbnb.com/rooms/18107484 20170502172350 2017-05-03
## 702 13541749 https://www.airbnb.com/rooms/13541749 20170502172350 2017-05-03
## 703 17188734 https://www.airbnb.com/rooms/17188734 20170502172350 2017-05-03
## 704 2058290 https://www.airbnb.com/rooms/2058290 20170502172350 2017-05-03
## 705 5568749 https://www.airbnb.com/rooms/5568749 20170502172350 2017-05-03
## 706 15269783 https://www.airbnb.com/rooms/15269783 20170502172350 2017-05-03
## 707 9859878 https://www.airbnb.com/rooms/9859878 20170502172350 2017-05-03
## 708 12287675 https://www.airbnb.com/rooms/12287675 20170502172350 2017-05-03
## 709 13358057 https://www.airbnb.com/rooms/13358057 20170502172350 2017-05-03
## 710 11910247 https://www.airbnb.com/rooms/11910247 20170502172350 2017-05-03
## 711 7513680 https://www.airbnb.com/rooms/7513680 20170502172350 2017-05-03
## 712 15113277 https://www.airbnb.com/rooms/15113277 20170502172350 2017-05-03
## 713 11046680 https://www.airbnb.com/rooms/11046680 20170502172350 2017-05-03
## 714 16025710 https://www.airbnb.com/rooms/16025710 20170502172350 2017-05-03
## 715 10414699 https://www.airbnb.com/rooms/10414699 20170502172350 2017-05-03
## 716 17592063 https://www.airbnb.com/rooms/17592063 20170502172350 2017-05-03
## 717 16017624 https://www.airbnb.com/rooms/16017624 20170502172350 2017-05-03
## 718 1074359 https://www.airbnb.com/rooms/1074359 20170502172350 2017-05-03
## 719 7431725 https://www.airbnb.com/rooms/7431725 20170502172350 2017-05-03
## 720 1212983 https://www.airbnb.com/rooms/1212983 20170502172350 2017-05-03
## 721 3696140 https://www.airbnb.com/rooms/3696140 20170502172350 2017-05-03
## 722 12734158 https://www.airbnb.com/rooms/12734158 20170502172350 2017-05-03
## 723 3615906 https://www.airbnb.com/rooms/3615906 20170502172350 2017-05-03
## 724 15087174 https://www.airbnb.com/rooms/15087174 20170502172350 2017-05-03
## 725 1089293 https://www.airbnb.com/rooms/1089293 20170502172350 2017-05-03
## 726 8267176 https://www.airbnb.com/rooms/8267176 20170502172350 2017-05-03
## 727 13356616 https://www.airbnb.com/rooms/13356616 20170502172350 2017-05-03
## 728 15182467 https://www.airbnb.com/rooms/15182467 20170502172350 2017-05-03
## 729 16115090 https://www.airbnb.com/rooms/16115090 20170502172350 2017-05-03
## 730 18080411 https://www.airbnb.com/rooms/18080411 20170502172350 2017-05-03
## 731 13223695 https://www.airbnb.com/rooms/13223695 20170502172350 2017-05-03
## 732 14125651 https://www.airbnb.com/rooms/14125651 20170502172350 2017-05-03
## 733 5477397 https://www.airbnb.com/rooms/5477397 20170502172350 2017-05-03
## 734 17402486 https://www.airbnb.com/rooms/17402486 20170502172350 2017-05-03
## 735 17591266 https://www.airbnb.com/rooms/17591266 20170502172350 2017-05-03
## 736 18490512 https://www.airbnb.com/rooms/18490512 20170502172350 2017-05-03
## 737 4527218 https://www.airbnb.com/rooms/4527218 20170502172350 2017-05-03
## 738 17448180 https://www.airbnb.com/rooms/17448180 20170502172350 2017-05-03
## 739 16480202 https://www.airbnb.com/rooms/16480202 20170502172350 2017-05-03
## 740 9967076 https://www.airbnb.com/rooms/9967076 20170502172350 2017-05-03
## 741 15511992 https://www.airbnb.com/rooms/15511992 20170502172350 2017-05-03
## 742 2451658 https://www.airbnb.com/rooms/2451658 20170502172350 2017-05-03
## 743 17749444 https://www.airbnb.com/rooms/17749444 20170502172350 2017-05-03
## 744 14920207 https://www.airbnb.com/rooms/14920207 20170502172350 2017-05-03
## 745 4015029 https://www.airbnb.com/rooms/4015029 20170502172350 2017-05-03
## 746 6800071 https://www.airbnb.com/rooms/6800071 20170502172350 2017-05-03
## 747 4316799 https://www.airbnb.com/rooms/4316799 20170502172350 2017-05-03
## 748 4068682 https://www.airbnb.com/rooms/4068682 20170502172350 2017-05-03
## 749 1905849 https://www.airbnb.com/rooms/1905849 20170502172350 2017-05-03
## 750 17957475 https://www.airbnb.com/rooms/17957475 20170502172350 2017-05-02
## 751 16288205 https://www.airbnb.com/rooms/16288205 20170502172350 2017-05-03
## 752 16242420 https://www.airbnb.com/rooms/16242420 20170502172350 2017-05-03
## 753 18432940 https://www.airbnb.com/rooms/18432940 20170502172350 2017-05-03
## 754 2346712 https://www.airbnb.com/rooms/2346712 20170502172350 2017-05-03
## 755 679695 https://www.airbnb.com/rooms/679695 20170502172350 2017-05-03
## 756 12168198 https://www.airbnb.com/rooms/12168198 20170502172350 2017-05-04
## 757 16257065 https://www.airbnb.com/rooms/16257065 20170502172350 2017-05-03
## 758 16605797 https://www.airbnb.com/rooms/16605797 20170502172350 2017-05-03
## 759 9597573 https://www.airbnb.com/rooms/9597573 20170502172350 2017-05-03
## 760 15888389 https://www.airbnb.com/rooms/15888389 20170502172350 2017-05-03
## 761 16601707 https://www.airbnb.com/rooms/16601707 20170502172350 2017-05-03
## 762 11463960 https://www.airbnb.com/rooms/11463960 20170502172350 2017-05-03
## 763 16976369 https://www.airbnb.com/rooms/16976369 20170502172350 2017-05-02
## 764 12805905 https://www.airbnb.com/rooms/12805905 20170502172350 2017-05-03
## 765 13226712 https://www.airbnb.com/rooms/13226712 20170502172350 2017-05-03
## 766 8169714 https://www.airbnb.com/rooms/8169714 20170502172350 2017-05-03
## 767 16895063 https://www.airbnb.com/rooms/16895063 20170502172350 2017-05-03
## 768 18449412 https://www.airbnb.com/rooms/18449412 20170502172350 2017-05-03
## 769 14126849 https://www.airbnb.com/rooms/14126849 20170502172350 2017-05-03
## 770 11719359 https://www.airbnb.com/rooms/11719359 20170502172350 2017-05-03
## 771 18052533 https://www.airbnb.com/rooms/18052533 20170502172350 2017-05-03
## 772 8669406 https://www.airbnb.com/rooms/8669406 20170502172350 2017-05-03
## 773 5307406 https://www.airbnb.com/rooms/5307406 20170502172350 2017-05-03
## 774 10996064 https://www.airbnb.com/rooms/10996064 20170502172350 2017-05-03
## 775 17405042 https://www.airbnb.com/rooms/17405042 20170502172350 2017-05-03
## 776 2101644 https://www.airbnb.com/rooms/2101644 20170502172350 2017-05-03
## 777 9450734 https://www.airbnb.com/rooms/9450734 20170502172350 2017-05-03
## 778 4227008 https://www.airbnb.com/rooms/4227008 20170502172350 2017-05-03
## 779 7966195 https://www.airbnb.com/rooms/7966195 20170502172350 2017-05-03
## 780 17702246 https://www.airbnb.com/rooms/17702246 20170502172350 2017-05-03
## 781 17281199 https://www.airbnb.com/rooms/17281199 20170502172350 2017-05-03
## 782 10614152 https://www.airbnb.com/rooms/10614152 20170502172350 2017-05-03
## 783 12759104 https://www.airbnb.com/rooms/12759104 20170502172350 2017-05-03
## 784 12955386 https://www.airbnb.com/rooms/12955386 20170502172350 2017-05-03
## 785 16312899 https://www.airbnb.com/rooms/16312899 20170502172350 2017-05-03
## 786 11992657 https://www.airbnb.com/rooms/11992657 20170502172350 2017-05-03
## 787 16103540 https://www.airbnb.com/rooms/16103540 20170502172350 2017-05-03
## 788 14072071 https://www.airbnb.com/rooms/14072071 20170502172350 2017-05-03
## 789 16114125 https://www.airbnb.com/rooms/16114125 20170502172350 2017-05-03
## 790 11680622 https://www.airbnb.com/rooms/11680622 20170502172350 2017-05-03
## 791 6494262 https://www.airbnb.com/rooms/6494262 20170502172350 2017-05-03
## 792 18487065 https://www.airbnb.com/rooms/18487065 20170502172350 2017-05-03
## 793 18062839 https://www.airbnb.com/rooms/18062839 20170502172350 2017-05-03
## 794 8292371 https://www.airbnb.com/rooms/8292371 20170502172350 2017-05-03
## 795 5395797 https://www.airbnb.com/rooms/5395797 20170502172350 2017-05-03
## 796 9090616 https://www.airbnb.com/rooms/9090616 20170502172350 2017-05-03
## 797 7790115 https://www.airbnb.com/rooms/7790115 20170502172350 2017-05-03
## 798 2412813 https://www.airbnb.com/rooms/2412813 20170502172350 2017-05-03
## 799 7183259 https://www.airbnb.com/rooms/7183259 20170502172350 2017-05-03
## 800 7384592 https://www.airbnb.com/rooms/7384592 20170502172350 2017-05-03
## 801 892059 https://www.airbnb.com/rooms/892059 20170502172350 2017-05-03
## 802 6916912 https://www.airbnb.com/rooms/6916912 20170502172350 2017-05-03
## 803 1673192 https://www.airbnb.com/rooms/1673192 20170502172350 2017-05-03
## 804 14712562 https://www.airbnb.com/rooms/14712562 20170502172350 2017-05-03
## 805 7289478 https://www.airbnb.com/rooms/7289478 20170502172350 2017-05-03
## 806 3810839 https://www.airbnb.com/rooms/3810839 20170502172350 2017-05-03
## 807 16196311 https://www.airbnb.com/rooms/16196311 20170502172350 2017-05-03
## 808 16056901 https://www.airbnb.com/rooms/16056901 20170502172350 2017-05-02
## 809 2752583 https://www.airbnb.com/rooms/2752583 20170502172350 2017-05-02
## 810 18316798 https://www.airbnb.com/rooms/18316798 20170502172350 2017-05-03
## 811 15399593 https://www.airbnb.com/rooms/15399593 20170502172350 2017-05-03
## 812 883674 https://www.airbnb.com/rooms/883674 20170502172350 2017-05-03
## 813 2008966 https://www.airbnb.com/rooms/2008966 20170502172350 2017-05-03
## 814 12019920 https://www.airbnb.com/rooms/12019920 20170502172350 2017-05-03
## 815 17685096 https://www.airbnb.com/rooms/17685096 20170502172350 2017-05-03
## 816 12520314 https://www.airbnb.com/rooms/12520314 20170502172350 2017-05-03
## 817 738178 https://www.airbnb.com/rooms/738178 20170502172350 2017-05-03
## 818 9888066 https://www.airbnb.com/rooms/9888066 20170502172350 2017-05-03
## 819 17940714 https://www.airbnb.com/rooms/17940714 20170502172350 2017-05-03
## 820 13005599 https://www.airbnb.com/rooms/13005599 20170502172350 2017-05-03
## 821 13266485 https://www.airbnb.com/rooms/13266485 20170502172350 2017-05-03
## 822 15741993 https://www.airbnb.com/rooms/15741993 20170502172350 2017-05-03
## 823 602514 https://www.airbnb.com/rooms/602514 20170502172350 2017-05-03
## 824 7416214 https://www.airbnb.com/rooms/7416214 20170502172350 2017-05-03
## 825 16260618 https://www.airbnb.com/rooms/16260618 20170502172350 2017-05-03
## 826 14658022 https://www.airbnb.com/rooms/14658022 20170502172350 2017-05-04
## 827 15760836 https://www.airbnb.com/rooms/15760836 20170502172350 2017-05-03
## 828 6045926 https://www.airbnb.com/rooms/6045926 20170502172350 2017-05-03
## 829 6591601 https://www.airbnb.com/rooms/6591601 20170502172350 2017-05-03
## 830 14338690 https://www.airbnb.com/rooms/14338690 20170502172350 2017-05-03
## 831 15452191 https://www.airbnb.com/rooms/15452191 20170502172350 2017-05-03
## 832 12952489 https://www.airbnb.com/rooms/12952489 20170502172350 2017-05-03
## 833 16315924 https://www.airbnb.com/rooms/16315924 20170502172350 2017-05-03
## 834 11314270 https://www.airbnb.com/rooms/11314270 20170502172350 2017-05-03
## 835 9479582 https://www.airbnb.com/rooms/9479582 20170502172350 2017-05-03
## 836 5874592 https://www.airbnb.com/rooms/5874592 20170502172350 2017-05-03
## 837 17209872 https://www.airbnb.com/rooms/17209872 20170502172350 2017-05-03
## 838 13799576 https://www.airbnb.com/rooms/13799576 20170502172350 2017-05-03
## 839 295659 https://www.airbnb.com/rooms/295659 20170502172350 2017-05-03
## 840 17268885 https://www.airbnb.com/rooms/17268885 20170502172350 2017-05-03
## 841 3638792 https://www.airbnb.com/rooms/3638792 20170502172350 2017-05-03
## 842 8550801 https://www.airbnb.com/rooms/8550801 20170502172350 2017-05-03
## 843 13726404 https://www.airbnb.com/rooms/13726404 20170502172350 2017-05-03
## 844 18442998 https://www.airbnb.com/rooms/18442998 20170502172350 2017-05-03
## 845 10575510 https://www.airbnb.com/rooms/10575510 20170502172350 2017-05-03
## 846 2906508 https://www.airbnb.com/rooms/2906508 20170502172350 2017-05-03
## 847 12970643 https://www.airbnb.com/rooms/12970643 20170502172350 2017-05-03
## 848 3773682 https://www.airbnb.com/rooms/3773682 20170502172350 2017-05-03
## 849 16861760 https://www.airbnb.com/rooms/16861760 20170502172350 2017-05-03
## 850 5881570 https://www.airbnb.com/rooms/5881570 20170502172350 2017-05-03
## 851 5668641 https://www.airbnb.com/rooms/5668641 20170502172350 2017-05-03
## 852 7404171 https://www.airbnb.com/rooms/7404171 20170502172350 2017-05-03
## 853 14611551 https://www.airbnb.com/rooms/14611551 20170502172350 2017-05-03
## 854 3472192 https://www.airbnb.com/rooms/3472192 20170502172350 2017-05-03
## 855 6524543 https://www.airbnb.com/rooms/6524543 20170502172350 2017-05-03
## 856 16346909 https://www.airbnb.com/rooms/16346909 20170502172350 2017-05-03
## 857 13474446 https://www.airbnb.com/rooms/13474446 20170502172350 2017-05-03
## 858 9548246 https://www.airbnb.com/rooms/9548246 20170502172350 2017-05-03
## 859 9609088 https://www.airbnb.com/rooms/9609088 20170502172350 2017-05-03
## 860 15902331 https://www.airbnb.com/rooms/15902331 20170502172350 2017-05-03
## 861 11444324 https://www.airbnb.com/rooms/11444324 20170502172350 2017-05-03
## 862 2899146 https://www.airbnb.com/rooms/2899146 20170502172350 2017-05-03
## 863 9303700 https://www.airbnb.com/rooms/9303700 20170502172350 2017-05-03
## 864 6936951 https://www.airbnb.com/rooms/6936951 20170502172350 2017-05-03
## 865 3790513 https://www.airbnb.com/rooms/3790513 20170502172350 2017-05-03
## 866 11357222 https://www.airbnb.com/rooms/11357222 20170502172350 2017-05-03
## 867 14523805 https://www.airbnb.com/rooms/14523805 20170502172350 2017-05-03
## 868 16415484 https://www.airbnb.com/rooms/16415484 20170502172350 2017-05-03
## 869 13625083 https://www.airbnb.com/rooms/13625083 20170502172350 2017-05-03
## 870 9329726 https://www.airbnb.com/rooms/9329726 20170502172350 2017-05-03
## 871 16259495 https://www.airbnb.com/rooms/16259495 20170502172350 2017-05-03
## 872 5938249 https://www.airbnb.com/rooms/5938249 20170502172350 2017-05-03
## 873 5440621 https://www.airbnb.com/rooms/5440621 20170502172350 2017-05-02
## 874 18120475 https://www.airbnb.com/rooms/18120475 20170502172350 2017-05-03
## 875 16779165 https://www.airbnb.com/rooms/16779165 20170502172350 2017-05-02
## 876 15023813 https://www.airbnb.com/rooms/15023813 20170502172350 2017-05-03
## 877 14387880 https://www.airbnb.com/rooms/14387880 20170502172350 2017-05-03
## 878 2393220 https://www.airbnb.com/rooms/2393220 20170502172350 2017-05-03
## 879 18314981 https://www.airbnb.com/rooms/18314981 20170502172350 2017-05-03
## 880 15143124 https://www.airbnb.com/rooms/15143124 20170502172350 2017-05-03
## 881 6800994 https://www.airbnb.com/rooms/6800994 20170502172350 2017-05-03
## 882 7239386 https://www.airbnb.com/rooms/7239386 20170502172350 2017-05-03
## 883 10570000 https://www.airbnb.com/rooms/10570000 20170502172350 2017-05-03
## 884 4776256 https://www.airbnb.com/rooms/4776256 20170502172350 2017-05-03
## 885 14555325 https://www.airbnb.com/rooms/14555325 20170502172350 2017-05-03
## 886 10253966 https://www.airbnb.com/rooms/10253966 20170502172350 2017-05-03
## 887 13362818 https://www.airbnb.com/rooms/13362818 20170502172350 2017-05-03
## 888 12212983 https://www.airbnb.com/rooms/12212983 20170502172350 2017-05-03
## 889 6752704 https://www.airbnb.com/rooms/6752704 20170502172350 2017-05-02
## 890 15117473 https://www.airbnb.com/rooms/15117473 20170502172350 2017-05-04
## 891 456664 https://www.airbnb.com/rooms/456664 20170502172350 2017-05-03
## 892 4438876 https://www.airbnb.com/rooms/4438876 20170502172350 2017-05-03
## 893 12891416 https://www.airbnb.com/rooms/12891416 20170502172350 2017-05-03
## 894 14390237 https://www.airbnb.com/rooms/14390237 20170502172350 2017-05-03
## 895 11420330 https://www.airbnb.com/rooms/11420330 20170502172350 2017-05-03
## 896 416651 https://www.airbnb.com/rooms/416651 20170502172350 2017-05-03
## 897 1849717 https://www.airbnb.com/rooms/1849717 20170502172350 2017-05-03
## 898 16663960 https://www.airbnb.com/rooms/16663960 20170502172350 2017-05-03
## 899 1970321 https://www.airbnb.com/rooms/1970321 20170502172350 2017-05-03
## 900 14558410 https://www.airbnb.com/rooms/14558410 20170502172350 2017-05-03
## 901 4332953 https://www.airbnb.com/rooms/4332953 20170502172350 2017-05-03
## 902 16915116 https://www.airbnb.com/rooms/16915116 20170502172350 2017-05-03
## 903 17499633 https://www.airbnb.com/rooms/17499633 20170502172350 2017-05-02
## 904 16456128 https://www.airbnb.com/rooms/16456128 20170502172350 2017-05-03
## 905 14953496 https://www.airbnb.com/rooms/14953496 20170502172350 2017-05-03
## 906 17946053 https://www.airbnb.com/rooms/17946053 20170502172350 2017-05-02
## 907 13264057 https://www.airbnb.com/rooms/13264057 20170502172350 2017-05-03
## 908 8110327 https://www.airbnb.com/rooms/8110327 20170502172350 2017-05-03
## 909 17850548 https://www.airbnb.com/rooms/17850548 20170502172350 2017-05-03
## 910 17866336 https://www.airbnb.com/rooms/17866336 20170502172350 2017-05-03
## 911 17144816 https://www.airbnb.com/rooms/17144816 20170502172350 2017-05-03
## 912 18415088 https://www.airbnb.com/rooms/18415088 20170502172350 2017-05-03
## 913 17335062 https://www.airbnb.com/rooms/17335062 20170502172350 2017-05-04
## 914 15591031 https://www.airbnb.com/rooms/15591031 20170502172350 2017-05-03
## 915 4257529 https://www.airbnb.com/rooms/4257529 20170502172350 2017-05-03
## 916 15449100 https://www.airbnb.com/rooms/15449100 20170502172350 2017-05-03
## 917 6143225 https://www.airbnb.com/rooms/6143225 20170502172350 2017-05-03
## 918 9331582 https://www.airbnb.com/rooms/9331582 20170502172350 2017-05-03
## 919 18506613 https://www.airbnb.com/rooms/18506613 20170502172350 2017-05-03
## 920 12710838 https://www.airbnb.com/rooms/12710838 20170502172350 2017-05-03
## 921 18193845 https://www.airbnb.com/rooms/18193845 20170502172350 2017-05-03
## 922 6390227 https://www.airbnb.com/rooms/6390227 20170502172350 2017-05-03
## 923 16429976 https://www.airbnb.com/rooms/16429976 20170502172350 2017-05-03
## 924 13883581 https://www.airbnb.com/rooms/13883581 20170502172350 2017-05-03
## 925 14196610 https://www.airbnb.com/rooms/14196610 20170502172350 2017-05-03
## 926 16797210 https://www.airbnb.com/rooms/16797210 20170502172350 2017-05-03
## 927 14042940 https://www.airbnb.com/rooms/14042940 20170502172350 2017-05-03
## 928 9185117 https://www.airbnb.com/rooms/9185117 20170502172350 2017-05-03
## 929 553648 https://www.airbnb.com/rooms/553648 20170502172350 2017-05-03
## 930 6249215 https://www.airbnb.com/rooms/6249215 20170502172350 2017-05-03
## 931 18492585 https://www.airbnb.com/rooms/18492585 20170502172350 2017-05-03
## 932 16660233 https://www.airbnb.com/rooms/16660233 20170502172350 2017-05-03
## 933 3176779 https://www.airbnb.com/rooms/3176779 20170502172350 2017-05-03
## 934 10573267 https://www.airbnb.com/rooms/10573267 20170502172350 2017-05-02
## 935 15378583 https://www.airbnb.com/rooms/15378583 20170502172350 2017-05-03
## 936 9696939 https://www.airbnb.com/rooms/9696939 20170502172350 2017-05-03
## 937 11986555 https://www.airbnb.com/rooms/11986555 20170502172350 2017-05-03
## 938 15665694 https://www.airbnb.com/rooms/15665694 20170502172350 2017-05-02
## 939 16249009 https://www.airbnb.com/rooms/16249009 20170502172350 2017-05-03
## 940 150097 https://www.airbnb.com/rooms/150097 20170502172350 2017-05-03
## 941 150075 https://www.airbnb.com/rooms/150075 20170502172350 2017-05-03
## 942 4276354 https://www.airbnb.com/rooms/4276354 20170502172350 2017-05-03
## 943 14791721 https://www.airbnb.com/rooms/14791721 20170502172350 2017-05-03
## 944 8391794 https://www.airbnb.com/rooms/8391794 20170502172350 2017-05-03
## 945 704587 https://www.airbnb.com/rooms/704587 20170502172350 2017-05-03
## 946 3850013 https://www.airbnb.com/rooms/3850013 20170502172350 2017-05-03
## 947 15196385 https://www.airbnb.com/rooms/15196385 20170502172350 2017-05-03
## 948 153412 https://www.airbnb.com/rooms/153412 20170502172350 2017-05-03
## 949 10678035 https://www.airbnb.com/rooms/10678035 20170502172350 2017-05-03
## 950 522065 https://www.airbnb.com/rooms/522065 20170502172350 2017-05-03
## 951 6402391 https://www.airbnb.com/rooms/6402391 20170502172350 2017-05-03
## 952 16636899 https://www.airbnb.com/rooms/16636899 20170502172350 2017-05-03
## 953 14821260 https://www.airbnb.com/rooms/14821260 20170502172350 2017-05-03
## 954 447979 https://www.airbnb.com/rooms/447979 20170502172350 2017-05-03
## 955 2878634 https://www.airbnb.com/rooms/2878634 20170502172350 2017-05-03
## 956 17192492 https://www.airbnb.com/rooms/17192492 20170502172350 2017-05-03
## 957 18393130 https://www.airbnb.com/rooms/18393130 20170502172350 2017-05-03
## 958 14472459 https://www.airbnb.com/rooms/14472459 20170502172350 2017-05-03
## 959 6810170 https://www.airbnb.com/rooms/6810170 20170502172350 2017-05-03
## 960 15484250 https://www.airbnb.com/rooms/15484250 20170502172350 2017-05-03
## 961 14981676 https://www.airbnb.com/rooms/14981676 20170502172350 2017-05-03
## 962 12773462 https://www.airbnb.com/rooms/12773462 20170502172350 2017-05-03
## 963 9432869 https://www.airbnb.com/rooms/9432869 20170502172350 2017-05-03
## 964 15132642 https://www.airbnb.com/rooms/15132642 20170502172350 2017-05-03
## 965 5803725 https://www.airbnb.com/rooms/5803725 20170502172350 2017-05-03
## 966 6539100 https://www.airbnb.com/rooms/6539100 20170502172350 2017-05-03
## 967 9692436 https://www.airbnb.com/rooms/9692436 20170502172350 2017-05-03
## 968 8686231 https://www.airbnb.com/rooms/8686231 20170502172350 2017-05-03
## 969 5212814 https://www.airbnb.com/rooms/5212814 20170502172350 2017-05-03
## 970 16325802 https://www.airbnb.com/rooms/16325802 20170502172350 2017-05-03
## 971 8129419 https://www.airbnb.com/rooms/8129419 20170502172350 2017-05-03
## 972 532828 https://www.airbnb.com/rooms/532828 20170502172350 2017-05-03
## 973 7763148 https://www.airbnb.com/rooms/7763148 20170502172350 2017-05-03
## 974 61578 https://www.airbnb.com/rooms/61578 20170502172350 2017-05-03
## 975 8253899 https://www.airbnb.com/rooms/8253899 20170502172350 2017-05-04
## 976 8615468 https://www.airbnb.com/rooms/8615468 20170502172350 2017-05-03
## 977 6813025 https://www.airbnb.com/rooms/6813025 20170502172350 2017-05-03
## 978 6810931 https://www.airbnb.com/rooms/6810931 20170502172350 2017-05-03
## 979 16571537 https://www.airbnb.com/rooms/16571537 20170502172350 2017-05-03
## 980 1292476 https://www.airbnb.com/rooms/1292476 20170502172350 2017-05-03
## 981 5615801 https://www.airbnb.com/rooms/5615801 20170502172350 2017-05-03
## 982 7513280 https://www.airbnb.com/rooms/7513280 20170502172350 2017-05-03
## 983 12492509 https://www.airbnb.com/rooms/12492509 20170502172350 2017-05-03
## 984 13452773 https://www.airbnb.com/rooms/13452773 20170502172350 2017-05-03
## 985 10127664 https://www.airbnb.com/rooms/10127664 20170502172350 2017-05-03
## 986 4358976 https://www.airbnb.com/rooms/4358976 20170502172350 2017-05-03
## 987 8223141 https://www.airbnb.com/rooms/8223141 20170502172350 2017-05-03
## 988 9009362 https://www.airbnb.com/rooms/9009362 20170502172350 2017-05-03
## 989 294531 https://www.airbnb.com/rooms/294531 20160906011055 2016-09-06
## 990 5684355 https://www.airbnb.com/rooms/5684355 20160906011055 2016-09-06
## 991 9049945 https://www.airbnb.com/rooms/9049945 20160906011055 2016-09-06
## 992 5917198 https://www.airbnb.com/rooms/5917198 20160906011055 2016-09-06
## 993 4604635 https://www.airbnb.com/rooms/4604635 20160906011055 2016-09-06
## 994 7840447 https://www.airbnb.com/rooms/7840447 20160906011055 2016-09-06
## 995 11671431 https://www.airbnb.com/rooms/11671431 20160906011055 2016-09-06
## 996 13418441 https://www.airbnb.com/rooms/13418441 20160906011055 2016-09-06
## 997 12222392 https://www.airbnb.com/rooms/12222392 20160906011055 2016-09-06
## 998 4364474 https://www.airbnb.com/rooms/4364474 20160906011055 2016-09-06
## 999 14250599 https://www.airbnb.com/rooms/14250599 20160906011055 2016-09-06
## 1000 5334743 https://www.airbnb.com/rooms/5334743 20160906011055 2016-09-06
## 1001 9542478 https://www.airbnb.com/rooms/9542478 20160906011055 2016-09-06
## 1002 4021188 https://www.airbnb.com/rooms/4021188 20160906011055 2016-09-06
## 1003 7075362 https://www.airbnb.com/rooms/7075362 20160906011055 2016-09-06
## 1004 5940105 https://www.airbnb.com/rooms/5940105 20160906011055 2016-09-06
## 1005 3403625 https://www.airbnb.com/rooms/3403625 20160906011055 2016-09-06
## 1006 5761584 https://www.airbnb.com/rooms/5761584 20160906011055 2016-09-06
## 1007 12825996 https://www.airbnb.com/rooms/12825996 20160906011055 2016-09-06
## 1008 8795564 https://www.airbnb.com/rooms/8795564 20160906011055 2016-09-06
## 1009 6193527 https://www.airbnb.com/rooms/6193527 20160906011055 2016-09-06
## 1010 4902753 https://www.airbnb.com/rooms/4902753 20160906011055 2016-09-06
## 1011 7725671 https://www.airbnb.com/rooms/7725671 20170602102612 2017-06-02
## 1012 4859561 https://www.airbnb.com/rooms/4859561 20170602102612 2017-06-02
## 1013 10790459 https://www.airbnb.com/rooms/10790459 20170602102612 2017-06-02
## 1014 15852495 https://www.airbnb.com/rooms/15852495 20170602102612 2017-06-02
## 1015 19014529 https://www.airbnb.com/rooms/19014529 20170602102612 2017-06-02
## 1016 15158077 https://www.airbnb.com/rooms/15158077 20170602102612 2017-06-02
## 1017 5556154 https://www.airbnb.com/rooms/5556154 20170602102612 2017-06-02
## 1018 8880407 https://www.airbnb.com/rooms/8880407 20170602102612 2017-06-02
## 1019 16810252 https://www.airbnb.com/rooms/16810252 20170602102612 2017-06-02
## 1020 15481117 https://www.airbnb.com/rooms/15481117 20170602102612 2017-06-02
## 1021 6015047 https://www.airbnb.com/rooms/6015047 20170602102612 2017-06-02
## 1022 18097057 https://www.airbnb.com/rooms/18097057 20170602102612 2017-06-02
## 1023 11951519 https://www.airbnb.com/rooms/11951519 20170602102612 2017-06-02
## 1024 15358709 https://www.airbnb.com/rooms/15358709 20170602102612 2017-06-02
## 1025 5328086 https://www.airbnb.com/rooms/5328086 20170602102612 2017-06-02
## 1026 4358776 https://www.airbnb.com/rooms/4358776 20160906011055 2016-09-06
## 1027 375049 https://www.airbnb.com/rooms/375049 20160906011055 2016-09-06
## 1028 10452361 https://www.airbnb.com/rooms/10452361 20160906011055 2016-09-06
## 1029 8846590 https://www.airbnb.com/rooms/8846590 20160906011055 2016-09-06
## 1030 2722807 https://www.airbnb.com/rooms/2722807 20160906011055 2016-09-06
## 1031 10926617 https://www.airbnb.com/rooms/10926617 20160906011055 2016-09-06
## 1032 5339135 https://www.airbnb.com/rooms/5339135 20160906011055 2016-09-06
## 1033 7853444 https://www.airbnb.com/rooms/7853444 20160906011055 2016-09-06
## 1034 12453307 https://www.airbnb.com/rooms/12453307 20160906011055 2016-09-06
## 1035 14703438 https://www.airbnb.com/rooms/14703438 20160906011055 2016-09-06
## 1036 4891943 https://www.airbnb.com/rooms/4891943 20160906011055 2016-09-06
## 1037 11671760 https://www.airbnb.com/rooms/11671760 20160906011055 2016-09-06
## 1038 427928 https://www.airbnb.com/rooms/427928 20170602102612 2017-06-02
## 1039 2373409 https://www.airbnb.com/rooms/2373409 20170602102612 2017-06-02
## 1040 3403624 https://www.airbnb.com/rooms/3403624 20170602102612 2017-06-02
## 1041 12052290 https://www.airbnb.com/rooms/12052290 20170602102612 2017-06-02
## 1042 18009263 https://www.airbnb.com/rooms/18009263 20170602102612 2017-06-02
## 1043 3679748 https://www.airbnb.com/rooms/3679748 20170602102612 2017-06-02
## 1044 6044283 https://www.airbnb.com/rooms/6044283 20170602102612 2017-06-02
## 1045 17944737 https://www.airbnb.com/rooms/17944737 20170602102612 2017-06-02
## 1046 10332789 https://www.airbnb.com/rooms/10332789 20170602102612 2017-06-02
## 1047 13257565 https://www.airbnb.com/rooms/13257565 20170602102612 2017-06-02
## 1048 9456737 https://www.airbnb.com/rooms/9456737 20170602102612 2017-06-02
## 1049 16254493 https://www.airbnb.com/rooms/16254493 20170602102612 2017-06-02
## 1050 18809744 https://www.airbnb.com/rooms/18809744 20170602102612 2017-06-02
## 1051 15434516 https://www.airbnb.com/rooms/15434516 20170602102612 2017-06-02
## 1052 16541074 https://www.airbnb.com/rooms/16541074 20170602102612 2017-06-02
## 1053 8736555 https://www.airbnb.com/rooms/8736555 20170602102612 2017-06-02
## 1054 17012793 https://www.airbnb.com/rooms/17012793 20170602102612 2017-06-02
## 1055 10500714 https://www.airbnb.com/rooms/10500714 20170602102612 2017-06-02
## 1056 12810784 https://www.airbnb.com/rooms/12810784 20170602102612 2017-06-02
## 1057 9094785 https://www.airbnb.com/rooms/9094785 20170602102612 2017-06-02
## 1058 10454393 https://www.airbnb.com/rooms/10454393 20170602102612 2017-06-02
## 1059 16188063 https://www.airbnb.com/rooms/16188063 20170602102612 2017-06-02
## 1060 898208 https://www.airbnb.com/rooms/898208 20170602102612 2017-06-02
## 1061 3567830 https://www.airbnb.com/rooms/3567830 20170602102612 2017-06-02
## 1062 13829111 https://www.airbnb.com/rooms/13829111 20170602102612 2017-06-02
## 1063 13140585 https://www.airbnb.com/rooms/13140585 20170602102612 2017-06-02
## 1064 2424582 https://www.airbnb.com/rooms/2424582 20170602102612 2017-06-02
## 1065 16560108 https://www.airbnb.com/rooms/16560108 20170602102612 2017-06-02
## 1066 6106824 https://www.airbnb.com/rooms/6106824 20170602102612 2017-06-02
## 1067 13430533 https://www.airbnb.com/rooms/13430533 20170602102612 2017-06-02
## 1068 9135934 https://www.airbnb.com/rooms/9135934 20170602102612 2017-06-02
## 1069 1287841 https://www.airbnb.com/rooms/1287841 20170602102612 2017-06-02
## 1070 3057920 https://www.airbnb.com/rooms/3057920 20170602102612 2017-06-02
## 1071 1066691 https://www.airbnb.com/rooms/1066691 20170602102612 2017-06-02
## 1072 17094428 https://www.airbnb.com/rooms/17094428 20170602102612 2017-06-02
## 1073 11982658 https://www.airbnb.com/rooms/11982658 20170602102612 2017-06-02
## 1074 16966361 https://www.airbnb.com/rooms/16966361 20170602102612 2017-06-02
## 1075 17752982 https://www.airbnb.com/rooms/17752982 20170602102612 2017-06-02
## 1076 866070 https://www.airbnb.com/rooms/866070 20170602102612 2017-06-02
## 1077 4872603 https://www.airbnb.com/rooms/4872603 20170602102612 2017-06-02
## 1078 14486513 https://www.airbnb.com/rooms/14486513 20170602102612 2017-06-02
## 1079 12684626 https://www.airbnb.com/rooms/12684626 20170602102612 2017-06-02
## 1080 5338971 https://www.airbnb.com/rooms/5338971 20160906011055 2016-09-06
## 1081 3550048 https://www.airbnb.com/rooms/3550048 20160906011055 2016-09-06
## 1082 5629490 https://www.airbnb.com/rooms/5629490 20160906011055 2016-09-06
## 1083 2131408 https://www.airbnb.com/rooms/2131408 20160906011055 2016-09-06
## 1084 11539361 https://www.airbnb.com/rooms/11539361 20160906011055 2016-09-06
## 1085 7420467 https://www.airbnb.com/rooms/7420467 20160906011055 2016-09-06
## 1086 16565099 https://www.airbnb.com/rooms/16565099 20170602102612 2017-06-02
## Name
## 1 Studio Under House!
## 2 4BD/3.5Bth Pool Home w/ Game Room in the Hills
## 3 Cozy & Comfy Private Unit
## 4 Woodland Hills, near golf course
## 5 VINTAGE MALIBU ADJACENT TOWN HOME W/POOL & SPA
## 6 Hidden Treasure in Woodland-Hills
## 7 Blue Surf Hide Away
## 8 Single Family House
## 9 West Hollywood 2-Bedroom Townhouse w Loft & Views
## 10 West Hollywood comfort
## 11 Private Bedroom & Bathroom in the Heart of LA!
## 12 #06 Sunny West Hwood 3 BR/2BT Flat 2 Car Parking!
## 13 Private Room for Visiting Professional Musicians!
## 14 Bright and quirky artist's studio
## 15 Almost Famous-Pool,Jacuzzi,Gym,HWD
## 16 Large & Cozy 1Bd 1.5 Bath Awaits You in Weho!
## 17 Everything you need 1 bedroom off Melrose in WEHO!
## 18 Spacious and Bright One Bedroom
## 19 Experience Los Angeles In Style
## 20 199 MAY SPECIAL AWESOME HOLLYWOOD CONDO 2 + 2
## 21 HEART OF WEST HOLLYWOOD
## 22 THE HOUSE THAT HOLLYWOOD BUILT
## 23 Spacious, in the heart of LA/Weho
## 24 Amazing views. Peaceful. Central. Private Bed/bath
## 25 Bright and sunny private bedroom/bath in HOLLYWOOD
## 26 West Hollywood Private BR / Bath
## 27 Sunset Strip / West Hollywood!
## 28 New York style single. Roof views!
## 29 *NEW* 2-level open loft apartment w/ parking, pool
## 30 Designer Loft with Amazing View
## 31 Resort accommodations in DTLA
## 32 Cute and Comfy Silverlake APT
## 33 Great Location!!
## 34 Most comfortable cabin Room907
## 35 Relais in LA, a real home away from home
## 36 Private room very close to LAX
## 37 studio near OTIS, LAX, LMU
## 38 Luxurious suite in tranquil & convenient location
## 39 Stunning 1 Bedroom by Beach & LAX
## 40 Purple Diva's Humble Abode
## 41 Private room w own bath near LAX
## 42 West Hills house
## 43 Lush, Rustic Escape
## 44 Beautiful Private Pool Home
## 45 QUAINT ROOM WITH A POOL
## 46 1 luxury bedroom to rent
## 47 Large Studio in West LA/ Century City Adjacent
## 48 private room/Westwood/UCLA/LA
## 49 Entertain & Romance: Total Privacy
## 50 Funky Beach Apartment
## 51 PRIVATE ROOM IN VENICE BEACH HOSTEL
## 52 Great room next to the beach!!
## 53 2BDR BEAUTIFUL VENICE BEACH COTTAGE
## 54 The Venice Bungalow
## 55 Awesome Apt - Walk to the Beach!
## 56 Centrally Located 3bed/2bath Los Angeles home
## 57 Comfortable Bedroom & Bath, Convenient Location.
## 58 Mid century modern magnificence!
## 59 Comfortable bedroom with 2 beds.
## 60 nice suburban home
## 61 The Ohm ॐ Room
## 62 Vintage Boardwalk Full Ocean Views
## 63 Venice Beach Studio, Steps to Boardwalk and Sand!
## 64 2BD Apartment in Beach Heaven!
## 65 Marina/Venice Private Beach Studio Apt.
## 66 Wonderful room in Marina
## 67 Venice Studio Steps from Beach
## 68 Sun-Filled Walk Street Bungalow
## 69 Cozy Beach Spot - Right off Abbot Kinney
## 70 Charming, Secluded Room in Venice
## 71 Gorgeous Condo on Venice Beach
## 72 2 BR APARTMENT
## 73 Sunset House
## 74 Venice Beach Remodeled ON THE BEACH
## 75 Huge Private Master Suite steps from Venice Beach!
## 76 Venice Beach/Marina del Rey Private Room
## 77 The LandYacht - Airstream Camper
## 78 Venice Beach Oasis, 1/2 block from beach
## 79 HEART LA, 71/night FREE Parking, Breakfast APRIL
## 80 DOWNTOWN LA GORGEOUS RESORT STYLE SUITE
## 81 Charming Bungalow in Echo Park
## 82 Hollywood Hostel
## 83 Single Room with own bath & Private Entrance
## 84 Cozy Downtown 1Br w Balcony
## 85 Private room. Cozy, convenient. -R1
## 86 COZY STUDIO ENTIRE PLACE LA
## 87 Downtown LA cozy apartment loft
## 88 Luxury Downtown LA Condo with Sky Pool Deck
## 89 1 room in 3 bedroom apt
## 90 DTLA Elegant 2b2b + Parking
## 91 2 BED/1 BATH in Downtown LA!!
## 92 Quiet apartment in downtown LA
## 93 Art & Adventure Refuge in Echo Park
## 94 Beautiful room in welcoming house
## 95 2 Bedroom and den/ Walking distance to UCLA
## 96 Luxury 1BR apartment in Westwood, 1 bl from UCLA
## 97 Hummingbird Sanctuary in Westwood
## 98 1940's Retro - Walk to Century City
## 99 3B/2B @ Beverly Hills/Westwood
## 100 Oasis in Westwood
## 101 Perfect Location
## 102 Beautiful Large Bedroom Suite
## 103 Luxury spot! 2/bed private room on Glenrock Avenue
## 104 Beautiful room attached bathroom
## 105 Helen's Apt,near UCLA,Spanish style, 1Bed/1Bath *1
## 106 Westwood Village Apartment
## 107 2 bed 15 min from Beach & Hollywood
## 108 Spacious Westwood condo near UCLA
## 109 House at prestigious Friendly Hills close-OC & LA
## 110 Spacious 4BD in LA / Hancock Park
## 111 Bala WoodlandHills
## 112 Live With Us on Green St.
## 113 Near Downtown, Convenient Spot, & FREE Parking!
## 114 Beautiful 3 story town home
## 115 Bedroom with VIEW, private bath near Metro/FWY.
## 116 LAX CHILL ZEN PAD ( DEL AIRE )
## 117 Stunning Luxury Resort Apartment in Downtown LA
## 118 Heavenly unit/luxBuilding in the heart of dtown LA
## 119 Spacious Urban LA Loft
## 120 Luxury 1-Bedroom in Downtown LA
## 121 Private and elegant room in downtown LA
## 122 Compact Studio near Los Angeles Convention Center
## 123 Tropical Oasis in Downtown LA
## 124 Arts District Rooftop Penthouse
## 125 Creative Retreat in Historic Downtown Loft
## 126 Downtown LA Perfect Corporate
## 127 Spacious studio loft DTLA
## 128 Adorable Private Master Bedroom w/Bath in DTLA
## 129 Resort-style Private Bed/Bathroom
## 130 REFINED LUXURY - DOWNTOWN SKYLINE, LUXURY RENTAL!
## 131 Exotic Cozy DTLA Film+Music Studio, Historic Core
## 132 Urban Loft w/ Private Roof Deck
## 133 Dream Industrial Loft Studio Downtown Photo/Video
## 134 Bright Downtown LA Artist's Loft
## 135 Cozy livingroom in Downtown LA
## 136 Downtown Full Double Bed DTLA Private Netflix TV
## 137 High-Rise Luxury One-Bedroom in Heart Of Downtown
## 138 Large artist loft
## 139 2 BedRoom Luxury @ it's Finest
## 140 Beautiful Apt in Heart of DTLA
## 141 2 Bedroom Penthouse Loft
## 142 The Rosemary - Double Room - #333
## 143 Brand New Modern - Downtown LA
## 144 Luxurious One Bedroom APT in Downtown Los Angeles
## 145 Downtown Studio Loft
## 146 Cozy lil spot in the heart of DTLA!
## 147 BearBNB | DTLA
## 148 PRIME Downtown L.A. Location- 2BR/2BA Resort Style
## 149 URBAN DOWNTOWN LA EXECUTIVE PENTHOUSE + 6 BEDS
## 150 Penthouse 3B/Private Rooftop Patio
## 151 HOLLYWOOD HUGE 3/2.5: Mile 2 Walk-of-Fame+ 5 Beds!
## 152 Deluxe Hollywood Apartment
## 153 Hollywood SuperHost for SuperGuests
## 154 Large room in Heart of Hollywood
## 155 Old School Hollywood Bungalow
## 156 Modern Hollywood Studio
## 157 Hollywood Haven, Great Area!!!
## 158 DESIGNER ELEGANT HOLLYWOOD 2 bedapt
## 159 Rustic Hollywood Cabin 2
## 160 Brand NEW 2BR/2BA Loft on Hollywood Blvd.
## 161 Hollywood Hills Private room and bath. City views.
## 162 Laurel Canyon Healing Cabin Escape
## 163 Twin upper bunk in a co-ed room 1
## 164 Clean/Parking/Private/WiFi/Beach & LAX 15 mins
## 165 Mornigside Park (Inglewood) Private Room & Bath
## 166 los angeles 罗兰岗1bed&1bath APT
## 167 New Home Historical Adams Area
## 168 Craftsman Style Home
## 169 Art Room - Private Entry 3beds
## 170 High Rise, Heart of Los Angeles
## 171 CHARMING 2BD/2BA W/PARKING CENTER OF KOREATOWN, LA
## 172 Private 2BD Home in Mid-Wilshire!
## 173 Cozy apartment in Los Angeles,USC
## 174 Cozy Studio: Mid-Wilshire/Koreatown
## 175 Studio #28: Koreatown. Check-in anytime after 1pm
## 176 Relaxing Boho-Chic 1 Bedroom 1 Bathroom in LA!
## 177 Lost in Hollywood
## 178 Cool, clean and comfortable!
## 179 Bright Charming Large Studio
## 180 Remodeled Koreatown 1 bdr w/Parking
## 181 Safe and Secure, only 10 minutes from LAX
## 182 Quiet and comfy queen/bathroom.
## 183 Near LAX, Private Room, Fantastic Location,
## 184 Private/ Spacious/ Clean Room!!!!
## 185 2 Private bedrooms 190/night
## 186 Spacious NEW house in heart of Hollywood w 5 beds!
## 187 Luxurious Master En-Suite/Hollywood
## 188 Comfy Sofa Bed on Melrose
## 189 Super Cozy Place for backpackers 3
## 190 Private room in resort style complex
## 191 Warm Bohemian Zen Home -Lake Balboa
## 192 "UNK'S PLACE 2"
## 193 Los Feliz 1BR PopCulture Library
## 194 Clean, quiet, convenient...anything else you want?
## 195 Hip Studio Smack Dab in K-Town!
## 196 In the hart of Los Angeles!
## 197 BE IN THE CENTER OF FUN. LA STUDIO
## 198 Studio #30 Remodeled Motel Room in Koreatown
## 199 ARDMORE STUDIO [No.2]
## 200 Comfortable Master Suite in heart of LA
## 201 Private Room in LA. In Great Building
## 202 Brand New Luxury Apt w/ Amazing View + Parking
## 203 Music Room
## 204 #1 Heart of KOREATOWN 2BD + Parking
## 205 Private bedroom and bath in Inglewood
## 206 GELAJA LAX,BEACH & CASINO HOME
## 207 Spacious, serene 4 bed/3 bath near LAX, Forum
## 208 West Hollywood Apt w Parking
## 209 Bed in Hacker House Aviato,Club 2.6
## 210 Cozy room by Beverly center/Grove!!
## 211 Weho/Beverly Hills Stunning Two Bed
## 212 Sweet Spot Studio Guesthouse & Pool
## 213 Beverly Hills oasis for events
## 214 Huge Fancy and charming studio
## 215 Charming BH 1 room w/BA
## 216 Luxurious Beverly Hills Loft #1
## 217 Heart of Beverly Hills /3 bedrooms
## 218 Location!!! Beverly Hills Flats
## 219 Prime Beverly Hills location!
## 220 Beverly Hills Pool Home
## 221 2 br elegance in Beverly Hills.
## 222 BEVERLY HILLS! Walk to Rodeo Drive!
## 223 Large Cozy Apt 3beds - heart of Bev Hills / WeHo
## 224 Charming 4 unit Spanish style
## 225 Guest room in Beverly Hills
## 226 4,000+ sq ft. Beverly Hills Family/Friends Getaway
## 227 THE AMETHYST SUITE
## 228 Cozy Bel Air Home w Parking 2BD/1BA
## 229 West LA BelAir Casita/Access/Relax/
## 230 Charming Studio
## 231 Valley Village Place
## 232 Beautiful 2 BR Home nr Univ Studios
## 233 VALLEY VILLAGE HOME
## 234 SPACIOUS cinematic apartment central to ALL of LA!
## 235 Close to Universal and Metro Home Valley Village
## 236 Cool Comfy Room near LAC+USC Hosp.
## 237 Cozy Loft walking distance to bars & restaurants
## 238 Calabasas... Live the Dream
## 239 Cozy Get Away
## 240 Spacious comfortable bedroom
## 241 Shadows Place - PRIVATE STUDIO, KING BED, SMART TV
## 242 Private Bedroom w/ attached Private bathroom
## 243 Empty Nest Room
## 244 E洛杉矶市中心高级公寓,中国城,环境清新优雅,交通便利,带免费停车位
## 245 Luxury Choice
## 246 Secure, private and spacious condo in DTLA
## 247 Bed in Tech Coliving Aviato,Club 5.2
## 248 Downstairs room in a craftsman house
## 249 Comfortable 1 Bedroom with Parking in Culver City
## 250 Traveler's retreat
## 251 Mar Vista Garden Getaway
## 252 Modern, gorgeous, 3 BD 2.5 BR
## 253 Villa with breathtaking Panoramic View
## 254 Hollywood Glitz and Glamour
## 255 Spanish Gem in Hollywood Hills (2)
## 256 Paradise with a pool
## 257 【Merry Memories】LA Hollywood Walk of Fame
## 258 BRAND NEW HOLLYWOOD HILLS MODERN VINTAGE
## 259 Entire Hollywood Studio, Good location
## 260 Charming & Bright Guest house with Orange tree
## 261 HOLLYWOOD HILLS ENTERTAINER'S RETREAT
## 262 Family house near Hollywood Sign
## 263 Hollywood A-frame Entire House
## 264 HOLLYWOOD BLVD. PENTHOUSE! 6 BEDS + VIP TICKETS
## 265 Luxurious room in Hollywood Hills
## 266 Cozy Masterbedroom in Hollywood
## 267 Hip in the Heart of Hollywood, 2 Beds w/ parking!
## 268 Vintage Hollywood - Walk to it all!
## 269 Huge Master Bedroom next to the LA river
## 270 Private large room near Playa Vista
## 271 Modern, comfy private room close to beach
## 272 Modern 3 level loft near Venice
## 273 Zen Cottage Del Rey/Venice near LAX
## 274 Vintage Getaway Home, close to the beach and LAX
## 275 Charming boat in Maria Del Rey
## 276 Welcome to Culver City #1 - Close to Everything!.
## 277 PERFECT CHILL in HOLLYWOOD !!!
## 278 W Hollywood Condo In the Sky, Views
## 279 Great place in Heart of Hollywood!
## 280 Amazing Hollywood 1Bedroom Home
## 281 Plenty of room in a large 2 bedroom
## 282 Stylish 1 Bedroom in Hollywood
## 283 Perfect Spacious 1BDR In The Heart of Hollywood
## 284 Sleek 2+2 in Hollywood
## 285 WEST HOLLYWOOD ROOM BY RUNYON CANYON
## 286 Charming Hollywood Apt w/Parking
## 287 Heart of Hollywood- walk everywhere
## 288 Affordable Room with Private Patio
## 289 HOLLYWOOD Heart of LA! Santa Monica and the Beach!
## 290 Million Dollar Views, Modern Condo
## 291 Hollywood's Boulevard of Stars 2BR/2BA Suite
## 292 Hollywood Hideaway Townhome!!!
## 293 Old school Hollywood with designer touches.
## 294 Best Location on Walk of Fame!
## 295 Upstairs Private Room 102 In Walnut
## 296 California King Bed 超值大床 渡假屋
## 297 Spacious home w/lots natural light
## 298 1919 craftsman house
## 299 Charming 1-BR Apt in Eagle Rock, Los Angeles
## 300 Best Place to Stay in L.A. :)
## 301 Private Room Near Hollywood Sign
## 302 Hollywood cool and Luxurious 7
## 303 Melrose Hill Modern
## 304 Stylish n' Sunny Silver Lake Studio
## 305 Sunny Los Feliz Studio
## 306 Fully Loaded Fun Flat For Families
## 307 Perfect WeHo Location Charming 3BR Home Big Yard
## 308 Pasadena brand new 3bd house near Old Town Pas
## 309 Beautiful, Spacious Private Cottage
## 310 Echo Park Classic Craftsman Home
## 311 Echo Park Cozy & Clean 1 bdrm, Walk to Everything!
## 312 Cozy pad in Silverlake/ Echo Park
## 313 Cozy & Bright Private Room by Echo Park Lake
## 314 Charmed Expanse, Upstairs Echo Park
## 315 Walkable Studio next to Restaurants
## 316 Modern Hillside Home with View
## 317 silverlake craftsman room with view
## 318 Private East Hollywood Room with Parking
## 319 Double Size Pod for a couple of Adventurers
## 320 BEST Los Feliz Two Bedroom Luxury 1
## 321 Lovely Hollywood Studio
## 322 Lovely one bedroom plus den
## 323 2BR/2BA West Hollywood Home
## 324 Spacious Bedroom in Big WEHO House
## 325 Lux/private room private bathroom!
## 326 Private Entrance, Private Bedroom & Bathroom
## 327 Sunny 3BR Home + Yard in Holly/Weho
## 328 Prime WeHo Flat - 1B + 1BA
## 329 Quiet and comfortable, the feeling back home.
## 330 Cannabis Garden Getaway
## 331 美國加州洛杉磯東區哈崗別墅特大套房
## 332 美式洋房
## 333 Bedroom w private bath. Family room dining area.
## 334 洛杉矶哈岗独立别墅雅房两间带一个卫生间
## 335 Hancock Park Guest Room
## 336 Near LAX, El Segundo and Manhattan Beach
## 337 LAX Haven - Private Room
## 338 Roomy, Remodeled Los Angeles House
## 339 Sunset Suite Steps away from the beach #106
## 340 The Green Cottage Echo Park
## 341 Spectacular, Serene Silverlake Home
## 342 Kickback relax Sofa * Downtown LA *
## 343 Schindler home in Echo Park hills
## 344 Cozy Bungalow Studio Guesthouse in Echo Park.
## 345 Stylish room in heart of Echo Park!
## 346 Brand New Hillside Home
## 347 Comfortabl Spanish Home near Sunset
## 348 Sunny Echo Park Studio!
## 349 Apartment in Angelino Heights
## 350 1 BR/BA Cozy home
## 351 Awesome room 5 minutes from the beach
## 352 Hear the waves on a TempurPedic bed
## 353 BEACH ENTERTAINER HM w/ POOL/JACUZZI & Views.
## 354 Comfortable top bunkbed shared room
## 355 Spacious 1 bedroom apartment
## 356 Rooms for rent!
## 357 Clean & Exciting Ventura Blvrd Apt
## 358 Safe neighborhood in Glendale
## 359 Private Bedroom Cozy Glendale House next to Disney
## 360 Garden Guest House
## 361 Ocean Room-pvt bedroom in beautiful area
## 362 Awesome located Huge Luxury Town House
## 363 Large master bedroom with Direct TV
## 364 Country Club Suite
## 365 Pent house Studio in a private home
## 366 Granada View
## 367 Private Room #1 in spacious home with pool
## 368 Los Angeles Estate Home
## 369 A Happy Place to Visit
## 370 Comfortable and private 1 bedroom with own Bath
## 371 Large back end of Home Available in Valley of LA
## 372 Los Feliz Hillside Guest House
## 373 Cabin with Class
## 374 Bedroom
## 375 Beach apartment centrally located
## 376 Beach Condo 1BR/1BALuxury&Location
## 377 New Private Studio Playa Vista/MDR
## 378 Private room and bathroom in Los Angeles A
## 379 LA Stay Bed and Breakfast
## 380 Last minute/Budget -Living room with real mattress
## 381 Private room by USC, DTLA
## 382 My quiet , cozy secured place in Gardena
## 383 Private Room 22 Free wifi
## 384 Clean Private Rm 32, free wifi
## 385 Entire Home sleeps 5, Park 2 cars, wifi, LA Bch
## 386 Americana mall neighborhood
## 387 Quiet Retreat in the Heart of the L.A. Hubbub
## 388 Beautiful, Comfortable Studio
## 389 Beautiful & Romantic Master En-Suite/ FREE PARKING
## 390 BEAUTIFUL, newly renovated in Northeast LA!
## 391 Bright Mid Century 1BD/1BA Apt
## 392 Hollywood Hills 2 Bedroom 1 Bath
## 393 A Superhost and FREE Parking
## 394 Relaxing Grey/Red Imperial Suite
## 395 Hollywood Hills Home
## 396 Pvt. Room in Beautiful Barham Home
## 397 ROOM IN HOLLYWOOD HILLS MANSION WITH POOL & VIEWS
## 398 Retreat under the Hollywood Sign
## 399 High Up In a Castle
## 400 Hip Hillside Retreat With Breathtaking Views
## 401 Spanish Bungalow in Highland Park
## 402 New Private Studio with Bathroom
## 403 la Casita de Secoya
## 404 BEAUTIFUL 2BEDROOMS, RELAX AT THE MARINA
## 405 Fantastic apartment right next to the Beach!
## 406 Great Sunset from Studio the Water
## 407 Private room
## 408 1 Comfortable Quiet 5 bdrm home w/ Privacy
## 409 Cool pad in Long beach
## 410 Charming ranch style home
## 411 Spacious Room for Two
## 412 A Room with a View
## 413 Spacious and bright loft close to Venice Beach
## 414 Bed in Tech Coliving Aviato,Club 5.3
## 415 Room/private studio!
## 416 Mar Vista Bungalow in great West Side location
## 417 Stylish, sunny, comfortable home near Venice
## 418 Cozy Guest House in Mar Vista
## 419 70 Poolside Cozy Bungalow Near Beach - Sleeps 2
## 420 Wonderful home away from home!
## 421 Classy Spacious & Comfy Apt on the Westside
## 422 Gorgeous Roof Patio & Venice View 1
## 423 Bright Cozy 2 Bedroom
## 424 Clean and spacious apt. on Venice
## 425 Lovely 3BD home with Sunny Garden
## 426 1br - Mar Vista/Venice Vacat
## 427 Private Westside Studio with Pool
## 428 Mar Vista Bungalow (Venice-ish)
## 429 Private Cottage in Venice/Mar Vista
## 430 Bed in Tech Coliving Aviato,Club 1.4
## 431 Charming Craftsman House Near Venice Beach
## 432 Charming Rose Park Bungalow- blocks from retro row
## 433 Family Friendly Oasis
## 434 Downtown across street from beach
## 435 Charming Belmont Apartment
## 436 Belmont Shore Private Access Room/Bath
## 437 Bluff Park Villa with Ocean Views
## 438 1 bedroom 1 bathroom
## 439 Comfort and Joy
## 440 Sizeable couch near universities
## 441 CORONADO MOTEL
## 442 4 bd 3.5 ba Mediterranean nr Ocean!
## 443 Vintage comfortable and spacious mini home
## 444 Peaceful Luxury in Los Feliz/Hollywood Hills-VIEW!
## 445 Griffith / Los Feliz Modern loft - pool/gym/park
## 446 Los Feliz Oasis Cottage, Pool and Spa
## 447 Heart of Los Feliz Village Duplex!
## 448 Los Feliz 2 bedroom (4997)Upper Unit
## 449 Charming Los Feliz Gem
## 450 Silverlake Hot-Tub Retreat
## 451 Charming, Spacious, Chic Los Feliz Colonial
## 452 Studio, Walk to the Ocean + Car Park!!!24
## 453 LA Room Rental
## 454 Charming Artist's Loft
## 455 jakes place
## 456 Allisons' Wonderland!
## 457 Malibu, Beach, Westlake, State Parks :)
## 458 420 Experience w/ Room in Private Social Lounge
## 459 LA Chosun House Single Suite 1
## 460 Historic Hollywood Charm! Pvt Room
## 461 2 bedrm Cozy Cottage-I'm Australian
## 462 Comfortable shared space 3
## 463 Photo Shoots and Filming in LA
## 464 Private room in horse country home
## 465 Peaceful country retreat w/ view.
## 466 2 靠近Valley 大街,干净,安静,方便的民居。
## 467 Near downtown,Privacy with bathroom
## 468 Cozy 1 Bedroom House near DTLA
## 469 Barebones - Day Bed - Room for Naps - NO OVERNIGHT
## 470 Nice house close to ever where
## 471 Modern 3 Bedroom 2 Bath Newly Remodeled Building.
## 472 Seafair EuroStyle SharedBath Studio
## 473 Beachfront in Belmont Shore LB
## 474 langmangongyu
## 475 Cozy bedroom for travelers.
## 476 lnk garden
## 477 Cozy Duplex. All To Yourself. Sleeps 10.
## 478 Furnished Two Story Luxury Loft
## 479 Corner Studio Arts & Beach District
## 480 Perfect for female solo traveler
## 481 2-Blocks from BEACH-REDUCED RATES!!
## 482 Bright and spacious 1 bedroom
## 483 Sweet Cozy Stylish Belmont Shore 1br Apartment
## 484 The Beach Retreat! Private Apartment
## 485 Gorgeous Moroccan Style Penthouse
## 486 DELUXE UNIT 429 #FALLINLOVE
## 487 Waterbed 5th and Elm Downtown Long Beach
## 488 Casa di Napoli: Rose Suite
## 489 East Village Suite w wash/dry
## 490 The Conscious hOMe
## 491 Spacious 2 BR/1 BA Brand New Duplex
## 492 Large Guest room with private bath
## 493 2 BR House +Yard Minutes from beach
## 494 1 BR Apartment in Downtown Long Beach
## 495 Comfy & Clean Apt 8 blks from beach
## 496 Cozy Ocean View Condo!!
## 497 Breezy 2 Bedroom 10 Min Walk to Beach
## 498 GREAT ROOM 1 BLOCK AWAY FROM BEACH!
## 499 Rocky J. Bullwinkle's East Long Beach Den
## 500 576 Stoneybrook Apartment 108
## 501 *NEW* Flamingo Motel Suite #111
## 502 Motel Rm Free wifi /ac/micro/fridge
## 503 Malibu Road Classic Oceanfront 1BD!
## 504 Best of Malibu, proximity to LA
## 505 Malibu Beachfront Paradise OceanView Apartment C.
## 506 Rustic ocean view bungalow
## 507 Marvelous Malibu Guest House
## 508 The Malibu on the Water Lifestyle
## 509 Charming Cottage in Point Dume
## 510 Peaceful enclave in great location!
## 511 Joes Mid Wilshire Studio Apartment Sleeps Four- H7
## 512 Charming Spanish Style Home
## 513 Guest House near Studios, USC, UCLA
## 514 LA 3 Bedroom Charmer
## 515 Luxurious, Heart of LA, 2bed/2bath
## 516 Location for your LA needs.
## 517 Beautiful 1 BR / The Grove
## 518 Beautiful Room w/Private Bath in Prime LA
## 519 Gorgeous 2 bedroom apt with stunning views!
## 520 Cosy 1920s apartment building
## 521 Beautiful One Bedroom
## 522 Heart of la! Mid town!!
## 523 Private Room in Luxury Apartment Complex
## 524 Beachfront Bungalow
## 525 Beautiful Malibu Cottage
## 526 Poolside suite, Bike to the beach, Private entry
## 527 Peaceful Haven
## 528 Malibu Retreat
## 529 Modern ocean view apartment
## 530 Cozy and relaxing place to stay!!!
## 531 Manhattan Beach House w/Waterfall
## 532 Gorgeous Home in Manhattan Beach!
## 533 On the beach- panoramic oceanviews 28 day minimum
## 534 Blocks From Beach, Garden and Deck
## 535 Modern One Bedroom One Block to the Beach
## 536 Walk 2 Manhattan Beach: April & May Discount
## 537 Exceptional architectural residence
## 538 Arcadia 亞凱迪亞學區 獨棟房子二房一浴一廳,有廚房 洗衣間
## 539 Cozy Mid-City Escape
## 540 Relaxing Room
## 541 Lovely 1-Bedroom in Culver City
## 542 Bright and Open Modern Living in Heart of Pasadena
## 543 Sunny Guesthouse - Walk to CalTech
## 544 Roey's house in fabulous Pasadena
## 545 Large Pasadena Townhouse
## 546 Vintage Modern Guesthouse
## 547 Separate Room & Bathroom (Private)
## 548 Large 3bed single house Pasadena中文
## 549 Mid Century SkyAir2 - 1B1B Caltech Prime Pasadena!
## 550 3 Bedroom Modern Pasadena Charmer
## 551 English Tudor in Beautiful Pasadena
## 552 PRIVATE 2 ROOM SUITE! 1 mile to Rose Bowl!
## 553 2 BR 1BA Home close to Rose Bowl
## 554 Quaint and Quiet in Pasadena
## 555 Cozy Private Bedroom and Bathroom,awesome hosts :)
## 556 Family House with Ocean Views!
## 557 4.-Mansion in exclusive beach area
## 558 PRIVATE ROOM IN PRIME WESTWOOD IN LOS ANGELES
## 559 PRIVATE ROOM - GORGEOUS HOUSE- PRIME WESTWOOD RM#4
## 560 Beach Living... Bed & Breakfast
## 561 Ocean Pad! Bohemian Private Room, Bath + Balcony
## 562 Santa Monica Beach Suite 8
## 563 Ocean View House Pacific Palisades
## 564 Spacious Garden Pied a Terre
## 565 Charming Guest House Retreat
## 566 808B Pacific Palisades Village Cozy Woodsy Cabin
## 567 Charming Palisades Beach Home
## 568 Santa Monica Villa W Huge Pool/Spa
## 569 Best view in Los Angeles
## 570 Cozy Guest Suite & Private Entrance
## 571 Culver City Charmer
## 572 Bedrm w/Own Bath & Private Parking!
## 573 Cozy private bedroom in safe place!
## 574 Bright, open house in West LA - minutes to beach
## 575 Cute Studio, kitchen and balcony
## 576 Sunny Private Casita, near Restaurants & Bars
## 577 Newly remodelled modern home in Beverlywood LA
## 578 Cozy, clean updated space
## 579 Cozy bedroom with private bathroom
## 580 Cozy Studio 15 min from the beach
## 581 Homey, Serene getaway w/ Charming Private Bath
## 582 SALE! 2 BRM NR BEVERLY HILLS +SAFE NBRHOOD + BFAST
## 583 Private home on quiet street
## 584 Private room with own bathroom in a cozy house
## 585 AIRDROME 2+2 STUDIO-LOFT WITH VIEW
## 586 Shabby chic and cozy!
## 587 Full Kosher 2BR/2BA Rental, Great for Passover!
## 588 Sober & Elegant Female Home
## 589 Views, Private, Luxury Penthouse Ensuite Bath, Gym
## 590 FILMING ONLY - Vintage Southern California Home
## 591 Prime Pasadena Location - Business or Pleasure!
## 592 4Bed Pasadena Home, Parking, Safe and Easy Checkin
## 593 Bohemian Chic Vintage in Pasadena
## 594 The Villa - Thyme Room
## 595 Pasadena Rose Bowl Charmer (洛杉矶帕萨迪娜)
## 596 Relax, you've arrived.
## 597 Modern Loft (1300 sq. ft)
## 598 Santa Monica Apartment, 3 Blocks from Beach
## 599 Craftsman cottage 7 blocks to beach
## 600 ✫UPSCALE 2BD SUITE - STUNNING VIEWS + PARKING!✫
## 601 Beautiful Apartment 2 blocks from the beach!
## 602 Downtown Santa Monica 1 Bd close to 3rd St & Beach
## 603 Private beautifully styled vintage travel trailer
## 604 Los Angeles Oasis with Breathtaking View
## 605 Business Country Retreat
## 606 Bedroom in a Home away from home
## 607 Beautiful House with Lush gardens
## 608 Combo apt up 30people
## 609 Sunny Private Room & Private Bathroom
## 610 Shared apt in a Luxury Condo
## 611 Location! Large apt! West Hollywood
## 612 AMAZING 2BR DUPLEX TOWNHOUSE BY THE GROVE!
## 613 Mid Wilshire private room and bath
## 614 The Heart of Los Angeles.
## 615 Luxury 2Bed/2Bath Near The Grove
## 616 Cozy Guest Studio Unit in Backyard
## 617 Peaceful Home, Minutes to The Grove + Parking
## 618 Spacious 2 bedroom apartment in heart of LA
## 619 District LaBrea, Style & Charm!
## 620 Great LA one bedroom apartment
## 621 GREAT Homely Suit. SUPER Location, A/C, Parking
## 622 Bright & Sunny in the Heart of LA
## 623 Los Angeles Condo w/ Saltwater Pool
## 624 Private Room and Bathroom
## 625 Near the Grove!
## 626 Charming Miracle Mile Apartment!
## 627 One Bedroom Apartment in Miracle Mile
## 628 BEST LOCATION+VIEW of Hollywood
## 629 Beautifully Remodeled Classic Spanish Home
## 630 1 bedroom near the Grove
## 631 A spacious place with bath
## 632 Bright And Airy Space!
## 633 Cozy Spanish Style Home w/ Scenery
## 634 Comfortable, 3br home in the hippest part of L.A
## 635 Jillian's Home
## 636 Room near CSUN
## 637 Casa Tropical
## 638 Beautiful NoHo Studio Pool House!
## 639 Private Room By Noho Arts District
## 640 Sweet Private Guest House
## 641 The Cheerful, Cozy, NoHouse
## 642 Cozy Country Studio
## 643 Cozy Guest Room - NoHo Arts
## 644 Nice private bedroom/bathroom in the heart of Noho
## 645 Beautiful Home
## 646 Nice Hollywood home
## 647 NoHo Arts District Room in Townhouse
## 648 Friends in The NoHo Arts District
## 649 YOUR OWN APT IN NORTH HOLLYWOOD
## 650 Family room your home away from home.
## 651 Chateau de Soleil - Shared Double
## 652 Cozy room
## 653 Modern 1-Bedroom Condo 蒙市一室公寓
## 654 Spacious High Ceiling Artist LOFT
## 655 THREE COWS: Home, Sweet Home
## 656 Great Views Easy Access to Downtown
## 657 Villa Angeleno of Los Angeles
## 658 Room in Mansion,Los Angeles
## 659 Sunny Bedroom in Stunning Highland Park Rancher
## 660 Urban Retreat 50 Miles From The City
## 661 Spacious private bedroom
## 662 5 min Walk to Beach
## 663 Magical Topanga GuestHouse Hideaway
## 664 Relaxing 2 Bedroom Townhouse
## 665 1 Bedroom in Van Nuys
## 666 Urban Farm in Van Nuys CA
## 667 Lovely New Guest House in LA
## 668 Quaint beach village, ocean breezes
## 669 Quiet with partial view
## 670 Bedroom with Private Bathroom
## 671 Private Entry Beach Area Room & Bath. Ocean views.
## 672 Southern Ca Charm
## 673 WOW 2 mi 2 Magic Mountain VALENCIA!
## 674 Guest House close to LA attractions
## 675 Cozy private room-20 mins to Hwood
## 676 Feels like home...
## 677 room for rent in owner's house
## 678 Private bedroom close to the Expo
## 679 Private Bedroom near USC with Gated parking
## 680 Cozy Updated Santa Monica Guest Suite
## 681 Cozy Room close to the Beach
## 682 Private Room in a GREAT area!:)
## 683 Ocean Park Place
## 684 Santa Monica Bungalow
## 685 美國洛杉矶迦南民宿清新便利套房
## 686 两室两卫一厅的一层公寓,双车位,步行3分钟华人超市,附近有学校
## 687 nice quite house in rowland heights
## 688 Full furniture private room with king bed
## 689 Luxury & Comfort 5 bedroom Beautiful House
## 690 Fine room to stay
## 691 单间
## 692 Luck house
## 693 聖蓋博獨立屋2房均在二樓共99,记忆床垫,可住4人適合家庭結伴游居住
## 694 7W1 精緻旅遊 留學住宿
## 695 private room in San Gabriel
## 696 Pleasant. Cozy house!
## 697 Comfy Couch in Living Room
## 698 2 Bedroom Hardwood Floor Townhouse
## 699 The Camp
## 700 Private Room With En Suite Bath in Apt. Near Beach
## 701 Cute SM apt. with private patio sleeping 4
## 702 Modern Studio, blocks from 3rd St. & Pier BI311
## 703 Santa Monica Ocean Park
## 704 A Uniquely Beautiful Modern Studio
## 705 Boho Chic Shack by the Beach
## 706 Studio near 3rd St, Ocean, Santa Monica Pier BL209
## 707 Well located, spacious, sunny Apt w/parking permit
## 708 Entire house. Heart of Santa Monica
## 709 Santa Monica Bungalow
## 710 Share! 3BR./2BA Townhome/Backyard DECK
## 711 CHARMING 1 BD APARTMENT IN DT SANTA MONICA
## 712 Private room in SM! Walk to beach!
## 713 Cozy 1 BR SUPER QUIET & Clean
## 714 Santa Monica Luxury 1Bed1.5Bath, Newly Renovated
## 715 Priv Queen w Shared Bath + Skylight
## 716 LUXURY AP. IN SANTA MONICA. OCEAN,PARKING,PROMINAD
## 717 Private 3 bed-2 bath, Perfect Location
## 718 Super Sweet Room 5 Blks from Beach!
## 719 Beautiful Master Bedroom Townhouse 2!
## 720 Spacious, Relaxing and Sunny . .
## 721 Awesome, huge room in West LA!
## 722 Charming 2 bed/2bath Brentwood Apt.
## 723 WLA Treasure! In the middle of Sawtelle area
## 724 Private Studio in West Los Angeles!
## 725 Entire home/apt in Los Angeles
## 726 Quaint, Immaculate West LA Studio
## 727 罗兰岗 分租雅房一间 近香港超市 长租优惠
## 728 今晚特价罗兰岗主卧大套房kingsize独立超大卫浴Privatebathroom步行到超市饭店银行
## 729 Private room with restroom
## 730 Beautiful Townhouse in Sherman Oaks
## 731 Albers Estate-Lavish SaltWater Pool
## 732 Comfy room in fairy tale home
## 733 Sunny and spacious Private Bedroom
## 734 Private Bedroom in Convient and Lively Location
## 735 Sherman Oaks Modern w/Amazing View & Total Privacy
## 736 Amazing 2 bedrooms apartment in SHERMAN OAKS
## 737 Zip to must-see-LA, Private Entry
## 738 Tranquil and Private Cottage in Silverlake
## 739 The Rock Loft | Silver Lake Designer Apartment
## 740 Stunning Silverlake Modern Home
## 741 Cutest Silverlake Studio
## 742 Silver Lake Art Deco Spanish
## 743 Silver Lake Hilltop Hideaway
## 744 Colorful Modern Home w/ Jacuzzi Entire Home
## 745 Silver Lake Style
## 746 Beach Bungalow
## 747 Cool Beach Hideaway
## 748 Newly Remodeled Beach Getaway
## 749 Perfect Beach Getaway- Redondo Beach
## 750 Home Sweet Home
## 751 Studio unit+bathroom private
## 752 Reseda Village getaway clean quiet!
## 753 Cozy Private House in LA, Great For Families
## 754 LA! Friendly, safe, home near CSUN
## 755 Private cottage in secluded setting
## 756 Nice room with private bathroom小套房
## 757 安雅居
## 758 Santa Monica Adjacent W/Parking :)
## 759 Zen Den 2 blocks from Little Osaka!
## 760 Hotel like experience
## 761 Cozy room in heart of Santa monica
## 762 1BR Santa Monica Boulevard Cottage
## 763 Sunny Garden Viewed Room in House
## 764 Lage Master Bedroom - W.LA, Artsy Charm
## 765 COMFY FUTON 5 MIN TO SANTA MONICA
## 766 Large two bedroom in Brentwood - 2
## 767 Guest Room in Luxury Modern Condo
## 768 Small private room near UCLA
## 769 Couch in Bellflower home w/Pool!
## 770 Beverly Hills Adjacent; 1Bed1Bath
## 771 The Grove
## 772 Sunny Miracle Mile Studio
## 773 Charming Los Angeles Home/Mid City
## 774 Family Spanish duplex bottom
## 775 Pool house in central Los Angeles
## 776 Private Room in Spanish Style House
## 777 Luxurious house on treelined street
## 778 Cabin in the Woods
## 779 Private Luxurious Guest House
## 780 Beverly hills apartment
## 781 West Hollywood Luxury Apartment
## 782 Walk to the Grove and LACMA
## 783 Sunny Spanish Apt in West Hollywood/Mid City
## 784 STEPS FROM THE GROVE. 2 BEDROOM WEHO. 30% OFF
## 785 TOP 5 Airbnb: STEPS FROM STAPLES CENTER ! USC
## 786 MODERN RETRO LUXURY RETREAT
## 787 TOP 5 Airbnb: NEAR DOWNTOWN ! CLOSE TO ANYWHERE !
## 788 1890's Victorian Historic Home on Bonnie Brae
## 789 TOP 5 Airbnb: 2 MIN TO STAPLES CENTER ! DOWNTOWN !
## 790 Private Rm & Bathroom in DTLA TWNHM
## 791 Private studio 209downtown & AC!
## 792 Cozy Hostel Near Downtown
## 793 整层出租 cozy bedroom with mountain vie
## 794 Private spacious unit by LAX/beach
## 795 Spacious family home near the beach
## 796 Walk to the beach/ close to LAX
## 797 Close to Movie Theater, Mall &Banks
## 798 Cottage - Private Guest House
## 799 Entire Executive Home with Parking & Lush Garden
## 800 Perfect Location / Brentwood
## 801 Charming Private Room & Bathroom
## 802 2 Beds Priv Bath Brentwood Santa Monica Beach UCLA
## 803 Clean, Huge 2br/2ba in Santa Monica
## 804 Private Guest Bedroom with Queen Sleigh Bed
## 805 Private room close to everything
## 806 Large Brentwood bedroom
## 807 Master Bed and Private Bathroom
## 808 Brentwood Apartment for you
## 809 Modern Private Brentwood Bed/Bath
## 810 Luxurious, Spacious & Centrally Located 3br Home
## 811 Location, Location, Location! Private Studio.
## 812 Goooooorgeous!!!!! (Near NYFA)
## 813 Cozy Guest Room fit for a Superhero
## 814 My Other Office: Conference Room
## 815 Pvt Bedroom in Lovely Burbank Home w/ Mini Orchard
## 816 Burbank Hills Back House/Studio
## 817 Pasadena Foothills Oasis #1
## 818 Sunny Studio in Quiet Backyard
## 819 Peaceful House with Pool
## 820 Large Living Room in the Foothills 3 Bedroom House
## 821 Pasadena Guest House, Newly Renovated, with Pool
## 822 Cozy Hideaway
## 823 Rent Lovely Furnished Room
## 824 Midcentury Peaceful Oasis - House
## 825 Lovely Altadena Retreat on a Cul-de-sac
## 826 Cozy Private 1 Bedroom duplex in Safe & Quiet Area
## 827 Spacious, Modern, Clean, w/Private BATH - Sleeps 4
## 828 Arcadia文藝老宅
## 829 40' Bungalow in Atwater Village
## 830 BRAND New 2 Bed BEST Location Hollywood LA Center!
## 831 ☆ Home Away From Home ☆ Parking ☆ Walk Score 87 ☆
## 832 2 Bedroom Modern Duplex
## 833 Cozy Hollywood Bungalow
## 834 Lux Loft High Floor Studio+1B+1Park
## 835 Weho/Hollywood Wanderlust Condo
## 836 Entire Melrose District Townhouse
## 837 Cozy Spacious 2bdr2ba apt Hollywood
## 838 Upscale + Modern Apartment Near Sunset Blvd
## 839 The Harper Residence
## 840 Lovely 2 bedroom 2 bathroom apartment in Hollywood
## 841 Perfect Hollywood Location!
## 842 Charming Studio with parking
## 843 HUGE LUXURY HOLLYWOOD VILLA WITH PRIVATE BACKYARD
## 844 Modern Studio at Hollywood Walk
## 845 2BR/2BATH w/Pool View On The Walk Of Fame!
## 846 Gorgeous Hollywood Furnished Home
## 847 Glamping, Hollywood Style 4
## 848 Great studio apartment on Hollywood
## 849 BRAND NEW Loft - Hollywood Walk of Fame - 2 QUEENS
## 850 LARGE 1 BR steps from Hollywood Blvd & Renaissance
## 851 Room In the Heart of West Hollywood
## 852 HollyWood Hot Spot Vl
## 853 Valentino Manor
## 854 HOLLYWOOD HILLS GUEST STUDIO
## 855 Charming Room in South Pasadena
## 856 Entire 1 bedroom all to your self!
## 857 Peaceful and Private Room off 5 FWY near shopping
## 858 BRIGHT AND AIRY STUDIO CITY HOUSE
## 859 1 BR/BA Luxury Apt Above Ventura!
## 860 Cute Studio City 1 Bedroom
## 861 Stunning & Private Prime *Studio City*
## 862 Private Bedroom/Bath in Studio City
## 863 Pulp Fiction Home
## 864 Cozy NEW bedroom in Toluca Lake, CA
## 865 Comfortable Studio City Townhouse
## 866 UNIVERSAL STUDIOS/STUDIO CITY/SHERMAN OAKS/ NEW !!
## 867 Studio in Studio City. Walk everywhere!
## 868 3 rooms (2bed 1den) Walk to Universal Hollywood
## 869 Studio City Luxury LRG 2Bd Modern!!
## 870 Guest House near Universal Studios
## 871 Modern 1 bed in safe charming area
## 872 Exclusive Hollywood Charmer
## 873 Gorgeous contemporary house !
## 874 Sunland/tujunga beautiful home 47
## 875 TOPANGA OASIS luxurious natural resort style home
## 876 Beautiful private room and bath. Private entrance.
## 877 Torrance Beach, Spanish-style Villa
## 878 Topanga Ocean View Guest Apartment
## 879 The Otis Room
## 880 Beautiful retreat in Malibu Ca.
## 881 Malibu Queen Suite:Private Bath
## 882 The Dolphin Octagon
## 883 Malibu Hills Luxury Suite Retreat
## 884 Spanish Hacienda ten mins to beach
## 885 Cozy Vintage Trailer in Malibu Mountains
## 886 Private studio room near Downtown
## 887 3 minute walk from USC clean and private apartment
## 888 Apartment near USC
## 889 Bedroom near DTLA, USC
## 890 Dodger Stadium 1 bd Suite Sleeps 5 24 hr chk-in S9
## 891 Charming Old Hollywood Bungalow
## 892 Spanish Style Silver Lake 1 Bedroom
## 893 Silverlake Sweetspot
## 894 Mas Lago
## 895 Charming & Spacious Studio with Amenities
## 896 Silver Lake - Apartment with VIEWS!
## 897 Modern Apartment, Outdoor Patio
## 898 Airy, Light-Filled Silver Lake Haven -Spacious 1BR
## 899 SILVERLAKE HILLS RETREAT WITH VIEW!
## 900 Open Airy Modern Cabin w Big Deck & View
## 901 Private Entrance & Bathroom!!! ;)
## 902 Sleep under your favorite Cartoon Characters
## 903 One Bedroom Apartment in the Heart of Silverlake
## 904 Remodeled 3 Bed/1 -2Bath LA House!!
## 905 Charming 1920s California Bungalow near York Blvd
## 906 Bright & Spacious in Highland Park
## 907 Available Bedroom for the month of June
## 908 Hollywood Hills w Amazing View
## 909 Master Suite in Hollywood Hills
## 910 Hollywood Hills w/ incredible view
## 911 Modern Hollywood Hills Home with City Views!
## 912 A Small Cozy Guesthouse with a Movie Projector
## 913 **LUXE HOLLYWOOD HILLS GETAWAY! JACUZZI & SAUNA**
## 914 Cozy Bedroom in a beautiful apt in WestHollywood
## 915 Laurel Canyon Treehouse
## 916 Hollywood Hills - LA Lifestyle with a view!
## 917 4 BD Laurel Canyon Hollywood Hills House
## 918 Cozy room for two in Hlywd. Hills
## 919 Comfy room on Hollywood blv
## 920 My get away oasis
## 921 Malibu Bungalow in the hills of Tarzana
## 922 Gated , private drive, Sanctuary
## 923 Single story home in Temple City
## 924 Separate rooms 獨立房間
## 925 赫赫洛杉矶雅房出租(伯大尼之家)
## 926 Temple City天普温馨雅房
## 927 铜壶民宿,幽静套房,独立进出,独立卫浴,近公园,图书馆,餐馆,超市,健身房,你一定会满意!
## 928 Semi-Suite,Cozy Bedroom,一层楼独立屋,有前后院,各种果树
## 929 Beautiful home w/pool Toluca BR#1
## 930 Quiet w/ Private Patio near studios
## 931 Brand-New Modern Guest House
## 932 18960 PCH Malibu - LOWER LEVEL
## 933 Topanga Oak Tree Love
## 934 THE LITTLE BLUE BUNGALOW Perfect Romantic Get-away
## 935 HILL HOUSE SUITE. Ideal Romantic or Solo Retreat
## 936 1200 sf Yoga & Dance Studio w/VIEWS
## 937 Beautiful Villa close to Beach & Urban life!
## 938 Super Cozy Hollywood Cabin sleeps 2 (Q)
## 939 Cozy two bedroom centrally located
## 940 CHRAMING MASTER BEDROOM W/JACUZZI TUB IN NOHO
## 941 NOHO HOUSE 2BEDROOM 1BATHROOM SAN FRENANDO VALLEY
## 942 Spacious room w/private bath/parkin
## 943 NoHo 1 Bed Privete Bath
## 944 Shared Private Room W/Private Bath
## 945 Roomy Apt on Rose Restaurant Row
## 946 Great room at the beach!!
## 947 129 NEW Modern Venice 1-Bedroom Artist Bungalow
## 948 Beautiful Venice Beach Canal house
## 949 Venice Beach Namaste Retreat
## 950 Heart of Main St, 1 block to beach!
## 951 New Venice Beach 3bd w/ Great Views
## 952 Comfort Beach Stay
## 953 **Venice Beach Bungalow walk to Beach!
## 954 URBAN OASIS, Rose Ave Cozy Bedroom
## 955 The Complete Abbot
## 956 Venice Beach apartment across the Ocean
## 957 Happy Venice Summer Home
## 958 Charming Venice Cottage - steps to Abbott Kinney
## 959 Spacious Bedroom + Private Bathrm by Beach
## 960 House of Gratitude Venice
## 961 Perfect place to explore all Venice has to offer.
## 962 Guest House in Venice Beach
## 963 Great 4 Bed 3 bath Home in Venice
## 964 Charming Three Bedroom in the Center of Venice
## 965 Comfort near Venice/Santa Monica
## 966 WOMEN SHARED ROOM in VENICE HOSTEL
## 967 Modern Aritist Bungalow
## 968 3 bedrooms at the Beach
## 969 Private Bedroom in Venice Apartment
## 970 Hidden gem in the heart of Venice
## 971 Cozy bedroom & apt., steps to beach
## 972 Pacific Palisades Beach house
## 973 Full 2 Bedroom apartament Venice !!
## 974 Space A
## 975 Cozy Beach Bungalow in Venice
## 976 Private Beach Bungalow #1
## 977 100 Yards to the Venice Beach.
## 978 Voted #1 Slice of Heaven in Venice.
## 979 Venice Beach Welcome!
## 980 Craftsman Mini-me
## 981 Cute Apartment right by the beach!
## 982 Hip, Modern, Studio block to beach
## 983 Venice Beach Studio
## 984 Abbot Kinney Venice Pad
## 985 Quaint Studio Steps From The Beach
## 986 Beautiful near Beach/private bathr
## 987 Spacious Oasis at Venice Beach!!~1
## 988 Great House Near Venice Canals
## 989 Best Location in Nashville!
## 990 Heart of Downtown Nashville! BL1
## 991 Unit 1 Nashville Riverfront Loft
## 992 Near Country Music Hall of Fame CV2
## 993 Modern new Home w/ view of Downtown
## 994 Beautiful Location W/Free Wifi! 1N2
## 995 The City House - NEW DT in Midtown!
## 996 Awesome Midtown Loft w/ Home Theatre Projector
## 997 A Home Away From Home
## 998 3br/2ba Craftsman Close to Downtown
## 999 Ultra Modern East Nashville Charmer - 2BR/2.5BATH
## 1000 Cool Comfy Cottage Perfect for CMA!!
## 1001 Private Suite - Boscobel Bungalow - East Nashville
## 1002 Charming East Nashville Craftsman
## 1003 East Nashville Getaway
## 1004 4BR Midcentury Home, Best Location!
## 1005 Historic E. Nashville in 5-Points
## 1006 East Nasty Gem
## 1007 Easy Livin' in East Nashville
## 1008 2BR 5Points Historic East Nashville
## 1009 La Casa - Victorian Home
## 1010 Nashville Mega Loft walk to it all!
## 1011 Garden 7 BR Charmer off Magazine
## 1012 Spacious Home Great Location!
## 1013 Spacious Uptown Retreat
## 1014 Quiet lil' Suite Uptown - King bed & parking
## 1015 Cozy Corner
## 1016 Restored loft residence overlooking Magazine St
## 1017 Designer Loft, Magazine St, Porch
## 1018 Garden District Carriage House with Pool
## 1019 2BR New Orleans House w/Wraparound Balcony
## 1020 The III Muse an LGD Gem
## 1021 Beautiful 2BD Lower Garden District
## 1022 10mins from the French Quarter!..
## 1023 Lower Garden District Creole House
## 1024 The Townhouse on Magazine (Lower Garden District)
## 1025 NOLA (room C)
## 1026 Vibrant E. Nashville Stone Cottage
## 1027 Where Pasture Meets the Pavement
## 1028 Executive 4bdr Cozy Country Getaway
## 1029 Red Guitar Inn-Home away from home
## 1030 Cozy Craftsman w/ Private Entry
## 1031 3 BR Home Near Downtown Nashville
## 1032 "Purple Haze Room" Tribute To Jimi! New Music Row!
## 1033 Contemporary Home in 12S
## 1034 The Harmony House
## 1035 Charming Bungalow in 12th South
## 1036 12th Ave South Urban Oasis
## 1037 3 Kings & 3 Queens! NEW DT Midtown!
## 1038 Walk to Jazz Fest 3 blocks! Big Beautiful Home!
## 1039 Jazz Fest Cottage
## 1040 Jazz Fest apt. on Bayou St. John
## 1041 Lovely Private Suite with Parking and Patio.
## 1042 10 minutes to FQ/ Fairgrounds. Gentilly castle!
## 1043 Charming Gentilly Home
## 1044 Modern Bohemian New Orleans Home
## 1045 Beautiful Double Centrally Located
## 1046 Think Pad
## 1047 Historic Irish Channel Apartment -Amazing location
## 1048 Private rooms Uptown, pet friendly
## 1049 Cozy apartment in best location :)
## 1050 Charming Irish Channel 1/2 Double
## 1051 Beautiful historic apartment in Irish Channel
## 1052 Perfect Irish Channel Flat...Walk to Magazine St!
## 1053 Fully Renovated Uptown Cottage
## 1054 Mayor's Manor of Mid-City
## 1055 Lakeview Living
## 1056 Cozy, Private Guest House in NOLA!
## 1057 Luxury Garden District Condo!
## 1058 Off Magazine Historic House
## 1059 Gated Garden Distr. Shotgun w Pool
## 1060 Lower Garden District Apartment
## 1061 Jetsetter Luxury, Magazine Street
## 1062 are opening monthly. Safe an to all parts of
## 1063 Morning sun room,simple but sweet:)
## 1064 Big, Beautiful House in Bywater
## 1065 The Moon - Crescent Moonrise Suite - 1 BR - 1 Bath
## 1066 The Sideshow Suite Near French Quarter
## 1067 Lovely Bywater Cottage
## 1068 Historical Marigny Home
## 1069 4 suites + pool = summer fun at The Lookout Inn!
## 1070 Best Block in the Bywater (B side)
## 1071 Private room in shotgun.
## 1072 Private room in midcity
## 1073 Artist's colorful apartment
## 1074 Moroccan midcity room
## 1075 Eclectic Freret updated shotgun double
## 1076 NOLA house 3 blocks from streetcar
## 1077 Carrollton / Uptown 4 Bed Beauty
## 1078 Charming Boho Uptown Home
## 1079 Uptown House - Private Bed and Bath
## 1080 12thS Village /Vanderbilt Belmont
## 1081 Great 4 Bedroom Better Neighborhood
## 1082 Cute & CLEAN 2/1 in West Nashville!
## 1083 Private Cozy Cabin Dream Room
## 1084 Stunning 4000 sq ft retreat w/ Pool
## 1085 Comfy Quiet Hideaway Near Airport sleeps 8
## 1086 Steps From French Quarter & Frenchmen- Great Apt!
## Summary
## 1 This studio is fantastic! Such a beautiful space. Fits 1, or more, depends on if you want to sleep on air mattress and a bed, or bed only! 3 beds in the room - 1 queen bed, 1 twin, and 1 air mattress
## 2 Charming and grand, yet comfortable pool home! The house has 4 bedrooms, 3.5 bathrooms, an office, recreation room with 9' pool/ping pong table and wet-bar, in-home laundry machines, 2-car detached garage + parking space for one more vehicle. Located with amazing views of the hills of Woodland Hills. Close proximity to the famous Mulholland Dr, Woodland Hills Country Club, DTLA, West LA (Santa Monica/Beverly Hills/Malibu/ETC), the 101 Freeway, and plenty of shopping and dining!
## 3 Cozy unit , 1 Bedroom with own entrance, own shower, kitchen and laundry, , Gated, Front yard, very quite neighborhood, close to Village and Topanga mall, Commons Calabasas, Malibu, Beaches, hiking trails, and 101 freeway
## 4 Woodland Hills South of Blvd. home located amongst a quiet natural setting of trees. This listing is for the (~1600 sq ft) main floor encompassing the master bedroom, living room and kitchen that leads to backyard patio and the observation deck. ** No functions/parties allowed ** Please inquire about availability and provide bio for yourself and your friends before booking.
## 5 Charming vintage beach-style town home. 3 bedrooms+extra game room, pool out sofa, 2.5 bathrooms, Wifi, parking garage, TVs. Prime Woodland Hills location only 20 min. drive to Universal and 15 min. drive to Malibu beaches and walking distance to The Village and Westfield mall. Tile and wooden floors, huge remodeled kitchen/new appliances. Fire-place in living area and fire-place in master bedroom. Fully furnished, brand new washer, and dryer. Pool and spa in the complex.
## 6 Private room in a Gorgeous, bright and airy Mediterranean style House nestled in the Hills. 17 miles from Malibu wineries, 5 min to hike in Topanga Canyon, Great area for cycling lover and more ...
## 7
## 8 Enjoy this charming "craftsmen's house," on a quiet street close to the West Hollywood restaurants, just below Santa Monica Blvd. Whole Foods is within walking distance. Includes free washer/dryer. Three night minimum stay.
## 9 199 APRIL SPECIAL. Located in the heart of West Hollywood, this beautiful 4-story townhouse with 2 bedrooms, 2 bathrooms, plus open sleeping loft / office, 2 balconies, Hollywood Hills views, accommodates up to 5 guests. Brand new designer decor with top-of-the-line luxury furnishings. Garaged Parking for 2 cars included. Rate based on 31 minimum night stay
## 10 I love my WeHo apartment. It's like a private oasis. Full of natural light and all the comfort you can ask for. The pool, a few steps away from the entrance door, is always clean and ready for you to jump in.
## 11 Situation just at the border of West Hollywood and Beverly Hills, I invite you to live like a local in a cozy, conveniently located apartment. The apartment is a two bedroom, two bathroom; you get your own of each! I am in the apartment during your stay to help you with anything you may need. If you have any questions or need a different check in or out time, just let me know! Surrounded by shops, restaurants, bars, and cafes, I promise you will have a wonderful LA experience!
## 12 My place is close to Cecconi's, Gracias Madre, SUR RESTAURANT, The Troubadour, and Craig's. You’ll love my place because of the outdoors space, the neighborhood, and the light. My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups.
## 13 If you're a musician visiting LA, welcome to the music house! Amazing private room with a private bath in a cool, vibey house in the best part of LA. I only rent to musicians at a super-low nightly rate to contribute to the professional music soul of the house. Play the grand piano on the outdoor patio. Grab one of the guitars around the house. Use our-house engineer! Perhaps even get a track produced. Play with our great dog! Perfect for songwriters, producers and performers visiting LA.
## 14 Beautiful ceiling to floor windows looking out onto the shady courtyard, this colorful artist studio (Dbl bed, bath, shower & kitchen) is perfect when visiting LA. In the center of West Hollywood, a 5 min walk from public transport, bars & shops.
## 15 Stay in the HEART of Hollywood in this quiet, luxurious, happening place where you can walk, drive or even take the metro to just about anywhere in LA and anywhere in Hollywood in just minutes! Right across from the Hollywood and Highland Mall
## 16 Location, location, location... Enjoy this quaint and spacious 1 bedroom 1.5 baths in the beautiful West Hollywood! This unit has a wonderful balcony along with pool and free garage parking awaiting your arrival with a 91 walk score.
## 17 Beautiful one bedroom right off Melrose surrounded by the best shopping, restaurants, nightlife, and more. Large pool, jacuzzi, sundeck, gym, and business center in the building. Perfect for couples or one person! Everything you need is right here! Close to Alfred Coffee, The Abbey, EP&LP, Nobu, Alexander McQueen, Dash, and so much more! Very spacious apartment with all updated appliances and fixtures. Tons of light, quiet neighborhood, right by all the WEHO action! 1 Gated parking space!
## 18 My place is close to Laurel Hardware, Surly Goat, Delilah, The Hudson, Fubar, Starbucks, Connie and Teds, Trader Joes and many other great restaurants and bars. Walking distance to Weho and central access to all of Los Angeles. Just a short drive to The Grove, LACMA, Hollywood, Runyon Canyon, Fairfax and Melrose. You’ll love my place because of the location, the outdoors space- its calm quite and very centrally located. My place is good for couples, solo adventurers, and business travelers.
## 19 Live, rejuvenate, explore. This is your sanctuary in the heart of the exciting and vast city of angeles.
## 20 199 MAY SPECIAL. ENJOY OUR WEST HOLLYWOOD SUNNY SPACIOUS LUXURY 2 BEDROOM 2 BATHROOM CONDO WITH PATIO INCLUDONG SPECTACULAR VIEWS POOL GYM, STEAM, SAUNA. WALK TO WORLD FAMOUS SUNSET BLVD & EVERYTHING GOOD RENTAL INCLUDES PARKING, WIFI, WASHER DRYER & MORE
## 21 Gorgeous 2-bedroom apartment in West Hollywood
## 22 BEST LOCATION take a trip back in time with this spacious elegant accommodating 3 bedroom apartment
## 23 Spacious 1 br, 1 bath apartment in Weho. Centrally located, walk to everything - grocery stores, restaurants, bars, shops; short drive to most areas in LA. Fully furnished, airy and comfortable. Permit provided for easy street parking.
## 24 Beautiful retreat with stunning views in the heart of West Hollywood. Your large bedroom includes; view of downtown, private bathroom (with bath), Queen bed, double wardrobe. Large shared Living room, kitchen and balcony. WIFI, Netflix, washer/dryer in complex, highly secure building, great neighbourhood, parking permits available, rooftop with panoramic views. Walking distance from great restaurants, cafes, bars, health food stores and acting studios.
## 25 GREAT location! Near: Hollywood Bowl, Hollywood Blvd, Runyon, Metro, Hollywood sign, restaurants, shopping, grocery stores You'll have your own private bedroom and bathroom, with a floor to ceiling mirrored closet. Wi-Fi available Full access to kitchen and Keurig Flat screen TV and apple TV, Netflix, Hulu, HBO, Showtime W/d in building 1 parking space Small gym Private patio I have a hypoallergenic dog who stays in my room. I work all day so must be respectful of noise level.
## 26 Stay in my gorgeous home in West Hollywood! You will have a private bedroom with queen bed, private bathroom, and garage parking spot. Walking distance to the best restaurants, museums, bars, and shopping in Los Angeles / West Hollywood! Free WiFi!
## 27 This melrose place feel apartment is located in the hottest area of Los Angeles, Sunset Strip. Walk to all the restaurants, bars, nightclubs, stores of Hollywood and West Hollywood. One bedroom unit. Bedroom is yours. It has one queen bed. There is also a full size memory foam pullout sofa in the living room. Sometimes, i work in the unit and will be in and out during the day, but not usually at night.
## 28 My cozy New York style brick apt is located in the desired city of west Hollywood. It is a great size single perfect for two. Right off Santa Monica blvd. You are minutes from shops, restaurants and the THE WEST HOLLYWOOD NIGHT LIFE. Near bus stop and trains.
## 29 Downtown open loft 2-story apartment *2 queen beds *1 queen sofabed *W/D in Unit *100mbs High Speed Wifi *55" 4K Smart TV with Netflix, Hulu & Amazon Prime *2 tandem gated parking spaces *Fully stocked kitchen *Complimentary Coffee/Tea *Community Pool, Hot tub, & Gym on-site
## 30 Truly unique urban sanctuary in one of Los Angeles's premiere Mid-Century Buildings. Floor to glass windows with stunning south views of LA. Available for small production photo shoots or filming
## 31 Beautiful 1 bedroom in a resort like bldg and all the amenities you can imagine. Great and convenient location. Walking distance to Staples Center, LA Live, Convention Center 7th and Fig, transportation and more.
## 32 Centrally located in a quiet neighborhood in Rampart Village between Silver Lake, Westlake, and East Hollywood. Very close to grocery stores, bars, and popular local eats.
## 33 My place is close to Vons Pharmacy (inside Vows) Echo Park Right out side of Downtown Arts District 1.5 mile from Dodgers Stadium 1.5 mile from LA Live (Lakers Stadium) 15 min from Hollywood 22 min from West Hollywood 35 min to Santa Monica . You’ll love my place because of Close to EVERYTHING!! You can Uber Anywhere!!. My place is good for couples, solo adventurers, and business travelers.
## 34 The most comfortable room with private bathroom inside. Pets welcome. Nearby many shops and supermarkets. 5mins to 10freeway. LGBT friendly. Organic Breakfast Buffet. Lot of parking space.
## 35 Completely redefining the vacation rental experience, all 5 star reviews (80+) except 1 from this site. It's frustrating as ???? for me because I offer a very unique, comfy place that literally has everything, great amenities + food choices included, concierge like service with complete privacy and I treat guests like I would love to be treated. I've been booked over 300 days a year for the past 2 years but virtually nothing here because of 1 review. Nobody else offers the experience I do.
## 36 Private room with full size bed and window A/C very close to LAX. Although the bedframe is from a sofa bed, the mattress itself is from a real bed. Bathroom is shared. This building is on a quiet street within a few blocks of LAX car rentals.
## 37 Bed, desk, printer, and walk-in closet. Free fast wifi, utilities(gas, water, electricity) generally included if you don't use too much. Parking available within the unit. nice neighborhood close to LMU, otis college and LAX. female preferred.
## 38 Our bright and comfortable room has its own private bath and separate entrance. Plenty of parking and easy access to LAX, Playa del Rey, Marina del Rey, and El Segundo make it one of the best locations for visitors to the West side. Enjoy our outdoor living space and garden in addition to in-room amenities including refrigerator, microwave, and Keurig. It's a great spot for couples, solo adventurers, and business travelers!
## 39 Conveniently located 7 min away from LAX, walking distance from Westfield Mall and about 10 minutes drive from the beach. All the amenities available such as pool, hot tub, gym and even a business center. I will try my best to accommodate all your needs and I am looking forward to having you as my guest!
## 40
## 41 House is less than 2 miles from LAX,close to LMU,Otis college, Trade Joes and In and Out Burger.
## 42 This is a beautiful house located in the West Hills, sunshine, swimming pool ,lemon tree in the backyard, perfect for relaxing, great kitchen to cook in, comfortable bedrooms. Quiet neighborhood & community, and close to Malibu, Santa Monica, Beverly Hills, Calabasas.
## 43 My place is close to great views. You’ll love the space because of the ambiance and the patio. It is good for couples, solo adventurers, and business travelers.
## 44 Private Entrance and Bathroom. Breakfast available 8:30 - 10:30 am. Snacks available. Pool and Spa. Lovely Garden. Plenty of Parking. Close to several Parks. Nearby shopping and freeway access.
## 45 This room has your basics. A bed, bathroom, fridge and microwave. The apartment comes with tv and Netflix! Stay close to Beverly Hills, Westwood, Santa Monica and Venice in this conveniently located Airbnb!
## 46 Very gorgeous luxury 2400 square foot condo with high ceilings, two patios, parking, bets location in LA. Super clean, dealing lady included 2 x week, jacuzzi, TOP Lux, 2 master bedrooms with King size bed, Loft Bedroom upstairs , internet
## 47 Perfect studio/ room in the heart of West Los Angeles. This large studio & bathroom has its own private entrance & patio. It has complete privacy. Studio has all the basics: king size bed, convertible sofa, television, and kitchenette with a mini fridge, microwave, & coffee maker. Located in the heard of West LA, Century City adjacent. Close to the Westfield Century City Mall and Westside Pavilion. This is perfect for a businessperson, friends, or small family.
## 48 Very bright, clean,cozy place.Perfect place for a family, couples, business traveler or tourists.Walking distance to Westwood Village, Century City Mall and UCLA and UCLA hospital. About 5 min. drive to Rodeo Dr. and Beverly Hills, 15 min. drive to Santa Monica Beach. Easy access to all freeways.This location is everything!
## 49 3,000+ sqft built & designed by renowned architect S. Duncan for persons desiring complete privacy with excellent indoor/outdoor entertainment space. 3rd floor office may be used as 2nd bedroom. Only serious inquiries, please.
## 50 A piece of Venice history, this building was built in 1907 and is full character. A walk street away from sand, and surrounded by bars and restaurants ranging from fantastic whole in the wall to the finest dining.
## 51 WELCOME: Life's a Beach - JOIN US. RIGHT AT CENTER OF VENICE BEACH! ALL – YOU – CAN – EAT BREAKFAST! RELAX IN YOUR ROOM WITH - INTERNET & WI-FI. ALL ROOMS EN SUITE. CAN YOU BEAT THAT?
## 52 Comfortable private bedroom/private bathroom in luxury house next to the marina and Venice beach. Quiet upscale neighborhood yet close to LAX. Short walk to great restaurants, bicycle rentals, yoga studios. etc. Convenient (free) street parking
## 53 2 bedroom apartment with its own parking. The apartment is equipped with a full modern kitchen, 50' flat screen tv, new bathroom, air conditionning and heat. This apartment is Bright and sunny!
## 54 Quintessential Venice bungalow. Natural light floods the space throughout the day. French doors open onto private backyard perfect for lounging in the sun, dining and BBQ'ing.
## 55 Come stay and play at our comfortable 2 bedroom, 1 bathroom apartment with nice outdoor space! We're just a few blocks from Venice Beach, Rose, Main Street & Abbot Kinney. This place has the old school charm of Venice with a new school twist!
## 56 This is a gated single family home (1800 sft) located in a friendly community. Remodeled kitchen with all-wood cherry cabinets and high-end appliances. Very close to Los Angeles attractions: - Los Angeles downtown: 5 miles - Santa Monica beach: 8 miles - Venice beach: 9 miles - Hollywood: 5 miles - Beverly Hills: 4 miles - Culver City: 2 miles -LA Live/Staples center: 5 miles - Los Angeles International Airport (LAX): 7 miles - Griffith Obsevatory: 7 miles - SONY studio: 3 miles
## 57 Bright Room, Closet, Desk & Chair, Shelves. Shared Bath, Quiet Close-in Neighborhood, Convenient to Central Los Angeles, Metro Expo Line, Buses, Laundry.
## 58 My place is close to public transport, the airport, parks, and art and culture. You’ll love my place because of The charming mid-century modern architecture , and the vast outdoor areas., the views, the kitchen, the location. My place is good for couples, solo adventurers, and business travelers.
## 59 Our house is located in the beautiful city of Walnut, California. We are 10 minutes from Fairplex in Pomona, 35 min. From Disneyland or Hollywood. We are near shopping malls and Public Transportation. We have other rooms available for larger groups. I am a teacher and my wife is a nurse. We would love to host you.
## 60 great safe are near shopping.malls and beaches.public transportation
## 61 Namaste. Our house is a temple of love filled with peace, unity, and respect. We love hosting and meeting new people from all over the world, welcoming them into our sacred space we call home. This is our Master bedroom with a Private bathroom and shower located inside the room. All common area and a full kitchen, with the exception of light cooking, is available to our guests while cleaning after used is appreciated.
## 62 Hi and thanks for looking into my private home, owner operated. I look forward to your stay and welcoming you to the Venice beach area! With amazing ocean views from the bedrooms and balconies, watch the sunset and boardwalk madness from your home!
## 63 Venice Beach Studio, steps to the sand and the famous Venice Beach Boardwalk! You are right in the heart of world famous Venice Beach! This private and comfortable studio is located right behind Muscle Beach - there is even a 2 story tall mural of Arnold Schwarzenegger right around the corner! Beach life, nightlife, shopping and restaurants and the fun of Venice Beach Boardwalk, all within walking distance.
## 64 2BD in beautiful Marina del Rey 2 blocks away from the Sunny Beach and restaurants. My place is close to C & O Trattoria, Venice Whaler Inc, The Cow's End Cafe, Hinano Cafe, Mercede's Grille & Cheesecake Factory. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 65 Cozy private bachelor one block from the beach! Venice boardwalk, shops bike path and restaurants within walking distance and a shuttle right outside your door. Exclusive location in the marina peninsula. Queen bed. Mini fridge. Street parking.
## 66 This wonderful apartment is situated within walking distance from the beach. 5 minutes to the Marina with hundreds of beautiful yachts and worldwide famous Venice beach with hundreds of restaurants and cafes. Santa Monica is couple of miles away. Very safe residential area.
## 67 This cute, compact, and efficient studio apartment is located half a block from the beach and Venice Boardwalk, also a short walk from the Abbot Kinney and Main Street shopping districts. This private studio is perfect for one person, or 2 who are ok living in close quarters.
## 68 Live like a local in this original Venice walk street bungalow (not a duplex or guest house), perfectly situated between the beach and Abbot Kinney with everything you need for a holiday or extended stay.
## 69 The property is a one bedroom bungalow - it is bright and airy. Very Venice. You can enjoy time in the cozy backyard, walk just 2 short blocks to Abbot Kinney or head straight to beach. Everything is within walking distance to this great spot. There is one parking spot. Small 32" Smart TV - No cable (streaming only).
## 70 Cozy bedroom available in this leafy Venice oasis about a mile from the beach. Lots of natural light and a backyard w/ patio you won't want to leave! Close to lots of great restaurants and the famed Abbot Kinney Blvd, "the coolest street in America."
## 71 This condo has beach views and is fifty feet from the sand. Be steps to Venice Beach and close to all that Los Angeles has to offer at the same time. In our three bedroom, four bath condo you will truly enjoy Los Angeles.
## 72 Coastal: Beautiful, Spacious Modern Apartment with Pool/Spa, Gym, Media Room. All NEW Furniture. Open floor plan, Walk to the Marina harbor, Bike to Ocean. Supermarkets, Shopping, Theater, Restaurants are All Walking Distance.
## 73 My place is close to Wurstkuche, Flake, and Cafe Gratitude, and is two blocks away from one of Venice's most trendy streets, Rose Ave. You’ll love my place because of the natural light, central location, cozy yard, and spacious living room. My place is great for couples, solo adventurers, and business travelers.
## 74 Newly remodeled apartment with brand new appliances and furnishings. This is the closest building to the beach in Venice Beach. You can walk to the sand in 20 steps. Enjoy the sunset each night on the rooftop patio. Walk to all of the Venice sights.
## 75 SORRY FEMALES ONLY. Spacious master suite that has a private balcony as well as double master bathroom. We are steps from the ocean & within walking distance to Abbot Kinney, the boardwalk, shopping, restaurants & night life. I also have a bike available for your use. 3 hard working young women share the spacious common areas and rarely see each other due to hectic work schedules. We are all very chill, super friendly, drama free, respectful & and keep our common areas clean. Welcome!
## 76 Private room in classic Beach House very close to the Beach, Marina del Rey Yacht Harbor, bike path, Restaurants of all price ranges just around the corner ,trendy Abbot Kinney a block away ,short bike ride down the Beach to Santa Monica.Hollywood not too far
## 77 Located in the heart of Venice Beach our original 1960 vintage Airstream LandYacht camper resides in our private garden getaway. Guests will have access to the restroom and laundryroom in our home. Close to all of Venice's finest restaurants and beaches. We have dogs that live on our property.
## 78 Private guest room for a single traveler (no couples please) in the heart of Venice Beach with it's own entrance, sitting room, and kitchen. Bathroom is shared. Relax in the hummingbird garden, walk to the beach,or take the bike and ride up the famous boardwalk and around the area. Walk or ride to Abbot Kinney, Rose Avenue, Main Street, Santa Monica Pier, Marina del Rey, and to many shops and restaurants.
## 79 Best place in downtown LA with great location where you can access anywhere easily. The new building with amenities of gym, pool, hot tub which is looking to downtown LA. You have your own private room, private bathroom and FREE parking spot not the whole apartment. A few minutes walking to bars, restaurants, target, Ralphs. 15 minutes walking to: - Staples Center (Home of the LA Lakers, LA Clippers, and LA Kings) - J.W. Marriott - Los Angeles Convention Center - The Westin - 24/7 SELF Check in
## 80 BRAND NEW APARTMENT +5 BEDS in the heart of DOWNTOWN LA. This Mediterrabean style luxury resort complex is absolutely gorgeous and will be the ultimate resort get away you've been looking for!! Whether you are enjoying the ultra luxury pool, or exploring the lively streets of downtown LA, this is the perfect home away from home for you stay in Los Angeles. FREE Wifi, FREE Parking. PLEASE READ THE HOUSE RULES BEFORE INSTANT BOOKING OR INQUIRING.
## 81 Stay in my super cute bungalow in Echo Park. Charming & well designed. 10 minute walk to Echo Park Lake and a 5 minute walk to Vista Hermosa Park. 5 minute drive to downtown Los Angeles or central Echo Park.
## 82 Our place is about 10 minutes to Downtown Los Angeles or Hollywood, and the LACC college (GREAT FOR STUDENTS), about 20 minutes to Beverly Hills, Universal Studios. Very centrally located to most iconic places in LA. You’ll love our place because of our hospitality, clean, very safe and great. We have information available for you in case needed with brochures,maps for tours, events, hospitals, medical centers, or business related.
## 83 Single room with desk & TV, Wifi, apple TV with Netflix, HBO. Own bathroom. The room has it's own entrance.
## 84 This centrally located Downtown Los Angeles property offers rooftop views and a great location that is close to the Los Angeles Convention Center, Staples Center/Nokia Live, and some of the most famous restaurants, bars, shops, and museums.
## 85 A great little room, all yours, with a locking door. Fully furnished with sheets, desk, chair, twin bed etc...
## 86 ENTIRE PLACE, Cozy studio that can fit 5 people total. YOU WILL HAVE ENTIRE PLACE TO YOUR SELF perfect pricing and perfect size for people with several guests and the ultimate privacy to have for your self and your group Has a small kitchen and a mini fridge and all the basics needed to cook, plenty of closet space equipped with wifi has a queen bed that fits 2 Floor mattress fits 2 and a couch that fits 1 FREE PARKING (request in advance)
## 87 Very nice loft studio in a beautiful contemporary modern building in a premier downtown Los Angeles. Very close to the convention center. Walking distance to the Figat mall. Gym, pool and a beautiful common terrace as amenities. Laundry, wifi, tv cable and free parking. You will have an amazing staying!
## 88 My place is a sleek 1,600 sqft condo, private and has comfy feel with a pool, 24/7 gym and is close to many restaurants, shopping, museums, art galleries and nightlife. Its a perfect fit for couples, solo adventurers and business travelers. Starbucks and Plan Check are across the street, several other small fastfood chains and luxury restaurants are within a few blocks. Chase Bank is in the building at the lobby within express branch for all your banking needs with several other banks in area.
## 89 Hey these pics are part of the house the room to be rented is listed in first listing
## 90 Next to DTLA's best restaurants, shopping, Staples Center, Convention Center. Modern 2 bedroom 2 bathroom apartment with DTLA views, oversized windows, pool and fitness center. Complementary PARKING spot is provided. Free WiFi and smart TV.
## 91 2 Bed/ 1 Bath in the heart of Downtown LA! Come experience life in the city. Walking distance to restaurants, lounges, LA Live, Staples Center, and much more! Fully furnished unit all you need to bring is your clothes. Tenant happy hour M-F 6-9PM.
## 92 Nice apartment in downtown LA with all the comforts in a beautiful community. Amenities include beautiful pool, very equipped gym, roof jacuzzi and parking space in a gated garage. Washer and dryer inside the apartment. Very safe area close to malls and restaurants. Enjoy the exciting downtown LA life!
## 93 Weary wanderers, tired travelers & avid artists - REJOICE!! And welcome home :) This is your sanctuary - a small house in the thriving Echo Park / Historic FilipinoTown section of LA. This beautiful escape is right at the heart of the city, within walking distance of Echo Park lake, and a short drive from Silverlake, Los Feliz, Hollywood & Downtown. This place is great for couples, solo adventurers, business travelers, artists, and furry friends (pets allowed - with approval & extra deposit).
## 94 Spacious private room for one person, with shared bathroom in beautiful, welcoming house with rose garden. Large kitchen with all appliances available. Room has lots of natural light. House located in a quite neighborhood 30min drive from central LA.
## 95 If you would like to be one of those luxurious buildings, maybe this one is not the right one for you, however If you are looking for a clean and safe apartment with a great location to UCLA for an affordable price, I would like you to take a look at my listing. The apartment is located on Kelton Ave and provides a very easy commute to UCLA, Ronald Reagan Medical Center. It is minutes away from Westwood/ Wilshire. Im offering a great location with affordable price to travelers!
## 96 Modern, luxury 1 bedroom & 1 bath with a full kitchen. The apartment has washer & dryer access, on-site gym, high-speed internet, cable TV, plus gated underground parking. One block to UCLA and Westwood Village, walk to the Geffen Playhouse, the Hammer Museum, farmers market and more than 100 restaurants.
## 97 My place is a short walking distance to UCLA and Westwood Village. You’ll love my place because of it's harmonic ambience in a paradise garden sanctuary in the center of chaos. The building is also surrounded by a lush garden that I have created with tons of exotic plants, blooming flowers and hummingbirds. The garden is a part of this unit and a true gem to be experienced.. My place is good for solo adventurers.
## 98 Must love hardwood floors! This charming 2 bed 1 bath apt has both a dining room and a breakfast room. Enjoy a home away from home feeling in Century City. Close to Studios, Beverly Hills, Westwood UCLA, Venice & Beaches.
## 99 Very spacious 3 bedroom. Ideal for families, large groups or professionals who would love to be in a spacious area. The washer and dryer is in the unit. All wood floor. Very isolated and private building with 6 units. I also have a 2 bedroom unit available in the same building if 3 bedroom is too large for you. You are literally 5 min to UCLA, 6 min to Rodeo Drive, 15 min to Santa Monica Beach and 25 min to LAX. Amazing location with lots of space and free parking available.
## 100 Comfortable/cozy/ charming studio in Westwood. You will want to call this home! Close to shops, restaurants, buses, blue-line, UCLA, century City and beaches. Couch, queen bed, eat in kitchen, closet and bathroom. Watch your favorite Roku channel on the 50" tv or Surf the net
## 101 This is a spacious one bedroom apartment, walking distance to UCLA, in the heart of Westwood, an amazing neighborhood, very safe and walkable with plenty to do around! 10 minutes away from Santa Monica Pier, Beverly Hills and West Hollywood.
## 102 Lucxry Private bedroom suit with balcony and Private Bathroom available in Beverly Hills.The apartment is walking distance to Westfield Century City Mall as well as countless restaurants, grocery stores and convenience stores (including Trader Joes, Ralph's and Rite Aid!) Coffee Bin Washer and dryer is in building.
## 103 This enclosed and modern location is very close to the UCLA campus and the surrounding fraternities. This spot is also a 5 minute walk from Westwood, which is a popular area for dining of all prices and going to the theaters. You'll love my location because of the building itself and it's great location. The ambiance is very calm and friendly, aswell. A cool bonus about my room is that there's a side entrance from the street to the room. My spot is ideal for students, couples, and small groups.
## 104 Beautiful big bedroom with attached bathroom inside of a cosy beautiful high ceiling apartment in a great location 25 min walk to UCLA , 5 minutes drive to Beverly Hills, 10 minutes drive to Santa Monica Beach and right down the 405 freeway. Walking distance to shops in Westwood Blvd .
## 105 The apartment is located in a very safe and beautiful community. From here you can walk to the world-well-known UCLA University within 10 minutes, also you can drive only 10 minutes, the attractive Santa Monica Beach and the prestigious Beverly hills are looking forward to your (URL HIDDEN) apartment welcomes families,couples,travel enthusiasts,business people,students,visiting scholars.
## 106 My place is close to UCLA, restaurants, Westwood Village . You’ll love my place because of the neighborhood, the light, the coziness, and location. Great for couples, solo adventurers, and business travelers. This is a walk up apartment. 5 minute walk to UCLA. 15 minutes walking to Westwood Village.
## 107 Renting my 2-bedroom apartment in the heart of Century City - Walking distance to Century City Mall - Bus stop with express line to Santa Monica beach, Hollywood, and Downtown - Minutes from 405 and 10 - 5 min from Westwood village Parking.
## 108 You’ll love my place because of the location, the people, the ambiance, and the neighborhood. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets).
## 109 2,000 sq. ft. house in an upscale neighborhood, with a large yard, enclosed patio, & plenty of parking. The house is all 1 single story so NO STAIRS inside the house! Walk 2 blocks and you will be at restaurants, StarBucks, many groceries (Aldi, Trades Joe, Vons, Ralphs, BevMo) and department stores (Sears, JCPenny, Kohl), etc. Close to Disney, Knotts, Whittier & Biola University, Honda Civic Center, Downtown, Staples, Dodgers & Angel Stadium, and beaches.
## 110 Our charming newly listed home is located on the border of Hancock Park and exciting Koreatown. This beauty is close to all the hot LA attractions and landmarks. Please relax and make yourself at home to a wine & cheese reception, and the clean, zen-like feel our home provides.
## 111 Come stay at my modern and comfortable place. Good for business travelers and for couples.
## 112 A Private room with a shared bathroom is available for you to stay and explore. Whether you're here to check out the Claremont Collages, La Vern University, Western University or here to visit Southern California, this place will be great for you. Located in a walking distance to the train station that takes you right to LA Union station or a bus stop that has several bus lines. Updates: we're moving and will have stuff around the house. If you're ok with this, we are happy to host you.
## 113 Come stay at this quaint 1913-built apartment unit! Enjoy the privacy of your own living space with easy access to all the major freeways. No need to find parking. The neighborhood is old but safe and close to everything. There's always someone on the premises to help. This will be your home away from home! Need more space? https://www.airbnb.com/rooms/13238716 Note: Airbnb does NOT charge the security deposit upfront. It's an obligation only if any theft or damage occurs during your stay.
## 114 My beautifully decorated spare bedroom that will accommodate one person is located in the redeveloping city of Compton. The gated community is safe and quiet. The bedroom also comes with a full private bathroom, wifi and cable.
## 115 Cozy, quiet gated community, a 3-storey townhome nestled on a hill with picturesque view of greenery & trees. Access to a private vanity room & bathroom . Extra firm mattress with luxurious silk comforter. Large closet space. Enjoy breakfast at IKEA next to our community. 10-mins walk to BJs, TGIF, Target, Munchies. Parking is available upon request. Near MetroLink station. 19 miles to Ontario Airport, 6 miles to Raging Water, 26 miles to Disneyland, 20 miles to Old Pasadena, 4 miles to Mt. SAC.
## 116 This ZEN CALM space in DEL AIRE ~ is close to LAX, MANHATTAN BEACH, EL SEGUNDO, ALL BIG AEROSPACE, MATTEL, RAYTHEON, BOEING, LA AFB, NORTHRUP G, SPACEX, and MUCH MUCH MORE. LOCATED on a quiet street in DEL AIRE. You’ll love my place because of its SAFE, SECURE, Quiet, Peaceful, Private, Clean, and a pleasant surprise., the neighborhood, the outdoors space, the location, the ambiance !. My place is good for solo adventurers and business travelers.
## 117 Perfect for those looking for a high standard accommodation. Good for couples, solo adventurers, business travelers, and families (with kids).
## 118 SPECIAL DEALLuxury apartment in the heart of downtown LA , few blocks away from the Staple center ,L A CONVENTION CTR , Hollywood live etc, in a full service building with all the top of the line amenities
## 119 Spacious one bedroom urban loft in Downtown LA. This large loft offers its own private patio with stunning views of Downtown. Walking distance from LA's best restaurants, LA Live, and Staple Center. Building offers incredible amenities and free onsite parking. Loft offers one bedroom with a queen bed and a sleeper couch. *Please note this is an open room concept meaning the bedroom has one half wall and three full walls. It is not a fully closed room.
## 120 From outdoor art installations to innovative restaurants in Downtown LA, Arts District is where your lifestyle thrives. Walking distance from your favorite boutiques, shops, and galleries. Premier locations to taste the culinary delights of Cerveteca, Cafe Gratitude, or a cocktail from the Hudson. Also commute using the nearest rail lines!
## 121 Comfortable and spacious roomwith private bathroom .
## 122 The Studio is located in Fashion District at Downtown Los Angeles. This studio apartment comes fully furnished with two full size beds, private bathroom and full size kitchen. Apartment also has WiFi and Cable TV. This apartment copmplex was built in the 1900's it's very vintage property. Please don't expect luxury or premium living. it's for people on a budget.
## 123 Fresh new ENTIRE APARTMENT on the edge of Downtown LA. The unit is within an AMAZING, four block resort with an ambiance that will make you feel as if you are on the Caribbean Islands. Plus, you have access to a 24hr balcony/rooftop, barbecue, & world class gym. Book this beautiful unit now! ALSO, PARKING IS INCLUDED.
## 124 This is the coolest building in Downtown Los Angeles. Its on the Rooftop of one of the oldest artist lofts in the district. Located right across the street from (URL HIDDEN) Yes this area is really cool, fun and one of a kind.
## 125 A private room in beautiful spacious, light filled downtown loft. Comfy Queen Bed, Laptop ready Desk, Wifi, and in-room A/C. This 3-story brick building is one of LA's oldest–built in 1887–and has some seriously unique history. Walking distance to The Broad, MOCA, Little Tokyo, the Arts District and many of the hottest places to eat in Los Angeles. A good fit for solo adventurers and creative business travelers.
## 126 Simple and super clean in a convenient location. Modern building with convenient amenities. Stainless steel appliances, washer/dryer and dishwasher, access to fire pit, jacuzzi and pool. Garage parking available upon request.
## 127 Spacious studio loft with lots of natural lighting.
## 128 My place is close to all the best parts of LA; 1 min away from two major LA freeways - 101 and 110; there's a bus stop right out front of my building! You’ll love it because of the comfy bed, the variety of entertainments, its welcoming atmosphere, quietness and coziness. There's also a small dog living in my apartment, she is of a rare breed, clean, friendly and trained. So if you don't want to interact with her she will not bother you, otherwise you're welcome to make a new fluffy friend :)
## 129 Unwind & enjoy your Downtown LA stay in a clean, private, master bed/bath room. Access to freeways, walking distance to Chinatown, Union Station, parks, & a short drive to Hollywood & other LA attractions! Partake in all of the complex amenities for no extra charge including access to sauna, pools, track, volleyball court, yoga, cross-fit, and boxing! *PARKING is NOT included, but there is a guest garage for 6 per 12 hours and ample free street parking after 7pm.
## 130 Close to DOWNTOWN LA PREMIER LOCATION! ALL NEW DESIGNER APARTMENT. WALK TO EVERYTHING EXCITING DTLA HAS TO OFFER. PRICE INCLUDES PARKING FOR 1 CAR, WIRELESS INTERNET, WASHER & DRYER & PLUS SO MUCH MORE.
## 131 Close to STAPLES Center & L.A. Live; a block from LA Cafe, The Exchange & Reserve, etc – amidst all Historic Core Venues. You’ll love our views & cozy feel, w/ wraparound windows & the best rooftop views in DTLA! Great for couples, solo adventurers, business travelers, big groups, and pets. Perfect for Music Lovers, Photographers & Filmmakers: commercially zoned w/o late night neighbors, we can crank up the world-class sound system all night, chill with a sensual ambient vibe, or whatEVER!
## 132
## 133 This beautiful studio loft in DTLA offers a paradise for photographer travelers, videographers or anyone looking for a true downtown experience! It features exposed brick, 16ft ceilings, hardwood floors, two double skylights. Beautiful light. Inquire for shooting rates!
## 134 Creative energy surrounds this centrally located loft-- in a newly updated vintage high rise, the NCT lofts. Trendy restaurants, cafes, bars, clubs, pubs are just a few steps away. Get inspired by the Fashion District, the Flower Mart, and the many Art Galleries in the neighborhood. The place 2 Be!
## 135 Great place to tourist around. Easy access to public transportation and freeways. If you are coming for business is great location too because you can get almost everywhere in the city in less than 35-40 mins. I have a little poppy, she is a friendly Boston Terrier.
## 136 Downtown LA CubeSpace bed in shared room. Make friends and good memories. Located in the heart of downtown LA in the flower district. All beds have curtains and TVs with Netflix. This listing is for a full size bed.
## 137 Beautiful and spacious 1 bedroom apartment on 14th floor in DTLAs most luxurious residential building. Gorgeous floor-to-ceiling city views from the living room and the bedroom. Close to LA Café, Exchange LA, Staples Center, LA Live, Nokia Theater, and many other restaurants, bars, and shopping. You’ll love the city views, the location, and the luxury amenities. Good for couples, solo adventurers, and business travelers. Amenities include two gyms, game room, pool table, pool and Jacuzzi.
## 138 1,500sq.ft. loft is available for sublet. It is located in the arts/industrial district, close to galleries and hip new restaurants, coffee shops and grocery store. Ideal for someone who wants to be close to downtown center and not in the traffic and crowded area. Free gated parking, Wi-Fi, AC , laundry in building. Small male cat Marco will be at the space. Basic check on food.
## 139 Hugh Brand new Upscale 2 Floor 2Bedroom Condo of the middle of Downtown LA, close too freeways, public transportation, LA Conversation Center, Staples Center, Many Shops And Restaurant. Close drive to Hollywood, Beverly Hills, Santa Monica Beach and LAX Airport :)
## 140 Our place is close to everything! We are located in the heart of downtown Los Angeles, seconds away from restaurants, bars, coffee, grocery stores, shopping, etc! We are a short walk to Staples Center, LA Live, and Pershing Square. We have a walk score of 90/100 and a transit score of 100! You’ll love our place because of the location, the amenities ( 24 hour rooftop pool, BBQ & gym!), the upscale apartment and city views! Our place is good for couples, solo adventurers, and business travelers.
## 141 Little Tokyo Gorgeous Penthouse Loft, in the heart of Little Tokyo, near Los Angeles Convention Center, Staple Center Disney Museum Clubs and Restaraunts. My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups.
## 142 Welcome to The Rosemary Hotel. Vintage stay in the heart of LA. Members and approved guests can book this room. There are 5 private rooms and two shared bathrooms with showers. There is a full bar with private bar tender.
## 143 Brand new modern apartment in downtown Los Angeles, CA. Great, central location for anyone looking to explore Los Angles. The apartment is fully furnished with new furniture and is on a high floor with floor to ceiling windows and a balcony. It is a one bedroom apartment with a brand new kitchen with the latest fancy German appliances, a separate home office and a balcony. Location is fantastic - walking distance to hundreds of restaurants and Whole Foods Market that is a 1 minute walk
## 144 You’ll love my place because of the amazing location, Panorama VIEW, and beautiful architecture, All Free 5-star amenities,natural light, the comfy bed, the outdoors space. I invite all couples, solo adventurers, business travelers, families (with kids),... Accessible location with no freeway noise! Enjoy the nightlife around you! Large one bedroom apartment with full kitchen, large bathroom, and bathtub, high-speed internet, free parking, professionally cleaned waiting for YOU!3% off weekly
## 145 Amazing Location in the heart of downtown. Steps away from Pershing Square Park/Station. Walking distance to Grand Central Market, Disney Concert Hall, Staples Center, and more!
## 146 Located in the HEART of DTLA! Across the street from Pershing Square! Metro Station conveniently located right downstairs! Indoor gym, roof top pool and hot tube! Walking distance from, Perch, Bottega Louie, The Last Bookstore, Baco Mercat, and Sugarfish by Sushi Nozawa. You’ll love my place because of the coziness, the high ceilings, the views, the location, and the people. My place is good for couples (additional charge), and ideal for solo adventurers, and business travelers.
## 147 Welcome to BearBNB | This spacious modern contemporary designed unit is located in the heart of Downtown LA. Located centrally to many popular tourist destinations in downtown & many in the neighboring cities with access to public transportation. Shops, restaurants & nightlife are conveniently located nearby. Accommodations & amenities such as a 24-hour gym, a movie room, rooftop lounge, Jacuzzi, & more! Parking is included in your booking. There is ample space for work + stay.
## 148 Look no further! PRIME Downtown Los Angeles location at a premier resort apartment with great amenities. Within walking distance to major attractions, restaurants and shopping.
## 149 Brand New 1500 sq ft Penthouse Suite in Downtown LA! Located in a 35 story building, rivals any of the local 5 star hotels featuring incredible views of DTLA Free Parking!! Dry Sauna, Basketball Court
## 150 If you are looking for the perfect home to stay in the heart of Hollywood, look no further than the DREAM ESCAPE. BEST HOLLYWOOD LOCATION! 1 minute walk and you'll find yourself at the metro at Hollywood on the famous walk of stars.
## 151 A HUGE 3 BEDRM/2.5 Bath, 2-STORY TOWNHOUSE, WALK TO MELROSE AVE AND HIGHLAND! - Down the street from the WALK OF FAME, The Hollywood Sign, The Chinese Theatre, Pantages... HOLLYWOOD!! - WALKING DISTANCE to Melrose Ave, hundreds of shops, restaurants, bars, clubs... - 3 BEDROOMS, 2.5 Bathrooms, 5 Beds! - HDTV IN EVERY ROOM, Cable, HBO, Netflix, Hulu, Wifi, FULL KITCHEN, FREE PARKING, WASHER/ DRYER, Quiet Neighborhood! - SAFE, CLEAN, ALL NEW FURNITURE, MATTRESSES, SLEEPS 5... 5 STARS!!
## 152 Located in the heart of Hollywood, this is a spacious flat with a full size kitchen, with stainless steel appliances, a large living room, bedroom and new modern furniture. You are two blocks away from the Walk of Fame and subway.
## 153 The view of The Hills from our beautiful 1 bedroom welcomes you to your Hollywood stay! With a 24 hour fitness facility, resort style pool and homey feel, just steps from the boulevard and every classic attraction, you're sure to feel like a star!
## 154 Private Room in Great location next to the famous Dolby Theater and Hollywood & Highland Complex. The Walk of Fame, Restaurants, Shops, Metro and Bus Stops are just around the corner. Gated complex, Pool, Laundry on-site, WiFi, Basic Cable.
## 155
## 156 Clean modern studio located in one of the best buildings in Hollywood. This new unit includes Wifi, Washer/Dryer in unit, Dishwasher and Full Kitchen. Unit also includes 1 dedicated parking space in underground garage. Walk to great restaurants, entertainment, activities, bars and retail shops in Hollywood. Minutes from Hollywood Bowl, Walk of Fame and Universal Studios. No smoking allowed & no loud music after 10pm. Picture ID will be required to show upon arrival.
## 157 Authentic Spanish charm. This 2 bedroom, 1.5 bath town home that was originally built in the 1920's by Charlie Chaplin for his artisans. Its huge windows admit lots of natural light. The canopy of trees keep the town home naturally cool.
## 158 Comfortable + cozy studio apartment in Hollywood. Remodeled unit with designer touches. Close distance to so many amazing attractions, shops, and everything Hollywood has to offer! All new furniture, super clean, private, and modern! LAUNDRY ON SITE!!
## 159 Location is the key with this classic Hollywood space. You will be minutes to all the places you’d like to visit day or night in the area. We are located just one block from Paramount Studios, and the famous Hollywood forever cemetery. Larchmont village is just a three minute drive. When you walk out of our front door the Hollywood sign is right in front of you. We are just minutes away from Los Feliz, Silver Lake, Hollywood and Highland, Mann’s Chinese Theater, the Kodak Theater.
## 160 Enjoy the spacious open floor plan of this modern and luxurious 2BR 2BA apartment complete with full kitchen appliances and amenities. Looking onto the Hollywood Walk of Fame and beautiful views of its surrounding area, this apartment offers a play between sleek, contemporary furnishings and accents that exemplify Hollywood extravagance. Walking distance to shopping, food, Runyon Canyon, famous theaters and more. Walk Score: 96
## 161 Large private room and bath with a balcony and city views 5 minutes away from the Sunset strip and the sights and sounds of Hollywood California.
## 162 Original cabin on the Hollywood side of the Canyon. Sweeping bowl views, full lawn, master bedroom with private deck, old school appliances, all superb and very chill. Teepee is optional and can sleep 4. Great place to unwind, mentally check out.
## 163 Twin sized upper bed in a co-ed room is perfect for the budget traveler, solo adventurer and awesome easy going cool people. Please understand that you are only booking 1 bed, the top bunk. You will not have access to the bottom bunk unless you book both beds. There are 2 sets of bunk beds in this master bedroom. Guest share a master bathroom, 2 large closets and a mini refrigerator. Please review the whole listing to be certain our listing is a good fit.
## 164 My place is close to LAX Airport: 15 minutes by car Santa Monica Pier: 25 minutes by car Hollywood Walk of Fame: 25 minutes by car Venice Boardwalk: 20 minutes by car The Grove: 25 minutes by car My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets).
## 165 Private room and bathroom in Inglewood house in safe neighborhood. Big screen TV in room with Apple TV, comfy bed, free Keurig coffee, fire pit in great backyard, two cute resident dogs, and close to The Forum, freeways, and LAX.
## 166 On the second floor, two beds, wireless Internet, kitchen utensils, etc., suitable for tourism, commerce, quiet, safe, comfortable, health
## 167 This new privately constructed home is a destination must being it is in the heart of the historical Adams district of LA. Fully furnished and equipped home that is perfect for long or short stays. Amenities are superb for this unit. You will have everything you need while enjoying your stay in Los Angeles. Close to freeways, USC college, shopping, and restaurants. The neighborhood is very quiet and the location is very private. Covered parking is attached.
## 168 Craftsman furnished home with 2 beds, 2 baths & large backyard. There is a long driveway which can fit about 6+ cars, SUV, etc. This home has been recently rehabbed. All the furniture & appliances are brand new. I have Frontpoint security system as well as 4 cameras. You will have access to the security system & camera upon request. Welcome home.
## 169 Private entry room with one queen and two twin bed + couch if you got a 5th This "house" was once a school and has since been converted into a quirky hostel. We've had guests from all over the world! Lots of parking. 10 minutes from Hollywood! Tv in Living Room
## 170 -Entire view of Downtown LA from unit -Walking distance to quick food spots (Starbucks, Chipotle, Yogurtland, etc) -Easy access to public transportation
## 171 Walk Score of 93! You are just a few walking blocks from great shopping, eating, and nightlife. Watch fantastic concerts at the Wiltern Theater. This newly remodeled condominium is 950 sq. ft., has 2 master suites, kitchen, dining area, and 3 flat screen TVs, and free wi-fi.
## 172 Gorgeous bright and spacious townhouse in Mid-Wilshire in a very nice, safe and quiet neighborhood on the west end of Korea Town. Located in the heart of Los Angeles and 20 minute drive to almost everywhere! Walking distance to some of the city’s best all-you-can-eat Korean BBQ. Two story open floor plan, 2 private bedroom, 2 full bath, laundry room, A/C, plenty of closet space, office/study area, and high-speed wifi. Recommended for traveling couples, friends and small families.
## 173 Great location in Los Angeles!You are only a block from dining, entertainment & subway!Starbucks and best Korean BBQ few min a walk.You don't need a car here.This is a wonderful 1-bedroom filled with natural (URL HIDDEN) comfortable fit 4 people!
## 174 This cozy studio on the edge of Mid-Wilshire and Koreatown is conveniently central to most parts of LA. Easy access to the I-10 freeway, a straight shot down Wilshire to either downtown or the west side. Free street parking available and space in the back for unloading. On-site laundry. Smart TV via PlayStation 3. Brand new mattress, linens, towels, interior paint job. Space heater and A/C window unit included, and air mattress available upon request.
## 175 Instant booking (no pre-approval needed) Keypad entry (no key pick-up needed) Renovated in September 2016, this motel room is on the second floor. It features 1 queen bed, flat-screen TV, microwave, and mini-fridge. Free wifi and free onsite parking. Check-in: Anytime after 1pm Check-out 11am
## 176 Open, Airy, Clean and Spacious!!!My place is close to Restaurants, Grocery Stores, Shops, and just a 3 min drive to Larchmont Village. Just minutes from downtown LA and Beverly Hills!. My place is good for couples and solo adventurers. With Large closet, cute patio, what more could you need in LA?
## 177 Day/bed for rent .back guesthouse apartment with a twin in a shared space clean safe quiet area Wi-Fi hot shower kitchen. At a great price
## 178 Cool, clean and comfortable one bedroom loft style apartment with true city feel. Comfortably fits two and is centrally located one block from Wilshire blvd. Easy access to all major subway lines.
## 179 Quiet, historic area, very near public transport and great food & fun. Enjoy a full kitchen, cozy living room, and balcony with gorgeous view of the Hollywood Hills. Perfect for travelers, students, adventurers, and comfort seekers. Vintage charm!
## 180 This place is the best location in Koreatown to freely enjoy the best of Koreatown without the worry of driving around looking for parking. There's a good view out on the balcony and walking distance to the market, restaurants, 7/11, and bars. Literally all the popular places in the half mile radius. Wilshire Vermont station is blocks from this unit, that can reach Universal Studios, Lacma Museum, Santa Monica Beach, UCLA, Downtown, Little Tokyo, and more.
## 181 Great location, easy access to freeways. Warm and cozy space, very quiet community
## 182 Comfortable queen bedroom comfortably fits two in a quiet neighborhood, CENTRAL to all of Ma's major attractions and nearby beach cities of your choice.
## 183 My place is close to LAX Airport, Freeways, San Diego, Harbor, Metro train station, Bus lines. Restaurants, Shopping Malls. You'll love my place, Private bathroom. Not that far from the forum, amusements parks, Hollywood, Beverly Hills, Venice beach, DTLA, golf courses, so much to see and do, the outdoor space is so relaxing, grab a bit to eat.
## 184 LAX Area - Huge Private Rm in a friendly environment 2 bedroom with clean (bathroom shared). Close to Hollywood, Freeways, Restaurants, Gym, Starbucks, and Shopping Mall. The Airport and the Beach are mins. away. Easy public transportation access!!!
## 185 Large 5 BR home with 2 private rooms, each with ensuite full bath. Private entry, spacious backyard w/ BBQ, outdoor fireplace, pavilion seating, washer/dryer,mini fridge & microwave. Gated home in a great neighborhood! Close to Pasadena, Montrose, Downtown LA.
## 186 Available for month to month (or longer) bookings, Great for a family or large group, the house is pretty private and has plenty of space for everyone. Three full bedrooms + bonus room w/ futon + living room queen size pull-out couch bed. Fresh towels and sheets for every stay are provided. Big TV projector in the living room is perfect for getting together and watching movies. Comes with free fast WiFi and parking spot easy street parking!
## 187 Beautiful spacious 450sq' en-suite, lg bthrm located in the back of the house through the backyard. Queen, pillow top, small frig, filtered water, initial light breakfast granola yogurt, fruit, hardboiled eggs, avocado,coffee/tea, milk... Enjoy backyard table for outdoor eating in private sunny garden. You may park in the driveway while you are here. The street in the front is busy during rush hours and you will need to take your time pulling out of the driveway for safety.
## 188 Comfy Sofa Bed for 2 in bright Living Room with balcony in gated apartment complex in Larchmont Village. Close to Hollywood, Paramount Pictures, Melrose, Larchmont.
## 189 It is a spacious place in the back of the house with the private entrance. We made it cozy and comfortable for you. Great location around Beverly blvd./Western Ave., just a few blocks from Larchmont Village where you can find interesting restaurants and stores, as well as Farmers Market.
## 190 Surfing lessons offered this is a great place to relax and enjoy California weather with 3 jacuzzis and a large pool.
## 191 We absolutely love hosting to the variety of wonderful people we get to meet. Perfect place for entertainers, students, biz trips, vacationers etc. Located in a family orientated quiet neighborhood cul de sac. Walking distance to groceries, Balboa Lake, bus to Universal Studios, Hollywood Blvd. accept animals case by case
## 192 RAMS game 1.07 miles at LA Coliseum only 7-10 minutes from our attractive 3-bdrm 2-bath Home-Away-From-Home of Comfort & Relaxation. Contemporary/Country rooms w/2 porches, back-yard and parking. Located on Palm Tree lined, quiet neighborhood, fenced yard w/Surveillance/Alarm System for added security and protection. Also close to Expo Park, USC, LA Live, Staples/Convention, Fashion/Jewelry Districts, The Forum, Hollywood Park Casino, Hollywood, Beverly Hills and other attractions & businesses.
## 193 Our one bedroom is available right in the middle of Los Feliz. We're a block from bars and shops and two blocks from hiking. Books and records everywhere inside.
## 194 Clean and organized apartment located at the heart of koreatown. Convenient and safe location, with lots of amazing food around. Special shoutouts (after reading reviews of other properties): 1. I live in the apartment myself, so I am physically available to answer any questions/concerns. 2. You will ALWAYS be the only guest in the apartment, so you do not have to worry about other guests.
## 195 Hey guys! This is my very first apartment in LA. I've been here 5 years now and love it. I have everything you can possibly need for a short stay. Plus a record player, X-Box 360, Wii, and more! Check out Brass Monkey, R Bar and HMS Bounty... my favs
## 196 This is a 1 bedroom in a building built in 1920. The apartment also come with a parking space, and secured entry. Central to main highways and public transport. 5 minutes to down town LA and 5 minutes to Hollywood. There is many restaurants that surround the apartment and a great night get life also!
## 197 4th flr studio in an NYC-style prewar bldg. High ceilings, great views, big kitchen, wifi. Directly behind the hottest new hotel in LA. Minutes from Hollywood, Silverlake. Restaurants, lounges, bars within walking. You won't want to leave.
## 198 Instant booking (no pre-approval needed) Keypad entry (no key pick-up needed) Free parking Free wifi Direct TV Flat-screen TV Queen bed. Small refrigerator. Microwave. (Sorry, no kitchen)
## 199 Our apartment is located in the heart of Koreatown, walk-able distance to many restaurants, bars, metro station, and grocery stores. We have fully remodeled our rooms; our furniture and amenities are all new. Perfect space for a family or friends.
## 200 This is my master suite on this apartment.. Its has a big area plus a high (URL HIDDEN) air-condition room with comfortable couch, 2 barstool & table. This room has access to the kitchen. Location very accessible to everything. Train & Bus. Market, 711, Restaurants, Cafe's & banks are all walking distance. 10-15 mins away from Hollywood, downtown LA, The Grove, Beverly hills, Beverly shopping center, and much more..
## 201 Awesome private room with DTLA view, Ideal for couples or single person, abundant closet space, air conditioning and breathtaking city views. fully equipped kitchen windows, curtains, towels. only a few minutes from LA LIVE. You can use the kitchen, pool, jacuzzi, gym, high speed Wi-Fi.
## 202 Are you looking for a perfect vacation? Come stay at our luxury apartment with SPECTACULAR VIEW. Both bedroom and livingroom features Floor-to-Ceiling windows. Our place is in the heart of Korea town and just minutes away from Downtown LA, Hollywood, Beverly Hills and Santa Monica. Please enjoy our amenities 24/7 Gym, Heated Pool, Jacuzzi, and BBQ area. We offer Direct TV and Free Wifi. Our place is perfect for couples, families, and business travelers.
## 203 This is a great room with a private restroom. My Castle is centrally located in Los Angeles. Used to be the only one around but modern times imposed changes. If you book this place you will be just minutes away from DTLA, Hollywood Walk of Fame, West Hollywood, Beverly Hills etc. My castle is cozy and private. You'll feel just at home! My place is good for couples, solo adventurers, business travelers, families (with kids) and big groups.
## 204 2 bedroom, 2 bathroom with parking in a very convenient area in Koreatown. Walkable to many restaurants and bars in Koreatown. You won't find a more convenient location! 2 beds and 1 sofa bed (sleeps 1) so comfortably accommodates up to 5 people.
## 205 My place is close to The Forum, LAX Airport, 15 min from the beach, Central to everything, and a mile away from a microbrewery . You’ll love my place because of the close proximity to everything. My place is good for couples, solo adventurers, and business travelers.
## 206 Amazing location to shopping, restaurants, LA FITNESS Gym and a 15 minutes walking to the Hollywood Park Casino. Grocery stores located across the street. 15 minutes drive to Marina del Rey and nearest beach. Brand new and cozy home in Century Heigths. Feeling you as your own home. Almost 1000 sqft completely remodeled 4 months ago, laminate floor and private garage for one car. Secure neighborhood. 5 min to LAX makes it great to get settled on or be able to leave and avoid traffic.
## 207 Welcome to your private vacation home in Inglewood, conveniently located near LAX airport and with easy access to all of Los Angeles' incredible offerings. This listing offers a 3 bed, 2 bath home with a full kitchen, newly remodeled, clean and sleek bathrooms and large common areas as well as a separate 1 bed, 1 bath bungalow with a full kitchen and living space. Unwind after a full day with DirecTV and fast wifi. Enjoy off-street parking and a washer and dryer for your convenience.
## 208 Quiet One Bedroom apartment, minutes walking distance to many popular West Hollywood Bars and Clubs, as well as some of the trendiest restaurants & shops. WEHO adjacent with dedicated parking + guest parking, wifi, cable, TV streaming service
## 209 Hacker House! Our guests are young and smart startup founders, developers, techies, geeks. Easy to get: - 2 min to Beverly Center, Marshals, TJ MAX Shopping Malls - 5 min to the bars and restaurants streets - 7 min to the night clubs of West Hollywood - 12 min to Beverly Hills - 15 min to Hollywood Walk of Fame - 25 min to Santa Monica/Downtown/Universal City Free and fast Wifi Co-working zone Fully equipped kitchen We provide clean towels, linens and cleaning
## 210 Great private room just minutes away from Beverly center and Grove. A lot of attractions, restaurants just around the corner. Very safe and clean historic neighborhood. Few miles to Universal Studios and Walk of Fame.
## 211 This lovely modern apartment is just 4 blocks from Robertson Blvd - with plenty of shops and restaurants. The apartment is spacious and sleek with modern finishes. Includes - balcony, two full bathrooms(one en suite) and two tandem parking spots
## 212 To those who appreciate bougainvilleas and sunshine...
## 213 Welcome your guests to one of the best areas of Beverly Hills with beautiful massive houses lining quiet, serene streets. The house was recently Completely redone with travertine stones, waterfall, and a large BBQ. The listing is for events strictly in the backyard. It includes use of the backyard,restroom in the guest house as well as use of the kitchen in the guest house. We limit the number of guests to 100.
## 214 Huge fancy and charming studio Separate kitchen One block to beverly hills In front of the four seasons Free Street Parking In front of the building
## 215 Very bright and cheerful upper bedroom with own bath .Walking distance to the center of Beverly Hills .Very quiet !
## 216 Luxurious getaway loft in the heart of Beverly Hills. We are located just few steps from stores on Melrose and Robertson blvd, Beverly Center shopping center , Four Seasons hotel, Cedar Sinai and LA's favorite restaurants like Catch , Ivy, Lemonade, Ago, Urth caffe and many more..few minutes from the world's famous shopping street -unique Rodeo drive! Supermarket Ralphs and Bristol farms are right across the street.
## 217 Brand new contemporary and stylish unit. Large living room, 3 bedrooms, and 2 spacious and sleek bathrooms.
## 218 Beautiful new construction second story guesthouse. Private garage and entrance. Furnished with Restoration Hardware furnishings. Located in the heart of Beverly Hills, walking distance to shopping, restaurants theaters and famous Rodeo drive. You would love it!!!
## 219 My place is two blocks from Four Seasons. The location is prime since Im in Beverly Hills/ Weho where all the happening goes on. Big 1 bedroom apartment . It has a full kitchen with all China and everything for cooking . Grocery stores across the street. Very cheap Ubers to get to the happening places.
## 220 Great older 60's style ranch in one the best areas of Beverly Hills 4 bedrooms 3 baths fire place, great backyard for entertaining & having events. Big kitchen & open areas. Close to Sunset strip and West Hollywood. Ask about events. LA EXOTIC LIFE
## 221 Two beautiful bedrooms in an elegant town home setting. Bright and sunny !Each room has it's own bathroom and my guests have use of the whole home and garden Walking distance through all of Beverly Hills and to Century City.... It's a magical place!
## 222 Private room and a private entrance. Huge room, marble floors in the best neighborhood. Walking distance to Rodeo Dr and Robertson Blvd. With a new Queen pillow top on the bed. Everything you could ask for in a location. I am happy and sane :p.
## 223 Lovely two bedroom (3 bed) home in the heart of Los Angeles. You cannot beat this location or street. Walking distance to many great cafes and restaurants, centrally located for driving. Charming design and newly furnished. Free parking, wifi and smart TV (Netflix) included. Perfect for vacationers, month to month tenants, and a home away from home for people in between. Large open floor plan, lots of light, a gem in the city! I would love to welcome you in my home!
## 224 Cool and charming and comfortable 1 bedroom in home Spanish 4 unit Spanish style . It's comfortably fits 2 people. Is on centrally quiet street , 2 block from Rodeo Drive and all shopping centers .
## 225 Guest room in Beverly Hills Beautiful flat located right in the heart of Beverly Hills -a lovely old-world Mediterranean charm. Its neighborhood is pleasant, safe and quiet streets. The furnished room has hardwood floors, a full size bed, FREE Wifi internet, Central AC & Heater. -Washer and Dryer on site! -Full kitchen with all cooking wear -Fully Furnished -Rodeo Drive 10 minute walking distance Restaurants and lots and of shopping stores -Century City Mall and Cinema Theatre 15 minut
## 226 Our house gives you space and tranquility after a day full of activities in Los Angeles. The house is great for families / friends (3 bedrooms with own bath, 2 bedrooms that share a bath) who want their own areas to spend time alone and a great room for spending time together.
## 227 Stunning master bedroom with french doors to deck. Large private bathroom with tub. Private, zen, light, bright and beautiful space in 3800sqft Treehouse. Brazilian crystal feature. Access to gourmet vegetarian kitchen. Access to living room when host is not in town. 5 mins to UCLA, Beverly Hills,Hollywood
## 228 Nestled in the canyons and surrounded by lush hills bordering Beverly Hills & Westwood is this Cozy California Cottage Bungalow. Located in, Bel Air, the most exclusive and desirable area in West LA. North of Sunset Blvd! This property features a 2BD/1 BA-Super Clean & Cozy.
## 229 Exclusive Bel-Air Casita This property is nestled in Holmby Hills, in Belair,CA. It is a Casita Style Home with Cherry Wood Floors &Cabinets throughout home and Granite Counter (URL HIDDEN) Provides Full Access to West LA/Hollywood/Beach,all 10-15 min
## 230 THE HARRY POTTER EXPERIENCE at Universal Studios five minutes away!! 5-STAR security-gated private separate studio, close to Hollywood and beaches. Quiet neighborhood; restaurants in walking distance, private yard area with koi pond. And lots of convenient parking. Your home away from home!
## 231 My place is close to Orange Metro Line, Laurel Canyon Station. You’ll love my place because of the people, nice roommates. My place is good for couples, solo adventurers, and big groups.
## 232 A home away from home! Hardwood floors, formal dining room, wood paneled office (if you have to get work done). Classic kitchen with breakfast nook. And a 4,000 sqft. backyard, with fire pit, hammock, perfect for kids, entertaining or star gazing.
## 233 Picture perfect 2217 sq ft home in prime Magnolia Estates on double cul-de-sac. 2 story home with 4 bedrooms. One bedroom has 2 cribs for small babies. Guest bedroom has Queen bed, and Master has a California King and soaking tub. 4th is an office
## 234 My place is close to North Hollywood Arts District, Universal Studios, MANY cool bars, a huge Park, a handful of Starbucks', ALL of the freeways and any type of restaurant you could hope for. Also, a ton of fast food is nearby as well. You’ll love my place because of the space & the location, it is the tip of the triangle! It will take you 20min to get to Silverlake on one side and 20min to get to the beach on the other! 10 min to Hollywood, 25min downtown. Close to Buses and The Metro!
## 235 Great Tourist Location. Comfortable Home in Valley Village, quite and safe residential area.Close to Universal Studios, Burbank Airport, Studio City, Shopping, Restaurants and More. Just few blocks away from the Orange Bus Line and 1 mile away from the Metro North Hollywood Station, which takes you to Universal Studios, Hollywood Blvd, the Chinese Theater and the Stars Walk-of-Fame. Driving is 2min from the 170 and the 101 freeway. Includes free WiFi, Flat Smart-TV + cable service and more.
## 236 Re listed as of May 2017. Perfect for med student interviews, internship, electives. 5 min walk to .50 shuttle bus: drop off in front of LAC+USC Hospital (1.5 miles away). New: carpet, curtains & bedding sets. Queen air bed and small futon memory foam 32" TV with Netflix & WiFi.
## 237 My cozy condo is close to Brentwood Farmers Market, Restaurants & Bars, The Beach and much more.. You’ll love my place because of the comfy bed, the homey vibe, the full kitchen, the high loft ceilings, the views, the neighborhood and neighbors, and how clean and crisp it is inside. My place is great for couples, solo adventurers, and business travelers, as well as young adults. Make yourself at home :)
## 238 A lively home with a panoramic view in the heart of Calabasas. Great for those seeking the true CA adventure for work or play. Minutes to CA's most fabulous wineries, beaches, hiking trails and cultural hot spots | 10mls Beverly Hills | 10mls Malibu | 20mls Hollywood + DTLA | 15mls Venice Beach.
## 239 My place is a 200 sqft Jr Suite. Airport(30ml). Within 5 miles radius; Shopping Centers, Mall, Restaurant, Movie Theatre, Nightlife, Malibu Beach (9ml), Santa monica Beach and Pier(15ml), City Center, Raw Nature, Parks and Hikes within walking distance. You’ll love my place because of the people, outdoors space, and the ambiance, Pool, Sauna, Jacuzzi, Tennis & BasketBall court, Playground and Barbeque. My place is good for couples, solo adventurers, business travelers, and families with kids.
## 240 Clean, bright, spacious bedroom with comfortable queen size bed, large desk and ample closet space, nestled in a quiet Calabasas neighborhood within driving distance of everything you want to see in Southern California.
## 241 This private studio is perfect for your upcoming stay. Conveniently, you can find ample street parking and enter through your own private entrance. It has all the amenities of a luxury studio apartment. Including a kitchenette with the essentials (cups, plates, pot/pans, kitchen utensils, mini fridge), and upgrades such as an AC/Heater with remote, a large ceiling fan, a Smart TV with free Netflix and Hulu, a large California King bed, a Sofa bed, and a dining table for 4.
## 242 The private bedroom with the attached private bathroom is just across the street from both the Topanga Mall and the Village. Located central to the Valley and right between both the Westfield Topanga Mall and the the Village, gain access to NeimanMarcus, Tiffany's, Costco, Crate and Barrel, 24 Hour Fitness, EMC Seafood &Raw Bar, Il Fornaio, and Larsen's Steakhouse to name a few literally a few steps away!
## 243 Enjoy staying near Hollywood in this very clean eclectic space! Situated in the home of a Los Angeles music & TV professional. Includes all the amenities a hip person needs!
## 244 Spacious bedroom with private bathroom. We have elevator in building. We have open kitchen, living room, washing machine. We are in downtown LA, Chinatown. Next to Korean town, Japan town and Union Station. Several bus stations are next to us. We have Free parking:)
## 245 Amazing location at a luxury management complex filled with resort style amenities. The apartment is decked out with high-end furnishings as well as entertainment and comfort !
## 246 My place is close to Staples Center. You’ll love my place because of the location, the ambiance, and the people. My place is good for couples, solo adventurers, and business travelers.
## 247 Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, Snaaaapchaaaaaat, Symantec etc - 10 min to Santa Monica Co-working space (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA!
## 248 This room has a queen bed, its own bathroom with a shower and its own entrance. A 2nd bed is a fold-out cot that can be placed upon request. The house was used to film a few scenes for a few episodes of the “Agents of SHIELD” TV show, aired on ABC.
## 249 You'll love your stay in our 1 bedroom apartment in Culver City. A few blocks away from the restaurants on Culver's Main Street, near Sony Picture Studios, and a short drive to Venice Beach and Santa Monica Pier. Culver is a great place to stay while you explore the LA sights!
## 250 Our studio-style guest house is self-contained and private, with access through a garden shared with host. The ideal spot for the budget traveler - with a comfy bed, sofa, bathroom, fridge and coffee facilities (no kitchen!). Please note that this isn't a fancy space, but has lots of character and is priced accordingly. Perfectly located for exploring LA, we are in a safe area an easy drive to the beach, but also close to the freeway. We are also a short bus ride from the newly opened Expo.
## 251 You will love this spacious house tucked away amongst beautiful gardens. The decor is full of natural wood, live plants and has a very bohemian feel. The house is centrally located with quick access to beaches, downtown Culver City & LAX.
## 252 Our modern 3 bedroom open floor plan house with 10 ft ceilings has a brand new kitchen, new bathroom cabinets, new bamboo flooring throughout the house (all renovated in 2016). 3 BR (king, queen, bunk bed with two fulls), 2.5 BD + a yard (ping-pong). Ideal for families.
## 253 The space Our charming house is nestled in the historic heart of Hollywood. Walking distance to Kodak Theater,Chinese Theatre, Hollywood Bowl, Runyon Canyon,Magic Castle. Redline subway or 101 Freeway to Universal Studios, Griffith Park. Our place is good for couples, solo adventurers, and business travelers. Even though its in the heart of Hollywood you can retreat in the quiet of our patio overlooking the city of Los Angeles enjoying stunning views and the true Hollywood ambiance.
## 254 Walking distance to some of Hollywoods trendy's bars, clubs, and restaurants, come feel the history of Hollywood's historic stars and enjoy the landmarks Los Angeles has to offer.
## 255 Beautiful unit with large terrace underneath the famous Hollywood sign in Beachwood Canyon. Quiet, reclusive with lush vegetation yet close to downtown Hollywood this is the perfect retreat featuring a private deck with outdoor dining set.
## 256 Live the California dream in our modern contemporary, hillside home. Say good morning to the Hollywood sign and say good night to the moon between two palm trees...
## 257 When you visit Los Angeles, Hollywood Walk of Fame must be in your top priority list. While enjoying your stay in this pretty designed apartment it’s only a block away in reaching the Walk of Fame and make your friends envy. A perfect location for business travelers commuting into The City or regular travelers wanting a great jumping off point from LA Hollywood Walk of Fame.
## 258 JUST BUILT !!This is a spectacular masterpiece home, where modern int design meets vintage exterior! A beautiful new construction with both indoor & outdoor living including a multi-level outdoor deck and gorgeous palm trees for privacy. Enjoy stunning views with a total of 5 bedrooms/master br with jacuzzi tub & steam shower. 5.5 bathrooms with upcycle glass countertops & all Viking kitchen. Close to all Hollywood entertainment. You are guaranteed a unique, lavish & relaxing Cali experience!
## 259 Location. Location. Location. Great space with free parking in the heart of Hollywood. Free Wi-Fi, Smart TV, Walking distance to coffee shops, restaurants, bars, Hollywood walk of Fame, The Hollywood Bowl and metro stations. In a secure building with laundry on site
## 260 In the foothills of the Hollywood Hills, my guesthouse is close to Griffith Park (Hollywood sign), Bronson Canyon Park, The Observatory, La Poubelle Bistro, Birds, Franklin and Co, Metro Line Stations, Walk of Fame. You’ll love my place because of the location and the ambiance. The guesthouse is perfect for couples and families (with kids).
## 261 Ideally located in the Hollywood Knolls sits an elegant and sophisticated contemporary retreat with stunning architectural details. This 5000 sq ft Spanish home includes 4 bed, 5 bath, kitchen with restaurant quality stainless appliance, lagoon shaped pool, out door bar. Large 1200 sq ft master wing with fireplace, sauna, and lounge area. Indoor bar. Private elevator. Minutes to Warner Brothers and Disney Studios, Universal, downtown LA and Hollywood. Events for 15-20 guest only please.
## 262 Authentic three bedroom, two bathroom house with complete amenities and a beautiful outside patio sitting area. The house is located at the heart of the Hollywood Hills within 10 minutes or less from: Universal Studios, Hollywood Walk of Fame, Hollywood Sign, Griffith Observatory, LA Zoo, AFI, Kaiser, Beachwood Canyon. Perfect spot for families with kids, traveling business professionals, artists, writers, producers, and traveling talents.
## 263 This is the closest house to the HOLLYWOOD sign, adjacent to the 4000 acres of Griffith Park. Once owned by the 60's band The Association (Cherish, Windy, Never My Love), this house has a long Rock n Roll history. David Crosby was introduced to Graham Nash by Mama Cass at a party in this house. If you want everything new and shiny like The Four Seasons, you should book a room at The Four Seasons. This is a rustic Rock 'n Roll Landmark house built in 1963, photographed by Linda McCartney in 1967.
## 264 Enjoy my Hollywood Blvd. penthouse located footsteps from the Walk of Fame. My apartment is located in the center of Hollywood. The apartment is one bedroom and a loft space with 25ft. ceiling and a balcony with fantastic views. There is a designated parking spot that is located in a secure underground parking garage. The apartment is located extremely close to all major transportation such as the LA Metro and subway station.
## 265 Located in the exclusive Oaks on a cul de sac, this room has a comfortable memory foam Queen bed, lovely furnishings & includes utilities, wifi, referring & complimentary laundry facilities. There is a pool & extensive landscaping in the backyard.
## 266 A Super comfortable Queen Bed in a Cozy Master Bedroom in the heart of Hollywood, walking distance to major attractions and metro station, pretty safe area. Fresh towels & sheets, relax watching 40"TV with Amazon, Netflix with a nice cup of coffee. Wifi, A/C Gated parking space upon request
## 267 Right in the heart of Hollywood, steps away from the best the city has to offer. Centrally located, comes with free gated parking spot, free and fast wifi, and a smart TV preloaded with Netflix and Hulu. My place is close to In-N-Out Burger, Bossa Nova, and Hollywood Farmers Market. You’ll love my place because of the location, the people, the ambiance, and the neighborhood. My place is good for couples, solo adventurers, and business travelers.
## 268 Extra Large top floor one bed room apartment with private balcony overlooking a garden patio. Super comfortable Queen size bed + futon that folds out in a separate room. Walking distance to all the sights and sounds of Hollywood!
## 269 My place is close to Vencie, Santa Monica, Playa Vista, very close to the 405 and the 90. You’ll love my place because of it's a big room in a big house right next to the LA river, which means a lot of quite! There are two roommates who will stay with you in their 20's, very respectful and easy going, but professional and not home a lot. We also have a small miniature schnauzer name Fabio :) . It's a master bedroom, you will have your own bathroom.
## 270 Zen space, quiet, easy to get to everything
## 271 My place is close to all Westside neighbourhoods such as Venice, Santa Monica, Playa, Redondo, Hermosa. 5 minute walking distance to the beach and all restaurants, grocery stores, and shopping center. You’ll love my place because of the kitchen is fully equipped, bright daytime lighting, pull out couch in case of extra guests, spacious, and comfy!. My place is good for couples, solo adventurers, and business travelers.
## 272
## 273 Quiet, cozy, clean, stylish 1 bedroom cottage near beach, LAX, great restaurants and shopping. Perfect for a couple or someone visiting L.A. for business.
## 274 Our vintage, sunny two bedroom/one bath home is an uncluttered and cozy place for your stay. Just ten minutes to the airport and conveniently located to take advantage of all that Los Angeles has to offer, from the beaches to the city. Cali king bed, 1500 TC sheets, and blackout curtains in the master bedroom. Two twin size beds and an additional blow up twin mattress in BR2 Within 5-10 minutes of: Whole Foods, Starbucks, cafes, I405, I10, US 90, Venice Beach, Santa Monica, Marina Del Rey.
## 275 Romantic motor yacht in beautiful Marina Del Rey. minutes from LAX Intl airpot, Venice and Santa Monica. It has 2 large beds can sleep 4 and one bath room. Small kitchen with fridge, range and microwave.
## 276 A nice bright & airy extra bedroom in our home with built in desk (great for your laptop), dresser, closet and comfortable queen size bed. Private bathroom. Culver City is centrally located for easy access to/from LAX airport, the beaches, Marina del Rey, Beverly Hills, Hollywood. Come and enjoy our easy going, So Cal, lifestyle. Sorry, no pets allowed. This is a No Smoking facility. No smoking is allowed anywhere on the premises.
## 277 Entire brand new Hollywood apartment located at Walk of Fame. Gorgeous Furniture, FREE Parking, FREE WiFi, TV, Netflix and Amazon Video, Pool, Jacuzzi, 24Hour Fitness Room, Full Kitchen, Washer/Dryer, Dishwasher, Central AC, Heat. Everything you need for your PERFECT VACATION ! PLEASE NOTE: There is currently a construction next to our building, we are sorry if it cause any noise or inconvenience. We want to be clear and upfront with our guests.
## 278 700 square feet of pure perfection. This condo is newly renovated, all stainless steel high appliances, with gorgeous pool and courtyard views. There is a second bed in the closet that can be used if you need it. Washer/Dryer & Parking included.
## 279 Private room available in the HEART OF HOLLYWOOD! Walk to Kodak Theater, Chinese Man, Hollywood walk of Fame. See the stars hand prints! Close to shops, mall, metro, restaurants, Runyan canyon and Hollywood sign! Swimming pool, laundry, must like cat
## 280 Love the Hollywood Walk of Fame? Love music and a wonderful nightlife? Well you've come to the right place! Enjoy your stay at this marvelous Hollywood home walking distance away from the Stars and the legendary Guitar Center! With Fairfax Ave, The ArcLight, and The Fonda Theatre amongst many of the exciting hotspots nearby, your stay is guaranteed to be a wonderful one. This unit also includes one of our BIGGEST balconies facing the pool!
## 281 Blocks away from sm Blvd and sunset strip/ plenty of attractions/ dogs and cat lovers - gay friendly
## 282 Stylish remodeled one bedroom apartment in a nice area of Hollywood. Close to restaurants, shopping and theaters. Ideal for long term stays with all the amenities of home. Fully remodeled bathroom and new kitchen with brand new appliances.
## 283 Brilliant 1 bedroom apartment in the heart of Hollywood! Relax in this safe and clean apartment while visiting LA, or lay out by the newly remodeled swimming pool right outside your door. The building is gated and secure and located in prime Hollywood you are steps way from all of the best attractions. There are great restaurants, public transportation and hiking trails right outside the buildings front door. Perfect for short or long term stays.
## 284 This apartment is a smartly designed well-constructed environment for discerning residents located in vibrant Hollywood. Furniture is all new, the building was constructed just last year. Fantastic social scene and steps to nightlife & restaurants.
## 285 My place is close to In-N-Out Burger, Hollywood Farmers' Market, Laugh Factory, El Compadre Restaurant, The Griddle Cafe Sunset Plaza. You’ll love my place because of the comfy bed, the coziness Hollywood vibe safe . My place is good for couples, solo adventurers, and business travelers.
## 286 Located within walking distance to all Hollywood has to offer, but distant enough to relax on the outdoor patio and have a cup of coffee. Charming 1920s apartment with lots of natural light, smoke free, pet free, and on the ground level. *4night minimum*
## 287 over-sized, spacious 1 bedroom on ground floor of Spanish Revival home in a quiet residential area of Hollywood, walk to everything Hollywood. Excellent base for your stay in LA, conveniently located for walking metro and buses. Large kitchen, free off street parking, reliable wifi. Loving details, arty and comfortable.
## 288 Beautiful Room in a newly upgraded clean apartment. Comes with a private patio with the Hollywood Skyline view. The room has no door but a black curtain instead as seen on pictures (please examine pics) and that is why it's so affordable.
## 289 Location - Unbeatable! GET IN AND OUT OF THE CITY EASILY - avoid traffic. Walk to Hollywood hall of fame and go see World of Harry Potter at Universal Studios. Plus, all Hollywood attractions! Space located SOUTH OF HOLLYWOOD. Go shop on Fairfax: "The coolest street in LA." HP. Check out Beverly Hills, West Hollywood and downtown LA. Plus, The Grove, The Griffith Park, The Pantages, Hollywood Bowl, Larchmont Village & Hancock Park. Uber to Santa Monica and Venice beaches! SLEEP ON A CLEAN BED.
## 290 Brand new, Flawless 10th floor condo in the heart of Hollywood. Gorgeous 180 degree views of the city, Breathtaking Sunset, centrally located on Sunset Blvd. Walking distance to all Tourist attractions, Modern & Comfy. This is the LA Experience.
## 291 Brand New 5 star apartment +4 BEDS in the heart of Hollywood. VIEW OF HOLLYWOOD From Suite. FREE parking spot, FREE WIFI, Washer/Dryer in unit, Dishwasher, Full Kitchen,AC,24h security.
## 292 Authentic Spanish charm in an oasis of palms across from the Tribune Studios. Originally built in the 1920's by Charlie Chaplin for his artisans. The canopy of trees keep the home naturally
## 293 This is a fully furnished apartment suitable for short term or long term occupancy for the business traveler or tourist. We have on sight helpers to help you with extra items such as an iron, paper towels, etc. I'm happy to provide tips on sights to see or locations of the Post Office, restaurants or grocery stores. Just text or call me and I'll get right on it. Taking care of my Airbnb guest is my full time job.
## 294 THE BEST Hollywood location on Air BnB. The listing comfortably fits two people, ideal for couples! I am a pretty hands-off host, but always a text away.
## 295
## 296 Spacious, clean, resort type living in Diamond. Gated community. Luxury shower towels 位於華人富人區 北鑽 離 60號高速公路不到1分鐘 鋼鐵欄保護的美麗社區
## 297 Our large 1br/1bath home is centrally located to Downtown LA/Silver Lake/Pasadena/Hollywood, but on a quiet street with a big yard, garden and patio - the best of both worlds! Lots of original details and hardwood floors, this is an Eastside gem!
## 298 A craftsman on one of the most beautiful streets in Northeast Los Angeles. 2000 square feet on a 9000 square foot lot. 3 beds, 2 baths. Block away from Trader Joe's, great restaurants. Minimum one month rental.
## 299 In the L.A. neighborhood of Eagle Rock, enjoy a 1-bedroom plus kitchen & living room with a private entrance. We've had young couples (with & w/out toddlers), and single professionals all comfortably stay. Walk to restaurants, bars, cute coffee shops, groceries (Trader Joe's, Sprout's, Vons, CVS), Starbucks and other coffee shops, and a great playground! Downtown LA, Pasadena, Studio City and Burbank Airport are within 20 min., and you are by the highways (PHONE NUMBER HIDDEN) and 210.
## 300 Welcome to your Los Angeles Home. Eagle Rock, is the perfect location for an LA visit. Great local dining, shopping, close to Hollywood, DTLA, Old Town Pasadena, & the Rose Bowl, (the Rose Bowl is only 3 miles away so you can walk or bike there) Santa Monica & Venice Beach are only a 30 min drive.Cozy & Comfy with an amazing Garden & Salt Water Pool for your Enjoyment. ️
## 301 Private bedroom right off of Sunset Blvd. Near the 101 freeway. Less than 10 minutes from the Walk of Fame & 5 mins from The Hollywood Sign (Griffith Park), which can be seen from around the corner. Walking distance: metro, restaurants, stores.
## 302 My place is close to This apartment was decorated by Interior Designer Laurence Namer. It is extremely comfortable and there is a totally joyous vibe. Located 1 block South of Sunset Blvd and next to Kaiser and Children's hospital, it offers multitude of entertainment and shopping possibilities..
## 303 Welcome to the Oakwood House--a 1920's Craftsman charmer shaded in front by old oak trees. Our house is a newly renovated craftsman style home which is open, bright, and inviting. We've decorated our space with beautiful textiles, local art, and vintage designer furniture from around the world! Just minutes from West Hollywood, Melrose, Universal Studios, Silver Lake, Echo Park, and Beverly Hills!
## 304 Super cute cozy and home studio in the heart of the coolest neighborhood in LA. Just a few steps away from all the hippest restaurants, bars and shops. Right by the freeway and loads of street parking. Oh, and lots of closet space!
## 305 Cozy, sunny, 400 sq ft studio in an excellent location where Silverlake meets Los Feliz. Feet from the Hollywood Vons and the old Vista Theatre, 10 minute walk to the shops on North Vermont or Sunset Junction in either direction. It's the very back 2nd floor unit, and shares no walls w/ neighbors. Coin Laundry on-site. Street Parking.
## 306 Enjoy walking to all the best restaurants and shops in the heart of the Fairfax district. BBQ your favorite foods on a HUGE balcony that looks out to the Hollywood Hills. This cozy flat is a great getaway for families.
## 307 Close to Santa Monica Blvd, Melrose shopping district, West Hollywood Restaurant Row, 3rd St & Beverly Blvd restaurants, WeHo bars & nightlife, Sunset Strip, The Grove, CBS Studios, Farmer's Markets, Grub, Open Air Kitchen + Bar, Coffee Commissary, Nobu Los Angeles. Ideal location mid-city, close to Hollywood. Tranquil outdoor space, and the ambiance. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets).
## 308 A brand new house with high ceilings located in lovely Pasadena, only a few minutes to Old Town Pasadena, Santa Anita Race Track, Arcadia Mall and 15 miles to Downtown LA, 17 miles to Hollywood, Universal Studios etc. Walking distance to supermarkets, restaurants. There are 3 TVs in the house, one 75'' TV in the living room, and two 4k 60'' TV in the dinning area and the master bedroom. Cable, Youtube, Netflix and Amazon prime free movies are available. My place is good for groups and families.
## 309 Beautiful cottage in a upscale neighborhood, lots of trees with private entrance. Perfect getaway for any occasion. just a few miles East of Cal-Tech and approx 15 minutes from old town. 1 King bed and 1 sleeper sofa.
## 310 Spacious craftsman home exudes old-world charm and is walking distance to shops, Echo Lake, and Dodger Stadium. Enter the tranquilly-landscaped yard through the electric gate to flat, covered, off-street parking. Elegant rooms are custom-furnished. Master bedroom with en suite bath opens into private backyard with patio deck. Entertainers kitchen features wall-to-wall windows. Hardwood floors and high ceilings throughout. If more space is needed there is a cottage on the grounds when available.
## 311 My place is close to Mohawk Bend , Two Boots, Xoia Vietnamese Eats, The Echo, Ostritch Farm, Echo Park Resevoir, and tons of cafes, bars, coffee shops, clothing stores, ice cream, you name it we got it! You’ll love my place because my cozy apartment is just the right size and in the perfect location to commute to Hollywood, Silverlake, Los Feliz, and Downtown, all within a 5-10 min drive. My place is best suited for couples, solo adventurers, and/or business travelers.
## 312 Located right off Sunset blvd on the Silverlake/ Echo Park border. Steps away from several music venues, excellent restaurants, bars, vintage stores, record stores, Intelligentsia coffee among many others.
## 313 Really close to Echo Park Lake and Sunset Blvd. Tons of restaurants, coffees and bars like Sage Vegan Bistro, Mohawk Bend, Stories, Little Joy... Organic grocery stores like Lassens or the Farmers Market on Fridays. Live music venues like Echo Plex or Taix. 10 min walk to Dodger Stadium and Elysian Park. Public transportation and the 101 Freeway. You’ll love my place because of the light, the comfy bed, the outdoors space, and the neighborhood. Good for solo adventurers and business travelers.
## 314 Rest & Unwind! A private room in Echo Park. Get comfortable in the hills, in your home away from home! Enjoy the property, our outdoor gardens and surrounding neighborhood! Explore cafes, trails and Los Angeles attractions. Free street parking, too!
## 315 Studio Apartment includes: *Free Wifi (100mbs) *55" Smart TV with Netflix, Hulu & Amazon Prime *Fully stocked kitchen for cooking in *Complimentary Keurig Coffee & Tea *1 Queen Memory Foam Bed for support & comfort *Quick, easy access to 101 Freeway *Excellent Dining within walking distance *Quick drive to Hollywood Walk of Fame or Universal Studios
## 316 Bright modern home on peaceful hillside. Walking distance to trendy Echo Park lake, restaurants, bars, and shops. Just steps from beautiful Elysian Park and Dodger Stadium. Relax on balcony overlooking dazzling sunsets and city lights.
## 317
## 318 SPACIOUS ROOM WITH QUEEN SIZED BED & HUGE CLOSET SPACE This luxurious home in East Hollywood has a huge bedroom for one person or couple. -10 minutes away from downtown Los Angeles, CA and Universal Studios -less than ten minutes from Griffith Park and other Hollywood tourist attractions -Gated home
## 319 Podshare is a co-living space in the trendy Los Feliz/Silverlake area featuring 10 pods in an industrial loft style space. We are adjacent to some of the best bars and restaurants LA has to offer! Check us out on Vice, Curbed, LA Weekly, LA Magazine, KTLA - we are all over the net right now - yay! As a PodShare guest, you are welcome to visit our other locations from 10am to 11pm for the duration of your stay (DTLA and Hollywood) -- we are a social network with physical addresses!
## 320 This is a very large Los Feliz (Hollywood) apartment with open floor plan, fantastic decor and FREE WiFi. Great neighborhood with much to walk to. The space offers Modern design, two large bedrooms with a/c in both bedrooms and brand new linens. Walk to everything from shopping and hiking, to great restaurants and bars. Griffith Park is right down the street where you can hike or see a concert at the Greek Theater.
## 321 My place is close to lots of wonderful places. Great food, bars, and entertainment options, all within walking distance. Vons Grocery Store is literally behind the building. You’ll love my place because of the location and the ambiance. Its ideal for the traveling couple, single person or business traveler.
## 322 One bedroom, plus a den with two twin beds. Casita de Manzanita is a perfect for short term for a family or the perfect long term for the person who wants some extra space. This is essentially a two bedroom. One bedroom has a queen bed, the other two twins.
## 323 This 2BR/2BA West Hollywood home has hardwood floors and beautiful furnishing for a classic old Hollywood feel. A kitchen, dining room, living room, and office. Located close to Melrose, Beverly Center, Sunset Strip, the Grove, and more
## 324 I have a room available in a large West Hollywood home, with a private entrance & full bathroom. Shared with 4 friends, we're basically the 30's all-male version of The Golden Girls. Very clean, spacious, & quiet. Perfect for relaxing & entertaining!
## 325 Br has full private bathroom, Luxury resort style swimming pool, relaxing health spa, fitness center, FREE parking space, washer and dryer in the unit, FREE Internet, full kitchen, fully furnished with all NEW furniture, 80inch tv! furnished patio!
## 326 This house is being completely remodeled, in the upscale residential safe neighborhood. Perfectly suited for quiet, comfortable, home-type setting in a classic L.A. 2 story English Tudor style residence. The park and the Grove is 5 mins walking distance, lots of restaurants, coffee shops, stores within walking distance. There is a beautiful backyard with pool and outdoor patio you can access. You have your own private entrance, bathroom attached to the bedroom. Full privacy.
## 327 This 3 BR is a cozy cottage style house in the center of town! Great for a group of friends, couples or a family. House shares a private property w/ 3 other units. The home is in the center of town! walking distance from everything you need. We are close to grocery stores, restaurants, hiking, tourist attractions, and cool shops. Its self check as well, there is a code to the front door i will give you the day of your arrival. Its located in a safe gated area in west hollywood
## 328 Prime flat in the heart of the Melrose Blvd. Shopping District near The Grove, CBS Studios, West Hollywood Nightlife, Hollywood bars and dining, Larchmont Village, The Beverly Center, Canter's Deli, Taste On Melrose, Wolf, Blu Jam Cafe, The Village Idiot, Whole Foods, Trader Joes, Equinox, etc. with coffee shops two-minutes walking distance. You'll love my place because of the location, the ambiance,the decor, and the people. My flat is good for couples, solo adventurers, and business travelers.
## 329 I enjoy traveling and I enjoy even more to create unique “Home Coming” memory for each and every trip I take. I indulge every traveling destination have an enduring Home Coming experience; it is with this eager expectation I cultivate my home into the warm welcoming guest home for my friends and guests to stay.Also, I have 10 lovely chicken in the backyard:)
## 330 This is a 420 friendly home inviting 420 friendly folks to stay. This is not recommended for children. For an additional fee, I can provide pickup service from all the airports in the greater LA area. T
## 331 1.) 溫馨舒適的獨立衛浴客房 。 2.) 室內公共空間 - Living room 客廳、Family room休閒室、 dinning room 餐廳。 3.) 所有套房都有吹風機, 洗衣籃等. 4.) 全套廚房設備可提供使用。 5.) 套房內有獨立衛浴設備。短期租屋者有提供盥洗用品 (洗髮精、沐浴香皂、衛生紙, 毛巾等) 6.) 洗洗衣房內的洗衣機、烘衣機可供使用。 7.) 無線上網WIFI設備.
## 332 高档美式豪华洋房
## 333 Our place is in an above average neighborhood on the hills of Hacienda Heights. We have lived in this community for 30 years. We lived beside this guest house on a separate building structure. This house is very private, very safe, quiet and well lighted. If you decide to venture outside on foot Vons grocery store is walking distance, about a mile and a half (with Starbuchs inside). Parking inside the property when available
## 334 我的房源適合情侶、孤獨的冒險家、商務旅行者、家庭(帶孩子)。
## 335 This Spanish historic home is located in the 1920's character neighborhood of Hancock Park. Our relaxing guest suite features a king size bed with a remodeled bathroom.
## 336 My place is close to LAX - We are four miles from the airport.. You’ll love my place because of the complete privacy. This bedroom has a private entryway, plenty of room, walk-in closet and private bathroom. The space is large. While there's not a kitchen, it does include a microwave, small fridge, and counter to store any take out food you might pick up. Complementary soft drinks and water bottles.
## 337 Comfy, peaceful, modern place. Room is sizable, fresh, airy with comfy queen size bed. The bathroom was remodeled and again modern, fresh and bright. Laundry facilities on-site, new remodeled kitchen. Parking is street parking, but usually not a problem.
## 338 From corporate stays to family getaways, this 3BR, 2BA (sleeps 8) Los Angeles house is a great fit for all kinds of trips. Close to numerous corporate offices, several LA beaches, and LAX. Redone and spacious, with mini fridges in 2 of the bedrooms.
## 339 Our boutique extended stay lodging offers modern, hip, and luxurious suites that are located steps away from the Strand and lively pier of Hermosa Beach. Comes with free wi-fi, cable, 2 big flat screen televisions, and Starbucks coffee.
## 340 Located in beautiful Echo Park, the Green Cottage is walking distance to Dodger Stadium, Sunset Boulevard and lots of restaurants, cafe's, bars, and unique shops. Our central, sunny and cozy one bedroom home has large windows, hardwood floors, on-site parking and a large backyard with an orange tree. Very easy access to the nearby trendy neighborhood of Silverlake, Elysian Park, Griffith Park, Downtown and Dodger Stadium. Perfect for Game Day!!
## 341 Newly remodeled, massive backyard, beautifully furnished, outdoor jacuzzi for 4, high-speed internet, 65" television with Netflix and Apple TV, central air/heat, huge master bedroom, centrally located in the hip neighborhood of Silver Lake...
## 342 Awesome leather sofa, plenty of pillow space and windows for perfect lighting. Super quiet & peaceful. TV w/ roku device for all the Movies & Music you desire. Bathroom w/ shower head, kitchen access. Bball & Playground :] *Complimentary gift basket*
## 343 Restored 1938 Schindler with wide open western sunset views, deck with fire pit, expansive windows. Originally built for a visual piano teacher. Quiet street right off of Elysian Park trails and uphill from Fix, Cookbook, Yogala, & Valerie's.
## 344 Beautiful Sunny Studio Guesthouse in Echo Park-hard wood floors, brand new/full kitchen, brand new/full bathroom & shower. Outdoor space with a large patio all to yourselves. Walk in closet, desk. Walk to Sunset Blvd, cafés, Neighboring Silverlake, Dodger Stadium, Elysian Park. 5 min-Downtown, 10 min-Hollywood, Walk to Cafes, Restaurants, No parties, events, weddings or filming, no exceptions. Reviews-This is a brand new listing! Please see my other listing, https://www.airbnb.com/rooms/3403905
## 345 Comfortable little room in the heart of Echo Park! It's a 5 minute walk from Echo Park. 1 mile from The Broad. Right in between Silver Lake and Downtown LA. This trendy neighborhood has many surrounding restaurants and cafes. One of the coolest neighborhoods in LA right now. Get to know it better here: (URL HIDDEN)
## 346 Newly built 2-story, 2-bedroom, 2-bath home. open concept with lots of natural light, hardwood floors, steam room, large tub, 2 huge decks + 1 master bedroom deck, outdoor area with hammock & bocbe court, washer & dryer, carport
## 347 Spanish home located in a quiet area of Echo Park. Home has a lovely deck and a front porch for entertaining. Close to Downtown and Dodger Stadium. Within walking distance to Sunset Blvd... Hipster Coffee Shops and cafes. Ideal for Family Getaways
## 348 Come stay at my beautiful studio apartment located in the heart of Echo Park! Walking distance to the beautifully redone Echo Park Lake, Dodger Stadium, and just about everything else you could need. Hardwood floors and plenty of windows to let California's sunshine in! I have four windows in my apartment, which is a corner unit, so you can see the Echo Park Lake to the left and on a clear day you can see the Hollywood sign and Griffith Observatory!
## 349 This one bedroom apartment is located in the historic Angelino Heights neighborhood. It is a breezy apartment in a quiet and safe area. There is a queen size bed, pull-out futon, full kitchen and bathroom. Nightlife and coffee shops a 10 minute walk.
## 350 Come enjoy our home that was originally built in 1926 as a summer home with refurbished hardwood floors. Partial home ( original 1926 charming with character - very Private and separate front entrance - ),living room and one Queen size bed with Private bath. The living room amenities include : Microwave, small fridge, Keurig coffee maker, TV, and Wireless internet. No kitchen. Close to LAX airport, beaches, and walking distance to downtown El Segundo. A desk is available upon request.
## 351 In El Segundo, Los Angeles there is a room waiting for you that's 5 minutes walk from one of the best beaches on the west-coast. Top floor apartment. Bedroom and living/dining area with a full kitchen, Private bathroom, Dish washer, Projector, Laundry, Garage Parking, Quiet, and respectful neighbors, wifi, Private room with private bath. The area is quiet, safe, and family friendly
## 352 Ocean view Manhattan Beach ( El Porto ) includes parking spot, free laundry, kitchen, wifi cable, Tempur-Pedic Queen bed, access private roof top deck with soft tub, BBQ area. Stay in your own private furnished room in a shared two bedroom one bath apartment one block from beach
## 353 MID-WEEK DEALS!! (Rates Already Discounted!) Great El Segundo Beach & Downtown Location! Beaches, Restaurants, Bars, Groceries, bike path, activities. Entertain in a large remodeled open concept 3606 sqft home w/ views, 5 bedrooms with 4 master-size bathrooms, gourmet kitchen, pool & jacuzzi. Enjoy with friends and family! Please message me if you have ANY questions or comments. I have 3 Co/Host's that help me out. Jenelle, Leslie and Melanie. We are all here to help!
## 354 Top bunkbed in a shared room. 3 Bunkbeds in the room. Upstairs Apartment. Surf inspired open lounge space with vaulted ceilings, big Kitchen and clean bathroom. 1.5 miles to LAX. 1.3 miles to the ocean! 10 minutes to Main street. This is an awesome space for travelers who want a clean place and a comfy bed to sleep. Some amazing, lasting friendships have been made amongst guests here. Perfect for groups or solo travelers who want a fun, social environment.
## 355 Spacious 1 bedroom 1 bath apartment for rent in El Segundo CA from December 24 through January 1 2016. Close to shops and restaurants with easy freeway access. LAX- 1.4 miles Beach- 1.25 miles Downtown LA- 15 miles Venice/ Santa Monica- 6-8 miles
## 356 House with 2-3 rooms and 2 bathrooms for rent! Near downtown la, a block from south Pasadena and Alhambra! Close to many stores and night life, accessible to la fitness gym a mile away. Ask for more details.
## 357 Clean and spacious 2 bedroom apartment in Encino on Ventura Blvrd. Located 20 mins from Universal Studios and 35 mins from down town Los Angeles (by car). Room available has a private patio, flat screen TV, and spacious closet.
## 358 My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 359 A great bedroom to stay in a nice house with modern amenities. Safe neighborhood walking distance to Disney. Pet friendly, with easy access to most parts of Los Angeles through major highways located nearby.
## 360 Our guest house is perfect place to retreat after a busy day of sightseeing, shopping dining out or working. Close to Disney and Dreamworks, plus shopping at the Americana, Griffith Park and Resturants. Adams Hill is safe and lovely to stroll the hills for a morning walk or after dinner.
## 361 Private Bedroom in 3 Bedroom house. This spacious Ocean themed bedroom has a full size bed, writing desk, and a TV equipped with Netflix and Hulu services. You will be sharing restroom with one other guest room (1-2 people). Cool off in the pool and relax in one of the pool side lounge chairs. The back yard is also a great place to have breakfast before heading off on your site seeing or business day. The house has a guest common area with coffee & tea.
## 362 Beautiful floor plan has tons of windows and natural light. You will have living room on 1st floor. sofa bed(queen size) with memory form mattress and clean bedding. you also have own hanger and storage. also you have your own work station(desk and chair). located near Universal Studio, Walt Disney Studios, Warner Bros. Studios, Hollywood, LA Zoo, Griffith Observatory, downtown Glendale and within walking distance to the Ralphs, Staples, Galleria, Americana at Brand, restaurants, and shopping.
## 363 Close to downtown Glendale and 4 miles to Rose Bowl
## 364 This is a very private neighborhood. You will wake up in nature and sleep in peaceful bliss. This is a sanctuary for anyone wanting to disconnect from life. The moment you walk in you will feel a sudden relaxation. Its home away from home.
## 365
## 366 Spectacular view of the mountains and surrounding area. Safe for early morning runs, walks or biking. Plenty of hiking trails withing short distance from residence
## 367 -Private room in a spacious house in safe neighborhood -Driveway parking -Pool -Newly renovated kitchen -Walking distance from awesome thai food, bar, and grocery store -Very flexible check-in and out times -Guests are free to come and go, and use the home's amenities any hour of the day or night -Folding cots available upon request, allowing the room to sleep up to three total We have three different rooms available in this home, check out our other listings for more available dates!
## 368 5000 sqft Estate is beautifully furnished & landscaped. Enjoy fruit trees, swimming pool, fountain and gardens. Located in the Devonshire Highlands Estates, Northridge a prestiges suburb of Los Angeles's SanFernandoValley Central location, 30mins to
## 369
## 370 This comfy and bright room is quiet and peaceful. It has its own bathroom inside, TV, queen memory foam mattress/bed, large windows, and a desk. Walking distance to California State University Northridge, metro, Art Performing Center, shops/restaurants, yet it's quiet and Luxurious! Use of pool& continental breakfast.
## 371 We have whatever you need, and can arrange what is provided depending on your needs and wants.
## 372 Our cool comfortable 1930's Spanish Villa retreat is nestled against beautiful Griffith Park in quaint Los Feliz Hills. Just minutes from The Griffith Park Observatory, Silverlake, Echo Park, Hollywood, restaurants, nightlife, and Skylight Books.
## 373 My place is close to The Water!!!! Machado Lake 0.7 mi, Harbor Park Golf Course 0.8 mi, Redondo Beach 5 mi, Hermosa Beach, Palos Verdes Estates 2.4 mi, Pacific Coast Hwy,Kaiser Hopsital 0.5 mi. You’ll love my place because of the location, the people, the outdoors space, the ambiance, and the neighborhood!!!. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets).
## 374 A beautiful home with a bathroom
## 375 Charming apartment centrally located to the beach and downtown Los Angeles. It is very quiet and comfortable and private. Full bed and a flat screen television and a full bathroom with a lot of closet space. It is in a very safe beautiful neighborhood.
## 376 Spacious 1 BR/1BA condo plus a queen size sofa bed with over 795 sq. ft.and a large patio. Located in trendy Playa Vista aka "Silicon Beach" near Marina Del Rey and Venice. Building amenities include Pool, Jacuzzi, Fitness Center. High end furnishings and top of the line amenities.
## 377 Newly remodeled modern fully furnished studio apartment with private entrance. Located in the new silicon beach. 10min Bike to Marina Del Rey/Playa Del Rey beaches. Easily walk to nearby Cinemark XD theater, Whole Foods and Playa Vista Runway restaurants & shops. Easy access to LAX, (PHONE NUMBER HIDDEN) freeways.
## 378 FANTASTIC CENTRALIZED L.A. LOCATION! Perfect spot in great quite and very safe neighborhood in city of Los Angeles, Encino.
## 379 Hi I'm Sylvia and I would be delighted to welcome you to my home . Having traveled and lived in many places including Argentina, Israel,Europe and the United States I’ve learned how to work and communicate with a wide variety of people.
## 380 Continental breakfast may be available if given advance (URL HIDDEN) place is close to USC, public transport - Crenshaw /expo metro train station(0.2 mile walking), Panda express, Burger King and Domino's Pizza. More restaurants and Groceries are within walking distance. Close to Exposition and natural history museum. There is a queen real mattress and a Japanese thinner floor mattress. If you prefer one over another, please mention so. Note 3rd person will only get the Japanese mattress.
## 381 My place is close to Private Room with shared living area and bathroom in safe area. My place is close to USC, California Science center, Metro service. Great location 5min to Downtown LA, 20 min to the Santa Monica beach.
## 382 About a 10 minute drive to LAX airport, and FORUM. A 5 minute walk to 7/11 convenience store, donut shops etc.
## 383 This private room in a small complex. Down stair, people above. New remodeled. clean & neat. 1 new full bed; new bedding; closet. Air bed for the 3rd guest.Free wifi. Possible on site parking. Max 3; no visitors. NO stove & living room to use. All amenities are crossed out. Read the entire description for details.
## 384 All amenities are crossed out. Read entire description for details. Now New windows block much noise from outside!!! Private room (own lock) in a 4 u building apt upstairs. shared Bathroom, kitchen. No one above; people below. Full bed. 2 big windows. airbed or pad for 3rd guest. New carpet, new paint, new bed and bedding (New in December 2015). NO visitors.
## 385 All amenities are crossed out. Real entire description for details. My place is close to restaurants and dining. Welcome all couples, family and kids, (though we do not have specifically equipped for kids) solo adventurers, and business travelers, who will keep my home clean. It is a one bedroom apartment. You own the entire home, no sharing. (No one will be in the lock the room). So it is a bigger one bed apartment. It is in down stair. Full, Twin bed, one each. No stoves.
## 386 My place is close to Famous Americana mall. Great shopping. Restaurants. Theater's .
## 387 Welcome to our Quiet Retreat in the Heart of the Los Angeles Hubbub! This nature filled "French Living" vibes bungalow is in the back of a very big lot. If you are looking for a quiet retreat in the heart of Los Angeles then you found it! Nothing but birds singing! See details below ;)
## 388 full kitchen Bathtub Smart TV internet patio Air Condition large closet 2 off street parking spaces Laundry on site secured 3 miles to Glendale AMERICANA 4 miles to Downtown LA Across the street from recreation center (pool, tennis courts, etc)
## 389 Close to Downtown LA, Pasadena, Silver Lake making it centrally located to great eats, museums, and outdoor activities. This is our home and we love sharing it with guests visiting local family/friends, couples, solo adventurers, and business travelers. This unit is our 2nd story master en-suite with a private entrance, spacious bath, french doors leading to an outdoor deck for alfresco meals. If you are coming in or around the 4th of July holiday, please expect lively neighborhood fireworks.
## 390 Why stay at a hotel when you could have the WHOLE place to yourself? Save yourself the hassle of daily hotel/parking fees & stay in a beautiful, NEWLY renovated unit in an amazing location! Occidental College - 5 min The Americana at Brand Mall - 5 min Dodgers Stadium - 10 min Downtown LA/Staples Center - 15 min Hollywood - 15 min Universal Studios - 20 min. Beverly Hills/Rodeo Drive - 25 min Disneyland/Disney California Adventures - 35 min-1 hr
## 391 Charming 1 bedroom/1 bathroom apartment located in a Spanish style building on a quiet street in Glendale. The apartment includes a smart TV, wifi, large kitchen, comfy california king mattress and large windows. Laundry on site but not in unit. Perfect central location whether your heading to Downtown, Eagle Rock, Highland Park or Silverlake. If your staying in the neighbor you'll be within walking distance of multiple restaurants, Whole Foods, Ralph's, Nordstrom Rack and World Market!
## 392 Clean, private and centrally located Hollywood Hills house. 5-10 mins from Hollywood, West Hollywood, Studio City, Burbank and much more !
## 393 The number of reviews matter. I've had 700+ happy guests since 2013. You get your own set of keys to lock your room, and access the house. If your search found me, the room's vacant. PLEASE read my description carefully--It has answers to ALL your questions! The Phone App won’t have details; the web will, use that instead.
## 394 Los Feliz neighborhood is an affluent hillside neighborhood in the central region of Los Angeles, California, abutting Hollywood and encompassing part of the Santa Monica Mountains. Noted for its expensive historic homes and celebrity inhabitants.
## 395 This house in the Hollywood hills is a 1950's two bedroom house. Ideal for two couples. Located in the quiet, safe neighbourhood of the Hollywood hills. Views of the Griffith Observatory and the park. Large private driveway provided.
## 396 A wonderful opportunity to rent a private room in a beautiful, secluded, two-bedroom, two-story home off Barham. Large open floor plan. Shared spaces galore, including a large living room, tv room, dining room, full kitchen and an incredible outdoor area, with porch, grill and trees everywhere! Near Burbank and Hollywood. Just off the 101. Queen bed, private closets and full bathroom included. Perfect for one person! More than a few night stays are welcome! Please check out our pictures!
## 397 My place is close to Hollywood Bowl, Sunset Strip, Walk of Fame, Magic Castle.. You’ll love my place because of its location, its soaring vaulted ceilings, its spacious kitchen with stainless steel appliances, its jacuzzi tub, its pool, its barbecue, its fire pit, its washer/dryer and its stunning views. . My place is good for couples, solo adventurers, and business travelers.
## 398 If these walls could talk...Alanis Morissette wrote Album of the Year, Jagged Little Pill in this home. Lovely Spanish revival in historic Beachwood Canyon. 2bd/1ba, garden, laundry, wifi, walk to Hollywood Walk of Fame, Griffith Park, Hollywood Bowl
## 399 Unique private 2 bed room/sleeping area space in the high up in a Castle w living room and den / large private atrium covered deck looking over the Hollywood Hills in one direction and dazzling Hollywood tinsil town in the other .Ocean view in the distance Roofdeck jacuzzi also available but reservation is required .
## 400 This hillside gem must be seen to be believed. You can't beat the location (just a few blocks from the main strip), the stunning views, newly remodeled, and mid century furniture. I'm confident that you'll fall in love with this warm home, just as I have. Highland Park is a killer hip neighborhood, that is full of amazing bars, restaurants, yoga studios, cafes, and cool music venues (which are all literally around the corner). Come enjoy yourself and get cozy on the real east side of LA!
## 401 Nestled in the hills of Highland Park on a secluded cul de sac lies a 1925 Spanish Bungalow. Beautifully furnished by a professional designer with antiques, flea market finds, and modern pieces. This 1 bedroom 1 bath house ensures a stylish retreat for friends, a couple, or a small family. The house accommodates 4 people w/ a queen size bed in the bedroom and a deluxe air mattress that can be set up in the living room.
## 402 A fully remodeled studio detached from the main house, hidden in a quiet/private backyard (which you may also enjoy) with separate/secure entrance. The room has a cal king pull out sofa, wood floors, AC unit, fan and beautiful marble tile bathroom.
## 403 a quiet, simple space
## 404 This apartment has a wonderful location, just minutes away from all the entertainment along Marina Del Rey & Venice Beach. Just around the corner are popular shops, cozy cafes, trendy bars and restaurants. If you wish to also explore other parts of this amazing city, you can easily access the highway from the apartment. The people of Marina Del Rey are very friendly and give off a welcoming vibe, which will make you feel right at home :)
## 405 Enjoy the summer in this great 1 bedroom apartment with 2 queen beds located 4 min walking distance to the beach. This bright one bedroom is ready for you to enjoy the sun this summer, with amazing amenities, in the heart of all the action, yet relaxing the perfect balance for your vacation or brief get away.
## 406 Just minutes from the beach. A cozy full size mattress in the aft cabin and an even comfier v-berth bed make this 32 ft sailboat perfect for 1-3 guests. Sleep under the stars or watch the sun set from the bow.
## 407 Private room with fresh towels and blankets
## 408 Our 5 bedroom home lg living area in front of the house. Guest room in front and offers privacy. 5 min to Long Beach Airport 30 min from LAX 30 min from Disneyland 10 min to the beach- This way to the beach! Disneyland, Magic Mtn, Outlet Shopping Malls and 2 major malls. 10 min away from dipping toes in Pacific Ocean. Great public transportation bus, train or boat. Catalina island looks pretty good! Our place is good for couples, solo adventurers, and business travelers.
## 409 Cool
## 410 Beautiful ranch style home with lots of space . Pool, spa, pool table, 2 large family rooms, spacious kitchen. Great for a family getaway. Close to Disneyland and Knotts Berry Farm. And just 35 minutes to the beach or LA.
## 411 The house is very accessible to the freeway and thus to the entire Antelope Valley. A great stop for anyone heading north/south to San Francisco or if you're in town for work at Plant 42, EAFB or nearby hospitals.
## 412 Large private room that is the size of a small studio apartment in a 1904 Victorian Era home. Queen bed. Sitting area. Private kitchenette. Private bath. We can add an additional queen or two twin air mattresses to accommodate up to four people.
## 413 Our home is close to Venice Beach, one of the most popular destinations in California. The loft is very spacious, bright and gets a lot of natural sunlight. It's 1 bedroom loft, but technically it has 2 bedrooms: one upstairs with no doors, another one in a separate guest room downstairs. You are welcome to put the minibar tools to use, play piano and start fireplace to make it cozy in the evening. Cafes and grocery shops are 5 min away, beach is 10 min away in a car. Safe and quite neighborhood
## 414 Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, Snaaaapchaaaaaat, Symantec etc - 10 min to Santa Monica Co-working space (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA!
## 415 Private furnished studio with fire place, private entrance, cabinets, laundry on site,closet with lots of mirrors, elevator and restroom.
## 416 Charming 1 Bedroom 2 Bath Mar Vista Bungalow in quiet neighborhood. Our house has 3 outdoor areas, grill, filtered water tank, gas fireplace, Netflix, Apple TV, and fast wi-fi. If you are traveling with a toddler or a house-trained furry friend they are welcome. Our L-couch is also very comfortable for a 3rd person. Ample street parking. Nice house to spend the holidays.
## 417 Stylish room for rent in very clean private home in the quiet, residential Mar Vista Area of Los Angeles. Just 2 mi. from Abbott Kinney Boulevard and 4 mi. from Venice Beach. About 1 mi. from new Metro Line that runs to Santa Monica & downtown LA. Walking distance to a few coffee shops, hip restaurants, Mom & Pop shops, bowling alley, yoga studio, Sunday farmer's market and local grocery/cafe' that hosts live music. Lots of on-street parking available right in front of house.
## 418 Our detached Guest House is the perfect place for your stay on the Westside of L.A.. It has a queen bed, an optional twin bed, a private bathroom and a kitchenette. It has its own private entrance and an outside area perfect to chill out. It is located in the heart of Mar Vista. Restaurant, bars and coffee shops are just down the road, the World famous Abbott Kinney Blvd is less then a 10min drive and d just follow Venice Blvd for a couple more minutes and you’ll end up right on the beach!
## 419 My place is close to Tito's Tacos Mexican Restaurant, Blaze Pizza, Johnnie's Pastrami, Starbucks, and Chipotle Mexican Grill. You’ll love my place because of the coziness, the location, the pool. My place is good for couples, solo adventurers, and business travelers.
## 420 My place is close to 4 miles to the Beach, close to Culver City . You’ll love my place because of It is quiet and private, high ceilings, full kitchen and bath everything you need for a wonderful stay. My place is good for couples, solo adventurers, and business travelers.
## 421 My apartment is centrally located to Venice Beach, Santa Monica, Culver City, LAX, UCLA and Downtown. My place is good for couples, solo adventurers, and business travelers.
## 422 Perfect for Travelers and Working trips! -4th level Rooftop Patio, crystal fire pit, 4-burner Grill, Kitchen, Bikes, Vinyl in this Quiet Neighborhood. -Room w/ connected bathroom, shower, TV/DVD, Chromecast, Hydroulic Desk, stereo, 2 headed shower
## 423 Bright open 2nd story apartment with amazing ocean breeze. 2 Large private bedrooms and bathrooms. 10 minutes from Venice Beach. 5 Minutes to Abbot Kinney. Street parking readily available for free, no permit required. Conveniently located close to the I-10 and I-405 freeways. Very easy to quickly get around to other parts of LA. 20 minute drive to Downtown LA and Hollywood/West Hollywood w/o traffic.
## 424 The room is actually very spacious and naturally lit. You would have your own bathroom to yourself (the main bathroom), but the shower is shared with one other person. My favorite thing in this neighborhood is the Mar Vista Farmer's Market on Sundays
## 425 Hello and welcome to this sweet, cheerful, fully furnished three bedroom artistic house that is full of natural light and fresh air.
## 426 Comfortable private room in a 2bd/2bath, available for a weekly rental this summer. Shared living and kitchen space with wifi, apple tv and keyboard for those so inclined. Located in a quiet & safe neighborhood just 2.5 mi from the beach!
## 427 Private West Los Angeles (Mar Vista) Studio Apt with large backyard, heated salt water pool, Jacuzzi (Spa) and dry sauna. Adjacent to Venice, Marina Del Rey, Playa Del Rey, Downtown LA, Culver City, Santa Monica, West LA, LAX. Minutes from the beach
## 428 Rustic cabin style studio with high ceilings, a kitchenette, and private entrance. Perfect peaceful sanctuary when visiting LA. Walk through the neighborhood to have (EMAIL HIDDEN)e and go as you please!
## 429 Private Guest house with lovely french doors that look out to a charming garden and spacious yard. Gas fire pit and additional outdoor shower. Separate entrance. Quiet. Open beachy feel inside the large guest house. Walk to great restaurants. Bike included.
## 430 Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, (SENSITIVE CONTENTS HIDDEN), Symantec etc - 10 min to Santa Monica Co-working space in a living room (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA!
## 431 Charming and light filled craftsman house centrally located in Venice/Mar Vista area. 15-minutes from LAX and downtown Santa Monica, 10-minute bike ride to Venice Beach & Marina Del Ray. Situated on a quiet, safe, family friendly street. Short walk to lots of great restaurants, coffee shops, markets, movie theater and park. Great for couples, solo adventurers, business travelers, families (with kids), and big groups. Driveway can accommodate 2 cars. Portable AC unit in house (recently added).
## 432 My place is in walking distance to retro row, great restaurants and bars, an independent movie theater and the beach. It is also a short bike, bus or LYFT ride to pine street, belmont shore, the aquarium of the Pacific, Queen Mary, dog beach, Museum of Latin American Art. You’ll love my place because of the coziness, the location and the charm of the outdoor living space. We have basic kitchen supplies, fire pit,a BBQ and a couple of beat up beach cruiser bikes available for your use.
## 433 Welcome to our beautiful, bright 3 bedroom, 2 bath home located in the El Dorado Park South area of Long Beach. Great location, just a short drive to the beach and Belmont Shore 2nd Street shops and restaurants.
## 434 This unit is a one-of-a-kind tranquil space. Relaxing & romantic. Surrounded by large windows with palm trees out each window. Original hardwood floors. Less than 1 mile walking distance from downtown & across the street from the beach. Very close walk to Long Beach Convention Center. Relaxing & convenient. Enjoy!
## 435 My place is close to Cafe Ambrosia, The Beach, The convention center, Downtown, 2nd street, the long beach aquarium.. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 436 Quiet room with a private entrance, isolated from the rest of the house, available in the middle of Belmont Shore. Room includes a comfortable daybed, and private bathroom with a shower. Includes access to the shared back patio next to the room entrance. The property is less than a minute walk to 2nd Street, where the restaurant district is located. It is also three blocks from the beach, and 1/4 mile from Alamitos Bay. 5 miles from downtown Long Beach and the Aquarium of the Pacific.
## 437 Directly on Ocean Blvd,4 bedroom Villa has Expansive Ocean Views of Long Beach & The Queen Mary. Across the street are steps to the beach & bike path. Completely remodeled throughout,up to 16 people,Walk to Restaurants,Bars, stores in less than 5 min
## 438 1 bedroom, 1 bathroom in a secure complex, 8 blocks from the beach, 1 block from Queen Mary Hospital, close to all downtown long beach attractions including the Queen Mary and the Metro Blue Line is 2 blocks away. Parking is on street.
## 439 Very large private 2 bed, 2 bath apt. Alamitos beach LBC. Access to the entire 3rd floor, with 2 balconies and patio. 2 blocks from the beach and downtown. Fireplace, wifi, 2 TV's. Close to popular bars and restaurants. Skyline beach view
## 440 Couch near the LB airport and major shopping centers
## 441 Minutes From Catalina Express and Long Beach Marina and Beaches. Our Coronado Motel near Shoreline Village is just minutes from beaches and attractions. Our hotel is a short drive from Long Beach Convention & Entertainment Center and Long Beach Airport.
## 442 Gorgeous home in upscale neighborhood with nice general store a block away and shopping district full of shops and restaurants just over 2 blocks away. 7 patios! (2 in front, 3 in back, 2 on 2nd floor!) Ample parking: street or driveway
## 443 My place is close to The Griffith Observatory, Los Feliz 3 Cinemas, Restaurants, Bars, Los Feliz Municipal Golf Course, Silverlake and minutes from Hollywood . You’ll love my place because of the ambiance, the neighborhood, the people, old Hollywood vibe . My place is good for couples, solo adventurers, and business travelers.
## 444 The House Nearly 1,000 sf of self-contained living space with private entrance. Bedroom has a brand new king sized bed and a cozy reading nook. There is a private balcony where you can enjoy a coffee or glass of wine while taking in the spectacular city view. Living room has a convertible chaise/sofabed that comfortably sleeps two . . The sumptuous bathroom feature vintage tile a huge bath tub and shower. Kitchenette has a fridge, microwave, oven, and everything needed for dining at home.
## 445 Modern and chic Loft in the heart of Loz Feliz. A vibrant pedestrian area with tons of cafes, restaurants, bars etc. You also have a great griffith park view!
## 446 Private, cozy and rustic guest house near Sunset Junction. Comfortably fits 2 people. Gorgeously manicured yard with heated pool and jacuzzi. Lush 2-level pool area bordered by bamboo hedging, palm trees and giant bird of paradise plants. Queen size bed, and a futon. Toaster, Keurig machine, washer, dryer, and mini fridge. Shared gas grill. No kitchen. Beautiful courtyard right outside the Cottage. Brand new Nest Bedding mattress and Easy Breather pillows.
## 447 A cozy home in the heart of one of the best neighborhoods in LA with nightlife just steps away but quiet enough to relax after a long day. Parking space included (a definite bonus for the trendy neighborhood).
## 448 My place is close to Griffith Park , Supplements & Sundries, Metro Fitness, Vince's Market, Dave's Accordion School. You’ll love my place because of the neighborhood, the comfy bed, the nearby park. My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets).
## 449 Gorgeous apt in the heart of Los Feliz (one blk away from Virginia street where there are great cafes and night life). The apartment still has its original decor/trim from the 1920s. Wooden floors, long closet, huge french door windows throughout.
## 450 This modern, well-decorated home is located steps from some of the best Silverlake and Los Feliz have to offer yet somehow feels like a get-away in the mountains when you're soaking in the hot tub at night in the beautiful garden. Indoor and outdoor fireplaces. Fully stocked kitchen. Follow the path up the hill to explore a separate modern work/live space with it's own patio overlooking the hills. Blocks from great bars and restaurants. Luxurious yet comfortable, you will feel right at home!
## 451 Across the street from Griffith Park, our beautiful, spacious and comfortable home features a wrap around deck with outdoor fireplace perfect for lounging and entertaining. Private, large back yard boasts an incredible treehouse. Ideal for a family or two traveling together.
## 452 Beautiful quite studio with big balcony!!! Full kitchen and parking. Walk to the ocean, board walk activities and variety of bars and restaurants. Great relaxing area, super close to Venice Beach, Marina Harbor and a short drive to Santa Monica and Manhattan Beach. One of elevators is out of order, apartment is on the 2rd floor. There is a walk to a second elevator if claiming the stairs is too difficult.
## 453 Private Rooms for rent in Central Los Angeles. Close to downtown and easy access to public transportation. Only 1 Mile from USC.
## 454 PLEASE NOTE: THE SPACE IS ONLY AVAILABLE FOR HOURLY RENTAL. Perfect for film/photo shoots, small events, film screenings, and performances.
## 455 we are 15 min away from malibu beach zuma great surfing we have a great pool and spa big deck off master..
## 456 My place has a large master bedroom suite with over 200 square feet with its own bathroom and 5 bay windows. Quiet and safe neighborhood. Close to nightlife, parks, public transport, 101 frwy, market, banks. You’ll love my place because of the views, the location, the ambiance, and the outdoors space. My place is good for couples, solo adventurers, and business travelers. Go to this website for pictures and more information: (URL HIDDEN) Upscale townhouse!
## 457 Beach, Malibu is 20min down a beautiful canyon with mountain face views, State Parks, Westlake Stonehouse & Malibu Wines, trendy shops and restaurant or head over Wine bar Stonehouse to sit outside & listen to music alfresco.
## 458 This is the most unique Air B&B of its kind. We are hosting a room inside of our Private Members Social Club! Guests must be 21 or older to apply. Establishment features Dab Bar, Pool Tables, PlayStation VR, 90" Projector, Rooftop and Front Patio, and much more. Your stay will also include COMPLIMENTARY DABS THROUGHOUT YOUR STAY! Come enjoy the beautiful view of Los Angeles as well the full benefit of marijuana legalization!
## 459 This is a Single Person bedroom suite that includes shower , which is a half bath. It is a cozy suite for a single traveler or up to 2 people.
## 460 This is the quiet back bedroom in a gorgeous, sundrenched old Hollywood style second floor apartment. Central to everything, mid-Wilshire area, public transpo is easy.
## 461 Spacious & private 2 bedroom detached guest house that fits up to 8 people! Amazing selection of fresh foods, coffee, nail spa's, swap meet & much more. Local LA Fare!BBQ, darts, fire pit. I do Angel readings, Numerology & I'm an Energy Healer. I live in a Historical Urban area of LA, it is safe, very central and close to everything. I adore the neighborhood. I feel my home is an oasis. Sea breezes come in at 5pm.
## 462 Welcome to our unique shared space. This communal setting is wonderful for meeting like-minded people (many creatives, explorers and professionals alike) and sharing experiences. It is a spacious unit with separate entrance, new bathroom, fridge, microwave. It has a divided area for your comfort - you either, read, work, eat.
## 463 Welcome to my lovely 1920's home! Full of style and vintage decor this charming space aims to please. Located in historic Country Club Park it has a perfect view of the Hollywood Sign, and is just 10mins away from Beverly Hills, Hollywood, Downtown LA, West Hollywood, and Larchmont.
## 464 A private bedroom in a unique home with custom woodwork and lots of light. In this peaceful and quiet environment you will have use of the kitchen, dining room, living room and bath. There are hiking trails and horse back riding locally.
## 465 Our serene, spacious,1,500 sq ft, two story guesthouse rests atop a mountain with exquisite views of the beautiful Agua Dulce countryside. It's quiet, private, and rural with all the comforts of modern living. We're close to Santa Clarita (Magic Mountain) and 45 minutes from Hollywood.
## 466 靠近Valley 大街,干净,安静,方便的民居。
## 467 Clean, quite, own bathroom with shower
## 468 This is a nice 1 bed/1 bath house with a small office attached to the bedroom. Convenient location next to I-10, I-710 Freeway; double-pane windows have been newly installed to keep away the noise. 10 minute drive to Downtown LA when no traffic. Please feel free to use anything in that is provided in the house, including detergents and expendables. Self Check-In! Avoid the embarassment of meeting people; lockbox location/combination will be provided after confirmed booking.
## 469 If your just looking for a place to sleep, work, meditate, relax during the day or during lunch between work / class. Simple this is for you! Inflatable air bed will be provided or sleeping bags. This place isn't designed for overnight stays because there isn't a shower. You WILL NOT receive keys to the unit.
## 470 The house is in Alhambra have 3 room 2 bathroom. Close to Chinese supermarket and Chinese restaurants and AMC theater and shopping mall
## 471 My place is newly redone inside out, high ceilings, high speed internet, cable, TV in every room. Hardwood floors and glass tile showers. Close to USC, Downtown, Korea Town, Staples Center, LA Live, Universal Studios, Hollywood, Beverly Hills, Museums, The Broad, Santa Monica Beach, DisneylandEtc. . You’ll love my place because of the location is central, the high ceilings and comfort. . My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups.
## 472 Stay within walking distance of all of Long Beach's attractions (Beach, Convention Ctr, Pike, Pine Ave, Aquarium, Queen Mary) all in your own fully stocked private room at a 1/3 of the price of hotels in the area! Check my other listings and 5 star r
## 473 Welcome to Long Beach! Your private room is located on Ocean Blvd in a 2 bedroom oceanfront contemporary house across from the beach... 2 blocks from 2nd St. (bars, restaurants, shops...) 5 mins to downtown Long Beach 10 mins to Aquarium/Queen Mary
## 474 wenxinlangman,shushizhengjie
## 475 Close to major freeways in Southern Cai..20 min from Beach
## 476 broadband cable t v
## 477 You’ll love my place because it's a duplex you have all to yourself! 2 units. That means 2 fully-equipped kitchens, 2 bathrooms, 2 parking spots, and 1 shared wall that allows you to be close to friends and family, with enough privacy so you're not "too close". The back patio has a hot tub, BBQ, fire pit and seating. Come home after a long day of touring LA and Orange counties and relax in style. My place is good for couples, business travelers, families (with kids), and groups of 6 and up.
## 478 Gorgeous Furnished Two Story Luxury Loft in the heart of Downtown Long Beach, steps away from the Grand Prix in the historical Walker Building. Parking Included. Fully Equipped Kitchen: commercial fridge/dishwasher/nespresso Washer Dryer.
## 479 This is a convenient place for a small family for a few days getaway. It has a kitchenette, a bar, desk for a small office away from home, and a queen comfy bed. The ap is located in a safe and beautiful artistic area of Long Beach, near the beach.
## 480 Enjoy my bright and charming home, located just five minutes away from Long Beach Airport, and walking distance to the Long Beach Towne Center (for shopping and the cinema). You'll also love the proximity to the beach (a 15 minute drive), and Disneyland (just 30 minutes away). I also have a lovely pool out back with plenty of space for relaxing, reading, or sun-bathing. If I have time, I will pick you up at the Long Beach airport.
## 481 **Check the calendar for MEGA Spring Rates!** BOOK NOW AND enjoy the beach life! This beautiful mid-century home is centrally located - just 2-blocks from the BEACH, 1/2 block from a park area, coffee/juice shops, restaurants and more!! You will love the home and area!
## 482 This is a large craftsman 1 bedroom apartment in the Historic Wrigley neighborhood of Long Beach. It is a 8 minute drive to the downtown arts district of LB and a 5 minute drive to Bixby Knolls neighborhood full of restaurants and bars.
## 483 I have a quaint newly remodeled apartment 2 Blocks from the beach. Cute, Cozy, Quiet, Private entrance behind a gated area. Close to Everything you want in Long Beach. Exquisitely appointed, all the amenities of home. Flat screen TVs in bedroom and in kitchen/dining area. AC, heat, full kitchen.
## 484 The Beach Retreat! This private studio apartment is just one and a half blocks from the beach. Queen bed. TV with Wifi. Patio. Keurig, toaster, microwave & washer and dryer. Walk to beach, pier, restaurants and shopping on Broadway and in Belmont Shore. Close to the Long Beach Museum of Art, Long Beach Aquarium and downtown. Bikes available to rent a block away.
## 485 My place is my pride. It's a gorgeous little nook on the roof of the building, has so much intimacy as you are the only one up there... :D But one thing to note is that it's on the 4th FLOOR and there is NO ELEVATOR. If you don't mind it's a STEAL!
## 486 5 MINS TO CONVENTION CENTER WALKING!!! BEAUTIFUL UNIT CENTRALLY LOCATED IN LONG BEACH, QUEEN MARY, AND THE PIER: RESTAURANTS-BARS-ATTRACTIONS: WALK EVERYWHERE, LIVE WITH STYLE, WALK TO THE BEACH. Disclaimer: All pictures are from our models- you will stay something alike, fashionably decorated!!!
## 487 My place is close to Everything downtown long beach near 5th st and long beach Blvd. 5th st blue line station. Next to 710 and 6th st if driving. . You’ll love my place because of Location and huge motionless waterbed with soft sides and surround sound. The front room with twin bed is also listed but can get whole house soon. My place is good for couples, solo adventurers, and business travelers.
## 488 My place is close to Naples Canals, Belmont Shore, Queen Mary, Aquarium of the Pacific, Seal Beach, Long Beach Museum of Art, Long Beach Convention Center, bus lines, movie theaters, restaurants, Alamitos Bay Marina and beaches. You’ll love my place because it is walking distance to beach, canals, Belmont Shore, bars and restaurants, outdoor spaces to enjoy, TV room and formal dining room. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 489 This Apartment was just remodeled! Brand new Bathroom, Living Room, & Kitchen! Huge East Village Suite in Historic Alamitos Beach (900+ sft living space) which is larger than most 2 bedroom apartments in the area; Walk to LB Convention Center; Walk to Shoreline Village; Next to East Arts District - fits 4-5 comfortably - Inside Laundry room witWasher Dryer ) New amenities (High Speed WiFi)
## 490 Spend your time away at our lovely, conscious abode. Whether on business or vacation, you will find this 3 bedroom, 2 bath home, a cozy spot to relax, unwind, maybe even practice a little yoga(URL HIDDEN)~Welcome hOMe~
## 491 This is a totally brand new gigantic duplex located in the desirable area of Long Beach close to a golf course, restaurants, stores, kayak/paddle boarding area. Amenities include Fios cable, internet, enclosed garage, washer/dryer.
## 492 Guest room with a real bed and private bath. The kitchen is available for use and a deck is outside its door. Washer and dryer available for longer stays. Coffee and warm bread in the morning. Close to LB airport/ 15 blocks from beach and CSLB.
## 493 The house is located in a quiet, residential neighborhood that is centrally located between the beach & freeways. The kids' room has toys along with a trundle bed that pulls out to 2 twin mattresses. There is also full-size, pull-out couch mattres.
## 494 Luxury high-rise apartment in Downtown Long Beach is short walk to convention center, outlet mall, restaurants, bars, movie theater, aquarium & train station. This apartment has a memory foam mattress, 24-hour security, a business center, gym with steam room, pool, and hot tub.
## 495 * Free on street parking * 8 blks (1 mile from the beach) * Metro Station 1/2 blk away * Leather Couch & Love Seat * Queen size pillow top bed w/ 4 inch topper * 60 inch TV w/ Apple TV, Netflix, & HD DVD in LR * Shared Bathroom & Kitchen
## 496 Enjoy a beautiful Pacific Ocean view condo with a Pool and Jacuzzi that sits in front of the Ocean including gym access. Located in Downtown Long Beach great for business or vacation. Parking Included!
## 497 Very spacious with more than the basics! Walk to the beach with ocean breezes. Amazing fun area, near Art district! Walk to local restaurants and bars. Existing 1 King, 1 Queen & sofa bed, Netflix Streaming Movie Free parking.
## 498 This is a a great room in a shared 2 bedroom Condo and even better location. The room is literally located one block away from the beach and walking distance from the World Famous Long Beach Pike and Pine Avenue! The rest of the condo boast other modern amenities.
## 499 You are hosted in the Guest room with queen size bed and bathroom with shower. Access via the home foyer adjacent to the meditation garden of a traditional mid century modern home in a great Long Beach neighborhood near CSULB and the VA.
## 500 My place is close to great views, the beach, family-friendly activities, and restaurants and dining. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 501 Clean, comfortable, and cozy! This motel offers bottled water and popcorn, FREE wifi, microwave, refrigerator, pillow-top beds, cozy comforters, and a flat screen TV! Very friendly host too!
## 502 (URL HIDDEN)This is the rental of a motel room . You will have your own private bathroom ,parking is free and so is wifi . We will provide you with a wifi password which will enable you to use the internet in most of LA e.g. beaches and downtown .
## 503 Located on a stretch of sandy beachfront on exclusive and renowned Malibu Road. This 1 bedroom/1 bath classic Malibu townhouse offers incredible views, private parking, and peaceful bliss. Just minutes from the Malibu Mart, Nobu, Geoffrey's and Malibu Pier.
## 504 Breathtaking views, just 3 mins off PCH. Pool, quiet, private, nature, hiking trail just behind house, beautiful remodeled Modern Midcentury home. Solar powered, home theater. The ultimate pad for your stay in Malibu.
## 505 Facing the Ocean, almost touching the ocean, this one bedroom apartment is rare. Created by French Interior designer Laurence A. the space offers comfort and luxury. The vibrant colors add to the joy of this mystical place. At high tide the Ocean comes almost below the apartment. You are surrounded by the sounds of the waves. Private beach,parking..
## 506 Guests have total privacy in this spacious 500+ sq ft studio with kitchenette. Comfortably accommodates 3 with queen size bed and a daybed. Enjoy island style surroundings and ocean views from inside and outside on your private deck
## 507 This Malibu guest house is located in a can't beat location. Just a few hundred feet from the beach on a private street on Pacific Coast Highway sandwiched between the breathtakingly beautiful El Matador Beach and Broad Beach.
## 508 Impossible to be closer to the Pacific Ocean without being on a boat! Directly Situated hovering a Wet Beach in South Malibu, close to Venice + Santa Monica. Very Bright with tons of natural light, sundeck directly over the water, 2 clean bathrooms! If you are looking for profile worth pictures to send your friends - you are going to love my place. Nothing quite like being directly on the water with an unobstructed view. Tons of sleeping options, ideal location, and clean - welcome to Malibu!
## 509 After an break in renting we are back. Charming cottage in this idyllic and exclusive Point Dume neighborhood of Malibu. Located on Wildlife Rd., just minutes away from Zuma and Westward beaches, the stand alone cottage boasts a flat acre with a Big Sur ambiance.
## 510 Our peaceful neighborhood offers awesome ocean vistas and is in great location between world famous Paradise Cove, home of "Baywatch" and gorgeous Zuma Beach. The listing will show as being the Paradise Cove restaurant and beach club. That is a point of reference. Our home is across the street (address not listed for privacy, ours and yours). You can walk to shopping and restaurants and beaches while enjoying being enough off the beaten path to relax at will.
## 511 Every detail has been thought of meticulously insuring you a comfortable and pleasant stay.This unit was recently remodeled and has all up-to-date technologies and appliances with free high speed internet access and cable TV. One Assigned parking
## 512 Our home is truly located in mid city L.A. that is central to all of the hot spots (Santa Monica; Beverly Hills; West Hollywood; downtown; hollywood; the Grove; ect.)! Our large Spanish home offers luxury; comfort; and zen to create your home away from home. We have just newly renovated our home with everything custom made and designed strategically (including outlets/cell phone charging stations)! We have created an open concept with high ceilings; large windows; and zen gardens (see photos)
## 513 Guest House in a gated, urban, quiet garden setting. This multicultural cul-de-sac is ideally situated for getting to most LA destinations. The creative, peaceful energy of the space will charm you!
## 514 3 bedroom home with spacious backyard. Fully stocked with amenities and located in the heart of LA! 5 miles to Staples center , LA live & downtown LA . 4 miles to Hollywood . 8.9 miles to universal studios, 30 miles to Disneyland. 2.7 miles to LACMA
## 515 Gorgeous Park La Brea: LUXURIOUS 2 Bed/2 Bath. BEST location in LA. Walk to The Grove/Farmers Market, LACMA, Melrose Ave, CBS Studio, Whole Foods/Trader Joes. Public Transportation to Beaches, Hollywood, Rodeo Drive, Beverly Center, Downtown LA.
## 516 This home is at the center of Los Angeles. You can travel 20 minutes from here to downtown LA, Hollywood or Santa Monica by freeway. You can also choose to take the bus at its terminal (3min walking) to downtown Los Angeles (330) or to Santa Monica (R7).
## 517 Most walkable apartment to the Grove! Most comfortable 1 bedroom to suit all you needs in this beautifully sunny city of LA. Walking distance to delicious restaurants and great shopping.
## 518 Lovely private master bedroom in 2bd/2br apartment located 5 min walk from the Grove Shopping Center Absolutely everything in walking distance, no car needed, LACMA, Farmers Market, Whole Foods - 0.2 Miles
## 519 1100+ sq ft apartment on the 11th floor with stunning views of the Hollywood Hills. Modern decor. Nestled between Beverly Hills, West Hollywood, Koreatown, and Downtown LA. New, comfortable foam mattress with goose down comforter, and great water pressure! Free parking included. Beautiful, quiet neighborhood within walking distance to tons of attractions, restaurants and shopping.
## 520 My lovely studio apartment building will take you back to a New York way of life in the heart of Miracle mile. Walking distance to the Grove, grocery stores, museums, parks, and plenty of restaurants to explore. Quiet, safe, and clean area. Enjoy a bathtub full of products and a full kitchen. Memory bed and L-shaped couch to lounge on or sleep in. Even a few workout equipment to keep you energized. Coffee maker and professional blender. Heater and AC for your comfort. Totally okay if you want to play with the Wii U as well.
## 521 Prime Location, Prime View, this is a one of a kind One bedroom one bathroom, in high end, gated community. Comes with all the amenities one can think of, and is guarded 24/7. A satisfactory experience. Pool/SPA/Gym/Spot in Garage/DirectTv
## 522 A great space in the heart of LA!! 20 min from Venice beach,Downtown LA, 10 min to Hollywood and walking distance to great restaurants and shopping! I am a LA local and have no problems telling you where the hotspots are! My space is clean filled with love.
## 523 Private room in an apartment in a complex with a great gym and a beautiful swimming pool. In the famous Miracle Mile near LA County Museum of Art and the LaBrea Tar Pits. 10 minute drive from Hollywood, Beverly Hills, Downtown, and the Hollywood Sign. 20 minutes to the Beach. Shared Bathroom with two girls in the next room. Free Parking.
## 524 MAIN PICTURE IS ACTUAL VIEW FROM THE BALCONY! It will amaze you how a place this close to the hustle and bustle of the city will whisk you away to such a peaceful and romantic setting. Once inside, the only thing you will hear are the soothing sounds of the ocean. Quick walk up the beach to Moonshadows restaurant and bar for a cocktail or amazing meal right on the ocean. Quick trip to Malibu Colony for some retail therapy. Private access to a beautiful stretch of Malibu Beach. Pura Vida!
## 525 A rare California experience for those travellers lucky enough to experience it. Located in beautiful Point Dume Malibu, this cute cottage getaway is just a short walk down to the Ocean. Parking, Large flatscreen T.V.'s, kitchen, 2 bedrooms & shower.
## 526 Large 2 acre estate, 7,000 ft house, one bedroom/bath to rent on your own floor. Refrigerator, microwave, sliding door to pool, private backyard. Access to 67 miles of hiking trails from your front door, mountain & ocean view. Cool, Quiet. Two 10-speed bikes available for your use. 1 mile to Zuma Beach. Ping pong, Badminton *gym option.
## 527 Beautiful, bright, spacious and peaceful room with separate entrance, overlooking a garden with a terrace (table and chairs)and views on the ocean. Large private bathroom. Very calm neighborhood .Fifteen minutes walk to zuma beach, Starbucks and a supermarket .
## 528 Total Privacy and Great Malibu Location Guest Accommodations - Located within one minute walking distance to the Pepperdine University and minutes to the beach, this private suite is perfect for couples and Pepperdine parents. The space provides a secured entry and a courtyard. The bedroom has a separate, large walk-in closet. The bathroom offers dual sinks. Relax in a separate living room with comfortable seating, TV, small refrigerator and coffee maker.
## 529 Ocean views and steps from the beach. Best surf spot in LA, close to restaurants and nightlife. Fully loaded kitchen. King size bed w/ flatscreen. Balcony w/grill extending from living room to bedroom. 2 beach cruisers and beach equipment. Full blowup mattress.
## 530 The bedroom walls are painted with a light blue color. The cozy bed allows you to lazy in peace to imagine that you are at the close by beaches. The room floor is new shine wood. In the room there is a new desk, calming pictures, and beautiful plant.
## 531 When only the best will do, try this 3BR, 3.5BA Manhattan Beach home (sleeps 9) with a foyer waterfall, gourmet kitchen and en-suites in every bedroom. Walk to Manhattan Beach and The Strand from this desirable location.
## 532 Large family home available 2 miles from the beach, restaurants, bars, and Manhattan Beach Pier! 1 king bed, 1 twin, 2 double beds (1 loft style), 1 soft double bed, and 5 full bathrooms. Hot tub and outdoors barbecue on property.
## 533 My Vacation rental is located right on the beach. It has 180 degree unobstructed panoramic ocean views. There is a 30 ft by 10 ft ocean facing deck is corner lot and has 16 ft ceilings in the living room with large ocean facing windows.
## 534 1 BR in a house. Shared bath. Queen bed. Excellent location. Blocks from beach and downtown area. Private Entrance, deck, parking, and attached garden make stay seem very private and not like staying in someones home. Very quiet neighborhood.
## 535 Welcome to the beach! This one bedroom is not your typical beach rental. You will be one block from the beach which will give you walkable access to the sand, surf, biking and the famous Strand. The house is pristine and well cared for. Everything has been upgraded for a modern feel. Perfect for someone who is looking to relax or work in a relaxing environment. Unit is wired with high speed WIFI and includes parking. You will be able to hear the ocean. LAX is a 10 minute ride away.
## 536 A beautiful studio in the heart of Manhattan Beach Village. Relax on large patio, BBQ, a few minutes drive from sandy beach or 15 minute walk, next to the Village high street. Great price for the location. Beach equipment available. Great getaway and close to a lot LA's attractions. Surf, Paddle Board, Bike Rides and much more. ...
## 537 Fusing indoor and outdoor living, 505 is a luxurious, eco-friendly modern home. In addition to beautiful design and thoughtful interior appointments, the location is a short walk to the beach as well as to restaurants and shops in downtown MB.
## 538 獨棟獨立進出, 沒有任何其他住戶, 兩間獨立的房間, 一個浴室 非常乾淨整潔, 附傢俱, 淨水器, 所有浴室,廚房和洗衣機房用品 適合來洛杉磯旅遊, 做試管嬰兒短期居住, 買房及商務考察臨時居住, 為孩子找學校找學區臨時居住, 親屬朋友來訪臨時居住, 一定不能抽煙, 少炊無寵物 這裡環境風景優美,豪宅林立,學區一流,商業繁華,醫院先進,治安優秀, 鼎泰豐,蘭桂坊,樓外樓,小雅屋,大華超市,光華超市,香港超市等都在附近,交通方便, 離其他華人區, 高速公路都非常近
## 539 My place is close to Kaboom Restaurant, The Underground Museum, Pacific French Bakery, Ondal Restaurant, Natraliart, LACMA, DTLA, Santa Monica, I-10, Venice Beach, West Hollywood. You’ll love my place because of the high ceilings, the location, the ambiance, and the people. My place is good for couples, solo adventurers, and business travelers.
## 540 Room is fully furnished. Fresh, calm peaceful colors. The room has a big window. Lots of light.
## 541 Experience LA in this lovely 1-bedroom, 1-bathroom apartment, with a nice living room area that gets lots of natural light. Located in a quiet neighborhood, facing away from the street, mostly you can only hear birds chirping. Free high-speed internet and Smart TV with Netflix, Amazon, ESPN and a PS3. Air Conditioning and Heater are also included. Very central, close to Culver City, Beverly Hills, and about 15 minutes to Hollywood, The Grove, Santa Monica and Downtown LA.
## 542 Welcome to your private bedroom, with a comfortable queen bed and bath, in one of the best locations in Pasadena. Located within walking distance to Pasadena Convention Center, Caltech, PCC, the famous Old Town, Paseo and Lake Ave restaurants and shopping. Conveniently near MTA Gold line to catch a ride to downtown LA! Check out all the pictures to get a sense of the open and luxurious home away from home! Easy check in with clean towels and sheets. Fast WiFi Guaranteed!
## 543 Airy & bright guesthouse. Large Studio with kitchenette. Walk to Caltech, Rose Parade, Shopping & restaurants. Beautiful pool and mountain view. Quiet neighborhood, close to everything. Close to Burbank Airport! Bicycles & BBQ grill available for use
## 544 Beautiful Spanish-style home with wood floors, high ceilings, built-in closets, on a quiet corner near Rose Parade route. Close to Lake District and Old Town Christmas shopping and nightlife. Laundry, parking, kitchen and workout machines available.
## 545 Two bedroom, two and a half bathroom, multi-level townhouse available in the heart of Pasadena. Large living room w/ sliding glass door that lead to balcony w/seating. Convenient walking distance to Old Town, South Lake, and the Rose Parade route.
## 546 Our comfy studio guesthouse is nestled under a beautiful oak tree. Walking distance to Pasadena's vibrant, bustling Playhouse District. Free WiFi, snack basket, TV (Amazon Prime movies), fully equipped kitchen, and convenient on-site parking.
## 547 This place is cozy and waking distance to bus route on Colorado(1 min), Cal-tech(5 min), Pasadena City College(5 min) and the Shops on Lake Avenue(5 min) or even a brisk 20 min walk to Old Pasadena. My place is good for couples, solo adventurers, business travelers, and families (with kids[no toddlers]).
## 548 Great Location! Large 3 bedroom house with play room and huge yard. front yard can park 3 cars. 15 mins to downtown LA and Hollywood. 35 mins to LAX. 5 mins to downtown Pasadena. next to 210 freeway. huge sofa bed. express check in wothout meet anyonen. hold up to 12 people. bunch of room. ur best place to stay in LA 讲中文哦!
## 549 Welcome to my large one bedroom with real comfortable queen bed and sofa in prime Pasadena location. Located within walking distance to Pasadena Convention Center, Caltech, PCC, the famous Old Town, Paseo and Lake Ave restaurants and shopping. Conveniently near MTA Gold line to catch a ride to downtown LA! Check out all the pictures to get a sense of the open and cozy home away from home! Easy check in with clean towels and sheets. Fast WiFi Guaranteed!
## 550 Recently remodeled and furnished townhome located walking distance to shops, restaurants and supermarkets. 我说中文
## 551 Our home is on a very desirable street in North Pasadena Heights.There is a large patio and gardens. Its a beautiful & safe location to take walks in the morning & evening. Walking distance to Metro/bus.Near Old Town, Cal Tech & Huntington Gardens.
## 552 Stay in a PRIVATE, spacious, 2 room suite situated duplex-style in our lovely home. Your own PRIVATE gated entrance; your own PRIVATE entry to your suite (see French doors in Photos!) Enjoy the large separate living room, 42"TV, futon (sleeps 2,) microwave, refrigerator, Keurig, tea kettle, washer&dryer. Huge bedroom separated from living area by a locked door, armoire, workstation: plus, room for air mattress/pac-n-play. A PRIVATE full bath off living area! Off street parking! BE OUR GUEST!
## 553 A charming, cozy 2 BR/ 1 BA single family home about 1.5 miles to Rose Bowl & JPL. Access to bicycle included. Ride to Rose Bowl for UCLA Football, concerts, flea market. 3 miles to Old Town Pasadena for great shopping, dining, and atmosphere.
## 554 Beautiful character home on quiet tree-lined street with plenty of charm and accommodations for the selective traveler. Consider the proximity to luscious parks, museums, schools, train stations and the best restaurants in the country!
## 555 My place is good for couples, solo adventurers, and business travelers...Your hosts will be an awesome couple....she's an esthetecian/caterer,he's a film buff/surfer...we've experienced the beauty of travel,the joy of other cultures and the kindness of strangers...now,we're ready to give back and welcome fellow travelers... "'It's the trip..not the destination...." :-)
## 556 Spend a week with your family in paradise. This tastefully furnished 5 bedroom family house is 30 minutes to LAX , 45 minutes to Disneyland, 10 minutes to Terranea Resort and world renowned beaches.
## 557 Live in luxury in a brand new 5 year old impeccable house New mattresses, fresh towels. Germ free home Come, rest and have fun like many people already had. Sorry, as of September 30, the city of Rancho Palos Verdes has banned short term rentals. I can accept stays for 31 days or longer. Please, feel free to inquire. No cancellation fee is charged if you must shorten your stay due to emergency.
## 558 Exceptional and outstanding room for rent in prime residential area of Westwood , Los Angeles ; just 3 minutes walk to the famous mall Westside Pavilion , 2 minutes drive to the Golf 5 mins drive to Santa Monica Beach and Rodeo Drive in Beverly Hills area. A walking distance from fine restaurants ,Best Buy and Cinema. The Room is nicely fully furnished with fresh linens, towels, toilet paper ,fully equipped kitchen and wireless high speed internet.
## 559 This prime property is close to Santa Monica College, UCLA, Westwood, Venice, Santa Monica Beach, Venice Beach, Westside Pavilion, Expo Purple Line Train, Metro Bus Stops, Hammer Museum, Getty Museum, and 3rd St. Promenade. This listing is for a private fully furnished room in a 6 bedroom house. Bathroom are shared. The room has one single bed, and a dresser and closet. House is occupied with UCLA/SMC students. Nice backyard with yard and lounge chairs. Free washer and dryer.
## 560 Enjoy Beach living in my " Bed & Breakfast" spacious 2 level home for a reduced rate! I have for my guests: 3 bedrooms each with a queen beds, 3 full bathrooms, a gourmet kitchen, large living area, den, balcony and deck with BBQ and small side yard! Laundry, parking and upon request 3 beach cruiser bikes! I live in 4th bedroom w my own bath upstairs away from rest of the house but share front door entrance so it is "shared" though my guests hardly ever see me. Read my reviews :)
## 561 Welcome to The Village! Location! Location! Location! Enjoy a private, clean, sophisticated bohemian style suite in a shared oversized beach condo 1 block to the beach and walking distance to many restaurants, Whole Foods and Redondo Beach Library. You’ll love the ocean view in every room, natural sunlight, comfy bed, kitchen and bar area and the local goodness in a safe neighborhood. Perfect for couples, solo adventurers, and business travelers.
## 562 Watch the sunset over the Pacific! * Furnished * Private 2nd Floor Studio (big Ocean view) * Large Bathroom * Ocean Facing * Hardwood Floors * Kitchen * One Parking Space included * Full Bathroom with tiled floor * Close to all attractions! *50 cleaning fee after checkout
## 563 ONLY WEEKLY RENTALS 2 BR house with large deck and 4,000 sqft backyard with view of the ocean. Great location between Santa Monica and Malibu. Quiet neighborhood right on the bluffs. The house is fully equipped and furnished.
## 564 Completely separate studio apartment type space, behind the main house. Nice Garden. Quiet. Plenty of space. One block to Pacific Palisades village, where you will find restaurants, Starbucks, grocery stores and shopping. Minutes from the beach!
## 565 As you enter the gated courtyard you are greeted with lush plants, the sound of a water fall and fish splashing in the koi pond. Your fully equipped guest room has its own entrance and is private from the house. This is a quiet retreat to unwind, relax and/or enjoy the many attractions nearby as well as the serene nature of the mountains and the beach. Within this 600+ square feet of open and pristine space is a fully equipped kitchen, living room area, bathroom and queen size bed.
## 566 Charming upper level gorgeous cozy woodsy country cabin. Ocean/mountain view on private Deck/patio. 1 bedroom 1 bath sleeps 4. Walk to Ocean and to charming Pacific Palisades Village, shops, restaurants, and entertainment.
## 567 This beach-like, sunny home is situated in the Pacific Palisades - an upscale are of LA. It is less than a mile to the beach as well as to our cute town with shopping and amazing restaurants. We have space to park 2 cars. You'll feel right at home!
## 568 Beautiful 3 bd + gst house (gst hse rents for 250 addl when included w house) pool and spa, cook's kitchen, lush surround,very private among 5mil+ homes, 5min from beach and dwntn Santa Monica, 2min from trails and rec center
## 569 Not far from the pacific Ocean with 180 Degrees Ocean and Santa Monica views this California Ranch Style house invites you to enjoy the stunning views, a dip in the pool or in front of a fire in the over sized 1950's fire place.
## 570 Comfortable room with it's own private bathroom in a very quiet neighborhood. A quick walk to Palisades Village and great hiking. A very short ride to the beach, great restaurants and good shopping close by. Great Farmers Market on Sundays.
## 571 Very comfortable one bedroom apartment, on the border of the Culver City and Palms neighborhoods on the west side of Los Angeles, close to great restaurants, the beach, and the 405 and the 10 with great access to the whole city.
## 572 Bright room. Full size bed, large mirror closet, storage. Private bathroom w/ shower, toilet, vanity, basic toiletries provided. Shared: well-equipped kitchen & living room, balcony. WiFi, TV, FREE PARKING! Near bus, rail, shops, restaurants, bars.
## 573 Cheap private bedroom in Culver City,Los Angeles.Walking distance to stores.Free wifi.
## 574 House with bright, airy, open floor plan and partially vaulted ceiling. Features mid-century decor. 2 bedroom, 2.5 bathroom located in Westside Village (western Palms) just north of Culver City and just east of Venice. Big windows open up to an outdoor deck. Perfect for a small family or a couple to relax in sunny southern California. Minutes from Venice, Santa Monica, Culver City and not far from DTLA. 20 minute walk (1 mile) to Palms Expo Metro rail station. 3rd bedroom for fee.
## 575 A few minutes drive away from downtown Culver city and Sony Studios. Hardwood floors, full kitchen, balcony, located on charming, friendly street. Nice bathroom with large mirror. 5 minute walk to grocery store nearby, Best Buy, restaurants and more!
## 576 The Casita guesthouse offers the perfect nexus between urban convenience and tranquility. The unit is located in a very private space behind the main house. Guests are within walking distance to many restaurants, bars, a convenient mini market, lively downtown Culver City, and the Metro (train). After a big day or night out in LA, if you're looking for quiet night's sleep with in a private tranquil space, then we offer a great option.
## 577 This is an open plan, bright, airy and delightful 3 bedroom house which has been remodelled in February 2017. It's wedged between Beverly Hills and Culver City, 8 mins walk to vibrant downtown Culver City which has restaurants, bars, cafes and shops. A major grocery store is located 2 blocks from the property. We are located 5 minutes away from Palms train station, which provides access within 15 minutes to Santa Monica, and 25 minutes to downtown Los Angeles.
## 578
## 579 Only 4 miles away from Venice beach our 1 bedroom with private bathroom is a prefect place for you. Located in Culver City with plenty of restaurants and the metro train that can take you all over Los Angeles. We also have a full kitchen and balcony.
## 580 Stay at my cozy studio while I travel around during the summer. This is not a place made specifically for Airbnb, it is my own, with a personal cozy vibe. The space is maintained clean at all times, it is bright and receives plenty of sun. You will have the entire place for yourself and it can fit up to 4 people for a short period as it has a queen size bed and a sofa bed. Kitchen is fully equipped and bathroom has a shower. Plenty of storage space for your convenience and one parking spot in the back
## 581 Looking for a safe place to stay with no hassle, no hidden fees, and a super chill host? Come Enjoy your peaceful stay in a cozy, private room included with a private bathroom! Room includes: -Lock -Empty drawer/closet space -TV/Movies -Peace/Privacy Everything is very straight-forward, you're getting exactly what you see for a great price! Down the street from Gas & shopping 12 min from CalState Northridge (CSUN) 15 min away from the Noho Arts District & 25 min away from WeHo!
## 582 Gorgeous two bedroom apartment, wood floors and lots of comfort! Extremely safe neighborhood adjacent to Beverly Hills! Close to restaurants, supermarkets, Kosher and non-Kosher places all within 2 minutes walk! Visit the Walk of Fame, Universal Studios and all the Los Angeles icons from our comfy place! With one of the best American diners in LA - Nick's Diner within an easy walking distance! You can feed the squirrels out the back of the apartment (they have just had babies!)
## 583 This 3 bedroom 2 bathroom is on a super quiet street in the midst of Pico Roberston community. Walking to distanced to synagogues, kosher restaurants and markets. The house sleeps 6 and has a huge backyard and seated patio area with a basket, bbq.
## 584 Our place is close to Beverly Hills, Beverly Center, Culver City, West Hollywood, direct bus ride to Santa Monica. We're renting a few bedrooms while we are traveling, so the place has everything you might need. It is cosy, spacious and designed for comfort. We're located in a quiet neighborhood with easy access to LA's beloved attractions. We have 2 cats that will be roaming around the place, so pet lovers are welcome, however, we wouldn't be able to accommodate your pet unfortunately.
## 585 This 2+2 studio-loft is in the Pico Robertson area of Los Angeles and within 15 -20 minutes to the Beach, Beverly Hills, Hollywood , and most LA attractions. Can sleep up to 8 people, has 2 private entrances, 2 bathrooms, 2 kitchenettes and table.
## 586 Welcome to our cozy shabby chic place. King size bed with bathroom. Located south of Beverly Hills. Own parking spot, and best of it all, in the middle of LA. 15 mins from Santa Monica! ❤️
## 587 Welcome to our charming LA home! We live on a tree lined street with great afternoon sun. Steps away are restaurants, cafes, and grocery stores. Beverly Hills, The Grove, and Culver City are short drives away. Our home sleeps 5 comfortably. We welcome guests of all backgrounds and there is an elevator in our building. Guests are welcome to use our two parking spots, or nearby buses. Our kitchen is Kosher and can be made Kosher for Passover on request. Many kosher establishments nearby.
## 588 Hollywood Regency style, & Z Gallerie. Blocks from Robertson cafes, BH Tennis & garden to socialize. Upbeat, peaceful space! Short term possible, Long term preferred. Safe, quiet & clean. Alcohol/drug free. For interns or relocation, no party people. Shared rooms with queen bed or private when available.
## 589 Huge,Brand New,Luxury Penthouse Bedroom with En Suite Bath! Amazing Views! You will be staying with a professional male and other Airbnb Guests. Optional 2nd bed is an air mattress. Brand new building in a great Central Location. Next to Beverly Hills and only 15 minutes to the Beaches of Santa Monica. 5 min. to Century City and West Hollywood. 10 min. to the Hollywood Hills and Hollywood. 20 min. to Downtown LA and Universal Studios. Gym in the Building. When you want Luxury this is It!
## 590 FILMING ONLY. No overnight stays. Built in 1947 and meticulously maintained, this classic Southern California home is filled with charm and character. It offers plenty of parking with its five car driveway as well as ample, unrestricted daytime street parking.
## 591 ENTIRE multi-level town home located 2 short blocks from the Rose Bowl Parade, Pasadena Playhouse District and midway between Old Town Pasadena and Lake Avenue shopping.
## 592 Three Bedroom(and sofa bed) 1 Bathroom Private house. Tandem Parking for two cars! Walking distance to PCC, Cal Tech, Rose Parade, Restaurants, Shops, Metro, Bus lines, very accessible area in Pasadena! Dedicated Wifi Router and Premium Direct TV service Kitchen equipped for simple cooking Newly Renovated Bedrooms AC & heater in all rooms Great Central location to Disney, Santa Monica, Hollywood, and lots more Los Angeles has to offer.
## 593 Very close to Old Town and the Rose Bowl as well as many hiking spots. Excellent for visiting professors at Caltech, Art Center or JPL employees who are in town doing a site visit or training. Comfortable and Cozy home with an artistic vibe.
## 594 Our gracious 2 story home , with it's old world charm and beautiful grounds, provides an oasis from your daily activities. The Thyme Room has a twin bed and shared bathroom. Living and dining room spaces and welcoming grounds are available to our guests. The Gold Line is 5 blocks away.
## 595 Beautiful, comfortable, and spacious condo located in the heart of Pasadena. Within 5 to 10 minutes of walking distance to Old Town Pasadena, the Gamble House, and Rose Bowl. Very close to the 110 Freeway to Downtown Los Angeles and 134 Freeway to Glendale and Burbank. Cable TV and Wireless Internet are included.
## 596 Stay in stylish feng shui compliant home in perfect location and enjoy your own bedroom with attached private bathroom. Garage parking, wifi, full use of gourmet kitchen and house. Walk everywhere or use my bikes to visit the beach and watch the sunset. Bus stops nearby and lots of activities.
## 597 An open and airy 1 bedroom loft style condo near a health food store, restaurants/bars, the beach, and outdoor shopping promenade (1.2 mile). Gourmet kitchen, 25 foot ceilings, and roll up industrial door to large deck. *Furniture shown is when condo was staged.
## 598 This studio apartment is Santa Monica Living at it's best! This apartment is located in a historic building complex just three blocks from the Santa Monica Beach, overlooking the Third Street Promenade!
## 599 Craftsman guesthouse nestled among beautiful trees is 7 blocks to Santa Monica beach. Enjoy the wraparound deck as you BBQ. Has 2 bedrooms with queen beds, living room with queen sleeper wood burning fireplace. Flat screen TV, DVR and free Wi-Fi.
## 600 This is a beautifully remodeled suite in the heart of Santa Monica. You'll have gorgeous views of the city all the way to the beach! It has everything you need for a relaxing vacation or business trip. Clean, more space than a hotel room and much cheaper! You will be within walking distance to everything in Santa Monica!
## 601 Live in luxury 2 blocks away from the beach. This apartment is right between Santa Monica and Venice near Main St. There are two bedrooms with queen beds and a comfortable living room and dining area. The unit also has a washer/dryer included and there is tandem parking in the garage below.
## 602 Charming Luxury 1 Bedroom Apartment. A 5 minute walk to the SM Promenade & 10minute walk to the beach. Walking distance to Grocery Stores, Shopping, Entertainment, the famous Bay Cities, The Bungalow, The Penthouse, & Tar & Roses. The apartment is cozy with unique decor. Great for couples, adventurers, business travelers, & families (w/ 1 child). Queen size bed for 2 people + living room couch. Additional people welcome to stay, but this must be requested/approved. Quiet building.
## 603 The 1970 Silver Streak Deluxe Atlas 26' is a fully restored Vintage Travel Trailer with all the upgrades and comforts of home. Placed in the most peaceful area of my property, enjoy nature, peace and privacy. The trailer comes with a stove-top with 4 burners (oven doesn't work), refrigerator/freezer/sink and water filter. The bedroom has a privacy curtain. My property is close to public transport and parks. You’ll love my place because of the views and the coziness.
## 604 Minutes to major freeways of Los Angeles but a world away in Shadow Hills. A hidden secret for movie stars and Hollywood. Enjoy the comforts of modern design living with the rustic charm of the country. Peacocks roam the streets and coo at night. In your private room, there is a COCKTAIL TABLE, DESK And LOVESEAT. Most pets are welcome, if they get along with our Clara and Sky. And they're pretty sociable and awesome!
## 605 Lovely equestrian home with 2 bedroom, 2 bath, large den-media room, open kitchen, formal dining room, laundry area with washer and dryer, private sitting patio, outdoor B'que area w grill, surrounded by trees, flowers and grassy yard.
## 606 My place is close to Blu Jam Cafe, In-N-Out Burger, Mel's Drive-In, Tipsy Cow, Marmalade Cafe close to all hip bars and cafes on Ventura boulevard hikes and shopping in the big westfield Mall! . You’ll love my place because of the ambiance, the comfy bed, and the neighborhood. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets).
## 607 Stay in this beautiful and idyllic house in a great area of Sherman Oaks. The house has been remodeled a few months ago. Beautiful new kitchen and appliances. Close to Ventura Blvd. Great access to 101 and 405 freeway. 20 minutes to Beverly Hills.
## 608 My place is close to public transport. My place is good for couples, business travelers, families (with kids), big groups, and furry friends (pets).
## 609 Great place to stay if you are visiting friends, on business or just need to get away.
## 610 Perfect area to stay in Los Angeles. Miracle Mile area. Walk to LACMA, TAR PITS and The Grove. The building has a pool, jacuzzi, gym, security, pool table, TV lounge, business center, and more... You will be staying on a sofa(futon) in the living room area.
## 611 Large one bedroom Spanish style apartment. Quiet neighborhood 3 min walk to Trader Joes, The Grove, Farmers Market & Whole Foods. Huge outdoor patio. Has dark wood throughout & a queen sized bed. Living room has a couch that pulls out into a bed.
## 612 A modern and spacious 2 BR duplex townhouse with a porch and a backyard located in the heart of Los Angeles nearby the Grove!
## 613 One room with king size bed, W-I closet & private bath. Access to kitchen, office, living/dining, W/D. Covered front courtyard, WiFi, street parking. You’ll love my place because it's a centrally located quiet neighborhood close to Beverly Hills & Hollywood. Must be okay with large dog.
## 614 Free Parking Included! Very spacious and beautiful apartment with a walking distance to shopping malls, restaurants and bars. One block away from The Grove & Farmers Market. Very safe, located in a gated community with 24 hours security guard.
## 615 Beautiful, large, and luxury 2 bedroom 2 bathroom apartment in the heart of LA. Walking distance to many attraction including The Grove, LACMA, Petersen Museum, tons of restaurants. minutes away by car from Beverly Hills and Hollywood it's close also to Saban Theatre,starbucks, subway, robeck's..). You’ll love my place because of the comfy bed, the coziness, the views, the kitchen, location , the high ceilings. My place is good for couples, solo adventurers, business travelers, and families.
## 616 Beverly Hills Adjacent Studio Unit, four twin-size beds (2 single Beds + 2 Fold-Out Futtons) Recommended for 2 adults + 2 children. No kitchen. Basic silverware & utensils. Linens provided. Wash/change weekly for long-term stays. Great quiet neighborhood location. Parking on the street.
## 617 New listing! The apartment is close to LACMA, The Grove, Miracle Mile. You’ll love it because of the location, the neighborhood, the outdoors space, and the ambiance. My place is good for couples, solo adventurers, and business travelers.
## 618 My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups.
## 619 Sunny, cozy room with a view, in a lovely 1920's townhouse apt. with high ceilings, French windows, and hardwood floors. GREAT LOCATION! Walk to Farmers Market, LACMA, art galleries, El Rey Theatre, dining, cocktails, and shopping!
## 620 Near the Grove
## 621 Really huge bright apartment with wood floor and loft style interior. Pool, hot tub, gym. Super central location. Explore restaurants, museums, do shopping with little to no driving. 3 beds+air mattress, dishwasher+full kitchen.You will live in a peaceful safe place with grassy parks and fountains. It's close to everything in LA: The Grove, restaurants, shops, 2 malls, Los Angeles Art Museum, 20 min to Santa Monica beach, 15 min to Hollywood Walk of Fame, Downtown. 24x7 courtesy patrol.
## 622 This elegantly furnished, sunny studio apartment has a full kitchen, hardwood floors, and comfy full-sized bed. 10 minutes from Beverly Hills, West Hollywood, and Hollywood. Walking distance to La Brea Tar Pits & LA County Museum of Art.
## 623 1930s Hollywood glamour is on display in this 3BR, 2BA condo (sleeps 6) boasting gorgeous hardwood floors, stylish furnishings, and a 1200 sq ft saltwater pool shared with the adjoining condo. It’s a 5-minute walk to popular restaurants and 10 to the Grove.
## 624 Private room with an attached private bathroom in a sunny spacious 3 bedroom apt right in the heart of LA. Walking distance to the Grove, LACMA, and lots of great restaurants and bars.
## 625 My apartment is comfy, yet clean & simple, almost like a hotel room. I wanted to be sure guests would feel comfortable. It has hard wood floors throughout. I have allergies so I'm very conscious of keeping a dust free zone. The location is amazing. Steps from Ralph's, Rite Aid, Smart & Final, & Starbucks (it's in Ralph's). Everything is at my fingertips. I can also walk to LACMA, la Brea tar pits, and the Peterson Automotive museum. I am only a few minutes drive to the Grove. I am right off Wilshire Blvd with a bus stop at the corner.
## 626 This spacious 1-bedroom apartment (with full dining room) is an easy walk to LACMA art museum, LaBrea Tar Pits, Peterson Automotive Museum and many restaurants and shops in cute design district. Parking for one car is included.
## 627 Museum ow, The Grove,Beverly Center, Melrose, Hollywood, West Hollywood, Beverly Hills,Downtown L.A.,Pinks Hot Dogs, Griffith Park Observatory, Hollywood Bowl, Getty Center, also offered are a variety of workout facilities such as gyms, and yoga studios . You’ll love my place because of Of its location ! but most importantly the ambiance of the place. This is a beautiful Spanish apartment with a Hollywood feel. Good for couples, solo adventurers, and business travelers.
## 628 Private bedroom + Private bathroom A perfect and central location with spectacular views of Hollywood Hills. Best part is you get to enjoy the comforts of a serene apartment, in the heart of Los Angeles' bustle. If you enjoy views and a great walking neighborhood, you will love this listing. Our response rate is 2 hour. We know when traveling, you need a quick response! Please take time to read the listing and house rules before sending us a request. Available dates are on the calendar.
## 629 Gorgeous house on a storybook tree-lined street in Miracle Mile! An excellent home w/original character, central A/C & free private parking! THIS HOME ABOUNDS WITH LIGHT, features a new kitchen, character details throughout, RESTORATION HARDWARE finishes, beautiful hardwood floors & new french doors. When you are here, you feel like you are at peace, far from the distractions of the city. The rear yard is completely private with lush landscape, mature ficus hedges & a fruitful avocado tree.
## 630 2 folks max! Next to the grove.
## 631 A spacious place with private bathroom, queen size bed and closet. You can easily find the access to the major freeway 210 in 5min drive and take the US 66 Route shown in the classic movies to the Santa Anita Beach. There is a new metro statin.
## 632 Welcome home friends! this newly renovated condo is the perfect space for those who appreciate beauty. Comfort isn't in question here. Relax and put your feet up! Nearby Grocery, Dining, Freeway Access, Santa Anita Racetrack, Arboretum, and nearby shopping mall!
## 633 Renting out the private loft space in our townhouse. It has full service laundry, full kitchen, pool and spa, awesome scenery, and awesome hosts! In a safe area. Short ride to Dodger Stadium, downtown LA, Pasadena, and Hollywood. Plenty of parking available.
## 634 (Shared home with female student who rents separate downstairs bedroom.) Close to lots of great food, bars, movie theaters and shopping in "happening" Highland Park, Eagle Rock, Silverlake and Pasadena. Our home is comfortable and quiet, and with the AC and swimming pool it's a great place to escape the August heat. The front porch has incredible views and is a lovely place to relax any time of day or watch the sun set. Great for couples, business travelers, and families with kids.
## 635 My place is close to CSUN, 405, 118 frwy and shopping. You’ll love my place because of the coziness, the comfy bed, and genuine warmth as soon as you walk in!. My place is good for couples, solo adventurers, business travelers, and furry friends (pets).
## 636 My place is close to fwys, mails, restaurants, markets, parks, scun collage,hospitals, nightlife, the airport, public transport, the city center.. You’ll love my place because of the high ceilings, the location, the ambiance, and the views. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 637 We've created our own beautiful retreat complete with water features and a dazzling pool. We're 6 mins from Bob Hope airport. We're close to Warner brothers, Universal Studios, Noho Arts district, a plethora of restaurants, bars and shops but you may not want to leave the backyard! Bountiful nooks and private areas. Comfort and beauty is our primary effort with our home. Please tell us a bit about yourself and your stay here! *Please ask about event/party and filming rates*
## 638 Our charming pool house comfortably accommodates up to 6 people with a kitchenette and bathroom included alongside your leisurely access to the outdoor pool&patio area! You'll have your own separate entrance from the main house so privacy is ensured!
## 639 Private room in a cottage back house. Enjoy the perks of being close to LA without the hustle and bustle. Patio area for hanging out and enjoying the weather. I live here with my dog Leo, who's very friendly. Shared bathroom with all the amenities. Kitchen and living room for shared use. As a host: I keep to myself mostly so no need to worry about me. Feel free to use anything in the kitchen. Room fits up to 2 people, full size bed. Metro is easily accessible and there's plenty of street parking. My home is your home!
## 640 This sweet detached guest house in NoHo Arts District/Toluca Woods is clean and comfortable and has all the amenities needed for a short term or long term stay. Walk to metro, restaurants, coffee shops, dance studios, movie theater Yard for a dog Full kitchen Washer Air conditioner Full Bath
## 641 Our darling, sunny, detached, private studio guest house, the NoHouse, is ready for your visit to Los Angeles! The NoHouse is good for couples, solo adventurers, business travelers, families, and doggy friends.
## 642 This adorable and rustic studio with wooden vaulted ceilings and country kitchen makes you forget you are staying in a huge, bustling city. Just minutes from the highlights of LA. It is a perfect home base as you explore Hollywood and beyond.
## 643 A blend of old-world antique appointments meet stylish, modern luxury. This quiet room is perfect for creative individuals. You can enjoy solitude or mingle with other creatives in the house. Luxurious queen-sized, premium mattress, with Damask stripe indulgent bedding. Plenty of lighted, organized closet space. Non-Smoking listing.
## 644 Private bedroom & bathroom in 2 bedroom/2 bathroom house. I hope you are a dog lover. =) I have a 4,5 years old Siberian husky, named Cairo. He's very active, friendly and love to interact with guests ;) My house located in nice quite street and walking distance to NoHo Arts District, Metro Red Line, bars, restaurants and dancing studios. Very close to 101 and 170 freeways
## 645 Our home is comfortable, cozy and has a wonderful outdoor living space, pool, jacuzzi and yard for any family. Owner on premises in back house for any emergencies or needs.
## 646 Lovely home with gym and pool
## 647 An eclectic bohemian quite place ideal for visitors and induviduals here for work. Located near restaurants, pubs, shopping, Disney, Warner Brother's, Universal Studios and 5 mins to Burbank airport with nearby Redline train station.
## 648 Great old Spanish home in the heart of the NoHo Arts District! Walking distance to all the cafes, coffee shops, dance and acting studios. 5 blocks to metro and 2 blocks o metro bus line. Safe neighborhood... 2 miles to Universal, Warner Brothers, Disney and more. 2 metro stops to the heart of Hollywood.
## 649 Your own Large one bedroom apt in North Hollywood in nice safe neighborhood 7 mins away from burbank airport perfect for all family events or friends that want to experience LA together. Next to all nightlife mins away from DTLA, universal studios, The Getty and all famous attractions. located next to all major freeways. Completely furnished & private parking.
## 650 Ideal place to stay while visiting Harry Potter at Universal Studios. Affordable room that can accommodate family of 4 to 6. Own bathroom in a beautiful home with mini orchard, waterfall in green lush garden. House across a green park in Burbank.
## 651 This is a 15' x 15' sq.ft. room with private bath and balcony. There are two single beds in the room. The rates you see are set to be per person, but will be discounted when reserved as a private double room. Key lock entry
## 652 Cozy room furnish with a desk just for you. 5 min away from the 60fwy very convenient location nearby lots of restaurants (Chinese Japanese Korean food etc) near lots of shopping market and bank.
## 653 Welcome to Atlantic Times Square! My 1100 sq-ft 1-bedroom condo is nestled in the heart of the San Gabriel Valley. With a Walk Score of 83, you're steps away from delicious Asian cuisines! Located right off the 10 Freeway, it is super convenient! **NOTE** There is NO long-term renting available. Also this is my home, meaning that I will have CLOTHES and PERSONAL BELONGINGS in the unit (although stored out of sight). If you are not comfortable with this, please do not book. **NOTE**
## 654 Our lower level is a high ceiling super comfy living space with 2 bedrooms, open floor plan that includes a large living area, dining area, and kitchen. Newly remodeled flooring and kitchen for easy living. Covered outdoor area with outdoor lounge.
## 655 Located in the beautiful & quiet Mt. Washington neighborhood, this spacious retreat is centrally located and convenient – close to freeways, a 7-minute walk to the Metro Gold Line station & buses to Downtown just next door!
## 656 Inspiring views combined with unique amenities including a home theater, outdoor hot tub, and even a putting green, make this the perfect hilltop getaway. Downtown, Chinatown, Little Tokyo, and the Arts District are just 2 or 3 stops away on the Gold line (10 minute walk). Pasadena just 12 minutes away. Quick access to the 2, 5 and 110 freeways for commuters. Street parking, coffee, and wifi included. Kitten on the premises
## 657 An oasis in the heart of Los Angeles tucked away in the foothills with a country setting and surrounded by nature. A vacation within a vacation. Close to the city, near downtown, Silverlake, Echo Park, Pasadena, Glendale and public transportation.
## 658 Big private room with private (URL HIDDEN) shared space.Ten thousand square feet Mansion in the heart of Los Angeles. Ten minutes from Downtown.All utilities are included.Wi fi ,cable,washer and dryer,air conditioning .Safe neighborhood.
## 659 Highland Park is the perfect mix of hip restaurants, community, and TACOS! Minutes from DTLA & Silverlake (and right off Gold Metro), this rancher home boasts a huge, lush backyard and gas fire pit on a quiet street--you'll feel miles away from the city, while in the heart of it all. The guest room is spacious, gets great daylight, and has a full closet. The open concept floor plan is ideal for cooking & catching up. I do have an independent, yet cuddly cat, in case there are any allergies.
## 660 5 rooms, Sleeps up to 14 people Queen size air mattresses for extra sleeping arrangements Internet and cable TV. in common living area 5 miles or less from freeway and shopping, restaurants, movie theater, AV college, churches 10 miles from Lancaster Soccer center 30 miles to Santa Clarita / Valencia (i.e. shopping, restaurants, movie theatres, Magic Mountain theme park) 30 miles from Edwards Air Force Base 60 miles to popular tourist attractions 90 miles to Barstow Shopping Outlet
## 661 Private bedroom with access to Wifi, parking, bathroom and kitchen access. Complimentary coffee will also be provided
## 662 Light filled midcentury beach house. Evocative of the Italian Riviera: bougainvilleas, panoramic ocean view, fall asleep to sound of waves, awaken to birds and dolphins swimming. Gourmet kitchen. Three patios. 5 minute walk to sandy beach. kayak.
## 663 Our cozy guest house is surrounded by a Topanga paradise providing a relaxing getaway w/ full amenities. The perfect little Topanga Hideaway. Newly renovated. Your own private yoga area and waterfall. Parking included, short & long term available.
## 664 Beautiful 2 Bedroom 2 Bathroom Townhouse. This home comes with all the amenities, and will put you in the ultimate comfort zone. It is great stay for short term and even long term renters. The home is surrounded by LA's main attractions! 10-15 minute drive to Beverly Hills, and Hollywood. Close access to major freeways to get you to place to place quick and easy!
## 665 Renting out my newly remodeled 2 Bedroom / 1.5 Bathroom Condo in Van Nuys. You will have a shared shower. Amenities 1. Brand new state of the art Fridge 2. Brand new state of the art washer and dryer 3. Granite Kitchen 4. Hardwood floors
## 666 You are invited to stay at our mini slice of heaven in busy Los Angeles! We live on a large lot, with ample outdoor areas, we have chickens and ducks so fresh eggs every day! Free Breakfast of Bagels and fresh espresso coffee provided and fresh eggs too if you want to make an omelette! We are 22 miles away from 6 Flags Magic Mountain, 8 miles from Universal Studios and only a few miles away from where they shoot Let's Make a Deal!
## 667 Lovely New Guest House,located in the heart of LA close to attraction sites with easy access to freeway. The house can accommodated up to 4 with all function kitchen.Free WiFi, Washer&dryer , security gate with inside parking. *We also have 3 HOMES in BURBANK with 1 Br (accommodate 4 guest)and 2 Br (accommodate 6 guests) PERFECT FOR LONG STAY
## 668 Cute, clean house with private fenced front yard (backyard shared). Enjoy the unique beachy village of Point Fermin. Wi-Fi, Netflix included. 2 queen beds and plenty of extra airbeds & cots available for parties up to 6. Two AC units available but rarely needed due to cool ocean breezes. 3 blocks to awesome cliff-side park/hiking, Cabrillo Beach, Angel's Gate park. Use our bikes, boogie boards, beach chairs, towels. 1 car driveway and free street parking available. 900 square feet.
## 669 This 2 bedroom apartment was remodeled last year. It is attached to our permanent home, on the back side. The view from the apartment and terrace is of city lights, the harbor and trees. You will access to a private bedroom with shared living room, kitchen and bath. Private entrance. The occupant in the other bedroom is a professional and close family friend, who is a gentleman in his early 50's. He is quiet and leaves early for work. This space is great for you if quiet time after 9 is OK
## 670 Private bedroom with own private bathroom downstairs.
## 671 Brand new room Oct 2016! New queen mattress, linens, flooring, paint, decor, etc! Relaxing retreat within walking distance of: the beach, parks, ocean cliffs, 2 great restaurants, a corner market, fishing pier, Point Fermin Lighthouse, Cabrillo Marine Aquarium, the Korean Friendship Bell, Marine Mammal Center (seals!) Enjoy gorgeous sunrises, sunsets, and ocean/harbor views. A peaceful garden with a bistro table is outside your private entrance door. 3 miles from cruise ship terminal.
## 672 This is a beautiful 2 story home on a quiet cul-de-sac suburban extremely safe neighborhood with washer/dryer available and community pool. Only 7 min to 6 Flags Magic Mountain and 45 min to Ventura Beach. Hollywood and the Getty Museum, Old Town Pasadena, and Venice Beach are within an hour drive.
## 673 Enjoy the New, Remodeled Bedroom & Bathroom! Complete w/ Brand New Serta Perfect Sleeper Luxury Super Plush Pillow Top Queen Size (Real) Bed, New Wood Floors, In-Room Mini Fridge/Freezer & In-Room Microwave Private! Located on Separate wing of house.
## 674 Private 1 bedroom guest house 700 sq ft on horse property. Accommodates up to 3 people. Close to Robinson Ranch golf course, Magic Mountain, Universal Studios & Aqua Dulce Winery. Hiking & horseback riding nearby. Horse stalls available too.
## 675 Convenient location, close to magic mountain six flags, 20 mins to Hollywood, direct train to universal studios. Upon request our additional car is available for rental option. Please call for details
## 676 We are laid back people new to California. I have Hotel & restaurant background so hosting is something that comes natural to me. We Enjoy meeting new people.
## 677
## 678 Private bedroom near USC and only two blocks away from the Los Angeles Memorial Coliseum, where the NFL Los Angles Rams used to play. Bedroom has a closet as well as a desk with a chair. Close to supermarkets, fast f ood restaurants and of course USC (University of Southern California). You will have access to the kitchen and you are welcome to use any utensils. Depending on availability, you may park your vehicle in our secured and gated backyard (extra fee applies.)
## 679 Gated parking on the premises! Private bedroom near USC and only two blocks away from the Los Angeles Memorial Coliseum, where the NFL Los Angles Rams used to play. Bedroom has a closet as well as a desk with a chair. Gated parking behind the house. Close to supermarkets, fast food restaurants and of course USC (University of Southern California). You will have access to the kitchen and you are welcome to use any utensils.
## 680 Newly renovated and spacious Guest Suite; open floor plan. Close to all Santa Monica offers in a quiet residential neighborhood. Walking distance to local shops, markets, world class restaurants, clothing/shoe boutiques, and cinemas. Metro Rail Trains, Blue and LA bus lines all close by. A 15-20 minute car or bus ride to UCLA, LAX or the Santa Monica mountains and wonderful hiking trails. This is a place for couples, solo adventurers, business travelers, and family friendly.
## 681 Our cozy space is steps away from all Santa Monica has to offer! Right off the quaint Montana Ave, filled with boutiques, artisan ice cream shops, restaurants and more! Less than a mile to the beach, downtown Santa Monica, 3rd street promenade, and the famous Santa Monica pier!
## 682 Nice room in a 2 bd apartment 5 min walk away from the beach, and 10 min walk to the Promenade! Please check out my other listing for full description and reviews :)
## 683 Two blocks from Main St and just six blocks to the ocean makes this the ideal location for any visitor to Santa Monica. You will be in walking distance to grocery stores, shops, dining and entertainment.
## 684 Bungalow style living in the heart of Santa Monica. Hardwood floors, vintage modern furnishings and lovely light give this home a perfect beach cottage feel.
## 685 欢迎来到洛杉矶迦南民宿,我们来自香港,操流利的粤语,国语,英语。 我们的美国迦南月子民宿临近洛杉矶东区华人聚集点罗兰岗最繁华的商业街道COLIMA,临近社区公园,图书馆,成人英语学校等等,闹中取静,周边的生活机能相当方便完善,购物,市区旅游都非常方便,且治安良好。走路约10分钟所能到达的范围有香港广场(有着各地名小吃等),HK2香港超市(海鲜新鲜便宜,水果新鲜而且经常特价)顺发超市(生鲜齐全,蔬菜品种多,价格也很优惠),韩国超市,夜市广场,钻石广场,巴士站,交通十分便利,无论你是看医生还是游览洛
## 686 罗兰两室两卫一厅的一层公寓,双车位,步行3分钟华人超市,附近有学校步行15分钟可到达,幼儿园,开车3分钟pih产检大楼,梅西商场,华人餐馆,韩餐,早餐
## 687 我的房源靠近优美的景色和餐厅和餐饮。因为街区、光照、舒适的床、厨房、温馨,您一定会爱上我的房源。我的房源适合情侣、独自旅行的冒险家、商务旅行者、有小孩的家庭。
## 688 24H hot water(24小时热水). Free Highspeed WIFI(免费高速WI-FI). Free Printer/Scanner/TV(免费激光打印机,扫描仪,电视机). Near supermarket and bus station(离超市和公交站非常近). There are a lot of Chinese food you can eat in HK Plaza(香港广场有很多中国食物). One minute to bus station, very easy travel to Los Angeles anywhere.(一分钟走到公交站,坐公交你可以到洛杉矶的任何角落) 这里是华人核心区,不会英语也可以很方便的生活。
## 689 A grand 3 thousand square foot estate in the Rowland Heights area of Los Angeles is now available to guests. Built and designed in the 2007s, this custom home featuring hand crafted original moldings and indoor balconies is a fabulous and unique place to stay for all kinds of visitors: from business professionals to large families to couples looking for a romantic getaway. The neighborhood is great, the nearby nightlife is terrific and the house offers everything anyone could want or need.
## 690 queen sized bed, sofa and table in the room.
## 691 房子位于罗兰岗高中后面,安静,独立百万house,位置便利,出门五分钟上高速(60/57),步行15分钟左右可到商圈,顺发,海鸥,香港三大中国超市、美国超市,银行、餐厅,公园幼儿园等等,产检大楼和几家医院都很近,双门大冰箱、洗衣机、烘干机、微波炉、烤箱、餐具厨具、床品、高速网一应俱全,免费停车位,主卧套房在一楼,私人空间很安静,高档家具,Queen size大床,明窗超大卫生间,浴缸浴房分离,步入大衣橱,宽敞干净。欢迎出差旅游人士及孕妈订房
## 692 干净整洁,安静舒适,幸运民宿让你找到回家的感觉!
## 693 步行可到華人超市、餐馆、西尔顿酒店、全统广场等,近10高速公路交通便捷。你可以用厨房烹饪美食,享受高速Wi-Fi,床垫是带记忆的睡眠专用,卧具干净整洁舒适,环境温馨安静。
## 694 方便
## 695 1 Bedroom 1 private bath. Quite and convenient neighborhood.
## 696 My place is close to There are two bedrooms with three bedrooms. Would you like to be close to the square, dining. Each luxurious one and two bedroom apartment house has been custom designed to style and comfort. Enjoy the convenience of a full size washing machine and dryer at home, a fully equipped kitchen appliance and a touch of stainless steel quartzcountertops, wood flooring and many unique designer touches..
## 697 My previous guest opted to move out before the holidays to spend time with his family. He had to keep the booking until Dec 8, but the room is ready to go. I opened the couch up so people can book. The list price for the room will stand.
## 698 My place is close to retail stores, shops & restaurants, including the Sherman Oaks Galleria with its own abundant shopping and dining choices! You’ll love my place because this townhome is perfect for families,couples or close friends! With over 1200 square feet of living space, it has two bedrooms/two baths, a full kitchen, flat screen tv, hardwood floors, a private parking space and everything you'll need for a carefree vacation! Wireless internet and cable services are included.
## 699 My place is close to family-friendly activities, Big Yard Long Driveway 2 Min drive to 405 5 min drive to 101 7 Min Sherman Oaks Galleria Amazing breakfast and dinner we'll serve We are super chill and easy to get along with Love creative/ open minded people . You’ll love my place because of the people, the ambiance, and the location. My place is good for couples, solo adventurers, and business travelers.
## 700 Private room with en suite bathroom available in great Santa Monica location! Walk to the beach, 3rd St Promenade, and lots of restaurants, bars, and cafes! One garage parking space also included for 55. Well-behaved, housebroken dogs welcome.
## 701 In the heart of Santa Monica, walking distance to the beach, fully furnished with all amenities. Private patio for BBQs and relaxation. New furniture throughout. Perfect for shorter and longer-term stays. High speed internet and cable TV are available for you to use.
## 702 Recently renovated Studio apartment, conveniently located blocks from 3rd st Promenade, Santa Monica Pier, and Santa Monica Place. There are no shortage of things to do in the area. And the apartment is quiet and comfortable for when you decide to take a break and relax.
## 703 Private room with an Oceanview on the second floor of a two story house .The picture of the dining table is actually a dining area of the kitchen and coffee and tea and light self service breakfast provided. The beach is 6 blocks away and their is public transportation nearby. There Is a bikeshare station at the corner next to the park.
## 704 A super unique modern studio, very quiet neighborhood, just a 15 min walk to the beach. Equipped with kitchen, mini refrigerator, toilet, shower, closet, wifi, TV, and luggage storing space. Has a private separate entrance and lots of street parking
## 705 Spend the night just steps from the sand. Walking distance to shops, restaurants, movies, Farmer's Markets, the world famous Pier, the 3rd Street Promenade, and the brand new Metro station! Full kitchen w/ French Press. 2 bathrooms. DirecTV deluxe package. Tons of movie channels including HBO, Starz, Cinemax & Showtime. 55" LED TV. Sync-able Bluetooth speakers in every room, so you'll be able listen to your own music, podcasts and audiobooks.
## 706 My place is close to The Bungalow, Bay Cities Italian Deli & Bakery, Santa Monica, The Penthouse, and The Huntley Hotel. You’ll love my place because of the coziness and the location. My place is good for couples, solo adventurers, and business travelers.
## 707 Roomy, bright and comfortable apartment located near the fun, lively and vibrant downtown 3rd St. Promenade.Only 1.9 miles to pier/beach Local parking permit, Apple TV, Wi-Fi, close UCLA/St. Johns medical facilities. Near to Whole Foods, 24 hr Rite Aid & Walgreens 1 block away. Safe and secure, private and quiet building. Elevator access from rear. Corner apartment on top of 3 story building with great views. Take a look at reviews to see other guest's experience.
## 708 Charming gem! Live like a local in our spacious old bungalow with vintage appointments and intriguing details. A block from grocery stores and many trendy restaurants on Wilshire Blvd and equi-distance to Montana Ave. with more upscale boutiques and restaurants.
## 709 Welcome to our cozy, 2 bedroom bungalow in Santa Monica! We have a great location central to the beaches in Santa Monica, Venice and Malibu. Easily walk down to Main St, the Pier or 3rd St. Promenade. Enjoy the tasty restaurants nearby on Santa Monica blvd or in next door Venice. And relax in a comfy king size bed and serene backyard garden with a grill. This is a new listing, as this is the first time we'll be away in our new home.
## 710 Share: Very Clean, Comfortable, W/D , Great Kitchen! UP: 2BR/ Queen / Full & 1 BA DOWN: 1BR (2 twin & 1 BA ) Convenient to the Beach, 10Fwy & 405Fwy and all parts of L.A. "Trader Joes" down the street. Walk to cafes, shops, banks. Sunset Park
## 711 Spacious 1 Bedroom! Full Access to Entire Apartment! Perfect Location! Very, Very Close to Downtown SM, Beach & Pier! Walk to Everything! Wifi and Cable TV!
## 712 Our apartment is quiet, modern, and conveniently located within 5 minutes walking distance from: -Santa Monica beach -Santa Monica Pier -3rd Street Promenade -Palisades Park -Metro Expo line to downtown -Numerous bus stops -Countless restaurants and stores We look forward to hosting you! Note: My flatmate WILL be present in his own room during your stay. He works a great deal and is usually at the office, so will not be around much.
## 713 Very comfy and cozy one bedroom unit in a quiet neighborhood. Located near the beach, Third Street Promenade, and Santa Monica Pier, this apartment offers easy access to a vast variety of restaurants, cafes, hip bars, and trendy shopping.
## 714 Newly renovated Santa Monica Luxury Townhome with 3 Bed 2.5 Baths (1 Bed 1.5 Bath for lease); Cal KING Bed comfortably fits two; Enjoy the ENTIRE house - bed/bathrooms, kitchen, living/dinning room all PRIVATE; PARKING permit provided; Keyless Entrance; 5-10min drive to the pier, subway station, restaurants, groceries and 3rd street Promenade!
## 715 Private room with queen bed and twin trundle (roll-away) bed. Shared bath with skylight, raincan shower head, and heated floor tile. You may use all the shared spaces - the full kitchen, the living room, the patio and balcony from the living room.
## 716 Greetings in the heart of Santa Monica! The perfect location of the apartments will allow you to enjoy your holiday. The beach with the ocean, a lot of restaurants and "3rd street Promenade" in walking distance.
## 717 THE BEST LOCATION in Santa Monica walking distance to everything! The Pier, 3rd Street Promenade, R+D Kitchen, Ocean Ave, restaurants, Montana Ave, grocery store, post office, it's the perfect location. You’ll love my place because of it's location. Located on the third floor where you can see the palm trees and the sky light as the sun sets. It's very clean and quite, apple TV, wireless internet, netflix
## 718 License# 218716
## 719 10 min from the beach, closed by great restaurants, stores, malls, great transportation and freeway. Sophisticated area! Blue Bus and New Metro train take u everywhere. 10 min from the beach, closed by great restaurants, stores, malls. You’ll love my place because of the warm hospitality and pleasure atmosphere! All second floor master bedroom in two stories completely remodeled unique townhouse. Beautiful black wooden furniture and wooden floor. Fireplace. Excellent natural lightning.
## 720 High rise living in a centrally located apartment on the westside. The room features a full sized bed, firm mattress, wifi. Olympic sized pool, gym as well as a tennis court. Bus lines are out front!
## 721 You have the huge master bedroom with queen bed, walk-in closet, and private bathroom in a 3br, 3ba luxury penthouse apartment. Two professional, 30yo female roommates are rarely around. Perfect for exploring the city, or crashing for a few nights!
## 722 Centrally located in brentwood, close to UCLA and just 3 miles from the Santa Monica Pier, our apartment is convenient and has everything you need for a great stay while in LA.
## 723 Fun walkable neighborhood to amazing restaurants and shops. Wonderfully located to surrounding beach communities and easy access to major I-405 & I-10 Fwys. Tranquil vibe. Perfect for an adventurer, who will enjoy what the City has to offer!
## 724 This private suite is in the BEST Central Location, steps away from the famous Japanese Sawtelle eatery! Few minutes to Santa Monica City, Brentwood & Westwood and Beverly Hills. One block away from the Metro Bus and few blocks away from the Metro Train.
## 725 The place is a monthly sublet with option to rent furnished or unfurnished. There is a deposit requirement and price includes paid utilities: Internet, gas, electricity (no cable). Please speak to me about pricing.
## 726 This beautiful studio apartment is located in the heart of West LA with convenient access to dozens of amazing restaurants and the 405 and 10 freeways. The decor is simple, light, and bright, and I want to ensure guests are happy and comfortable.
## 727 月租可优惠
## 728 独立百万house位于罗兰岗香港广场后边,位置便利,出门三分钟上高速,步行10分钟左右可到商圈,顺发,海鸥,香港三大中国超市、美国超市,银行、餐厅,公园幼儿园等等,产检大楼和几家医院都很近,大院子里四季结柠檬满树枇杷马上熟了,双门大冰箱、洗衣机、烘干机、微波炉、烤箱、餐具厨具、床品、高速网一应俱全,免费停车位,主卧套房在二楼,私人空间很安静,高档家具,king size大床,明窗超大卫生间,浴缸浴房分离,步入大衣橱,宽敞干净。欢迎出差旅游人士及孕妈订房
## 729 Queen Bed, Washer & dryer, Own private restroom, Closet with mirror slide doors. There is a community pool, pool table 1 min walk from the place. Own parking spot. 5 mins away from the golf range and all the delicious food! Off of 60 Freeway Nogales Exit. Only 15 mins away from Cal State Fullerton (CSFU) and Cal Poly Pomona. Great location to commute to college.
## 730 Clean beautiful private room in Sherman Oaks. Very convenient place and close to Los Angeles, Studio City and Beverly Hills.
## 731 Beautiful single family home with tropical swimming pool, built in BBQ, CA king size beds in 3 of the rooms, hardwood and rustic tile floors throughout the house, tile bathrooms with huge open space kitchen, bay windows and French doors. Location is central to all major attractions Los Angeles has to offer and easy access to the 101 and 405 freeways. The famous Ventura Blvd is less than 2 miles away. House is in a quiet and beautiful neighborhood.
## 732 Cozy room with twin or king size bed, skylight, ceiling fan, sound machine and cable TV. Cute bathroom. Free beverage station. Easy street parking. Gorgeous yard. No smoking anywhere.
## 733 Sunny and spacious private bedroom in a two bedroom home. Room features a Queen size bed dresser nightstand and closet. Great lighting. Full use of house. Living Room boasts a 60' 3D Smart TV, washer dryer, gas stove, fully furnished.
## 734 We are within walking distance from Ventura Ave which has Restaurants, Bars, boutique shopping. Also very close to the 101 so you can easily drive into other parts of Los Angeles to explore.
## 735 Welcome to our sexy urban retreat...the perfect, couples get-away. All the amenities of Ventura Blvd and The Glen Centre, just 5 minutes away. Private, peaceful, light & bright contemporary home. Designer furnished with a rock-and-roll-chic vibe. Sweeping mountain and city views, solar heated pool, spa, cable/wifi, central heat/A/C, washer/dryer, gas fireplace, chefs kitchen, freestanding bathtub, theatre room, Control 4 home automation. Small dogs will be considered, please inquire.
## 736 Bel appartement lumineux et spacieux de deux chambres et deux salles de bains.Tout équipé ( clim, machine à laver et seche-linge, lave-vaiselle, micro-ondes, refrigirateur, congélateur, piscine, jacuzzi et salle de sport). L'appartement est situé dans une résidence à Sherman oaks, à 5 min de ventura boulvard avec ses restaurants et ses magasins. A 30 min de la plage. Vous aurez aussi accès rapidement à l'autoroute 101 et 405.
## 737 Tranquil large private studio apartment in Sherman Oaks. Full private bath. Queen bed. Extra futon sleeps 2 more. Private deck access.Fridge&Microwave. 40inch TV with Netflix Hulu. Parking for 1 car . Quiet, access to great dining/entertainment
## 738 A dreamy, private, and quiet guesthouse just off Sunset and Silverlake. My place is close to The Thirsty Crow, Night + Market Song, Silver Lake Ramen, Cafe Tropical, Cafecito Organico, WOOD. You’ll love my place because of the location, the privacy, the serenity, the comfort, the ambiance, the walk-ability. My place is good for couples, solo adventurers, business travelers, and families (with younger children).
## 739 A quaint yet perfect LA getaway pad, sleeps 3 and has the look and feel of LA design and decor. About Us: we take great care in keeping things clean, attractive and well maintained. We are quiet and kind to our neighbors and we work really hard to keep the place comfortable.
## 740 Our brand-new 2-bdrm is comfortably appointed and in a great location. 1600 sf, 20-foot operable glass wall, LEED Gold. Steps from Moby's new restaurant, gourmet coffee, and yoga. Balcony hot tub with views of Griffith Park Observatory. Parking spot! Detached basement unit with separate entrance is occupied.
## 741 Located just off Sunset Blvd., this cozy apartment is in the heart of Silverlake. Walking distance to some of LA's best cafes, restaurants, shops and bars. Get the perks of being right on Sunset without all the noise! This studio has a super comfy full size bed and a futon that folds out to sleep one comfortably, but can fit two people if necessary.
## 742 Our 30's era multi-level Spanish-style home in Silver Lake is sprinkled with Art Deco details, has beautiful natural light and a terraced backyard.
## 743 This roomy studio suite (approx. 400 sf) is in the front of a 1926 Spanish tri-plex in the Silver Lake hills. The main room is bright and breezy with a large picture window, high cove ceilings and hardwood floors. Includes kitchen, full bath & private patio. Minimum 2 night stay.
## 744 Retreat, relax and have a jacuzzi soak in this extremely unique and colorful place I call my home. The color palette will delight you and subliminally make you happy. The walls are hand painted by me with a geometric design that glows in the dark. Super close to Lamill Coffee, L&E Oyster, Alimento, Yakuza Sushi, The Satellite, Silver Lake Reservoir, The Black Cat, Knuckle and Claw, Diablo, and Silver Lake Farmers Market. My place is good for couples, solo adventurers, and business travelers.
## 745 Classic Hollywood bungalow built in Spanish Mediterranean style in 1925. Hardwood floors, original built-ins, large private garden and mid-century modern furnishings. One master bedroom with additional office or extra guest room. Situated in the hills of Silver Lake with views of Sunset Boulevard and walking distance to restaurants, bars, coffee houses and sights.
## 746 2 bed/1 bath located in the more desirable part of redondo, Clean cute home 15 min walk to beach, newly renovated. Conveniently located near Riviera Village restaurants and stores and 10 min drive in to Hermosa Pier.
## 747 A private downstairs bonus room with double bed and perfect for person or persons traveling for work or pleasure and needing a simple place to sleep. Close to the Pier and beach. Bathroom shared with the Artsy Beach Cave.(Click on my profile picture and scroll down to see the other listings in my home :)
## 748 South Redondo Beach Apt, newly remodeled inside & out. Apartment features 2 bedrooms with queen beds in each, full bath, and kitchen w/ brand new appliances. Just 3 blocks to the ocean and half a mile to famous Redondo Pier and Hollywood Riviera!
## 749 Spacious 3 bedroom, 2 bath home features large kitchen & living room. Master suite has travertine floor & fireplace. Access back patio through French doors & enjoy private patio outdoor table & chairs and barbecue.
## 750 Beautiful 3 bedroom home with 2 bathrooms and an entertainment room comes fully furnished. Home is close to bike/walk path. Nice quiet neighborhood and minutes away from the beaches ( Redondo Beach, Hermosa Beach, Manhattan Beach), malls, restaurants, shopping centers, etc. Also, 10 minutes away from LAX. EXTRAS: - High Speed Internet Access - Android T.V. Streaming Box for Streaming movies, music, tv shows, etc. - BBQ Grill - 6 Person Jacuzzi - 3 bikes and a Pool Table
## 751 Private guest house 1 room +1 ba detached with separate entrance . With its own parking next to the unit.newly remodeled. Very modern. .full bed . Mini referigerator Microwave , closet. Shelves , modern bathroom. Tile flooring , light and bright gated house
## 752 Come and hang out with us in the beautiful San Fernando Valley! We are right down the street from CSUN, valley performing arts center, Northridge Hospital, 101, 118, and the 405 freeways. Mountain and pool/spa view from your bedroom window. Modern sleek decor. Across the street from a Denny's, baskin Robbins,and a 711. Very safe building. 24 cameras. We have two dogs. a chihuahua and a maltise Terrior mix. Very sweet girl doggies!
## 753 This is our new home, it's a quite and lovely little neighborhood in the Los Angels Valley. Great for families that are visiting or on vacation
## 754 Spacious 2600 sqft home is fully furnished and beautifully decorated. Only 1.5 miles to CSUN. Located in the suburbs of Los Angeles's San Fernando Valley. In a central location, approximately 30mins from many tourist sites.
## 755 Surrounded by trees and vegetation with abundant wildlife this cottage feels as if you are far from the hustle & bustle, but in fact you are just up the street from the city life.
## 756 100 great Restaurants in 10 mins. 23 mins to Disney's Land, and 20 mins to downtown LA. 我们同时有DIY自驾游模式(医院,宝宝证件,租车等)为不想住月子中心的待产夫妇提供更灵活省钱的美国之旅
## 757 FW 出囗2分钟,10分钟有餐厅,15分钟shopping center,跑马场。为您配有洗衣机,厨房餐具,网络,暖气,卫浴用品,水果和牛奶,面包咖啡等
## 758 Excellent Location - Next to the beach, Freeways 10 & 405, and the new Metro Expo Line! I can recommend plenty of delicious restaurants within walking distance, but only if you tell me what you're in the mood for. Adventurers and business travelers alike are welcome. Thank you so much for viewing my listing. Safe travels!
## 759 This is a great little studio just a 5 minute walk to Little Osaka (aka Sawtelle Blvd), an awesome neighborhood for tons of great restaurants, shops, and more. The neighborhood is clean and safe, and is a great for walking/biking (so rare in LA)!
## 760 My place is close to Santa Monica beach and pier, Promenade Mall, Highway 405 and 10, different restaurants and bars, coffee shops, movie theaters, Beverly Hills. You can come and go as you please.
## 761 Cozy bedroom in the heart of Santa Monica. Couple blocks down from the Santa Monica beach, third street promenade a great tourist attraction. Many places to eat and make adventures to. Few minutes away from West Hollywood, and also the Hollywood strip. Would love to have you, and make your trip that much better and enjoyable!
## 762 A bright and modern 1-bedroom cottage located between the city of Santa Monica and West LA. Newly remodeled and furnished, your home away from home comes with high speed wifi, a/c, fully equipped kitchen, cable tv, and convenient on-site parking.
## 763 Shared houseQueen bed, own entrance, studio at the back of private gated house, alarm system, mini fridge, crockpot, oven, brand-new bathroom, 2 miles from ocean, two blocks from Trader Joe's, Ralphs, grocery store, Centrally located on the border of Brentwood in Santa Monica in West Los Angeles. We are walking distance from foodcourts the park and even a rock climbing studio. Tons of gyms nearby. with Mother & Daughter. If reservation is booked quarterly or more it will be twice the monthly dis
## 764 Large and private, master bedroom/full bathroom with access to balcony. Prefer Female guest. Musical and artistic host family. Older building, quiet street. Host is voice teacher; teaches in living room a few hours per day. Excellent place for professional person. No use of living room. Limited use of dining room. No cooking. Partial use of Refrigerator; oven to warm up food.Electric Water kettle available for tea or coffee. Some use of selected dishes/cups/bowls. Laundry Room in Building.
## 765 Comfortable futon in my living room. Convenient and clean place to stay, great neighborhood, 5 min to Santa Monica, Brentwood and UCLA..
## 766 Large and bright two bedroom apartment walking distance to all the bars and restaurants in Brentwood. A short drive to Santa Monica, ucla, Beverly Hills and more! Includes parking spot.
## 767 This is a large, luxury, modern condo with 3 Bedrooms and 2.5 baths. The guest bedroom has queen size bed, night stand, desk, chair and large mirrored closet with luxurious built-in shelves and drawers. The washer and dryer is in the unit and you will have full use of kitchen and all stainless steel. The premises is a controlled access property and you will have full access to the gym on the first floor which as a treadmill and an elliptical and pool table.
## 768 6 min drive -15 min bus to UCLA. Bus stop is 2 min (walk) from house and it makes one stop before reaching UCLA. Then it makes several stops around UCLA campus. The room is next to dinning room and kitchen. It is great for those who would like to feel their space is away from all because that area is empty most of the time, specially at night from 11pm to 8 am. However, the kitchen use may vary (during the day). If this is important for you, please ask any questions you may have.
## 769 Close to the 91/605 freeway
## 770 Must LOVE Dogs! (2 pups in the home) 1 mile from Beverly Hills, The Grove, West Hollywood. Restaurants 1 street over. Close to Highways. Private Bedroom and Bathroom. Full Access to House and Kitchen and pleasant human and canine residents.
## 771 I am renting this room in the Grove short term but would like to find someone to rent it with me. It's very central. Only for April. Would like to share with a girl?
## 772 This studio is located above a single family home on a quiet street just a 5 minute walk away from LA's Miracle Mile attractions.
## 773 Charming remodeled 3 bed/2 bath home with beautiful large backyard in Carthay Circle. 1.5 miles from The Grove, Museum Row and Beverly Hills. Six miles to beach or downtown. With 7 Seat Jacuzzi!!!!
## 774 We'd love to host you! Beautiful Spanish-style 3-BR, 2BA duplex bottom. We have a front and back yard (with large trampoline), well stocked kitchen, large dining room table, wifi, piano, TV, and lots of toys. Note: we tidy up before all guests, but this is our home (not a hotel), so the bookcases and dressers are full of books and clothing.
## 775 A "spa like" experience in central Los Angeles. You'll be walking distance from LACMA, close to 3rd St shops and restaurants, LAX, and the central location provides easy access to all points East and West. You’ll love my place because of the pool, the garden, the neighborhood, the light, the comfy bed, kitchenette, heated pool, and the heated outdoor shower. My place is good for couples, solo adventurers, friends, and business travelers. It's literally an oasis in the middle of Los Angeles.
## 776 Three bedrooms house, centrally located on a quiet street. Close to the Grove, Cedars Sinai Hospital. Beverly Hills adjacent. Enjoy a gourmet kitchen. Private access to the back yard. Wooden floor. Room has a private attached bathroom. Located in Carthay circle, Miracle Mile.
## 777 A 2-story 1,800 sq townhouse in historic Carthay Square, near Miracle Mile, on tree-lined street, upstairs bedrooms/bath/& downstairs kitchen, living room, dining room with 1.5 bath. 2 miles from The Grove, Beverly Hills, Museum Row & West Hollywood
## 778 very rustic retreat, you will sleep better here. Wood stove for heat, inside and outside shower, romantic. Hard driveway to get up, but you can walk 50 yards. You will not want to leave...
## 779 very high end and quite area wonderful , Sleeps 2 Hardwood floors, has a separate Private secure entrance with direct access to street . lots of natural light and garden views, spacious marble bathroom and shower, amazing location. Walk to Robertson (Ivy, Chanel, etc.) Beverly Center or the Grove Shopping , Cedar Sinai. Just a couple of blocks to Beverly Hills. microwave, ice maker, refrigerator, krups coffee and breakfast nook
## 780 Beverly apartment opposite cedar Sinai hospital. 5 mins from rodeo drive and a few minutes from the beverlyhills shopping center
## 781 This apartment is close to Beverly Hills, The Ivy Restaurant, Beverly Center, North Rodeo Drive, and A.O.C. You’ll love my place because of the neighborhood. My place is good for couples, solo adventurers, and business travelers.
## 782 Beautiful 3 bedroom 2 bath spanish revival lower 2200 square foot flat in duplex. Lovely residential area near many attractions including museums, La Brea Tar Pits, the new Petersen auto museum, and the original Farmers' Market. Easy walking to shops, restaurants, transportation. Close to public transportation. Hollywood, West Hollywood and Beverly Hills are adjacent and close. Santa Monica is 20 minutes directly West. Universal Theme Park over the hollywood hills 20 minutes away.
## 783 My adorable apartment is in a charming Spanish building on a quiet side street, one block from the action. It's located next to the LACMA museum and is just off of Fairfax St, which is full of bars, restaurants and more within walking distance.
## 784 This space in West Hollywood has plenty of room for group travel, family vacations, or simply a home away from home. Not only is this space amazing but the location is key. You have West Hollywood, Beverly Hills, and Hollywood just steps away!
## 785 A comfy bunk bed in a shared room for a traveler on a buget :) Student dormitory like property Allways clean and comfy. Big rooms. FREE WIFI, AC, CABLE TV, UNLIMITED NETFLIX !! Lots of Buses, Stores, Restaurants, where you can get a full meal for JUST 5 !! Just 2 min to CONVENTION CENTER !! 3 min to Downtown, couple of miles to Hollywood, just 20 min to Universal Studios ! FREE Towels, Shampoo, Soap. 420 FRIENDLY LGBT FRIENDLY Why wait ? BOOK IT NOW ! :)
## 786 This beautiful 3 bedroom 2 Bathroom apartment has everything you need for your stay. Underground Parking, Gym, Apple TV, Outdoor Patio, Washer and easy access to the (PHONE NUMBER HIDDEN)/freeways. Quick trips to Downtown, Korea Town, Anaheim, Santa Monica.
## 787 An soft and comfy bunk bed in a shared room for a traveler on a buget :) Student dormitory like property Allways clean and comfy. Big mixgender rooms. FREE WIFI, AC, TV, UNLIMITED NETFLIX !! Lots of Buses, Stores, Restaurants ! Just 2 min to CONVENTION CENTER !! 3 min to Downtown, couple of miles to Hollywood, just 20 min to Universal Studios ! FREE Towels, Shampoo, Soap. 420 FRIENDLY LGBT FRIENDLY Why wait ? BOOK IT NOW ! :)
## 788 My place is centrally located next to Downtown-LA, the Metro Red/Purple & Bus Lines run a short distance away. The Bonnie Brae Historical Tract is close to the STAPLES Center, Dodger's Stadium, The LA Convention Center, The Standard Downtown LA, ACE Hotel, Takami Sushi & Robata, Starbucks, and Library Bar. The entirety of the duplex has high ceilings. My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets).
## 789 A comfy bunk bed in a shared room for a traveler on a buget :) Student dormitory like property Allways clean and comfy. Big rooms. FREE WIFI, AC, CABLE TV, UNLIMITED NETFLIX !! Lots of Buses, Stores, Restaurants, where you can get a full meal for JUST 5 !! Just 2 min to CONVENTION CENTER !! 3 min to Downtown, couple of miles to Hollywood, just 20 min to Universal Studios ! FREE Towels, Shampoo, Soap. 420 FRIENDLY LGBT FRIENDLY Why wait ? BOOK IT NOW ! :)
## 790 If you want the city feel but do t want the hassle of parking this is your place. COZY house with skyline views, Chill out on the backyard and bbq,or relax in the hammock. Private Property. Huge Bed room and private bathroom.
## 791 Great deal for nice private studio in downtown LA, old house. Studio with 3 bunk beds. Best price in town!!! Located in safe family area, close to everything in LA. Hollywood is 12 min away, Universal is 17 min. !!!!NO MARIJUANA STRICTLY!!!!!
## 792 Amazing spot near Downtown
## 793 Located in premium master planed community. Third whole floor with great privacy. Master bedroom with attach with a living room. Community offers swimming pool BBQ area, fitness center, hiking trail(URL HIDDEN)在圣盖博最安全的小区里面。房子最高层出租,有一个山景主卧带厕所,客厅,提供最大限度私人空间。小区提供烧烤的地方,游泳池,健身房。房主可以讲中文。
## 794 Private bedroom and bathroom in quaint Playa Del Rey townhouse in a beautiful gated complex. Blocks from beautiful Playa Beach & minutes from LAX. Fully furnished duplex unit with HDTV in all rooms, covered parking. Tennis, pools & hot tubs et
## 795 Our two story 4BR/3BA home is nestled in a quiet neighborhood between LAX and Marina Del Rey. We are close to Venice, Santa Monica and Manhattan Beach, shopping malls, Trader Joe's & Sprouts.
## 796 This spacious junior one bedroom is perfect for business professionals or vacationers. It's 3 min away from the airport, and a 15 min walk from the beach! Pool, BBQ Grills, Laundry Mat on site, quiet club house for all tenants. This complex has an onsite cleaners too! One of a kind! Gated community. Venice, Marina Del Rey, Hermosa, and Manhattan Beach are all nearby. Santa Monica is 22 min away.
## 797 1 block from Baldwin Hills Mall, Movie Theater, Albertson's Grocery, Staples,Wells Fargo,and BofA. Large, One Bedroom in an excellent Baldwin Hills Location. Near Leimert Park. 15 min to Hollywood, Airport & Downtown. Walking distance to Metro Line.
## 798 A cottage with tropical/Hollywood theme all to yourself! You'll enjoy your own private entrance in lovely Beverlywood. A one bedroom with a queen size bed, full kitchen and bath, Wi-Fi, Cable, DVD and ample free street parking. PLEASE NOTE: The Hollywood Sign is only up for the Oscars (late February) we love the sign, Oscars and the picture so that is why we included it.
## 799 Charming, modern, newly and tastefully remodeled house w/Gourmet chef's kitchen & marble bathroom, Wifi, cable TV, fully stocked kitchen and a parking spot. We take pride in our listing and we are proud to be super hosts in a one of the most sought after neighborhoods in Los Angeles. We are centrally located in the heart of Brentwood, between Sunset Blvd and San Vicente Blvd, close to hip, trendy & desired restaurants where all the locals go and have not been discovered by many travelers.
## 800 Spacious apartment in the Heart of Brentwood. Walking distance to bars, restaurants and a large chain supermarket. Clean upgraded unit with comfortable bed and couch. Close to all tourist attractions and less than 3.5 miles to the beach.
## 801
## 802 Get ready to relax in beautiful, safe Brentwood! Stroll to San Vicente, Montana, or Wilshire. Drive or Uber 3 miles or less to Santa Monica beach or UCLA. No additional cost for extra persons (max of 3) and a flat 20 cleaning fee make this one of the best deals in West LA. Queen bed, twin bed (not a futon!), desk, mini frig., 42" flatscreen, wifi, Netflix, Amazon Prime, coffee, filtered water, private bathroom w/soaking tub. Check in whenever you like after 2 pm with your private door code.
## 803 Sleeps 4+! Last minute OK! Best Santa Monica location North of Wilshire. Huge, clean entire 2 bedroom/ 2 bathroom condo. A "best deal" for this area. Master bedroom has European King bed and own private bathroom with massage shower. Second bedroom has 2 twin beds. Second bathroom has bath and shower. Large kitchen, huge living room, fireplace, balcony, pool, top floor unit. Walking distance to Brentwood, Ralphs market, bus lines, even walk to the beach. Cable TV, projection movie TV, full high speed internet/ Wi-Fi. Street parking, secure entry safe building, surrounded by trees, very sunny, very private.
## 804 Close to UCLA, Brentwood Farmers Market, and only 2 miles from the beach. A great place to stay because of the neighborhood, the light, the outdoor space, the ambiance, and the breeze. Good for couples, solo adventurers, and business travelers.
## 805 3 bedroom apartment in very nice and quiet neighborhood. Lots of shops (including supermarket), bars and public transportation walking distance, 15 min away from the beach and Westwood (UCLA).
## 806 12 x 18 sunny spacious bedroom with two beds (1 Queen and 1 single) in Brentwood with market and restaurants in walking distance. 5 miles from beach. 20 mins from LAX. 2.1 miles from UCLA. 2.5 miles to Getty Museum. Outdoor patio. Wifi service.
## 807 Nestled centrally in the heart of Brentwood and Santa Monica! Great shopping, restaurants, cafes, nightlife and the beach are all within walking/biking distance. Memory Foam Queen Bed Private Bath Central A/C FREE LAUNDRY (WASH AND FOLD). NOTE:- I have another room as well that will be rented out to other Airbnb Guests. You will be sharing the apartment with other Airbnb guests so you will share the common areas.
## 808 My place is close to SUGARFISH by sushi nozawa, Katsuya Brentwood, The Coffee Bean & Tea Leaf, Coral Tree Cafe bus stops, metro. You’ll love my place because of the location, the people, the ambiance . My place is good for couples, solo adventurers, and business travelers.
## 809 **Please note that while my place is usually listed as a 'private room', I'm going out of town for several weeks, so I am changing it to 'entire home' while I'm gone. My own bedroom will be locked off.** Located in Brentwood, my place is walking distance to amazing shops, restaurants, and bars. Only 3 miles from the beach and even shorter distances to downtown Santa Monica, Westwood (UCLA), and West LA. This area is very easy for a bike, bus, car, or Metro train.
## 810 Luxurious & Fully Furnished Century City Adj. restored Spanish character home. Home is just under 2,000 sq ft with three bedrooms and two bathrooms, designer done kitchen, wood burning fireplace, recessed lighting, laundry room, formal dining room with seating for six & upgraded bathrooms with floating tub & rainfall shower heads. Fully equipped kitchen, linens, Apple TV, wi-fi & Sonos speakers throughout. Centrally located near Beverly Hills, Westfield Century City & Fox Studios.
## 811 The studio is centrally located and just 5-10 minutes drive to Hollywood Blvd, Universal Studios, Griffith Park, LA Zoo and other key LA Attractions. It's walking distance to restaurants, personal services & grocery stores (Bea Bea's, Coffee Commissary, Starbucks, Trader Joes, Vons, etc); and many of the Burbank Studios (Universal, Warner Bros, Disney, Sony, etc). You’ll love it because of the location, the coziness and convenience - good for couples, solo adventurers, and business travelers.
## 812 Super comfortable, quiet and clean. Walking distance to NYFA and all major studios (Warner Bros, Disney, NBC) as well as shops, grocery stores, coffee shops, and public transportation. Close to Universal Studios as well as St. Joseph's Hospital, West Hollywood, and the beaches.
## 813 This is a cute & cozy 2 bedroom/2 bath apartment. You get your own private guest room w/ full size bed & your own full bathroom & half of my closet. I have 2 adorable bunnies & am a non-smoker. Light use of kitchen, dinning & living room permitted.
## 814 Our conference room is perfect for off-site meetings, client presentations, or office retreats. The flexible layout and and central location make the ideal choice for meeting with clients or colleagues in a comfortable and convenient location.
## 815 My place is close to Chandler Bikeway, Metro Red Line station, Warner Brothers, Disney Studios, Burbank Airport, New York Film Academy, Porto's Bakery, Woodbury University.... You’ll love my place because of the cleanliness, and fruit bearing trees..
## 816 Adorable back house studio in the Burbank Hills. Area is surrounded by mature trees and beautiful homes. Just a short walk (or shorter drive) to Wildwood Canyon, Stough Canyon Nature Center, downtown Burbank and so much more. Just what 1 or 2 people need for a comfortable stay without the crazy hotel prices!
## 817 If you're looking for a discreet, romantic getaway- or just a serene escape from the everyday noise of the city, Pasadena Foothills Oasis is the perfect place for you! Located close to trendy, chic shops, and world-class museums, and gardens. Welcome
## 818 Open studio space that opens on a large porch towards a green backyard. JPL, Caltech, Rose Bowl and Art Center close. Avocado and Orange trees, calm neighborhood inviting for relaxed hours in this cozy home. Free parking available.
## 819 Beautiful mid-century/modern home located in Altadena/Pasadena; serene, quiet, peaceful, yet close to everything Los Angeles and Pasadena have to offer. Just 10 minutes to exciting old-town Pasadena, 20 minutes to Downtown Los Angeles, 25 minutes to Hollywood and 35 minutes to Santa Monica and the beaches of LA. There are amazing hikes just minutes from the house.
## 820 My home is close to restaurants, 24 hr fitness, hiking and bike trails, JPL, Art Center Of Design and the Rose Bowl. It is 15 miles from downtown Los Angeles.
## 821 Nestled under the view of the San Gabriel Mountains; Cabana San Pascual provides the traveler with a restful place, in a neighborhood of tree-lined streets, away from the urban noise but still close enough to points-of-interest, shopping and dining. Your hosts, Karen and Mel, have created a welcoming environment of the type in which THEY would find comfort, away from home. We look forward to YOUR stay!
## 822 My place is close to Eaton Canyon. You’ll love my place because of the coziness: the studio apartment is nestled beneath a 100-year old pine tree in a quiet neighborhood. The back yard has a gas barbecue grill and several eating areas. My place is good for couples and business travelers. Couples with an infant or small child are also welcome to book since the futon couch is available as an additional sleeping area.
## 823 Lovely home in a very quiet neighborhood. Near JPL and hiking trails. About 3 miles from Old Town Pasadena. Close to public transportation.
## 824 I have another listing for just the guest bedroom but I sometimes go out of town with my dogs in tow and rent the entire house. Here's that listing: https://www.airbnb.com/rooms/5929157 which full pictures.
## 825 Our home is close to parks, the city center, Old Town Pasadena and the Rose Bowl. Minutes from upbeat night life, live music, modern cuisine and craft breweries. It is 20-35 miles from many great beaches, Disneyland and Universal Studios. There are dozens of great hiking trails within a couple miles of the house with beautiful views of the San Gabriel Mountains. You can also find art and culture nearby. My place is good for couples, solo adventurers, business travelers, and families.
## 826 The house is close to Train station, bus stop, Restaurants, Santa Anita Race Track, Huntington Hospital, Methodist Hospital, Shopping centers, Santa Anita Shopping Mall, Los Angeles Arboretum, Hiking trails, Parks, Library, Pharmacy, Health Food Grocery Stores (Trader Joes, Sprouts). You’ll love it's close proximity to the San Angeles mountains, the neighborhood is safe & quiet, and the place is comfy. It's a great place for couples, solo adventurers, business travelers, and families (with kids)
## 827 Located on a quiet tree-lined street in the beautiful city of Arcadia, you will have a private room and private bath in the suite. Queen pillow-top bed with silky soft cotton 640 thread count sheets, and a queen sleeper sofa. There is a 50-inch HDTV with BluRay/DVD player, and SUPERFAST Wi-Fi. Wood floors in the bedroom, granite in the bathroom and kitchen. Central heat & A/C, and on a very quiet street and neighborhood. There is LOTS more information below - simply click on the '+ More' links.
## 828 Arcadia核心区百年HOUSE,毗邻著名的santa anita赛马场,Westfield购物中心和美以美医院。院中各种落叶乔木常绿植物,庭院深深落英缤纷。
## 829 1940's Bungalow in Atwater Village, With its updated but vintage kitchen and bath and hardwood floors. (website hidden)_Village
## 830 Modern, spacious, and peaceful apartment in the heart of Hollywood - just minutes from some of the top tourist attractions, restaurants, cafes, and shops. My 1 Bedroom /1 Bath is located between the Sunset Strip and the Hollywood Walk of Fame, and is just steps from trendy Runyon Canyon, Universal Studios, and the hip cafes of West Hollywood. It is the perfect base for your trip to LA! Lots of light with open floor-plan. Fast WiFi, Smart TV, AC in living room, and fresh linens and supplies!
## 831 • Walk Score 87 (many restaurants, bars, shopping within walking distance) • Private balcony off living room • Private patio off bedroom • Bathtub + Shower • Secured parking for 1 vehicle • Onsite coin washer + dryer • Strong wi-fi throughout entire home • Netflix, Hulu, or Amazon Prime streaming service • Close to the Hollywood Walk of Fame + the TCL Chinese Theater + Shopping on Melrose • 24 Hr Receptionist Service • Professionally cleaned before every guest • Self-Check In Access
## 832 Cozy 2 bedroom duplex in Hollywood, with easy access to all the entertainment that Hollywood has to offer, Hollywood Bowl, Walk of Fame, Madame Tusades, Universal Studios, Ground level, plenty of parking. Short walk or 5 min drive to Hollywood Blvd and Sunset. Walking distance to many of the top restaurants in LA; bars, clubs, and shops on Melrose. This unit has been completely renovated in 2014, All new Appliances, New modern Custom Kitchen, New Bathroom and designer details throughout.
## 833 My cozy, historical hollywood bungalow is close to ArcLight Cinemas, Tender Greens Hollywood, and Stella Barra Pizzeria as well as the metro red line & Trader Joes. You’ll love my place because of the location, and the coziness. Nestled between other bungalows, it has a lovely artistic, neighboorhood feel. My place is good for couples, solo adventurers, and business travelers.
## 834 All brand new spacious bright apartment at an affordable price in the heart of Hollywood. Extremely cozy fully furnished studio apartment is located in a walking distance from Hollywood Walk of Fame, Chinese Theater, Dolby Theater, Madame Tussaud's.
## 835 Happy, sunny, clean apartment in the heart of it all!
## 836 Two bdrm / 2 bthrm townhouse available in a modern Mediterranean Style building located in the Melrose District/Hancock Park area. Dual courtyards and a private rooftop deck w/ view of Hollywood Hills. Just 5 minutes from busy Hollywood & Highland.
## 837 Cozy Spacious 2 Bedrooms 2 Bathrooms Apartment located close to Sunset Blvd and Highland ave., close to Walk of Fame. 2 Queen size beds, each room with his own coffee machine, 1 sectional sofa-bed, 2 FREE Parking spots, FREE WiFi, Netflix, Amazon Tv , Full Kitchen, Balcony, Central AC, Fireplace, Essentials, Shampoo. Walk to Walk of Fame, Shopping, Nightlife, Metro, Restaurants and major attractions.
## 838 You’ll love our place because it's located in the heart of Hollywood/West Hollywood. A Clean Charming apartment- quiet, yet steps away from the Sunset Strip. The famous breakfast spot, "The Griddle" is across the street on Sunset Blvd, where you can often spot celebrities. Our place is close to Walk of Fame, The Laugh Factory, Sunset Blvd, The Grove, Saddle Ranch, Pink Taco, Cabo Cantina, Runyon, Universal Studios, 1hr from Disneyland, 1hr from Six Flags Magic Mountain.
## 839
## 840 2 bedroom and 2 bathroom apartment in central Hollywood, walking distance to the Hollywood Blvd Walk of Fame, public transportation, TCL Chinese Theatre, supermarkets, pharmacy, restaurants etc.. Is a very spacious apartment in a quiet apartment complex.
## 841 The coziest studio apartment w/ the absolute best location! Less than half a block to Hollywood & Highland (Manns Chinese Theatre,The Hollywood Walk of Fame), one block from Sunset, & one mile from Melrose shopping!
## 842 This cozy studio apartment is fully furnished.Located in the Heart of Hollywood. The unit comes with free internet and cable TV. One parking spot is designated for this unit.Famous Hollywood Stars, Shopping and Restaurant walking distance.
## 843 >Located IN THE HEART OF L.A. by Upscale Melrose District in Hollywood; ENTIRE House for your group > BRAND NEW! Huge Luxury Private House with big PRIVATE BACKYARD, 2 living rooms, 4 Bedrooms,Big Kitchen, 3 bathrooms, BBQ area, > Only 10 walking blocks to 'Hollywood Walk of Fame', 10 minutes drive to Beverly Hills, 20 min drive to Santa Monica BEACH! >Walk to Restaurants, Nightlife, best shopping in L.A. >Brand new furniture and appliances in the House > Free WIFI
## 844 This cool modern studio is in the heart of Hollywood. A few steps from the Dolby/Chinese theater, Walk of Fame, Madame Tussauds, Dave & Buster's a plenty of restaurants. Kitchen WiFi Parking (1 spot + Secured optional) Balcony Enjoy.
## 845 Located across the street from the Hollywood Walk Of Fame on Hollywood/Cahuenga, our 2BR/2BATH 1100 SQFT apartment is ideal to enjoy Hollywood's best restaurants, shopping, entertainment & more! Features two bedrooms with private doors, 3 queen beds, 1 queen sofa bed, two HDTV's w/Netflix, spacious living room, 2 dining areas, free WIFI, full kitchen with essentials, pool, & two free indoor parking spots!
## 846 Apartment is 1 block away from the Hollywood Stars, located in the heart of Hollywood and close to shopping, restaurants bars & grocery store. It's nicely furnished and has amazing views of the city. Master bedroom & bathroom is all yours :)
## 847 Who would ever have thought that you could go camping in the middle of Hollywood, now you can! At the same. Time you will have all the amenities of a compfy home, with access to bathrooms, kitchen and living space. Ultra high speed internet included
## 848 Great large studio apartment in the heart of Hollywood, with a nice pool area. The famous walk of fame and red carpet events at your doorstep , located next to the famous Chinese theater and Hollywood & Highland mall, grocery store, fitness gym, dining, shopping, museums, tours, metro station, entertainment & nightlife.
## 849 Gorgeous, brand new Hollywood condo on Hollywood Blvd. Front door opens to the Hollywood walk of fame. 2 Queen Beds, Views, FREE Parking, FREE WiFi, 40" TV, Netflix, Full Kitchen, Dishwasher, Central AC, Heat. Right across from LA Fitness and next to The Roosevelt hotel.
## 850 Don't settle for a tiny "Modern" apartment that is as small & bland & sterile looking as a hotel room. Across the street from the Dolby Oscar Theater & just a few steps from Hollywood Blvd, this charming and spacious apartment in a Courtyard-Style building with a large pool right outside the window is your Hollywood Oasis. In the heart of the premieres, restaurants and clubs, but quiet and peaceful once you shut the door.
## 851 Welcome to a beautiful room in the heart of West Hollywood. It is equipped with everything in the pictures. You have 1 min to Sunset blvd and 5 min from Hollywood. So enjoy your stay!
## 852 This 1 bedroom newly remodeled house is spacious and warm. There is one queen size bed, a sofa bed, full kitchen, flat screen TV, with premium cable channels and WIFI. Air conditioning/heat. Parking on the premises. Washer & dryer. Located two blocks from Hollywood Blvd.
## 853 You’ll love my place because of the comfy bed 1 block south of Sunset Strip; 2 1/2 blocks south of Hollywood Blvd & Mann Chinese Theater Built by Rudolph Valentino rumored the Beatles stayed here while they worked with A&M Records 1 block west!
## 854 We have a beautiful zen like suite, on the second floor, furnished with queen bed and a sofa sleeper. Glass tiled bathroom, table and chairs. Not a full kitchen but has a microwave, toaster-oven, coffee maker and fridge.
## 855 Private room with bathroom in South Pasadena. Close to the Rose Bowl, Caltech, Fuller Seminary, Langham Hotel, and Old Town Pasadena. Close to Gold Line and bus lines. Includes parking, washer and dryer, kitchen, wifi, satellite TV. Simple room with bed and closet. Dog stays at the house some days.
## 856 My place is close to Old Town Pasadena. You’ll love my place because of the high ceilings, the location, the people, and the ambiance. My place is good for couples, solo adventurers, business travelers, and families (with kids). Enjoy yourself blocks away from Bristol Farms and less than a mile to old town Pasadena. Quiet and safe neighborhood. Master bedroom is huge with high vaulted ceilings. Living room has huge tv to enjoy and wind down. Full kitchen. All new furniture and appliances.
## 857 My place is good for solo adventurers and business travelers or just a nice little get away. Enjoy evenings on the large patio with a peaceful view of the surrounding trees, relax in the spa or take a refreshing dip in the pool. This is also a nice area for walks. Quiet and friendly neighbors. Room has high ceiling, walk in closet, 2 windows/white shutters, toilet and shower in separate room from vanity and sink. More pics of room to come soon. I have a cat and small dog not permitted in room.
## 858 Studio City is a great walkable neighborhood, stroll to Ventura Blvd., restaurants, cafes, bars and stores. Easy reach of all of LA: 2 mins CBS Radford Studios 5 mins to Universal, NBC, Warner Bros 15 mins to West Hollywood/Beverly Hills/Downtown
## 859 Beautiful, spacious 1-BR/BA a few blocks above famous Ventura Blvd! 5 mins drive from Fryman Canyon hiking, 10 mins walk to dozens of restaurants, bars, and shopping. Convenient market 5 mins walk. Safe, secure location with tons of street parking!
## 860 Great transition place for someone new to the city or in between apartments. Don't have photos with furniture because I am just moving in. Apartment includes Queen Bed, couch, fridge, stove, all basics, wifi and cable. My place is close to Laural Canyon, Ventura Place Farmers Market, Jones on 3rd, McConnells Ice Cream, Colfax . You’ll love my place because of the location and the ambiance. My place is good for couples, solo adventurers, and business travelers.
## 861 Location Location Location!!! Located in the heart of Studio City. Private home immersed in nature with a private, beautiful outdoor patio. 15 min. from downtown LA, Hollywood, Glendale, Burbank, Pasadena, & other neighbouring cities. Just walking distance to the best restaurants & shops 6 min. from Universal Studios 10 min. to Hollywood Walk of Fame 15 min. from Burbank Airport 25 min. from Magic Mountain 35 min. from Los Angeles International Airport 45 min. from Disneyland
## 862
## 863 This 3 bedroom + 2 bath house was home to Quentin Tarantino's character in Pulp Fiction. Located in the charming neighborhood of Colfax Meadows, this house is walking distance to great cafes, shops & studios. Plus our coffee is real gourmet sh*t!
## 864 Conveniently located in West Toluca Lake / Studio City. You will have a cozy private room, shared very large living room, dining area, kitchen, laundry, front porch. No restriction street parking. Easy walk to shops, cafes, parks, villages.
## 865 Large sunny comfy room w. private bath in a 2 story condo. Double bed, A/C. Ceiling fan. Bamboo floors. Flat screen TV w. Netflix. WiFi. Cable in L/R. Swimming pool. Jogging path. Walk to restaurants, boutiques and supermarket.
## 866 We have 2+2+Den with new furnishings,many amenities like Jacuzzi, pool, state of the art fitness center, 2 parking spaces assigned, 24/7 security guard booth, Walking distance to the most trending boulevard in LA , Ventura Blvd. with many shopping centers, restaurants, banking, church and just minutes away to Universal Studios, Warner Brothers, Disney / ABC / NBC Studios, Burbank /Glendale/ Pasadena, Hollywood, Six Flags /Hurricane Harbor, LA ZOO and major freeways access ((PHONE NUMBER HIDDEN)
## 867 It's adorable. I live on a quaint street in Studio City behind an icecream/coffee shop. Two steps out my front door on a Sunday morning is the farmer's market, on my street lives a french cafe, vintage shops, and a neighborhood bar with live music. Food, booze, and shops are all walkable. Universal Studios and Harry Potter World are down the street, across from the Universal train station where it's a straight shot to Hollywood and downtown. My studio is groovy, look at the pics!
## 868 3 Rooms: 2 bedroom + 1 den (lockable den with closet) Hollywood Hills house, Walk to Universal studios and Metro subway station (takes you to downtown, Santa Monica and more. close to Hollywood bowl, Griffith observatory, 3 miles from Hollywood walk of fame. You will have entire middle floor of my house. private entrance (only you will have access to that floor). you will have full private kitchen and 2 full private bath.
## 869 Walking Distance to Universal Studios Perfect for family or small group, Free WiFi, high ceilings and 3 Large flat screen tvs w/ Cable in Every Room, A true Luxury Experience in a Great Location!
## 870 Cosy Guest House/Studio located in a tranquil street of Hollywood Hills, Los Angeles; walking distance to Universal Studios, public transport, 24-hour shops and restaurants.Within the vicinity of Hollywood Sign,Warner Bros & the famous Mulholland Dr.
## 871 Bright airy one bedroom apartment with a double sofa bed, in a small quiet 12 unit complex. Walking distance from Tujunga village and close to Universal Studios / Ventura Blvd. 15 minute drive from Hollywood.
## 872 Centrally located in Studio City. Fully furnished, high ceilings, hardwood floors, separate tub & shower, S. of Ventura blvd walk to shops, restaurants. Huge backyard, DirectTV, wifi, new amenities. Full kitchen, intimate dining room & washer/dryer.
## 873 A beautiful house in the heart of Los Angeles. Close to stores, restaurants, universal studios, hollywood hills, rodeo drive, walking distance from a park. Has a beautiful pool with jacuzzi, fire pit and bbq area.
## 874 My place is located in the beautiful area of Sunland close to transportation, hiking trails, mountains, Los Angeles National Forest, supermarkets, convenience stores, etc. It is quiet here. I am a musician, teacher and entertainer mainly retired however I still love my music. I am laid back, friendly and will treat you with the upmost respect. Close to cities of burbank, north hollywood, los angeles, glendale, sun valley, pasadena, pacoima, sylmar, lake view terrace. Freeway is 3 minutes.
## 875 My estate is close to PCH/the coast (9 miles) and the 101/Woodland Hills (3 miles). You’ll love it because of its beauty, serenity, amenities, luxury, the natural light, positive atmosphere, comfort and coziness. My place is good for couples, solo adventurers, and business travelers. There's a hiking trail within walking distance. You'll get all the natural beauty of Topanga with all the luxury of a 5 star resort.
## 876 My place is close to great views, the airport 20 minutes.. You’ll love my place because of the views, the private entrance from outside into your own room and bath, the ambiance, the location, the outdoors space, very private and clean.. My place is good for couples, solo adventurers, and business travelers. We are having a Beatles Tribute band on our roof deck on Sept. 2, 2017 from 6:30 to 7:30pm. You are welcome to enjoy. We have a noise ordinance in our neighborhood. 1 hour.
## 877 Follow this quiet street (10 min) and find yourself at a boardwalk going from Torrance Beach to Manhattan Beach. Stroll down to the Riviera Village and discover unique shops and restaurants. Head south towards Palos Verdes and you will find more breathtaking views. Come enjoy the simple beach lifestyle!
## 878 Enjoy Ocean Views from your apartment and private patio in the hills above Malibu off Saddle Peak Road in Topanga Canyon. The apartment shares walls with the main house but is fully private. Full bath, laundry facilities, wifi, cable hdtv, land line, kitchenette.
## 879 Private queen bedroom with own full bathroom ; private entrance.
## 880 Studio with the most comfortable bed,beautiful trail to hike and the beach is nearby. Malibu wineries,and amazing restaurants. Small stove,not a full kitchen,birds will wake you up in the morning as well as the sun rising directly into the mountain in front of you.
## 881 Malibu mountain home designed by Lloyd Wright close to legendary Leo Carrillo surfing beach. Midcentury modern design with breathtaking views of state and national parks. Quiet rural setting in Malibu. Hike, swim, relax!
## 882 Free-Standing Octagon House ~ nestled up Decker Canyon in the hills just above Malibu! A peaceful, private retreat space with a large mountain viewing deck. Surrounded by nature, and the birds ~ golden light in the late afternoon plus star-gazing & moon watching at night!
## 883 This lovely spacious suite with private entrance & private bathroom is the ground floor level of the main house on 10 acres on a rural property in the Santa Monica mountains with it's own waterfall & canyon views. Close to horseback riding, the famous backbone trail, hiking & biking, Malibu wine safari, Saddle Rock Garden Dinners, Malibu wines & tasting. Short drive to beaches and Malibu restaurants. A beautiful drive to Pepperdine University activities, Malibu Pier and famous Surfrider beach.
## 884 A relaxing drive from the Coast takes you to this home high in the mountains with a heart-stopping view. From almost everywhere on the property you can see the Pacific Ocean & Mountains. We are very close to Pepperdine University one canyon over.
## 885 Cute and cozy vintage trailer on Great Spirits Ranch. Get back down to the basics and let the stress of the city melt away. We rescue animals and bring autistic kids to interact with our rescues and nature. Every time you stay it's a win-win for all, the help feeds the animals and you have a blast supporting our cause!
## 886 This is a private studio room with bed, kitchen and attached bathroom. It's 1.5 mile from downtown. It's in fully secured area under surveillance of security. You have microwave oven, refrigerator also.
## 887 Chill apartment with comfy beds and private baths. 3 minute walk from USC. Close to Downtown, LA. Perfect for longer stays, or a few days stay. Looking for responsible tenants. -Conner
## 888 About 10 minutes' walk to USC campus and to Ralphs, the largest supermarket nearby. The area is safe since USC guards are on patrol 24 hours. The room is clean and cozy, fully equipped with AC and heater. There are also bathrooms and a huge kitchen
## 889 Stay in my cozy and spacious house conveniently close to all that Los Angeles has to offer! In walking distance to Convention Center, USC, Nature's Brew, supermarkets, and major highways. located in a quiet and safe residential neighborhood.
## 890 This trendy hipster hangout is located on one of Americas most famous boulevards, Sunset Boulevard in Silver Lake, just a stones throw away from Hollywood (1 mile) and Downtown Los Angeles (2.1 miles), California. Staying here puts you at the heart of one of the trendiest spots for nightlife in Southern California. If the palm tree lined streets could talk, they would have stories even Hollywood screen writers could not dream up. We're also located just a mile from Dodger Stadium!
## 891 This Beautiful vine covered bungalow takes you back to old Hollywood... a place you would expect to see Greta Garbo or Clark Gable stepping out of. It truly is a hidden gem.
## 892 Beautiful spanish style Silver Lake 1 Bedroom apartment with high domed ceiling, ornamental fire place, french doors, eat in kitchen, back deck, and tandem driveway parking. A quick walk to Sunset Junction & Echo Park Lake.
## 893 This lovely, bright, one-bedroom apartment with its own entrance has hardwood floors and lots of character. Just steps from Sunset Boulevard, nestled between Silverlake and Los Feliz, it's a remarkably calm and quiet haven in the midst of the city.
## 894 My place is located in Silverlake, walking distance to the Silverlake Resevoir and to many really great food and drinking options, LAMill, L and E, Milk, Yakuza Sushi, The Ramen House, Cowboys and Turbans, I can go on and on. You will not go hungry while visiting. My Partner and I have been AirBnb hosts for 3 years. Our original and very active listing is The Lago. We named our new listing Mas Lago, which simply means More Lago in Spanish. Perfect for Grandparents. Hipsters. Tourists.
## 895 a fantastic neighborhood stylish & happening nightlife nearby silverlake reservoir & dogpark less than a mile away - calm & safe neighborhood - 2 miles from downtown - abundant parking -washer & dryer - front garden - kitchenette - spacious closet enjoy!
## 896 Please note - LA now enforces 17% tax on Air BnB rentals, this addition fee that appears, can be waived on a monthly rental. Contact me to discuss further, and discounts apply!
## 897 Large studio apartment with kitchen, and a California King size bed. French doors lead onto beautiful, outdoor, semi-covered patio. Walking distance to Silver Lake's Sunset Junction. Private parking is available, click 'listing details' for more.
## 898 Beautiful, light-filled, airy, spacious, Silver Lake apartment with private entrance and stunning views. Windows, second-floor for safety, INCREDIBLE location - two walking blocks from the sunset strip in Silver Lake - famous coffee shop Intelligentsia, bars, cafes, shops, and nightlife; equidistant to same attractions in Los Feliz. Near a cute vintage theater.
## 899 Great LA location. Tons of natural light. Great space. Beautiful deck.
## 900 The Cabin is located on a hill with a view. Two sets of french doors and a large barn door that rolls open for maximum light and airflow. Its entirely wood inside with a modern cabin feel. Pitched ceiling, closet, kitchen, full bath (shower), and giant deck. Small but spaciously effective for use and storage. Great for couples, solo adventurers, business travelers, and pets. Walking distance to Sunset Blvd including: Coffee, restaurants, shops, market, bars, liquor store, gas.
## 901 1 block away from Cafecito Organico in Silver Lake, cozy guesthouse with full bathroom within your room & secure entrance. Also complete access to the main house for coffee, snacks, breakfast or a nice chat. We are the most accommodating family, you will want to extend your stay; NO pets allowed.
## 902 Be greeted by my dog and the hippest neighborhood in the USA .Perfect for the single traveler, a bit cramped for 2 but many have done it. Go to some of our clubs hear "the Silver Lake Sound", Moby, Red Hot Chilli Peppers and Beck. Drive around see the Masters of Architecture (Frank LLoyd Wright, Neutra and Shindler). You can walk to the bus. The artsy center is an easy 10 minute stroll. Take a stroll around the Silver Lake ( there is a REAL lake) Meet the "creative community of Los Angeles!.
## 903 Welcome to our cozy 1-bedroom apartment in the heart of Silverlake. This 1920's, New York-style building offers easy access to Hollywood, Downtown Los Angeles, and is located just 2 miles from Dodger Stadium, and walking distance from Sunset Junction.
## 904 All are welcomed to stay at this lovely Home, kitchen with granite countertops, FREE breakfast your first nights, FREE WIFI, nice yard, comfy beds, extra pillows & lots of towels. This beautiful Home Is close to all freeways, LAX, shopping places close by, Disneyland & Knotts in friendly safe neighborhood.
## 905 Designed 1920s California Bungalow in the Heart of Highland Park, a mere half-mile from York Blvd in its charming multitude of shops, restaurants and galleries. Truly a home away from home. Craft delectable meals in your full-service kitchen. Enjoy lunch on your private patio under the grapevines. Relax under a gorgeous canopy of 49 Queen Palm trees. Take a turn on the upright piano. Or step back in time for a cup of tea in the Victorian sitting room.
## 906 This bright home in a peaceful part of Highland Park has a large private back yard with a view of Mount Washington. You can lounge on the deck and watch the humming birds visit the Birds of Paradise, or take a walk and check out the eclectic local spots. It is walking distance from several cute vintage shops, cafes, and the Gold line train to take you downtown. This home is a great place to relax in the sun or explore the east side of LA! It is a 10 minute drive to Echo Park, 15 to Silverlake.
## 907 My place is close to California Science Center, Natural History Museum of Los Angeles County, Downtown Los Angeles, University of Southern California. You’ll love my place because of the kitchen, the comfy bed, the coziness, the light, Large living room area. My place is good for solo adventurers and business travelers.
## 908 Beautiful 4 bedroom Hollywood Hills villa with amazing views. A hot tub and huge patio overlooks all of Los Angeles. Located in one of the best neighborhoods in the hills of Hollywood, Mt. Olympus
## 909 Enjoy a peaceful night in a big house in the classic Hollywood Hills with stunning panoramic views of LA in every room. Access to kitchen, living room, dining room, large deck with bbq and laundry. Close to Hollywood sign and walk of fame. Room comes Tv, desk, walk in closet, bathroom shower and extra large bath tub
## 910 NEW HOUSE, NEW PICTURES AND FURNITURES ARE COMING! Beautiful spacious house with stunning views on one of the best streets in the Hollywood Hills, This 4 bedroom/5 bath has a great layout including a bonus room and office. Fabulous large yard with heated pool, spa, fire pit, and deck.
## 911 Prime Location!! Stunning view property located above the Sunset Strip. Explosive jet liner views to the LA Basin and Pacific Ocean. This impressive home is located in the exclusive Los Angeles area known as "Birds Street." Situated in the luxurious and fashionable Doheny Estates community and surrounded by celebrity neighbors. A true gem of a vacation home in the Hollywood Hills.
## 912 The small studio under our house is simple & cozy. It doubles as our screening room so you can lay back with the door open, watching movies or the birds fluttering outside. In the morning, you can sit out beside the pool for breakfast in the sunshine. It's very quiet. The bed is a sofa-bed and when out, does take up a lot of the room but it's comfortable & can be put away if you need more space. You have your own small kitchen and bathroom with shower.
## 913 ***BRAND NEW LISTING*** Priced low to garner reviews, come live in the Hollywood Hills, only a 5 min drive downhill to the Walk of Fame! Live a glamorous Hollywood Movie Star lifestyle that is hedged and gated for privacy with high ceilings, hardwood floors, great flow from kitchen and dining to a sumptuous formal living room that opens to the family room. All rooms open through french doors to serene and tranquil Asian-inspired patios with fountain, waterfall, sauna & outdoor shower! 3
## 914 My bedroom is in West Hollywood/ Hollywood. Is a very beautiful space, comfortable and charming. Very close to supermarkets and 5 min car from bars and restaurants and in West Hollywood. You’ll love my place because of the ambiance, the neighborhood, and the people. Fo Christmas time the entire apartment in available too! 2 bedroom 2 bathroom! Best location ! walking distance to Runyon Canyon
## 915 Lovely Laurel Canyon home with stunning views. Peace and quiet 10 mins from West Hollywood. Loft bedroom with king size bed, Den with Direct TV, open kitchen, living room and dining room, BBQ, Laundry, and 2 sun decks!
## 916 Come live that LA celebrity lifestyle you've heard about! Our house is perched high in Laurel Canyon, with spectacular views and ample outdoor space to enjoy that SoCal sunshine. When you're ready to head out and explore, we are 5 minutes from the Sunset Strip, Mulholland Drive, the Hollywood Walk of Fame, and more! And with a garage to park your car, all of LA is at your fingertips! Note: This is a 1BR / 1BA, It has an amazing view and is in a shared walkway and has a shared bath.
## 917 3000 sq ft private, airy, light, eco-conscious, wood sided, 1926 and remodelled, spacious flexible Canyon indoor/outdoor 2 story home with 2 yards & deck, reflecting our European artistic roots. 3 car park, gated, secure. Ideal for low-key work creatives, family trips, vacationing couples who want space in a genuine home environment.
## 918 Our cozy home is located within a couple miles of LA's most exciting attractions (2 miles from Runyon Canyon/Hlywood&Highland, >1 mile from Hollywood/Sunset Blvd /West Hollywood). Located right off of Laural Canyon, with plenty of street parking. This place is perfect for your next Los Angeles visit.
## 919 Modern apartments in the center of Hollywood.safety,pool ,gym ,BBQ -roof top , Near Runyon canyon park (just 2 blocks away ) Located close to Hollywood walk of fame,bars ,clubs ,theaters ,cinemas,and Hollywood sign. My place good for couples ,solo adventures Always can help with everything.
## 920 My very cool, and spacious zen like 2bdr is centrally located on a quite st in North Hollywood. 15 mins away from universal studios, & Hollywood & 10min from the north Hollywood's night life. It comfortably holds up to 1-2 guest
## 921 Warm and inviting one bedroom suite private home in the hills of Tarzana. Great for one person or a couple of love birds. The decor feels like you are at the beach. You have wifi, dish tv, refrigerator, toaster oven, coffee/tea/hot water maker. (Totally separate from the main house.)
## 922 Beautiful bedroom and private bath and shower. on a mystical estate, filled with waterfalls, ponds, and beautiful landscape. I have 2 friendly dogs, and a parrot. So must love animals. Clean happy friendly environment.
## 923 Two bedroom, One bath, and Living room with a pull out sofa bed. Home ideal good for couples, solo adventurers, business travelers, and families. This listing is for the front house front area with private entrance which can host up to 6 people, sharing one wall with the rear unit. None of the bedroom share wall with the rear unit so you'll get a very private and quiet sleep.
## 924 我的房源临近公园景色优美。很好的户外空间和氛围,您一定会爱上我的房源。我的房源适合情侣和商务旅行者。
## 925 我们位于temple city !环境舒适优美!主要干净!赫赫和月儿给您预备一个加湿器!刚来南加州会觉得十分干燥,有了它让你更快适应南加州气候…有独立卫生间…
## 926 我的房源适合情侣、独自旅行的冒险家、商务旅行者。
## 927 我的房源适合情侣、独自旅行的冒险家、商务旅行者、有小孩的家庭、大型团体. If your group contains more than 3 members , then every additional member must pay 10 every day.
## 928 Bathroom is outside the bedroom but not shared, nearby supermarkets, restaurants, schools. one floor single house, 8 fruit trees between front yard and back yard.
## 929
## 930 Comfy and peaceful guest room in 3/2 condo in 4-unit building. On the border of the NOHO Arts District & Toluca Lake. 1 mi to Metro, 2 mi to Universal Studios. Queen bed and desk in room, plus access to Wifi, Kitchen, W/D, DirectTV, Sonos and more!
## 931 Private Guest House in Toluca Woods/NoHo Arts District. Brand-new studio in beautiful landscaped backyard of main house. Comfortably sleeps 2 people. Centrally located on tree-lined street minutes from major LA attractions (Universal Studios, Warner Bros., and Hollywood). Walkable to Metro station, bars, and restaurants.
## 932 My place is close to Topanga Beach, Mastro's Ocean Club - Malibu, and Reel Inn Restaurant. This a great place for couples and solo adventurers.
## 933 Leave your world behind when you retreat to this magical bungalow in the canyon, just up the hill from the famous Topanga Beach. It's time to relax and take in the sounds of nature, while enjoying the cool canyon breeze under the beauty of the oak trees. This is a private home with complete amenities, not a guest house.
## 934 Adorable, intimate, cottage built in 1930 with uber-romantic tower bedroom to die for, full kitchen, two bathrooms, and wifi. Located in the heart of Topanga, the legendary hippy citadel of love, and surrounded by 243 square miles of the breathtaking Santa Monica Mountains, world's largest urban park. Sleeps 3 with a queen in the tower and a daybed downstairs. Huge 2 person tub, wifi, yard, three fountains, lush landscaping, birds and butterflies. Sorry, not suitable for parties or pets.
## 935 Spacious, comfortable and newly remodeled suite.
## 936 Retreat Sanctuary on lush mature landscapes, surrounded by fountains & waterfalls, adjacent to over 40 acres of Mountain Conservation Land. Bright & spacious interior ideal for Yoga Dance movement workshops or other events.
## 937 Beautiful Villa in Topanga Canyon with a private entrance to the room. There is a Gazebo on the hill to enjoy the city lights at night. Enjoy the pool and Jacuzzi. Close to restaurants,shopping, the beach, and great views. You’ll enjoy the bright open airy feel, the comfy bed & Large Screen TV My place is inviting for those wanting to get away and reconnect in nature while close to urban life! We are shy on reviews as one of our 1st ABnA guest decided to move in and as of May they bought a home
## 938 Our listing offers a very unique experience in Los Angeles! This room is located in our bohemian garden area behind the main house. This area is a cozy little community of all our outdoor cabins. The room includes a small double size spring bed, capable of fitting two people snugly. You will be given a key and padlock for the room. There is no air conditioning in our outdoor cabins, but thanks to LA weather, the room doesn't get too hot or too cold most of the year. Include WiFi and outlets.
## 939 The house is located in a quiet neighborhood right next to Valley college 2 miles from Studio City and Universal Studios 10 minutes from Hollywood and 20 minutes from downtown LA remodeled kitchen and bathroom with a large yard and swimming pool, Plenty of street parking and room for two or three cars in the driveway......
## 940 Welcome to our guest house! Private entrance, kitchenette, private bathroom, beautiful back yard with patio and everything you might need! It’s private and quiet--but we are just around the corner in the main house. It's a 10 minute drive to Harry Potter land at Universal studios!
## 941 Beautiful PARTIAL 2 bedrooms with full bathroom shower/tub combination that could accommodate up to 5 persons. Room (A) has a Queen size bed, Room (B) has two twins beds. Living room has a leather sectional and a rollaway bed. House has hardwood floors in the bedrooms and tile in the bathroom and kitchen
## 942 Comfortable king size bed in a sunny room with private bathroom and shower, large wardrobe. Great place to relax, or long-term stay. Lovely house in a quiet area in the territory of a swimming pool, patio (you can do BBQ).
## 943 My place is close to North Hollywood Art District, Downtown, Santa Monica. You’ll love my place because of the location and the people. My place is good for couples, solo adventurers, and business travelers.
## 944 Hello, my roommate asked me to rent out his twin size bed while he went away to Houston for a week. This is a townhouse with 2 other bedrooms. You have access to this room and bath. You also have access to the kitchen, living room, and Internet.
## 945
## 946 Comfortable private room and private bath in luxury house a short walk to the beach. Quiet upscale neighborhood. Nearby great restaurants, Venice Beach, Marina, only 10 minutes drive to LAX. Free street parking Shared kitchen for fridge and microwave and toaster.
## 947 129 MAY SPECIAL. VALID UNTIL MAY 12th ONLY. New Modern 1-bedroom, 1-bathroom guest bungalow in Venice. Private entrance & parking space. Great indoor/outdoor living in a superb location 1 block from Rose Ave, the new “place to shop, eat and have fun” in Venice. Includes all utilities/WiFi, parking. Close to Groundwork Coffee Co, La Cabana, Whole Foods, Pono Burger, Flake. You’ll love the location and ambiance! Perfect for couples, solo adventurers and business travelers
## 948 The Venice Canal house bridges the best of both worlds. Beautiful beach lifestyle with surfing, biking, and Venice Beach just steps away + the cool chic shopping and dining of Abbot Kinney. The canals are one of the most scenic spots in all of LA!
## 949 2 Houses right next to each other, 1/2 a Block from the Venice Beach Boardwalk. These 2 houses are back to back. 4 Total Bedrooms, 2 Bathrooms, 11 Beds, 2 Kitchens, 8 Bikes, 2 Surfboards, Tennis Rackets. Frisbees, Beach Towels, Sun screen, etc. You will Love the experience....
## 950 Location, location, location! On the border of Venice and Santa Monica, experience the best of the Westside within walking distance... the beach, popular bars, restaurants & shops, Venice boardwalk, Santa Monica pier, and much more!
## 951 Art meets sustainability in a sleek beach home designed by R&D Architects of Venice. Platinum Green Rated Smart Home with sleek yet cozy interiors by famed British designer Richard Gauntlett, perfect for large families
## 952 My place is close to Hotel Erwin, Venice Beach, Sanata Monica Beach, Marina Del Rey, Scopa Italian Roots, Hama Sushi, French Market Cafe, and AMC Dine-In Theatres Marina 6. You’ll love my place because of the ambiance, the outdoors space, the neighborhood, the light, and the comfy bed. My place is good for solo adventurers and business travelers.
## 953 My place is close to Abbot Kinney Blvd, Lemonade, Tasting Kitchen, Gjelina, Zinque, Venice Beach, Santa Monica, Marina del rey, mar vista. You’ll love my place because of the coziness and the location. My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets).
## 954
## 955 -*-
## 956 Comfy & Clean apartment, with brand new furniture, perfectly located between Marina del Rey and Venice Beach, right across from the beach. Explore Venice like a local: the circus-Ocean Front Walk, performers, artists, Muscle Beach, outdoor basketball courts, bike trails and vendors. The neighborhood is very lively and walkable. Restaurants, stores, Venice Beach, Santa Monica Pier, Third street promenade, Main street Santa Monica, Pacific ave, Venice canals, and Abbot Kinney are right here.
## 957 Spacious happy summer house:mid century designer furniture, art everywhere, full of sunlight, plenty of storage, wooden floors, new kitchen, two gardens, outdoor dining area, two large TVs with netflix, new bedlinnen and towels. Bikes to borrow - close to everyting that Venice offers: beach, street life, restaurants, coffee shops, yoga, abbott kinney, rose av, whole foods. Its on a quiet streetbut super close close to all the hip of the hood.
## 958 This is an authentic Venice cottage which has been lovingly preserved. We are located directly behind Abbott Kinney on a quiet and beautiful residential street. Our home is cozy and peaceful yet a short stroll from all the activity that Venice has to offer. The home is good for couples, solo adventurers, and business travelers. It's half a mile to the beach and the famed boardwalk!
## 959 This is a private bedroom with private bathroom in a high ceiling spacious apartment. GREAT location, 1 block to beach, overlooking the Venice Canals (with ducks!) thus quiet at night; walk to shops/restaurants, safe, pretty, convenient. Loft is available as a 2nd queen bed for additional cost.
## 960 This newly remodeled and furnished two bedroom house fits 4-6 people comfortably. Located on a nice residential street, just outside the iconic Venice canals! Guests can take a short walk to Venice Beach and to Abbot Kinney - full of restaurants, boutiques, and art, farmers market, the library, bike rentals, and the ocean, this home is a perfect oasis , and vacation spot for any age!
## 961 My place is close to Abbott Kinney, Venice Beach, Superba Food & Bread, Gjusta, Paco's Tacos, Pitfire Artisan Pizza. My place is good for couples, solo adventurers, and business travelers.
## 962 Walking distance to many of the best restaurants, bars, and shops in Venice, including Abbot Kinney. This quiet, bright studio comes equipped with a full bathroom, a Kitchenette and beach cruisers. Enjoy the beautiful backyard and fire pit.
## 963 - Great location, short walk to Venice Beach, Abbot Kinney boutiques & restaurants, Venice Canals & Marina Del Rey - Newly built 4 bedroom, 3 bath home on residential street - Comfortably sleeps 8 - Great backyard w/hot tub, deck, fire pit & grill
## 964 This apartment is perfectly situated in the center of Venice Ca. It's located on a quiet residential street just 1 1/2 blocks from the happening Abbott Kinney. Within just a few minutes (on foot) you will be surrounded by the best shopping and dining in the area. You will also be just a 12 min walk (less than a mile) from the famous Venice Boardwalk where you can site see, dine, swim, relax on the beach, people watch, whatever you want! My place is good for everyone and anyone :)
## 965 Welcome! We're looking forward to hosting you in our beautiful home. Enjoy yourself in warm & sunny Los Angeles. The ocean calls your name with a short 15 minute bike ride. LAX is a 20 minute drive away. Centrally located to the 10 & 405 freeway.
## 966 WELCOME: Life's a Beach-JOIN US. CENTER OF VENICE BEACH! ALL–YOU–CAN–EAT BREAKFAST! Relax in room with internet & wi-fi. ALL ROOMS EN SUITE. Enjoy the company of fellow travelers from all over. WOMEN-ONLY & MIXED ROOMS. Let us know: # of women/men.
## 967 Beautiful boho room with lots of natural light, large closet, and mirrors in a high vibe bungalow with a full yard and fire pit right of famous Abbot Kinney Blvd. This is Venice!
## 968 Located 1 and half blocks to the beach and 2 blocks to all the nice restaurants and shops that are along Washington Blvd. at the border of Venice Beach. Walk or bike everywhere! An easy drive to many Southern California destinations.
## 969 Warm and pleasant private bedroom that comfortably fits two. Only blocks from the beach and local hot spots such as Abbott Kinney and Main Street with tons of shopping and food. Apartment is centrally located to surrounding cities! Great place!
## 970 Conveniently located two blocks from the beach and two blocks from Abbot Kinney blvd. shops, restaurants and bars. This cozy studio apartment is furnished with handmade furniture and lighting, a surfboard, wet suit, two skate boards and two bikes to ensure you have everything you need for an authentic Venice Beach experience
## 971 Private cozy bedroom and extended front room, including beautiful & private backyard patio; full kitchen & bathroom amenities, secure building. Small dogs welcomed. 420 Friendly. Ocean view from front of apartment!
## 972 Ocean view. Very convenient location. Very peaceful. Parking. Hiking. Close to Venice and santa monica.
## 973 3 min to ocean,Walking distance to kosher market, restaurants, theaters, and coffeeshops. 2 minutes to the beach. 2 Private rooms. 3 Super comfortable queen sized beds Parking 20 per night
## 974
## 975 Quintessential So Cal duplex, 4 blocks from Venice Beach. Steps away from the culinary delights on Rose street, the shops on Main Street, famous Venice Boardwalk, Santa Monica Pier, and trendy Abbot Kinney. All that and views of the mountains and downtown!
## 976 Our 1 bedroom /1 bath Venice Beach bungalow is cozy, clean and private. It offers lots of outdoor space including a comfy seating area, outside table and barbecue. The Bungalow is walking distance to fabulous shops and restaurants on Abbot Kinney, Rose Ave & Main Street, and a less than ten minute walk/5 minute bike ride to the beach (Bikes provided).
## 977 This classic Venice Beach house is on the famed Venice Walking Streets. Relax and get your beach on just 100 yards to the sand! Don't be fooled by the many Venice homes that claim to be close to the water.
## 978 Stunning architecture & minimalist environment w/ rooftop view of the Venice Canals /2 blks to sand. Hip, contemporary tri-level w/ open floor plan, 14' ceilings, & lush private outdoor space. Walk to Abbott Kinney or the Venice Boardwalk in 5 min.
## 979 You’ll love my place because of the ambiance, the outdoors space, the neighborhood, the light, and the comfy bed. My place is good for solo adventurers and business travelers.
## 980 Unique, rustic, space in lovely Venice neighborhood. Vine covered interior walls/ceiling as well as in open, outdoor shower. Painted plywood floors enhance this cozy back cottage which includes full size fridge, cooktop, queen bed and outdoor patio. PLEASE.... MAKE SURE TO FILL OUT YOUR BIO ON THE SITE AND TELL ME ABOUT YOURSELF. Its very difficult to rent to guests that are not willing to post the info on the site. PS the only time you BIO is seen, is when you request to book from a host.
## 981 An adorable one-bedroom in Venice four blocks from the beach. One block from Rose and halfway between Abbot Kinney and Main Street in Santa Monica. Kitchen, bathroom, bedroom, and living room.
## 982 Specious, newly renovated studio, 1 block from Venice Beach. Everything is new and modern, with a funky Venice Beach feel. Jacuzzi tub, washer/dryer hardwood floors, steps from stores, bars, restaurants, public transportation, Venice Beach Landmarks Free Parking!!!
## 983 Super cute, and spacious studio in the heart of Venice Beach California. Located walking distance from the very popular Abbot Kinney, and Rose Ave - where you can find amazing restaurants, fun bars, and lots of shopping.
## 984 Spacious private charming guest room with private bath and closet. This is a private guest room with its own entrance overlooking the courtyard of a Bungalow house. You are steps away from Abbot Kinney Blvd…hippest street in Los Angeles. Located in the heart of Venice; walking distance to the beach, coffee houses, restaurants, amazing shopping and yoga studios. One car parking is also available upon request. There's free wifi in many of the coffee shops and restaurants nearby.
## 985
## 986 Beautiful clean space with your private full bathroom. Very conveniently located, near Abbott Kinney, Venice Beach, great restos, The RITZ, etc...has a great outdoor pool and tennis court. Nice balcony to sit out and watch hummingbirds float around.
## 987 Best. Place. Ever!!!! FREE BIKES! FREE BREAKFAST! HUGE house located right on "the trendiest street in America", Abbot Kinney! Our house is only a short walking distance to Venice Beach, Venice Canals, and Marina Del Ray. Our house offers amazing views, magical gardens, and great times with other guests!!
## 988 This is a fantastic house in Venice, 1 block south of the canals, four blocks to the beach and all the great restaurants and bars near the Venice pier. Walking distance to Abbot Kinney and a short drive to Santa Monica. This is a fantastic location.
## 989 Located in the famous Spence Manor, overlooking music row, stay in a unique and spacious 1 br condo with a great history! Walkable to everything Nashville has to offer, this is the best location in the city.
## 990 This beautiful apartment in Nashville in an incredible downtown location, within walking distance to many great attractions. This unit has 1 Bedroom, 1 Bathroom, Washer and Dryer, free Wifi and Sleeps up to 4.
## 991 1bed 1bath private suite is like a luxury hotel room on the riverfront 30 feet from Honky Tonk Row. Walk to everything dozens of live music, restaurants shops & attractions. Need more space rent more units on this floor. Best locale in Nashville!!!!
## 992 Our property is located on Middleton Street, right along the Cumberland River in the SoBro neighborhood. This unit features 2 Bedrooms, 2 Bathrooms, Washer/Dryer, Internet, and Sleeps 5.
## 993 2200 sqft home in heart of Nashville's Germantown neighborhood. Walk to restaurants, 1 mile from Downtown. 3BR, 2.5 bath, 1 K, 2 Q, 1 full sleeper, 2 queen murphy beds 2 queen air mattresses) rooftop patio with fireplace and Downtown view!
## 994 It is located at the intersection of Church St. and 11th Ave in the trendy Gulch neighborhood. The building has a Pool, Hot Tub, Grilling Area & Gym. This beautiful unit has 2 Bedrooms, 2 Bathrooms, Washer/Dryer, free Wifi & Sleeps up to 5.
## 995 BRAND NEW! Luxe home in PRIME LOCATION w/ Rooftop Deck! #4 of 6 homes TOGETHER!! Comfortably Sleeps 12 in 4 Magnificent Bedrooms (2K/4Q). Unbeatable location, only a 5 minute Uber ride to the Midtown hot spots or Broadway Honky Tonks! West End Dream!
## 996 Located minutes from Downtown, Music Row, Vanderbilt and Belmont University, and the medical hub of the city. This 950 sq ft 2-story loft offers unique features including an exposed 30-foot ceiling, concrete walls, home theatre projector, and clean contemporary furnishings that lend it a sophisticated urban vibe. It easily accommodates up to 7 guests, with a queen bed, queen sleeper sofa, queen murphy bed and an inflatable twin mattress, yet is equally comfortable for just a single guest.
## 997 Located in the "Enchanted Hills" of Nashville. Minutes from downtown Nashville, 15 minutes to Opryland Resort, 10 minutes to Fontanel Amphitheater, 15 minutes to all major attractions. 3 spacious bedrooms, 2 full baths. Spacious Eating Area, Two Living Areas. Plenty of Parking. Quiet Peaceful Neighborhood. Easy access to all majors interstates. Large Yard that Backs Up To Wooded Area. Watch nature from the backyard - deer, turkey and more!
## 998 A charming 1930's craftsman house in East Nashville within walking distance to the city's best restaurants, coffee shops and music venues. A short drive or uber ride away is Titan stadium (2.5 miles) and Broadway (3.5 miles).
## 999 Less Than 5 minute Uber/Lyft to Downtown. Surrounded By Amazing Local Restaurants And Venues. Beautiful Furniture With A South Of The Border Feel. Stearns & Foster King Mattress Sleek Kitchen Stocked For A Chef Conveniently Located Near The Convention Center & Bridgestone Arena. Close Proximity To Many City Hot Spots! Barista Parlor - Ascend Amphitheater - Butcher & Bee - Nashville Symphony - Pharmacy Burger - Edley's BBQ - Wild Cow (For our vegan friends!) - Much More! ALL TAXES ARE INCLUDED IN THE RENTAL PRICING
## 1000 Our beautiful cottage is a true Nashville home! Located in the heart of Nashville's hippest neighborhood! Walking distance to amazing coffee shops, restaurants, and bars..not to mention only 2.4 miles from honky tonks downtown! You'll love it here!
## 1001 Private suite (1BR+LR w/sofa bed) in 1920s bungalow in East Nashville’s Lockeland Springs with modern decor, interesting art and tons of amenities. Complimentary wine, beer, coffee and snacks. Minutes to shops, coffee, restaurants, Shelby Park and a chocolate factory within walking distance! Five-minute Uber/Lyft ride to Titans; ten-minute ride to downtown. Business travelers welcome. Open to everyone!
## 1002 This home, built in 1901 has all of the "Nashville" that you are looking for. 3 bedrooms, living space, office, great back yard and front porch. Walking distance to coffee, great restaurants, and more. Less than 2 miles from downtown (5 uber ride).
## 1003 Experience the charm of East Nashville in our beautiful 2 bedroom house. 3 blocks from gorgeous Shelby Park, coffee shops, and even a local chocolate factory! 10 minute walk from 5 Points dining and bars and a short 7 minute ride downtown.
## 1004 Located at the heart of East Nashville, our 4 bed, 2 bath home is 5 minutes from downtown and walking distance to some of Nashville's finest restaurants, eateries & coffee shops, no need to rent a car; you'll feel right at home in our neighborhood!
## 1005 Welcome to our fully renovated Victorian in the heart of East Nashville's 5-points. You'll have your own bedroom and bathroom retreat. Some of the city's best restaurants, bars, and shops are within walking distance. Check us out on Instagram: eastscapeairbnb.
## 1006 In the heart of East Nashville ... where the soon to be famous musicians live.
## 1007 You will love staying in this awesome house in East Nashville. Walk to all the shops in Five Points, Fatherland Street and Shelby Park or take the five minute Uber/Lyft ride Downtown. There is no better location to explore Nashville.
## 1008 Historic East Nashville neighborhood in walking distance to 5 Points and downtown. Full kitchen, hardwood floors, queen and king-sized beds. Loft is located in the backyard garden of a historic, Victorian home.
## 1009 Entire family home in hip-historic Lockeland Springs - East Nashville. 3 queen beds & bunk beds = 5 beds! Hardwood Floors, Full Kitchen, Back Deck, Front Porch, Wash/Dryer, Internet. Book with "La Casita" = 4 Queens & 4 twins = 8 beds!
## 1010 Steps from everything! You won't even need a car when you stay here. TPAC, Ryman, Honky Tonks, Titans stadium, Bridgestone arena is all a short walk. This building can be rented in its entirety - boasting 6 BR, 5 baths. The largest in the downtown area.
## 1011 1 block to food, shops, & bars 6 blocks to St Charles streetcar 1.5 miles to French Qtr .5 mile to WalMart This listing price is for the upstairs only: 2 kings, 1 full, 4 twins, 1 sleeper sofa, 1 folding sofa, 3 full bathrooms, kitchen, balcony, backyard, front courtyard. 10 max occupancy. Downstairs available: 3 bedrooms, 2 full bathrooms, 2 queens, 1 full, 2 twins, kitchen, living, laundry. 8 max occupancy. **Please message for a quote if you are looking to book the entire house.**
## 1012 Modern 1800 Sq Ft w/ ceramic tile, hardwood floors, carpeted living areas and BRs, off street parking. All new interior after Katrina. Granite counters, new appliances. Upstairs front and rear balconies. Cold AC. 60" & 48" flatscreens w/ Directv & high speed wifi. Safest neighborhood in N.O. Central location 12 mins to downtown or airport. 5 mins to lakefront, shopping and restaurants.
## 1013 Come stay in a brand new renovation completed in Jan. 2016. Chic and relaxing, we provide everything a traveler needs. Minutes from Tulane/Loyola Universities and just a couple miles from the FQ, Downtown NOLA, and Central Business District.
## 1014 Our apartment is close to Oak St, St Charles Streetcar ( 9 blocks). You’ll love the place because of the coziness, the comfy bed and parking. Our apartment is good for couples, solo adventurers, and business travelers. Maximum 2 guests - it's only 500 sq ft .
## 1015 My 9-year old daughter and I look forward to welcoming all types of people to a serene and cozy guest suite within our home. It is completely private, with a separate entrance. The suite consists of a sitting room, equipped with mini fridge, microwave, coffeemaker, and TV; a full bathroom with towels, shampoo and clawfoot tub; and lovely bedroom with a comfy king-size bed. Also available are hairdryer and iron. Private parking upon request! 3 blks to streetcar; 2 blks to historic Oak St!
## 1016 My place is situated along the Magazine Street shopping corridor and in the Lower Garden District residential neighborhood. Guided/self guided walking tours in close proximity. It is centrally located to most sites in the city accessible by car and in walking or lose driving proximity to many. My place is ideal for couples or small family groups.
## 1017 Stunning luxury loft renovation of a grand Victorian Mansion from the late 1800′s. Located in the Lower Garden District. Modern yet classic design, with superior details.
## 1018 This 1850’s Garden District Carriage House was meticulously renovated to become a luxurious, comfortable and private space to retreat from the vibrant attractions of New Orleans. On the border between the Garden and Lower Garden Districts and between the St. Charles Av streetcar line and the trendy shopping/dining on Magazine street; this location and the neighboring Buckner Mansion (built 1856) were both heavily featured in the 2013 season of American Horror Story: Coven.
## 1019 Immerse yourself in the colorful past of the Big Easy with this newly-renovated 2-bedroom, 1-bath vacation rental apartment which sleeps 4. Nestled in the heart of the historic Faubourg Marigny, this stunning unit places you within blocks of Frenchman Street and the French Quarter for the ultimate New Orleans experience!
## 1020 The III Muse is good for couples, solo adventurers, business travelers, families (with kids), & groups of five or less. A fabulous renovation in the Lower Garden district with gleaming wood floors, quartz countertops, new kitchen, baths, LED lights, security cameras. Property features two queen beds and a sleeper sofa. Close to the CBD WWII Museum, streetcar and many fabulous dining &hopping options. You can walk to the Convention Center in 10 mins. Walkscore of 93.
## 1021 Beautiful, centrally located classic New Orleans home. Fully furnished & extremely close to WW2 Museum, CBD, French Quarter, Garden District, Interstate, along bus route, blocks from street car. Very clean, smoke and pet free home.
## 1022 This Condo is in a perfect location to explore the City of New Orleans. It is a hidden gem within thirteen minutes of the Famous French Quarter and Bourbon Street
## 1023 The apartment boast two bedrooms, one bathroom and includes a large living room for entertaining or just kicking back and relaxing. Kitchenette included. Located next to all that the LGD has to offer - restaurants, bars and public transportation.
## 1024 The Townhouse. Once, a Jazz Age Speakeasy hidden in an 1850's home on Magazine Street. Built in the Lower Garden District in the time of Mark Twain and riverboats, later pouring Gin while Louis Armstrong was king. Today, a luxury New Orleans pied-à-terre. Original architectural decadence paired with modern style, high ceiling and grand scale. Private walled courtyard. Walk to famous Restaurants, Boutiques, Bars and Streetcar. French Quarter, Convention Center, WWII Museum just down the street.
## 1025 Great space! Queen bed, private bath. coffee and microwave. Close to the Quarter, blocks from the Jazz on Frenchman Street. Show bar below. Coffee house on site. Neighborhood atmosphere.
## 1026 Explore Nashville and stay in one of the hottest areas of town E. Nashville-Inglewood and see what everyone is talking about! You will be minutes from downtown and will enjoy this stone cottage recently renovated in this up 'n coming neighborhood.
## 1027 This cozy guest room is ideal for two people. We are a few miles away from The Woods Amphitheater, Robert's, and The 5 Spot. If you're a tourist or looking to move to Nashville, this is cheap, clean, and convenient.
## 1028 Offering a guest-villa that is a part of our mansion that sits on 10 acres of land. You have your own private entry-way through a beautiful sun-room and grand front entry way.
## 1029 The Red Guitar Inn is fully furnished, totally equipped, well appointed and comfortable with a chalet-like interior. Whether relaxing, working or just enjoying the city, this lovely hideaway is certain to meet all of your travel needs.
## 1030 Our house is less than 1 mile from coveted 12th South Neighborhood and Belmont Boulevard. Walk to our favorite local coffee shop 8th and Roast on your way to work or to see the city. Local bars and farm-to-table restaurants just a few blocks away.
## 1031 1750 square-foot, 2 story home 1.5 miles from downtown Nashville. Has a king bed, 1 queen, 3 twins, 2 sectionals and large yard. Right off of Wedgewood and is perfect for entertaining. Could fit up to 10-12 if people want to sleep on couches.
## 1032 In the Berry Hill New Music Row section of Nashville, a tribute to Jimi Hendrix, located just one half mile from an array of world class renown recording studios, and 2.5 miles from Broadway. The house sports a pre-production rehearsal and stage area with a full back line, Mackie PA system. Free off-street parking :-). Private entrance.
## 1033 This house is situated in the hip neighborhood of 12 South. Just next to Music Row, Belmont, and Vandy. You are only one mile to downtown, midtown, etc. - the perfect location!
## 1034 The Harmony House is located in Berry Hill (2.5 miles from downtown Nashville). The private room is in a newly renovated master bedroom suite w/ private bathroom, washer/dryer, hot tub, & second floor balcony. Guests also have access to modern, high-end kitchen.
## 1035 Cozy and convenient bungalow located in the heart of one of Nashville's best neighborhoods in the 12th South District.
## 1036 The quiet inside will fool you but step out and about 50 steps you'll be ON 12th ave s. Walkable to great restaurants, ice cream, coffee, and shopping. Uber usually waiting close by. 10 min. to downtown, 20 to ️
## 1037 BRAND NEW! Luxe home in PRIME LOCATION w/ Rooftop Deck! #5 of 6 homes TOGETHER!! Comfortably Sleeps 12 in 4 Magnificent Bedrooms (3K/3Q). Unbeatable location, only a 5 minute Uber ride to the Midtown hot spots or Broadway Honky Tonks! West End Dream!
## 1038 This home is an excellent space for groups seeking a true authentic New Orleans experience. Its central location has everything one desires when visiting a new city. Cafes and shops withing walking distance, City Park just around the corner (great for those of you in town for Jazz Fest and other festivals!), plenty of bars and restaurants nearby (it's New Orleans, after all) and still just a five minute ride from Bourbon St. and the French Quarter, Marigny, Superdome, CBD, and Bywater.
## 1039 A detached private cottage just across Gentilly Blvd. from the Fair Grounds! Furnished with a queen bed, a tv with cable, all linens & dishes, complete kitchen, shower, closet and bistro table. Lush courtyard and patio with table and chairs. I am very flexible regarding Check in & out times (unless I have someone leaving/arriving the same day). Just message me and we will arrange a convenient check in. *PLEASE SEE MY OTHER LISTING "LUXURIOUS KING SUITE"
## 1040 Cozy, private 1 bedroom apartment, right on beautiful Bayou St. John & City Park, and right around the corner from Jazz Fest (10 min walk)! Best neighborhood. 3 night minimum. NOTE: Rental price is increased during Jazz Fest.
## 1041 This 450 sq foot private studio in a 90 year old Victorian house features courtyard access & is located in a beautiful residential area. Just a short walk to bars, restaurants, Jazz Fest, City Park, NOMA and Morning Call. Less than 2 miles from the French Quarter and Whole Foods. A 10 minute drive to the Superdome, CBD, the Marigny, Frenchman & Bywater neighborhoods. Off street parking and the use of a washer and dryer are included. Local dark roast coffee, snacks to welcome you...
## 1042 Enjoy your New Orleans experience in a castle like setting. Original hardwood floors, 1 double pull out couch in one bedroom/lounge room and another single bed in a separate bedroom. Couch in living room could sleep another person. Fabulous New Orleans decor with new kitchen, tea and coffee for our enjoyment. Only 10 minutes (barely) to Jazzfest!
## 1043 The romantic and charming room has a king bed with with private bathroom (shower and bathtub). 15 minute drive from French Quarter in quiet residential neighborhood only 2 miles from Lake Ponchatrain. Private off-street parking. No TV in room.
## 1044 Stay in New Orleans in style! This spacious 3-bedroom / 2-bathroom home in the Gentilly neighborhood is about a 10-15 minute drive to the French Quarter. It's close enough to all the vibrant happenings in NOLA but far enough to get some quiet time and relaxation. There's also ample parking around the house and safe to park.
## 1045 Sleeps 4. Master Bedroom queen bed, 2nd bedroom trundle daybed, living room, kitchen with breakfast bar, bathroom, alarm system, large yard. Centrally located on bus line in nice neighborhood. 5 minutes from French Quarters, Lake Pontchartrain, Fair Grounds, City Park, Restaurants and shopping. 10 minutes from Downtown, Hospital and New Orleans East. No Smoking in house. Minimum booking is 2 nights.
## 1046 Bedroom is Purple. Handmade art on walls and books on any subject from Magic to Mystery, Yoga & Nutrition to History. An extensive Jazz CD Collection, a Bose in The Library and a welcoming kitchen. 10 minutes to French Quarter.
## 1047 This historic Irish Channel private apartment is two blocks from magazine street, and walk-able to restaurants, bars, cemeteries, shops, the bus stop, & streetcar line. 12 foot ceilings make the apartment feel much larger and roomier. Street parking at the house that is usually never hard to come by. We have a 2 year old and an under 1 year old. There is a shared wall so you might hear the occasional pitter patter of them running or a tantrum but are normally very good kids.
## 1048 Two back rooms in an uptown shotgun with a queen bed and futon. Large back yard, blocks from Tipitinas, Rouses and Magazine street. Pet friendly, rooms have access to kitchen, bath, and washing machine with separate entrance at the back at house.
## 1049 Ideal for couples, families/friends. Max 4 people. My cozy apartment is in the historic Irish Channel neighborhood. The one bedroom apartment has a private entrance, porch, and one bathroom. There is wifi, internet connected TV in the living room and central air and heat. If you want to experience New Orleans like a local, this is your place!! I am one block to Magazine st where you can easily access all the action of New Orleans.
## 1050 Charming ½ Double in the Irish Channel, one block from the Garden District. It comfortably sleeps four with two bedrooms, one bath, den with Basic Cable TV and WiFi and a fully equipped kitchen: refrigerator, stove, washer/dryer, microwave and coffee maker. Other benefits include: •\tOne block from Magazine St. •\tTwo block from the Magazine St. Bus that will take you to: o\tFrench Quarter o\tWorld War II Museum o\tAquarium o\tAudubon Zoo o\tAudubon Park o\tTulane and Loyola Universities
## 1051 This beautiful historic apartment is nestled in New Orleans Irish Channel neighborhood. It has tall ceiling, large rooms, and has two quiet bedrooms and a pull out sofa. This apartment is walking distance to shopping on famed Magazine st., the St Charles street car, the convention center, and is just 10 minutes away from the French Quarter. This fully furnished and well appointed apartment can sleep 5 people comfortably and would be wonderful for a family or a couple wanting their own space.
## 1052 Pet friendly and adorable 2 bedroom/ 2 bath flat in the Lower Garden District/ Irish Channel has everything you need and you can bring your furry friend too! Just a short 5 blocks to the hip and bustling Magazine Street, which has tons of the restaurants, bars and shopping for your enjoyment. The Rum House, Tracy's and the Bulldog are all favorite spots to grab a bite and a cocktail, Or relax and pamper yourself at Belladonna Day Spa. There are numerous Doggie Spas near by too!
## 1053 Relax during your Uptown New Orleans stay in this historic Irish Channel single-family home with two private bedrooms fully renovated in 2014. Five blocks from Magazine St., 10 minutes from Superdome, French Quarter and Downtown attractions. Classic front porch and New Orleans courtyard.
## 1054 My place is close to Street Car Line, Bus Stop, Historic Cemeteries, Botanical Garden, PJ's Coffee, New Orleans Museum of Art Sculpture Garden, Carousel Gardens Amusement Park, Putt-Putt Golf course, Disc Golf course, and Wheel Fun {paddle-boat,kayak and bicycle} Rentals. You’ll love my place because of the location, the high ceilings, the views, lots of open space outside {yard and neutral ground}. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 1055 Cozy 2 bedroom home in Lakeview, New Orleans' safest neighborhood. This house was updated in 2007 and is in walking distance to restaurants, grocery stores, bars, and New Orleans City Park.
## 1056 Come stay in our cozy Lakeview cottage - safest neighborhood in NOLA! Comfy with LOTS of amenities, located just 5 miles from FQ and downtown. Within walking/biking distance of beautiful City Park and the New Orleans Museum of Art. Stay with locals! If this is your first Airbnb stay us the following code to get a 40 credit for your next airbnb booking! www.airbnb.com/c/audreyj96
## 1057 This meticulously renovated unit features 2 bedrooms and 2.5 baths. Stainless steel appliances. Quartz counter tops. This beautiful space also features a balcony. Central AC. Washer/Dyer in unit.
## 1058 Located in the Irish Channel, this apartment is on the second floor. There is a large yard where guests are welcome. We have a couple of dogs that like to greet people. Contact person: Indira, takes care of all reservations and assists hosts. This is for an entire apartment (accommodates 4 people comfortably) with a living rm/bedrm with a queen size bed and a sofa, small kitchen, bedroom, and bath.
## 1059 Our historic 1855 shotgun house in the Irish Channel/L. Garden District is across the street from the Mississippi River. Our gated courtyard comes with off-street parking, pool, tennis court, & attractive patio and lawn - all only 10 minutes drive from the French Quarter! *Please note while the property is private and gated there may be construction workers next door or on the property for maintenance purposes. Thank you!*
## 1060 A conveniently located 700-sqft one-bedroom apartment 3 blocks riverside of Magazine Street and Jackson Avenue with separate entrance. Half of a historic shotgun double located in the Lower Garden District on the edge of the Irish Channel. The apartment has an eat-in kitchen, living room, basic TV, WiFi internet, shower/tub, dishwasher, w/d, coffee maker, porch, 12ft ceilings, central AC/heat and ample closet space. IF YOU PLAN TO STAY LONGER THAN A WEEK SEND ME A MESSAGE FOR A SPECIAL OFFER!
## 1061 Ultimate in luxury, all shades of gold. Steps to Magazine Street shops and quick access to Downtown, Uptown and the Quarter. Amazing central location.
## 1062 My place is close to The Country Club, The Joint, Vaughan's Lounge, Elizabeth's Restaurant, and B J's Lounge. You’ll love my place because of the comfy bed and the kitchen. My place is good for couples, solo adventurers, and business travelers.
## 1063 Friendly neighborhood one mile/14 blocks to the French Quarter. Easy parking. Bars,restaurants and convenient store with in 2 blocks. Marky Park and Cresent city park (view of Mississippi ) all with in 4 blocks.please note there is no internet no TV and only a tub for a bath. No shower.
## 1064 This restored 1860's "camel-back" boasts large,furnished,sunny rooms w/ fireplaces, 2 private upstairs bdrms, library. Big kitchen & charming bathroom (shared w/hosts) and intimate backyard. 15 minute walk to Frenchman Street and the French Quarter.
## 1065 Welcome to the Moon. It's a newly reconstructed Quonset Hut. Contemporary living in a historic neighborhood. This mid-century modern building hosts you and a friend in a private room that enters onto the shared courtyard. Walking distance to Crescent Park at Piety St., Pizza Delicious, Oxalis, The Country Club, Satsuma, Red's Chinese and more. Yay Bywater! I'm so glad to be in this neighborhood and you will be too.
## 1066 Stay in our beautiful, artsy and eclectic home within the Marigny of New Orleans. Walking distance to all the attractions in the French Quarter and right in the middle of all the Marigny/Bywater action!
## 1067 Welcome to my home. I am located in the eclectic Bywater of New Orleans. We are a short Uber ride from the French Quarter and the famous Frenchman St. I am within walking distance to The Country Club, The Joint, Bacchanal, Jack Dempsey`s, and delicious Elizabeths. My place is good for mature couples and business travelers. This is not a party house. NO parties, no loud music/noise at anytime. No extra guest or visitors allowed in the house at any time.
## 1068 Welcome to our beautiful and historical Marigny home! This gem is located in one of New Orleans most vibrant and bustling cultural neighborhoods, a mere mile from the heart of the French Quarter.
## 1069 The Lookout Inn is comprised of four individually themed suites: Mardi Gras, Bollywood, Mission, and Elvis. Each spacious suite, features a queen sized bed, living area, fridge, and coffee maker. And enjoy the pool and hot tub in the outdoor oasis!
## 1070 On the hippest street in the Bywater - amongst new (and old) bars, restaurants, galleries and parks. 1500 SF of grand old rambling shotgun with 14' ceilings, hardwood floors and incredible architectural details. Frozen in time.
## 1071 Please read all of the details before you come expecting something else and then write about it in a review as if you'd been dooped.
## 1072 Private room w/closet space. Bathroom right next to room on the second floor. Our home is near city park only a 5 minute walk, a 7minute walk to the streetcar on North carrollton, & 25 minute walk to jazz fest grounds. We are near great restaurants.
## 1073 Come visit my rainbow home! It's an excellent space for two people to relax between adventures. You will feel comfortable in the boudoir, inspired in my costume studio, and sustained in the kitchen.
## 1074 Our room is an open room downstairs in our 2story midcity home. The room is chill with lava lamps & hammock. The 1/2 bath is next to the room & the full bath is upstairs. There are 2great dogs. It is next to a bar. Close to streetcar & City park!
## 1075 My home is a shotgun duplex that still holds the original charm from 80 years ago with its built in bookcases, exposed brick and plaster fireplaces, and wood floors. And it has off street parking for 3-4 cars. Great location in booming Freret neighborhood uptown within walking distance to popular bars and restaurants. 10 minute drive/uber to French quarter. Get anywhere in the city in 10 -15 minutes. It has two queen beds and an air mattress. Updated bathroom with original claw foot tub.
## 1076
## 1077 Eat up New Orleans in a recently-updated 4 bedroom / 2.5 bath home in the beautiful Carrollton district. Walking distance to lively eateries & the St. Charles Streetcar. Minutes from Oak Street and universities, a short drive to the French Quarter!
## 1078 Interior Designers cute and well furnished home with fantastic central and safe location Uptown. Just one block off of Magazine st. Great for strolling, eating, drinking and shopping.
## 1079 Beautiful private room in classic house uptown 2 blocks off of historic Magazine St. Full kitchen, queen bed, shared full bath. Quiet neighborhood for sleep. Quick walk, Uber, or bike ride out to the French Quarter, Marigny, Garden District, and the parks. Come enjoy some live local music, food, culture!
## 1080 3 BR home, (1 King Bed, 1 Queen, 1 European double, - open gourmet kitchen with large butcher block island, & cozy fireplace in reading room. The home is within walking distance to restaurants, vintage stores, coffee houses, and our beautiful historical Sevier park. Our home is a 3 minute Uber ride to downtown, music row, Hillsboro village, 8th ave south, fine dining,casual dining, and coffee houses houses, several local markets, Jeni's Splendid Ice Creams, and more.
## 1081 Awesome vintage house in one Nashville's best neighborhoods. Very quiet, comfy space. This four bedroom is in the middle of everything, located in a scenic, historic and very safe neighborhood. This is a perfect location to see all Nashville has.
## 1082 1/2 mile from restaurants. 5 miles from Downtown. Park with walking path across the street. Quiet & convenient. High end mattresses. Queen, 2 Twins, fold down full couch, twin air mattress. Direct TV (ESPN). Quick drive to downtown. Clean!!
## 1083 Commune with the Tree tops overlooking our 5+acres of land in our upstairs Dream Room. if you are a cold natured person this room will be perfect for you. Upstairs is a little warmer in the summer months. Longer stays are discounted. The room wraps you in the warmth of the wood beams and logs to delight your senses. We can rent week to week if you are in transition to another home or an apartment.
## 1084 Our 4,000 square foot retreat complete with an in ground salt water heated pool, palm trees, hot tub Jacuzzi, arcade room, music studio, and more.. is just a few convenient minutes away from downtown Nashville, TN.
## 1085 Here, you can relax and feel at home. This completely private area (fits 8) has its own kitchen, laundry and mud room in the lower floor of a two story home within a quiet and well-established neighborhood. You're only a short drive away to downtown Nashville, hiking trails and endless other activities. With a nice sloping backyard, you'll feel like you're at a retreat in the woods. *Need more space? Check out renting the ENTIRE home by searching for "Comfy Spacious Hideaway Near Airport".
## 1086 This apartment is in the Faubourg Marigny, one of New Orleans' oldest neighborhoods. Stay near excellent restaurants, bars, and shopping, just blocks from Bourbon and Frenchman Streets. Also only a few blocks from the Rampart St. streetcar line, so getting around is easy. The apartment can accommodate 4, but is perfect for 2. There is a bedroom, a living room, a dining area, a kitchenette, and a shared outdoor patio. We live in the main house, and can help with recommendations for your stay.
## Space
## 1
## 2 -4 bedrooms (each w/ queen beds) -3.5 bathrooms -70" & 55" LED TVs w/ cable -Full kitchen available: stove, fridge, microwave, oven, blender, coffee maker, pantry, cooking & eating utensils, plateware -Dining & living rooms -Recreation room: 9' pool & ping pong table, custom built wet-bar, 55" LED TV w/ cable, access to backyard -Smart home tech: voice activated lights in foyer, living & dining rooms, voice activated thermostats, voice activated front door lock (all with Amazon Echo) -Clean linens & towels upon your arrival
## 3
## 4 Home is a two story building that sits above street. This listing is for the (~1600 sq ft) main floor encompassing the master bedroom, living room and kitchen that leads to backyard patio and the observation deck.
## 5 Gorgeous 2000 Sq.Ft. home. Front yard with small table and two chairs. Living room has TV and fireplace. L-shaped sofa and coffee table. 2 car garage plus washer and dryer in garage. Play room next to garage with a pull-out queen sofa bed. Charming dining room for 6 people. Den area with fire place and a TV, pull out queen sofa bed. Kitchen with Island, stainless steel refrigerator (water and ice maker), stainless steel dishwasher, microwave, stove, toaster over, coffee maker, and pantry area. Upstairs master bedroom with a TV and fireplace, king sized bed, sofa, 2 night stands and closet. Master bathroom includes a bathtub, 2 sinks, and a toilette. Additional bedroom with queen bed, night stand, and a closet. Third bedroom with a queen bed, night stand, and closet. Two bedrooms share a bathroom with a shower.
## 6
## 7 I am an empty-nester with a great guest room in the West Woodland Hills community! We are two minutes from Calabasas and home to many celebrities like Howey Mandel, Will and Jada Smith, Britney Spears, Justin Bad Boy Beiber, the Kardasians, etc. (I saw Jermaine Jackson recently) who can often be spotted in our upscale shopping areas and Old Town. My location is a very quiet, suburban area with a lot of local natural beauty, top schools and 15 minutes to Malibu. I am freeway close, near Warner Center, the Santa Monica Mountain Hiking Trails, The Calabasas Commons, Pepperdine University, local wineries, lakes and world class beaches. The excitement of Hollywood and Beverly Hills and many attractions are all within 30-45 minutes. Our room amenities include: (2) Plush Full-Size Mattress Adjoining Shared Bath Fresh Linens and Towels Hardwood Floors Vaulted Ceiling Large Window with Natural Light Soaking Tub/Shower On Site Laundry Walk-in Closet Desk and Dresser Kitchen Use Backyard with
## 8
## 9 Located in the heart of West Hollywood, this gorgeous 4-story townhouse with 2 bedrooms, 2 bathrooms, plus open sleeping loft and office, comfortably sleeps up to 5 guests. Brand new designer decor with top-of-the-line luxury furnishings, along with a jacuzzi-style bathtub in the master, decorative fireplace, a patio off the dining area, and large deck accessible from dual sliding doors off the loft, provides the ultimate escape. Bright and spacious, this property is perfect for families or executives sharing. This complete home includes washer and dryer, hard-wood and tile floors, stainless steel appliances, central heat and air, flat-screen TV's in the living room and both bedrooms, WiFi, Roku, spacious closets, barbecue, outdoor dining table and seating, 2 secure underground parking spaces, View of the Hollywood Hills and so much more. The second bedroom can be configured as 1 king bed or 2 single beds. A Balinese daybed provides an additional sleeping area for children or extra
## 10 The best location for visitors to LA in the heart of West Hollywood. Within walking distance from all the trendy shops, bars, and restaurants and the famous Sunset strip. Parking on the street is readily available either in front of or within a block of my building with your personal parking permit. You'll sleep in a private very comfortable twin bed in a room with natural light and hardwood floor. You have plenty of space for your personal belongings. Access to a beautiful living room and a 62" TV with DVD player. You'll have connection to Netflix and high-speed WiFi. There is a full kitchen if you desire is to cook your own meals. Guests will share the full bathrooms equipped with fresh towels and toiletries at all times for your convenience. The Neighborhood Is super safe and very well kept. There are a lot of great bars and restaurants within walking distance and guests with cars can easily find street parking. Getting Around There is a bus stop less than a block away, but i
## 11 • Fully furnished, private room • Queen size bed and Full size futon • Sheets and blankets provided • French doors open to a view of the Hollywood Hills • Lots of closet and storage space • Full, private bathroom with a shower • Towels and toiletries provided • Note: this is a shared space! I prefer to be here to host my guests in case they need anything at all. You get your own bedroom and bathroom as well as use of the commons spaces in the apartment.
## 12
## 13
## 14
## 15 This is a brand new 2-Bedroom apartment in the heart of the ALWAYS exciting Hollywood, California. Located just around the corner from Highland Avenue and Hollywood Blvd., the most exciting street in Hollywood, you'll be within walking distance of the main tourist sites, like the Walk of Fame*** This is your private luxury apartment equipped with all new appliances (washer/dryer, huge refrigerator, dishwasher) and everything you could need, including great luxury amenities such as pool, Jacuzzi, and gym, so you can feel right at home ;) WITH PARKING for up to 2 Vehicles in our gated, secured underground parking garage in designated spaces just for you! (Parking is just 8 per night if arranged through us) APARTMENT HAS: -FREE High Speed Time Warner WIFI 50 Mbps -Central AC and Heater -Flat screen TVs in living room AND master Bedroom with Roku! -NETFLIX, including Top movies like Mission Impossible: Lost Protocol, Django Unchained, Star Trek, Awaken, War of the Worlds, and Top Ten T
## 16 Location, location, location... Enjoy this large and spacious 1 bedroom 1.5 baths in the beautiful West Hollywood! This unit has a wonderful balcony along with pool and free garage parking awaiting your arrival. Amazingly located, nestled in the heart of the city with a 91 walk score. There's tons of shopping, eateries and sight seeing within footsteps. Amenities: Full kitchen 1.5 baths (separate bath tub and shower) Shared pool Elevator Central AC 1 King Size Bed Air Mattress available upon request for additional guests 1 Parking spot
## 17
## 18
## 19 You'll be treated to luxury with your own private queen bedroom and bathroom. The amazing view from this in-the-heart of West Hollywood flat looks up onto the Hollywood Hills. Only a few steps from amazing restaurants, public transportation and nightlife. Or find yourself relaxing at Kings Park. Please send me a quick message prior to making your reservation, to receive the best rate and insure that the room is available for the entire length of your stay. Live in luxury when you stay with me. Whether you are living your dream vacation or on business travel, my home is everything you could want. Location is everything and I am at the heart of the thrilling and vibrant West Hollywood. You'll find first class restaurants, bars, shopping, nightlife and living essentials within walking distance. You'll never be bored with the Sunset Strip a 10 minute walk away. Public transportation is a breeze with the major Metro bus lines a block away. If a day on Hollywood Boulevard is your thi
## 20 THIS CONDO IS A CORPORATE RENTALS & PROFESSIONALLY MANAGED. AMAZING LOCATION GREAT RESTAURANTS, LANDMARKS AND SHOPPING IS ALL AT YOUR DOOR. NEW BUILDING AND HAS EVERY AMENITY FOR A GREAT STAY. CONVENIENT AND SAFE WEST HOLLYWOOD LOCATION. EXPERIENCE OUR 5 STAR MODERN DESIGNER 2 BEDROOM 2 BATHROOM CONDO BRIGHT SUNNT WITH STUNNING VIEWS AND AFFORDABLE RATES WHICH MAKES THIS BY FAR THE BEST DEAL IN TOWN. OUR 5 STAR LUXURY CONDO RENTAL INCLUDES ON SITE POOL WITH HOLLYWOOD VIEWS, JACUZZI, FULL GYM, DECKS, SAUNA & STEAM ROOM, LOUNGES, COMPUTER FAX AND PRINTER, CONFERENCE ROOM PLUS A WHOLE LOT MORE. This spacious designer apartment boasts incredible views and sunlight. There are 2 large master bedrooms with City views, good closet space and adjoining top of the line bathrooms. Top quality beds and linens promise you a great nights sleep. The bedrooms are very private and are separated by the living room making this a great share, good for families or if you are on your own enjoy the extra sp
## 21 Airbnb full apt Gorgeous 2-bedroom apartment in West Hollywood. One of the best locations in all of LA. Entire two-bedroom apartment, 2 queen beds (one bed is tempurpedic memory foam), with a 3rd blow-up queen air mattress available. Location is Willoughby and Harper Ave. 1100 Sq feet. Walking distance to all the best bars and restaurants of West Hollywood. Quiet location yet minutes from the famous WeHo nightlife. Newly remodeled kitchen and bathroom with granite countertop. Very spacious with hardwood floors. Very large common area with a 55" flatscreen and surround sound. AppleTV with HBO, Showtime, ESPN, and other primary shows. Fully equipped kitchen. For music lovers: the entire apartment is equipped with Sonos. Within a 10 minute walk you will find numerous restaurants, bars, a grocery store, shops, coffee houses, (URL HIDDEN) seems like an endless list of things to do. Only minutes from the sunset strip, Griffith Park, Universal Studios, Hollywood, and Runyon Canyon. Public t
## 22 Welcome to old Hollywood, where you will enjoy this luxurious place and have a flashback Through Time. 3 large bedrooms each eloquently designed with Hollywood in mind. This three-bedroom bungalow is nestled in a quiet quaint complex in West Hollywood. All your amenities are provided, just bring your clothes. There is a fully equipped kitchen (stove fridge microwave and many more) for your cooking needs, fully stocked bathroom with toilet paper and Beauty regimen necessities. I am here to give you the ultimate stay in Los Angeles.
## 23 Quiet building, spacious 1 br apartment. Front and rear entrances - classic LA charm. Very clean apt and building. TV, air conditioning
## 24 Beautiful retreat with stunning views. Located in heart of West Hollywood, this third floor apartment offers a serene escape from the bustle below. Your large bedroom includes; View of downtown, private bathroom (with bath), Queen bed, double wardrobe with plenty of hanging space and drawers. Relax on the East facing balcony enjoying coffee in the sun with a view of the hills. Wifi & guest permit for street parking available. Enjoy a sunset drink on the rooftop with panoramic city views. You will be walking distance from loads of great restaurants, cafes, bars, health food stores and multiple acting studios. Some of our favorites... Wholefoods (0.2 mile) Coffee Coffee (0.3 mile) Coffee Commissary (0.6 mile) Bars: Laurel Hardware (0.4 mile) Ysabel (0.4 Mile) EP/LP (1.6 Miles) Bar Lubitsch (free comedy friday night) (0.3 mile) Surly Goat (0.3 mile) The Parlor (Sports bar) (1.3 mile) Cheap eats: Chipotle (Sunset Blvd) (0.5 mile) Pink taco/ Cabo Cantina (Taco Tuesday) (0.8 mile) Restauran
## 25
## 26
## 27 The bedroom is private, super clean, and has one queen bed that can sleep two. There is an empty dresser for your use. There is also a full size sleeper sofa in the living room that can sleep 2 and is very comfortable.
## 28 It has a NYC charm to the apt. It's a cool cozy studio Hard wood floors Granite counter tops Artsy vibe (I'm an artist) Lots of natural light
## 29
## 30 Polished floors with a mix of brand new contemporary and mid-century furniture. High-speed internet, cable and free long distance calls to over 40 countries including the EU. Over 1,400 sq ft of space with a zen modern vibe, Minimal kitchen and bathroom but full of supplies including Nespresso machine and Clarins shower gel, shampoo and conditioner. The loft is mostly quite but noise does travel easily in the building.
## 31 - Queen Size Bed with Fresh Linens - 1 Queen Size Air Beds -Free Wireless High-Speed Internet -Cotton Towel-Sets -Hair Dryer -Iron -Kitchen with High-End Appliances -Plates, Bowls, Fork, Cups, Pots, Pans Etc... -Central Heat and Air Controls -24 Hour Gym -Private Balcony -Private Resident Park -Running Track -Tennis Courts -Sand Volleyball Courts -BBQ -Washer & Dryer In the unit -24/7 Security -Heated Pool -Rooftop Pool -Dry Sauna -Golf Putting Greens -Playground -Free Tanning -9 Foot Ceilings -Patios & Terraces -Bathtub
## 32 Simple and roomy one bedroom/one bathroom apartment that gets lots of morning sunlight. Balcony, full kitchen, shower and tub, and two tandem parking spots inside a remote-controlled garage. There is coin laundry available on each floor, as well as trash chute for disposing garbage.
## 33
## 34 We provide organic breakfast buffet. Chinese tea art. Welcome to pets. Still have a chance to learn their own production of silver jewelry. Also provides for the airport shuttle service. Los Angeles guide and low price quote service.
## 35 It's a unique hybrid of a B&B, vacation rental & "hotel concierge service" with complete privacy that was totally remodeled just for this purpose, there is nothing else like it. It's very cozy & comfortable with lots of amenities, fresh flowers & lots of personal and food choices. You can find the Guest Choices Menu & a list of all the (EMAIL HIDDEN) All new: Thomasville cabinets, Appliances (refrigerator, stove, "drawer microwave", washer & dryer), granite counter tops & bar, hardwood floors, cork floor in kitchen, tile in bath, 2 leather couches (1 electrically reclines), hand blown glass lighting fixtures, ceiling fan in bedroom (all lights are on a dimmer), new mini blinds, great shower, incredible kitchen, comfortable bed (New Sealy Posturepedic Memory Foam Mattresses with cooling gel, high quality cotton sheets, 10 pillows to choose from) etc.
## 36 The complex has a swimming pool, double paned windows for sound proofing, and is located only 1 mile from Los Angeles International Airport.
## 37
## 38 Newly remodeled, well-appointed room with private entrance and private bathroom (a separate space from the main house). A luxurious stay in our room awaits with a designer queen size memory foam mattress, feather pillows and duvet, microfiber sheets, mini-fridge, microwave, Keurig coffee maker, wall-mounted flat screen TV, and high speed WiFi. Our home has central air-conditioning and heat for the few days during the year that it is needed. Join us and relax in our covered outdoor lounge complete with outdoor flat-screen TV or in our landscaped garden patio with a few free ranging chickens that complete the sanctuary.
## 39
## 40 15 minutes from LAX airport; quite neighborhood; walking distance from shopping centers and a short bus ride away from Westfield Mall. Minutes from the (PHONE NUMBER HIDDEN) FWY's. Internet and cable available - personal bathroom.
## 41
## 42
## 43
## 44 Outside access to the guest room and bath.
## 45
## 46 It is central located, 1 min from the biggest Equinox in LA, gated parking, very clean, gorgeous, luxury, great energy, lots of light, very spacious. with clawing lady 2x a week. Very quite, Great view of Beverly Hulls and Century City. 3 TV - 700 channels + Netflix and Hulu - if purchased any movies you must pay separately, hight speed internet wireless.
## 47 The studio is attached to a larger apartment however has it's own private entrance through a private patio and has no access to the larger attached apartment. It is separated by a locked door and the guests have complete privacy.
## 48 Location and big living room,very bright and sunny. Quite street but also close to everything.very safe neighbourhood,all family so no party. it is 2 bedroom 2 bath so you will have your own (URL HIDDEN) place is big and has lots of open space. the closet size is great for 2 people. bed quality is really good. posturepedic queen bed. i have sets of white towels. i will change it every 3 days if you stay 1 week or longer.i have full kitchen. there is air condition in the living room. heater in your room , if you want ,you can just turn it on.there is a crate and barrel desk,leather chair. if you come for business,it's great place to focus and write your emails.there is one mirror in the room. i put 2 baskets in the closet.
## 49
## 50
## 51
## 52 luxury house next to the beach. private bedroom and bathroom. convenient (free) street parking. wifi
## 53 Come and experience the world class life so popular in Venice Beach. This charming house has a private parking and is steps to the sand on a residential walk street and close to everything in Venice, from the Rose Café, Main Street and Abbot Kinney. Public transportation is also available to discover Santa Monica, the Pier and 3rd Street Promenade where you can shop, eat and be entertained.
## 54
## 55 The apartment is breezy, bright and over 1000 square feet plus a yard with seating, hammock and lighting. Our place is super comfy and has everything you need to enjoy your stay in Venice! The apartment comes with two beach chairs for lounging on the sand, and a gas BBQ for grilling on the patio. We'll also supply complimentary bottled water and fresh coffee with dairy or non-dairy creamer. If you need to get some biz done we’ve got Wifi, if you want to watch tv there is Netflix, and Hulu. There is also an onsite coin laundry machine. If you can think of anything to make your stay even better, please let me know and I’ll do my best to make it happen!
## 56 This is a new house (built in 1997) in an older neighborhood (most of the houses are built in the 1920s), and the house was remodeled in 2014. The kitchen is like new since we use our backyard kitchen for most of our cooking. The house is very clean since we use house slippers inside the house, and leave outside shoes in the shoe rack at the entrance foyer.
## 57
## 58 Private bed and bath with living room area. Access to family room, kitchen and must be pet friendly since I have 3 cocker spaniels. Also access to 2 patios and backyard.
## 59 This is a small bedroom with 2 beds. A shared bathroom down the hall.
## 60
## 61 Our house is a 3 Bed, 2 Bath with cozy private backyard located in old Torrance and right off the 405 freeway in Los Angeles, 20 mins away from the craziness of the city. Close enough to Uber or drive, but far enough to breathe! Plenty parking space in front and side of the house with corner-yard positioning in quite residential streets, while Bus Stop and major streets (Torrance Blvd & Normandie Ave) are within a few min walking distances.
## 62 This is actually on the beach. Many listings say steps or near but this is on beach and there is nothing like this home or its views and I challenge any listing on airbnb to compare its location and charm in the area. This unique beach front vintage 1930’s, 2 bedroom 3 bathroom, spacious compound retreat was built by the legendary country western film star Tom Mix for relaxing and enjoying everything The Beach has to offer right at your doorstep! Watch the dolphins and the surfers play in the waves from the comfort of your bed or open your front door and walk along the boardwalk to any of the attractions, shops, banks, markets, restaurants and bars of the world famous beach area has to offer. This is a furnished whole private listing not separate units. ONE SECURE PARKING SPACE AT THE BEACH HOUSE IS INCLUDED! Public parking or hotels charge 20-25 per space and you need it in Venice. Any hotel on or near beach 225-500 for a STANDARD ROOM: Erwin, Shutters, Le Merigot, Casa, Viceroy, Ma
## 63 This private studio apartment has everything you need to enjoy your Venice Beach Vacation! There is a comfortable queen size bed, a large dresser for storing your clothes and things a kitchenette with a mini fridge microwave, coffee maker, and plates, bowls, cups, etc. You even have a garage parking spot! Outside there is a shared patio with a BBQ grill and an large table - great place to hang out!
## 64
## 65
## 66 I have a very low price for this quality of the stay, you will be very happy. The house is located in one of the most expensive areas of Los Angeles, within walking distance to the ocean (5 minutes). Close to many shops, restaurants, clubs and other entertainment zones)) It is very safe and quiet area but at the same time it is very close to Abbot Kinney, canals, Golden gym, venice broad walk and other interesting places. Santa Monica is also very close with plenty of different shops, restaurants and world famous pier. The room used to be the part of the living area, but we separated it with tall bookshelves, so it is very cosy and private (no-one can see you there) Perfect for travelers who want to explore beach area and La in general but at the same time have a quiet place to stay where you will feel at home.
## 67
## 68 This comfy and bright bungalow has walls lined with local Venice art. It has 1 bedroom with a queen bed and French doors opening out to a private sun deck. The living room has a full sized futon with memory foam topper. The kitchen is fully stocked with anything you need for cooking full meals. We even provide a washer and dryer. The location on a quiet walk street is second to none. The outdoor garden has a BBQ, dining table and a chiminea in the seating area for cold nights. We also have a bright sunroom with a relaxing daybed and office area for anyone who is in town on business or needs to work on vacation. The daybed can be used for a child's bed, and the whole sunroom has full blinds for privacy and security.
## 69 This is an adorable beach bungalow with parking!! It is a one bedroom apartment with a backyard, complete with a sitting area to enjoy your morning coffee!
## 70 Quiet, removed, a nice place to hang out both at night and during the day. Upright piano in the room so you can stay in practice even while you're on vacation! Also, the backyard is really spectacular. There is one queen bed that can sleep one or two people. Dogs are welcomed--we don't have any pets but our friends' dogs love to come visit.
## 71 Beautiful beach views. Steps to the Beach, and Venice Boardwalk, Minutes to Abott Kinney. Close to all that Los Angeles has to offer.
## 72 Great California Location. Upscale coastal place with Gourmet Kitchen, Saltwater Pool with Relaxing Spa, Gym, Media Room, Business Center. Shops, Restaurants, Marina Harbor are in a walking distance. Close to Beach, Santa Monica, Beverly Hills, LAX. Luxe living is yours for the taking. Just two miles from the heart of Venice Beach and trendy Playa Vista, and Santa Monica. Upscale coastal apartment living minutes from the beautiful Marina Harbor. We are near sand and surf, making this the place to really enjoy a true Californian lifestyle. Your spacious will become a place you’ll love to come home to every day. Take advantage of community amenities, designed for our residents’ ultimate satisfaction: a saltwater pool with relaxing outdoor lounge, gorgeously tranquil clubhouse, Outdoor BBQ areas are all available to our guests. Named Apartments of the Year by the National Association of Homebuilders. THOUGHTFUL TOUCHES AND UNIQUE PERKS Those with an eye for luxury modern aesthetics will
## 73 Brand new house right off one of Venice's most trendy streets.
## 74 There is 1 Parking Space available at 15-25/night. There is also a parking lot next door with variable pricing and some free street parking a few blocks away. This apartment is located on the 1st floor of a building that is ON the beach in Venice beach. You walk out the front door and step on to the famous Venice Beach Boardwalk. Take 5 more steps and you're on the sand! The building has been updated & remodeled recently. The apartment has hardwood / laminate floors with nice, modern furnishings. There is no air conditioning but there are fans and you can open the windows and let in the nice ocean breezes to cool things down if it gets hot. Every window has a peed a boo view of the beach, ocean and nightly sunset. If you prefer being outdoors, you can walk to the beach or head upstairs to enjoy the rooftop deck. WALK SCORE: 83 BIKE SCORE: 96 TRANSIT SCORE: 41 Bicycles and beach gear are available for rent right across the parking lot.
## 75 Incredibly Spacious home with beautiful natural day light throughout the entire home. Rooftop access. Beautiful views of the ocean from the Roof and front patio.
## 76 The private Room has a bay window which gives a beautiful warm light. The double bed has room for two,you will be covered in traditional Indian Quilt and or Pendleton Blankets,walls are adorned with Native Art. You have Drawers and plenty of Closed space. My late husband Floyd Red Crow Westerman a Sioux Indian, Movie Star (Dances with Wolf's),Musician and human rights activist and I have enjoyed this space for many years
## 77 Located on a large property in a lovely neighborhood 5 blocks from the beach and within a few blocks of many of Venice and Santa Monica's finest restaurants and bars; our camper will surely charm you. With beautiful garden views and a nearly perfect retro interior- you will truly experience the eclectic lifestyle Venice Beach has become famous for. As our guest you will have access to our garden, kitchen, indoor restroom and laundry room. We will provide you with basic amenities (such as towels) for your stay. We would be present for your entire stay, as we live in the main house. Your restroom is shared. We are always happy to provide recommendations for your stay in the area and if you catch us on a good night happy to serve you a homemade meal and have a nice conversation at the fire pit in our garden. An eclectic and safe neighborhood within walking distance of all of Venice's finest activities. There is plenty of free street parking available in our neighborhood. There are
## 78 This vintage Spanish- style apartment was built in 1923, and has some interesting features.The guest room overlooks the garden and patio. There is 1 shared bathroom . There is a new full sized bed and a new giant fridge!
## 79 New, cleaning with a big balcony for enjoying outdoor view or smoking.
## 80 APARTMENT FEATURES: • Sleeps 8 • You get the entire apartment • FREE WiFi • 60" LG HD 1080P TV FREE Cable • 1 king bed and queen size sofa bed plus 2 full size beds • Extra Comfortable Mattresses, 600 thread count sheets, High Quality Comforter Sets • Chic and modern design • Laundry Facilities inside the unit • Full Kitchen • Granite Counter tops • Stainless steel appliances • Full Size Refrigerator • Dishwasher, Microwave, Full Size Stove • Toaster, Coffee Maker • Pot, Pan, Dishes, Silverware, Towels, Hair Dryer, Iron and Ironing Board, all provided • Organic Shampoos and Conditioners • Central Air conditioning and Heat • All brand new furniture and apartment • High Ceilings • Walk In Closets • Hardwood Floor • Spoken languages: English, French , Spanish, Italian • Cleaned by 2 professional maids
## 81 Boho mid-century modern interior design
## 82 Hello Guests. Welcome to our place very lovely and cozy. People feel at Home. It's a Home away from Home. 3 Rooms available. 2 rooms each with 2 bunk beds and 1 room with 1 double bed for a single or couples.
## 83 This place is in a very quiet neighbourhood with friendly neighbors. We're located on the borders Los Feliz, SilverLake, Koreatown and about 10min from Downtown. Easy access to the 101 Freeway. 10min walk to the Red Line Metro Station. *This is a vegetarian/plant-based household.* *Pets on approval, no cats - prefer small beed dogs as my cats can be territorial* *Would consider rental of full apartment for very short term. Cats would stay however. Contact for rates*
## 84 This centrally located Downtown Los Angeles property offers rooftop views and a great location that is close to the Los Angeles Convention Center, Staples Center/Nokia Live, and some of the most famous restaurants, bars, shops, and museums including Moca and the Broad. Embrace your inner diva with a meal at the Ritz Carlton or Wolfgang Puck and enjoy the vivacious nightlife that Los Angeles has to offer. The apartment also has quick access to the (10, 110, or 101 Freeway) which can take you to some of the most interesting and exciting places in Los Angeles. The living room is equipped with a sectional chaise lounge sofa that is perfect for watching TV or enjoying a mouthwatering meal. And a fully renovated kitchen with granite countertops, stainless-steel appliances, and a breakfast bar are perfect for the chef of the house. Additionally, the Master bedroom features a walk-in closet, a shower/tub combination, and high-end marble countertops that give a spa-like feeling. On the roo
## 85
## 86 Right nearby down town LA and building has a view of the downtown from in front of the building Building is very secure can smoke in the outside courtyard or outside the building Great value for guests alone or ones with multiple guests
## 87 Beautiful building with an amazing view of the downtown LA skyline. Easy access anytime. Very convenient location very close to the Convention Center
## 88 The unit is very sleek and luxurious with amazing views off of the 31st floor. Great master bedroom with plenty of space and drawers in the walk-in closet, with master bath. Open floor plan with living room and kitchen area.
## 89
## 90 Our goal is to provide travelers with reliable and comfortable place to rest with a kitchen, more space and great amenities. Stay at our hotel like accommodations and explore this beautiful city. Here is what we have to offer. >> VIEW to the street, panoramic city. >> POOL is available. >> WASHER/DRYER inside the unit. >> TV Smart, no cable. Netflix provided. >> WiFi is provided for free, basic speed. >> PARKING is complimentary and free. >> BED in the bedroom is queen size with new comfortable memory foam mattress and pillows. >> AMENITIES provided: linen, 1 bath 1 hand towel per person, shampoo 2in1, soap, toilet paper, hairdryer, iron, dish soap, basic cookware/dishware, coffee maker, teapot. Not provided: paper towels, tea towels, flip-flops, coffee, bathmats, toothpaste, laundry detergent. >> LOCATION as any large city is very busy, lots of traffic, expect average city noise and city parties, lots of police to keep you safe. Besides all the great restaurants, shopping, nightlife
## 91
## 92 Quiet and very nice apartment. Modern fixtures. Dish washer and washer and dryer. Nice large balcony.
## 93 This home is well lit, airy and spacious. Your bedroom has a large closet with hangers, a queen bed with storage underneath, two full body mirrors, candles, a sofa chair, and a desk with a built-in music speaker so that you can play your jams! There is wifi, a hot shower and a large work desk in the dining room. The only requirement for this space - ALL guests need to have a chill, easy going attitude :)
## 94 Sunny private room for one person with queen size bed, TV and closet space. Included are towels and linens. Check in/out times are flexible. Large shared bathroom with tub. The house is welcoming, with a beautiful rose garden.
## 95
## 96 One bedroom with queen bed, one bathroom, full kitchen with latest appliances, on-site gym, gas fireplace, balcony, high ceiling, high-speed Internet, flat-screen cable TVs, washer and dryer access, hardwood floors, with access to bicycles. Parking spot in gated underground parking, with video security surveillance. Bike secure rack with access code.
## 97
## 98 Large and spacious with bedrooms set far back from the street. The Kitchen and the tiled bathroom have retained the integrity of the 1940's build. • Step down dining room • Retro Kitchen with breakfast and laundry areas • Balcony with Bistro Table for a little al fresco • 2 NEW Queen size beds, one in each bedroom • 2 Large closets in Master Bedroom with drawer chest • 2 Twin roll away beds - now you can have 2 people share a room without sharing a bed! • Much of the artwork features artists we've known and loved over the years, such as West Hollywood Fine Art Photographer Joel H. Mark, Watercolor artist Lynda Bohorquez, So. Cal renowned artist Brian Davis and Phoenix artist Jeff Del Nero. • Easy access to beaches, UCLA, 10 and 405 Highways, and Wilshire and Santa Monica corridors. • 10 min walk to restaurants, shopping, and movie theaters. Just blocks from Westfield's Century City Mall.
## 99 Apartment is about 1650 sq ft.
## 100 3 people can comfortably sleep in the space- 2 in bed 1 on couch
## 101 This apartment is cozy and homey! It's perfectly lit by sunshine all day, the kitchen is of midsize, guests are welcome to use appliances as we'll as coffee and teas. Bed is queen size and the TV is a smart 44" and there is a (SENSITIVE CONTENTS HIDDEN) chrome that the guests are welcome to use as well as the HDMI cable. And there are four flights of stairs to climb to access the apartment and no elevator!
## 102 Here is beautiful area close to Rodeo Dr, Santa Monica Westfield Mall , Coffee Bin, Beverly Hotel , Santa Monica Pier and Westwood Blv
## 103
## 104
## 105 The apartment equips you with gas for cooking and provides indoor washing machine and Dryer. To your surprise, we also provide free parking space.
## 106
## 107
## 108 Spacious 2000 sqft!! 2+2 Apt in the Heart of Westwood 2 Parking Spaces Secured, Gated Washer & Dryer Fully Equipped Kitchen WiFi Centrally Located & Very Safe It is in the most desirable and convenient part of LA . Just 15 min to Hollywood, Downtown LA, 10 min to Santa Monica & Venice Beach. Westwood has great Museums, top Restaurants, Shopping, and Entertainment.
## 109 The house is located in the prestigious Friendly Hill of Whittier. It is a humble home with 3 bedrooms and 2 1/2 bathrooms. There is a 55 inch TV, ROKU (stream cable channels), Netflix, Wi-fi, and computer desk in the living room. Large kitchen has 2 stools, peninsula, dinning area, stove and oven, refrigerator, dishwasher, microwave, blender, toaster, pots/pans, and eating utensils. The family room has an open concept with a large kitchen. So it is fully equipped if you feel like cooking. The large patio (called a breeze-way) is semi-enclosed and it has a view of the large back enclosed back yard. You can relax and enjoy your morning coffee in this area or drink a glass of wine in the evening. The house is 2,000 sq. ft. and it is in walking distance to the Whittwood Town Center. The center has many department stores, restaurants, pharmacies, groceries stores. The 99cent store is also in walking distance.
## 110 Private home, wood flooring throughout, spacious, clean, new beds and furniture, clean linens and towels, stocked kitchen with cooking tools and dishes. There is also A/C and heating throughout the home, washer/dryer with detergent, iron & ironing board. The back yard is private with a patio table, chairs and 3 lounge chairs. The home has new upgrades, making your stay comfortable and relaxing.
## 111 You're looking for more than just an apartment. You want a home, a place that's comfortable. You're on the right place.
## 112 We have a house with 4 bedrooms 2 baths located in the heart of Claremont. Each bathroom is shared by 2 rooms. We welcome students of Claremont Collages and visiting scholars as well as parents of students. We have a cat around but she likes to be on her own and doesn't have a lot of human interaction.
## 113 You'll enjoy your stay at this ~700 sq/ft cozy, fully-furnished apartment unit with a well-equipped kitchen, living room, bedroom, and bathroom. Note: With 5 guests, the queen airbed will be setup right next to the couch. It'll be tight but works for those traveling on budget. :) Hate dealing with keys? Me too. You'll be sent a 4-digit PIN to access the space. Parking headaches? No worries there. I have a private lot for my guests and there's also plenty of street parking in front. This street is probably one of the widest residential streets in LA making it easy to get in and out without fuss. The place is cleaned and bed sheets are replaced after EVERY guest. Even if the guest has stayed just one night. We want a comfortable experience for all our guests. At the moment, our home is not child or pet proof, so we will have to decline any requests involving them. Amenities include: - A hair dryer - Blazing fast wireless internet! 60 Mbps down / 10 Mbps up for the nerds. - USB chargin
## 114
## 115 We provide free bakery breakfast. The guest room is on the ground floor, very private and quiet. You will wakeup to birds chirping and breathtaking view of the the greenery and trees outside the room window. We keep our home clean and it's very cozy. Room is carpeted.
## 116 Built in Zen waterfall just outside of bedroom creates peaceful sounds on the enclosed private outdoor patio area. Outdoor area is very private and clean. Chairs and a table are in place as well as secure private wifi for work and productivity. Situated in the rear house behind the front main house this space is very quiet and safe. Access is private and down one side if the property. Exterior of property is under camera protection as well. Plenty of street parking is readily available in front of house.
## 117 The apartment can comfortably accomodate up to 3 people. Has high speed WI-FI. Dedicated Gated Parking. This absolutely clean apartment includes Full-Size Whirlpool Washer and Dryer, Individual Apartment Patio, AC.
## 118 Classically furnished with all your needs from home away from home
## 119 Welcome to our spacious, hip, urban 1 bed/1 bath luxury apartment! Inside you'll find approximately 800 sq ft of space with amazing views of downtown Los Angeles from floor to ceiling windows, including a private balcony. Located in the heart of downtown LA's "restaurant row" where you will have no problems finding some of LA's top rated restaurants just footsteps away! Located minutes from downtown's famous Bottega Louie, you'll have access some of LA BEST food — head over to try one of their famous macaroons, fabulous mimosas or mouth-watering wood-fire pizzas and try to see if you'll be lucky enough to catch a glimpse of some of this fabulous social spots frequent celebrity customers! Looking for a "taste" of what some of downtown has to offer! Take a walk around the block and you're SURE to run into a movie, music-video or TV show being filmed! Go see a Lakers, Clippers or Kings game at the Staples Center, see the newest exhibit at MOCA, a concert at Nokia Theatre, or an performanc
## 120
## 121
## 122
## 123 Enjoy LA in one of the best resorts in Los Angeles. Complete with multiple heated pools, jacuzzis, volleyball courts, running tracks, multiple gyms, rooftop access, bbq grills, outstanding courtyards with an abundance of plant life, basketball courts, tanning/,massage beds, plenty of lounges if you'd like to work elsewhere besides the unit, and so much more for you to explore and enjoy during your stay.
## 124 The Space is large, modern with small office space including TV/Apple TV and WIFI. over 1400 sft you will enjoy a view of downtown and the mountains, with private access to the rooftop for dining, yoga, conversation or just reflecting.
## 125 A private room in a beautiful spacious, light filled downtown loft. Comfy Queen Bed, Laptop ready Desk, Wifi, and in-room A/C. This 3-story brick building is one of LA's oldest–built in 1887–and has some seriously unique history. Walking distance to The Broad, MOCA, Little Tokyo, the Arts District and many of the hottest places to eat in Los Angeles. A good fit for solo adventurers and creative business travelers.
## 126 Modern simple design, city living without the grit. Great for corporate trips or extended stays. Fun location for those simply coming to sightsee or visit friends and family. 43" Smart LED TV + Netflix, YouTube, Pandora
## 127
## 128
## 129 Large, clean private master bedroom & bathroom furnished with comfortable queen bed, study desk, under-bed drawer storage, and closet space. A TV is included but only streams apps from your phone/tablet with the provided Chromecast. Guests are welcome to use the dining space, balcony, and kitchen (please supply your own groceries). The living room TV is currently unavailable for guests, but you're more than welcome to hang out in the living area.
## 130
## 131 WIZNU Studio+Gallery is a Premier Event Venue • Film, Music + Media Production Studio • Art Gallery – in the Heart of DTLA's Historic Core. Available for rent: product launch + private "brand experience" facility; filming location; hosting events, performances, screenings, + workshops. WIZNU hosts fine art+photo exhibits, fundraisers, speakers+seminars. And occasionally, guests via AirBnB!
## 132 Welcome to our spacious eclectic downtown home! Inside you'll find a 1300 square foot 1 bedroom loft with an expansive living/dining room, accent concrete and brick walls, vast 11' windows, 15' ceilings, and a large private roof deck accessible via spiral staircase from within our loft. A communal lounging area, hot-tub, plunge pool, and roof-top gym, equipped with state of the art equipment, are all just a few steps away from the private roof deck. Located in the heart of downtown LA's "restaurant row" where you will have no problems finding some of LA's top rated restaurants just footsteps away! Located directly above downtown's famous Bottega Louie, you'll have access to "room service" delivery, exclusive only to our building -- or head down to try one of their famous macaroons, fabulous mimosas or mouth-watering wood-fire pizzas and try to see if you'll be lucky enough to catch a glimpse of some of this fabulous social spots frequent celebrity customers! Looking for a "taste" of w
## 133 This space is truly a rare gem. The building is a converted furniture warehouse built in 1922. Every space in the building is unique and being on the second floor, you get uncommon views of trees as well as beautiful light that fills in Thru the double skylights and dual 9x13 ft. It is a photographer or videographers dream space! Projector, photography lights and even camera equipment available for additional fees. Jambox speaker ready to connect to your music with Bluetooth.
## 134 The decor is unique and eclectic. The apartment is bright, cozy, warm and inviting. Feel right at home in an Artist's haven. Relax and be comfortable in your new home away from home.
## 135
## 136 There is a common area and kitchen that all guest can use. I offer coffee and tea all day. Oatmeal for breakfast and I sometimes make pastries from scratch.
## 137 Beautiful modern apartment in luxury building.
## 138 Loft is in the Santa Fe Art Colony artist lofts. Amazing space. It is located in a gated area on the edge of downtown, industrial area. Loft is on a second story of a 2 story brick building what once used to be a mattress factory, great light from three huge windows. - Building has a large industrial elevator and laundry. Internet access, great grocery store "urban radish" is near by, close to lot's of hip cafes in the art district. I have a projector for watching movies a 15ft screen, piano, dehydrator, and Vitamix blender in the kitchen. 3 year old male cat Marco will stay in loft- basic food and water to watch over. I am traveling to Europe and would preferably rent for a 10 day duration.
## 139
## 140 You will have your own bedroom with city views and a private bathroom
## 141
## 142 ATTN: PARKING: Read all listing details for further information about parking. The Rosemary is for members only or approved guests. It is a very upscale unique hostel environment.
## 143 850 sq foot apartment space comfortable for 4 guests, fully equipped kitchen with German Appliances, WiFi, full amenity floor with gym, basketball court, pool with cabanas and hot tub.
## 144 Los Angeles, Hollywood, Universal Studio, LA live, Downtown Los Angeles, Broad Museum, Disney concert hall, Venice beach, Hollywood, Santa Monica, Venice beach, Tourist, Grand Park, Business travelers, Beach , Malibu, Top restaurants, USC, UCLA, Beverly Hills, Exposition natural History museum , …
## 145
## 146
## 147 This spacious unit is located in a modern contemporary building conveniently in Downtown LA. Your reservation is furnished with modern appliances and guests will have access to building amenities. The building is secure so your stay will be with peace of mind. Unit includes a washer and dryer for your convenience. Full kitchen with spacious counter tops. Spacious walk-in closets to accommodate luggage and personal items. Table/work space with a laser printer is provided and printing is free. Guests will have access to full amenities during open hours of building operations. ONE PARKING SPACE IS INCLUDED WITH YOUR RESERVATION.
## 148 Welcome to Los Angeles! Whether you're coming to work or play, come stay at a modern two master bedroom and two bath apartment home. Clean and comfort are the top priorities so that you will have a great stay. It is located at a very convenient location that is close to major freeways and Metro Station. In this 1000 sq. ft, beautiful apartment, it's great for groups or families. You will love this space given the prime location and ease of the apartment. There are 2 master bedroom/bath. In each bedroom there is a queen size, memory foam mattress, walk-in closet, private full bathroom, and a smart TV to make you feel like you're at home. In the living room, there is a 55 inch smart TV with a cozy sofa that easily turns in a comfortable sofabed. It is a great space to just lounge around and watch a movie, play games, or just relax. There is a full kitchen with a refrigerator, stove/oven, microwave, dishwasher, toaster, coffee maker, and a rice cooker/steamer. The kitchen is fully stoc
## 149 **This apartment is very low priced because I just listed it and it's BRAND NEW. It will go up in price after more reviews** This 1500 sq. ft. Downtown Los Angeles Super luxury suite is located on the 32st floor in a newly built, 34 story building centrally located in the heart of Downtown LA. This Penthouse rivals any of the local 5 star hotels featuring incredible views of Downtown Los Angeles. This 2 Bedroom 2 Bathroom unit is decorated with ultra luxury modern furniture and artwork. Enjoy a mellow evening on a spacious balcony with custom lounge patio furniture overlooking the panoramic views of the Downtown Los Angeles skyline, or brush up on your pool skills with our custom made pool table. APARTMENT FEATURES: • Sleeps 6 • You get the entire apartment • Outdoor furnished Patio • FREE WiFi • Gorgeous Views (enjoy California sunsets!) • 65" Samsung HD 1080P TV FREE Cable • 2 Gorgeous Modern king beds • Extra Comfortable Mattresses, 1500 thread count sheets, High Quality Com
## 150 Accommodates a family of up to 6-8 people. Brand new unit of 1700 sq ft of living space. All of the furniture is modern and high quality. It Is Not Shared. 1-night stays welcome. Each Bedroom can accommodate 2 people. Rooms includes closet, dresser, storage for your suitcases, gated 2 parking spaces just for you. There is also an available couch and air mattress in the living room if needed. And this apartment IS newly remodeled and modern everything including FREE FAST WIRELESS INTERNET and TV. 1. Apartment Features: - Sleeps 6 - Two Story 1700 Sq. Ft. 20 Foot Ceiling Penthouse with Hollywood Views!! - Located right in the HEART OF HOLLYWOOD 1 minute walk from KODAK THEATRE where they hold the Oscars Easy transport from LAX via Uber, Supershuttle or the Metro to Hollywood & Highland (you will receive transport and shuttle instructions if needed ) FABULOUS LOCATION CENTRAL TO EVERYTHING YOU WANT TO SEE WITH GREAT ACCESS TO FREEWAYS AND MAJOR STREETS AND WALKING DISTANCE TO RESTAUR
## 151 PRICE SO LOW BECAUSE LISTING IS NEW. WONT LAST LONG!! LOCATION LOCATION LOCATION!! - We are in the center of everything!! Hollywood, Beverly Hills, Santa Monica Beach, and more. WALKING DISTANCE to Melrose Ave, with hundreds of Shops, Restaurants, Bars etc. Close to major Freeways and Public Transportation. INSIDE THE HOUSE: • Sleeps 6 Comfortably, (But 5 guests max) • You get the entire Home • 5 Gorgeous Modern Beds Total (2 Doubles in one bedroom, Queen in Master, Queen Sofa in Den, Queen Futon in Second Living Room • FREE parking • FREE WiFi, Basic Cable with HBO and SHOWTIME, Netflix and Hulu Plus • WASHER / DRYER INCLUDED • Outdoor storage for a bike etc • 55" HD Smart TV with Cable, HBO in Living Room/ Third Bedroom, 42" 1080p HD Smart TV in Family Room with Netflix and Hulu, 32" 1080p HD Smart TV in Master Bedroom with Netlfix and Hulu, 19" HDTV in Second Bedroom with Netflix and Hulu • 100% Non-Smoking Home and Neighborhood • Townhouse Style Home, Very CLEAN AND QUIET •
## 152 Large remodeled one bedroom with new couch that folds down into a comfortable bed. Full size kitchen with stainless steel appliances and granite counters, large walk in closet and new split level air-conditioning heating. Washer and Dryer is coin operated and is located the basement laundry room.
## 153 Fully furnished 1 Bedroom apartment with a beautiful view of the Hills. The mattress (Stearns&Foster Deluxe Queen) is guaranteed to give you the best sleep of your life and the couch is a close second. The kitchen is stacked with every appliance including coffee maker, toaster a dishwasher and garbage disposal. Keep cool and relax with A/C, cable and Wifi. Shampoo/Conditioner/Towels/ Hairdryer all available.
## 154 This room is on the second floor: 8 steps up to a landing, then another 7 steps up to front door. There is no elevator.
## 155 Spacious European vibe with 1920's decor in central Hollywood. Lots of food/drink/attractions within walking distance. Next door to pharmacy, supermarket and the best tacos in Hollywood. Located by Larchmont Village, Melrose, and Sunset Blvd.
## 156
## 157 Best place to stay in Los Angeles! Assigned parking is provided to each guest. Includes Wi-Fi, Cable TV, fully furnished, fully equipped kitchen, on-site laundry facility, linens, towels, sheets, etc. Great for short or long term stays. This is a peaceful non-smoking building. Renovated features include: Hardwood Floors Ceiling Fans New fully equipped kitchen with lots of cabinet Built-in Microwave & Stove Refrigerator Walk-in closets in each bedroom Gas-log fireplace
## 158
## 159 Our Bohemia meets Roman villa enclosed space creates a sanctuary of positive energy. Come with a global mindset to join in a conversation with our other guests or enjoy the privacy of your own sleeping area. Start the day off with complementary coffee. We have laundry available. All of our guests share two bathrooms, kitchen, dining, and living rooms.
## 160 I have two queen sized beds each in their own private bedrooms. If you plan on having a larger group, there is an additional queen sized air mattress available! I have a brand new, very comfortable, velvet couch and a large flat screen Smart TV, equipped with built in WiFi so you can stream Netflix if you're looking for a relaxed night inside! Apartment details: • Sleeps Six • You get the whole apartment to yourself • Two brand new modern queen beds • FREE regular secure parking nearby • FREE WiFi • 48" 1080p HD Smart TV with NETFLIX • 100% Non-Smoking • Across from LA Fitness, CVS, Runyon Canyon, Theaters, Restaurants, and everything Hollywood has to offer. Best Location. • High-rise Loft Style • Laundry Facility • Full Kitchen • Granite Countertops • Stainless steel appliances • Full Size Refrigerator • Dishwasher, Microwave, Full Size Stove • Microwave, Toaster, Keurig • Central Air conditioning and Heat • All brand new furniture and apartment • High Ceilings • Nice Size Closets • H
## 161
## 162 Nothing like it. Laurel Canyon. Excellent location. Close to Sunset and Pace but hidden in the hills. Neil Young lived down the street.
## 163
## 164 Bed and mattress are brand new, house just remodeled,clean and lovely. My place is close to LAX Airport: 15 minutes by car Santa Monica Pier: 25 minutes by car Hollywood Walk of Fame: 25 minutes by car Venice Boardwalk: 20 minutes by car The Grove: 25 minutes by car My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets).
## 165
## 166 Tropical environment, swimming pool, spa, queen size bed and single bed, free parking,The gym, tennis court (free)
## 167
## 168
## 169
## 170
## 171
## 172 Thank you for your trust and for choosing our place to call home while you visit Los Angeles. My mom, Adela, and I are looking forward to hosting you in our home. Once you walk in you will be greeted with a very large and bright open space living room, kitchen, and dining room with a TV. At the end of the living room there is a balcony where you’ll often see hummingbirds and bluebirds early in the morning and where you can enjoy your morning coffee with a view of the neighborhood. Downstairs you will find the closed and private bedrooms. One bedroom has a full size bed, walk-in closet with plenty of empty shelves, private bathroom and private balcony. The second bedroom has a queen bed, sliding mirrors closet, private bathroom and balcony. There are two coin operated laundry rooms in the building complex. Outside the townhouse, across the hallway are the laundry room and elevator to take you to the ground floor. Three things you will LOVE about our home: 1) it’s centrally located to
## 173
## 174
## 175 THE SPACE This updated motel room is smaller than most Airbnb apartments, but it's a great value if you consider that there no fees for extra guests, no deposit, and a flexible cancellation policy. Everyone is welcome, so you can Book Instantly without my pre-approval. To enter the room, you press a 4-digit code on the front door. Since there isn't a key for you to pick-up, you can arrive anytime after the 1pm check-in time. (Check-out time is 11am) This is one of several remodeled rooms in a 22-unit motel. The remodeled rooms are operated separately from the rest of the motel. They are rented only through Airbnb. (See my other reviews to get an idea of what the place is like.) The motel building exterior looks like a bland, kinda shabby 1980s apartment building, as I haven't gotten around to painting it yet. (I plan to renovate the exterior in Fall 2017). There is an onsite motel manager if you require basic assistance during your stay. Sorry, no pets. Limit 2 guests per room.
## 176
## 177 You'll forget that you're in the city it's so quiet
## 178
## 179 The gorgeous building was rumored to have once been a luxury hotel. Enjoy a living situation with personality, not one of the cookie cutter condos that keep popping up.
## 180 The unit has high ceiling and it is on the top floor. Spacious living room with balcony and dining area. The trash chute and laundry is located outside the unit to your right. The TV has hdmi for your streaming device and all regular channels. I can provide some assistance for firestick using kodi. There is a couch bed and a pull out bed in the living room. You can roll the pull out bed in the bedroom if you would like.
## 181 This is a condo in a secured community next to the fabulous forum and the Hollywood casino. Close to restaurants and freeway access
## 182 Room at the end of the hall, comfortable bed, huge 60" tv with streaming capabilities makes a layover or short stay pleasant. Private restroom located in the room also make for a convenient and clean shower without worrying of others.
## 183
## 184 Very Quiet space, Next to the Airport, Hollywood, The Beaches, etc. and all of the great Los Angeles attractions. The Space comes with a bed, Internet TV with Roku direct, night stand, Work Desk, etc. The fee covers fresh clean Linen & Towels, up graded clean bathroom/ kitchen Access. Large closet space short or long term stay Available.....
## 185 Two large BR each 85/night, one with a queen bed and the other with a full size bed and separate modern bathrooms. Large backyard to enjoy your early morning continental breakfast or relax throughout the day. Accommodating and kind family with a friendly dog. Walking distance to Starbucks and local stores
## 186 Here is a more detailed description of the property! If you have any questions at all, feel free to shoot me an e-mail to ask. This is a private home located in an hip neighborhood in Hollywood. It's great for groups and families traveling together. Lots of light, very spacious and in a fantastic location in the middle of LA. The house is charming but spacious, I did a lot of the craftsman work myself! When you walk in, you enter in the bonus room. This room has a TV (hooked up to a Netflix and Hulu) and a couch futon that can be used as a bed. It has it's own door and closet. After entering into the bonus room, you walk into the living room. It is very large and has two couches. The best part about the living room is that has a projector TV (also hooked up to a separate Netflix and Hulu). Great for group gatherings and hanging out in. As you walk down the hallway towards the rest of the house, you have one bedroom to the left and one to the right. The bedroom on the left has a sliding
## 187 Los Angeles/Hollywood Historic 103 year old beautiful craftsman home with exquisite handcrafted finish and details. We have a working fireplace in the back yard near the dining area with umbrellas and also a fish pond with a running water feature just outside the master bedroom entry door. Kids are also welcome. It is a very quiet and peaceful space. There is a flatscreen TV and the wifi access. Wifi : Zaccari Password : daa(phone number hidden) Please use the backyard and table area for eating.
## 188 Close to lots of romantic restaurants & bars. This is where locals go, less touristy, more authentic LA.
## 189 Welcome to stay in our place! We made it with love. It is an older building but refreshed unit. The unit has 3 bunk beds, all new with new mattresses and 100% cotton linen. So max amount of people can be 6. You are welcome to share the kitchen space which has a fridge, toaster/oven. A kettle and and an electric pot for making soup or an egg or etc. Dishes, cups, utensils are provided as well as coffee, tea. Just respect each other and keep it clean. The place is so close to Larchmont Village which you gonna love. The bus stop is less than a minute away. Let me know if you have any questions. We are just starting so please if you have any suggestions or comments message me in private. Your feedback does really matter to us. In case you are a group of people, just message me, we might be able to accommodate all of your group. You never know. If you need an early check-in or late check-out. Please ask before you book it. If we can, we'll be glad to accommodate your needs.
## 190
## 191 Perfect place for aspiring entertainers, students, business trips, vacationers and more...Located in a family orientated quiet neighborhood cul de sac. Walking distance to grocery store, hiking, Balboa Lake, bus to Universal Studios, Hollywood Blvd. and Downtown LA. We have a very relaxed,cozy, bohemian style, natural wood Zen inspired home. Perfect space for aspiring, actors, singers, models, writers, directors, design or art students or just someone visiting the Los Angeles area. It's a lovely home, not over the top but not average as well. We get a lot of compliments on its warm unique feel. We're not neat freaks but our place is clean mostly. We do have a 4 year old little girl who is a sweet independent child and two dogs that are very relaxed, they only bark when someone is at the door, otherwise they are putty in your hands and appreciate tummy rubs. Guests will have access to the master bedroom, main bathroom for showering / bathing, 1/2 bathroom to store all grooming supplies,
## 192 You will find yourself in a home-away-from-home atmosphere that is quite comfortable, clean and uncluttered, providing you a serene stay. There is a flat screen television and DVD unit in your private room as well as one in the living room. There is a surveillance system covering all common areas inside the home and all outside areas of the property (not in bedrooms and bathrooms). There is also an active ADT alarm and emergency system (Code will be provided for your usage). WIFI is also included and password will be given at check-in.
## 193 We're a couple of writers who rent out our space when out of town. We've got a few couches, a nice bed, a large bathroom with tub and shower, a pool and hot tub, and just a stupid amount of books and video games and knick knacks. Our porch overlooks downtown LA and we are walking distance (two blocks) from the hippest neighborhood in town.
## 194 1. It is a studio, so you are sharing the room with me (no private room). 2. Clean and organized (I do have a high standard for cleanliness) in all areas, be it the kitchen, bathroom or living area 3. You'll be sleeping on the couch. Pillow and blanket provided.
## 195 I really love my apartment. It's pretty much the accumulation of items my close friends and family have given me over the years. When I designed the space, I wanted it to feel like an expensive hotel, where I always felt like I was on vacation.
## 196 The space has a queen size bed + queen size air mattress.
## 197 It is intimate, cozy, and warm. Two large televisions. Full kitchen if you want to cook, or have a friend over. Comfortable for a couple or a single.
## 198 THE SPACE This updated motel room is smaller than most Airbnb apartments, but it's a great value if you consider that there no fees for extra guests, no deposit, and a flexible cancellation policy. Everyone is welcome, so you can Book Instantly without my pre-approval. To enter the room, you press a 4-digit code on the front door. Since there isn't a key for you to pick-up, you can arrive anytime after the 1pm check-in time. (Check-out time is 11am) This is one of several remodeled rooms in a 22-unit motel. The remodeled rooms are operated separately from the rest of the motel. They are rented only through Airbnb. (See my other reviews to get an idea of what the place is like.) The motel building exterior looks like a bland, kinda shabby 1980s apartment building, as I haven't gotten around to painting it yet. (I plan to renovate the exterior in Fall 2017). There is an onsite motel manager if you require basic assistance during your stay. Sorry, no pets. Limit 2 guests per room.
## 199 WELCOME to our Ardmore Apartment. You are booking for a private unit. The space you see in detailed descriptions and photos is accessed to you and your guest(s) only.
## 200 This space is used to be the living room of the apartment. I converted it to be a master suite. Area is big and with the high ceiling it adds more on the space. The room has a lockable door from inside and outside.
## 201 Private room in a great building, secury, close to everything. (Local bus stop, Market, Restaurants)
## 202 Our goal is to provide travelers with reliable and comfortable place to rest with a kitchen, more space and great amenities. Stay at our hotel like accommodations and explore this beautiful city. Space is for 1-3 people but at least 5 people can sleep on the bed/futons. Here is what we have to offer. Free Wifi Designated Secured Parking Spot Extra Parking Spots(Second Floor) Heated Pool Jacuzzi 24/7 Gym Livingroom: 55" Smart LED TV Direct TV Cable Convertible Linen Futon(2 People sleep) Linen Chaise Lounger(1 person sleep) Three Extra Pillows/ Blankets Comforters(in the Closet) Kitchen: Kitchen island with 2 Bar Stools Dishes Utensils Cups/ Wine Glasses Cutting Boards with Knife sets Cookware Set(Pots and Pans) 20 Spices Dishwasher Refrigerator with Ice Maker Oven Microwave Soaps/Sponge Bedroom: 1 King Bed with Memory Foam Mattress Desk and Chair Office Writing Supplies Bathroom: Bathroom Essentials Towels Shower/ Bathtub Washer/Dryer(Soap and Dryer Sheets available) Hairdryer Cl
## 203 This is a great room that is located in the upper level of the house. Has one queen bed with a full bathroom. You have a desk and a closet to hang your things. You are welcome to use our Great Hall or Dinning area. If you download Free (SENSITIVE CONTENTS HIDDEN) Cast App you can use the TV.
## 204 * Please read the rest of the listing and all the House Rules before booking. If House Rules are broken, security deposit may be charged. Please keep in mind that this is not a hotel and treat the apartment with respect. * Apartment located in the heart of Koreatown in a safe, family-friendly building and walking distance to many restaurants and bars. Perfect space for a family or group of friends. Items provided inside apartment: - Basic cooking utensils & tools. - Plates, utensils, cups. - Keurig machine. - Bed linens for bedroom and sofa bed. - Towels. - Shampoo, conditioner, body wash. - Hair dryer. - Iron & ironing board. * There is a strict NO SMOKING policy on the property. 50 will be deducted from the security deposit if any smell is detected. No exceptions. * OTHER LISTINGS: https://www.airbnb.com/rooms/5661094 (located in same building) https://www.airbnb.com/rooms/9241825 (located in same building) https://www.airbnb.com/rooms/5228808
## 205
## 206 5 minutes to LAX 15 minutes to the beach and 25 min from Dowtown Los Angeles. There's one of the best locations for you as a traveler.
## 207 This is a fully detached home in a fenced lot in a quiet, residential neighborhood with ample street lighting and street parking for guests (in addition to your two private parking spaces). Your rooms will be light-filled with Southern California sun all day long. Our house features one king bed, one queen bed and one twin bed, as well as a separate unit with another queen bed. Each bedroom has ample closets, wooden hangers, large dressers and full length mirrors. All beds come with high thread-count, 100% cotton sheets; feather duvets and extra blankets are available. One bathroom has an over-sized Jacuzzi tub, two others sport a walk-in, 9 foot high, deluxe, floor-to-ceiling tiled rain shower and are fully stocked with 100% cotton towels. Relax knowing that your needs will be provided for; we are fully stocked with towels, linens, toiletries and kitchen essentials. The two full kitchens contain an oven, stove, toaster oven, refrigerator, food processor and coffee press. Wall heating,
## 208
## 209
## 210
## 211
## 212 Tranquil pool view oasis in the Beverly Grove neighborhood of Los Angeles. Quiet and cozy separate studio guest house with kitchenette and all amenities. 3 blocks to W 3rd St. 10 min walk to Beverly Center and less than a mile to The Grove shopping mall. Adjacent to Beverly Hills and West Hollywood, Farmers Market, LACMA, La Brea Tar Pits, CBS Studios, Cedars Sinai Hospital, luxury shops on Robertson Blvd, all the fabulous restaurants on 3rd Street and restaurant row. Close drive to UCLA, USC, Santa Monica, the beach. Quiet and safe neighborhood on a lovely tree lined street. Private entrance and your own outdoor patio. This is an unoccupied guest house therefore closets and storage space are all for your exclusive use. The guest house is airy, light and friendly, centrally located in a hip neighborhood with a romantic garden. You will have total privacy. Fully and fabulously furnished! Queen size bed (fully wrapped mattress) with luxury cotton linens, huge mirrored closet, satel
## 213 This backyard is beautiful, grand and serene and very spacious. The entire pool is lined with glass tiles which makes the pool sparkle. There are 6 professional quality speakers (well superior to Bose). The price is 600 for 30 guests, and 15 for each additional guest after 30. Feel free to make me offers. This is for Event Only. Does not include stay over night. Overnight stay can be negotiated in the guest house. For overnight stay please see our guest house listing at https://www.airbnb.com/rooms/16377021?guests=1&adults=1&children=0&infants=0&s=a1-VWeJr Music not allowed after 9:30pm as this is a residential neighborhood. The property needs to be vacated before 10pm.
## 214
## 215 The room has it s own bathroom , nice closet , TV . It is an apartment of about 1400 sq ft , washer dryer in the unit , large kitchen well equipped ! .This is a small very quiet building!
## 216
## 217 Located in a mid century building in the heart of Beverly Hills. Brand new contemporary and stylish unit. Large living room, 3 bedrooms, and 2 spacious and sleek bathrooms.
## 218 The rental unit is on the second story of our guesthouse. Very private and quiet. There is a separate entrance through the alley and a garage if you have a car.
## 219 Two blocks from four seasons. Your in the heart of Beverly Hills and West Hollywood so uber rides are super cheap . Grocery stores across the street.
## 220 * Please note this home is furnished. The pictures show it unfurnished. This home is brought to you by LA EXOTIC LIFE. We also rent villas, cars, and jets. Let us know if we can take care of you. If this villa
## 221 Two upstairs town house bedrooms in a beautiful quiet setting. Each has it's own bathroom. And a delightful garden to have breakfast or dinner in
## 222 Hotels in Beverly Hills are very expensive. We offer a great alternative. You will have access to your room (which is on a different floor than mine) and it is a shared bath. Beverly Hills is the best of the best. You can walk to Rodeo Drive or Robertson Blvd for the best shopping, restaurants, spas, banks, Wholefoods, Bristol Farms, Ralphs, beauty salons etc etc. Basically anything you want. Convenient location to everything.
## 223 I'd love to host you at my cozy house located in the heart of West Hollywood. You'll be steps away from Melrose near Urth Cafe and many other famous landmarks. It's an older vintage home without some of the amenities of a modern building however it's prime location more than makes up for it. My 2 bedroom home has been recently painted and has brand new furniture including a pull out sofa that becomes a bed. It also has a large WIFI enabled TV with free access to NETFLIX. Each bedroom has plenty of closet space and a comfortable brand new bed with freshly washed linens for your stay. The large kitchen and dining room open floorplan is perfect for cooking meals My home has free parking you can use!!! No need to find street parking :)
## 224
## 225 The furnished room has hardwood floors, a full size bed, FREE Wifi internet, Central AC & Heater. -Washer and Dryer on site! -Full kitchen with all cooking wear -Fully Furnished -Rodeo Drive 10 minute walking distance Restaurants and lots and of shopping stores -Century City Mall and Cinema Theatre 15 minute walking distance (5 min drive) -Sunset Strip 10 minute drive: With its colossal billboards, notorious nightclubs, bars and decadent dining haunts, the Sunset Strip in LA is an icon of excess. Get the after-dark lowdown on some of the must-see spots. -Santa Monica pier 15 minute drive: The world-famous Santa Monica Pier offers a variety of entertainment and shopping including riding the coaster to Pacific Park amusement park; Heal The Bay Aquarium; a historic 1922 Carousel plus specialty shops/carts, eateries and full-service restaurants and taking in the breathtaking views of the Southern California beach line. -Hollywood Boulevard 15 minute drive: There you will find most o
## 226 This is a roomy house, serene canyon views, quiet neighborhood at the end of a cul-de-sac.
## 227 Light and bright, unique architectural space.
## 228 Gated cottage with 2 Bedroom & 1 Bathroom. Built in the early 1950's and recently remodeled in 2012 with just under 1,100 Sq. Ft. of living space and sits on approximately 12,000 Sq. Ft. lot which is completely gated, safe, and secure. Like an "A" List Celebrity you can retreat back into the canyon and relax. This home features 2BD/1BA. Suitable for couples, solo adventurers, business travelers, or small families on a holiday vacation. Enjoy the best sunshine Southern California has to offer while relaxing in the large private courtyard. Enjoy a favorite book next to the fireplace in the cozy minimalist living room. Or entertain your guests in the backyard which is a main highlight to make note of, as it's versatility includes a separate gated dog run, lounge chairs to work on that California tan. The private courtyard can easily accomadate a simple BBQ with Family & Friends. Last but not least the property has a gated driveway/guest entrance for your safety and privacy.
## 229 This is a Casita Style Home, it is nestled in the famous Holmby Hills, Bel-Air . Peace & Quiet are on the Agenda. When you walk in to the property , it is very lush and inviting, you have a nice deck to introduce you to the property, you will walk by a jacuzzi to the front access of property. their are Little Queen Palmtrees along the entry, and a Fire-Pit at the end of the Wood Deck. There are Glass See Through Doors/w Wood Panes all thru home. When you come in your feet will hit the Cherry Wood Floors and you'll know "You are Home" You will walk into a Warm Living Room to set your bags and all your concerns. Just feet away, you can grab the glass of whatever in your easy access granite Full kitchen, Cook to your hearts delight or don' even lift a finger and enjoy some of the Best Food Los Angeles has to offer, did i mention , the World famous Rodeo Dr. is 7 minutes away? There are approximately 500+ restaurants within 15 minutes of this property. Your master bedroom suite is right
## 230 Check in: 4:00pm Check out: 11:00am Minimum: 2 nights
## 231
## 232 The beauty and charm of this house is the indoor/outdoor California layout. The huge backyard boasts a dining table, a gas fire pit, a romantic pergola for sipping wine and a hammock slung under a tangerine and lemon tree for those afternoon naps!
## 233 The kitchen has recently been upgraded with top of the line cesear stone, a mile cooktop, and mile double ovens, and farmhouse sink. Outside there is a firepit, BBQ, and outdoor television for a delicious outdoor fall or summer dinner, or just for sipping a glass of wine while watching your favorite show. Great home for kids as well. Yard equipped with a swing set for small children. Flat screen TV in master, guestroom, master bathroom, outside, and in den. Apple TV, including Netflix and Cable.
## 234 What won me over about this space is... the space! The floorpan is so open and filled with daylight. I have it decorated in a very retro, modern way. It's a cool place with a lot of character. The balcony has a garden and looks out over the pool. The breakfast nook looks on over the balcony! You have your own private bathroom with a bath/shower and the master bedroom has a ton of space!
## 235 Super clean 3 bedroom home on a corner lot, with big private backyard and close to transportation and shopping. Kitchen, Separate Dining Area, Living Room with fireplace, 1 full shower bathroom with high-end shower/massage heads, and an extra half a bath. All bedrooms comes with clean bed-sheets. Clean towels on site and basic toilettes. There is an extra mattress that can be setup in the living room for an extra 7th person. Private driveway for you to park.
## 236 Hello and welcome to our humble home. We look forward to hosting you. We can do last minute to same day accommodations if the room is available. Just contact us and let us know. We can try to work it out. : ) Please be sure to read our listing as it is very informative and will most likely answer any questions you might have. Comfortable & clean room. WiFi. "32 TV, Blu ray and dvd player with Netflix Light breakfast is included for an additional 5 per person (coffee, tea, juice, water, cereal, oatmeal, fruit, etc...varying). Microwave available. Just in case you forget yours at home, we provide some complimentary toiletries at no extra charge. Queen size air bed and small comfy futon with memory foam. Two shared full bathrooms. Room has a fan and small heater just in case you need one. We do not have cable but we are avid movie watchers and we have a great collection of movies which you can borrow during your stay. Let us know what your preferences are (i.e. comedy, horror, d
## 237 My space is a loft style with amazing natural light. There are two full bathrooms as well as a balcony on the top floor with a hammock swing, and a balcony on the bottom floor with a set of wicker chairs, a table, and beautiful plants surrounding. There are 2 parking spots in the safe secure garage as well as a nice clean pool and sauna. The gym is located directly across the pool area.
## 238 The private bedroom is equipped with luxurious linens and a hotel-style pillow-top queen size bed. Enjoy lightning fast wifi, Netflix, Amazon Prime and full DirectTV from the 42' smart TV. There is a pool and jacuzzi located within a few steps from front door. Backyard gazebo for outside dining and cocktails / happy hour / coffee or tea. The home is permanently occupied with two working professionals.
## 239 My place is a 200 sqft Jr Suite. Airport(30ml). Within 5 miles radius; Shopping Centers, Mall, Restaurant, Movie Theatre, Nightlife, Malibu Beach (9ml), Santa monica Beach and Pier(15ml), City Center, Raw Nature, Parks and Hikes within walking distance. You’ll love my place because of the people, outdoors space, and the ambiance, Pool, Sauna, Jacuzzi, Tennis & BasketBall court, Playground and Barbeque. My place is good for couples, solo adventurers, business travelers, and families with kids.
## 240 Clean, warm and spacious room. Guests love staying with me and say they feel comfortable and at home. It's a home away from home!
## 241 We are essentially located in a noise free area, with nearby entertainment and shopping! 3 Malls within 3 mile radius, amazing restaurants, and several movie theaters.
## 242 Home is recently remodeled; the bathroom toilet, faucet, and shower head were just replaced! Our queen mattress is also brand new! -Mini fridge and freezer in the room -Nespresso maker in the room for your use with nespresso pods provided free. -Clean towels and linens -Free 150 mbps Wifi -Shampoo, soap, hair dryer -Remote controlled ceiling light/fan -Air purification system in room -Essential oils mister in room -Full private bathroom with shower attached to room -Private Driveway Parking -Touchscreen Personal Code Access to Front Door
## 243 Very sunny, neat & clean space for a relaxing stay just outside of Los Angeles situated in the West san Fernando Valley.
## 244 We provide maps. We can show you where to easily walk to, where it is better to drive, or take a bus. We will give you a list to show you where we think are the best place to eat and travel in LA. Please keep the environment clean and quiet. After 9 pm, please do not play music or TV loudly. People who live in the complex usually need to go work early. Feel free to ask us questions about our apartment and travel in LA. We look forward to help each of our guests!
## 245 Once inside, you will feel the luxury of comfort and entertainment extended throughout the apartment. Although this is a large building complex with many apartments. APARTMENT FEATURES: -Free WiFi - Smart TV -Full size fridge, with ice-maker -Microwave -Oven -Dishwasher -Coffee maker -Washer/dryer in unit -Large bathroom with glass shower -Towels and toiletries -Very comfy Quinn Beeds -Sofa bed -Extra blankets available -Full size electric air mattress (not pictured) BUILDING FEATURES: -4 pools, 2 heated -2 hot tubs -24 hour gym -24 hour sauna -24 hour steam room -Full size basketball court -Full size sand volleyball court -walking paths/outdoor track -Karaoke lounge -Dry cleaning service (for additional fee)
## 246
## 247
## 248 We make an attempt to create a habitat of happiness. It’s a place to relax and reflect surrounded by the tranquility of the water garden. Our house was built in 2006, completed 2008, modeled after a craftsman style. It was a labor of love. Craftsmanship details featured both outside and inside the house. Detailed wood and stone workings. The house was built with environmental friendliness in mind. Heating is by hydronic heating system under hard-wood (hickory) floor throughout the house. Insulation by shredded blue jean. Whole house water filter. Power mostly by solar energy. Paint and stain are eco-friendly. No particle boards were used. Front yard has mature liquid ambers and curvy Korean grass. Koi fish are about 20 years old. Small water fall runs 24/7. Large water fall runs from about 8:30 am to 11:00 am. The kitchen, master bathroom, living room, and the front door were used to film a few scenes for a few episodes of the “Agents of SHIELD” TV show, aired on ABC. Wifi for internet
## 249 This apartment opens up into the bright and spacious open living room/dining room area. The living room has a 55 inch TV (with ROKU streaming) and a sofa that seats 3 and turns into another bed. The kitchen will be stocked with the essentials you'll need for your stay (pots, pans, plates, utensils, etc). Continue to the back of the apartment and to the left is the bathroom (with a shower/tub combo) and to the right you'll find the bedroom furnished with a comfortable queen sized mattress and plenty of closet space and floor-to-ceiling mirrors. There is tandem off street parking for 2 cars. Note: When booking, please keep in mind, you're renting a space in a neighborhood where other people live. We know you're here to have fun, but we don't allow parties or rent to people who are going to make lots of noise late at night and upset our neighbors. Noise complaints can result in lost deposits. Please book responsibly. Thanks!
## 250 We renovated our garage to create a guest house for our frequent visitors from Europe. In between family and friends we accept the occasional carefully vetted Airbnb guest. This is not a full time job for us, just a way to meet new people and bring in a little extra cash. While we go out of our way to make guests feel welcome, this is a budget vacation spot - so please expect that! Hopefully that comes across in the listing.
## 251 This is a MASSIVE 1 bedroom house in Mar Vista. It includes a King size mattress in the bedroom and a couch that pulls out into a Queen size bed. The pull out mattress is foam, and we have a memory foam topper for it as well. The house is decorated with alot of natural wood furniture, live plants, and an eclectic mix of other furniture and accents. The kitchen has everything from a high powered blender & food processor to multiple cutting boards and knives so a family can cook and enjoy meals outdoors on our patio dining table amongst the exotic plants and flowers in our gardens.
## 252 Our modern 1,500 square foot open floor plan house with 10 ft ceilings has 3 BR (king, queen, 2 singles), 2.5 BD + a very nice sized yard (ping-pong, 5 bikes), ideal for families w/ kids. It is located on a quiet street, close to lots of restaurants in walking distance. 2.5 miles to beach along the Ballona creek by bike or 5 minutes away from Venice beach by car. New house built in 2008. It's in a nice bright and airy place in a great location. The master bedroom has its own full bathroom, the other two bedrooms share a bathroom that is located between them. There is an additional half bathroom off the living room. Very friendly and cozy neighborhood, nice neighbors and great things to do in the area. We have one super friendly cat that is very independent. Guest is asked to feed it once or twice a day. Please note that the owner might be staying in the completely detached and specially separated back house.
## 253
## 254
## 255 Location...Location...Location. This Spanish gem is located in quiet residential Beachwood Canyon yet only minutes away from Downtown Hollywood.
## 256 Hillside home with canyon, downtown and Hollywood sign views and your own private pool! 3 bedrooms, 2 bath. 2 adjoining bedrooms, ideal for siblings with one full-size bed which can sleep 2 adults comfortably and the other bedroom with a bunk-bed and direct access to bathroom. 1 bedroom with a queen-size bed and a view to the terrace. There are large sectional sofas and sleeping bags that can accommodate extra guests upon request. Can sleep a maximum of 8 people. All amenities included: washer/dryer, coffee maker, hair dryer, linens, towels etc. This is our main residence so it will feel more like you are staying at a friend's house while they are away rather than a simple rental house. Enjoy the secluded area, home to Hollywood stars while only minutes away from restaurants and entertainment. 10 to 15 minutes to all major city sites including Chinese theater, walk of fame, Universal Studios etc.. I recommend that you rent a car, street parking is available in front of the house.
## 257 It’s very nice to travel while you are being host with such a great place with a blend of belonging and excitement. Our place will not be the best among all but we offer the best flow of energy to let you feel just right in your stay. This place is for everyone whether you are travelling alone, as a couple from honeymoon or on a family adventure, this place is definitely for you and the best choice for an experience that you will always remember. The kitchen is entirely equipped with nice full bath, a wide bedroom and a spacious parking included. It’s not just a beautiful place but you’ll also love the coziness, the glamour and the location. This place is a silent sanctuary with a good height of ceiling, natural lights that it’s not too bright for your eyes and it has a private and spacious bathroom for relaxation. We offer our furniture in all excellent condition including all of the linens and towels are new and fresh. You can take your nap in the couch with a great area in the apa
## 258 All bedrooms have connecting bathrooms and 3 of the 5 bedrooms have outdoor access , (The 5th bedroom is its own guest suite )
## 259 Free gated parking spot, Free WiFi provided, Smart TV with Roku and complimentary Netflix. This clean and comfortable studio apartment is the perfect alternative to hotel rooms. Experience Hollywood and the convenience of a great location. Fall asleep in a very comfortable bed with memory foam pillows.
## 260 The guesthouse is conveniently located in walking distance to pretty much everything. Its full of light and a quiet, serene little space. Theres a little kitchen and bathroom with the bed up top on the mezzanine. The park (hollywood sign, hiking the trails, zoo, observatory) is all a short walk up the hill. The famous La Poubelle Bar, Birds Restaurant and Franklin Tavern are around the corner and Hollywood Boulevard (the famous stars, chinese theatre etc) are all walking distance.
## 261
## 262 One bedroom with a fire place and a king bed. One bedroom with a sofa that opens to a twin bed. One bedroom with a toddler's bed. Three additional air beds for older kids. Lovely patio to enjoy the afternoon chill. Built in grill for professional BBQ.
## 263 4 bedrooms: 2 with private bathrooms, 2 share a bathroom TV loft, A-Frame livingroom with piano, patios, full kitchen, Jacuzzi
## 264 Brand New Penthouse LOFT with 6 beds!! ONE MINUTE AWAY FROM HOLLYWOOD BLVD! FREE parking spot, FREE WIFI, Washer/Dryer in unit, Dishwasher, Full Kitchen, AC, 24h security. Walking distance to all the main attractions in Hollywood. Rates will go up as we get more reviews. THIS VIP PENTHOUSE IS ABSOLUTELY GORGEOUS! IT SLEEPS 8 GUESTS WITH OVER 5 BEDS INCLUDING A QUEEN PULL OUT COUCH. IT'S LOCATED ONE MINUTE AWAY FROM THE WALK OF FAME AND IS IN THE CENTER EVERY ATTRACTION HOLLYWOOD HAS TO OFFER. Apartment Features: • Sleeps 8 • You get the entire apartment • FREE WiFi • Located right in the HEART OF HOLLYWOOD • 50" LG HD Smart TV FREE Cable • 2 Gorgeous Modern Full Size beds • Pillow Top Mattresses, High Quality Comforter Sets, 600 thread Sheets • Chic and modern design • Laundry Facilities inside the unit • Full Kitchen • Full Size Refrigerator • Gorgeus Furnished Patio • Dishwasher, Microwave, Full Size Stove • Toaster, Coffee Maker, Oven • Pot, Pan, Dishes, Silverware, Towels,
## 265 Exclusive section of the Oaks, it is half a mile from Franklin Village, with great restaurants, a market and entertainment, and about 5 blocks from the Bronson Canyon Park where the famous Batman Cave is located.
## 266 You'll be staying in your own Private Master Bedroom in my spacious 2bed/2bath The Master bedroom has a queen sized bed that comfortably sleeps 2, with his own private bathroom. HDTV with AmazonTv and Netflix to watch as many movie as you desire. Coffee machine in your room, to wake up with a fresh cup of coffee, there is tea, water and wine as well. Fresh towels
## 267
## 268 Extra large 1 bedroom with a fantastic private balcony. The set up is like a master hotel suite with a bonus bedroom/living room that connects to the balcony.
## 269
## 270
## 271
## 272 I have a wonderful three level 1 bedroom, 1.5 bathrooms. Loft-like layout. Dark hardwood floors. Amazing breeze. Great views. Quiet neighborhood. Great to get away from the craziness of LA, while having it within reach if you want it. The kitchen, living room and half bathroom is on the first level. The bedroom, office area, laundry and full bathroom with shower and tub, is on the second level. The third level is the roof deck with a bbq grill. I also, have a personal storage space on the third level. Plenty of unrestricted street parking. I live in a quiet building with great neighbors. I never receive any complaints when I play music or watch movies with surround sound during the day and evening. There is a courtesy rule for noise level and not running the washer/dryer and dishwasher after 9pm. I haven't had any issues tho and I watch movies pretty late on occasion. Everyone in the building is nice, however, you don't see them often. There are plenty of restaurants in the area ran
## 273 We have a renovated cozy, quiet and uncluttered cottage on our property that is perfect for a visit to the Westside of Los Angeles. The one bedroom cottage has a small front room with a comfy chair and small bistro table with two chairs, small kitchen, bedroom and bathroom with amenities. The cottage is small - approximately 550 square feet. The property is extremely private as it is surrounded by a grove of giant bamboo trees. Please note that this cottage is on our property. You must come through the front gate of our main house and walk down a path to get to the private cottage. We don't live in this cottage so there are no personal knick-knacks or clutter. It's just a clean, zen space perfect for a peaceful and fun visit to Los Angeles. Perfect for a couple or an individual who has to visit Los Angeles for business. You'll find the following -Brand new queen sized bed -Plenty of free street parking -Kitchen with toaster oven -Brand new outdoor grill -Microwave -Coffee Maker -
## 274 Furnished kitchen with modern appliances, including a washer. Central heating is independent and very efficient, along with a window A/C unit in the main living area. WiFi available alongside a smart TV Private driveway Spacious backyard with outdoor seating under an avocado tree, and access to a grill We made sure the bedding would provide a great night’s sleep (pillows have been updated since photos have been taken!). The master bedroom has a Tempurpedic California king size bed, 1500 thread count sheets, as well as dimmer switches and blackout curtains for those mornings you just need to sleep in. The second bedroom has a trundle sleigh bed, with two twin beds and quality mattresses. Additionally, there is a twin size blow up bed for use as needed.
## 275 Romantic motor yacht in beautiful Marina Del Rey, 5 miles from LAX, 3 miles to Venice and 5 miles to Santa Monica. It is a 1989 Searay Sundancer 34' with 2 large beds and one bath. The outside cockpit is spacious and open, great to sit and watch the sunset. The foredeck is a nice area for sun bathing. The yacht is well maintained and fully seaworthy. The inside has one king size bed and one queen bed. It has a dorm sized kitchen with fridge, range, microwave, ice maker and sink. The bathroom has a house size toilet and small sink. This little yacht is bright, clean, charming and a great size boat for couples and families for an unforgettable get away.
## 276 The bedroom is large and airy with a queen size bed, built in desk, dresser and closet. Private bathroom. TV, WiFi, & Jacuzzi are also at your disposal. We'll have a continental breakfast available from 7 to 9am daily. Coffee, orange juice, toast, fruit & cereal . ALSO- If you have a 3rd or 4th person in your group you can reserve our second bedroom for only 25 per night (see our other listing - Welcome to Culver City #2). A comfortable AreoBed (deluxe inflatable mattress) is used in that bedroom. You must ask for a special offer on #2 for us to give you that room at that discount.
## 277 Welcome to Hollywood! You get entire brand new apartment and furniture located a block away from bustling Hollywood Boulevard Walk of Fame. Stay right in the heart of Hollywood!!! Apartment Features: • Sleeps 2 • You get the entire apartment • FREE Parking • FREE WiFi • Located right in the HEART OF HOLLYWOOD • 1 Modern Queen sized bed • Laundry Facilities inside the unit (Detergent is not provided) • All brand new furniture and apartment • Full Kitchen • Full Size Refrigerator • Dishwasher (dishwasher pods are not provided), Microwave, Full Size Stove • Toaster, Coffee Maker, Oven • Pot, Pan, Dishes, Silverware, Towels, Hair Dryer, Iron, all provided • Shampoo/Conditioner/Body Wash • Central Air conditioning and Heat • Closet • Hardwood Floors • Elevators • New/Renovated Interior • Spoken languages: English, Spanish, Russian, Romanian COMMUNITY • Controlled/gated access • Assigned parking • Fitness center with cardio & strength training equipment • You get the entire
## 278 This condo is located in one of the most expensive and notable building in Hollywood.... You're centrally located right on Hollywood BLVD, just steps away from the Hottest Restaurants, Bars, Gyms, Nightlife and Tourist attractions. Parking is included, get ready to have the vacation of your dreams in this one of a kind property.
## 279
## 280 Cozy, fully furnished apartment, ready for you to move in and feel right at home!
## 281
## 282 A nicely appointed one bedroom with a gated parking spot, coin operated laundry room ( shared) located one block from Plummer Park. A nice walking neighborhood located close to the Aroma Cafe and Babushka's Russian Deli.
## 283 This one bedroom apartment is very well kept and is both clean and safe. There is security access to the building only. I provide all linens as well as shampoo, conditioner, hand soap, bath gel, lotion and coffee. This is a quiet, family building. PLEASE be aware that quiet hours are from 9pm to 9am. The apartment is not suitable for parties or gatherings. Only registered guests are allowed.
## 284 This is a stunning corner apartment in Hollywood's most desirable residential building. This property has won numerous industry awards for architecture and service. Your apartment is immaculately clean with high ceilings, many windows, state-of-the-art appliances and washer-dryer in apartment.
## 285
## 286 The bedroom has a queen size bed and night stand with bedside lamp. All bedding is included and cleaned after each guest. The bedroom has blackout curtains and blinds, so the room is dark and perfect for sleeping at all hours. The living room has an 86" couch with an ottoman, coffee table, side table and lamp. 42" TV and Apple TV for video watching. Dining room seats 4, and also includes a bar with 2 bar stools. The kitchen is fully equipped if you chose to cook a meal at home. Please make sure to clean up after yourself and do not place pots or pans in the dishwasher.
## 287 Walk everywhere in Hollywood! Coveted free parking space right in front of the home for your car. Super spacious 1 Bedroom /1 Bath Spanish style home, full of light, with high coved ceilings and 1921 Batchelder fireplace The living room is 20 by 32 ft, the bedroom is 16/18 ft . Large L- shaped eat-in kitchen with washer. Hardwood floors throughout, tile bath. Ceiling to floor windows in the living room. Bathroom is off the bedroom, wireless internet is extremely reliable throughout. Air conditioning, so the apartment is comfortable in all weather. In addition to comfy queen bed, there's a full size futon in the living room. (and queen-size air bed if needed), Fast wireless internet throughout; DirecTV cable and HBO channels. Small patio and flowers, property has a lime tree, climbing roses and a back garden shared by neighbors. This is an amazing neighborhood -- the historic Hollywood district, full of lore, yet this is a completely residential street with friendly, longt
## 288 Travel experience matters. Enjoy your stay in a CLEAN apartment in a convenient location in Hollywood / Los Feliz area. Walking Paradise for visitors: walk to Walk of Fame, Pantages Theater, Griffith Park, Los Feliz or run all your errands on foot. Free WiFi.
## 289 A comfortable space. Major attractions all around! Location - Unbeatable! Parking spots, Laundry, full kitchen, leaving room and dining room. None Entertainment! The place is located near all most desirable tourists places in LA. It is near Hollywood blvd and the Hills, Sunset Strip, The Grove, Beverly Hills… Easy access to downtown LA, Santa Monica and so on. There are public transportation available around the corner - buses number 4 and 704 take you to Santa Monica and Downtown LA! The subways is few blocks away. Uber and lift can take you anywhere for few bucks! A centrally located spot. Parking spots, Laundry, full kitchen, leaving room and dining room. None Entertainment! The place is located near all most desirable tourists places in LA. It is near Hollywood blvd and the Hills, Sunset Strip, The Grove, Beverly Hills… Easy access to downtown LA, Santa Monica and so on. There are public transportation available around the corner - buses number 4 and 704 take you to Santa Mon
## 290 This condo is Brand new and absolutely gorgeous. It's hovering over sunset blvd with incredible views of the city. It's huge, over 1000 sq feet. All the appliances are stainless steel and brand new.
## 291 This apartment is very low priced because I just listed it and it's BRAND NEW!! It will go up in price after more reviews. Welcome to Hollywood Fashionable Apartment with a clear view of the HOLLYWOOD SIGN from the living room and bedroom window. It's located one block from the WALK OF FAME! All brand new furniture and new apartment. All world famous art exhibits and red carpet movie events are right here waiting to be explored. Or you just hop on the metro for an adventure at Universal Studios, Disney Land, Downtown LA, etc.. Apartment Features: • Sleeps 8 • You get the entire apartment • FREE WiFi • Gorgeous View Of The HOLLYWOOD Sign from the living room and bedroom •50" LG 1080P HD Smart TV FREE Cable • 2 Gorgeous Modern queen beds • Comfortable Mattresses, High Quality Comforter Sets • Chic and modern design • Laundry Facilities inside the unit • Full Kitchen • Full Size Refrigerator • Dishwasher, Microwave, Full Size Stove • Toaster, Coffee Maker, Oven • Pot, Pan, Dishe
## 292 Features include: Hardwood Floors Ceiling Fans New fully equipped kitchen with lots of cabinets Dishwasher & Stove Refrigerator Built-in Microwave Walk-in closets. Extra large storage closets. Jacuzzi whirlpool tub Decorative Fireplace (inoperable) Bed Configuration: Bedroom #1- Queen Size Bed Bedroom #2- 2 Twin Size Beds Bedroom #3-1 twin Bed & 1 Full Size Bed Assigned Parking Available On-site laundry facility-coin operated
## 293 This is a large studio apartment with a separate full size kitchen. There is a table next to a large window that is perfect for using your laptop as a home office or having a breakfast or dinner. The bedroom has a fold out couch, two closets, a comfortable bed and it has a full complement of 300 count cotton sheets, towels, iron, hair dryer, shampoo, body wash and conditioner. We even have an iron, ironing board and drying rack upon request. The building has a laundry room.
## 294 ***Check in time is 3p and Check out is at 12pm*** Check-in is always fast and easy. I utilize a lockbox and provide the code (updated periodically for safety) with detailed instructions for guests to enter. This space has grand vaulted ceilings, crown molding and lots of natural light that pours in through the large windows in the bedroom and living room. My favorite part of this apartment is the view of the Hollywood Hills during the day and the bright lights of the Live Nation building and Roosevelt Hotel at night.
## 295 Hello, 你好, We are Roddick and Xiaomin 我们是罗迪克和小敏 We have a lovely townhouse in a great Walnut/Diamond Bar neighborhood. It is safe, quiet, clean and friendly to stay. This beautiful community is equipped with Swimming Pool and kids playground. 我们有一栋联排别墅,坐落于著名的核桃市/钻石吧地区。这里安全,安静,整洁和待人友好。漂亮的社区安装有游泳池和儿童游乐场。 We have total two guest rooms, Both are upstairs. Both come with one Hilton Queen size bed, computer desk/chair. The bathroom is just outside the door. 我们有两套客卧,都在二楼,都装有希尔顿Queen五尺大床,电脑桌/椅。浴室就在客卧门外,近在咫尺。 1) Large work desk with a quiet private place. Perfect for the busy professional or student. 私密空间内设有大的工作台,专业人士或者学生的理想之地 2) Large Closet. 大的衣橱 3) Hilton Queen bed fits 2 people comfortably. 可供两人舒服睡眠的希尔顿Queen五尺大床 4) Bright yellow curtain for a comfortable sleeping environment. 明黄色的窗帘,提供舒服的睡眠环境 5) Central air conditioning for a cool comfortable environment. 中央空调供冷,环境舒服。 6) 2 private parking spaces right in the garage area.车库提供2个私人停车位 ROOM AMENITIES / ENTERTAINMENT great for light packers an
## 296
## 297 This. House. Rocks. Also for the record - we are located in Frogtown/Elysian Valley/Silver Lake/Echo Park. When we first moved into this house, we had a laundry list of seemingly impossible factors we wanted: Green garden space, free street parking, large patio, all kitchen appliances, washer and dryer, large closets, high ceilings, charming built-ins, quirky details. This House Has All These Things. House is approx 1400 square feet - 1 bedroom, 1 oddly large bathroom, a reading room/den, dining area, living room, roomy kitchen, breakfast nook (amazing), and a 10X15ish patio. Beautiful hardwood floors throughout, new tile in the kitchen and bathroom, high arched ceilings in the living room and den, dish washer, window AC units, washer and dryer, and original picture windows that bring amazing amounts of natural light (and open for a great afternoon breeze). Have I mentioned there's an original mid-century built in breakfast nook? The property has beautiful and established frui
## 298
## 299 We have a small patio with table and chairs you are welcome to use and some toddler toys tucked away if you would like them. Kitchen is furnished with pots/pans/utensils/dishes. We can provide a queen or single air mattress for the living room if needed - just let us know at time of booking please!
## 300 Your room has an eastern king size bed very very comfy, a 34 inch TV for your vegging & Netfixing pleasure, a comfy feather sofa, your own fridge, kettle and toaster oven for storing and preparing snacks and small meals. Your room has its own entrance and private bathroom, as well all toiletries are provided for you and your guests. There is a salt water pool and jacuzzi available to you during your stay and a private patio for enjoying your coffee and meals, but feel free to enjoy any aria in the garden you like there is a lovely space up by the pool that is a great place to have morning coffee or an afternoon drink and watch the birds, and take in the view of the palm trees and hill side. Remember that LA has sun most of the year so tanning is always an option most the time. :) see you soon and I look forward to hosting you.
## 301 Room is ideal for one person, but can accommodate a couple. The following is provided for you to use: Full size bed (sheets, comforter, 2 pillows), movable clothing rack/hangers, side table, small dresser, and TV w/ HDMI cable for connecting your computer for streaming. The neighborhood tends to be noisier than a lot of secluded suburbs. This is a small apartment complex with neighbors in close proximity.
## 302
## 303 The light in this house is incredible, especially in the evening! We are surrounded by trees on all sides, so typically it's cooler inside than it is outside, which is a great gift during those LA heatwaves (don't worry, there's also air-conditioning). Whether you're traveling with family, friends, or business partners, this house is the perfect place to entertain, relax, or work. The living room is open and light filled with an extensive library and colorful rugs. The kitchen is fully stocked and equipped with everything necessary for a sumptuous feast! If you're here over Thanksgiving, expand our teak dining table and seat 10 people. We live right next door so please don't hesitate to let us know if you need anything! :)
## 304 A super cozy studio at the best neighborhood in town! The apartment is bright and located on the second floor. The place has a vintage style with a twist and it's located in a quiet building with loads of street parking.
## 305
## 306 The space is very open and airy. Open the french doors to the balcony day and night for a nice cross breeze!
## 307 This is a charming little house in a quiet neighborhood, close to everything including freeways, Hollywood and West Hollywood.
## 308 It's a brand new house, latest design, built in late 2015. Everything is new, new air conditioner, new washer and dryer etc. High ceilings, very spacious and comfortable. All the mattresses are medium firm with mattress padding, comfortable and with back support. The pillows are goose down or fiber memory. All the comforters are goose down. All the fitted sheets duvet covers and pillow cases are 100% cotton.
## 309 This guest cottage detached from the main house in the back yard. Private side entrance with pathway directly to the guest house. Have your own private bathroom, kitchen, and studio space with one king bed and one sleeper sofa . Laundry room (will be shared) is attached with the guest house.
## 310 Home features central alarm system, blu-ray player, AppleTV, surround sound, and is fully-stocked with essentials such as pots, pans, dishes, flatware, linens, and paper goods to make your stay effortless.
## 311
## 312
## 313
## 314 Whether you're in town for business or pleasure, something creative or just looking to unwind and escape, we would be honored to host. Charm. Charm. Charm. Location. Location. Location. Privacy, views, lush native-plants garden in front and back. Fruit trees throughout property. Walk to Elysian Park for nature and hiking trails. Walk to Echo Park cafes. Two bedrooms and one bath both upstairs and downstairs. Spacious dining room and living room in an open space. Oak and bamboo floors, and ceramic tile. Large kitchen.
## 315 Studio located in Silverlake Fast Drive to Dodger Stadium and Downtown LA Walking Distance to various restaurants and boutique shops
## 316 Bright, relaxing, and spacious with great views! Peaceful tranquility with proximity to trendy Echo Park, Silver Lake, and Chinatown. Master bedroom has en suite bathroom with queen bed. Additional bedroom has twin sofa bed and sliding doors onto balcony. Great open kitchen adjoins comfortable and bright living space with stylish couch/daybed. Perfect for 2-4 people.
## 317 Charming 1915 Craftsman house on Silver Lake hilltop with views of Hollywood sign, Griffith Observatory, Silver Lake and Hollywood hillsides, San Gabriel Mountains and lush terraced backyard. This is a 2 bedroom, 2 bath, 1700 sq. ft. home with fantastic original character and plenty of breathing room inside and out. The house has a vintage feel with hardwood floors, built-in cabinets, sun room with large bay windows, vintage tiled kitchen and bathrooms. The interior space is quiet and serene with great natural light throughout the day, amazing sunsets and cross breezes. The house is tucked away on quiet street just north of Sunset Boulevard, on the border of Silver Lake and Echo Park. Once you wind up the hill, it is very serene, given that you are minutes from all the conveniences these neighborhoods have to offer. INSIDE SPACES The house is rather ideally laid out with bedrooms and bathrooms separated by a common space, and gardens terraced into individual spaces and levels, so if pr
## 318
## 319 This is podshare's newest location! Each custom built pod features its own flat screen TV with Roku (Netflix, Hulu, Pandora), dimmable LED lighting, outlets and locker. Enjoy a spacious shared kitchen and dining area. If you love interior design, small communities, and local neighborhoods, you MUST co-live at PodShare. 8 min walk from Vermont/Sunset metro.
## 320 FANTASTIC Los Feliz apartment with modern decor, free parking, a/c and heating! This is a new listing for us but please see our 1000+ reviews here: https://www.airbnb.com/users/show/7007245 This apartment is off Vermont between Hollywood and Sunset and is truly THE best area of Hollywood. You can walk to literally everything. Enjoy great local coffee at Alcove while you shop on Vermont or Hillhurst and stop in a variety of great bars, restaurants and more. Some of my personal favorites are Fred 62, The Dresden, Farfalla Trattoria, Public House, Harvard & Stone, Thai Patio, Mexico City and the Drawing Room. Whether you love to eat Italian, Mexican, Sushi or Thai, Los Feliz has everything you are looking for! The Hollywood walk of fame and Hollywood & Highland shopping center is a 5 minute drive. You can also hike at Beachwood Canyon or Griffith Park. We are literally walking distance from Griffith and everything that is Los Feliz. Right down the street from Hollywood Presbyter
## 321 It's a studio in the heart of the action. Full kitchen, full bath, and plenty of room.
## 322
## 323 If you want a taste of that classic old Hollywood feel during your stay here in Los Angeles, this 2BR/2BA West Hollywood house is a great home base for your adventures. The bedrooms each have comfortable queen-sized beds where you can recharge for a new day of exploring the city. Our home is a little bit old, so expect some squeaky doors and other charming features. Our home’s West Hollywood location puts Los Angeles’ best shopping, dining, and nightlife at your fingertips. The Sunset Strip, Melrose, the Grove, Beverly Center, and so many other of Los Angeles’ hottest areas are less than 10 minutes away by car (or take Uber to avoid parking hassles). If you enjoy fresh organic food (which you can cook in the full kitchen!), take a 5 minute walk to the West Hollywood Farmer’s Market which is open from 9-2 on Mondays. Afterwards, enjoy a picnic in Plummer Park where tennis courts and wartime monuments are available for the public to enjoy. There are a few great restaurants within walking
## 324
## 325 lovely master suite within a 2 bedroom/ 2 bathroom apt. You will have the room with your very own full bathroom. Weekly housekeeping services available for long term guests. (changing of sheets, towels, and room and bathroom cleaning) additional charges apply!
## 326 The guest room is entirely remodeled and freshly painted with new furnitures. Very private, the only bedroom on the first floor, there is an attached private bathroom that also connects to the laundry room where you can enter through the side door of the house without going though the living room. Fill Privacy. The mattress and bed are new with comfortable queen size memory foam, all furniture are high quality and new. The house is always quiet, clean, and private. No access to common area for kitchen or living room. Backyard, Laundry room and pool are allowed to access.
## 327 The house is on a private property shared with 3 other houses. Amazing creative professionals live in the other houses providing a unique opportunity for community/networking .
## 328 Everyone who visits my home is immediately drawn in by the clean lines and clutter free landscape. As an artist I need a place where I can feel free to relax and create. So much of the work I do takes place in my head so I need the space I live in to be minimal and clean leaving my creative mind able to run wild and paint on the walls. - DM
## 329 From Pomona College 3.2 mile,From Cal Poly Pomona 5.7 mile, From LA/Ontario Airport 8.3 mile.
## 330
## 331
## 332
## 333 1 bedroom with private bath laundry available for a small fee for guest staying more than 2 nights. This guest house is a little further from the street and is behind my main house. It is well lighted, very safe and quiet. Length of stay can be extended beyond 5 days.
## 334
## 335 We are located in the residential area of Hancock Park in Los Angeles. This Spanish style house has been deemed historical by the city. The available guest room and bath are located on the lower level of the house. Ideally located and a 5 minute drive to West Hollywood, 20 minutes to the beach and 10 minutes to downtown, with easy access to bus line and freeways. The house is walking distance to Melrose Avenue, La Brea Avenue, Highland Avenue and Hollywood Blvd. Restaurants are all in walking distance or a quick drive, including the highly desired Osteria Mozza, as well as, Thai, Chinese, Sushi, Italian, Vegetarian/Vegan, fast food, etc. It is also close to museums, The Grove, Larchmont Village, Hollywood Bowl, Universal Studios and Paramount Studios. We are about a 30 minute drive from both Burbank and LAX airport (depending on traffic). There is a shuttle service available just outside of the baggage claim at LAX called Shuttle to Airport that will charge 20 to the house or w
## 336
## 337
## 338 INSIDE THE HOUSE Located on a quiet residential street, the bright blue home has a fenced-in front yard with desert landscaping. The driveway has room for 2 cars, with additional parking available on the street. As you walk up to the front porch, you’ll find a welcoming wicker bench and chair. You’ll enter into the living room, where a red leather sectional offers plenty of space to put your feet up. Open to the living room, the dining room has a 4-person glass table for sit-down meals. It also has a wine rack so plan to bring a few bottles. The dining room connects to the large kitchen, offering an eat-in bistro table for 2 under the pass through. On the other side of the pass through, 2 can dine at the bar-stools. Even if you don’t cook, you’ll appreciate the kitchen’s full-size appliances, cherry cabinets, and granite counter-tops. A toaster, coffee maker, knife block, and blender are handy for quip-prep snacks. Just off the kitchen, a laundry room is equipped with a washer and d
## 339
## 340
## 341 This exceptionally luxurious and modern home is recently renovated, impeccably decorated, and comes with every amenity one could wish for. If you are looking for the ultimate in relaxation and convenience, you have just found your match.
## 342 Open space, big windows for fresh air and sun light. Music friendly.
## 343 The house was originally built for a visual piano teacher, Mildred Southall, by RM Schindler in 1938, and was largely left intact. We've lovingly restored both full bathrooms. The floor has recently been taken back to linoleum, as in the original design. Bedrooms have original Fir floors. Schindler's intended tones of "gray green" and "grayed green blue" are still present throughout the house. Central heat/air have been updated. The flexible space was designed to function as Ms. Southall's personal living space as well as her teaching studio, accommodating two grand pianos, blackboards & music racks. The expansive view of Los Angeles was designed to be enjoyed from as many rooms as possible. From design historian Esther McCoy: "A transitional work was the 1938, combination music studio and home for Ms. Mildred Southall. The plywood which formed an interior and exterior skin was treated with remarkable sympathy. This product of industry had great pliancy in Schindler's hands and was a
## 344 For Reviews-this is a brand new listing, please see my other listing where I have over 30 great reviews, https://www.airbnb.com/rooms/3403905 This is the perfect spot for visiting LA! Echo Park is one of LA's most desirable neighborhoods and my little guesthouse is perfect if you're looking for a new, clean & comfy space walking distance from Sunset. Wireless Internet. French press. Stove, Refrigerator, Porch, Patio, Outdoor gas grill.
## 345
## 346
## 347 Private little hideaway in the Elysian Park.
## 348 *Charming 1920's building occupied primarily by artists/musicians (but somehow still quiet?) *Street parking only but plenty of parking on a safe neighborhood street! I never have any trouble finding parking :) *Located down the street from music venues The Echo/Echoplex, eateries Masa of Echo Park, Ostrich Farm, The Lost Knight, Dinette, The Brite Spot as well as Origami Vinyl Record Store. *Vintage clothes shopping at American Vintage, Out of the Closet, American Superior Used Clothing, and Lemon and Frog to name a few. *Check out one of my favorite beer and wine bars El Prado. *One block from recently renovated Echo Park Lake as well as additional grocery stores/restaurants/pharmacies (Lassens,Vons, LF Produce, Sage Vegan, Senor Fish, Xoia, Taix, Costa Alegra, Walgreens.) *One block from public library and several public transit stops. *20 Cleaning Fee
## 349 We have a one bedroom apartment in a quiet building.
## 350 The space is a private living room, 1 bedroom with full bath.
## 351 The room is very bright and spacious with minimalist decor, giant closet, nightstand, lamps, chair, private bathroom, and the bed.
## 352 Beach location and great roof deck
## 353 Entertain family and friends in a large REMODELED home with 3606 square ft. open concept entertainment space with downtown park / city views near the beach! - Relax in one of the 5 Bedroom, 4 Full Master Bath Rooms including a 980+ square foot top floor Master Bedroom Suite with fireplace, bar, views and a bathroom big as a kitchen - Exercise and lounge in boulder lined pool, jacuzzi, waterfall, fire pit, sectional couches, lounging chairs, out door dining, BBQ, garden and two decks with kitchenette off the pool - Catch up with families in bright open concept living with 2 fireplaces, hardwoods, dining for large groups with built-ins, stocked kitchen with granite, stainless steel 6-burner Viking stove, oven, microwave, etc. Unlike Manhattan Beach parking, we have a driveway and plenty of street parking Near Public Transit, Ocean Access, Pacific Beach Ocean Quiet Double Pane Windows, Skylights NEW Beds – 22 NEW REAL Beds Type – Bed Type – (Sleeps 30 Total in REAL Beds!) Bedroom 1 “Fami
## 354 Our space is an open, 14 foot vaulted space. It's very clean and calm! The beds are amazingly comfortable! Its a great place to come back to after a long day of exploring and relax, browse the internet and get a good night's rest!
## 355
## 356
## 357
## 358
## 359 Our cozy home in a safe neighborhood of Glendale has a nice private bedroom with great amenities for up to two travelers or business people to enjoy. The house is within a short walk to Disney's creative campus, Dreamworks, 7-11, Sushi Joint, V Boulevard Cafe, Angel Thai Cusine, Manor park, Brewyard Beer Co., and many more local favorites. We are also only a short 5-15 minute drive/uber away from Bob Hope Airport, downtown Burbank, Hollywood, downtown Glendale, the Americana, Los Feliz, Silverlake, Pasadena, Downtown LA, New York Film Academy, Glendale Community College, USC, Trader Joe's, and Ralph's. Our household includes my fiance Sahar, myself, a friendly black lab, and nice tiny kitty with a cute lion cut.
## 360 The Garden Guest house is airy and bright. The space has all new plumbing, and electric so everything is up to code and convenient. Sky light in the bedroom gives you a peek at sunlight in the morning. Funky furnishing add to the unique charm of the place. Stocked with pots and pans for a home cooked meal.
## 361 Our house is in a very beautiful, safe & quiet neighborhood. It's a perfect spot for travelers who want close access to all the sites of the Los Angeles area but still want a quiet / safe place to stay at night. Our house is also great for business travelers who need the amenities of a hotel (ironing board & iron, printer / scanner, desk) but prefer to stay in a nice neighborhood and avoid a busy hotel.
## 362
## 363
## 364 Its privacy and accessible. Full screen HD TV, Full cable HBO and Wifi. Full length mirror closet. Full bathroom. Laundry room access. Kitchenette.
## 365 Beautifully remodeled studio in a private gated home in north glendora, this studio is completely remodeled in a safe private resident with a private balcony over looking San gabriel valley towards Los Angeles. 20 miles drive to Disneyland and 20 mile drive to downtown Los Angeles, 20 mile drive to Ontario mills mall and Victoria gardens mall. 7 miles to ranging waters, 13 miles to downtown pasadena. This our home is located boarder of national forest, in a very quite location.
## 366
## 367
## 368 many popular tourist destinations; Malibu, Universal Studios and City Walks, Downtown, Beverly Hills, Hollywood, Ventura Blvd., Topanga Beach. 2 minutes walking distance to bus lines and 5 minutes walking to The Northridge Fashion Center, Great Shopping, Restaurants, Bars and Theaters! Coffee and pastries every morning. Full gourmet kitchen Premium Cable Movie & Sports Channels Full service business center House Phone/with unlimited nationwide calls 2 House Computers & Fax/Copy machine Wi-Fi enabled common areas Patios with BBQ grills and firepit Swimming Pool/Spa Landscaped with flower gardens, fountain, sprawling green lawns, orange, lemon, peach, apple, fig, pomegrante, and grapefruit trees. Flat screen HDTVs in rooms New mattresses & linens Game room, Pool Table, Dartboard, Real Las Vegas Slot Machine Washer & Dryer 2 Fireplaces Bicycles available to use We also have 2 cars when available to rent @150 flat rate/week, including insurance. We provide all laundry soap, bl
## 369 One full bedroom and bathroom in a two bedroom apartment. There is a full kitchen and dining room. Bottled water, coffee, snacks, and fruit are always available. There is a treadmill, cable television, DVD, CD, and Internet access. The bathroom has a tub and shower. There are hundreds of books in the apartment. The building has a laundry room, 1.50 to wash, (down the hall), pool, and barbeque area. This building is a ten minute walk to CA State University Northridge and a thirty minute drive to Hollywood. The bus stop is one block away, and there are express buses to the train station and other destinations. I prefer no pets. Smoking is fine; there is a balcony area. The building is locked, patrolled by a security agency, and the maintenance crew is excellent. This is a college neighborhood. It is a safe, friendly, suburban, family-oriented place. A lot of people walk and jog in the evening. The Fire Department is across the street--so there are occasional loud siren outbursts. The p
## 370 This room is located in a quiet/unique LA neighborhood, surrounded by trees & sounds of birds & fountains. This paradise is close to CSUN, metro, hiking trails, city attractions (Disney, Hollywood, Universal Studio, Six Flags Magic Mountain & the beach and more)! Or just relax in a beautiful garden, by the pool! The room has a queen size memory foam mattress/bed and its own TV. It's comfortable & private, perfect for one or two. Continental breakfast is also included.
## 371 the space is large and in total is about 1300 sq ft between the 2 rooms. A bathroom is in one of the rooms, and both rooms lead into a closed adjoining patio area that serves as your own living room, and kitchen area private to your own use. The patio is 500 sqft and has a fridge, cooktop, lots of space for guest and has a 3 piece couch set to use.
## 372 The private guest studio is in a 1930's Spanish house on a dead end street that butts up against Griffith Park hiking trails. It has a private entrance, private patio space, Spanish tile thruout, a big shower and old fashioned casement windows that give the space a airy happy vibe. It also has a lot of closet space.
## 373
## 374 A beautiful home with a bathroom
## 375 It is a cozy private entrance apartment in the outskirts of the city.
## 376
## 377 Private studio with separate entrance in the heart of Silicon Beach. Have your own centrally located apartment in LA close to LAX, beaches and 405, 10, and 90 freeways. Five minute walk to YouTube and (website hidden) campus, Starbucks, Whole Foods & Playa Vista Runway. Chef's kitchen with Bertazonni range, Miele dishwasher, microwave and refrigerator. Short bike down Balona Creek bike path to Playa DelRey Beach and Marina Del Rey. The bike path continues north through Venice Beach to Santa Monica and Pacific Palisades, and south to Manhattan Beach. Dogs welcome with 25/night fee per animal. No cats, we are allergic.
## 378 * Air conditioner and heater system. * Sparkling clean shower, body wash, shampoo, conditioner, body lotion and blow dryer * Large closet * High speed WiFi, TV is available just in family room. * Private entrance, private room and private bathroom. ** The room has a very comfortable queen bed with brand new mattress, down pillows and comforter. * Small refrigerator inside the closet. * Parking available. CLEANLINESS is a high priority for our listings! You'll find your surroundings very quiet, calming, importantly, squeaky clean!!
## 379 Location, location. In the heart of Encino, your accomodation is just 15 minutes from universal studios and within walking distance of restaurants, shops and public transportation that will take you to the best of Los Angeles' fabulous attractions. Please contact me with any questions or if you need more information.
## 380 It is the living room with a sofa and dining table only for your use. 2 kinds of mattresses are on floor - real mattress and traditional Japenese floor mattress. We do not use the living room. However kitchen is connected via a gallery and though you can see nothing in kitchen, during day you may hear cooking noise as the whole house is very quiet and that would be the only noise.
## 381
## 382
## 383 This private room in a 4 U apartment. New remodeled. New paint, new carpet, nice and new windows and curtains. Almost all furniture are new. Full bed, new bedding, side table, lamb, closet. Airbed for 3rd guest. (if you need it, book as 3 guests) Max 3. NO visitors. We provide fresh bedding, towels, shampoo, body wash, hand soap, hangers Hair dryer (shared) Fan for summer guests Wall furnace in hallway (temperature can NOT be adjusted ) Free coffee anytime :) Free wifi Free parking is possible. Only one parking spot for 2 rooms; first come first serve. Kitchen: (shared) 2 mini refrigerators, microwave, toaster, coffee maker, cups, knives, (URL HIDDEN) stove. Good for heating up or light cookers; NOT good for major cooking Dining table, chairs Bathroom: (shared) new sink, shampoo, body wash, hand soap Living room : not useful at all 7 miles to Manhattan Beach 10 miles to LAX (airport) 20 miles to Universal Studios Hollywood 25 miles to Disneyland Park
## 384 Welcome ALL guests, who will keep my home clean and respect it! Read the ENTIRE description before booking ! This private room, shared Bathroom, dinning area, kitchen (no stoves) Its on 2nd floor. No one above, but people below. Full size bed. No visitors. 2 big windows, so bright & airy. Nice and new window through out the whole home (block much noise from outside) New carpet, new paint, new bed and bedding. We provide: fresh towels, shampoo, body wash, hair dryer. Away from home, still sleep well, take nice shower, prepare simple meal by using microwave for less . This big private room: New bed and bedding (full size) side table writing table; chair Freshly clean towels and sheets Shared bathroom. Shared kitchen and dinning area (NO stoves, not good for major cooking, but heating up) microwave, 2 refrigerators (compact); toaster, coffee maker (free coffee anytime); plates, bowls, forks... Heating: wall furnace in hallway. Fan for summer guests. Living room: NOT useful at all par
## 385 Read entire description carefully before booking. It is a 2 bedroom apartment in a 4 U building. One bedroom is locked, then it became a 1 bedroom apartment. Big bed room; big living room. Nice kitchen NO stoves and oven. Then no cookwares. Do NOT bring your own cools and cook here. Only microwave, 2 mini refrigerators, toaster, coffee maker. Some forks, spoons, plates, bowls, cups. One full bed; one twin; one futon; if booked as 5 guests air bed will be provided. 40" Flat TV Free parking: for up to 2 cars. first car park inside the garage; second car park behind it. NO huge vehicles are allowed on site. (like 8 passenger car or big trucks...) Free wifi: do not down load anything against copy rights or wifi will be disconnected almost right away. It is Time warner 100 MGB cable internet. (fastest one) We provide fresh bedding, sheets, bath towels, mat. Hari dryer, shampoo, body wash, hand soap Make your coffee anytime. (free of charge)
## 386
## 387 This is our home, not a hotel, so we are seeking respectful people who are ready to meet Angelinos; or not ;) and/or enjoy a quiet stay.
## 388 Beautiful, privet, stand alone, Large Studio with hardwood floors, in a secured Triplex. Very clean and cozy. Smart 40" TV, internet and Wi-Fii. Bedding: all 100% cotton and down comforter . Furniture: All new, queen bed, new mattress, extra sofa bed. Blackout curtain for an additional comfort. Iron & Ironing board. Air condition and heater. Extra portable heater and fan. Air purifier. Kitchen: Fridge, Oven, micro wave, coffee maker, eclectic kettle, coffee cream and sweeteners. All basic necessities such dishes, pans, pots, glasses, and much more. Bathroom: full bath , shampoo conditioner, soap. Patio: big, privet, table and chairs . Shared garden (neighbor’s have two cute and friendly Boston Terriers that play at time in the shared garden)
## 389 This is our 2nd story Master En-Suite with private entrance, we live below so we ask that you are mindful of your noise level. Custom made bar height dining table for 2. On a clear day there is a peak a boo view of the Griffith Observatory from bedroom window. Comfortable queen sized bed. Kitchenette: sink, dishwasher, fridge/freezer, microwave, Keurig Machine. French doors lead to an outdoor deck for alfresco meals. Spacious bathroom with double sinks and quartz counter-tops.
## 390 This duplex has everything you need! It can accommodate four people, with one queen bed and one queen sofabed. All appliances are brand new and stainless steel! This unit also includes a washer and dryer in the garage, as well as two AC units (one in the living room, and one in the bedroom). There is parking on the street as well as additional parking at the garage! As a courtesy, we leave our guests with coffee, tea, creamer, shampoo, body wash, bar soap, toothpaste and towels! OUR goal is to make YOU feel at home.
## 391
## 392
## 393 This listing is for the Master bedroom in my 3 bedroom Home. It has a new Cal-King mattress (that's the biggest size bed made), a walk-in closet, a built-in desk, a chair, lots of natural light, a fan, air-conditioning, and a TV with a DVR. You will get a key for the lock on your door. A large bathroom is next door. A 2nd bathroom is in the front part of the house. This is a 3-bedroom house, with 2 bathrooms that are shared just like at a regular home. I often have guests in the other rooms too, but since everyone is gone most of the time, it is unlikely you will see anyone else. Please, no children, or pets. We have 4 dogs who stay on the property, all gentle and well-behaved: -Faith, an 8 year old female German Shepherd who likes to lay around and sleep mostly. She doesn't bark and will probably just look up and wag her tail when she sees you, but won't want to take the trouble to stand up to welcome you. She's fits our home, very mellow and peaceful. -Chiquita, a 10 lb. Chihu
## 394
## 395 If you would like to stay in a private house away from the hectic city life you are at the right place. Secluded with sounds of nature you will be nicely recharged each day you should stay at our property. Our living room has a view of Griffith Observatory and the park below, both park and observatory can be reached by foot. Our home is fully equipped for your stay. Humming Birds are our daily visitors at the house. Food supermarkets, restaurants and bars are also very close if you wish to dine out or cook at home.
## 396
## 397
## 398
## 399 The space is in a modern day castle in the Hollywood Hills. It is located on the 5th stories above street level. Great views of the Hollywood sign, Hollywood Hills , tinsel town and other landmarks. Private entrance. There are 2 private sleeping area and 2 sofa beds in the living room .
## 400
## 401 The house is located in the historic and hip neighborhood of Highland Park, Los Angeles. It's known for it's cool bars, coffee shops, vintage boutiques, and restaurants run by locals. All within walking distance. Top spots to visit: Coffee- Cafe De Leche- York/ Ave. 50, Stumptown coffee, free wifi during week, family friendly, across from Highland Park Park Civil Coffee-5629 N Figueroa St, cool guy coffee, really well designed interior Bars- The Hermosillo- 5125 York Blvd, Great beer, wine, and small bites, Great vibe and people, Home of Highland Park Brewery The Hi Hat- 5043 York Blvd, Cool new music venue, used to be old school billiard hall Sonny's Hideaway- 5137 York Blvd, swank cocktail bar and restaurant The Highland Park Bowl- 5621 N Figueroa, Cool new bowling alley and bar Restaurants: El Huarache Azteca- 5225 York Blvd, amazing local mexican Joint, order the Huaraches!!! Maximiliano- 5930 York Blvd, Modern Italian Town Pizza-5101 York Blvd, NY style pizza w/ flair The Highla
## 402 A newly remodeled, completely private large studio, with tons of light, high domed ceilings, hard wood floors, AC and ceiling fan, and a big, beautiful custom bathroom with an eight foot glass shower and marble tile. There's a dresser for your clothing/personal items, wireless internet, and a new Room & Board sleeper sofa that opens to a very comfortable, Cal King foam mattress. Clean sheets, towels, hair dryer and shampoo will also be provided.
## 403 La Casita de Secoya (the little house of redwood) sits well off the street, under tall shade trees frequently filled with singing birds. Sometimes a flock of wild parrots may even fly in to sit with you for a while. Fully furnished and great for long-term stays (preferred), the home is a cozy one bedroom that you can use as a two thanks to a custom barn door that converts the living room into a bedroom. Dine inside at the kitchen counter crafted from distressed reclaimed lumber, or outside under the trees and stars. There's a fire pit and wine glasses for drinks and conversation. While the casita is hidden and quiet, it sits just 2&1/2 blocks from York Boulevard, which Condé Nast called "the coolest street in Los Angeles." You'll be in the heart of Highland Park, one of Los Angeles's hippest neighborhoods, full of all kinds of creative artists. It's only a seven-minute walk to some of HP's greatest establishments and events, like the Café de Leche, The York Grill, Hermosillo Bar, D
## 404 Beach-ready and amenity-packed at a great value for your next short or long term stay in West Los Angeles. Conveniently located two blocks from Venice Beach, 10 minutes, this community is perfect for business and leisure travel. Enjoy resort-style amenities and services - pool, tennis courts, billiards room, on-site dry cleaning and fitness center - without the resort price tag.
## 405 Beach-ready and amenity-packed at a great value for your next short or long term stay in West Los Angeles. Conveniently located two blocks from Venice Beach, 10 minutes, this community is perfect for business and leisure travel. Enjoy resort-style amenities and services - pool, tennis courts, billiards room, on-site dry cleaning and fitness center - without the resort price tag.
## 406 There is a full mattress in the aft suitable for two and a very cozy v-birth bed up front. The boat contains a small refrigerator, stove, and grill for cooking purposes. The sunsets and sunrises from the deck are absolutely astonishing and not something to miss while you spend time in the Marina. Step out from to the bow at night to catch an amazing glimpse of the stars after the sun has gone down.
## 407
## 408 Nice sized room with a beautiful window, new window coverings, new full sized bed, Down comforter, hardwood floors
## 409
## 410 Hi, I'm Ross. I love this home and am proud of the relaxing vibe I've created here. The backyard with its tiki theme is my favorite for hanging, swimming or playing cards with friends.
## 411
## 412 Spacious room private room with kitchenette, bathroom and sitting area. Guests are provided a key to the house and are free to come and go as they please.
## 413 We put a lot of love to make our home nice, cozy and pleasant to stay at. We have plenty to offer: -fireplace which can be turned on with gas or wood (booth ways work) to keep you warm and romantic - a minibar set up with different shakers, glasses and straws to mix things up - big TV, sound system, evening neon lights for ambient atmosphere - work space with desk and printer - Hawaiian hammock to relax in
## 414
## 415 Quite, clean and private. In the heart of Culver City! Next to the beach. Minutes from free way and closer to Fox Hills and West Side Pavillion mall.
## 416 It's an 8 mins drive to Abbott Kinney, 10 mins drive to beach, 5 mins drive to Venice. Great restaurants near by. 15-20 mins from LAX airport.
## 417 It is my primary home, so there are comfortable quality furnishings, attention to detail and it is cozy in feeling. Guest bedroom comfortably fits two with queen bed and has recently updated powder room attached. Hall bath is separate tub/shower and shared with owner. Beautiful outdoor space with fenced in backyard, new outdoor furniture, gas grill and lush plantings.
## 418 Our Guest House is detached from our main house with its private entrance providing complete freedom and autonomy to our guests. The Guest House includes a separate bedroom with a queen bed and a closet, a private bathroom with shower and toilets, and a large living space with its own kitchenette (small fridge, micro-wave oven, coffee machine, toaster), a dining / working area, and a living room with a very comfortable sofa (that can be used a an extra bed), a large armchair, a coffee table and a TV with Netflix, Apple TV and Wifi. Our guests can enjoy the outside area in front of the guest house that has 2 lounge chairs, a small coffee table and a foldable Ping-Pong table.
## 419 200 sqft studio/bungalow in a lot shared with another three Bungalows, also listed here on Airbnb. Best fitted for singles or couples looking for little time inside home and more time exploring the city. We have a small kitchenette, but it's more suited for food "emergencies" and snacks :)
## 420
## 421
## 422 Located behind the Historic Venice High School having involvement with such films as Grease, Britney Spears' Hit Me Baby One More Time, Dazed and Confuses etc. This rooftop apartment is perfect for guests and business trips. This is a private bedroom with attached bathroom. This space is a 4 bed/4bath. The tenants are professional musicians. During this time there will be 2 tenants on the first floor and one on the second floor.
## 423
## 424 The actual apartment is kept very clean and organized, and we ask you to help us do the same upon your visit. We have a no shoes inside policy as well. Our space is really nice because of the location! We are only 2 miles from the beach, an leisurely bike ride. It is also great because if you have a car, you can actually park anywhere on the street without any time restrictions and you only need to be mindful of street cleaning that happens once a week.
## 425 This is a spacious home with a full kitchen, living room, 3 bedrooms, bathroom, and two big yards. The outdoor spaces are wonderful to sit in with a cup of coffee. We can provide an additional portable bed as needed. Couch can comfortably sleep 2. Also provided: Apple TV and Xbox 360. Apple TV streams iTunes, Netflix, and Hulu Plus if you provide your own account login. The neighborhood is beautiful with lots of open green space. It is part of an architecturally significant tract built as part of the mid-20th century modernist architectural movement and designed by Guggenheim Award winning architect Gregory Ain. It is located just two miles from local Venice and Santa Monica Beaches, Santa Monica College and just 15-20 minutes by car from Beverly Hills, Marina Del Rey, Westwood (UCLA), Malibu or Century City. Public Transportation is available a few blocks from the home. We live just a few minutes from Interstates 10 and 405. There is on premise parking and ample street parking as well
## 426
## 427 A 500 sq. foot completely updated private studio apartment attached and directly below a private home in the Mar Vista area conveniently located between Venice, Santa Monica, Culver City, & Marina Del Rey. The studio features a private entrance, separate living/bedroom area with a queen sized bed for up to 2 people and a queen sized sofa bed for a third and 4th person (additional fee applies), Free WIFI Internet (3 wireless networks with 75Mbps Download/75Mbps Upload) and DISH Network on a 50 inch flat screen TV. You will have a private bathroom with shower and plenty of clean towels, also a well stocked kitchenette including a Keurig coffee maker, microwave, hot plate, toaster oven and a full size refrigerator . The studio boasts a private spacious 4 person dry sauna. PLEASE NOTE: ceilings in studio are 79 inches and in the bathroom are 76 inches high. The 5000 square foot backyard has 450 square feet of grass and a modern 15 x 30 foot saltwater pool and Jacuzzi (spa). The pool is
## 428
## 429 Loft ceilings and lots of natural light. French doors, large windows with Blackout roman shades. Big sectional with Big screen Cable tv, including HBO and Showtime. Cute bathroom with tiled shower. While we do not have a kitchen, there is a mini fridge, and 1 cup coffee maker.
## 430 Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, (SENSITIVE CONTENTS HIDDEN), Symantec etc - 10 min to Santa Monica Co-working space in a living room (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA!
## 431 Bedroom 1: King size bed. Bedroom 2: Queen size bed. Large open kitchen with refrigerator, dishwasher, gas stove, microwave, toaster oven and lots of cabinet space. Open and clutter free. Private yard and patio with patio furniture and heat lamp. Hardwood floors throughout. Broadband internet connection, cable tv, parking, portable AC unit and utilities included.
## 432
## 433 Kitchen is open to a large great/room (tons of open space), big backyard with a BBQ. Cable, Internet/WiFi, A/C and Heat, washer and a dryer provided.
## 434 Open,airy, beachy and centrally located! You can walk or bike anywhere. Great location for special events downtown. Bars, restaurants & Gay Pride within walking distance of just a few blocks.
## 435
## 436
## 437 AS AN FYI AIRBNB DOES NOT CHARGE THE DEPOSIT TO YOUR CREDIT CARD, Its only reserved. Superbly Located directly across from the Pacific Ocean and Bluff Park with steps to the beach across the street for the boardwalk for biking, rollerblading or walking This is the Entire Ground Floor .. I own the whole Building , there are 2 Villas located on the 2nd floor that sleep 6 each. on airbnb, double click my picture to see the Ocean View Villas. There are doors to the Outside from the Living Room, Kitchen & Dining Room & 2 Bedrooms which allows for Great Family Entertaining *.All doors have extra locking devices to Protect young children. Ocean View Living Room *50" TV with cable * HD Dvd Player * Wireless Internet * Dvd Library * Music library * Games Ocean View Gourmet Kitchen * Microwave * Toaster * Coffee Maker * Blender * Juicer * Rice Cooker * Sandwich Maker * Icemaker Partial Ocean View Dining room * Seating for 8 * Bistro seating for 4 in the Kitchen All Bedrooms have something dif
## 438 Close to St Mary Medical Center, light rail to downtown LA, Queen Mary and Long Beach Convention Center
## 439 It's colorful , comfortable, and open!
## 440
## 441
## 442 5 Blocks from Ocean, and just over 2 blocks to very nice 1/2 mile long commercial district with lots of restaurants, bars, shopping, coffeehouses, etc. House has Jacuzzi in backyard, free WiFi, guest computer, 4 huge flat screen TV's (one 65" and two 50") Convenient to Los Angeles, Disneyland, Knott's Berry Farm, Queen Mary, San Diego Public Transit is two blocks away. House has SIX PATIOS !!! Two on 2nd Floor (One for the Master Bedroom), and 4 on ground level. A natural gas barbeque and seating for 8 in one patio outside the kitchen. There is a cute small market at the end of our street, just a block away. It looks like something from the 1800's! Nice Washer and Dryer included. 3 Full Baths, and one Half Bath off kitchen Bedroom Breakdown: 1 Master Suite, King Bed, with private bathroom, and smaller couch that folds to bed of 29" x 80" 1 Guest Bedroom, Queen Sofa Bed (shares full bath with the Music Room) 1 Childs bedroom, with two single beds 40" X 74", and private bathroom 1
## 443
## 444 The area is completely private and was originally the master bedrooms of our family home, built in 1925. We live on the lower floors and are available to give help and guidance at any time. The spacious rooms are full of light and warmth. Beautiful views from every window.
## 445
## 446 Enjoy conversation around the cozy fire pit serenaded by falling water fountains cascading from the second level, or al fresco dining in a saltillo tiled courtyard dining area. Situated blocks from Sunset Junction, this location provides easy access to the best of Los Feliz and Silver Lake--two of the best neighborhoods in Los Angeles. Walking distance from numerous great bars and restaurants, close to Hollywood and Griffith Park, proximate to downtown LA. Located 5 blocks from the Metro Red Line. The rustic cottage is on the same property as the main house that we, the owners of the house, live in (we are husband and wife in our 30s). The cottage is a cozy, private, free-standing structure (a guest house) with its own entrance and bathroom. Note that the outdoor spaces (pool/jacuzzi/yard) are shared with the owner. There is another Airbnb listing on the property, too. There's a flat across the courtyard from the cottage. During your stay, other Airbnb guests might be stayin
## 447 A gorgeous 1906 Craftsman style duplex house-apartment in the heart of the Los Feliz Village neighborhood in Los Angeles. This is a quiet duplex home (one half) just steps from all the action - and this is one of the few LA neighborhoods (like Venice and Santa Monica but more accessible to Hollywood, Burbank and Griffith Park) where you can really walk everywhere. In fact, if you don't want to rent a car (Enterprise just down the street if you do) you can even get to most places with Uber/Lyft - ask me about discount - or by the local Dash bus and subway (yes, subway) all within walking distance. Sandwiched between Franklin/Hollywood/Vermont/Hillhurst - There are bars, restaurants, yoga, a great bookstore, movie theater, 24-hour diner (Fred's 62), cafes, coffeehouses (yes, even a Starbucks if you need it), grocery store, library, post office, banks, Griffith Park with Observatory and more, all just steps away. Plus it's an easy 20-minute walk to Silverake/Sunset Junction hotspots. T
## 448 This property is offered as a comfortable alternative to a High Rise Hotel . This 2 bedroom 1 bathroom unit is part of a triplex in the heart of Los Feliz, This is on the upper floor and does have one flight of stairs going into the unit. Great restaurants in Los Feliz Village, the Observatory, Greek Theatre, golfing, hiking, the LA Zoo, Dodgers Stadium and much more are just minutes away. Near the 5 Freeway. The dark hardwood floors throughout creates a feeling of comfort. The living and dining rooms offer stylish and comfortable furnishings. Each of the bedrooms has large closets . The Master has King Bed and the 2nd bedroom has Queen Bed. The gourmet kitchen includes dish-washer and washer and dryer, microwave and any other appliances you might need. This cute apartment also features central air for your added comfort. The property is gated for added privacy and one parking space is offered for your convenience, the parking is perfect for mid-size car but not SUV. NON-SMOKING APARTM
## 449
## 450 This 1920's home has a very cozy yet luxurious layout - each room invites you toward the beautiful garden and as soon as you step through the door it feels like you are far away on vacation. However, as the house is tucked right between the amazing neighborhoods of Los Felix and Silverlake, when you are only a quick walk to Trader Joes and many wonderful neighborhood restaurants, pubs, bars and shops. Griffith Park is a five-minute drive and you are only a 10-12 minute drive from Hollywood, Burbank, Glendale, Atwater Village, etc. Wonderful nature, shopping, dining and art scenes all extremely close!
## 451 Our home is across the street from one of the entrance to Griffith Park, home of The Observatory, Trails Cafe, many hiking trails, The Greek Theater and the Zoo. Within a mile are many great restaurants on cafes in the heart of Los Feliz village on Hillhurst and Vermont as well as grocery stores and other amenities.
## 452 Walk to the ocean and all Venice Beach bar and restaurant. Great host, perfect communication.
## 453 This private room has a queen-size bed and a pull-out sofa. We provide sheets and towels.
## 454 Incredible textured walls. Mint condition vintage furniture. Shower and bathroom.
## 455
## 456 Microwave, refrigerator, coffee pot in your suite. Cable T.V., fast wireless internet. (URL HIDDEN)
## 457
## 458
## 459
## 460
## 461 Hello!! IT REALLY HELPS US BOTH IF YOU READ MY NOTES :) The lovely 2 bedroom apartment is separate from my house but still on the same property. I live in the Main home which is painted blue. There's normally someone around if you need. Feel free to join us or do your own thing. "The cute 2 bedroom fully self contained apartment with its own kitchen and bathroom is located at the back of my home, about 15 meters from my balcony steps". The unit is separate from the home "ITS YOUR OWN PRIVATE SPACE WITH YOUR OWN PRIVATE DRIVEWAY". I live in the main house not in this apartment. The unit can sleep 8 people in the "2 bedroom", so just to reiterate there is 1 dble bed, 1 queen bed, a futon sofa couch that sleeps 2 and we have additional cots for more people. There are 2 air conditioners in the apt, one in a bedroom and 1 in the main living room. It also has 2 heaters. The 2 bedroom unit is large, Provided is a kettle, toaster, large fridge, TV with cable, private bathroom, cutlery, b
## 462 Welcome to our unique shared space. This communal setting is wonderful for meeting like-minded people (many creatives, explorers and professionals alike) and sharing experiences. It is a spacious unit with separate entrance, new bathroom, fridge, microwave. It has a divided area for your comfort - you either, read, work, eat.
## 463 Welcome to my lovely 1920's home! Full of style and vintage decor this charming space aims to please. Located in historic Country Club Park it has a perfect view of the Hollywood Sign, and is just 10mins away from Beverly Hills, Hollywood, Downtown LA, West Hollywood, and Larchmont. ***The space is available for film and photo shoots upon request. Please note special Rates will apply. During your stay you can relax, and spread your wings as you will have private access to the entire home which includes: Your Bedroom with a Queen sized bed, full Lliving Room, Dining Room that seats 6, Kitchen and Bathroom. The space comfortably fits 6 people. The space is filled with tons of natural light, and fresh air. One of its many highlights is that it has a plethora of windows. The beautiful Hardwood floors, Large windows, French Doors, and Hollywood Regency decor are just a few of the unique features that this stylish space has to offer. During each stay you can expect fresh flowers, Clean Whi
## 464 This main bedroom is very spacious with a view of the mountains, a tv, and a double bed with a foam/boxspring mattress. The second available room size is moderate, with a queen air mattress that people have found quite comfortable. You will have access to either bedroom, when available. Our home is cozy, yet updated. We look forward to your stay...
## 465 The large main floor of the guesthouse features a living area, dining area, kitchen, and bathroom (with shower, no tub). The entrance is off the main driveway, completely private, but there's an additional door on the other side that opens to the BBQ area. Upstairs is the bedroom, with a queen sized bed, a desk, two dressers, an armoire, and French doors that open to a spacious private deck. Downstairs is a twin sleeper in living room. Sleeps 3. One to two upstairs, one downstairs. Access to the property is off a private paved road, the neighborhood is very peaceful and quiet.
## 466 我的民居适合华人商务、个人旅游,靠近华人超市168,光华超市,走路即可,更有众多的中国餐厅遍布valley大街两旁,请您尽情享受舌尖上的美味,去LAX也不过半个小时,去downtown大约15分钟。附近还有Golf Park让您在旅游之余享受挥杆乐趣。距离著名的Citadel outlets 也是十五分钟路程,方便您的购物体验。
## 467
## 468 A rare 1 bedroom Single Family House! A clean and private place for you to enjoy. A sofa that is of good size and comfortable for a good night sleep. Hardwood floor throughout the interior so please take shoes off upon entering the house. Take a nice, hot shower after your day! We have everything you need during your trip in LA. Stainless Stove/Oven, Refrigerator, Microwave, and Kitchen Wares, Boiler, Washer/Dryer, Printer, TV are all ready to use! Filter water is available and feel safe to drink, I drink them myself!
## 469 Walking distance to multiple campuses and office buildings.
## 470 Close to Chinese restaurants and supermarket
## 471 This is a 3 Bedroom 2 Bathroom Home. It is located in a small 4 unit building.
## 472 We are a Small European style Hotel offering comfortable rooms with flat screen TV's, mini-fridge, microwave, free HBO and Wifi , and free parking at less than half the price of hotels in the area! Guests can use our Community Kitchen, coin operated laundry, and three clean shared bathrooms. We are onsite to help with any needs you might have :-) We are the coolest part of Long Beach, with tons of nightlife just across the street and walking distance from Long Beach's major attractions (Aquarium, Pine Ave, Convention Center). We are located two blocks from the Long Beach Transit Mall where the Metro Blue line and several connecting buses meet. In addition there is the free LB Passport bus which takes you around downtown every 15 minutes at no charge! We also offer free loaner bikes!
## 473 As you can see from the photos, my place is pretty simple for I really enjoy the airy space filled with refreshing ocean breeze. I hope you'd enjoy it just as much as I do! Please feel free to use anything you need in the house! You don't have to be really quite or anything. I'm super easygoing so seriously, make yourself at home! You have full access to: Your private bedroom (includes 4K TV with ChromeCast!) Shared bathroom (next to your door) Kitchen Living room Parking is available
## 474
## 475
## 476
## 477
## 478
## 479
## 480
## 481 Your rental space is complete with your very own PRIVATE access door/key, and is located on the ground-level - it's like having your OWN 1-bedroom apartment!! The bedroom is equipped with a double bed, closet, couch, cable TV and wireless internet. *this space can be furnished or un furnished to accommodate. Your full bathroom is located next door off the hallway. A walkin - standing glass shower, sink with lower cabinet storage, and medicine cabinet storage as well. ************ You will have access to the fully furnished kitchen & small dinning area. You will also have the use of the washer/drier - detergent provided for short term guests (1-10 days) only. All bed/bath linens (and beach towels) are provided.
## 482 I will contact you prior to arrival on how you'll receive the key to the apartment.
## 483 Location, Location, Location. I am 2 blocks from the ocean, and 2 blocks from a public Olympic sized swimming pool. Its 3 blocks from the famous, fun and upscale 2nd street in Belmont Shore and Belmont Pier. Great restaurants, coffee houses, bars, pubs, marinas, and beaches. The unit features all new carpet, furnishings and decor, kitchen sink, microwave, stove, fridge, washer/dryer in the unit, and futuristic shower. Pots, pans, dishes, and silverware, towels provided. Full cable with all the movie channels, and free high speed wireless internet. A detached unit with private entrance and access to gated patio area and redwood deck.
## 484
## 485 This Penthouse is the only Penthouse of the building giving you unique privacy and a home feel. It's equipped with all you need for a short to longer stay and it's conveniently located near the beach, downtown and the marina. Come enjoy this excellent location in the East Arts District of Long Beach.
## 486 5 mins WALKING TO CONVENTION CENTER Live with Style! This Beautiful UNIT offers a Queen bed and a Sofa Bed, with a one bathroom. Parking is included, WiFi, state of the art Kitchen, GYM, HDTV with Cable, Towels, Fresh Linens and is professionally clean. WALKING DISTANCE to LONG BEACH PIER, QUEEN MARY, RESTAURANTS, BARS, AQUARIUM, ETC ETC. All UNITS with Washer and Dryer Dog Wash & Dryer (by GYM) Attached to Building: Cafe Pilates/YOGA place Johnny Rockets Top floor Cuban Restaurant/Bar/Live Music and Club Walking distance to Restaurants on Mains Streets
## 487 California King motionless waterbed with lighting
## 488 The Rose Suite is on the second floor, accessed by stairs. There is a shared deck with a table and chairs that will be your private deck if no one is renting the Green Suite. Outdoor tables on the front and back patios are available for use. If you're traveling with family or friends, the Green Suite is also available. Please look at my profile for the link.
## 489 The Apartment is beautifully appointed & just remodeled! This Apartment sits in the Heart of Alamitos Beach in Downtown Long Beach! Next to everything including the East Village Arts District, The Convention Center, Shoreline Village, & Belmont Shores -- everything within Walking Distance!
## 490 This lovely 3 bedroom, 2 bath mid-century house is a wonderful vacation rental for your family or group. The master bedroom has a king size bed, the 2nd bedroom has a queen, and the 3rd bedroom has a twin with twin trundle. The extra large sectional couch in the living room also has a pull out full/double mattress and we can provide a queen sized air mattress (to use in the Yoga room). There is a sunny yoga room to practice yoga, meditate, or read a book from our spiritual and inspiring library. All new windows in the home give a clean, updated look, and provide nice insulation from any outside noise, although it is located in a quiet residential neighborhood. Fully equipped kitchen, and a nice spacious backyard, with garden and seasonal fruit trees, as well as a playhouse for the children. The front yard is newly planted with an edible and medicinal California native garden.
## 491
## 492
## 493 Bicycles: there are two bikes for your use on the side of the house that are great for riding to the beach (less than 2 miles) or the restaurants/bars. Make sure to bring the lock and lock up the bikes as you’ll be responsible if they get stolen. Stereo: the Beats by Dre Boombox plays via iPhone adapter or Bluetooth. 1. Press and hold the power button on the boom box until the lights start flashing. Once flashing, the boom box is discoverable on your smart phone or iPad (can only play one at a time). 2. Go to the bluetooth settings on your device and select Beatbox Portable and it will sync automatically. 3. Hit play and turn it up!
## 494
## 495 Private Bedroom with a lock Queen size pillow top mattress with 4 inch padding Linens provided: Sheets, pillows, and Bath towels Shared Bathroom and Shared Kitchen I will be sleeping on the full size couch bed during your stay unless I am out of town.
## 496 Ocean View
## 497 • Free WiFi internet, Netflix steaming movies on 49 inch TV and printer. • Coffee Maker, Toaster, Rice Maker, Pots & Pans, Utensil and Silverware. • Laundry Room onsite • 8 set(s) of fresh, fluffy white towels. • 4 pillows on each bed, Fresh bed linen . • Hair Dryer, Iron Board, Iron, weight scale. • Fans in all rooms • One car designated parking space for free. •There is additional bedding available by prior arrangement. •Baby crib with complete bedding (50), stroller, swinger, baby bathtub, high chair, and car safety chair those items need to be reserved in advance at the time of booking. There is a 15 One time fee per item per stay.
## 498 Location Location Location! You will be within walking (or uber if you don't like to walk) distance to all the grocery stores, restaurants, entertainment and nightlife that you can handle. The parts of the condo that are not covered in hardwood floors, are either covered by marble or ceramic tile.
## 499 Great for single or a couple. You must like dogs since two of them will be your security & hosts, along with a Gay professional host. (gay friendly atmosphere)
## 500
## 501 This cozy room has been recently renovated and designed. It was done with our special airbnb guest in mind. It is very clean and minimal. Perfect place to sleep after a day of being out.
## 502 If your looking for a nice quiet place in LA this is ideal.Just 15 min from LAX , 20 min to downtown LA . Free wifi and parking . Rooms fully furnished with own bathroom, micro, fridge and tv . Laundry on site . Three blocks from metroline and frwy . Price inc taxes .Thanks Mission Motel 11920 Long Beach Bl Lynwood
## 503 Oceanfront. Sandy Beach. Central Malibu Location. Walk on the beach all the way to Malibu Pier, Malibu Country Mart. Minutes from Nobu, Geoffrey's, Taverna Tony's, Malibu Cinema, Surfrider Beach. Off-Highway! On exclusive Old Malibu Road. Minutes to any hot-spot in Malibu. Includes 50" TV with all premium channels and Netflix. High speed Wifi.
## 504
## 505
## 506 Rustic, peaceful and private, our ocean view bungalow is situated on 2.5 acres in a beautiful natural setting.
## 507
## 508 My home is roughly one thousand square feet of living, with two separate bedrooms. I travel a lot, and I frequently host large groups of guests, so I have a number of sleeping spaces available for you to use. The most unique aspect of my home is that it's directly on the ocean. When I say directly on the ocean, I mean my backyard is the sea. If you wake up early enough you'll see dolphins while you make breakfast. If you go to sleep late enough, you'll see the moonlight shimmering over the water. Enough about that, let's talk about the meat and potatoes of the house. There are two separate bedrooms. The guest bedroom has a full over full bunk bed that can easily sleep two couples. There is a compact ensuite bathroom with a full shower, toilet, and sink. The bathroom is pretty small, but it gets the job done. The dining area has seating for six people, and overlooks the ocean. There is a huge (I mean HUGE) bathroom attached to the living room. It's a bit retro, but it is
## 509 Come and enjoy our charming stand-alone cottage in this idyllic and exclusive Point Dume neighborhood of Malibu. Located on Wildlife Rd., just minutes away from Zuma and Westward beaches, the cottage boasts a flat acre with a Big Sur ambiance. Stroll the winding garden paths with fountains, vegetable gardens, 50 foot Eucalyptis trees. The cottage has an immaculate, bright, open floor plan. This newly renovated home fuses the best of indoor and outdoor style living. The open floor boasts a gourmet Italian range, and a great room with flat screen TV, 2 bedrooms; a queen bed and one twin bed. The Master Bedroom has a California King. It is perfect for entertaining, with patio, fire pit, fountains, decks, courtyard and lawns. A real indoor/outdoor flow throughout. Also great for kids of all ages. Enjoy the fresh seafood at one of Malibu's many restaurants from the beach fare of Malibu Seafood, Paradise Cove and Neptune's Net to more elegant spots such as the Sunset or Geoffrey's.
## 510 Our home not only has shared tennis courts, pool,Jacuzzi and gym, you can also enjoy the latest features in our private theater, often times showing movies still in theaters! This is in a beautiful garden setting on an ocean view property. This is a very quiet, calm and meditative place, though within easy walking distance to where the action is. 2 night limit weekends, short term welcome during the week.
## 511 Whether you’re in Los Angeles for business or vacation, you’ll find this suite very accommodating to your needs, comfort, and rest. Public transportation is a one minute walk from the building. Every detail has been thought of meticulously insuring you a comfortable and pleasant stay. This unit was recently remodeled and has all up-to-date technologies and appliances with free high speed internet access and cable TV. We also provide the following: fresh towels in the unit, coffee, tea, blow drier is located underneath the bathroom sink, shampoo, hair condition. In case of emergency there is a tooth brush and tooth paste in addition to shaving crème located in the bathroom behind the mirror that open up. Ironing board and starch are located in the master bedroom closet on the top shelf. Nearby grocery stores: Directly across the street you will find an ATM machine, a liquor store and a market which should facilitate to most of your needs. For larger variety grocery needs to the cor
## 512 Our home truly offers a relaxing; luxurious; and comfortable atmosphere all at the same time! My husband and I have recently renovated and created our dream house while maintaining Spanish theme. We wanted to have an open concept with large windows/patio doors/high ceilings with exposed wooden beams. The moment you walk in you will be amazed with shotgun style hallway that leads all the way back onto the patio with living; kitchen; dining in the back of the house that is perfect for privacy! Home features deck( 400 sqft) with hidden 8 person Jacuzzi secluded in a zen garden with an 8 foot wall waterfall to complete the experience! This home is a true Gem whether you are here on business; vacation; or visiting friends/family!
## 513 QUIET, CREATIVE SPACE, GARDEN GUEST HOUSE - CLOSE TO EVERYTHING (Seriously -close to just about everything you want to see in Los Angeles!) Why stay in a hotel or even a room in someone else’s home, when for the same price (or less) you can have complete privacy in an incredible space. Location: Private guest house which is centrally located in the Culver City/mid-Wilshire adjacent area of Los Angeles. 10 minutes from the charm of Larchmont Village and Paramount Studios, 15 minutes from downtown LA and 7 minutes to Beverly Hills or Culver City. Walking distance to Venice Boulevard which is serviced by major bus lines going east and west., and La Cienega for North/South bus. I've lived her since 1993 and find it to be safe & a typical urban middle class family residential area. Description: The guest house is a newly remodeled 1 room with bathroom and wetbar with its own entry and patio. It is completely detached from the main house ensuring total privacy and is located in a fully gated
## 514
## 515 Extremely Spacious and Luxurious: 2 Bedroom/2 Bathroom! Master En Suite (has bathroom within the room): can sleep 3 on the main King Bed and the following additional beds for additional guests: Futon for 2 additional guests. Twin/Full High, Plush Airbed for 1 additional guest (or 5th person if desired). Guest Room: sleeps 2 on the main Queen bed and there is an option of the following additional beds for additional guests: Real Mattress on floor OR Queen High, Plush Airbed for 2 additional guests. A Twin/Full High, Plush Airbed will be provided for 1 additional guest. Living Room: AMAZING views of the city and comfortable seating for watching a little Netflix, DVD, or Cable. Kitchen: Fully equip with everything you need to cook, including spices. Breakfast: Oatmeal, coffee, teas, creamers, sugar, and some additionals. Courtesy Snacks are provided on the counter, e.g. crackers, bars, etc.. You are free to help yourself to ANYTHING that is in the kitchen. • Complimentary Breakfast & Sna
## 516
## 517 Mid-century feeling, renovated condo with washer & dryer in the unit. Wonderful view from living room and master bedroom. Can't go wrong!
## 518
## 519 You get a large private bedroom with plenty of closet space, a pillow top queen sized bed with a goose down comforter, a private bathroom with plenty of very hot water and great water pressure, and access to a large shared living room, dining room, and kitchen.
## 520
## 521
## 522
## 523
## 524
## 525
## 526 Bedroom and (2) baths, downstairs pool and deck for use on bottom floor of large estate. Gym also available while hosts are home.
## 527 peaceful place
## 528
## 529
## 530 The house is a welcome place for travels who comes for business or vacation. It is a very quiet and relaxing neighborhood where everyone is welcome. Travelers who comes with the family can play in the patio or front yard. For singles or couple is a perfect place to enjoy a nice night on the town or a evening in.
## 531 INSIDE THE HOUSE Guests have access to a garage where you’ll find bicycles and beach chairs available for use. On the ground floor, there’s a washer, dryer and laundry chute. There is parking for 2 in the driveway and 1 in the carport. Head upstairs where you’ll see a dramatic three-story waterfall flowing down to the foyer. The master bedroom is on the right, featuring a Cali king bed, lounge chair and 42” Panasonic TV. There’s a private balcony as well: sit outside with a drink and watch the sun set over the ocean. A walk-in closet offers plenty of storage, with plush bathrobes to grab as you enter the en-suite. There, you’ll find a dual vanity, jetted tub and glass walk in shower. The next bedroom has a queen bed, 32” Samsung TV and Sony DVD player. An en-suite with shower/tub combo means perfect privacy! In bedroom 3, a full bed with a trundle and 24” Insignia TV are complemented by another en-suite with shower/tub combo. A covered patio seats 4. Another flight of stairs finds
## 532 Make yourself at home! Our space comfortably accommodates 9-10 people with a 1 king bed, 1 twin, 2 double beds (1 loft style), 1 pull out couch, and 5 full bathrooms.. Beach goers will love our easy beach access and foodies will love the myriad of new and old restaurants. Active folks will enjoy stepping out to the Greenbelt for a nice jog. Night-owls will love the local bars and pier.
## 533 This place has a value of over 5.5 million dollars. I have just purchased a 6,000 Samsung 75 inch 4K Ultra HDTV for the living room to go with my 20,000 stereo system.
## 534 Private entrance and deck and a garden. Mini fridge in room. Flat screen tv with direct tv and wifi. Also beach towels. Bath towels. Shampoo. Soap. Toothbrush. Bottle Water. Beach Chairs. Boogie boards. Flotation noodles. Hairdryer. Beach hats
## 535 The space is comfortable, updated and clean. You will have everything you need for a relaxing stay. There is easy access to other beach cities: Hermosa, Redondo, Venice and Santa Monica. Great space for someone looking for longer term stay. House will be fully stocked.
## 536 Very cozy with lots of room to sleep in a studio, relax on the sofa, large outdoor patio, Free Wifi throughout the building. Enjoy a spacious patio for a BBQ or to relax during sunset. Free Parking on the street outside if needed.
## 537
## 538
## 539
## 540
## 541 Week keep the apartment very clean and tidy and like our open spaces. Sitting on the couch and looking at the window, you often see squirrels and little birds playing around, very relaxing. The apartment is on the top floor, so no neighbors on top.
## 542 ========================================== Quiet Private Room in prime Pasadena location Discover Pasadena – a beautiful city to explore. During the day check out the famous Norton Simon museum and Old Town Pasadena. Less than a 15 minute walk to Pasadena Convention Center! Lots of guests who attend conventions stay with us as it is only a 5 minute drive away. The place is located one street away from Lake Avenue which has plenty of great places to eat. All within 10 minutes walking distance, you'll find many popular eateries such as Del Frisco Steakhouse, Lemonade, Chipotle, Sugarfish, Philz and Urth Caffe. We are also a brisk walk away from Target and Trader Joe's (groceries). The Pasadena Convention Center, Caltech, PCC and many local restaurants are within 10-15 minutes walking distance. This space is also great for hosting students taking the bar exam or exams held at the Kaplan Testing Center.
## 543 Bright Studio Guest House with Pool & BBQ Grill access! Great Back Yard! Original Watercolor artwork by a National Watercolor signature artist. There is a Queen Bed, a Twin Bed and if needed a rollaway. We have Directv and Wireless internet. The cottage has air conditioning and heating but is rarely needed. The kitchenette is NOT a full kitchen but a microwave, kettle & toaster oven. Guests have the use of the BBQ grill outside if needed. We are 2 blocks from California Institute of Technology and the South Lake Shopping District. We are 1 block from Starbucks, Peets and a Trader Joe's Grocery store and the ARTS bus route and minutes from Old Town Pasadena, Paseo Shopping Center, Huntington Gardens & the Norton Simon Museum. We are Walking distance to the Rose Parade Route on Colorado Blvd. You can walk to the Metro Gold Line and take the train to downtown LA if you don't want to drive. There is also a Zip Car location on the CalTech campus. Freeways are less than a mile away. W
## 544
## 545
## 546 Stylish and sun-filled studio guesthouse. We rent it out on Airbnb when it is not being used by our family and friends. Enjoy modern amenities, AC, and on-site parking. Within walking distance to restaurants, Gold Line metro, shopping, and entertainment. Studio can accommodate up to 4 guests. We have a queen-sized memory foam bed and a full-sized sofabed. We also have two air mattresses, available by request. Enjoy the shared outdoor space with seating, bbq, hammock, all under an enormous and gorgeous oak tree.
## 547
## 548 great Location
## 549 ========================================== Quiet Entire Private Apartment 1 Bed 1 Bath in prime Pasadena location that is walking distance to Caltech. Discover Pasadena – beautiful city to explore. During the day check out the famous Norton Simon museum and Old Town Pasadena. Less than a 25 minute walk to Pasadena Convention Center! Lots of guests who attend conventions stay with us with only a 5 minute drive away. The place is located two streets away from Lake Avenue which has plenty of great places to eat all within quick walking distance such as Del Frisco Steakhouse, Lemonade, Chipotle, Starbucks and Urth Caffe. The Pasadena Convention Center, Caltech, PCC and many local restaurants are within 10-25 minutes walking distance. This space is also great for hosting students taking the bar exam or exams held at the Kaplan Testing Center.
## 550 This newly remodeled townhome provides a perfect stay for families or a group of friends looking to stay in the beautiful city of Pasadena, without paying premium hotel or LA luxury home prices. The townhome has new carpet, hardwood floors and remodeled bathrooms. The living room and master bedroom are equipped with Premium Cable on4K Ultra HD Smart TVs. The fridge is stocked with bottled water and non alcoholic beverages. The washer and dryer are located in the garage area downstairs. The garage space holds two cars with good space. Walking distance to Walgreens, Vons, Starbucks, and other various dining choices.
## 551 Our home is near the mountains, close to Old town Pasadena, downtown Los Angeles. Near 210 freeway, Santa Anita racetrack, Cal Tech and Huntington Gardens.
## 552 Your space is a large PRIVATE 2 room suite in a recently renovated family home. Gated entry and off- street parking. Home features central air and heat, ceiling fans in living room and bedroom, free WIFI, Apple TV with Netflix and HULU. Pack-n-play, twin size and/or queen size air mattress available upon request for more than 4 guests.
## 553 ** Recently updated kitchen and yard. Pictures not updated yet. Lyft/ Uber or bike to the Rose Bowl for UCLA Football, concerts and Rose Bowl Flea Market. 3 miles to Old Town Pasadena. Great shopping, dining and atmosphere. Entire house, excluding private garage/ studio. Owner occupies private garage/ studio. Close proximity to Rose Bowl, Old Town Pasadena, JPL, Cal Tech, etc.
## 554 Cosy one-story 1901 Queen Anne Victorian home with generously sized bedrooms and one ample bath. Spacious room features a full size bed, night stand w lamp, limited closet space and dresser drawers available for use. All original hardwood floors with cozy area rug. Large window facing north offers great ambiance in this room.
## 555 Cozy room,private bath,beautiful living room and backyard to chill...I do have a small dog and a cat that lives outdoors but comes inside to visit..the only problem with the dog is that he will love you too easily and want to cuddle on the sofa :-)
## 556
## 557 Hundreds of people from all over the world prefer to stay here!!! I have hosted Diplomats, 2 district attorneys, a member of the parliament of Sweden, medical doctors, attorneys, performers from Moscow, Dancers from Saint Petersburg, Russia, athletes from Canada, South Africa and Iceland competing in the Crossfit Games in Carson, Ca. People from the movie industry, the Rock Band Death by Chocolate from Switzerland, One Holocaust survivor, business executives from Germany, England, France, Italy and China. This is a state of the art dream 5 years old home. Room with shared bath on the first floor in a new 5 bedroom mansion located on top of the hill of prestigious city 25 minutes from LAX. We are surrounded by the ocean. No smog here. Expensive neighborhood. Queen size bed. Beautiful granite and glass bath located just outside the room. 4 minutes away from the Terranea Resort and the Point Vicente Light House and Natural Museum (admission is free) from where you can watch the whales mi
## 558 The room is suitable and perfect for families with kids , business travelers , travelers, golfers and perfect for travelers on vacation. Golf Equipment is available for your use upon your request for free. In addition to the room there is a living room area nicely furnished in a french style. At your arrival you will have complimentary water. The mall is at a walking distance located on Pico Boulevard that has a great movie theater , many shops and Nordstrom. In addition to the outstanding location of the home there is "Century City Mall" ; one of the most famous malls that is near by that also has a cinema and fine gourmet upscale dining places. While you are staying with us there will be plenty of activities around the area and so many things to do.
## 559
## 560 Enjoy beach living in this beautiful clean spacious home! This is a 2 level home with travertine floors, 3 bedrooms, 3 bathrooms, gourmet kitchen, living room, den, balcony, deck and small yard! Includes Keurig coffee maker, Smart tv with Netflix, 3 queen beds, extra linens, towels & blankets. Washer and Dryer on sight for guest use. Upstairs I live in 4th bedroom with private bath! Located 7.4 miles south of LAX airport and 1 mile from Redondo beach pier! Near by ...sailing & paddle boarding at the Redondo Beach Marina, hiking in Palos Verdes, ride bikes along the beach strand, surf, play volleyball or cruise the strand all the way to Venice Beach!! Fantastic restaurants and shopping all around. Can take a drive to Hollywood, Malibu or Orange County!! 2 parking spots in driveway for guests & 2 Beach Cruisers upon request.
## 561
## 562
## 563 Ocean view/ Large and very private backyard/ Ideal for Kids/ High quality furniture and artwork (photos available upon request)/ Backyard great for BBQs. Perfect hideaway.
## 564 Our "Garden Pied a Terre," as we like to call it, is a comfortable, studio-sized room. It's in our backyard garden, which guests are welcome to use. The space is completely separate from the main house, and is quite comfortable and quiet. We just put in a new Queen sized bed! We also have a sofa and a shikibuton that can sleep children.
## 565 The room is 600 square feet with a fully equipped kitchen (large sink, electric stovetop, toaster oven, convection/microwave oven, Keurig coffee maker (along with gourmet coffee), a Nespresso - Aeroccino milk frother, refrigerator/freezer and a new 11 piece cookware set (if you're inclined to cook!) The pantry has snack items and there will be items like bagels & cream cheese or muffins, fresh fruit, orange juice, coffee and snacks for you upon your arrival. If you have special considerations diet wise, please let me know before your arrival as I like to accommodate special requests from my guests. There is a 58" flat screen TV with surround sound. DirecTV, Netflix & Amazon. If you want to listen to your music, just connect your phone via bluetooth to the Bose speaker. The bed is a very comfortable queen size with extra pillows and luxury high thread count linens. The bathroom has extra towels, plush robes and is stocked with the basics that you would find in a fine ho
## 566 Professionally managed. This is a 1 bedroom, cabin, can sleep 4, comes fully furnished. Upper level, entirely private, no sharing. New appliances, renovated kitchen and bath, fully renovated cabin, in the heart of civilization. Fully digital self check in instructions, will be emailed to you 1 day before arrival. No need to meet anyone upon your arrival. You can check in anytime after 3pm. A smoke free, pet free building. Please help us keep it that way. Amazing Location in the heart of charming Pacific Palisades Village. Walk to shops right outside your door. Short stroll to the breathtaking Palisades Bluffs, and white sands beaches of Pacific Palisades, where you will enjoy the most spectacular views and Sunsets. Just a 10 minute walk to the beach, 10 min drive to the heart of Santa Monica, UCLA, the Pier and The 3rd Street Mall. The unit has hardwood flooring, and is furnished with brand new furniture, flat screen HDTV, free WIFI, queen size bed (can sleep 2 comfortably), sofa b
## 567 *Flexible on dates so just message me and I'll work with you!* Our beachy home is very comfortable. We have a bar, outside deck, backyard, front yard, kitchen with a bay window, gas stove, washer and dryer, two-car parking space on the property, and a living room downstairs where you can watch tv on the flat screen!
## 568 Beautiful home, full of character, blend between Rustic modern and Japanese style, lots of mature trees on 1/2 acre property in exclusive community of Rustic Canyon. 3 very comfortable bedrooms, two with King beds, one with a Queen bed, fully equipped cook's kitchen, fireplace, several large outdoor decks, 2 bathrooms with shower, one with spa tub. Flatscreen TVs and desks in each bedroom. Almost all rooms have very high, vaulted wooden ceilings, and hardwood and exotic stone floors throughout the home. Equipped with cable tv, wifi internet, and air conditioning although you will likely never need the AC. Perfect for family reunions, corporate travel, couples getaways, friends getaways, family trips, etc. Very large Pool and Spa, and extremely private from neighbors. A 200 ft line of tall Eucalyptus trees line the top part of a very lush green property. On a cul-de-sac private road, three houses from the end. Guest House is also on property and is rented separately, but can be re
## 569
## 570 Quiet comfortable bedroom
## 571
## 572 Thanks for viewing my listing! I am happy to offer you your own bedroom with private en suite bathroom in my shared apartment. The clean, comfortable bedroom has a Full bed that sleeps two with fresh sheets and all the pillows and blankets you would need. The dresser, large mirrored closet (with hangers), and shelves are yours to use during your stay. Your bathroom has clean towels, all essential toiletries, shower with great water pressure and water that never goes cold. As well as a north-west facing window with blinds, there's an A/C and heat vent in room as well as an air purifier/ionizer. Clean, dust-free hardwood laminate flooring under your feet as well as IKEA wood furniture for your use. Very strong Wireless Internet signal, with dual-band network. Lots of electrical outlets, and I have all kinds of chargers for phones and electronic devices. Kitchen has everything you'd need! Plenty of kitchenware, cooking equipment, and fridge space. Gas stove, oven, coffee, tea,
## 573
## 574 Light, open and airy main area with an open kitchen. While this home is considered West LA, it's just east of the 405 and therefore gives you easy access to most areas of LA.
## 575
## 576 This sunny guesthouse bungalow is located behind the our house. It is a private and stand-alone unit with a private entry-way, fence, and a private tree lined patio/deck with a sitting area. The space features a single bedroom and living room/kitchen area. Amenities include full furnishings (outdoor and indoor), basic dishware and bath ware, books, DVDs, Smart TVs, WiFi, and one carport parking spot. There is a coin washer/dryer on the premises, as well. We consistently hear that this unit is bright, airy, and enjoyably private. And the location is unbeatable.
## 577 The home is bright, fresh, new, cosy, clean and modern that provide a comfortable stay to all our guests.
## 578 Minimalist, clutter free apartment with everything you need for a comfortable stay.
## 579 2 bedroom and 2 bathroom located in Culver City next to Venice Beach. Looking for someone to take the master bedroom with private bathroom that includes a full size bed, closet space and desk with wifi.
## 580 A personal touch of zen and stress free vibe. Plenty of sun and air makes for a great energy.
## 581
## 582 Not walking? Bring your car! Free parking for two cars (one behind the other) off the road just a few seconds from your front door! All the comforts of home! A fully stocked kitchen and plenty of comfy beds to sink into after a hard day! An office desk with essentials to plug in and start work right away! We have a luxurious canopy queen bed in one bedroom - one classic full (double) in the other and a set of bunk beds with a twin (single) on the top and a full (double) on the bottom - also we have a crib with the option to add another crib if needed and a queen pull out sofa bed! Two twin (single) air mattresses and a full (double) sized floor mattress too!
## 583 Full living room, with cable TV, Wifi, Driveway parking. The dining room seats 8 comfortably. Kitchen is kosher and fully equipped. There is a laundry room in the house, and two bathrooms.. Hardwood floors and quiet, polite neighbors. Backyard has fire-pit, lighted patio, and WiFi speaker system.
## 584
## 585 This two-story 2 bedroom Studio-loft has the following amenities: Upstairs loft: 2 queen bed (sleeps 4) + full bathroom Downstairs studio: 1 queen bed + Sofa bed queen (sleeps 4) + full bathroom 2 private entrances: one to loft, one to studio: (This benefit allows the loft and studio to be locked in between to provide extra privacy among friends.) Dining table with 4 chairs in studio 2 Bathrooms with showers 2 Kitchenettes WIFI internet Free street parking
## 586
## 587 Comfortable two-bedroom apartment, with two bathrooms, and a couch to sleep on. We have a small balcony with a lot of afternoon sun. Use it as a launching pad to explore LA or to stay around the Pico-Robertson, Beverly Hills, or Beverlywood neighborhoods
## 588 Warm and loving environment
## 589 Modern Luxury Furnishings and the Open Floor plan with all of the modern conveniences. The Kitchen is fully stocked with all utensils and cooking items. There are Beautiful Quartz Stone Counters and a movable Island. it is a brand new beautiful space.
## 590 Clean, bright and airy three bed, 1.5 bath with a huge front and backyard. There is also a vintage California garage that is available for filming. The Peterson Automotive Museum showcases a classic Southern California garage that bears a striking resemblance to the one found at this house. Both garages even have a basketball hoop. The final photo is of the Peterson garage. If you’re looking for an authentic, Southern California home, you won’t find a better filming location than this. The price, to be clear, is 875 per day of shooting. Feel free to contact me with any questions. I respond quickly.
## 591 This Spanish Architecture inspired townhome is a super clean and newly renovated 1,750 square foot tri-level unit. It has high 10ft ceilings and lots of windows that let in natural light and allow peek-a-boo views of the mountains and city lights. Enter on the first floor either through the attached garage or the front door, then get some exercise by hiking up two floors to the living space that includes a living room (with a desk and all-in-one printer), dining area, fully furnished kitchen, and guest half bathroom. The next floor has 3 bedrooms that include a master suite with a walk in closet and a private bath (with dual sinks, separate shower and oversized soaking tub), two additional bedrooms, a full hall bathroom and a laundry room. There is space for 2 cars in the attached garage (tandom parking - not side by side) as well as storage for bikes, musical instruments, skis, snowboards, surfboards, strollers, etc. There's also an extra storage closet in the foyer on the entry leve
## 592 Queen Bed in all 3 bedroom and Queen Sofa Bed in the living room, Full Bath with Full Kitchen use. 50" TV with Direct TV Service.
## 593
## 594 The Thyme room is an upstairs bedroom overlooking a beautiful view of the front garden. It has a comfortable twin bed, chest of drawers and a large desk. A walk-in closet is available for your storage needs. We provide a terry cloth robe, a hairdryer and mini-iron. The Thyme room is comfortable for 1 guest. The room shares a common 3/4 bathroom and a beautifully appointed living room and dining room with a Batchelder fireplace... a bit of old Pasadena charm. The dining room has a fridge, microwave and Keurig. Rhea provides large jars filled with homemade cookies and breakfast cereals. We invite you to pour yourself a cup of coffee or tea and relax in the comfy living room or enjoy the view on the bistro table outside the dining room or at one of the lovely seating areas in the back garden. It's magical in the evening on a warm night. Rhea is a caterer by trade and she loves to cook. If you are interested in enjoying her home cooked Mediterranean food, please ask her. She would be m
## 595
## 596 You'll feel at home in your queen size bed with clean Egyptian cotton sheets, fresh towels, hair dryer, soap, iron... just bring your tooth brush (if you forget, I can provide that too!). Beyond the guest bedroom is the office with a daybed and comfy inflatable bed for larger groups. And finally, the master bedroom if needed for groups of 5 or more. I keep a clean and organized house and everyone has their own space.
## 597 An open and bright modern building which is semi-rare in Santa Monica. Quiet space with only 10 units in the building. The unit is the best one in the building with partial views.
## 598 The Space This studio apartment is Santa Monica living at it's best! This apartment is located in a historic apartment complex just three blocks from the Santa Monica Beach, overlooking the Third Street Promenade! The Neighborhood Santa Monica is the ideal California beach town! From restaurants, cafes, and nighlife venues to beach town adventures, there's always plenty to do, see, and explore in Santa Monica. The Santa Monica Farmer's Market is a must for visitors, as is the Santa Monica Pier and Aquarium! Getting Around Because this apartment is in a great location, most things are within walking distance. Breeze Bikes are available for rent on almost every block. Rent a bike and go on a beautiful ride along the beach! The Metro train is just a few blocks away if you feel like venturing out. If you have a car, the 10 and 405 expressways are nearby and easily accessible. Pease note that the apartment complex does not have parking. There is a city lot behind the complex with a max
## 599 Private Craftsman style guesthouse with separate entrance nestled among the beautiful ficus and acacia trees, just 7 blocks to Santa Monica beach and 6 blocks to trendy Main St. sleeps 6. Enjoy the wraparound redwood deck as you dine at the teak dinng table and chairs and barbeque on the propane grill. Craftsman cottage has 2 full size bedrooms each with queen bed, full size kitchen with Bosch dishwasher, gas stove/oven, refrigerator, microwave and appliances, living room with queen size sleeper sofa with brand new Leggett & Platt AirDream Queen 11' thick premium air-over-coil Mattress, loveseat and wood burning fireplace opens onto the wraparound deck nestled in the trees. Frontloading washer and dryer. Claw-foot porcelain tub with shower surround. Flat screen TV, DVR and free Wi-Fi. Hardwood floors throughout.
## 600 Close to everything in Santa Monica! Take a short walk down to the beach, and grab lunch on 3rd Street Promenade. Enjoy a day on the Santa Monica Pier or venture on over to Venice beach and people watch on the Venice Boardwalk. Montana Avenue and Main street are just a minute away. ABOUT THE PLACE ------------------------- -2 large bedrooms for your relaxing pleasure and 2 full bathrooms. -Park your car safely and comfortably in your personal free parking space. -Enjoy a California King bed in the master, a spacious queen bed in the second room. -1 minute walk to 3rd street promenade (great shopping and food) -3 minute walk to the beautiful Santa Monica beach -3 minute walk to the Santa Monica pier -1 mile from Venice Beach -You'll have access to top notch shops, tasty restaurants, and organic grocery stores just a few minutes away. - Please know that there is NO smoking in the suite or on the balcony. Please be respectful of this :) AMENITIES ---------------- - 50" Flat Screen
## 601
## 602
## 603
## 604 Stunning views from the bedroom. A modern design concept completes the shared open living area - with a bar, fireplace, and big screen tv. Your patio doors allow you independent entry.
## 605 Country living in the city of Los Angeles only minutes from Downtown LA, Pasadena, Burbank, Universal City and Hollywood. A quiet and peaceful retreat for relaxing before or after sightseeing or working. Sister property www.airbnb.com/rooms/(PHONE NUMBER HIDDEN)
## 606 A humble home a secluded bedroom with its own hallway closed off away from apartment and semi private bathroom
## 607 Welcome to stylish Southern California living. Enjoy the warm sun in an idyllic, private ranch home located in the North section of Los Angeles City, Sherman Oaks. This 2 bedroom 1 bath home has a gourmet kitchen complete with a all stainless steel appliances. The main bedroom is large and full of light. The second bedroom is romantic with window view to trees and side brick-patio. The outdoor covered Lounge sitting area in the back yard is peaceful, with beautiful colorful plants around. Features a new Gas-Grill for preparing delicious meals, a bistro table, and a beautiful wicker rattan lounge sofa for relaxing. Delightful private home with a very open Living room - Dining room. Lots of light everywhere. Bright and cheerful feel. Beautiful Hardwood floors through most of the house. My neighbors have all owned their homes for 10 plus years and are quiet and respectful. The front yard has a beautiful privacy hedge and gate, which gives a lot of privacy to the house.
## 608
## 609 Sunny & Bright Private room with your own bathroom. Situated just off the vibrant Ventura Blvd with a range of Bars, Cafe's and Restaraunts. The house of on a quiet residential tree lined street. The room consists of the following; - Queen Size Bed - Feather Pillow and Duvet - Linens & Towels Provided - Large Walk in Wardrobe - Own private bathroom (not attached to room)
## 610 Amenities, everything is walking distance. Ralph's (grocery store), pharmacies, banks, coffee shops, theaters, bars, LACMA, The Grove, Tar Pitts, Farmers Market
## 611 Large clean, bright and quiet one bedroom. Very convenient and central location.
## 612 The house has a porch in the entrance where you can sit and relax while enjoying your coffee or cocktail. In the living room there is; LG 60" LED Smart TV, SONY Home Theatre System, Netflix access, a modern TV unit, a comfy beige leather couch, 2 coffee tables, and a recliner for relaxing. In the kitchen; you'll have an access to; the fridge, microwave, oven, dishwasher, kettle, coffee machine. At the back patio (the most attractive place of the house), you can enjoy BBQ, eat, drink and work on your laptop. The master bedroom located in the upstairs has brand new furnitures including; a King size Serta pillow top spring mattress, a modern gray leather bed frame, a dresser with 6 drawers, a nightstand with 2 drawers, a mirror on the dresser, a floor mirror, and lots of storage for your personal belongings. The second bedroom located in the upstairs has brand new furnitures including; a Queen size Serta pillow top spring mattress, a modern white leather bed frame, a ches
## 613 This space is good for couples and solo adventures looking for a place within 10 miles or less to Hollywood, Beverly Hills, Koreatown and Beaches!
## 614 One of the best locations in Los Angeles •Located in the heart of Los Angeles with walking distance to 3rd street and Fairfax in Miracle mile and Mid-Wilshire. •Walking distance to Ralph's, Trader Joe, Coffee Bean, Ross, Kmart, Whole Food, CVS Pharmacy, Rite Aid. •Nearby attractions: LACMA, The Grove, Hollywood Walk of Fame, Hollywood Tours, Hollywood Sign, Griffith Observatory, Universal Studio, Warner Brother Studio, Americana (Glendale), Beverly Hills, Downtown, Santa Monica & Venice beach. AMENITIES: •Free WIFI. •Full size bed (Sheet, Blankets and pillows provided) •Your own private bathroom (Towels provided) •••Half of the walk in closet (other half I use for my cloth/stuff) •46 inch TV •Central A/C and heater •Coffee maker & Microwave. •Parking in a gated parking lot with no extra charge. (50 Fees if you don't return back the parking permit you received during check in.) •••Access to Olympic pool, hot tub and Gym is 15 per day, per person. Public Transportation: •Metro
## 615 Very close to a bunch of city attractions; the Grove, LACMA, bars and restaurants within a residential quiet area.
## 616 PLEASE, READ THROUGH COMPLETE DESCRIPTION AND RULES. THANK YOU!! =) Gorgeous, private backyard Spanish bungalow in a historically preserved neighborhood adjacent to Beverly Hills. Very sunny & bright, detached and independent from main house, accessible through side gate/pathway with lock. Two built-in twin-size single beds + two twin-size futons/sofa-beds. Space accommodates up to 4 people, however there is no privacy -- 2 adults + 2 children recommended (space IS tight when futons are unfolded) Walk-in closet with plenty of shelves and hanging space, private bathroom with comfortable shower, very spacious. Please, note there is no full kitchen. Equipped with small fridge, microwave, small toaster grill/oven, coffee-maker, water heater, and basic dishware & silverware to have a morning coffee, or warm up left-overs. Basic dishwashing items provided. PLEASE, NOTE: Rental restricted to studio. Sorry, pool and patio not included for guests' use. No A/C. Ceiling fan. Located in the heart
## 617 The location of the space is incredible! Located in one of Park La Brea Landmark Towers. Guest room comfortably fits two and includes an air mattress for an additional bed if needed. Guests are welcome to use living room sofa and the living room space to set up air mattresses. The living room has an awesome view, a large sectional sofa with power recliners, a 55" 3D Smart TV, and a PlayStation 4.
## 618
## 619 Welcome to my beautiful sanctuary- warmth and style-a peaceful retreat nestled in the heart of one of the best areas in Los Angeles. If you appreciate historic architecture, you will enjoy the many historic landmark buildings and apartments that make up this gorgeous neighborhood, so aptly called "Miracle Mile". There is SO much to do and see, within short walking or bicycling distance, and I am more than happy to make suggestions, and give you helpful hints for living like a local, and avoiding LA pitfalls (like traffic!). The Grove is just minutes away, and LACMA and the LaBrea Tar Pits are a couple of blocks. A 10-15 minute drive or Uber ride in any direction will get you to another desirable location. You are 20 minutes away from UCLA and Santa Monica, LAX and the Burbank Airport, and just 10 minutes to Rodeo Drive and Beverly Hills, Hollywood, Dodgers Stadium, Silverlake, and Downtown. You will enjoy having a peaceful, cozy room of your own to relax in and enjoy the city vie
## 620
## 621 ---BOOK INSTANTLY: CHOOSE YOUR DATES ON THE RIGHT SIDE AND AND GET YOUR PRICE QUOTE :). THE CALENDAR IS UP-TO-DATE.--- Fully furnished 1 bedroom apartment 900 sq. ft. in quiet building at a beautiful gated community. 4 bed for up to 6 guests. Dish washer, gas stove, refrigerator, air conditioner, heater, Wi-Fi internet, walk-in closet. There are 4 beds: king size bed with latex mattress, full bed, a couch and an inflated mattress. This location is unbeatable. nestled right between west Hollywood and Beverly hills you are in walking distance from 100's of shops and restaurant. This is the absolute perfect location if you want to shop and explore the culinary world of LA. The apartment is situated in an exceptional community with a heated olympic saltwater lap pool, heated saltwater recreational pool, saltwater jacuzzi, gym, cafes, fountains, lots of flowers, lush landscapes. Washing machine and dryer are in building. Brand new elevator was installed recently. Outside security monito
## 622 This sunny studio apartment is the spot for a lovely stay in the City of Angels. The full-sized bed sleeps 1-2 people, and will let you rest up before a day of sightseeing. Elegant dark hardwood floors line the apartment except for the kitchen, which has beautiful stone tiling to go with the stone countertops. This apartment’s location in the heart of Los Angeles makes it easy to visit many of the city’s top areas and attractions. Hollywood, West Hollywood (including the Sunset Strip), and Beverly Hills are all about 10 minutes away by car or Uber. The famous La Brea Tar Pits are just blocks away, so take a quick stroll to admire this fossil excavation site and the recreated prehistoric gardens, then check out the neighboring LA County Museum of Art! The Grove, one of LA’s hottest shopping destinations, takes just a few minutes by car. You can also get to other parts of LA (east LA, downtown, Santa Monica) in about 20-25 minutes, fast by LA standardsThe apartment is also within easy w
## 623 1930s Hollywood glamour is on display in this 3BR, 2BA condo (sleeps 6) boasting gorgeous hardwood floors, stylish furnishings, and a 1200 sq ft saltwater pool shared with the adjoining condo. It’s a 5-minute walk to popular restaurants and 10 to the Grove. INSIDE THE RENTAL Shallow steps lead to the condo, where a statement black chandelier sets the tone for understated Hollywood glamour. Hardwood floors and stylish furnishings catch the eye throughout. The family room invites with comfortable couches seating 7, 2 stools at the bar, and a 32” TV. The bar connects to the kitchen, where there’s another 2 bar stools and an eat-in dining table for 4. In the kitchen, stainless steel appliances shine, including a side-by-side fridge/freezer with an ice machine and blender, which may tempt you into a pre-dinner cocktail or two. There’s cookware for a gourmet meal, plus a gas stove and oven and a garbage disposal. If you haven’t worked up an appetite yet, head down the outdoor steps to the
## 624
## 625 My apartment is comfy, yet clean & simple, almost like a hotel room. I wanted to be sure guests would feel comfortable. It has hard wood floors throughout. I have allergies so I'm very conscious of keeping a dust free zone. The location is amazing. Steps from all conveniences and easy access to all parts of town.
## 626 This 1920s apartment is incredibly convenient and long on charm. Big French windows, hardwood floors, cozy furnishings. Queen bed sleeps 2, plus the sofa in the living room is very comfortable. Big bathtub and separate shower.
## 627 1920s Spanish - style apartment. 1 bed, 1 bath, and lots of closet space !
## 628 We are in a quiet, gated community, across from The Grove and Farmers Market. The apartment is high floor, with spectacular panoramic views of Century City, Beverly and the Hollywood Hills. When windows are open you have the best breezes that keeps the place cool and fresh. Your room: Clean, modern, private room comes with a super comfy memory foam queen bed, pillows, duvet and fresh linens, plenty of closet space with shoe rack, hangers, iron, 32-inch flat screen tv with Apple TV, Wifi, and a network ready printer. The private bathroom comes with complimentary towels, thick fluffy bathmats, shampoo/shower gel, face wash and a blow dryer. The laundry room is downstairs if you need anything washed during your stay. We offer laundry card and complimentary detergent. The apartment has high ceiling and big white walls, and is decorated with beautiful neoclassical paintings and crystal ornaments. You will be relaxed and feel so at home the minute you enter the door, and be ready for your
## 629 Large private bedroom with a queen sized bed and ample work space for a business traveler. Central A/C and heat. Wireless internet. Entertainment includes Netflix, Amazon Prime, Kodi and Sling TV.
## 630 Huge 1 bedroom I bath with view near 3rd and fairfax, LACMA museum, mid city, West Hollywood 5 min away, beverly hills 5 min away. Best location in L.A.
## 631
## 632 Private room to relax! Friendly host welcomes you!
## 633 This space is very open and roomy, it's great for relaxing! We even have a community pool and spa. Lots of natural light. Great area for casual walks or hikes (there is a cool hiking spot very close by). It's also a very safe neighborhood!
## 634 Built in 1905 this charming craftsman home is filled with light, comfortable and unique.
## 635
## 636
## 637 You will find artifacts from our travels including Nepal, India, Indonesia and Morocco. We have plenty of original art up as well (please ask if you are interested in purchasing!) Some of the art in our house depicts nudity and some depicts spiritual figures of different world religions. We embrace everyone and find beauty in all cultures globally which is reflected in our selection of reading material and decor. We have lots of comfy seating grounding natural materials around and plants. My other half is a builder and has restored some pieces such as the credenza under the TV as well as built and reupholstered some of the chairs you will see. The space is tranquil and filled with the love we have for it! Outside you will find different trees, plants, and beautiful wildlife. Keep an eye our for the monarch butterflies this season and please let us know in your review what kind of birds came to visit while you were here!
## 638 There are 3 sets of twin-bunk beds to individually house up to 6 people. We have orthopedic mattresses for your comfort and all linen and pillows are provided!
## 639 It's a 1940s charming back house. I live here with my dog Leo. The room is private with a shared bathroom, decorated and furnished.
## 640 Is private as you would like it to be with an outdoor bistro set for coffee or tea in morning and a drink at night under the stars. But you are more than welcome to use our BBQ and Fire-pit. Dogs are Welcome! (sorry no cats) and are considered an extra guest so make sure you add them. We have 2 of our own: Golden and a Lab They are away most of the day until we come home from work.
## 641 Our 400 sq ft, studio guest house, with double French doors, features a full size canopy bed for two and 2 futon couches, which each holds an additional guest. We have plenty of extra pillows and blankets stored in the closet. The full bathroom has towels and wash cloths, and contains a shower with a tub, which is nice for soaking. There is shampoo, body wash and conditioner in there! You also have your own private, outdoor patio with seating. The patio has a small charcoal grill, with charcoal provided. (Just let us know if you need the charcoal and we'll get it out for you!) Your patio area overlooks the back of some businesses in the alley, and is a bit city like, so we've turned the furniture towards the house for a nicer view. :) There is a TV with Netflix and wifi, a desk, mini fridge, microwave, toaster and coffee maker with coffee and tea (with creamers and sugar) provided. There is street parking just outside the house. There are two private spots by the guest house as well
## 642 The cozy country studio gives you the feeling of country living. There are free range chickens in the backyard that lay fresh eggs everyday. Garden beds. Outdoor seating perfect for watching the chickens run around and listening to the birds. There are hardwood floors, Country kitchen with gas stove and full size refrigerator. Bedroom/livingroom has a super comfortable pillow top queen size bed. Love seat sofa and flat screen TV with basic cable and netflix. Two full size dressers for storage and a clothes rack. Bathroom has a pedestal sink and stand up shower with mosaic marble. And a toilet!
## 643 Unwind. Reminiscent of the 1930s and 1940s, the heirloom antique radio, armoire and dressing table create a peaceful charm. Meanwhile, you are cradled by a retro-modern, cool and comfortable, premium quality mattress and bedding. Muted, peaceful earth tones, hardwood floors and soft, thick-pile area rug, relax your mind and body, paving the path to tranquility. Share all common areas incl. kitchen, bath, living and dining rooms.
## 644 NoHo art district. Close to Burbank, Studio City, Universal Studios, Sherman Oaks, 20 min drive to Hollywood. Great for dancers since it is close to a lot of studios.
## 645
## 646
## 647 Ideal for one person.
## 648 Very comfortable bunkbed can be used for 2 guests or the top for storage also. Sometimes people like to put their things on the top of the bunk?
## 649 It's a home away from home in a nice family building that's perfect for a family get away or friends enjoying LA together
## 650
## 651 Arriving is more than dropping the luggage at the door. It’s about transitioning from the stress of leaving, to the ease of coming. Not just being welcomed, but feeling welcomed. And sometimes, it is just being able to walk in, take a deep breath, and feel completely at ease. The Chateau de Soleil is a different new age kind of communal living house. This beautiful building has been newly renovated to suit any traveler’s needs. Whether you are staying for a week or a month, the ‘Chateau’ has you covered. Located in tranquil North Hollywood, the ‘Chateau’ is perfect for the traveler who wants to be close to all the attractions that Los Angeles has to offer, with out wondering whether it is safe to step outside at night. Lets face it, going to Hollywood Blvd. is awesome in every sense of the word, living there for however long, is different. And for all those aspiring actors and musicians that are coming to town to chase that big dream, this is the place for you to be until you move on t
## 652
## 653 Large, open floorplan (1100 sq-ft) with 10-foot high ceilings LIVING - Large 55" LED SmartTV with Netflix, Spotify, and YouTube built-in - No cable television - High-speed internet - Bluetooth speaker to connect your phone and play music BEDROOM - Extremely comfortable King bed - Extra blankets provided BATHROOMS - 1.5 baths - Tub in master bathroom - Towels, hairdryer, curling iron are provided - Shower has shampoo/conditioner, body wash KITCHEN - Open, modern kitchen with stove, oven, microwave, dishwasher and double-door fridge - Free Nespresso single-serve coffee in kitchen - Available for use: Pots, pans, silverware, electric kettle, toaster PATIO - Large, open patio is great for enjoying the nice, warm evenings in LA WASHER/DRYER - Washer and dryer are located inside the unit - free to use - Detergent and fabric softener are available for your use POOL - Pool area is shared by all residents of the condo. Key will be provided. Pool closes at 9pm every night. PARKING - Lots of FREE
## 654 Easily fit 8 people with 3 Queen Size Beds. (2 on each) Extra Single pull-out bed in double room and a large sofa in the living room . (1 person each ) Large living space with Large dining table for 6. Brand new Samsung Refrigerator and Stove. Outdoor Patio with round charcoal BBQ grill.
## 655 This is a 900 sq. feet, fully equipped apartment, perfect for a single person or a couple. Bedroom and kitchen/dining room has a beautiful view of Downtown LA.
## 656 Inspiring views from every room. Fantastic amenities. Plenty of privacy.
## 657 All rooms have air conditioner. Private entrance with the kitchen and bathroom. The kitchen is a small great room where you can sit on the futon and watch TV or fix a meal and eat at the table. When you enter the space from the blue door outside, go in the entryway and the Villa Angeleno room is up a couple steps to the left. The room itself is great for a couple of friends or a couple with a child. There are two double beds. The beds are separated in their own space.
## 658 City view from the deck,gated house,huge shared space.Right next to famous park Self realization Center.
## 659 This 3 bedroom, open concept home is 1330 sq. ft with wood floors throughout is on a n a 7000 sq ft. lot. The fenced in yard is complete with SoCal landscaping, a hammock, and gas fire-pit area perfect for cool nights. There is a washer and dryer unit for use, dishwasher, heat and AC, hardwood floors, & shared, renovated bathroom with tub. Your guest room is furnished with a comfortable, full size bed, nightstand, and full closet. The room also gets great sunlight and has a large closet. Lastly, the shared ENERGY in this home is warm, open, and FUN--you'll feel right at home!
## 660 No stairs, wheelchair access throughout, stove, oven, refrigerator, microwave, toaster oven available for guests.
## 661
## 662 Light filled midcentury with expansive ocean view with open flow living room /dining room /kitchen. French doors from the living room open to large terrace with panoramic ocean view, furnished with sofa, tables and chairs. You can see the “necklace” view from the Santa Monica pier, Palos Verdes, Catalina on a clear day, up to Malibu from this terrace, and watch dolphins and paddleboarders in the morning. Second lower deck furnished with chaise lounges, table and chairs. There is a third private walled patio on the street side. The master bedroom (queen size bed) is at the ocean side (back of the house) with french doors that open to the ocean view terrace. The second bedroom is used an office. It has has french doors that open to the 3rd private patio at the front of the house. Stored futon can be used here. There is also a smaller skylit office/art studio at this side of the house. There is a separate entrance bedroom/bath off the lower back patio with 2 beds: 1 double, 1 single
## 663
## 664
## 665
## 666 Our space is a mini-permaculture farm in progress, currently working on the duck-ponics in the backyard!
## 667
## 668 This cute little beach bungalow house has 2 bedrooms (each with a queen bed ) and 1 full bathroom and is a roomy 1,180 square feet. * * * FULLY FURNISHED * * * Feel free to let us know anything else you may need and we will probably be able to provide it. BEDS: The two bedrooms have 1 queen-size bed each & bedding. We also offer 2 queen-size air beds. We also have 2 single fold-out military-style canvas fold-out cots. Someone can also sleep on the sofa in a pinch. We have extra sheets/blankets for you. WE PROVIDE: Dishes/flatware, pots/pans, kitchen/bath towels, bedding, dish & bath soap/shampoo, and enough laundry detergent for your first 2 loads. Kitchen features granite countertops, breakfast bar, refrigerator/freezer, microwave, gas stove/oven, dishwasher, toaster oven, coffee maker. 4 mountain bikes with helmets available on request. 2 beach chairs and boogie boards also available on request. WiFi: WiFi internet access - screaming-fast 50Mbps. TV: No cable TV per se, but
## 669 A private bedroom with shared living room, kitchen and bath. Private entrance. The other occupant is a close family friend who is a professional. He is quiet and leaves early for work. This space is great for you if quiet time after 9 pm works with your lifestyle.
## 670
## 671 Great coastal location 40 minutes from LAX. 10 minutes (3 miles) from the cruise ship terminal. Close to beaches, parks and many beautiful view areas. The best weather in San Pedro! Feel the ocean breeze and often hear the waves. We are located on a steep hill (which gives us a great view!). You can park on our level driveway. There are several steps up to the room (see pictures). I have tried to give an accurate description of the room and provided lots of pictures so you have a very good idea of the space you will be staying in.
## 672 Queen size bed, mini fridge, microwave, TV, and coffeepot in room, snacks too. Pleasant patio with hummingbirds and pretty garden.
## 673 Enjoy the New, Remodeled Bedroom & Bathroom! Complete with Brand New Serta Perfect Sleeper Luxury Super Plush Pillow Top, Queen Size (Real Bed), New Wood Floors, In-Room Mini Fridge/Freezer, & In-Room Microwave, your room is on a Separate Wing of the house for TOTAL PRIVACY! This remodeled beautiful home is in one of Valencia's finest, upper class communities! Take a stroll down my beautiful neighborhood street to the private lake and feed the ducks, Canadian geese and turtles or just sit and relax watching them at the little corner cafe. Perfect location! A short 5 minute drive to Magic Mountain amusement park and Hurricane Harbor or Castaic Lake. Centrally located to public transportation and the metro link. Walking distance to shops and restaurants and Valencia's famous paseos! Rent a bicycle and ride for miles throughout the cyclist friendly valley along the bike paths and trails (or just stroll the beautifully landscaped 100 miles of paseos). Miles of hiking/mountain biking trails
## 674 The bedroom has a full size bed and will accommodate two people while the living room couch will accommodate one person for a total of three people if desired. Fenced and covered patio with BBQ, great for outdoor dining. Smoking is allowed only on the patio and not inside. Very pet friendly and dogs and cats are welcome.
## 675
## 676 Very clean town home Located In a beautiful complex. Just 5 miles from six flags. Very open floor plan that feels quite comfy. Wrap around patio to hang out and have coffee or cocktails.
## 677 Hello, near USC, 1 furnished, separate BR, off kitchen, for short-term rent in owner's house. Connected to bathroom, able to use LR, DR, KIT & nice front porch. Park in driveway too. Owner is home, school district employee who lives in home, near LA Coliseum, just south of Downtown L.A. (1908 Original Craftsman Bungalow on working class street) *While unable to post photo, I WILL be able to E-mail / text you one! *2 OUTSIDE dogs, "full sized" bed, bureau & closet in room. (old-school house, casual & comfortable, but no AC) In-house (good) coffee & breakfast pastries, fruits. (basic comfortable amenities) LOCATED ABOUT 10 BLOCKS S. OF USC CAMPUS Mixed race, working class community, fast food restaurants, bus service. Good coffee & variety of foods approx. 10-12 blocks N. Commerical Pharmacy on corner. EXPOSITION PARK, Rose Garden & Museums also nearby. Close to bus service & Expo. Line MTA service. Original Craftsman Bungalow charm(?) Central location.
## 678
## 679
## 680 Guest suite is newly painted and remodeled to include new bed, carpet, appliances, and furnishings. Spacious lighted closet. Bright colorful bathroom ensuite, also newly refurbished. There are large window with lots of light that looks onto a recently landscaped back yard and patio, with outdoor furnishings, gas grill, and fire pit; all available for guests use. Lots of colorful flowers and herbs in pots all around as I love to garden.
## 681 If you're looking for quaint, cozy, yet steps from all Santa Monica has to offer .. you've found your place! From the bright furnishings to the large private patio and indoor fireplace, you'll feel right at home. 1 Queen bed with memory foam mattress and bathroom with a bathtub and large rain shower head- awesome water pressure for a relaxing shower after a long day at the beach!
## 682
## 683
## 684
## 685
## 686 位于洛杉矶罗兰岗市中心, 他具有得天独厚的地理位置,非常适合华人居住, 公寓整体面积约95平米 附近商圈,租车行,餐厅,医院,律师楼,等等一应俱全,步行可到华人顺发超市无语言障碍,香港广场超市,还有韩国超市,高尔夫球场等等……开车有kfc,麦当劳,中餐韩餐,自助餐,罗兰岗具有洛杉矶美食城的称号
## 687
## 688 房屋特点: 离超市特别进,步行1分钟可到香港超市,步行三分钟可到顺发超市,步行五分钟可到海鸥超市。三个大型超市均是华人超市,无需英语即可满足日常生活。 步行一分钟到公交站,乘坐公交可以到洛杉矶任何角落。 附近有高中,小学和幼儿园。步行15分钟可到私立幼儿园。 乘坐公交车三站路可以到Pih 大楼,里面有三个妇产科医生,香港广场旁边有一个妇产科医生。 配套生活设施: 24小时热水,高速WIFI网络,全套床上用品包含被褥均经过高温水洗。 微波炉,数字电视,中文网络电视,小米盒子,激光打印机,电烤箱,洗碗机,消毒柜,各类炒锅汤锅等厨具有三套。
## 689
## 690
## 691
## 692 生活便利,非常适合华人生活,安静安全,近超市!
## 693 高級睡眠記憶床墊,超大容量冰箱供你使用,床间内还有独立使用的小冰箱。2房间独立使用1个卫生间。有专用停车场库/位。房屋前后果树成荫,收获的季节还供客人免费采摘。
## 694
## 695
## 696
## 697 My previous guest opted to move out before the holidays to spend time with his family. He had to keep the booking until Dec 8, but the room is ready to go. I opened the couch up so people can book. The list price for the room will stand.
## 698
## 699
## 700 Great Santa Monica location! Walk to the 3rd St Promenade, Santa Monica Pier, the beach, and lots of restaurants, bars, coffee shops, and Whole Foods. One garage parking space also included for 55 for the duration of your stay payable upon arrival. Additional garage parking is available approximately one block away for 10 per day. In-unit washer and dryer, dishwasher, kitchen with lots of cooking supplies. TV in living room and bedroom. The bedroom available has its own private, en suite bathroom and two closets. Central A/C. Well-behaved, house broken dogs welcome. (I have one small, well-behaved dog who gets along great with other dogs). Non-smoking unit.
## 701
## 702
## 703 Private bedroom on the second story of a two story house.
## 704 It's a beautiful 1 bedroom studio in a very quiet neighborhood. It's spacious and modern. 20ft by 18ft. The kitchen is newly built, along with the bathroom and shower. There is lots of closet space, as well as internet, tv, a sitting area, a nice full sized bed, and enough room left over for your own little things. This studio is located on the lower level of the house. The studio is totally private, and has it's own entrance in the front of the house.. It is not connected to the rest of the house, it simply sits underneath it, with street access.
## 705 This funky beach apartment is fabulously located ONLY 2 BLOCKS FROM THE PACIFIC OCEAN. Seeking a single person or couple to stay in the entire home. You can walk or bike everywhere on the west side. (Many Hulu bike rental stations close by (see pics) Apartment (only 4 units in house): WALK TO: 2 BLOCKS to the beautiful beach! Blocks to the heart of town Boutique shops and restaurants Peet's Coffee Urth Caffe Arclight Cinemas AMC Movie Multiplexes Bars and clubs Venice Boardwalk/Santa Monica Pier Outdoor gymnasium Live music outdoors and indoors Bowling alley Beach volleyball Dog park Spas and salons Sunday Farmer's Market Bike and surf board rentals 3rd St. Promenade (world famous shopping) Natural food stores Raw and Vegan restaurants THE SPACE: In the interest the renter is not disappointed, this is a ground floor unit. The building is very old and in serious need of a paint job. But the interior is comfortable and well-appointed. It is fully furnished. Amenities include: Lots of
## 706
## 707
## 708 Completely private house with front and rear entrance. Large, open space with interesting paintings, photographs and collectibles scattered throughout. Street parking with a permit provided. Situated with a large treed yard one side with lush foliage, visible from two bedroom windows adds to the serene surroundings.
## 709
## 710 The space consists of 3 BR. / 2Ba. 2 BR upstairs / 1 BA ( 1Br . Queen Bed ) (1Br. Full size bed) 1BR. downstairs / 1BA ( 2 twin beds & upper loft space ) Upon request, beds/rooms can be rearranged. for example, Upstairs larger bedroom can have 2 Twin Beds and Queen can go downstairs bedroom.
## 711 Guest Access: - Full access to entire apartment! - Full use of all amenities! - If you have questions, please message me for more details. Best Apartment: - Spacious, bright upper 1 Bedroom, 1 Bath Apartment! - Accommodates 2 guests comfortably! - Professionally cleaned with environmentally safe-products! - 42'' flat screen TV! - Cable TV and Wifi! Best Location: - Walk everywhere, no need to drive! - Quiet residential area, 1 block north of downtown Santa Monica! - Walk to 3rd Street Promenade! - Walk to Santa Monica Pier! - Walk to Santa Monica Beach and Bluffs! - Walk to tons of local shops, restaurants and nightlife! Kitchen Amenities! - Full kitchen with like-new appliances! - Full oven, large refrigerator and dishwasher - All cookware provided! - Coffee maker! - Microwave and toaster oven! - Eating utensils! Sleeping Accommodations: - Super comfortable and very clean Queen-sized bed! - Top quality, hotel-like linens, pillows and comforters! Parking - Street parking
## 712 Our apartment is in a light, breezy location only a few blocks to the beach and the buzz of Santa Monica. You will be close enough to the action, yet far away enough to rest, relax and get away.
## 713 The grocery store is just two blocks away. Catch the bus at the corner for a quick and easy ride to the beach and shopping. The Cal King bed has a new memory foam mattress topper, double down hypo-allergenic pillows, and fits two adults comfortably with ample space to stretch out. The closet is empty, providing lots of space to tuck away your luggage. Iron and ironing board are also available for your convenience. The fully-functional kitchen includes a refrigerator, stove, oven, toaster, coffee machine, blender, and electric kettle. It is stocked with pots and pans, plates, glasses, silverware, coffee, teas, filters, spices, and cooking oil. No microwave -- sorry, I'm European! The unit is equipped with high speed Wi-Fi internet, HBO and Showtime premium cable channels, Harmon-Kardon speaker for your phone/iPod, DVD player, DVD selection, playing cards, boardgames, and books (please borrow, but leave after your stay!). There are a couple of low-seated beach chairs, beach blanket, co
## 714
## 715 Private Room with Queen Bed and Shared Bathroom Our bright and spacious two-story home offers everything you need to have a relaxing and refreshing stay in beautiful Santa Monica. High ceilings and open spaces throughout the house ensure plenty of room for everyone. Here, you'll enjoy your own private bedroom featuring a queen bed and closet to hang your clothes. Share a bathroom featuring skylights, a rain-can shower, and tile warmers. A baby crib, diaper changing table, and baby safety gate are available on request depending on availability. The living room has a wood fireplace, large flatscreen TV with Netflix & Amazon Prime, and a private west-facing balcony. Large windows in the living room and dining room flood the house with Southern-California sunshine. For those who enjoy dining in, the kitchen features a skylight and is fully equipped with anything you would need to cook a hearty meal, and the dining room table seats up to six, the bar seats 2, and a highchair for little on
## 716 NEW Furniture, toiletries, bathrobes and king-size bedroom with new linens.
## 717 This is a quite two bedroom apartment with a balcony that faces west so you can see the palm trees and feel the ocean breeze. My apartment is very clean and organized, updated furniture, apple TV and internet
## 718 Newly furnished Room, very light, Cozy, private and Clean. Private Bathroom which is right next to the room. The bathroom has a shower and also is very light and clean. The Living room is very colorful with lots of Art and soft furniture. The Kitchen has a great feeling and is open to the living room. My bedroom is very separate from the rest of the house and your bedroom as well. This place is a little bit of heaven, tucked away in a beautiful lush garden oasis! I am 3 blks from Main st, which has many fine restaurants, Coffee houses, Bars, Surf shops, Food trucks every tuesday night, Farmer's market every sunday morning, Yoga, Vegan and Raw food establishments. !0 min. walk to Venice Beach, 15 min walk to Santa Monica Pier and the Promenade which has Movies and shopping galore! Public transit 1 block away. This neighborhood is very safe! My Home is unique because I am so close to everything but you wouldn't know it if you walked into my yard! The kitchen, living room and yard. I am
## 719 All second floor master bedroom in two stories completely remodeled unique townhouse. Beautiful black wooden furniture and wooden floor. Fireplace. Excellent natural lightning. Share bathroom. Gorgeous modern style curtain separates all second floor from the rest of the house. Great area. 10 min from the beach, closed by great restaurants, stores, malls, great transportation and freeway.
## 720 *FOR LAST MINUTE SAME DAY/NIGHT INSTANT BOOKINGS PLEASE EMAIL FIRST! IF YOU DO NOT EMAIL I CANNOT GUARANTEE A CHECK IN TIME. FOR ALL RESERVATIONS: THIS IS NOT 24 HOUR, NOR SELF CHECK IN. DO NOT BOOK TILL YOU HAVE READ THE LISTING DESCRIPTION! Take a holiday in sunny southern California where anything is possible. Leave your cares behind you and enjoy the sun all day :) This is an extra Large bedroom and it is SHARED and its available for a short/long term stay. This room has a twin size bed, and two full sized beds and medium-firm mattresses, a chair and desk, a 3 drawer dresser and a clothes rack and shelf on one side and a large window on the other. There is wifi inside the room. The place is fully furnished and I provide you with linens and towels. Please note that the bathroom (tub and shower) for this room is in the hallway and it is shared. This a perfect set up for serious students or if you are looking for budget accommodations while in town. Prefer clean and neat individuals
## 721 The room is all yours, so it's like staying in a hotel! The penthouse apartment is full of light, has a large common space with flatscreen tv, balcony with hammock, and kitchen with all new appliances. The room you'll be using is large, has a huge queen bed, comfy chair to read in, and huge walk-in closet. You have a private bathroom inside the master suite.
## 722 Charming 2 bedroom, 2 bathroom apartment with balcony. Great location close to lots of restaurants and shops in one of LA's most beautiful and charming areas. Close to UCLA, Westwood, Santa Monica, Beverly Hills, and the beach.
## 723 Peaceful and harmonious retreat in the heart of Japantown Aka Little Osaka. This space has an abundance of natural light which offers a tranquil vibe accompanied with a beautiful view of a private garden. This 1 bedroom is perfect for an adventurer, who will enjoy what the City has to offer! CARPE DIEM!
## 724
## 725 The place is a monthly sublet with option to rent furnished or unfurnished. There is a deposit requirement and price includes paid utilities: Internet, gas, electricity (no cable). Please speak to me about pricing. Fully furnished designer studio/loft with full kitchen, balcony, walk-in closet, and full bathroom, approx 600sqft. Bamboo hardwood floors throughout. Internet, gas, electricity already included. The unit is on the top floor with elevator access, away from street noise and very quiet. There is laundry room facility in the building. Building is located on a very vibrant street with Tokyo-like culture, within walking distance from great restaurants and nightlife. Centrally located between Beverly Hills and Santa Monica. ******Note: Please email me directly for pricing on monthly sublet! Thank you for viewing.******
## 726 The studio is in a secure, gated apartment complex. It is in a safe neighborhood across the street from an elementary school. There is a brand new queen size tempurpedic mattress, and there is also plenty of closet space for guests. The studio has a balcony as well, and it receives plenty of sunlight. There is a full kitchen if you like to cook, and there's also a 42" flat screen TV with (SENSITIVE CONTENTS HIDDEN) Chromecast. The apartment complex also has on-site coin laundry and one reserved parking space (there is also abundant street parking).
## 727
## 728 house内面积3000尺,房间宽敞,位置便利,附近生活配套设施齐全,步行十五分钟可到达香港超市,顺发超市,海鸥超市,银行,公园,租车行,各种风味的中餐馆,韩餐馆,美式餐馆等,幼儿园(中文幼儿园,英文幼儿园)等供您选择,商场(macys,Puente Hills Mall)等,PIH医疗大楼(产检中心)。 如果您是旅游的朋友罗兰岗是洛杉矶的中央交通圈(我们可为您提供更多的旅游资讯): 到迪斯尼 35分 到十个门 35分 到城堡奥莱 30分钟 到沙漠奥莱 1小时 到downtown 40分钟 到南岸购物中心 40分钟 到圣地亚哥 2小时 到环球影城 45分钟 如您是来待产(距产检大楼5分钟车程。医院距离如下:长老医院25分钟丶惠提尔医院20分钟丶洪恩医院25分钟丶皇后谷医院25分丶Pomona医院25分钟)
## 729
## 730
## 731
## 732 It is a very comfortable and happy home. I am a professional astrologer, so I have a separate home office and I do have clients coming and going. They may use the bathroom briefly.
## 733
## 734
## 735
## 736
## 737 Bright and modern studio apartment with private full bathroom and private entrance. We've been told time and time again that this is one of the best apartments our guests have stayed in, bigger and nicer than people think of pictures alone. Close to sophisticated breakfast, lunch and dinner spots, the Arclight cinemas. Fast connection to 405 and 101 to go everywhere around Los Angeles quickly. Quiet relaxing atmosphere, but in the middle of social locations, Kind hosts that you don't have to see on the daily, but are willing to help with almost anything :) (Looking for something a little bigger? Try "Large Guesthouse, Zip to Must-See LA" under my host tab)
## 738 Private guesthouse and courtyard behind locked gate. Includes off-street reserved parking space. Very quiet and tranquil but super close to Sunset Blvd. We've listed it as accommodating 2 guests, but it can sleep up to 4. The sectional sofa is sized as 2 twin beds. Please let us know if you'll need extra sheets for these. The accommodations work great for families. But please note that the one bathroom is accessed through the bedroom. The house features a recently remodeled full bath (with tub / shower) and a kitchen with gas range, refrigerator, microwave, Keurig coffee maker, and french press. The unit has two wall heaters and does not have air conditioning.
## 739 AMENITIES: ENTERTAINMENT: Available in the property: TV, Streaming Devices, Satellite/Cable, Internet, Wireless Internet (Continuous access in the listing), Stereo, Books, Total number of TVs: 2 Location of the TVs: Living Room, Master Bedroom Which streaming device is available: Samsung TV's Streaming Device location: Living Room, Master Bedroom, Master Bedroom KITCHEN AND DINING: Available in the property: Refrigerator, Stove, Oven, Microwave, Dishwasher, Dishes Utensils, Pantry Items Dining area seats: 6
## 740
## 741 Amazing location in a super walkable neighborhood. There's a grocery store (Yummy) down the street, as well as restaurants, coffee shops and bars. Favorite places nearby: Pine and Crane - amazing Taiwanese food Cliff's Edge - great food, nice patio, good bar Sawyer - seafood, cocktails Kettle Black - Italian, best fancy pizza around Garage pizza - for slices Dinosaur coffee (and the Elliot Smith mural next to it) 4100 - for drinks in a dark place Jay's bar - for good beer LA County Store - locally made gifts Rag Mopp Vintage Akbar - cool dive-y gay bar On Saturday mornings and Tuesday evenings the Silverlake farmer's market happens just across the street. A little farther but still close: Griffith park observatory Echo Park Lake Silverlake is pretty centrally located, Echo Park, Hollywood, Downtown, Little Tokyo, Chinatown are all nearby. The apartment is perfect for one or two people, there's also an Ikea futon that can fit one or two more, though it'll be a bit tight. Note: the
## 742 Welcome. Our home was built in 1938 as a gift for the owner’s wife. Neighborhood legend is that some well-known classic Hollywood actors were frequent guests who played on the concrete regulation badminton court. Apparently, the previous owners were quite fond of entertaining. This house has become our home and can become a place to unwind after a long day at work or after exploring the city. The outdoor terraced backyard is planted with drought tolerant plants that include an acacia tree and various succulents. There’s a lemon tree and some grass that’s perfect for lawn games or just lounging. We do our best to provide the basic essentials to make your stay hassle-free. The kitchen is amply stocked including basic pantry staples. We provide basic TV which is connected to a digital converter box, a VHS/DVD player, and a Roku 2 streaming player. WiFi is available too. The master bedroom has a queen sized organic mattress. The guest bedroom has two single sized beds. Our home comfortabl
## 743 Relax, work or both in your own private hideaway! This roomy studio suite (approx. 400 sf) is the front of a 1926 Spanish style tri-plex in the Silver Lake hills. Surrounded by greenery and native plants, you'll feel like you're away from it all, yet you're really within minutes of the best L.A. has to offer. The main room is bright and breezy with a large picture window, 9ft. high cove ceilings, and hardwood floors. It is decorated with stylish furnishings and art -- a mix between mid-century modern, boho chic and vintage. The queen size bed is super comfy -- it's topped with a layer of memory foam and then a soft down alternative layer. There is a sofa, desk/workstation, 32" flat panel TV (with HD cable service) and high speed WiFi. There is a room air conditioner and ceiling fan with remote. The kitchen is in a separate room and includes a refrigerator, cooktop stove, dishwasher, microwave and coffee maker. (Coffee, tea and accoutrements included.) French doors off the kitchen lead
## 744 This space will turn you into a child with its playful decor and color changing design. The geometric hand painted wall designs change according to the light. There are black lights installed in the ceiling as well as normal light bulbs. The designs on the walls not only react to the black lights but also glow in the dark with six different glow in the dark colors. Turn down the lights, basque in the illuminescence, and relax in the jacuzzi under the glowing orbs which hang from the trees. It is definitely an experience to be had.
## 745 Hidden in the hills of Silver Lake, Los Angeles -- just steps away from historic Sunset Junction -- is a true original. Built in 1925, just minutes from the Music Box stairs (where Laurel & Hardy shot their 1932 classic) is our one-bedroom Spanish Colonial guest house - with a bonus room for an extra guest. This house is an authentic architectural with recent renovations (kitchen, separate office, deck) and a large, private garden with views of Silver Lake and Sunset Blvd., as well as a view of Downtown LA. Features include a complete kitchen, full bath, washer/dryer, private entrance, and an additional bonus: a downstairs garden room that's perfect for an additional overnight guest - or if you just want more space. The house is just minutes walk from L.A's finest restaurant offerings: (Night + Market, voted one of L.A's best new eateries, Cafe Stella, L&E Oyster, Milk, Forage), coffee houses (Intelligencia, Cafe Tropicale), great bars, and in the nearby hills, some of L.A's most stunn
## 746 The bedrooms are standard size with queen bed in each room and 1 queen sleeper sofa in the Living Room.
## 747 Private Bedroom with Double Bed Bathroom shared with Artsy Beach Cave across the hall.
## 748 Centrally located in South Redondo Beach, we're located within a mile of the world famous Redondo Beach pier and Hollywood Riviera. Manhattan Beach is a 5 minute drive, and the beach and some awesome hikes are a short stroll away!
## 749 Bike or walk to Pier, beach, restaurants
## 750 - Newly remodeled, everything is brand new. - 5min from the beach. - 2 miles/ 3.2km from a major Mall. - 30min from Downtown Los Angeles. - 15 min from LAX. - Biking and walking exercise path 40yds. away. - Walking distance to sports bars (4).
## 751 Private guest house studio plus bathroom and kitchenette detached total privacy
## 752 Brand new queen sized pillow top Serta perfect sleeper bed, memory foam pillows, 800 thread count sheets, internet TV with Netflix, HBO and Hulu, BluRay player, mini fridge in room, alarm clock with USB ports for charging two phones on night stand, dresser, two terry cloth robes, slippers, toiletries upon request, hair dryer, black out blinds, ceiling fan with remote, space in closet to hang cloths and hangers, and clothing hamper in room. We also have a second bedroom that has a desk/vanity instead of a TV set up and no mini fridge. In the bathroom there are bath sheets, full tub with shower, elongated toilet, memory foam bath Matt.
## 753
## 754 Coffee, donuts or other breakfast items are served every morning. Fully equipped 50s diner kitchen Premium Cable Movie & Sports Channels Full office center has a House Phone with unlimited nation wide calls, House Computer&Fax/Copy/Printer Wi-Fi enabled common areas Social picnic areas with BBQ grill, swing, and firepit Flat screen TV Bath Towels provided New mattresses & linens Game room/Pool Table/Darts Housekeeping Washer & Dryer Fireplace Bicycles available to use We provide all laundry soap, bleach, toilet paper, dish soap, cleansers, aluminum foil etc. A safe, clean, positive environment, perfect for overseas students and visitors. A great option for interns, and out of state visitors. We offer an all inclusive landing place until the next step. If needed, you can make arrangements with us to assist you with your transportation from LAX to our home. We are centrally located. Approximately 30 minutes from the following tourist destinations; Malibu Beach, Topanga St
## 755 Located in the rolling hills of horse country near the beach, Los Angeles and Orange County you are only a short five minute drive to shopping and restaurants. Fifteen to twenty minute drive from LAX and Located 23 miles south of downtown Los Angeles and 30 miles west of Disneyland. This private cottage has it's own parking, and is accessed through 2 secure gates down a private secure driveway. There is a private gated patio area and grassy yard located in the front of the cottage which is just perfect for morning tea where you can watch the peacocks forage for food. This cottage has a full eat-in kitchen with high-end appliances and granite counter tops that allow for full gourmet meals if desired. There is a water filter in the kitchen for spring fresh tasting water at all times without the need for bottled water. The bathroom has a large glass shower with a sitting bench designed in marble and granite. The separate bedroom is privately located and has its own floor to ceiling glas
## 756 Great experience in LA
## 757
## 758
## 759 The Zen Den is a small, clean, peaceful studio apartment in a great walking neighborhood in West LA. The area is clean, calm, and safe, but one of LA's most famous foodie streets, Sawtelle Blvd. is just 2 blocks away!
## 760 Enjoy brand new queen bed with plenty of space for your stuff. You have your own private full bathroom. Watch a movie on Netflix or Hulu and enjoy a full body massage chair in the living room. My dogs are extremely friendly and love guests.
## 761
## 762 This clean and modern cottage has a brand new kitchen, floors, furnishings, with a queen bed in the bedroom and a pull out bed in the living area for extra guests. Located in West Los Angeles, we are central to Santa Monica, Century City, Westwood, Culver City, UCLA, Santa Monica City College (SMC), Brentwood, Montana Ave, Marina Del Rey, and Venice. Linens and towels are provided, as well as coffee and teas in the fully equipped kitchen. Wireless internet, cable, iron, hair dryer, washer and dryer, office desk, as well as air conditioning and heating for maximum comfort.
## 763 Sunny, spacious, Gardenview, centrally located, peaceful home, tons of parking, TV, alarm system, Wi-Fi, cable, AC, gated private gardens, Internet, basic kitchen amenities: fridge, grill, microwave, coffee, instant Kettle, mini-oven, expresso maker, outdoor barbecue, popcorn maker, cooktop, tons of mirrored closet space, and outdoor meditation/exercise space. Own, separate entrance/exit. Common shares garden space, one wall, ok to have clean, friendly, fixed dog with extra pet charge & cleaning fee. Also the space has its own private bathroom, not shared, with new amenities, double showerhead clean and newly remodeled. No cats on premises. Own private locked entry, at back of gated home., with full security system. Tons of free neighborhood parking or paid permit parking available too. Walking distance from food courts, bus station, grocery stores, banks, gyms, park, new metro station, Drycleaners, boutique stores, and on Santa Monica/BrentWood boarder. Less than 3 miles from the
## 764 This is a large 2.5 apartment with 2 full bathrooms and a 1/2 bathroom. You'd be sharing the apartment with a professional who works at home, and teenage daughter. You would have the back room - which is a large (aprox 30 feet by 15 feet) Master Bedroom - very private, double doors to it with full bathroom, TV, CD/Radio, nice new full-size bed, mirror, table and chair for work, and a reclining chair. Glass door leads to a spacious balcony - you can eat outside on Balcony. Limited Kitchen access - no cooking on stove top, but you can use Oven to warm/bake. Sometimes I have private students come for morning lessons around 10:30 am, so kindly finish breakfast by then. You can take your meals in the dining room. When we're on vacation (usually end of June part of July) you'll have apartment to yourself, but no access to 2nd Bedroom/Bathroom, or Den. Limited access to Kitchen, as before.
## 765 This is my 3 bedroom and 2,5 bathroom 2 story apartment. Living room and kitchen located on first floor. Bedrooms are located on second floor. You will stay in the leaving room. Wifi available. The place is fully furnished and I provide you with linens and towels. Hair dryer is also available upon request. I do not provide parking space, but you may use the street parking, it's free and doesn't require any permit.
## 766 The unit is very large, open, and light and clean. Both rooms have lots of closet space, and each room has its own bathroom with a bathtub/shower.
## 767 My place is ideal for couples, solo adventurers, wonderers, explorers, business travelers.
## 768 The space is small but cozy.
## 769
## 770 You have your own bedroom and bathroom. Welcome
## 771
## 772 The studio is located above a single family home, accessed by a small outdoor staircase.* There are plenty of windows, brand new hardwood floors, and a brand new tiled shower. The place is furnished with a queen bed, dresser, bookcase, and desk. *Please note that the staircase is quite narrow and the railing is low. You'll have to avoid knocking out a few overhanging roof tiles. This staircase is not for everyone. We recommend packing lightly to avoid carrying anything too heavy up the stairs.
## 773 Charming historic home with brand new flooring throughout the house, and brand new kitchen. Free wifi. We can comfortably fit 6 sleeping.
## 774 Beautiful Spanish-style 3-BR, 2BA duplex bottom. We are a family of 5, and we have a front and back yard (with large trampoline), well stocked kitchen, large dining room table, wifi, piano, TV, and lots of toys.
## 775 The space is cozy, quiet and peaceful. The pool can be heated prior to your arrival to 82 degrees F. The pool house is recently renovated, everything is brand new. The kitchenette has a dishwasher, 4 burner gas Miele stove top, water filter, garbage disposal and a mini refrigerator. All of the furnishings, fixtures and finishes are premium.
## 776 Three bedroom house.
## 777
## 778
## 779 Large picture windows allow in natural light and a garden views. Extremely comfortable Queen size bed, flat-screen cable TV with all move stations plus Apple TV. High end luxurious linens. Bathroom includes an over sized spa like shower with seating and incredible water pressure. High end luxury toiletries are provided along with Turkish bath towels . Fluffy bath robe, Rowetna steam iron and board for your convenience. Microwave, fridge, real china and flatware, glasses including wine and champagne. Each guest will received a welcome email from the property Manager anso he is very fast. his company # Javi Garcia
## 780
## 781 Free parking on Swall side of the building. Mind you it is street parking in a busy area so sometimes may need to search for parking.
## 782 2 Flat Duplex from 1920's with original features, unusual and have many detailed and special crafted features. We have maintained and restored the rooms to remain true to their history. Ceilings are high with crown molding, wall sconces and coving. Floors are oak hardwood and original tiles in bathrooms and kitchen.A family member lives in the flat when there are no guests. A cat named Leo also lives in the flat and will be on the premises in the flat when guests are here. We take care of the cats food, water and personal care needs daily, as needed. Cats cannot be outdoors here due to the dangers of traffic and being taken.
## 783 My adorable apartment is in a charming Spanish building on a quiet side street, just a block from all of the action. I can see the incredible LACMA museum from my apartment, the metro is a block away, and I'm just off Fairfax street, full of bars, restaurants, stores and coffee shops. 10 min walk to the Grove/Farmers Market, 5 min drive to West Hollywood/Melrose area, 5 min drive to the highway, 25 min drive to the beach. Centrally located and completely accessible to all parts of Los Angeles (but I love this hood so much you might not even leave!).
## 784
## 785 nice and clean
## 786 This will be the perfect jump point for you Los Angeles visit in a centrally located neighborhood just minutes from downtown LA and USC! This three bedroom, two bathroom apartment has a top of the line kitchen, spacious hallways, and private balcony. Feel at home in the comfortable living room as you plan your days in L.A. or just stay in and chill on the big comfy couch while you enjoy Netflix, Hulu, or HBONow on the Apple TV. The three bedrooms come well-appointed with queen size beds in the master and second bedroom and a full size bed in the guest room. Each room has it's own style and furnishings with plenty of closet space, hangers, and dressers so you have a place to call home. The master bedroom has its own private bathroom with walk-in glass shower. The large open common room is equipped with a top-of-the-line kitchen and dining area. Special attention was devoted to the interior. The kitchen features stainless steel appliances, granite countertops, custom interior paint, and
## 787 Unique clean and nice space :) LA style living !
## 788 Enjoy your stay in one of the oldest neighborhoods in Los Angeles, this home along with others on S. Bonnie Brae St. date to the 1890's when they were first built. The homes mark a distinct look unlike anywhere else in the city with downtown skyscrapers in the near background.
## 789 CLEAN AND NICE
## 790 Only 10 mins walking distant to LA LIVE! Hard Wood Floors, Backyard with amazing Gas Grill, Sweet Hammock, outdoor tables and seating. W/D included, Dishwasher, Full Kitchen, fridge w/ice-maker. NO PETS
## 791 Great deal for nice private studio in downtown LA. Studio appartment with 3 bunk beds. Appartment has everything. Best price in town!!! Located in safe family area, close to everything in LA. Hollywood is 12 min away, Universal is 17 min. Big supermarket with food! No kids, no pets! Street parking only. Street parking. !!!!!NO MARIJUANA STRICTLY!!!!! (No inside/outside)!!!!!
## 792
## 793
## 794
## 795 Enjoy beautiful views and sunsets of Santa Monica Bay from our two story 4BR/3BA home with plenty of space for a family. We have two master bedrooms with king beds. One of the master bedrooms has access to a balcony which overlooks the bay. Two smaller bedrooms, each with a twin bed, are great for kids. The dining table can seat 12 people. The kitchen leads out to an enclosed patio, which has a jacuzzi tub & Bar-B-Q, a nice spot to relax, read or enjoy a meal. The living room is airy with plenty of seating (including a game table). Surfers and sunbathers will love the location, just a 2 minute drive to Dockweiller State Beach (walking/biking distance to the beach bike path), 15-20 minute drive to Venice Beach, Santa Monica Beach/Pier, and Manhattan Beach (or take an Uber if you want to skip the hassle of parking). This Playa Del Rey neighborhood is quiet and safe, with great Italian, Indian, and Mediterranean restaurants within walking distance. The Del Rey Lagoon is (12 minutes away b
## 796 Quiet Beach community. If you're looking for peace, this is the spot! I also have airplane - proof windows!
## 797 This one bedroom is unique because it comes with a garage if you should rent a car. It also comes with towels and wash clothes. You will also be adorned with handmade moisturizer, body scrub, and handmade scented soy candles. This location has great water pressure and a great tub for a nice warm bath. One block away from Walmart, Baldwin Hills Mall, Staples, Rave Movie Theaters, Baskin Robins, iHop, Wells Fargo and Bank of America. Walking distance to Albertson's grocery store, Metro Train Station. This listing is to rent one bedroom. City tours of Hollywood, Beaches, and Studios are included.
## 798 The cottage sleeps 2 in the bedroom and the couch has a very comfortable queen pull out bed that could also sleep 2. We added a nice pillow-top so it's like sleeping on a cloud! The kitchen has cookware and small appliances and all linens are provided including bath and beach towels. The living room is spacious and the entire space is clean and tidy.
## 799 Fully stocked kitchen, utensils, etc is at your disposal. We have remodeled our home to include Moen shower and TOTO toilet, luxury toiletries and bathrobes. Private Laundry room on the property. Our home is central, just minutes away from desirable shops and restaurants, yet quiet with secluded privacy seldom found in the city. Brentwood is known to house many celebrities & athletes & well known public figures. The expansive windows will allow you to enjoy the Los Angeles sunshine and charming living room with fireplace overlooking Hawaiian backyard and pond. Enjoy the walk-in closet in the master bedroom and hardwood floor in all living areas and bedrooms. The bedroom has a queen size bed but the most amazing thing is that both couches in the living room become beds, one a queen size bed and other into a twin size bed (Please see pictures). The sofa beds are made by Serta who is well known for their mattress quality. No smokers please. BBQ also available for use. Fireplace g
## 800
## 801 Private Bedroom and Bathroom in beautiful Brentwood/Santa Monica adjacent location. Tree lined streets, great for walking/jogging along Brentwood's renowned Coral Tree lined San Vicente Boulevard. Local supermarket is 4 min walk, The area consists mainly of young professionals. Very comfortable Queen Size Bed, high speed internet, cable TV, well equipped kitchen, bathroom with tub and shower. Patio to sit outside and enjoy your breakfast and take in the gorgeous Los Angeles blue skies and sunshine. Use of kitchen. Minutes from beaches, mountains, shops, restaurants and bars on Third Street Promenade in Santa Monica and Bentwood Village. Main bus routes 2 minutes away. Parking in private car port. 20 minutes to LAX. Close to Getty Villa, Getty Center, LACMA, UCLA. Ideal location for travelers, business people or UCLA students.
## 802 No additional cost for extra persons (max of 3) and a flat 20 cleaning fee. Queen bed, twin bed (not a futon!), desk, mini frig., 42" flatscreen, wifi, Netflix, Amazon Prime, bathrobes, coffee, filtered water, private bathroom w/soaking tub. Please note that the private bathroom is not ensuite - you must walk down a short hall to your bathroom (see photos). ***Please do not book with me unless you and your companions like or love cats. Colby cat will want to be your friend and I don't want anyone to feel uncomfortable.***
## 803 Bright and sunny extra large living room, best Santa Monica / Brentwood location, secure entry and location, top floor unit with mature trees and privacy.
## 804 Private bedroom with clean, private bathroom. Delightful full balcony and natural light and breezes. Very quiet area for great nights rest. Vast closet space and Smart TV in room.
## 805 Spacious, bright room with a comfy queen bed in a perfect location - Brentwood. It's not easy to find a walkable neighborhood in Los Angeles! Enjoy my spacious room in the lovely Brentwood neighborhood. Location, Location, Location! Brentwood is one of the most desirable neighborhoods in the Los Angeles, with beautiful homes, clean air and tree lined streets. There are wonderful restaurants and bars within walking distance but it's also close to the nightlife in Venice, Santa Monica and Marina Del Rey. Book with confidence, my calendar is up to date. • Laundry machine (coin-operated) • Linens and towels • A full kitchen with pots and pans, tableware and cooking basics • Shampoo, conditioner, soap • There is plenty of free parking close by • Wi-Fi high speed internet and Cable • DVD Player I am available by text and email if there are questions or issues that come up. The apartment is located in the heart of Brentwood, one of the safest and coziest neighborhoods in Los Angeles.
## 806 Large bedroom 4 miles from the beach
## 807 The apartment is beautiful. Has hardwood floors in the living room, tile in the kitchen and carpet in the bedroom. Bedroom has a incredible Queen Memory foam Mattress. You get your own Private large bathroom that features a skylight (Super Cool) Bordering Santa Monica located in Brentwood, this place is THE BEST LOCATION in Los Angeles. Beach and 3rd St Promenade is 3 miles from here. UCLA is about 1 mile away. My Listing is much cheaper compared to others since I am just trying to cover the rent for the other room at my apartment. I also live in the same apartment, but I have my own bedroom and bathroom. I will provide you how much ever privacy you need. This location is great for anyone visiting Los Angeles. Bus Stop is right outside my apartment 10 Miles from LAX Lots of Street Parking Available Private Room and Private Bathroom FREE LAUNDRY LAUNDRY (WASH AND FOLD) Ask me for details
## 808
## 809 I've decorated my place with a very clean, modern feel. I can easily host up to 2 people with a private bedroom (which has a comfortable pillow-top queen bed) and private bathroom. It's also the perfect place for any cinefiles or music enthusiasts (more on that below). My place is in a great location for traveling around Brentwood, Santa Monica, Venice, Culver City, and West LA, as well as all of Los Angeles in general. I should also mention that the entire place has been recently renovated. The modern kitchen was built in October 2015, and new hardwood floors were installed in December 2015.
## 810 Fully furnished Century City Adj. restored Spanish character home available for summer short term rental. Home is just under 2,000 sq ft with three bedrooms and two bathrooms. Designer done kitchen with 6 burner Thermador stove, LG refrigerator, island with seating & large pantry. Additional features include dual pane windows + skylights throughout providing plenty of natural sunlight, living room with wood burning fireplace, recessed lighting, laundry room (Electrolux washer/dryer), formal dining room with seating for six & upgraded bathrooms with floating tub & rainfall shower heads. Two bedrooms have French door access into the professionally designed backyard with built-in fire-pit & BBQ. Fully equipped kitchen, linens, Apple TV, wi-fi & Sonos speakers throughout. Centrally located near Beverly Hills, Westfield Century City, Westwood & Fox Studios. Just a short drive to Santa Monica Beach.
## 811 Wood and tile flooring throughout. Ample closet and storage space. New appliances. Central AC & Heat. Our luxurious and super comfortable queen mattress will ensure solid sleep during your stay . Bedding/linens and towels are provided. Wifi is provided and you can access wifi based entertainment on our convenient SmartTV. The kitchen is equipped with the following: gas stove, full sized refrigerator, microwave, toaster, French coffee press, tea kettle, flatware, dishes, drinking glasses, wine glasses, pots & pans, Pyrex baking dishes, cooking utensils, plastic storage containers, cleaning and dishwashing supplies. The closet is equipped with hangars, laundry basket, an ironing board and iron. The bathroom is equipped with linens, basic toiletries and hair dryer. Toilet paper & paper towels are provided.
## 812 Charming Toluca Lake neighborhood! Great home base, just minutes from Hollywood, Universal City, Pasadena, Glendale, and Beverly Hills. Walking distance to New York Film Academy and all major studios. Gorgeous, sun-filled large bedroom with cozy red-brick gas fireplace, dual closets and plantation shutters. Full, private bath off hallway with soothing, jacuzzi hot tub & custom tile-work. Beautiful pool for lounging and sunning. Walking distance to shops and grocery stores, Trader Joe's and Starbucks. Can walk to great restaurants, a sport bar or more trendy bars with live music. Every Sunday there is a quaint Farmer's Market around the corner. Lovely tree lined streets in a very safe and quiet section of Burbank. Close to walking/bike trail (The Chandler Bike Path). Amazing hikes in Griffith Park, Fryman Canyon, Tree People and Runyon Canyon are minutes away. Nearby attractions include: Universal Studios and Universal City Walk Warner Brothers Studios and VIP Tour (I can actual
## 813 Israel and myself currently live in this two bedroom 2 bath apartment. I work a couple jobs mostly from home and Israel is a college student. The place is fairly quiet and neat. I am very respectful and considerate of others and like the same in return. We just ask you to please remove your shoes after entering the apartment. There is a Starbucks and Subway restaurant within walking distance like 2 blocks away. Very close to Ikea, Burbank mall, grocery stores, Target and many other shopping centers. I recently created and produced my first TV pilot starring some well known Hollywood actors like Patty McCormack, Dot Jones, James Kyson and Art LaFleur. I speak Italian and have a design background. This room is perfect for a couple or parent/child. The room also has a PC you are welcome to use and cable TV in the living room as well. Also there is Body by Jake tower 200 resistance workout on the backside of the door in your room, which allows you to stay in shape while on you are on vacat
## 814 Can be rented for 65/hour for non-members, 55/hour for members. Typical hours available are Monday - Friday 8:30 AM - 6:00 PM. Additional hours and weekends can always be arranged by appointment. If you have any questions please contact us.
## 815
## 816
## 817 Situated on a lushly-planted 1/4 acre property, studded with mature trees, exotic tropicals and organic vegetables this is the perfect getaway for those seeking true respite. We are fortunate to receive frequent visits from hummingbirds, wayward green parrots and colorful butterflies. The property is located near the ROSE BOWL and even closer to the ROSE BOWL PARADE, world famous Huntington Botanical Gardens and the LA Arboretum. The Norton Simon Museum, Old Town Pasadena, The Santa Anita Racetrack and fabulous hiking trails in the nearby San Gabriel Mountains are all within a 5-10 minute drive. 2 miles to the 210 Freeway. As seen from the photos, the Interior includes fine Arts and Crafts furniture. Antiques connoisseurs will recognize select Dirk Van Erp and Harry Dixon, Gustav Stickley, Charles Limbert and Greene and Greene pieces and vintage Batchelder tiles. WE HAVE FOUR ROOMS AVAILABLE. RATES LISTED ARE FOR TWO GUESTS PER ROOM. PRICE IS ADDITIONAL 20 PER PERSON, PER NIGHT FOR M
## 818 The studio has great bright lights for artworks, a good kitchen for food lovers, a great relaxing porch for readers, fast wifi, in short - something for everyone. Plenty of street parking in safe neighborhood.
## 819
## 820
## 821 Some History Cabana San Pascual gets its name from its heritage. It is located in what was the Rancho San Pascual; a 14,403-acre (58.29 km2) Mexican land grant in present-day Los Angeles County granted by Governor Figueroa, in 1834, to Juan Mariné, a retired artillery lieutenant. In 1852, another Mexican Army lieutenant, Manuel Garfias, the namesake for Garfias Drive, was granted title to Rancho San Pasqual by Governor Micheltorena. In the ensuing years the Rancho evolved into the cities of Pasadena, South Pasadena, and portions of San Marino, and the unincorporated communities of Altadena and San Pasqual. As for the “Cabana” part of the name;....well....., it's about six steps away from the pool. The Space This space used to be Karen’s art studio and office and we completely remodeled it. We took the building down to the studs and replaced everything from the roof to the floor. New flooring, walls, paint, tiles, etc. All new furniture. We added a beautiful modern bathroom
## 822 My space is unique because I have a fully equipped Pilates room in the main house. I am also a certified GYROTONIC trainer. I am available for private sessions on the weekends and some evenings during the week. My guests will receive a private session at half price. If you want to customize your own workout, just let me know and I will make available (at no cost) free weights, foam rollers, fitness circles, flex bands, etc. Just let me know what you are looking for.
## 823 Nice bedroom with shared bath (if other guests are occupying other space).
## 824
## 825
## 826
## 827 This listing is for one large bedroom/bathroom suite (376 sq/ft total) with its own privately accessible bathroom from within the room. This is a single family one story home on a quiet tree-lined street. The rented space includes one bedroom with its own bathroom within the room (i.e. privately accessible.) There is a queen bed plus a comfortable queen sized sofa sleeper. The room sleeps up to 4 people. There is a 50-inch HDTV with off-the-air local channels and a Blu-Ray/DVD player. There is a pool, heated in the summer (June - October). The house is recently remodeled in granite/marble with wood floors and is clean and modern throughout. This is one of two AirBNB rooms in the home. Occasionally, there may be other folks enjoying their AirBNB trip here. Sorry, but we do not allow use of the stove/oven. There is a microwave oven and toaster available as well as a Keurig coffee/tea/hot chocolate machine. Laundry can be done at a nearby laundromat less than 2 blocks away.
## 828 Arcadia核心区百年HOUSE,毗邻著名的santa anita赛马场,Westfield购物中心和医院。院中各种落叶乔木常绿植物,庭院深深落英缤纷。最典型的美式住宅:明火壁炉;自烧暖气——在洛杉矶有真正暖气的房子屈指可数;半英亩的大院子;被绿树环绕的屋企,近百年的房龄,却无沧桑,只存韵味。
## 829
## 830 My apartment is really located in the center of Hollywood, in the middle of Los Angeles. Here is a quick description of the space... When you walk in you will immediately notice a modern, completely new apartment. All of the furniture, linens and towels, and kitchen appliances are all brand new. The first room you enter into is a the living room. The open floor plan of the living is very spacious, the kitchen is open to the dining room as well as to the TV watching area, so it's great to enjoy the space while you are cooking. The main living room has an air conditioning unit that is very strong and cools the entire apartment, so even when it's hot out the place is nice and cool. if you have extra people, the couch in the living room has a pull out, queen sized bed inside of it! There are fresh extra sheets and pillows already there! There is then a hallway that connects to the bathroom and then the bedroom. The bedroom has plenty of closet space and the bathroom has recently been renov
## 831 Centrally located, 1st floor 2 bedroom apartment with 55" 4K Smart TV, open living/dining/kitchen layout. Each bedroom has their own 12" queen memory foam mattress. Master bedroom has an in room smart TV and 2nd room has a private balcony. Nicely sized bathroom with bathtub and stall shower.
## 832
## 833
## 834 The apartment is perfectly located for those who come to see Hollywood and West Hollywood. Extremely cozy and bright studio apartment is in a walking distance from Hollywood Walk of Fame, Chinese Theater, Dolby Theater, Madame Tussaud's Hollywood Museum, and much more. Here you don't even need a car to get to the best Hollywood attractions, bars, restaurants, clubs, and shops. You will have an opportunity to live right in the middle of all the action and highlights. Universal Studios is just 10 minutes by car. Apartment comes completely fully furnished with 1 real bed, 1 pull-out couch and 1 full bathroom, brand-new LED HD TV, Wi-Fi Internet, dishwasher, built-in washer and dryer, and 1 parking indoor space.
## 835 This is a clean, cozy spot that can accommodate up to 3 people. The home is located on the border of Hollywood and West Hollywood making either location accessible. There are several coffee shops, bars and restaurants within walking distance, as well as a park with public tennis courts.
## 836 Modern townhouse with high ceiling in the center of hip Melrose District. Great building with gated courtyards and shared private rooftop deck for sun, grilling, and relaxing.
## 837 Sectional sofa bed with memory foam for your comfort!
## 838 This is a lovely eight unit complex on Fairfax ave. Between the famous Sunset Strip and Santa Monica Boulevard. The complex is secure with an outside gate and security cameras. Our unit resides on the backside of the complex. It allows for quiet privacy while being steps away from two of the most famous streets in West Hollywood. The Master Bedroom Is a private bedroom with a bathroom down the hall. The Style inspiration for the room is a bit dreamy. With cloud like light fixtures and stars above the bed. The bedroom is cozy and inviting with the wood tones and lighting. We wanted to brighten it up with pops of color and travel inspirations. We LOVE to travel. There is a modern wooden desk we have turned into a vanity area. The silver mirror is an antique frame we found at the Fairfax street market (open Sundays just down the street). We use this area to get ready in the morning but it can also double as a work space. There is a plug in just below the desk for a blow dryer or compu
## 839 The Harper is a newly designed two-story Modern Contemporary Residence centrally located in Los Angeles/on the border of West Hollywood between trendy Melrose Avenue and Santa Monica Blvd. The Harper features soaring ceilings, large windows, sumptuous indoor/outdoor living, dining on the ground floor, along with a fully equipped gourmet eat-in kitchen, seating area and powder room. The kitchen is fully equipped with top of the line appliances, dish/cook/glassware and utensils. Washer/Dryer is conveniently located in the two-car garage. Off the formal living room is a sleek & sexy patio with BBQ, dining for 8 and outdoor sectional with fireplace coffee table for your maximum enjoyment and relaxed dinners and entertainment on warm evenings. Upstairs is the family room, three bedrooms/baths with sumptuous beds and linens. Cable TV, DVD and sound surround throughout. Property is also available for TV/Film/Web/Print shoots and Corporate/Special events with rates upon request. An absolute so
## 840 The master room has a queen-size bed, a large private bathroom, walk in closet with hangers and wireless internet. The queen-size bed accommodate two adults. The second room has a queen-size bed, walk in closet with hangers, wireless internet, balcony and the bathroom is outside the room. The queen-size bed accommodate two adults. A really nice leather queen-size sleeper sofa accommodates another two guests upon request.
## 841 **** PLEASE NOTE **** There is a property close by that is under construction. I unfortunately can't do anything about this situation. This apartment would be best for people who plan on being up and exploring the city by 8-9am. So sorry for the inconvenience but this is beyond my control. Location location location!! This property prides itself on its superb location of being surrounded by retail outlets, bars, restaurants, movie studios, theaters and transportation facilities (Metro subway station and bus stop across the street). The space it's self is a cozy large studio with a full bathroom and kitchen including a microwave, toaster, and coffee maker. The sleeping area holds a queen bed that sleeps two. The apartment has a hip/ shabby chic vibe and is furnished and decorated with a mixture of vintage and modern decor collected throughout my travel over the years. Amenities: Wifi Secure Parking- 1 Spot Queen Bed Bedding and Towels Complimentary Coffee and Tea Coffee Maker, Cook
## 842 Studio apartment with kitchen. Unit comes with free internet and cable TV. One parking spot is designated for this unit.Famous Hollywood Stars, Shopping and Restaurant walking distance.
## 843 This is a BRAND NEW furnished and renovated HOLLYWOOD Home located in hip ' Melrose Shopping and Dining District' . We are located in a quiet, upscale and safe street where famous TV show '' Melrose Place '' scenes was recorded. !!! This House is located very convenient to most attractions in Los Angeles!!! You will have the ENTIRE HOME with all private suites and will also have a private doors. Including a private garage/office space attached and a BIG BACKYARD with lounges and BBQ. WALKING DISTANCE to Department Stores, Many Restaurants, Shopping centers, Hollywood Walk of Fame, West Hollywood, Melrose Ave Designer Boutiques, Beverly Hills, The Grove Shops. !!! Walk Score = 93 !!! Important Note: Best Prices in L.A: Prices automatically change on a daily basis depending on demand, number of guests and season. Even the hotel rooms in the area starts from 250 to 1000s compared to our amenities and location. - Perfect for Traveler Groups, Couples, Students, Big families who love priv
## 844
## 845 Welcome to my place! You will have my entire 2BR/2BATH 1100 sqft apartment all to yourself. It is safe and yet close to everything in town! Bedding: There are two private bedrooms and one big living room. Each bedroom has its own private bathroom. Each bedroom also has a big and comfortable Queen pillowtop bed. There is also a queen pillowtop bed in in the living room. I also have a great couch that converts into a queen sofa bed and a queen air mattress. Four queen beds plus 1 queen air mattress, making it 5 total queen beds. All linens and beddings are provided. I have many regular plush pillows and a set of official Tempur-Pedic pillows. ' Television & Entertainment: New 50" SmartTv with WIFI in the living room and new 43" SmartTv with WIFI in the master bedroom. The TV's comes with thousands of free streaming Netflix TV shows & movies. Internet: FREE Wifi across the entire unit. Kitchen: Italian gourmet kitchen area with oven, stove, refrigerator, dishwasher, microwave, plates
## 846 It's a beautiful and clean tranquil place, fun for a family or singles due to its location. The major public transportation, metro, bus and taxi's are 3 blocks away on Hollywood and Highland.
## 847 Our Bohemia meets Roman villa enclosed space creates a sanctuary of positive energy. Come with a global mindset to join in a conversation with our other guests or enjoy the privacy of your own sleeping area. Start the day off with complementary coffee. We have laundry available. All of our guests share two bathrooms, kitchen, dining, and living rooms.
## 848 The Location is the best part of this apartment, Its right next to shopping, dinning, & entertainment (H&H center, Grocery store, gym, restaurants, Chinese Theater, Jimmy kimmel, metro station, Clubs, Walk of fame) Great comfy beds, Safe & quiet complex, nice clean pool. ITs just Perfect!!
## 849 *Note this apartment is low priced because it is brand new. The price will go up after more reviews. Parking is one block away and there is some street noise. Welcome to the spectacular Hollywood apartment! All brand new apartment and furniture! Enjoy the spacious open floor-plan of a luxurious loft apartment overlooking Hollywood Boulevard & close to the Hollywood bowl. A wall of windows provides plenty of light and views of the Hollywood hills. Enter through the spectacular arc beam entry way of our building, designed by John Lautner in 1925 and used to house the head quarters of the Academy of Motion Pictures, was home to the Screen Actors Guild and is listed with the National Registry of Historic Places. Imagine exiting out of this building where Audrey Hepburn and Ronald Reagan once lived right into the epicenter of Hollywood with the all the stars literally right on your doorstep! APARTMENT FEATURES: • Sleeps 5 • You get the entire apartment • 2 Gorgeous modern queen beds • FRE
## 850 Stretch out & be comfortable in a large, carpeted 750 Sq Ft. 1 BR apartment with a Grand Piano in it. (That gives you an idea on size). This is like being in a timeshare smack in the heart of Hollywood. Cookware, plates, spices, full kitchen etc for saving money or bringing home yummy doggy bags. Great for families with kids, too. Everything you need for up to 5 people. Wifi, Roku, Netflix, VHS/DVD, TV in the bedroom too. Live like a local does, (or stay here to work during the premiers or Awards shows and don't commute). Immerse yourself in the experience of Hollywood Blvd without the parking hassles (1 gated Parking space included,), walk (if you want) to the grocery or to LA fitness or the Disney El Capitan Theater around the corner or hike famous Runyon Canyon and see celebs, 5 blocks away. Get downtown or to Universal or to the beach in a snap on the Metro 1 block away. This warmly furnished apartment has large bath with separate shower & tub. a large bedroom with plush full
## 851
## 852 Newly remodeled house has 1 bedroom with queen size bed,1 sofa bed , new kitchen, air conditioning, parking on premises, washer/dryer. Flat screen TV with WIFI. Linens and towels available. Enclosed private patio.
## 853
## 854 Our home is a hidden gem, away from the noises of Hollywood, although centrally located and close to the most visited attractions, restaurants, shopping and night life. We are an easy 12 minute walk to the corner of Hollywood and Highland, home to the Dolby Theatre, the Oscar venue with easy metro access. We are located at 1632 N. Sierra Bonita Avenue which is half way between Fairfax and La Brea Avenue, 3 houses south of Hollywood Blvd.
## 855 Simple room with private bathroom and bed and closet. No other furniture in the room. Perfect for those who just need a place to sleep and shower for the night...if you are coming for a wedding, job interview, Rose parade or Rose bowl game. Not ideal if you want to stay in the room all day.
## 856 It's a corner unit. Very quiet. Family oriented. Close to everything you need and close to major freeways.
## 857
## 858 Minimum stay: 7 days Dogs under 20lbs welcome.
## 859 Beautiful layout: hardwood floors and laminate, very little carpet (bedroom only); granite counters; central heat/AC; 55" HDTV; leather sofas and recliner; Simmons BeautyRest queen bed; shower and bath; office desk/workspace; 4-seater dining table; closet space; wi-fi and cable; blackout curtains in bedroom; very quiet, safe and secure building with lovely, pleasant neighbors! Also a laundry room (coin-operated).
## 860
## 861 The house is equipped with a 13 piece cookware set, BBQ utensils, teapot, coffee machine, oven, microwave, refrigerator, drinking glasses, and flatware for 12. All appliances are brand new. Laundry room is located next to the kitchen and includes full washer & dryer. House includes: linens, towels, kitchen accessories, iron and blow dryer. During the nights, light up the fireplace (you have access to the fireplace both from inside and the outdoor patio). Bedrooms: Master has a king sized bed, walk in closet, shower, double sinks and jacuzzi bathtub. Bedroom 2 has a queen sized bed, 2 closets, and full bathroom (shared with 3rd bedroom). Bedroom 3 has a queen sized bed and closet. Bedroom 4 half bedroom/office with a desk and pull out sofa for 2. Bedroom 5 ensuite bedroom queen sized bed and full bath. A half restroom is located next to the laundry room. *Pool tale room
## 862 This is a luxury 3-Bedroom Condo in Residential neighborhood of Studio City. Room is furnished with Air Mattress, Dresser, Closet, free Wifi, AC, Private Balcony, Private Bathroom, and free Private parking spot. Quiet & Safe, close to all major fwys The Love Shack is a 3-Bedroom Luxury Condo that promotes Creativity, Inspiration, Love & Positive Energy. It is in a prime location in Studio City, very close to all the major freeways, minutes from (phone number hidden) Walking distance to many shops & restaurants, 1min from Trader Joe's, 5 min from Whole Foods. 10-15 min from Hollywood, 25min from Beverly Hills, 25min from Silver Lake. Amenities include: Private Gym, Free Wifi, Private PARKING Spot, AC, Washer & Dryer, Kitchen, Full Shower & Bath, Beautiful Courtyard, High Ceiling unit with Skylights, Penthouse Unit on a beautiful Residential street, with Great views, Full size windows, great air & great breeze. We're both friendly & loving professionals who have our own lives. We know L
## 863 It's not every day you can sip your morning coffee in the kitchen where the famous "gourmet coffee" scene took place or chill out in the backyard where Vincent Vega (John Travolta) and Jules Winnfield (Samuel L. Jackson) got hosed off by "the Wolf," (Harvey Keitel). This famous house is truly a one of a kind "LA experience" that is not to be missed.
## 864 One Queen memory foam bedroom for one person with lots of storage space.
## 865 Beautifully furnished 2 story townhouse with 2 BRs, 2.5 Baths. Bamboo floors. French doors in LR let in fresh air. Balcony. Green views. Fireplace. 48" Flatscreen/cable in LR. WiFi. Dining room great for entertaining. Dog friendly.
## 866 With many amenities like Jacuzzi, pool, state of the art fitness center, 2 parking spaces assigned, 24/7 security and control access thru guard booth, walking distances to shopping, markets and restaurants, Walking distance to the most trending boulevard in LA , Ventura Blvd. with many, many shopping centers, restaurants, banking, church and just minutes away to Universal Studios, Warner Brothers, Disney / ABC / NBC Studios, Burbank /Glendale/ Pasadena, Hollywood, Six Flags /Hurricane Harbor, LA ZOO and major freeways access ((PHONE NUMBER HIDDEN), etc.).
## 867
## 868
## 869 Only blocks away from the Hollywood Bowl and Many other famous Landmarks, There are 4 beds in the unit along with 1 self inflating air mattresses for extra guests, 2 parking spaces included NO extra CHARGE. Fits 8 guests comfortably, Large Luxury Apartment!!
## 870 Composed of one area. The space has been distributed to make it a functional holiday home with all the necessary comforts; ideal for two people or a small family. It has a living area with a double sofa-bed, a kitchenette, dining table and a fireplace. The modern services include Wifi internet connection and television. The kitchenette has a toaster oven, microwave, coffee maker, refrigerator, and utensils. There is also a spacious wardrobe, air dehumidifier, iron with board and hair dryer. The bathroom is composed of a shower and toilet. Choose this holiday studio for a genuine Los Angeles stay! The Guest House is: - A short walk from Universal Studios Hollywood and the Universal City - Metro Red Line Station to take you around Los Angeles. - Conveniently minutes away from shops and restaurants on Ventura, Lankershim and Cahuenga Blvd. - About 15 minutes away from Hollywood Blvd, Hollywood Bowl, Sunset Blvd, Hollywood Sign, Walk of Fame, Chinese Theater, Madame Tussauds,
## 871
## 872 Exclusive Hollywood charmer centrally located in Studio City. Newly furnished with stylish details, which include a glamorous and elegant living room, fireplace and high ceilings, hardwood floors through out, separate bathtub and shower, a tranquil zen bedroom with four poster bed and the hip sleek royal blue bedroom. This vintage modern writers retreat or nature lovers haven sits on a quiet tree lined street south of Ventura blvd within walking distance to popular shops and restaurants and just a 5 minute drive to Sunset Blvd or Universal Studios. Enjoy the serenity of the huge and private backyard full of lush green nature and stone pathways. Large flat screen with DirectTV, wifi, iMac and new amenities throughout. Ample street parking in a very safe neighborhood. Full kitchen, intimate dining room and washer/dryer. Guests staying a week or more enjoy housekeeping once a week. Concierge services are available at an additional charge, including transportation, in home or out spa
## 873
## 874 The space is spacious. The bed is soooo comfortable. It can sleep two easily. I am quiet and so is my roommate. It is a very large 3 bedroom home. You are welcome to sit in the living room as well. The kitchen is nice and if you need to put things in the frig that is no problem.
## 875 This house is nothing short of amazing. It's over 6500 square feet on about an acre of property. The backyard features an upper deck area with gorgeous views of Topanga Canyon. Perfect for watching SoCal sunsets. I have two rooms for rent, you can use one or both, depending on your needs. Room 1 has a queen bed, so it can accommodate 1-2. Room 2 has a twin bed, so it's great for 1 additional guest, child or adult. I also have an air mattress if yet another guest doesn't mind sleeping on the floor.
## 876 There is a private entrance to the bed and bath from outside.You will have keys for this door. The bed is a queen size. Solid wood doors that lock on the inside from the rest of the home. Very private. Great views close by. Safe,clean, friendly. Great restaurants. Walking hiking, biking and free parking in front of our home.
## 877 This dreamy vacation house has everything you need to make the perfect getaway. The kitchen and backyard grill are both state-of-the-art. Impressive slabs of travertine fill out the counters, hot tub, and BBQ area. A French style breakfast nook with a partial ocean view sets the tone of modern comfort. All appliances are fully fitted. There's a seven speaker surround sound in the living room and game consoles in the family room. The house is furnished with rugs and fine furniture. Artwork was specially selected from Southeast Asia. All the rooms are cozy and spacious. Bed sizes are 2 queen and a king. Perfect for all types of gatherings and family time, too.
## 878 Peaceful retreat overlooking the ocean, ideal for a romantic getaway or someone looking for a quiet venue for creativity or contemplation. Spectacular views with stunning sunsets and fog rolling in over the ocean.
## 879
## 880
## 881 This bedroom has a queen size comfortable bed, fresh new linens, charming decor, private access to outside sitting area, flat screen TV, keyed entry and ample closet and storage space in a dramatic architectural home nestled in a private Malibu canyon and designed by Lloyd Wright, the son of Frank Lloyd Wright. A full private bathroom features floor tiling from Sausalito's famous Heath Pottery. This is unquestionably the quietest room in the home offering guests an incredibly peaceful night's rest.
## 882 Peaceful, private bohemian - chic rustic space! A magical environment designed for enjoying the nature, meditating, yoga on the deck, hiking, surfing, wine tasting, relaxing or simply just "being" .. you will be embraced by the mountains and blanketed by the stars! However, if you are seeking activity ~ there are many great wine tasting rooms & cool, hip restaurants nearby ~ The Sunset Restaurant, Malibu Wines, The M Cafe, The Old Place and The Cornell Winery are some of our favorites! For a super affordable "Happy Hour" you can drive down to Westward Beach and check out the Sunset Restaurant ~ A Malibu Local Favorite :) Vintage Market, Zuma Sushi, Spruzzo's Restaurant ~ Sunlife ~ Acai bowls, fresh soups etc.. Duck and Dive for great food and music are all located nearby between Zuma Beach and Point Dume ~about a 15 minue drive. PS ~ The second bedroom is a "Sleeping Loft" with a Queen-size bed~ it's like sleeping in a Tree House :)
## 883 This spacious suite with private entrance and private bathroom, is more like a studio apartment with a queen bed and an incredibly comfortable king size pull out bed. The room has a keurig coffee maker, with starbucks coffee, toaster, microwave, kettle and a small refrigerator and sink. However the space does not have a kitchen, or cooking facilities. It's the downstairs ground level in a custom home, designed and built by owner. Enjoy the feeling of being surrounded by handcrafted custom woodwork. You are welcome to take a walk around the property and use the hammock & sitting areas under the trees. There is a private sitting area beside the pond outside your front door, that is just for our suite guests. Perfect spot for a morning coffee or an evening drink. This is the ideal retreat for anyone who wants to get away and unwind, perfect for writers, surrounded by beauty and nature. We have a cottage spa, right here on the property. Book a facial or massage and soak in the peace and
## 884 This house is a little Spanish gem tucked against a backdrop of mountain and ocean views and completely and totally private. At night you can see the stars and the view along the Ocean all the way to Palos Verdes is called the Queen's necklace because it sparkles so much. This one of a kind property is located in a lavishly built Spanish gated estate on 250 acres of manicured grounds boasting the finest hand carved Mexican Paver stones. From almost everywhere on the property you can look down the canyon past waves of chaparral-cloaked hills all the way to the Pacific ocean. The quiet and privacy here are absolute. The Casa is an Estancia -Style structure with earth-toned stucco walls, a genuine Mexican tile roof and a wide lawn sweeping out in front. Immerse yourself in the Iconic Malibu in this state of the art guesthouse on a private Estate. This rural-residential property of 250 acres is just 12 minutes away from the Malibu center with it's restaurants, beaches, horse-back trails,
## 885
## 886
## 887
## 888
## 889
## 890 The unit is conveniently located in the heart of Silver Lake and close to many tourists and business amenities, like minutes from Downtown Los Angeles, Dodger Stadium, Hollywood, Griffith Observatory, and a lot more. You're also walking distance to many restaurants that come alive after dark with nightlife and great vibes.
## 891 This Beautiful vine covered bungalow takes you back to old Hollywood... a place you would expect to see Greta Garbo or Clark Gable stepping out of. It truly is a hidden gem. This private unit is complete with one bedroom, bathroom, kitchen has plenty of indoor outdoor flow. There is also a backyard with large dining area perfect for BBQ, long dinners or wine and great conversation late into the night. The lights on the awning above and surrounding fig, avocado and citrus trees add to the quaint ambiance of the backyard. I often hear friends say it reminds them of Europe. this space open to upstairs and downstairs tenants and is the only common area . Washer and dryer are also located here on premises. Kitchen, bathroom-with large shower and a tree house like feeling bedroom with a queen sized bed, wireless internet. Makes for a very self sufficient dwelling. A "hidden" outdoor staircase runs along the side of the house. Walk down and it drops you on Rowena Blvd which has plenty of
## 892 This is a very special place. Not only is the apartment itself very special, but it is located in one of the best neighborhoods LA has to offer. Walking distance to The Thirsty Crow, Los Globos, Local and tons of great restaurants and shops.
## 893 With its own entrance, this spacious apartment has high ceilings, large, bright rooms, a lovely antique desk great for working from home. New hardwood floors, two sofas (one a super comfy foldout couch), a projector with Netflix, stereo system with turntable, and a good supply of records make staying in almost as good, if not better, than going out. But going out is easy, as Sunset Junction and all the cafes, bars, restaurants, and shops of Silverlake and Los Feliz are within easy walking distance. Dinosaur coffee shop is right around the corner, as is Ricky's insanely delicious fish taco truck.
## 894 The studio is a mini functional apartment studio. Two guests can fit comfortably. We do not have an extra mattress/cot/roll out bed to accommodate two separate sleeping arrangements. We are in the middle of a very lively part of town, yet tucked away for a quiet stay.
## 895
## 896 Amazing apartment in the heart of Silverlake. Very private and tranquil environment. One apartment in a building of 4. Walking distance to the Farmer's Markets, Sunset Junction, Restaurants, Shops, Bars and more.. Views from every room. Hardwood floors, immaculate design. Private Garden. Separate Office/Study. Own laundry facilities. Bicycle available. Apartment has Air-conditioning and Heading. TV and DVD. Light snacks and drinks provided upon arrival. Simple, clean, private with the perfect location - central to Silver Lake, Sunset Junction and Los Feliz.
## 897 This is a first floor apartment in a duplex. The structure is a modern craftsman house, rebuilt in 2005. The space is very private. It used to be a one bedroom apartment, but we opened it up into a large studio. California King size bed, full kitchen, gas cook-top, microwave, walk in closet, 3/4 bath with modern Kohler fixtures and corner shower. This apartment has it's own private laundry washing machine and dryer. French doors lead out onto a big, private, partially covered patio, with lush green trees and bamboo. Private off street parking is available, with private gated entrance. The house has central heat/air conditioning and I set the thermostat between 70 and 74 degrees Fahrenheit (21-23 Celsius).
## 898
## 899 Great LA location. Tons of natural light. Great space. Beautiful deck. Welcome to Silverlake! This charming & peaceful 2 story Silverlake Hills 2 bedroom duplex is a true gem! With its great natural light, accommodating layout, and serene deck; this ideally located LA home, makes a wonderful setting for your next getaway. Nestled in the quite hills of Silverlake, this property is surrounded by beautiful rolling hills and wonderful entertainment just moments away. Its the perfect place to retreat to after your day exploring the diverse LA landscape. When you pull up youll notice the inescapable tranquility and character, this quality of a neighborhood carries. Upon entry of the Main level floor, youll notice hardwood floors throughout. A quick trip down a short hallway and you will be instantly greeted by the beauty of the landscape masterpiece that you might mistake for hanging art. As you catch your breath, and upon a closer look youll realize... this will be the view you will w
## 900
## 901 NOTE: we have 2 rooms within the same property, same amenities, private entrance & your own full bathroom, if this one is not available book the other one. A cozy bedroom with a full size bed, 1 cot available for a kid or extra guest(s). Full private restroom with rain-shower and outdoor deck in the patio area. You are welcome to use the kitchen, living room and patio area. It's own private door entrance. Dogs are friendly and owners are too. Cat can be a little shy. The house has a big front yard with all kinds of trees and flowers, we have a total of 5 pets, 4 dogs and 1 cat, their names are "Sammy" a male German Shepherd, "Ramona" an adult female Beagle, "Moo" a young female Beagle, "Rain" a mixed doberman and "Mitz " a female cat. Sorry but we don't accept pets as guests. Near coffee shops and restaurants. Also walking distance from the famous Sunset Junction. Walking distance from bus stops and metro station as well as near a major freeway. We like to travel and explore the world
## 902
## 903 -Newly renovated entryway, laundry room, and workout room -The bedroom is modest, but has a very comfortable Queen size bed -Living room is equipped with a large, flat-screen television, a futon that can fold out into an extra bed, and a workspace for your laptop
## 904 The BEST and most beautiful home here in LA is located close to ALL FUN places, freeways and is in a wonderful family neighborhood. Entire Home is being rented. FREE breakfast includes eggs, ham, waffles, toast, orange juice, milk, and breakfast cereal.
## 905 1920s California Bungalow painted with vivid colors, adorned with art, antiques and found objects. The Bungalow features 1 cozy queen-sized bed in the bedroom and a full-sized sofa bed in the living room, sleeping a grand total of 4 people. It is a great space to relax, enjoy a garden, read a good book under a canopy of queen palms, or share a cup of tea in a Victorian-style sitting room. Though we lean towards the intimacy and low-technology of older times (i.e. no tv), you will find yourself well-supplied with modern amenities such as high-speed internet as well as a full-service kitchen featuring a Chemex coffee maker, dishwasher, refrigerator, toaster, conventional oven & microwave. It is our goal to temper the nostalgia of the old with the comfort of the new to provide a uniquely charming escape in the heart of Northeast Los Angeles.
## 906 This home is bright and spacious and thoughtfully decorated. It has everything you need to feel at home, a kitchen with all the appliances you need including a blender if you want to make a fresh smoothie after a trip to the neighborhood farmers market!
## 907
## 908
## 909
## 910 Stay where the celebrities live in a quality modern home with sliding glass doors that open up to an amazing outside area with an incredible view with heated pool, jacuzzi and firepit. Very private Hollywood Hills house in heart of Hollywood Hills: - Breathtaking view - Gorgeous pool heated and Jacuzzi - Outdoor fire pit - Indoor fireplace - 4+ car parking - High-speed WiFi - Cable TV 200+ channels LOCATION: The house is located in the very center of Hollywood Hills on a quite residential street, yet you are 5 min away from Hollywood Blvd, Hollywood Sign, Beverly Hills, numerous shops, clubs and restaurants. SAFETY: The neighborhood is extremely safe. It is ok to walk around in the early morning or later night hours. HOUSE: Beautiful spacious house with stunning views on one of the best streets in the Hollywood Hills, in sought after Wonderland Elementary. This 4 bedroom/4 bath has a great layout including a bonus room and office. Fabulous large yard with heated pool, spa, fire pit, a
## 911
## 912 We do have a very friendly cat who might come & visit but can be locked away if he's a bother or if you're allergic.
## 913
## 914
## 915 Beautiful A Frame home in the Hollywood Hills with views of Downtown LA, the Hollywood sign and the Ocean!
## 916 Our open living/dining room allows for incredible views of the Hollywood Hills. And our two outdoor patios, one on each side of the house, allow a quiet space to sip your coffee and listen to the birds.
## 917 The Space This remodeled 1926 former hunting cabin is now a spacious 3000 sq ft on a large leafy lot nestled in the famous Hollywood Hills. Airy and light, fusing Euro/California style, ecologically fitted with solar power, radiant heat, on-demand hot water tanks, Viking cooking range and all appliances plus projector screen linked to TV, cable, DVD. Combining both open-plan living in reception areas with privacy in sleeping quarters, almost every room offers access to the secluded yard. Perfect for family trips, visiting professionals and creatives. We comfortably sleep 8 and upon request more. We speak Italian and French! You get the whole house which is on two floors up some steps via the downstairs leafy yard. Park in the drive way ( 3-4 car parking) and enter via the wooden gate on the left. The apartment downstairs is 'off limits' plus the under house storage. Occasionally we or guests stay there when in town. Otherwise, it's all yours, and we know you will be respectful of
## 918 Very quiet cozy home tucked away from the excitement of LA. Yet, close enough to dive right in to what LA has to offer.
## 919 Near Runyon canyon park ,and near walk of fame All main touristic things around, 3 min walk form Ralph's (food market ) Roof top +BBQ +2 swimming pools Good Gym downstairs
## 920
## 921 This is a great place for someone in town working in the entertainment industry, here just for the work week or wants a weekend escape.
## 922 I have a very special home off the street, behind gates, up a private drive. The grounds are just magnificent. Filled with ponds, waterfalls, buddhas, meditation area, outdoor fireplace.
## 923 This spacious single story home is close to Westfield Santa Anita Mall, Arcadia High School, Santa Anita Golf Course, Santa Anita Racetrack, Local Eateries, and more.
## 924 房屋对面就是公园,安静舒适视野开阔。3房2浴2厅,独立后院,现一家4口居住套间,另外两间为客房。房间温馨,在房间就可以看到公园的风景。一个车位库,门口可停4车位。 Housing is opposite the park, quiet and comfortable vision. 3 bedroom 2 bath 2 room, independent backyard, now a four living suites, in addition to two rooms. Rooms are warm in the room you can see the landscape of the park. A library parking spaces, 4 parking spaces the door can be stopped.
## 925
## 926
## 927 This space includes two bedrooms and a living room with a large closet. There is one coffee table, two chairs, and a refrigerator in the living room.
## 928
## 929 Recently remodeled 2 story Home with 2 guest rooms available. Spanish - Mediterrainean style home is located near Universal Studios. Adjacent to Studio City, NoHo, and easy access to Hollywood. Both Guest rooms have queen size beds and a private full bathroom. The Kitchen has all the amenities you could hope for, for those of you who are itching to eat in. The beautifully landscaped back yard has a deck and outdoor grill, with a fire pit, jacuzzi and pool, which can be heated as needed. Cable TV, and WiFi, washer and dryer, Central Air, and a most friendly and easy going host. I have always loved opening my home to my friends for as long as I can remember. And filling my home with new friends and happy visitors is what it's all about. Parking is available on the street. There are many restaurants in the neighborhood. Ventura Blvd. has almost any type of cuisine you might want. Some of my favorites are Ca Del Sol on Cahuenga. Eclectic Cafe on Lankershim. And Chez Nous on Riverside
## 930 Fresh, comfy and peaceful guest room in 3/2 condo in a four unit building. On the border of the NOHO Arts District and Toluca Lake. 1 mile to Metro, 2 mi to Universal Studios. Queen bed and TV in room, plus W/D, DirectTV, Sonos, free high speed WiFi in unit! It's located a short walk from the heart of the Noho arts district and the Art Institute of California. There are tons of cool new bars and restaurants, a large park in walking distance and all major freeways easily accessible and close by! This space is also available for rent as a whole unit (i.e. privacy) with a queen sized aero bed for an additional two guests.
## 931 - FREE STREET PARKING IN FRONT OF HOUSE - NO Permits required! - PRIVATE ACCESS TO GUEST HOUSE This guest house is private and located in the back yard of the main house surrounded by beautifully manicured landscaping. New construction providing all the amenities for a wonderful stay. 2 large clear-story windows provide plenty of natural light. Included are the following amenities: NEW AC, heat, ceiling fan, microwave, toaster, coffee maker, refrigerator, Smart TV w/ Netflix, Amazon Prime and access to other subscription services, wireless internet, dishes, utensils, glasses, queen murphy bed and bath with stand-up shower.
## 932
## 933 Our place is a magical retreat, surrounded by nature, a serene peace right outside of LA. Come enjoy the micro-climate of the canyon, sit outside, relax on the hammock and watch the butterflies, hummingbirds, hawks & owls........ ENJOY NATURE.
## 934 Stand-alone cottage/bungalow, filled with romance, charming, warm, private, and drop-dead-gorgeous. Oversized, two-person tub in candle-lit room dedicated to the bath, with a wall of glass doors that open to the outdoors. A second tub has a shower. Two private toilet rooms. And upstairs, one of the sweetest bedrooms in all of Los Angeles. The perfect couple get-away place, or solo retreat. Very roomy outside with lush trees, three babbling fountains (with on-off switches if you don't want water-noise).
## 935 Big outdoor patio with mountain view. Good for couples, solo adventurers, and business travelers.
## 936 Gorgeous 1200 Sq Ft free-standing detached Yoga/Dance studio. At the heart of a pristine 5 acre private estate. Surrounded by beautiful garden with fountains, waterfalls, adjacent to 40 acres of land own by nature conservancy. This space is created for the purpose of healing and spiritual retreat, where those who need refuge from a sense of too much worldliness can seek a quieter, purer, more exalted state of being. What you notice first is the stillness, the external world seems to drop away. - Equipped with bamboo sprung floors (supports any work done with dance or movement) - Ceiling to floor mirror that spans the length of the west side of the studio. - Features: - AC/ Heater - 2 Ceiling Fans - Fireplace - Stereo sound system - 4 Built in Ceiling Speakers - Projector for film (no screen) - Yoga Props (very limited): Some Yoga mats, Blocks, Belts, Blankets, Pillows. (If you are having a yoga retreat, please have all your attendees bring their own yoga mats) - 4 foldable Massag
## 937 Beautiful swimming pool to swim and relax by. The Jacuzzi may be heated on request Gazebo on top of the hillside is great o relax with your morning coffee or a glass of wine in the evening to enjoy the valley view
## 938 Location is key in LA! If you stay with us you will be minutes away from all the places you'd like to visit day or night in the area. We are located 10 minutes away from Universal, Warner Bros Studios, CBS studios and 15 minutes away from walk of fame and Mann's Chinese theatre. If you feel like hiking in Griffith park or to the Hollywood sign you're only a 20 min car/uber ride away. If you feel like hitting the beach, Santa Monica and Vencie is just a little under 30 min away from our Hollywood location. Our bohemian meets roman villa enclosed space creates an indoor/outdoor experience and a sanctuary of positive energy. Come with a global mindset to join in on conversations with our other guests form all over the world or enjoy the privacy of your own cabana that has electricity and wi-fi for your convenience. Start the day off with complimentary coffee! All of our guests share 3 bathrooms, kitchen, dining/living room and several hangout areas. We also have laundry available on sit
## 939 Very clean and spacious
## 940 Our private guest house is a bright and beautiful 500 sq. ft. studio with a kitchenette and private bathroom. It has a queen bed as well as a twin rollaway bed. The bathroom (duel sink, toilet and glass enclosed shower and jetted hot tub) has bath amenities and the kitchen should have everything you need (if you need something else, please just ask). Included is a microwave, toaster oven and a coffee maker. For your convenience, we provide some coffee, tea, sugar, spices, olive oil and other basic items. We will also provide snacks for you on your arrival in your new home away from home.The room has vaulted ceiling and plenty of natural light Free Parking; Quiet residential neighborhood with no apartments or condos and a beautiful park that's walking distance.
## 941 YOUR QUESTIONS ARE MOST LIKELY ANSWERED HERE -- PLEASE READ THOROUGHLY BEFORE MESSAGING ME What do I mean about a partial house 2 bedroom 1 bathroom I live on the property I have my own separate entrance to the back part of the house with my own kitchen and bathroom, you have full use of the entire front part of the house I don't.. Bedrooms can accommodate 5 2 people sharing the Queen-size bed and 2 sharing the other room that has a trundler twin size daybed (2 twins) The living room has a leather sectional for the 5th person. The bedrooms includes closet, dresser, storage for your suitcases. I provide fresh towels and linens, soap/shampoo/toothpaste, blow-dryer. Note: the home is not appropriate for infants or toddlers, however children age 4 and over are welcome. ** You must have a profile with text and a recognizable photo of your FACE before your reservation will be accepted. Remember hosts want to get to know you before inviting you into our home -- a distant shot of you on a b
## 942 About Your Room: This spacious room can comfortably fit two people. You'll have a very comfortable king size bed, plenty of closet space. There also a couch in the room for the 3rd person. We will always provide fresh linens, towels and a few toiletries in case you forget something you need. Complimentary bottled water and some snacks. About the Apartment: We live in a 3 bed, 2,5 bath townhouse. There is a hardwood floor. We have a cat. He roam the house, but we do not allow them in your room. He is friendly, but feel free to ignore him if you're not a cat lover!
## 943
## 944 The space is full of artists from Directors, Actors, writers.
## 945 Large, airy one bedroom apartment in a tri-plex on a quiet residential street––just off Rose Avenue and six blocks from the beach––on the boarder of Venice and Santa Monica. Our block has recently become Venice’s newest restaurant row, with Superba, Venice Wine Bar, Oscar’s, Flake and Cafe Gratitude all half a block away on Rose Ave. A little further down Rose––all easy walking distance––you’ll find Whole Foods, Groundworks coffee, Sauce on Hampton, the Rose Café, the Firehouse, Venice Ale House, and La Cabana––a long time Venice institution, known for its Margaritas. It’s an easy walk to the beach, Venice Boardwalk, and to shops, restaurants and bars on Santa Monica’s Main Street and Abbot Kenny Blvd. Close to Marina del Rey and Third Street Promenade in Santa Monica. LAX, the Getty and UCLA are minutes away by car. Close to many bus lines. The apartment has its own entrance from the street, with nice little porch to sit on. The bedroom has a queen size bed, and ceiling fan, with a c
## 946 100 yards from the beach. a short walk to restaurants.
## 947 New, modern and quiet, 1-bedroom, 1-bathroom guest bungalow in Venice. Cement floors, open plan kitchen, living area with double doors to enclosed patio with additional seating and table for outdoor dining. There's a chair and TV in the living room and two bar stools at the kitchen counter. Fully-equipped kitchen with stainless steel appliances - refrigerator, convection oven, 6 burner stove and built-in microwave. The bedroom has a Full-size bed, plus a blue sofa that converts to small full-size bed, extra storage, TV and Air Conditioning. There's a closet with full-size washing machine & dryer. The bathroom has large glass shower and pedestal sink. A door from the bedroom leads outside. The property is completely perimeter fenced with private outdoor area and lounge chairs, lush foliage, driveway gate and secure space for 1 car. Great location 1 block from Whole Foods and Rose Avenue, the new “place to shop, eat and have fun” in Venice. There are two properties on the l
## 948 Location! Location! Location! Inside the beautiful historic Venice Canals. One block walk from famous Venice Beach. Surf, bike, roller-skate, and check out the boardwalk, then return to the peaceful serenity of the Canals. Exclusive, surrounded by celebrity neighbors, there is even a private security guard. Three blocks from trendy Abbot Kinney Blvd with its many stores and great restaurants. You'll find your dream place in Venice at the beach! This quaint 2-bedroom, 1 bathroom canal level apartment has all the amenities you need. Open living room with floor to ceiling windows overlooking the corner of two canals. Watch them film CSI-LA or Californication from the giant U shaped couch. Living room has state of the art entertainment system with 50" flat screen TV with Blu-Ray, Netflix, and all digital Apps. The TV is connected to a surround sound system which also doubles as a computer screen. Both master and guest bedroom have queen size beds. The house is offered completely f
## 949 This is 2 separate houses so each house has a little separate experience, but both houses are clean and tidy. ( Less than 1 minutes walk to beach)
## 950 Location, location, location! On the border of Venice and Santa Monica, experience the best of the Westside within walking distance... the beach, popular bars, restaurants & shops, Venice boardwalk, Santa Monica pier, and much more! This 1 bedroom/2 bathroom condo is ideally located and perfect for your stay in LA. Modern kitchen opens to a spacious living room with a west facing balcony and city view. Master bedroom has a walk-in closet, bathroom with dual sinks, and Jacuzzi tub. Couch in living room is easily rearranged for comfortable extra sleeping space if needed.
## 951 Experience an eco-friendly beach retreat complete with 3 bedrooms and 2 and half bathrooms, perfect for large families. Enjoy your morning coffee on our private rooftop deck with panoramic views of Venice Beach. Developed by famed British designer Richard Gauntlett and created with an open-room layout there is plenty of space to sleep up to 6 guests comfortably. Designed with maximum space in mind, the impressive 2 floor master suite has a king size bed, flat screen TV, and an elevated lounge leading to a private corner balcony. There are 2 additional guest bedrooms with king size beds. An indoor and outdoor experience is created with the floor-to-ceiling glass windows that fill every room with natural sunlight. We can already feel the warm sand between our toes. The fully furnished chef-worthy kitchen is complete with state of the art European frameless cabinets, quartz stone countertops and a convenient dining bar. Choose to dine inside using our corner table or outside on our ro
## 952 First of all, thanks for the interest in my place. I know a picture worth more than a thousand words but anyway there's some things you need to know before your book this amazing house. Imagine a house close to every important spots in Venice like Abbott Kinney Blvd or Venice beach board walk. Imagine a house with a non smoking and non drinking environment full off nice travellers from around the world. Imagine a house super clean and with a nice fireplace for the cold days. Now, stop imagining that and come see it with your own ways and make your stay in Venice a memorable time of your life in a nice place to refill your batteries for the sunny and bright days that we have here. We are expecting you with all the comfort you need and ready to help in every aspects of your journey. We sincerely hope to see you soon.
## 953
## 954 Private bedroom on ground floor of architectural condo/loft on Rose Avenue in the heart of Venice with use of upstairs bath/tub/shower and underground, gated parking spot. Daily rate includes use of shared upstairs loft area: full kitchen and dining room; living room with grand piano, mic and amp (electric bass and guitar available upon request). In lieu of tv, living room offers movie projector with 15 foot wallscreen, dvd player or streamed content directly you’re your laptop, comfy couches for reading, napping or entertaining, designated art table + games for young people; a second full bath for those who require a bathtub, and a roof deck with views of sunsets and Hollywood Hills. Amenities: Include high-speed wireless internet, bike, beach towels, boogie board, tennis rackets, private tours upon request, and exclusive discounts to favorite local wine bar and restaurant. We offer a slice of Venice hospitality as well as the utmost privacy to you with full confidentiality in a cul
## 955 Find your escape in remarkable Venice Beach. A perfect fusion of modern comfort and chic surroundings await you. This two-unit duplex is a perfect set-up for a getaway with friends, celebration trip, or a family retreat. This two-unit property has an appealing layout and a calming vibe. Outdoor areas in the front and back of the property are perfect hangouts to unwind, or settings to entertain guests. The front area has comfortable seating and a fire pit for cozy gatherings. Walk inside unit 1 and you’ll find 3 spacious bedrooms and 2 bathrooms and a relaxed living room complete with a fireplace. The modern kitchen leads into the elegant dining room, the perfect palate for your culinary creations. Find your hideaway in one of the three distinct bedrooms in this unit, which include king, queen, and full size beds. An air mattress is also available for additional guests. Inside unit 2 is a loft with a full kitchen and cozy living area. The entire duplex sleeps 10-12 guests. The real jewe
## 956 Comfy studio apartment perfectly located between Marina del Rey and Venice Beach. Entire furnished studio with balcony for your personal enjoyment. No sharing, you will have the entire place to yourself.
## 957
## 958 The house is super conveniently located next to some of the best restaurants and beaches in LA. Street parking is easy at night. We have bikes you can roll around on. We just ask that you take care to lock them and keep them covered. The house has great wifi and cable TV. It also has a bluetooth stereo system and Apple TV with Netflix, HBO NOW and SHOWTIME. We have a patio out front to enjoy your morning coffee, a claw-foot tub to take a bath in, a gas fireplace to enjoy, an AC should it be hot and a super comfortable new king size bed.
## 959 It's a very large beautiful apartment (2 bedroom/2 bathroom + loft). The bedroom has its own attached bathroom, also accessible from the hall. There is a full-size closet, new mattress and bedframe with built in box spring, and a comfortable foam topper. The bed can accommodate 1 or 2 people. There is a dresser, and the bathroom has nice water pressure in the shower (which is also a bathtub), and double sinks. The kitchen is very spacious and great for cooking, with a dishwasher, and there are 3 patios - 2 on the main level, 1 with a BBQ Grill (nice oasis to chill) and a great rooftop with a lounge area and firepit table - all private within the space. The loft also has a queen sized bed and can accommodate up to 2 people.
## 960 Charming, newly renovated, modern home, mixed with a Bohemian Venice feel. Filled with natural light, just a short walk to Venice Beach, Farmer's Market, Abbot Kinney, and across the street from the historic Venice Canals, where you can see the many creative designs and a wide range of architectural designs - great for taking photos!
## 961
## 962
## 963 New remodeled, our 4 bedroom, 3 bathroom home is modern, yet cozy and warm. It is full of light and love and a great place to relax and take in Venice Beach and the surrounding areas.
## 964
## 965 Welcome! Whether you are visiting for business or pleasure enjoy the security of a meticulously clean, warm and friendly place to call home. Centrally located to all things practical. You have your own private room and access of the kitchen and living room. The bathroom is private, unless the other room is being rented at the same time. We have 4 bikes (shared between guests), surfboard, boogie boards, beach chairs and beach towels all for your complimentary use. The room is situated with high speed internet, pillow top mattress, 100% cotton sheets with down comforter. Whole Foods and Trader Joe's are both a five minute drive from our home. Venice Beach, Abbot Kinney and Santa monica are 15 minutes by bike. LAX is a 15 Uber or Lyft ride away. The 405 and 10 freeway are a 10 minute drive from our home. We have been hosting on airbnb for over four years and love hosting people from all over the world. We are always happy to provide you with insider tips of places to visit.
## 966
## 967 This house is perfect and super creative zone. Your bedroom is one of 3 rooms in a house. Work at the indoor our outdoor work stations and enjoy all the creative and peaceful energy that is in the house. Fire pit, outdoor shower, art, good vibes and an amazing location
## 968 Situated in a very upscale Marina del Rey neighborhood, this apt. is meticulously maintained with a modern Asian inspired decor. The unit has an open floor plan with a King size bed in the master suite along with a futon sofa bed. There is also a nice living room area, and the Italian sofa opens into either two twin beds or one queen bed.
## 969 Private room in apartment shared bathroom with two lovely girls. We are rarely home so you get a lot of the place to yourself! It's the perfect bungalow with a courtyard to sit and drink morning coffee or enjoy your lunch outside.
## 970 Bright and airy studio apartment located in one of the most charming buildings in Venice. The corner unit is clean, has hardwood floors and tile throughout, as well as large windows with plenty of sunlight and ocean breezes. The space is great for couples and solo travelers.
## 971
## 972 Across the street from the beach. Incredible location.
## 973 Welcome! We're looking forward to hosting you in our beautiful home. Enjoy yourself in warm & sunny Los Angeles. The ocean calls your name with a short 3 minute bike ride. LAX is a 15 minute drive away. Centrally located to the 10 & 405 freeway. Whole Foods and Trader Joe's are both a five minute drive from our home. Venice Beach, Abbot Kinney and Santa monica are 15 minutes by bike. LAX is a 15 Uber or Lyft ride away. The 405 and 10 freeway are a 10 minute drive from our home. We have been hosting on airbnb for over four years and love hosting people from all over the world. We are always happy to provide you with insider tips of places to visit. •High speed internet •Ceiling fan with central heating and A/C (per request) •There is plenty of non permitted parking right in front of the house. -kitchen access We're perfectly located for a residential feel, yet close enough, literally minutes walk, to the action of Rose, Abbot Kinney, the canals and Venice Beach. And of course the spec
## 974 Situated within AK Live/Work, a crisp modern mixed-use building that received awards from both the AIA/LA and the Westside Urban Forum in 2007, Space B affords the ultimate urban lifestyle within the relaxed coastal town of Venice. Located just blocks from the beach and hovering above renowned Abbot Kinney Boulevard, this exceptionally designed, crafted and furnished apartment is adjacent to a host of one-of-a-kind shops and restaurants. Punctuated with planted courtyards, terraces and balconies, Space B boasts wonderful indoor/outdoor relationships and spatial transparency. The result is a serene inner world, bathed in natural light, which draws off the vibrant energy of this exceptional pedestrian oriented street. Space B is white plaster, inside and out, with floor to ceiling glass that visually connects indoor and outdoor spaces, folding views of courtyard gardens and Venice's unique streetscape into the experience of the space. Living, dining, kitchen. master suite, guest suite, m
## 975 These are some of the features and things we love about our home: •Starting the day with opening the French Doors and relaxing with coffees in the morning sun on the front patio •Easy walk to EVERYTHING - shopping, the beach, the boardwalk and the Sunday Farmer's Market on Main Street •We are located in one of LA's trendiest neighborhoods with places like Flake, Gjusta, Venice Wine's, Whole Foods, Cafe Gratitude, and more... all just blocks away •A 10 minute walk to Abbot Kinney and the Venice canals •A 15 minute walk along the boardwalk/beach to downtown Santa Monica where you can visit the pier and 3rd street •Brand New Dishwasher •Brand New Oven and Gas Range •Wide Variety of top of the line All-Clad Cookware •Krups Dulce Gusto single-serve pod coffeemaker with pods •Beautiful rustic wooden dining room table seats 6 •Novelty items such as a KRUPS Beertender (with keg upon request) and old school popcorn machine •BBQing in the backyard under the Edison bulbs
## 976 This Craftsman Bungalow has all the charm of old world Venice with modern amenities. Our private home features a relaxing outdoor area surrounded by private fence. Centrally located to everything Venice and Main Street, Santa Monica has to offer; it's easy to get out and explore on foot or with one of our beach cruisers. This property is one of three one bedroom beach bungalows, each with a queen bed. And not just any Queen bed, but a Casper mattress! I met the Casper team a few years ago and after sleeping in one of their beds, I was hooked. I mention this right up front, because many Airbnb’s have low quality furniture and mattresses, but that is not the case here! You will love this bed and likely want to buy one for yourself! There is plenty of street parking surrounding the Bungalows. We also have two curb cuts directly outside the bungalow gates that say "no parking", but they are for our guests, so you are welcome to park there and you will not be towed. Also included: -Air
## 977
## 978 Stunning & elegant William Adams architectural with views of Venice Canals & two blocks to the beach. This hip, contemporary setting offers an amazing tri-level open floor plan with 14' ceilings, & beautifully landscaped & lush private outdoor space. Both an enclosed yard adorned by mature bamboo & a fantastic roof top deck with surround sound system, fireplace & views. Designer décor & appointments throughout including polished concrete floors, Sub-Zero, Bosch & Viking appliances with Ceasar Stone counters in kitchen. Tasteful furniture, rugs, art, tv's & fixtures create a very stylish, elegant & warm environment. Sonos remote accessed sound system throughout, direct access 2 car garage with addl guest parking. And lastly, we do offer a concierge service through the incredible Key Concierge. They will make your stay even more incredible! (Optional).
## 979 First of all, thanks for the interest in my place. I know a picture worth more than a thousand words but anyway there's some things you need to know before your book this amazing house. Imagine a house close to every important spots in Venice like Abbott Kinney Blvd or Venice beach board walk. Imagine a house with a non smoking and non drinking environment full off nice travellers from around the world. Imagine a house super clean and with a nice fireplace for the cold days. Now, stop imagining that and come see it with your own ways and make your stay in Venice a memorable time of your life in a nice place to refill your batteries for the sunny and bright days that we have here. We are expecting you with all the comfort you need and ready to help in every aspects of your journey. We sincerely hope to see you soon.
## 980 This backyard guest house is a charming mini version of its larger craftsman front home. Surrounded by greenery, brick patio and boasting walls of windows, this delightful studio in a quiet Venice neighborhood offers peaceful respite without seclusion from the excitement of the area. Hop on our bikes and in 5 minutes you will be on trendy Abbott Kinney Blvd.; in 5 more minutes you can be basking in the sun on world famous Venice Beach. Shopping, incredible eateries and water sports for all ages are just minutes away! Darling 400 square foot guest house, Our custom built kitchen has butcher block countertops and is equipped with a Viking cook top, frig, microwave, French coffee press, plates, cups, silverware and some things to be able to cook with. It continues to a butcher block table with stools to sit and eat. Living space is an old Prison bed that we mounted to the wall and have turned into a couch, glass coffee table and extra chairs to hang out and have a glass of wine or step
## 981 An adorable one-bedroom in Venice four blocks from the beach. One block from Rose and halfway between Abbot Kinney and Main Street in Santa Monica. Kitchen, bathroom, bedroom, and living room.
## 982 This Spacious Studio is Newly Remodeled, in pristine condition, with a funky, fun california vibe & 70's beach inspired decor. 1 block from the world famous Venice Beach Boardwalk, Muscle Beach, skate park, basketball courts, shops, restaurants, anything you could possibly need. Experience what it's like to live as a Venice local, on historic walk street. Just step out the door and surf, skate, sunbathe, bike or just stroll on the boardwalk. A bike ride away from Santa Monica Pier and 3rd Street Promenade. Great happy hour spot across the street.
## 983 A super cute, and spacious studio. Very comfy queen sized bed, with temperpedic pillows, and 600 thread count bedding. A fantastic L couch, where you can relax and watch anything on the Apple TV. A modest kitchen to cook up a meal, if its a night in. A squeaky clean bathroom stocked with towels, shampoo, conditioner, and lotions.
## 984 Very clean and comfortable. A few steps away from one of the trendiest streets in the world, Abbot Kinney Boulevard. Walking distance to the beach and the famous Venice Boardwalk with all the attractions. You can rent a bicycle close by and explore the beach cities around. Minutes from Santa Monica.
## 985 Spacious studio, perfect for friends traveling! Two beds, both full size beds and with pull out couch. Both beds are very comfortable. Enjoy coffee or hot chocolate, in this cozy space for 4. It's a kitchenette, with a full size fridge, toaster, microwave, stove top, and coffee maker, only thing its missing is an oven! I have premeiem wifi, so you won't have any problems watching Netflix, or working on a buissness proposale, the internet is very fast! Theres a bike rack out front and it is gated off for severity. This building is very safe and secure, not open to the public, as you need a key to get into the building as well as a seperate key for the apartment. It's a very quiet building, lovely building with barely any interaction with neighbors. Hope you enjoy your stay!
## 986 Also forgot to mention there is a brand new ping pong table I bought for the apartment. Can play anytime : )
## 987 Location!! Free bikes!! King size bed!! Stay in the heart of Venice, right off Abbot Kinney Blvd and Washington Blvd. Take a stroll through funky neighborhoods, explore the Canals, and frolic at the beach! Our house is HUGE! There are two (different) private bedrooms, located on the second floor, with a SHARED full bathroom and hang out area. The second floor has its own access to a massive balcony with separate stairs leading to the garden and lower level. The kitchen, living room, dining room, and patio, are located on the first floor with a second full size bathroom and enormous shower. The perfect Oasis!!! Make a feast in the giant kitchen, relax in the awesome garden, meet people from all over, and chill on the second story balcony while watching breathtaking sunsets. Options are endless here!!
## 988 This is a great place. One large bedroom and a fantastic, very comfortable living room. The large kitchen is shared with two tenants in the back but is the only common area in the house. Doors on either side of the kitchen lock for privacy and guests have their own entrance into the house. The tenants in back are very friendly, young professionals who will interact as much or as little as you'd like. They have two very friendly dogs who stay in the back yard and, again, you can choose to interact and play with them or close the kitchen door so they don't disturb you. There is 5ghz WiFi throughout the house, two large flat screen TVs for entertainment including a smart TV with Netflix, Hulu, etc. The front yard has recently been re-landscaped to become drought resilient so a new gravel path with benches and a firepit are accessible just out the front door. Perfect for a cool winter night. This is a great space.
## 989 Located in the famous Spence Manor, overlooking music row, stay in a unique and spacious condo with a great history! Walkable to everything Nashville has to offer, this is the best location in the city. Perfect as a musician's retreat, it comes equipped with an acoustic guitar and a digital piano. You can check out Nashville's rich music history and get inspired to write a song of your own all in one place! Newly renovated one bedroom, one bath can sleep up to 6 comfortably. One queen bed and one very large and comfortable sectional sofa make for lots of sleeping room. There is also an air mattress in the unit and plenty of floor space! The unit comes with one covered parking space but is also very accessible by cab. Vanderbilt University, Belmont University, Titans and Predators games, Bridgestone Arena, Lower Broadway/Honky Tonk district and Nashville's abundant entertainment options are all at your fingertips. I am happy to help with suggestions or additional needs that you may have
## 990 Live like a local during your stay at the incredible property, located in the heart of downtown Nashville. This converted newspaper building features tall ceiling heights, exposed original brick, hardwood floors, and will put you right in the middle of all the action, within easy walking distance to fabulous dining, music, and dancing! Experience the fabulous nightlife that made Nashville famous! This property is located at the intersection of Commerce St and 3rd Ave, just a block north of the famous Honky-Tonks on Broadway Street. You couldn’t ask for a more convenient location! And if you want to get out of town, controlled access parking is available for your vehicle. -1 bedroom with a king bed and a pull-out sofa -1 full bathroom -Sleeps 4 -739 square feet (One unit has a different Layout and is 1019 square feet...dining table available in that unit) Nearby Attractions -Tennessee Performing Arts Center: 5 blocks -Nashville Convention Center: 2 blocks -Tennessee Sports Hall of Fame
## 991
## 992 Experience the best of downtown Nashville when you stay at our amazing building vacation rental! Located in the hip SoBro neighborhood surrounded by restaurants and shops, we offers sophisticated properties! Live it up like a local in one of Nashville’s trendiest vacation rentals! Our vacation rental is located on Middleton Street, right along the Cumberland River in the SoBro neighborhood. Featuring trendy restaurants and cultural attractions, SoBro (South of Broadway) is one of Nashville’s most treasured neighborhoods for locals and tourists alike! -2 Bedrooms with a king bed, a queen bed, and either a sleeper sofa or 2 roll-away beds | -2 Full bathrooms -Sleeps 5 Parking: -1 parking space is provided in the secure garage Building Amenities: -Stained Black Polished Concrete Floors -Controlled Access -Elevator Unit Amenities: -Air Conditioning -Fully equipped kitchen -Free wifi -Cable -Washer and dryer -Iron & Ironing board -Coffeemaker -Hairdryer -Ceiling Fan -Dishwasher -Garbage Dis
## 993 This brand new home is located just off Downtown in the heart of Nashville's Germantown neighborhood. Popular restaurants like CityHouse, Silo, Germantown Cafe, Monell's and The Red Bicycle are within walking distance. The location is quiet enough for a relaxing getaway, but also less than 2 miles from the excitement Broadway and the Nashville Music Scene which make it a great location for a destination party trip! This home is a perfect way for families or larger groups to enjoy their stay in Music City. With a King, 2 queen beds, 1 sleeper sofa, 2 queen murphy beds, 2 queen air mattresses, and a huge sectional couch in the Bonus Room, there is more than enough space to enjoy your time together when not out on the town. The bonus room's sectional and large HD-TV extends outdoors with a patio/deck, outdoor fireplace, and view of downtown, which all make for a perfect gathering place for the group.
## 994 Live like a local during your stay at the amazing property, located in Nashville’s hippest neighborhood. Relax at the fabulous pool and rooftop lounge while you soak up both sun and Southern hospitality. You’ll be close to all the action, just a short ride to fabulous dining, music, and dancing! This property is located at the intersection of Church St. and 11th Ave in the trendy Gulch neighborhood. Just off the main downtown area, the Gulch is a popular destination for locals, college students, and visitors alike. -2 bedrooms with a king bed and a queen bed, and a pull-out sofa -2 full bathrooms -Sleeps 5 -1000 square feet Unit Amenities -Fully equipped kitchen -free wifi and cable tv -washer/dryer in the unit -Ironing board and clothes iron -hair dryer -coffee maker -Balcony -Air Conditioning Building Amenities -Fitness center -Indoor parking -Outdoor pool and hot tub -Rooftop lounge and patio -Outdoor grilling area with cabanas *Nightly Minimums are subject to change depending on
## 995 Thank you for visiting "The City House" listing!! This luxe vacation rental is one of six gorgeous townhouses - In a PRIME LOCATION, only one street over from West End Avenue, which turns into Broadway/Downtown, only a 4 minute Uber ride to all of the Midtown bars and restaurants, and literally directly behind the Loews Vanderbilt Hotel...Doesn't get any better! :) These are upscale, designed to the 9's homes laid out to comfortably sleep 12 people in 4 magnificent bedrooms! Our favorite part of the house is the open floor plan, which is perfect for gathering, and also the stunning outdoor living space! If this unit is unavailable or if you need up to 6 adjoining townhomes, please see our other listings! Lay-out Summary: 1st Floor: Living/Dining/Kitchen, Bedroom (1King), Half Bathroom, Porch 2nd Floor: Bedroom (1King), Bedroom (2Queens), 2 Full Bathrooms, Laundry Room 3rd Floor: Bedroom (2Queens), Full Bathroom, Rooftop Deck Under: Private, over-sized garage and driveway Multiple un
## 996 Nashville is consistently voted one of the friendliest cities in the country, and southern hospitality awaits you at our door. Located at the intersection of 22nd Avenue North and State Street in Nashville’s hip Midtown area, this property is within walking distance or a quick taxi to great restaurants, shops, sporting events and live music venues. Whether you're coming to Nashville for a concert or sporting event, to attend a convention, or just hang with some fun people, our property is right in the middle of it all. We've provided a listing below of many of the most popular venues, and their distance from our location.
## 997 Well cared for home. Washer and Dryer available. 3 large bedrooms and 2 full baths.
## 998 Hi! My home is a 1930's craftsman within walking distance to many restaurants, shops and music venues in East Nashville. The house is about 1,900 square feet and comprised of three bedrooms and two baths. Two of the bedrooms are on the main floor. The first has a queen bed and direct access into the bathroom. The second has a full bed and is a short walk to the downstairs bath. The third bedroom (the master) is on the second floor with a queen bed and direct access into a large private bath with a glass shower and a clawfoot tub. There are two living rooms - one upstairs and one downstairs. I love to cook so the kitchen is well-equipped with everything you'll need except maybe an immersion blender - been meaning to get one of those. The best part of the house may be the back deck and yard. It's cozy and lush. I have a fire pit, a gas grill and hammock. String lights make it really enjoyable at night.
## 999 This home is equipped with amazing furniture, large televisions, comfy sleeping, and good eating. Eclectic decorations located around the house make for a relaxing and fun environment and a kitchen equipped to accommodate the most experienced chef. A townhouse with this much character is sure to produce a memorable visit. Listing Must Knows! Modern kitchen with state of the art appliances & utensils - Stearns & Foster master bed - Complete remodel In 2014 - Romantic fireplace - Large backyard equipped with wood deck - Historic brick sidewalks The Neighborhood East Nashville is the best part of the city. More world-class musicians in a two-mile area than any other part of the world. You are always a stone’s throw from a musician. It’s a diverse and eclectic neighborhood with a little bit of everything- art, music, soul food, fancy food, unique bars, parks, greenways, festivals of all types, beer, bacon, burlesque, whiskey, hot chicken, and music. Our Favorite Spots Near By! Five Points
## 1000 First off, we love hosting on airbnb! So much so that this is our 2nd home on airbnb, so please visit our other listing in Nashville to see our 100+ reviews. Check us out here--> https://www.airbnb.com/rooms/2687266 . I know when my husband and I travel we ALWAYS check the reviews first, its super important right!? So please take a look so you can get to know us better! Whew! That said, we love THIS house so much! This is a true Nashville home with guitars on the walls, an old record player, screened in outdoor porch w/ dart board, and plenty of Whiskey! We are located in the heart of Nashville's hippest neighborhood! Walking distance to amazing coffee shops, restaurants, and bars...not to mention we are only 2.4 miles from Broadway downtown! You will love it here! Here is a little more about the house: Bedroom 1: Queen Bed w/ luxury memory mattress Bedroom 2: Queen Bed w/ luxury memory mattress Living Room: Comfy couch -2 full bathrooms with tile floors, soaking tubs, and
## 1001 Visit us at #boscobelbungalow on Instagram! The guest suite is completely private and has been recently renovated, freshly painted and decorated with your comfort and enjoyment in mind. -- Bedroom: Large room with queen-sized bed (Tuft and Needle mattress), wall-mounted flat screen TV (cable/HBO), reading nook, spacious/full length closet, hypoallergenic linens/pillows. -- Living room/lounge: Private entrance, comfy pull-out sofa with queen-sized bed, wall-mounted flat screen TV (cable/HBO/Roku), desk for doing work, plenty of seating for hanging out. -- Kitchenette: Mini refrigerator (with small freezer), microwave, Keurig coffee maker, handmade walnut dining counter, complimentary snacks, wine, local beer and other beverages. -- Bathroom: Four-piece bathroom with white subway tile, vintage tub and separate shower, ceiling heater/fan. -- Additional features: Fast Internet service and WiFi. Fully adjustable central heating and A/C. The keyless lock will have a unique entry code pro
## 1002 This 1901 Craftsman will give you the perfect taste of Nashville. Our home is a historic 3 bedroom / 2 full bath home. It sleeps 6 in beds - we have 2 queen beds and 1 full. We have a full front porch with rocking chairs and all. The house is located one block from restaurants, coffee shops and more - or less than 3 miles (5 uber) to downtown Nashville. East Nashville is quickly becoming the place to be in Nashville - offering unique dining, eccentric character, historic homes, craft beers, and so much more.
## 1003 This is a brand new home, renovated within the past 2 years. There are so many great things to love about East Nashville, including great restaurants, bars, and of course, the best music in America.
## 1004 Due to new Airbnb regulations in Nashville, a 16% tax will be added to your total once you have booked, to be paid to the City and State. This includes a 10% sales tax + 6% Nashville hotel occupancy, plus an additional 2.50-per-night fee. If you have any questions regarding these fees, please do not hesitate to reach out prior to booking. Built in the early 19th century, we have carefully curated our home to portray a vintage simplicity that is both inviting & relaxing. Guests will enter the house through the living room, which boasts a comforting mid-century charm. A flat screen with cable access and a coffee table full of games is sure to bring hours of entertainment, while a record player and Nashville-themed vinyl collection will keep those music enthused guests falling more in love with this amazingly talented city. The recently renovated kitchen space is ideal for those guests looking to cook for themselves during their stay. I've tricked out the space with all the necessitie
## 1005 You'll have access to one of two private bedrooms (queen-sized bed) and a full bathroom -- check out our other listing in the house if you're traveling with friends. We can accommodate up to four guests total. You're welcome to the kitchen, dining room, living rooms, as well as outdoor spaces. Our front porch is perfect for an evening cocktail, or hangout in the backyard around the fire pit and string lights. Feel free to use the washer and dryer. We'll provide coffee (french press) and water. We're in the house, but around as much or as little as you'd like. We love East Nashville for it's funky progressiveness, walkability, and awesome amenities. We couldn't imagine living in any other neighborhood and we think you'll enjoy hanging out on the Eastside. From our house, you'll be within walking distance to the city's best coffee shops, bars, vintage stores, music venues, and restaurants -- Barista Parlor, the 5-Spot, No. 308, Mas Tacos, I Dream of Weenie, Treehouse, Goodbuy Gi
## 1006
## 1007 This is an entire house in the Lockeland Springs neighborhood of East Nashville. This is the best part of Nashville - the place that all the magazines are pointing to as the place to be. This space is awesome for couples, families or groups of friends having a great getaway to this amazing city. What's in the neighborhood? Within blocks you will find: Restaurants: Treehouse, Little Octopus, Two Ten Jack, Rosepepper Cantina, Marche, Margot, Eastland Cafe, Local Taco, Five Points Pizza Graze and Butcher and Bee are all five minutes from this house (and most are less than ten minutes on foot). Coffee Shops: The Post East, Ugly Mugs,, Garage Coffee and Bongo Java are all right here in East Nashville Music Venues: Within minutes, you can be at The Basement East, The Family Wash, The 5 Spot, Foobar, The Ryman Auditorium, Bridgestone Arena or Ascend Amphitheater Shops: Almost too many to name but just within five minutes of the house you will find Local Honey East, Top Knot Vintage, Pony Show
## 1008 Walk to 5 Points and downtown. Hardwood floors, full kitchen, Wifi, and flat-screen, Smart TV with Hulu, Netflix, Amazon, and over the air HD channels. Queen and king-sized beds, along with a pull-out sofa bed that can sleep two. Spacious, open layout with plenty of light and backyard garden views of historic Victorian home. Please note: there are stairs leading up to the loft.
## 1009 Colorful, fun, and very clean. Great place for a gathering of friends and family! Every nook and cranny of La Casa has been poured over with little decorative touches that suit our style. We know what we like when we see it and have always had fun finding the right art pieces and furniture. Our world travels have influenced our decorative palate for nice things. Unique fact about our listing: All business and legal permits have been approved by the city and home has been inspected by the Nashville Fire Marshall. Two thumbs up, a signature, and a seal of approval! There are smoke detectors in every room! "The Loft" - Queen Bed and Drum Set! "The Green Room" - Queen Bed and Bunk Beds! "The Blue Room" - Queen Bed and game table! Kick back on the couch in the TV room, make a memorable meal in the kitchen, and listen to your favorite music as you dance around the house. Enjoy breakfast on the back porch, the front porch, or right at the kitchen table as you look out into the back yard.
## 1010 Location...location...location. 2 kitchens, 6 bedrooms with 2 Kings, 4 queens, and 5 full baths that are decorated to impress!
## 1011 *** The entire house is available for rent for parties up to 18. 7 bedrooms, 5 full bathrooms, 2 living rooms, 2 kitchens, etc.*** NO BACHELOR PARTIES ALLOWED. Beautiful historic home in the heart of the Lower Garden District meticulously restored. Upstairs is 1,680 square feet (156 sq meter) with 14 foot ceilings featuring restored exposed brick fireplaces. HDTV's in every room with HBO! The front yard is walled for privacy and security. Enter through the front gate and walk the stairs to your private 2nd story porch. Through the front door, you will enter into the living area which features a 55" cable tv and sleeper sofa. The adjoining room is the fully equipped kitchen which features a dinette set and island. Off the kitchen is the hallway which will lead you to a full bathroom, the 4 bedrooms (one of which is has a full bathroom suite) and the back yard. The first bedroom is huge - features a king bed and a 39" tv. The second bedroom is the master suite - features a king
## 1012
## 1013 Fully furnished! Renovated January 2016. Custom kitchen with refrigerator, stove, microwave, utensils, coffee maker, pots/pans, and knives. Grocery is blocks away with great selection of prepared foods, beer, and wine. Master has a king sized bed in bedroom and 2 additional rooms have queen sized beds. All beds new! High quality Egyptian cotton sheets. Large closets in bedroom stocked with iron & ironing board, extra pillows, linens, and towels. Modern bathrooms with showers and baths (hair dryer provided). Business travelers will love the free wifi, dining table for working, 24 hour check in, and ease of commute to Downtown.
## 1014 Better than a hotel & much less expensive. Your own little space to call home for your trip to New Orleans. Wifi and Smart TV, Netflix etc. No cable.
## 1015 The couch in the sitting room is great for a nap or a child!
## 1016
## 1017 This luxury unit consists of 2 bedrooms and 2 bathroom. The unit is fully furnished, including furniture, high thread count sheets, cotton towels, duvets, all kitchenware, art, SONY HDTV’s, and much more. Exposed brick, plush sofas, and exquisite details around every corner. Just bring your clothes and toothbrush and enjoy! All finish details are luxury: VIKING Appliances in the Kitchen with gas cooking, Jazuzzi Tub, thermostatic shower, Missoni tile, quartz counters. Designer furniture. 50″ SONY 3D Television. Samsung Washer and Dryer in unit. Memory foam mattresses for the ultimate night’s sleep. Rent is inclusive of all utilities (Gas, Electric, Cable, WIFI) and monthly housekeeping. Off-street parking for one car is included.
## 1018 Behind gates and situated in the rear of the lot (behind the main house and past the gardens and pool) you will enjoy privacy and quiet in your luxurious retreat. With its comfortable living room, upscale kitchen, 2 full baths, big screen tv’s upstairs and down, washer/dryer, 2 queen beds (with choices of down, foam or hypoallergenic poly-fill pillows) upstairs, european-style “mini-split” AC & heating systems upstairs and down allow you to set the perfect temperature, you will not want to leave this space. For your convenience, we stock the refrigerator with some complimentary beverages and provide coffee and tea. This location has only been listed on Airbnb since November 2015. This is the perfect space to enjoy your visit to New Orleans.
## 1019 Your vacation begins the moment you arrive at this charming vintage apartment, on the second floor of an old drugstore built in 1865 and vividly painted with bright colors that perfectly compliment the character of the neighborhood. Surrounding the home, you’ll find trendy eateries, cozy cafes, jazz clubs and a fascinating array of people speckled along the streets. The apartment itself is a true embodiment of the Big Easy spirit, boasting 1,500 square feet of funky living space, 12-foot walls, exposed brick accents and French-inspired decor. The inviting living room offers a fantastic place to unwind, with plush couches, central AC and a 65-inch flat-screen HDTV with surround sound - a veritable oasis for relaxing after jaunts around the colorful city! The astounding comforts of this home extend even further, to the 900 square foot wraparound balcony overlooking the Chartres and Marigny streets! This fully furnished exterior space is adorned with outdoor furniture, an oversized hammoc
## 1020 Circa 1900 Shotgun Double that has been recently renovated.
## 1021
## 1022
## 1023
## 1024 The apartment space is the entire original first floor of an 1855 Townhouse with formal original carved arches in the double parlors filled with antiques and modern piece and professionally decorated. The master bedroom was the original dining room and is behind large pocket doors. The second bedroom comprises the original servants wing and is accessible either through the master bedroom (shotgun style) or via a private courtyard. There is a small gated private passage from the courtyard that the rear room and master can access the street independently via the original speakeasy entrance if you choose to.
## 1025
## 1026 You will be greeted with a bottle of wine and have charitable coffee available to get your morning started right. Drinks are in the fridge and the bathroom has toiletries and hair appliances available to use in case you forgot something Please let me know what brings you to Nashville so I can cater to your visit. Our charming 1930 stone cottage seamlessly mixes classic charm with modern flair. She boasts a spacious galley style kitchen/living area with butcher block counters and a modern aesthetic, a luxurious master suite w/ soaring ceilings and exposed beams, and a park like back yard perfect for entertaining large parties! Our home was completely renovated in 2015 with close attention paid to every detail of the old and new featuring a modern vibe with classic character. She is booming with personality and sleeps 8 comfortably. (Bed 1 Rm 1 includes: 2 Full Beds, and Bedroom 2 includes: 1 Queen Bed and 1 Full Size Sleeper Sofa, Living Rm includes 1 sleeper sofa) Guests will have acc
## 1027 Where the pasture meets the pavement, Whites Creek, is the perfect place to enjoy all that Nashville has to offer, both in the country and in the city. We have access to all the major interstates to conveniently take you to hip east Nashville, the downtown honky tonks, Greenhill's shopping, or country Bells Bending. (See my Guest Guide) You can also just relax by the campfire nestled by Ewing Creek or play a game of disc golf as you walk through the woods at the Fontanel Mansion, located just around the bend.
## 1028 Offering a guest-villa that is a part of our mansion that sits on 10 acres of land. You have your own private beautiful vaulted ceiling chandelier with picture window entry-way. COVETED AREA!!! You can't beat the neighborhood. It's convenient to EVERYTHING! Super desirable area of Goodlettsville. We're located in the historic Magnolia Station neighborhood, close to Old Springfield Pike and Baker Road, 2 miles from I-65 and only 10 minutes from downtown Goodlettsville and Rivergate Mall. Good location to everything while still living in the best up-scale part of Nashville/Goodlettsville!. Established community. -This is a guest villa attached to our main luxury house sitting on 10 acres. -This is a family friendly place. Kids are welcome!!!! -Furnished villa on 10 ACRES. 10 MIN FROM SHOPPING and DINING!! Only 10 minutes to Rivergate mall area with all the big box stores - Sears, Macys, Bestbuy, etc. -4 miles from the antique shopping district of historic Goodlettsvile, TN -20 to 30 minu
## 1029 This property has been remodeled with the latest modern amenities, 3 Bedrooms, 2 Baths, Living Room, Sitting area, Fully equipped kitchen (with 2 ovens) Sunroom, and complete Business Center with computer, fax and printer. We would like to invite you to our home while in Music City USA for the Holiday, Business, or just plain fun. Let us be your home away from home. Here is what we offer: -Spacious, beautiful ranch home near Grand Ole Opry -Easy access to major interstates -3 BR, 2 BA (5 beds: 3 Queen, 1 Queen Pullout and a rollaway) -Flat Screens in every bedroom with surround sound throughout the house - Office Center with computer, fax & printer - Sunroom with flat screen tv and seating for 8 -Great open kitchen floor plan for entertaining (2 ovens) _Patio with grill and firepit! -Great for hosting a group event.
## 1030 The room is very small with a twin bed. Perfect for a single professional or someone visiting locals or just passing through. There is a Keurig stocked with coffee, and water for you in your room, as well as a mini-fridge. Attached is a small bathroom with a shower. Access to bedroom and bathroom only.
## 1031
## 1032 Musician or Not, anyone can stay. This music house is located in the Berry Hill section of Nashville, just one half mile from an array of 68 state of the art recording studios of which we are affiliated with and 2.5 miles from the infamous Broadway party area. Our location is in the NEW MUSIC ROW area which is a fun Nashvillian area, not to be confused with MUSIC ROW area which is pretty much only business. “The Purple Haze Room," designed as a tribute to the late great Jimi Hendrix. This room also doubles as a creative writer's room, or acoustic rehearsal room. Luxury air-mattress here for two. If you need to accommodate 2 more, we would set up another luxury queen air-mattress to handle it. It's comfy! Our goal is to also be the semi-private boutique “Go To" “Point of Sale" company by aligning international & domestic visiting artists with genre compatible producers at critically acclaimed Nashville recording facilities. Designed for producers, artists & songwriters to "Work it all
## 1033
## 1034 The second bed is located in it's own suite with it's own bathroom.
## 1035
## 1036 Urban Oasis, ON 12th Ave south, is in the midst of it all. Step out of the very quiet space and about 50 feet or less and you'll be ON 12th. Many great restaurants, coffee shops, shopping, a park, bike rental and more. All walkable. Urban Oasis could be in Dwell magazine and you won't want to leave this converted garage but walk out the door and you are in thick of 12 Avenue South, one of North America's most desirable neighborhoods. Great restaurants, shopping, ice cream, coffee shops, a beautiful park and bike rental. A stand alone building, it is all yours to use. Out back is a private veranda. An oasis. There is a large sink, fridge, microwave and keurig, organic coffees and tea, sugar. Eating, drinking utensils and such. Though in the very middle of the district, 12th Avenue South, this space is so quiet that I've had numerous guests comment it is so tranquil they felt as if they'd been to a retreat. Located behind my store, I am almost always on the premises until the stor
## 1037
## 1038 This is a gorgeous and well maintained 2400 Sq. Ft. home with high ceilings, wood floors, and professionally decorated with our guests in mind. A historical New Orleans home with charm yet all modern amenities. It is a peaceful space with large common areas and plenty of bedrooms for privacy as well. There is a huge front porch to relax and people watch before a night out or in the morning after a long night out! Beautiful lighting, air conditioning, ceiling fans, fresh, and very well maintained. The cleanliness and maintenance of the home is extremely important to us and always our first priority to assure that your stay is comfortable and enjoyable. Here is the layout of the space (see pictures for more details): 4 separate bedrooms Bedroom #1 - Queen bed + single sofa futon Bedroom #2 - Queen Bed Bedroom #3 - King Bed Bedroom#4 - 3 single extra long beds Parlor #1 - 1 Queen bed and 1 full size futon Parlor #2 - 1 Queen bed We always provide fresh towels and fresh linens, bathroom am
## 1039 This charming efficiency cottage is located in a fenced courtyard with keyed access through the gate at the side of the main house. The lush courtyard has plenty of outdoor seating, eating & drinking spaces. The cottage is rented "condo" style, i.e., no cleaning services during your stay. However, should you need extra towels, linens, etc., just ask. The washing machine & dryer are at your disposal. The bed is a queen and the cottage accommodates 2 people comfortably. The kitchen is fully equipped and has a refrigerator/freezer with plenty space for food for a couple of weeks. Please note that the cottage is the building with the green door in the photos.
## 1040 JAZZ FEST! Right around the corner from the festival entrance in mid-city New Orleans. Cozy 1 bed/1 bath on Moss Street, looking out onto beautiful Bayou St. John. This leafy, idyllic neighborhood has cute bars, restaurants, cafes, historic Esplanade avenue to stroll down, and lots of activities to do on the bayou and in City Park. The apartment is on the 1st floor of a small, 7-apartment complex, with a backyard for private parking ***You will be allowed ONE parking space during Jazz Fest!*** The front yard - right on the bayou, across from City Park - is a great spot for people watching during Jazz Fest weekend! The apartment consists of 1 bedroom/living room, a bathroom, and a kitchen looking out onto the bayou. There is a queen-sized bed, small couch, shower, kitchen table, stove & oven, gas heater, AC unit, and all basic amenities - except for a dishwasher or TV. There is room for a blowup mattress in the bedroom/living room for a third guest, if you want to bring one. No additio
## 1041 Spacious and welcoming 450 square feet suite with original architectural details including 12-foot ceiling, hardwood floor, ceiling fan, and 2 large windows (which don't open). Complimentary use of washer/dryer and WiFi as well as central heating and air for your comfort. There is a microwave, coffee maker, and large hotel-style refrigerator with freezer to make ice. Local CC's coffee, utensils, plates, and glasses are provided to get you started. Enjoy your morning cup while relaxing on the back patio. Newly renovated bathroom has a shower (not bath). Note from recent guest, "Great showerhead and the plush towels were a bonus!
## 1042 You will have full run of this charming castle/house while I remain in the back quarters. I even have carry chairs ready for you to take to Jazzfest.
## 1043 This is a comfortable and spacious house with a hospitable and accommodating hostess! There is off-street parking, which is easy for guests to come and go! Doors can be closed to isolate the guestroom and bathroom from the remainder of the house.
## 1044 Our home offers 2100 square feet of space to spread out and relax. We love and cherish our home and hope you will, too. If you're looking for a quiet place to spend time with your friends and family, then this is perfect for you! We also have an awesome outdoor patio that's great for entertaining and dining al fresco. It also offers 24 hour surveillance around the property and keyless entry. If you're looking to party, please kindly look elsewhere. We're looking for mellow and respectable guests who will take great care of our home.
## 1045
## 1046
## 1047 - Historic renovated home with details that bring you back to the late 1800's. - Enjoy the shared front porch - Separate bedroom with queen bed - Pull out queen sofa-bed in the living room - Full kitchen makes you feel that you are at your home away from home - DirecTV - Wireless Internet - Central Heat and Air - Family friendly (pack-n-play available upon request) - Security Cameras on porch as well as side of house for security. - If booking with 4 people, know that you must walk through the bedroom to get to the bathroom (Semi Private). - Free street parking, which is usually not hard to find in front of the house.
## 1048 One bedroom with a bed connected to a second room with a futon. Can sleep more if you bring air mattresses. Pet friendly, bring your furry animal companions! I live in the front of the house so don't hesitate to ask if you have questions.
## 1049
## 1050
## 1051 This 1850's shotgun home has been updated with modern amenities but has not lost any of it's original charm. Filled with local art and antiques, decorated to feel luxurious but lived in. There is a TV in every bedroom ' which have internet access for HBO and Netflix (regular cable also). The kitchen has everything you would need all the pots and pans, coffeemaker, microwave, gas stove, ice maker. Like most New Orleans homes you do have to walk through the smaller bedroom to get to the kitchen. It's honestly one of the most naturally beautiful homes I've ever been in.
## 1052 This lovely downstairs unit has 2 separate bedrooms and 2 bathrooms with gleaming hardwood floors throughout. The living room is conveniently placed in the rear of the unit, so if your guests turn in early you don't have to worry about bothering them while you binge watch some Netflix. There is 1 gated parking spot right outside the back door and a little porch area to enjoy the sunny weather.
## 1053 This house has been a huge project for me. I bought it as a true diamond in the rough. After a year of meticulous and time-consuming renovations - this little cottage is my favorite spot in the world. I'm excited to share my New Orleans with you.
## 1054 Our house is charming and a work in progress. We have paid special attention and care to make sure the private room and bathroom are as nice as possible. The rest of the house is shared with two children so while it is very clean it can sometimes seem a bit untidy. I take special attention while guest are here to keep the kitchen and walk space free of clutter and toys.
## 1055 Our house is conveniently located in the Lakeview neighborhood just 15 minutes from downtown New Orleans. This is the safest neighborhood in New Orleans.
## 1056 Space is a studio with a comfortable queen-sized bed and sofa that folds out to a double-sized bed. We have extra pillows, sheets, and towels available. We have a "mini-kitchen" that includes a small fridge and freezer, microwave, and Keurig coffee maker. We provide coffee, creamer, snacks, wine glasses, water glasses, utensils, and plates. We are happy to supply any special requests (within reason) in advance of your stay. Local grocery store is 1.5 blocks away with great beer and wine selection and delicious prepared food options. Living area has a large, mounted flat-screen television with expanded cable options including HBO. Business travelers will love our free wifi and large table for working or eating, and plenty of electrical outlets. Bathroom has a stall shower with excellent water pressure and plenty of hot water. We've stocked the bathroom cabinet with a hairdryer, toothbrushes, toothpaste, lotion, shampoo, razors, hairspray, mouthwash, and a first-aid kit.
## 1057 This 1500 sq ft home is in a class of its own with a perfect match of history and modern comfort. An open layout sprawls the entrance to entertain family and guest. Stainless steel appliances and quartz counter tops wrap the custom designed kitchen fit with a seated bar. Relax in on our spa inspired bathrooms with custom tile and seating areas. Newly installed plumbing, electrical, heating, and cooling systems will ensure your stay is nothing less than comfortable with the added bonus of a washer and dryer. Relax in on our spa inspired bathrooms with custom tile and seating areas. Newly installed plumbing, electrical, heating, and cooling systems will ensure your stay is nothing less than comfortable with the added bonus of a washer and dryer.
## 1058 This is for an entire apartment with a large living room with a queen size bed and a sofa, a fully stocked kitchen, bedroom with a queen size bed, and a bathroom in an historic 1880s house in Uptown New Orleans. The apartment consists of four rooms: living room/bedroom, kitchen, bedroom, and a bathroom. In the classic New Orleans "shotgun" house tradition, one enters the apartment into the living room/bedroom, then proceeds to the kitchen, bedroom and bath. Which is to say, one must walk through the bedroom to get to the bathroom. The living room/bedroom consists of a sofa and a queen size bed. The kitchen has a table and chairs and is stocked with basic pots and pans for cooking plus a toaster oven and coffee pot. The bedroom consists of a queen size bed. Both beds are hi-quality comfortable queen size beds with 100% cotton sheets and duvet covers with goose down duvets and pillows. This is not a high-end luxury accommodation. This is a very old house and can be rough around the edges
## 1059 This historic brick shotgun apartment features tall ceilings and tall windows for plenty of natural lighting. The interior has an old-world, yet light, airy, spacious feel to it. Its living room features a decorative fireplace, full book shelves, & a satellite flatscreen TV for your enjoyment. The beautiful wood floors and 18th century antique furniture lend the space a truly classical New Orleans ambiance. The kitchen is fully equipped, as is the bathroom and shower. Relax outdoors with the pool, patio, lawn, and tennis court and watch the ships glide by over the flood wall for a complete, immersive southern getaway.
## 1060 Perfect for lone traveler, a couple, or small group of close friends. One queen bed in bedroom sleeps two comfortably. There is full size couch in the living room that can sleep a third. If requested, we can provide a queen size air mattress and bedding that can be set up in the living room (max of three guests total).
## 1061 Six shades of gold illuminate the walls of this grand residence within a Victorian mansion from the late 1800′s. Located in the Lower Garden District with PARKING. This luxury unit consists of 2 bedrooms and 2 bathroom. The unit is fully furnished, including furniture, high thread count sheets, cotton towels, duvets, all kitchenware, art, and much more. Exposed brick, plush sofa, and exquisite details around every corner. Just bring your clothes and toothbrush and enjoy! All finish details are luxury: VIKING Appliances in the Kitchen with gas cooking, Jazuzzi Tub, thermostatic shower, slate tile, polished quartz countertop in the kitchen and stunning black granite in the bathrooms. Designer furniture. 50″ SONY 3D Television. Samsung Washer and Dryer in unit. Memory foam mattresses for the ultimate night's sleep. Off-street parking for one car is included.
## 1062
## 1063 My home is Deco,50's and 70's. I have mixed in the decor of my former business's decor too. Tons of memories from childhood too :)
## 1064
## 1065 There are three other rooms that enter onto the shared courtyard. We ask that everyone keep a pleasant neighborly vibe.
## 1066 Stay in our cozy circus/sideshow themed room in our eclectic home in the Marigny area of New Orleans. There is a TV and comfortable queen sized bed and a couch enough for up to three people and it is a private room. You have access to your own bathroom as well and it is a European style tub/shower. There is also access to our outdoor courtyard which is a sunny and serene spot to enjoy after a long day of sight-seeing. We have a coffee and tea bar set up in our kitchen in the morning for our guests to help themselves to and we are always happy to help you with any questions you may have about your stay in New Orleans. It is a perfect spot for Festival Season or any other time you are visiting since we are just a 15 minute stroll into the French Quarter on foot and 5 minutes by bike. We are closest to Frenchman Street, Saint Claude Ave and we are right in the heart of popular Marigny and Bywater restaurants, bars, and coffee shops. We also have plenty of free parking right on our street
## 1067 I have a decent amount of artwork on display. Approximately 6 of the paintings are my fathers, and whilst his paintings are of little monetary value, they are very precious to me. I hope that you enjoy his art as i do, and all of the art on the walls. I know that my dad would be happy for you to enjoy some of his work too (although he does not know that it is going on public display!). I have some fold away chairs and inside the house which are perfect for sitting out on the front porch in the evenings, or, you can enjoy the privacy of a back yard.
## 1068 Our 200 year old ornate home comes with two balconies, a living room, private bathroom, and access to the kitchen with plenty of counter space for cooking. The room is charming and comfortably sleeps two with a queen sized bed. The apartment is on the second floor of a large house and has a gate making it safe and secure.
## 1069 This stunning and eclectic, owner-occupied inn is available as either a full rental OR individual suites. It is the perfect accommodation for a couple getaway, family vacation/reunion, ladies weekends and for a convenient Staycation. Parties are welcome, including bachelor and bachelorette. Please contact us with information on your group and we will also provide you with the house rules and conditions. Located in the eclectic Bywater neighborhood, the inn is just far enough off the beaten track to enjoy the relaxed atmosphere of New Orleans without the commotion of Bourbon Street. The Lookout has four whimsically themed spacious suites, each with their own generous private bathrooms. Suites are complete with complimentary wifi, Directv, coffee makers and mini refrigerators. There is NO kitchen OR indoor common area space, such as a living room or great room. The 4 suites are arranged so they can each be rented independently. In-ground saltwater pool, BBQ and seating cabana are locate
## 1070 IT'S BIG and it's a shotgun. Besides 2 bedrooms, it has a dining room that converts to a bedroom, and a living room. It sleeps 6 in real beds, plus at least 2 more on the sofa and air mattresses that we provide. (Sometimes both sides of the double are even available.) You have a private back yard patio. The bathroom is small, but has a clawfoot tub/shower.
## 1071 I now have a washer/dryer! And a projector! This room is private! No one walks through your room and you don't have to walk through anyone's room. You even get your own darn living room! If you're not familiar, New Orleans is full of what's called shotgun houses, and also railroad houses. This means that you can be standing in the front door, shoot a shotgun, and it'd go right out the back door, at least in the old days. The room comes with a nightstand, double bed, desk, lamp, mirror, shelves, clean towels, and clean sheets. Blowup mattress is available upon request. A little about myself...I am a distiller in the process of starting a distillery/brewery. I also make perfumes and flower waters. In general I like fermenting things and extracting things from things. The house has one kitchen, one bathroom, a cozy backyard, guesthouse, and a good few living growing flowers, herbs, and fruit trees. Feel free to cook whatever and whenever. If you have a pet that's not a pro
## 1072
## 1073 This is a shotgun style apartment on the second floor of an old building. The street door opens to stairs, and there is another apartment on this level. The back deck is shared. There is a concrete backyard shared between the 4 apartments in the building; this is where the washer and dryer are located. You'll have your own set of keys.
## 1074
## 1075 The space has 10 ft ceilings, wood floors, exposed brick fireplaces and charming architectural built in cabinets.
## 1076 Quaint Uptown Charm New Orleans shotgun-style home. This listing is half of a shotgun home. Shotgun homes are ubiquitous in New Orleans and were built that way when residents were taxed on the frontage of the home, so they were built narrow but long. You need to walk through each room to get to the next. Cozy and charming and a perfect place to stay with friends or family! 1050 sq feet, 2 bedrooms, 2 bathrooms. The first room is a living space with sofa and large TV that opens into the second room, which has a table and chairs and dry bar. Then a small hallway has a full bathroom with a bathtub and shower and toilet off of it as it leads into the first bedroom. The blue room has a dresser, another TV and queen bed. The next room is the green room, which has a full bed, bookshelf and dresser. The two bedrooms are connected by a door with a lock on it, and there is a bathroom on either side of the rooms so it allows for privacy. A kitchen follows, complete with dishes and cooking
## 1077 This spacious apartment, located on a quiet street, offers: • A master suite with king bed, 11 foot ceilings, walk-in closet, and en-suite bathroom (dual vanities, tiled shower, and separate bath) • Three additional queen bedrooms with similar high ceilings and decorative fireplaces • 2 ½ baths • Living room with HDTV including HBO, Showtime, ESPN & much more • Granite-topped kitchen filled with amenities and a stand-alone island perfect for breakfast or entertaining. • Full formal dining room with decorative fireplace. • Large front porch and 2nd story gallery to enjoy lazy sunlit mornings and an enclosed, grassy backyard for entertaining • Washer and dryer. • Gated covered parking (2 spaces, stacked, one space covered).
## 1078 This sunny two bedroom home is being renovated by a young Interior Designer. Filled with interesting and eclectic furniture, art and objects collected over the years, this clean, quiet, sun-filled and spacious home can be the perfect place to hang your hat during your NOLA stay. The Victorian shotgun house, on a cute leafy street has a comfortable living room and large bright eat in kitchen. As an enthusiastic cook, the kitchen is well-equipped for preparing a great meal. Well stocked with cook books, and all the cooking basics you would need. The bedroom has a comfy full size bed with feather bed and soft clean sheets. The luxe bathtub and shower has great water pressure! The guest room is part office and part bedroom. There is a twin size tundle daybed that converts to a queen or two twins. There is a small backyard which guests are welcome to use (though it is sparsely furnished at this time) Diego the furry fun feline keeps everyone company so please if you're allergic to cat
## 1079 My house is a classic uptown style house with all modern amenities due to a full gut renovation in 2010. Come enjoy your stay with the best of both worlds!
## 1080 This 3BR, 2 Bath Contemporary home is located in the 12 South Village - Belmont area. There is also a lovely back deck on which to enjoy your morning coffee. Rates are non-negotiable and very competitive for the downtown Nashville area, unless negotiated for long term reservations. Guests will have access to parking on the street in front of the home and the following amenities: Local Businesses on 12th Avenue South Art & Soul 2303 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Burger Up 12th Avenue South & Paris Avenue Nashville, TN (phone number hidden) (website hidden) Corner Music 2705 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Fork's Drum Closet 2701 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Frothy Monkey Coffeehouse 2509 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Green Pea Salon 2900 12th Avenue South Nashville, TN (phone number hidden) (website hidde
## 1081 This spacious four bedroom house is a great spot for vacation or business visitors, visiting college student parents, young couples looking for a great night life or a romantic getaway, or anyone craving a slice of urban living. Within 1 mile: Vandy U, Hillsboro Village, West End Ave, and I440 Within 2 miles: Belmont U, Lipscomb U, 12 South District, Green Hills, Music Row Within 4 miles: Belle Meade, The Gulch, Downtown, Anything you want to see in Nashville, really. Convenient access to the interstate makes for easy travel to the airport, Opry Land, Downtown, the "very hip" East Nashville, Cool Springs, Franklin, etc. The house is a 4 bedroom and 2 bath place located on a great quiet street in an awesome neighborhood. There are 4 bedrooms and one bath downstairs and 2 bedrooms and a bathroom upstairs. A queen bed accompanies each of the 4 bedrooms and there are two twin beds in the upstairs master bedroom as well. There is free, off street parking that fits two cars without blo
## 1082 This house is solely used for Air BnB. Therefore, you're not tip toeing around someone else's personal items wondering what you can touch and what you can't.
## 1083 This listing is in the Nashville/ HERMITAGE, TN area. NON SMOKING in side and out... If you are ready to give up apt. living and you are a social butterfly, this is what you have been waiting for. We are looking for an female Cabin-mate for our "upstairs" Cozy Cabin long term month to month room! Whew that's a mouthful! The room is 20ftx20ft with a large walk in closet all to you. We have a wonderful "Queen Size Memory Foam Bed" awaiting to help comfort you from a long day at work. We also have a full size couch for lounging around and a desk. There is room to bring in some of your own furniture if you would like to include some personal things. This is a lifestyle choice to live in the Cozy Cabin because we have folks staying with us from around the world. You will be sharing the upstairs bathroom with us and have your own PRIVATE bedroom. Our private room will be right across the hall... with our 4 legged child ...Lexi .We will be sharing a master bathroom upstairs with full shower
## 1084 The property is in a beautiful country setting surrounded by parks and less than one minute from the gorgeously massive Percy Priest Lake. Whether it's a 10 minute drive to all the city's best downtown hot-spots, nightlife, music row, comedy clubs, waterparks, restaurants, museums, art and architecture, or a short day trip excursion to nearby cities such as Gatlinburg (Smoky Mountains), Chattanooga (Ruby Falls/Lookout Mountain) stopping by the Jack Daniels Distillery, Atlanta, Memphis (Elvis's Graceland/Beale Street), The Kentucky Bourbon Trail, Mammoth Cave, Fall Creek Falls, etc.. you will find yourself in the middle of gorgeous scenery surrounded by many different kinds of music, culture, art, and people who make up this melting pot city. Both Travel & Leisure Magazine AND TripAdvisor chose Nashville as the #1 Place in America to visit in 2016. Nashville welcomes you! Voted most friendly city in America in 2016 - Travel & Leisure Magazine 2015! New York Times calls Nashville "The Ne
## 1085 This cozy, two-bedroom apartment used to be a mother-in-law suite, connected to the main floor of the house by a stairwell, but separated by a locked door to ensure your privacy. This is a home in every sense of the word, and is fully equipped for your life in the Nashville area, however long your stay. If you need more room than the spacious mother-in-law suite provides, please message me to see if the entire home is available for your dates (pricing will be different than what is listed). (Scroll to bottom for details) Are you a naturist planning to visit some of the hiking trails in Middle Tennessee? Then hike away and have no fear of traveling back home with dirty clothes - a washer and dryer are provided to help keep your clothes smelling clean! Do you enjoy eating the best local and season produce? Nashville has a wonderful Farmer's Market, great for buying colorful produce from our local farmers, bring it back and cook something delicious in the full kitchen, and be sure to pick
## 1086
## Description
## 1 This studio is fantastic! Such a beautiful space. Fits 1, or more, depends on if you want to sleep on air mattress and a bed, or bed only! 3 beds in the room - 1 queen bed, 1 twin, and 1 air mattress
## 2 Charming and grand, yet comfortable pool home! The house has 4 bedrooms, 3.5 bathrooms, an office, recreation room with 9' pool/ping pong table and wet-bar, in-home laundry machines, 2-car detached garage + parking space for one more vehicle. Located with amazing views of the hills of Woodland Hills. Close proximity to the famous Mulholland Dr, Woodland Hills Country Club, DTLA, West LA (Santa Monica/Beverly Hills/Malibu/ETC), the 101 Freeway, and plenty of shopping and dining! -4 bedrooms (each w/ queen beds) -3.5 bathrooms -70" & 55" LED TVs w/ cable -Full kitchen available: stove, fridge, microwave, oven, blender, coffee maker, pantry, cooking & eating utensils, plateware -Dining & living rooms -Recreation room: 9' pool & ping pong table, custom built wet-bar, 55" LED TV w/ cable, access to backyard -Smart home tech: voice activated lights in foyer, living & dining rooms, voice activated thermostats, voice activated front door lock (all with Amazon Echo) -Clean linens & towels upon
## 3 Cozy unit , 1 Bedroom with own entrance, own shower, kitchen and laundry, , Gated, Front yard, very quite neighborhood, close to Village and Topanga mall, Commons Calabasas, Malibu, Beaches, hiking trails, and 101 freeway
## 4 Woodland Hills South of Blvd. home located amongst a quiet natural setting of trees. This listing is for the (~1600 sq ft) main floor encompassing the master bedroom, living room and kitchen that leads to backyard patio and the observation deck. ** No functions/parties allowed ** Please inquire about availability and provide bio for yourself and your friends before booking. Home is a two story building that sits above street. This listing is for the (~1600 sq ft) main floor encompassing the master bedroom, living room and kitchen that leads to backyard patio and the observation deck. Guest access is via stairs from the driveway. Either I or a local friend would be available to interact with Guests. Smokers please do not make inquiries.
## 5 Charming vintage beach-style town home. 3 bedrooms+extra game room, pool out sofa, 2.5 bathrooms, Wifi, parking garage, TVs. Prime Woodland Hills location only 20 min. drive to Universal and 15 min. drive to Malibu beaches and walking distance to The Village and Westfield mall. Tile and wooden floors, huge remodeled kitchen/new appliances. Fire-place in living area and fire-place in master bedroom. Fully furnished, brand new washer, and dryer. Pool and spa in the complex. Gorgeous 2000 Sq.Ft. home. Front yard with small table and two chairs. Living room has TV and fireplace. L-shaped sofa and coffee table. 2 car garage plus washer and dryer in garage. Play room next to garage with a pull-out queen sofa bed. Charming dining room for 6 people. Den area with fire place and a TV, pull out queen sofa bed. Kitchen with Island, stainless steel refrigerator (water and ice maker), stainless steel dishwasher, microwave, stove, toaster over, coffee maker, and pantry area. Upstairs master bedroom
## 6 Private room in a Gorgeous, bright and airy Mediterranean style House nestled in the Hills. 17 miles from Malibu wineries, 5 min to hike in Topanga Canyon, Great area for cycling lover and more ... Guest will have access to the kitchen, living room, dinning room, Front courtyard, outdoor bath, Pool, BBQ. It is my first time that I am listing a room in my house. I am very independent easy going woman. I ll be here to help you in any way possible to enjoy your stay in Los Angeles. If you have any questions do not hesitate to ask me ! The house is located in the hills in a quaint neighborhood. It is quiet and in the same time you are at few minutes of the 101 Fwy, and shopping centers. It is located border line to Calabasas with its old town dating from 1844 and is one of the oldest surviving buildings in the greater los Angeles area. You have miles of hiking or biking in 5 minutes with the santa Monica mountains (topanga canyon, Malibu). 3 miles from the Westfield Promenade for great s
## 7 I am an empty-nester with a great guest room in the West Woodland Hills community! We are two minutes from Calabasas and home to many celebrities like Howey Mandel, Will and Jada Smith, Britney Spears, Justin Bad Boy Beiber, the Kardasians, etc. (I saw Jermaine Jackson recently) who can often be spotted in our upscale shopping areas and Old Town. My location is a very quiet, suburban area with a lot of local natural beauty, top schools and 15 minutes to Malibu. I am freeway close, near Warner Center, the Santa Monica Mountain Hiking Trails, The Calabasas Commons, Pepperdine University, local wineries, lakes and world class beaches. The excitement of Hollywood and Beverly Hills and many attractions are all within 30-45 minutes. Our room amenities include: (2) Plush Full-Size Mattress Adjoining Shared Bath Fresh Linens and Towels Hardwood Floors Vaulted Ceiling Large Window with Natural Light Soaking Tub/Shower On Site Laundry Walk-in Closet Desk and Dresser Kitchen Use Backyard with
## 8 Enjoy this charming "craftsmen's house," on a quiet street close to the West Hollywood restaurants, just below Santa Monica Blvd. Whole Foods is within walking distance. Includes free washer/dryer. Three night minimum stay.
## 9 199 APRIL SPECIAL. Located in the heart of West Hollywood, this beautiful 4-story townhouse with 2 bedrooms, 2 bathrooms, plus open sleeping loft / office, 2 balconies, Hollywood Hills views, accommodates up to 5 guests. Brand new designer decor with top-of-the-line luxury furnishings. Garaged Parking for 2 cars included. Rate based on 31 minimum night stay Located in the heart of West Hollywood, this gorgeous 4-story townhouse with 2 bedrooms, 2 bathrooms, plus open sleeping loft and office, comfortably sleeps up to 5 guests. Brand new designer decor with top-of-the-line luxury furnishings, along with a jacuzzi-style bathtub in the master, decorative fireplace, a patio off the dining area, and large deck accessible from dual sliding doors off the loft, provides the ultimate escape. Bright and spacious, this property is perfect for families or executives sharing. This complete home includes washer and dryer, hard-wood and tile floors, stainless steel appliances, central heat and ai
## 10 I love my WeHo apartment. It's like a private oasis. Full of natural light and all the comfort you can ask for. The pool, a few steps away from the entrance door, is always clean and ready for you to jump in. The best location for visitors to LA in the heart of West Hollywood. Within walking distance from all the trendy shops, bars, and restaurants and the famous Sunset strip. Parking on the street is readily available either in front of or within a block of my building with your personal parking permit. You'll sleep in a private very comfortable twin bed in a room with natural light and hardwood floor. You have plenty of space for your personal belongings. Access to a beautiful living room and a 62" TV with DVD player. You'll have connection to Netflix and high-speed WiFi. There is a full kitchen if you desire is to cook your own meals. Guests will share the full bathrooms equipped with fresh towels and toiletries at all times for your convenience. The Neighborhood Is super saf
## 11 Situation just at the border of West Hollywood and Beverly Hills, I invite you to live like a local in a cozy, conveniently located apartment. The apartment is a two bedroom, two bathroom; you get your own of each! I am in the apartment during your stay to help you with anything you may need. If you have any questions or need a different check in or out time, just let me know! Surrounded by shops, restaurants, bars, and cafes, I promise you will have a wonderful LA experience! • Fully furnished, private room • Queen size bed and Full size futon • Sheets and blankets provided • French doors open to a view of the Hollywood Hills • Lots of closet and storage space • Full, private bathroom with a shower • Towels and toiletries provided • Note: this is a shared space! I prefer to be here to host my guests in case they need anything at all. You get your own bedroom and bathroom as well as use of the commons spaces in the apartment. • Cooker's kitchen with microwave and gas stove/oven • Blend
## 12 My place is close to Cecconi's, Gracias Madre, SUR RESTAURANT, The Troubadour, and Craig's. You’ll love my place because of the outdoors space, the neighborhood, and the light. My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups.
## 13 If you're a musician visiting LA, welcome to the music house! Amazing private room with a private bath in a cool, vibey house in the best part of LA. I only rent to musicians at a super-low nightly rate to contribute to the professional music soul of the house. Play the grand piano on the outdoor patio. Grab one of the guitars around the house. Use our-house engineer! Perhaps even get a track produced. Play with our great dog! Perfect for songwriters, producers and performers visiting LA.
## 14 Beautiful ceiling to floor windows looking out onto the shady courtyard, this colorful artist studio (Dbl bed, bath, shower & kitchen) is perfect when visiting LA. In the center of West Hollywood, a 5 min walk from public transport, bars & shops.
## 15 Stay in the HEART of Hollywood in this quiet, luxurious, happening place where you can walk, drive or even take the metro to just about anywhere in LA and anywhere in Hollywood in just minutes! Right across from the Hollywood and Highland Mall This is a brand new 2-Bedroom apartment in the heart of the ALWAYS exciting Hollywood, California. Located just around the corner from Highland Avenue and Hollywood Blvd., the most exciting street in Hollywood, you'll be within walking distance of the main tourist sites, like the Walk of Fame*** This is your private luxury apartment equipped with all new appliances (washer/dryer, huge refrigerator, dishwasher) and everything you could need, including great luxury amenities such as pool, Jacuzzi, and gym, so you can feel right at home ;) WITH PARKING for up to 2 Vehicles in our gated, secured underground parking garage in designated spaces just for you! (Parking is just 8 per night if arranged through us) APARTMENT HAS: -FREE High Speed Time
## 16 Location, location, location... Enjoy this quaint and spacious 1 bedroom 1.5 baths in the beautiful West Hollywood! This unit has a wonderful balcony along with pool and free garage parking awaiting your arrival with a 91 walk score. Location, location, location... Enjoy this large and spacious 1 bedroom 1.5 baths in the beautiful West Hollywood! This unit has a wonderful balcony along with pool and free garage parking awaiting your arrival. Amazingly located, nestled in the heart of the city with a 91 walk score. There's tons of shopping, eateries and sight seeing within footsteps. Amenities: Full kitchen 1.5 baths (separate bath tub and shower) Shared pool Elevator Central AC 1 King Size Bed Air Mattress available upon request for additional guests 1 Parking spot Full kitchen 1.5 baths (separate bath tub and shower) Shared pool Elevator High speed internet/wifi 1 Garage parking spot Washer & dryer on the all floors (shared coin laundry) 1. During greeting/key exchange 2. Departure
## 17 Beautiful one bedroom right off Melrose surrounded by the best shopping, restaurants, nightlife, and more. Large pool, jacuzzi, sundeck, gym, and business center in the building. Perfect for couples or one person! Everything you need is right here! Close to Alfred Coffee, The Abbey, EP&LP, Nobu, Alexander McQueen, Dash, and so much more! Very spacious apartment with all updated appliances and fixtures. Tons of light, quiet neighborhood, right by all the WEHO action! 1 Gated parking space!
## 18 My place is close to Laurel Hardware, Surly Goat, Delilah, The Hudson, Fubar, Starbucks, Connie and Teds, Trader Joes and many other great restaurants and bars. Walking distance to Weho and central access to all of Los Angeles. Just a short drive to The Grove, LACMA, Hollywood, Runyon Canyon, Fairfax and Melrose. You’ll love my place because of the location, the outdoors space- its calm quite and very centrally located. My place is good for couples, solo adventurers, and business travelers.
## 19 Live, rejuvenate, explore. This is your sanctuary in the heart of the exciting and vast city of angeles. You'll be treated to luxury with your own private queen bedroom and bathroom. The amazing view from this in-the-heart of West Hollywood flat looks up onto the Hollywood Hills. Only a few steps from amazing restaurants, public transportation and nightlife. Or find yourself relaxing at Kings Park. Please send me a quick message prior to making your reservation, to receive the best rate and insure that the room is available for the entire length of your stay. Live in luxury when you stay with me. Whether you are living your dream vacation or on business travel, my home is everything you could want. Location is everything and I am at the heart of the thrilling and vibrant West Hollywood. You'll find first class restaurants, bars, shopping, nightlife and living essentials within walking distance. You'll never be bored with the Sunset Strip a 10 minute walk away. Public transportat
## 20 199 MAY SPECIAL. ENJOY OUR WEST HOLLYWOOD SUNNY SPACIOUS LUXURY 2 BEDROOM 2 BATHROOM CONDO WITH PATIO INCLUDONG SPECTACULAR VIEWS POOL GYM, STEAM, SAUNA. WALK TO WORLD FAMOUS SUNSET BLVD & EVERYTHING GOOD RENTAL INCLUDES PARKING, WIFI, WASHER DRYER & MORE THIS CONDO IS A CORPORATE RENTALS & PROFESSIONALLY MANAGED. AMAZING LOCATION GREAT RESTAURANTS, LANDMARKS AND SHOPPING IS ALL AT YOUR DOOR. NEW BUILDING AND HAS EVERY AMENITY FOR A GREAT STAY. CONVENIENT AND SAFE WEST HOLLYWOOD LOCATION. EXPERIENCE OUR 5 STAR MODERN DESIGNER 2 BEDROOM 2 BATHROOM CONDO BRIGHT SUNNT WITH STUNNING VIEWS AND AFFORDABLE RATES WHICH MAKES THIS BY FAR THE BEST DEAL IN TOWN. OUR 5 STAR LUXURY CONDO RENTAL INCLUDES ON SITE POOL WITH HOLLYWOOD VIEWS, JACUZZI, FULL GYM, DECKS, SAUNA & STEAM ROOM, LOUNGES, COMPUTER FAX AND PRINTER, CONFERENCE ROOM PLUS A WHOLE LOT MORE. This spacious designer apartment boasts incredible views and sunlight. There are 2 large master bedrooms with City views, good closet space
## 21 Gorgeous 2-bedroom apartment in West Hollywood Airbnb full apt Gorgeous 2-bedroom apartment in West Hollywood. One of the best locations in all of LA. Entire two-bedroom apartment, 2 queen beds (one bed is tempurpedic memory foam), with a 3rd blow-up queen air mattress available. Location is Willoughby and Harper Ave. 1100 Sq feet. Walking distance to all the best bars and restaurants of West Hollywood. Quiet location yet minutes from the famous WeHo nightlife. Newly remodeled kitchen and bathroom with granite countertop. Very spacious with hardwood floors. Very large common area with a 55" flatscreen and surround sound. AppleTV with HBO, Showtime, ESPN, and other primary shows. Fully equipped kitchen. For music lovers: the entire apartment is equipped with Sonos. Within a 10 minute walk you will find numerous restaurants, bars, a grocery store, shops, coffee houses, (URL HIDDEN) seems like an endless list of things to do. Only minutes from the sunset strip, Griffith Park, Universal
## 22 BEST LOCATION take a trip back in time with this spacious elegant accommodating 3 bedroom apartment Welcome to old Hollywood, where you will enjoy this luxurious place and have a flashback Through Time. 3 large bedrooms each eloquently designed with Hollywood in mind. This three-bedroom bungalow is nestled in a quiet quaint complex in West Hollywood. All your amenities are provided, just bring your clothes. There is a fully equipped kitchen (stove fridge microwave and many more) for your cooking needs, fully stocked bathroom with toilet paper and Beauty regimen necessities. I am here to give you the ultimate stay in Los Angeles. You will be given access to the full three-bedroom apartment as well as one parking spot, and 1 parking pass for West Hollywood Street parking. You can contact me by phone at any time, if you need anything let me know and I'll be there in a jiffy. Quiet, reserved, safe and humble is all I can say about this West Hollywood neighborhood. It's one of the absolute
## 23 Spacious 1 br, 1 bath apartment in Weho. Centrally located, walk to everything - grocery stores, restaurants, bars, shops; short drive to most areas in LA. Fully furnished, airy and comfortable. Permit provided for easy street parking. Quiet building, spacious 1 br apartment. Front and rear entrances - classic LA charm. Very clean apt and building. TV, air conditioning Full access to the the entire apt. Closet available. Available in person or by phone anytime. If I am not available, a friend lives near by. Gelsons supermarket 1 block away, along with multiple restaurants - lunch, dinner, brunch, and bars. Very safe neighborhood Parking available with provided permit, garage might be open - inquire. Santa Monica and Sunset buslines are 1 block away.
## 24 Beautiful retreat with stunning views in the heart of West Hollywood. Your large bedroom includes; view of downtown, private bathroom (with bath), Queen bed, double wardrobe. Large shared Living room, kitchen and balcony. WIFI, Netflix, washer/dryer in complex, highly secure building, great neighbourhood, parking permits available, rooftop with panoramic views. Walking distance from great restaurants, cafes, bars, health food stores and acting studios. Beautiful retreat with stunning views. Located in heart of West Hollywood, this third floor apartment offers a serene escape from the bustle below. Your large bedroom includes; View of downtown, private bathroom (with bath), Queen bed, double wardrobe with plenty of hanging space and drawers. Relax on the East facing balcony enjoying coffee in the sun with a view of the hills. Wifi & guest permit for street parking available. Enjoy a sunset drink on the rooftop with panoramic city views. You will be walking distance from loads of great
## 25 GREAT location! Near: Hollywood Bowl, Hollywood Blvd, Runyon, Metro, Hollywood sign, restaurants, shopping, grocery stores You'll have your own private bedroom and bathroom, with a floor to ceiling mirrored closet. Wi-Fi available Full access to kitchen and Keurig Flat screen TV and apple TV, Netflix, Hulu, HBO, Showtime W/d in building 1 parking space Small gym Private patio I have a hypoallergenic dog who stays in my room. I work all day so must be respectful of noise level.
## 26 Stay in my gorgeous home in West Hollywood! You will have a private bedroom with queen bed, private bathroom, and garage parking spot. Walking distance to the best restaurants, museums, bars, and shopping in Los Angeles / West Hollywood! Free WiFi!
## 27 This melrose place feel apartment is located in the hottest area of Los Angeles, Sunset Strip. Walk to all the restaurants, bars, nightclubs, stores of Hollywood and West Hollywood. One bedroom unit. Bedroom is yours. It has one queen bed. There is also a full size memory foam pullout sofa in the living room. Sometimes, i work in the unit and will be in and out during the day, but not usually at night. The bedroom is private, super clean, and has one queen bed that can sleep two. There is an empty dresser for your use. There is also a full size sleeper sofa in the living room that can sleep 2 and is very comfortable. The entire apartment. During the day, I work from home in the apartment. I don't usually come to the apartment at night. There is a full size memory foam pullout sofa in the living room that can also sleep 2. I can provide travel tips and inside Hollywood information to guests. This neighborhood is hip, central, lively and full of Los Angeles' best entertainment. Almost ev
## 28 My cozy New York style brick apt is located in the desired city of west Hollywood. It is a great size single perfect for two. Right off Santa Monica blvd. You are minutes from shops, restaurants and the THE WEST HOLLYWOOD NIGHT LIFE. Near bus stop and trains. It has a NYC charm to the apt. It's a cool cozy studio Hard wood floors Granite counter tops Artsy vibe (I'm an artist) Lots of natural light Roof top access with amazing views. Roof is good for tanning/laying out and working out. I'm a very easy going guy. I give my guest as much interaction as they need. I'm here to answer question when needed, but other than that, I let my guest enjoy their stay! 5 min. Walking distance to Target, Best Buy, BevMo, ralphs, Chase bank, Starbucks, Jones Cafe and many other eateries! No car NO problem in this area! Getting around in my in this area is so easy! At the end of my street which is Santa Monica Blvd, you can hop on the bus that will take you straight to downtown where you can enjoy the A
## 29 Downtown open loft 2-story apartment *2 queen beds *1 queen sofabed *W/D in Unit *100mbs High Speed Wifi *55" 4K Smart TV with Netflix, Hulu & Amazon Prime *2 tandem gated parking spaces *Fully stocked kitchen *Complimentary Coffee/Tea *Community Pool, Hot tub, & Gym on-site
## 30 Truly unique urban sanctuary in one of Los Angeles's premiere Mid-Century Buildings. Floor to glass windows with stunning south views of LA. Available for small production photo shoots or filming Polished floors with a mix of brand new contemporary and mid-century furniture. High-speed internet, cable and free long distance calls to over 40 countries including the EU. Over 1,400 sq ft of space with a zen modern vibe, Minimal kitchen and bathroom but full of supplies including Nespresso machine and Clarins shower gel, shampoo and conditioner. The loft is mostly quite but noise does travel easily in the building. Access to the entire unit. Garage parking available for additional fee Very accessible to offer any assistance The building is next to MacArthur Park, central to Downtown Los Angeles, Koreatown, and Hollywood and proximal to Sliver Lake/Los Feliz. MacArthur Park is not yet gentrified so it's a colorful mix of people during the day and attracts a lot of transients at night
## 31 Beautiful 1 bedroom in a resort like bldg and all the amenities you can imagine. Great and convenient location. Walking distance to Staples Center, LA Live, Convention Center 7th and Fig, transportation and more. - Queen Size Bed with Fresh Linens - 1 Queen Size Air Beds -Free Wireless High-Speed Internet -Cotton Towel-Sets -Hair Dryer -Iron -Kitchen with High-End Appliances -Plates, Bowls, Fork, Cups, Pots, Pans Etc... -Central Heat and Air Controls -24 Hour Gym -Private Balcony -Private Resident Park -Running Track -Tennis Courts -Sand Volleyball Courts -BBQ -Washer & Dryer In the unit -24/7 Security -Heated Pool -Rooftop Pool -Dry Sauna -Golf Putting Greens -Playground -Free Tanning -9 Foot Ceilings -Patios & Terraces -Bathtub Please call/text/email if you need anything (24/7) -LA Convention Center -Staples Center -Starbucks -7th + Fig Center -Smart + Final Supermarket -Target -Metro Link -LA Live -Ralph's Supermarket -Wholefoods Market -Macy's Plaza
## 32 Centrally located in a quiet neighborhood in Rampart Village between Silver Lake, Westlake, and East Hollywood. Very close to grocery stores, bars, and popular local eats. Simple and roomy one bedroom/one bathroom apartment that gets lots of morning sunlight. Balcony, full kitchen, shower and tub, and two tandem parking spots inside a remote-controlled garage. There is coin laundry available on each floor, as well as trash chute for disposing garbage. You are free to use our kitchen utensils and appliances. We have an HDMI cable you can use to connect your device to the TV. There are board games (Settlers of Catan and Scrabble) as well as various reading material if you're bored. We can be as communicative as you prefer. I will be available through text and email if you need to reach me. Within 1 mile: Grocery Stores: Vons, Ralph's, 7-Eleven, Korean Galleria Market Food: Sqirl, Silverlake Ramen, California Donuts, McDonald's Fwy: US-(PHONE NUMBER HIDDEN) minute drive to: Koreatown, Ho
## 33 My place is close to Vons Pharmacy (inside Vows) Echo Park Right out side of Downtown Arts District 1.5 mile from Dodgers Stadium 1.5 mile from LA Live (Lakers Stadium) 15 min from Hollywood 22 min from West Hollywood 35 min to Santa Monica . You’ll love my place because of Close to EVERYTHING!! You can Uber Anywhere!!. My place is good for couples, solo adventurers, and business travelers.
## 34 The most comfortable room with private bathroom inside. Pets welcome. Nearby many shops and supermarkets. 5mins to 10freeway. LGBT friendly. Organic Breakfast Buffet. Lot of parking space. We provide organic breakfast buffet. Chinese tea art. Welcome to pets. Still have a chance to learn their own production of silver jewelry. Also provides for the airport shuttle service. Los Angeles guide and low price quote service. Entertainment district, the kitchen, garden, laundry, barbecue grill, a vegetable garden. The study and master bedroom is banned.娱乐区,厨房,庭院,洗衣房,烧烤架,菜园。书房和主人卧室是禁止使用的。 Hi, this Mu. My girlfriend and I will leave in this house too. But we will offer an quiet surroundings to you. We love to offer help to everyone. Also provides for the airport shuttle service. Los Angeles guide and low price quote for travel service. LGBT friendly of course. Just let me know if you have any question, 5 minutes from 10 highway.Near by Ikea,Target,Walmart。 A lot parking space. 5mins to freeway.
## 35 Completely redefining the vacation rental experience, all 5 star reviews (80+) except 1 from this site. It's frustrating as ???? for me because I offer a very unique, comfy place that literally has everything, great amenities + food choices included, concierge like service with complete privacy and I treat guests like I would love to be treated. I've been booked over 300 days a year for the past 2 years but virtually nothing here because of 1 review. Nobody else offers the experience I do. It's a unique hybrid of a B&B, vacation rental & "hotel concierge service" with complete privacy that was totally remodeled just for this purpose, there is nothing else like it. It's very cozy & comfortable with lots of amenities, fresh flowers & lots of personal and food choices. You can find the Guest Choices Menu & a list of all the (EMAIL HIDDEN) All new: Thomasville cabinets, Appliances (refrigerator, stove, "drawer microwave", washer & dryer), granite counter tops & bar, hardwood floors, cork
## 36 Private room with full size bed and window A/C very close to LAX. Although the bedframe is from a sofa bed, the mattress itself is from a real bed. Bathroom is shared. This building is on a quiet street within a few blocks of LAX car rentals. The complex has a swimming pool, double paned windows for sound proofing, and is located only 1 mile from Los Angeles International Airport. Guests will have access to the swimming pool and laundry room, and may use the kitchen. The neighborhood has tree lined streets and close to markets and restaurants, including an Italian restaurant, a donut house, a McDonalds and a 7-11 which is open 24 hours , 7 days a week.
## 37 Bed, desk, printer, and walk-in closet. Free fast wifi, utilities(gas, water, electricity) generally included if you don't use too much. Parking available within the unit. nice neighborhood close to LMU, otis college and LAX. female preferred.
## 38 Our bright and comfortable room has its own private bath and separate entrance. Plenty of parking and easy access to LAX, Playa del Rey, Marina del Rey, and El Segundo make it one of the best locations for visitors to the West side. Enjoy our outdoor living space and garden in addition to in-room amenities including refrigerator, microwave, and Keurig. It's a great spot for couples, solo adventurers, and business travelers! Newly remodeled, well-appointed room with private entrance and private bathroom (a separate space from the main house). A luxurious stay in our room awaits with a designer queen size memory foam mattress, feather pillows and duvet, microfiber sheets, mini-fridge, microwave, Keurig coffee maker, wall-mounted flat screen TV, and high speed WiFi. Our home has central air-conditioning and heat for the few days during the year that it is needed. Join us and relax in our covered outdoor lounge complete with outdoor flat-screen TV or in our landscaped garden patio with
## 39 Conveniently located 7 min away from LAX, walking distance from Westfield Mall and about 10 minutes drive from the beach. All the amenities available such as pool, hot tub, gym and even a business center. I will try my best to accommodate all your needs and I am looking forward to having you as my guest! Pool, jacuzzi, gym, business center. As often as they need! Peaceful conveniently located close to beautiful beaches and the city itself. I love to spend time in the hot tub to relax or workout at our gym that is open 24 hours a day. There is a metro station right by the Westfield Mall.
## 40 15 minutes from LAX airport; quite neighborhood; walking distance from shopping centers and a short bus ride away from Westfield Mall. Minutes from the (PHONE NUMBER HIDDEN) FWY's. Internet and cable available - personal bathroom.
## 41 House is less than 2 miles from LAX,close to LMU,Otis college, Trade Joes and In and Out Burger.
## 42 This is a beautiful house located in the West Hills, sunshine, swimming pool ,lemon tree in the backyard, perfect for relaxing, great kitchen to cook in, comfortable bedrooms. Quiet neighborhood & community, and close to Malibu, Santa Monica, Beverly Hills, Calabasas.
## 43 My place is close to great views. You’ll love the space because of the ambiance and the patio. It is good for couples, solo adventurers, and business travelers.
## 44 Private Entrance and Bathroom. Breakfast available 8:30 - 10:30 am. Snacks available. Pool and Spa. Lovely Garden. Plenty of Parking. Close to several Parks. Nearby shopping and freeway access. Outside access to the guest room and bath. Access includes the private pool and spa. Hosts will be available to share info on the area and general info. Beautiful tree lines streets. Quiet area. Easy walk to three parks that are close by. Shopping and restaurants very convenient. Large newly built regional mall 6 miles from house. Plenty of free parking. Public transportation close by. Close to two major freeways. Hosts are very friendly and welcoming.
## 45 This room has your basics. A bed, bathroom, fridge and microwave. The apartment comes with tv and Netflix! Stay close to Beverly Hills, Westwood, Santa Monica and Venice in this conveniently located Airbnb! As a guest you have access to the on-site laundry (coin operated) and the pool. I am available by phone but will only see you in person should you need anything specific. If you do need anything please do not hesitate to ask! Century City is close to UCLA and Beverly Hills among other destinations in LA. You are walking distance to the bus stop. I keep a parking pass inside the unit so you may park on the street in front of the complex.
## 46 Very gorgeous luxury 2400 square foot condo with high ceilings, two patios, parking, bets location in LA. Super clean, dealing lady included 2 x week, jacuzzi, TOP Lux, 2 master bedrooms with King size bed, Loft Bedroom upstairs , internet It is central located, 1 min from the biggest Equinox in LA, gated parking, very clean, gorgeous, luxury, great energy, lots of light, very spacious. with clawing lady 2x a week. Very quite, Great view of Beverly Hulls and Century City. 3 TV - 700 channels + Netflix and Hulu - if purchased any movies you must pay separately, hight speed internet wireless. Renting the whole space . I can be reached trough out the stay .
## 47 Perfect studio/ room in the heart of West Los Angeles. This large studio & bathroom has its own private entrance & patio. It has complete privacy. Studio has all the basics: king size bed, convertible sofa, television, and kitchenette with a mini fridge, microwave, & coffee maker. Located in the heard of West LA, Century City adjacent. Close to the Westfield Century City Mall and Westside Pavilion. This is perfect for a businessperson, friends, or small family. The studio is attached to a larger apartment however has it's own private entrance through a private patio and has no access to the larger attached apartment. It is separated by a locked door and the guests have complete privacy. There is a private patio which you share with the apartment owner only. It is a great space to sit outside and relax at the table.
## 48 Very bright, clean,cozy place.Perfect place for a family, couples, business traveler or tourists.Walking distance to Westwood Village, Century City Mall and UCLA and UCLA hospital. About 5 min. drive to Rodeo Dr. and Beverly Hills, 15 min. drive to Santa Monica Beach. Easy access to all freeways.This location is everything! Location and big living room,very bright and sunny. Quite street but also close to everything.very safe neighbourhood,all family so no party. it is 2 bedroom 2 bath so you will have your own (URL HIDDEN) place is big and has lots of open space. the closet size is great for 2 people. bed quality is really good. posturepedic queen bed. i have sets of white towels. i will change it every 3 days if you stay 1 week or longer.i have full kitchen. there is air condition in the living room. heater in your room , if you want ,you can just turn it on.there is a crate and barrel desk,leather chair. if you come for business,it's great place to focus and write your emails.there
## 49 3,000+ sqft built & designed by renowned architect S. Duncan for persons desiring complete privacy with excellent indoor/outdoor entertainment space. 3rd floor office may be used as 2nd bedroom. Only serious inquiries, please.
## 50 A piece of Venice history, this building was built in 1907 and is full character. A walk street away from sand, and surrounded by bars and restaurants ranging from fantastic whole in the wall to the finest dining. Bikes and the beach The FBA is right in the mix of Venice. Walk down Abbot Kinney, head to the Venice sign, or just go to the beach. Restaurants, cafes, shops, boardwalk vendors and characters from all walks of (URL HIDDEN) all right here. There are bus stops all around. Take a short bus or bike ride to the Metro rail for an easy and fun ride to Downtown LA or any of the stops along the way.
## 51 WELCOME: Life's a Beach - JOIN US. RIGHT AT CENTER OF VENICE BEACH! ALL – YOU – CAN – EAT BREAKFAST! RELAX IN YOUR ROOM WITH - INTERNET & WI-FI. ALL ROOMS EN SUITE. CAN YOU BEAT THAT?
## 52 Comfortable private bedroom/private bathroom in luxury house next to the marina and Venice beach. Quiet upscale neighborhood yet close to LAX. Short walk to great restaurants, bicycle rentals, yoga studios. etc. Convenient (free) street parking luxury house next to the beach. private bedroom and bathroom. convenient (free) street parking. wifi Access to living and dining area, kitchen, and outdoor poolside patio area. Host available on premises to answer questions about the area. Convenient public buses nearby.
## 53 2 bedroom apartment with its own parking. The apartment is equipped with a full modern kitchen, 50' flat screen tv, new bathroom, air conditionning and heat. This apartment is Bright and sunny! Come and experience the world class life so popular in Venice Beach. This charming house has a private parking and is steps to the sand on a residential walk street and close to everything in Venice, from the Rose Café, Main Street and Abbot Kinney. Public transportation is also available to discover Santa Monica, the Pier and 3rd Street Promenade where you can shop, eat and be entertained. You can fall asleep to the Sound of the Ocean. We are ONE BLOCK from the beach. Come and see what makes Venice the most popular destination in California. Beach Cooler, Beach Chairs, small BBQ, No Smoking inside, only on Deck or outside. Small Pets considered. Property is gated with coded entry to both gate and cottage door. I'm available by phone or email 24/7 Whether here on vacation or for work, start
## 54 Quintessential Venice bungalow. Natural light floods the space throughout the day. French doors open onto private backyard perfect for lounging in the sun, dining and BBQ'ing.
## 55 Come stay and play at our comfortable 2 bedroom, 1 bathroom apartment with nice outdoor space! We're just a few blocks from Venice Beach, Rose, Main Street & Abbot Kinney. This place has the old school charm of Venice with a new school twist! The apartment is breezy, bright and over 1000 square feet plus a yard with seating, hammock and lighting. Our place is super comfy and has everything you need to enjoy your stay in Venice! The apartment comes with two beach chairs for lounging on the sand, and a gas BBQ for grilling on the patio. We'll also supply complimentary bottled water and fresh coffee with dairy or non-dairy creamer. If you need to get some biz done we’ve got Wifi, if you want to watch tv there is Netflix, and Hulu. There is also an onsite coin laundry machine. If you can think of anything to make your stay even better, please let me know and I’ll do my best to make it happen! Guests have access to the apartment, private outdoor space, common yard and laundry. We are a
## 56 This is a gated single family home (1800 sft) located in a friendly community. Remodeled kitchen with all-wood cherry cabinets and high-end appliances. Very close to Los Angeles attractions: - Los Angeles downtown: 5 miles - Santa Monica beach: 8 miles - Venice beach: 9 miles - Hollywood: 5 miles - Beverly Hills: 4 miles - Culver City: 2 miles -LA Live/Staples center: 5 miles - Los Angeles International Airport (LAX): 7 miles - Griffith Obsevatory: 7 miles - SONY studio: 3 miles This is a new house (built in 1997) in an older neighborhood (most of the houses are built in the 1920s), and the house was remodeled in 2014. The kitchen is like new since we use our backyard kitchen for most of our cooking. The house is very clean since we use house slippers inside the house, and leave outside shoes in the shoe rack at the entrance foyer. Parking: The long driveway can accommodate up to 5 cars - we recommend you not to bring more than 2 cars to avoid neighbors curiosity. Plenty 24-ho
## 57 Bright Room, Closet, Desk & Chair, Shelves. Shared Bath, Quiet Close-in Neighborhood, Convenient to Central Los Angeles, Metro Expo Line, Buses, Laundry.
## 58 My place is close to public transport, the airport, parks, and art and culture. You’ll love my place because of The charming mid-century modern architecture , and the vast outdoor areas., the views, the kitchen, the location. My place is good for couples, solo adventurers, and business travelers. Private bed and bath with living room area. Access to family room, kitchen and must be pet friendly since I have 3 cocker spaniels. Also access to 2 patios and backyard. Family room, kitchen, private quarters with separate bathroom, 2 patios and 1 back yard. As often or as little as they want The view! You need a car or an Uber/Lyft to get around or a short ride to public transit
## 59 Our house is located in the beautiful city of Walnut, California. We are 10 minutes from Fairplex in Pomona, 35 min. From Disneyland or Hollywood. We are near shopping malls and Public Transportation. We have other rooms available for larger groups. I am a teacher and my wife is a nurse. We would love to host you. This is a small bedroom with 2 beds. A shared bathroom down the hall. Space in the refrigerator located in the kitchen to place perishable food. Dining room and Garden room to enjoy a continental breakfast, coffee or tea provided. Sorry no access to washing machine. We are a friendly family who frequently host people from all over the world. How much interaction is up to you. We will respect your privacy. Walnut is a beautiful, safe, quiet city located in the suburbs of Los Angeles, California. The best way to get around in California is to rent a car. There are several bus stops that can take you places at the bottom of our hill. Information for Foothill Transit and Metrolin
## 60 great safe are near shopping.malls and beaches.public transportation
## 61 Namaste. Our house is a temple of love filled with peace, unity, and respect. We love hosting and meeting new people from all over the world, welcoming them into our sacred space we call home. This is our Master bedroom with a Private bathroom and shower located inside the room. All common area and a full kitchen, with the exception of light cooking, is available to our guests while cleaning after used is appreciated. Our house is a 3 Bed, 2 Bath with cozy private backyard located in old Torrance and right off the 405 freeway in Los Angeles, 20 mins away from the craziness of the city. Close enough to Uber or drive, but far enough to breathe! Plenty parking space in front and side of the house with corner-yard positioning in quite residential streets, while Bus Stop and major streets (Torrance Blvd & Normandie Ave) are within a few min walking distances. The Room: A MASTER BEDROOM WITH PRIVATE BATHROOM AND SHOWER ATTACHED. We have the house professionally cleaned between guests, and w
## 62 Hi and thanks for looking into my private home, owner operated. I look forward to your stay and welcoming you to the Venice beach area! With amazing ocean views from the bedrooms and balconies, watch the sunset and boardwalk madness from your home! This is actually on the beach. Many listings say steps or near but this is on beach and there is nothing like this home or its views and I challenge any listing on airbnb to compare its location and charm in the area. This unique beach front vintage 1930’s, 2 bedroom 3 bathroom, spacious compound retreat was built by the legendary country western film star Tom Mix for relaxing and enjoying everything The Beach has to offer right at your doorstep! Watch the dolphins and the surfers play in the waves from the comfort of your bed or open your front door and walk along the boardwalk to any of the attractions, shops, banks, markets, restaurants and bars of the world famous beach area has to offer. This is a furnished whole private listing not se
## 63 Venice Beach Studio, steps to the sand and the famous Venice Beach Boardwalk! You are right in the heart of world famous Venice Beach! This private and comfortable studio is located right behind Muscle Beach - there is even a 2 story tall mural of Arnold Schwarzenegger right around the corner! Beach life, nightlife, shopping and restaurants and the fun of Venice Beach Boardwalk, all within walking distance. This private studio apartment has everything you need to enjoy your Venice Beach Vacation! There is a comfortable queen size bed, a large dresser for storing your clothes and things a kitchenette with a mini fridge microwave, coffee maker, and plates, bowls, cups, etc. You even have a garage parking spot! Outside there is a shared patio with a BBQ grill and an large table - great place to hang out! Guests have access to the studio apartment and garage, as well as the I give the guests self check in instructions, but if they need me, I'm just a phone call or text away! You'll love t
## 64 2BD in beautiful Marina del Rey 2 blocks away from the Sunny Beach and restaurants. My place is close to C & O Trattoria, Venice Whaler Inc, The Cow's End Cafe, Hinano Cafe, Mercede's Grille & Cheesecake Factory. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 65 Cozy private bachelor one block from the beach! Venice boardwalk, shops bike path and restaurants within walking distance and a shuttle right outside your door. Exclusive location in the marina peninsula. Queen bed. Mini fridge. Street parking. Cleaning fee 75 20% discount offered if paid in cash. Fees are not charged by airbnb and due upon arrival.
## 66 This wonderful apartment is situated within walking distance from the beach. 5 minutes to the Marina with hundreds of beautiful yachts and worldwide famous Venice beach with hundreds of restaurants and cafes. Santa Monica is couple of miles away. Very safe residential area. I have a very low price for this quality of the stay, you will be very happy. The house is located in one of the most expensive areas of Los Angeles, within walking distance to the ocean (5 minutes). Close to many shops, restaurants, clubs and other entertainment zones)) It is very safe and quiet area but at the same time it is very close to Abbot Kinney, canals, Golden gym, venice broad walk and other interesting places. Santa Monica is also very close with plenty of different shops, restaurants and world famous pier. The room used to be the part of the living area, but we separated it with tall bookshelves, so it is very cosy and private (no-one can see you there) Perfect for travelers who want to explore beach
## 67 This cute, compact, and efficient studio apartment is located half a block from the beach and Venice Boardwalk, also a short walk from the Abbot Kinney and Main Street shopping districts. This private studio is perfect for one person, or 2 who are ok living in close quarters.
## 68 Live like a local in this original Venice walk street bungalow (not a duplex or guest house), perfectly situated between the beach and Abbot Kinney with everything you need for a holiday or extended stay. This comfy and bright bungalow has walls lined with local Venice art. It has 1 bedroom with a queen bed and French doors opening out to a private sun deck. The living room has a full sized futon with memory foam topper. The kitchen is fully stocked with anything you need for cooking full meals. We even provide a washer and dryer. The location on a quiet walk street is second to none. The outdoor garden has a BBQ, dining table and a chiminea in the seating area for cold nights. We also have a bright sunroom with a relaxing daybed and office area for anyone who is in town on business or needs to work on vacation. The daybed can be used for a child's bed, and the whole sunroom has full blinds for privacy and security. There is a manual provided with house instructions, local recommendat
## 69 The property is a one bedroom bungalow - it is bright and airy. Very Venice. You can enjoy time in the cozy backyard, walk just 2 short blocks to Abbot Kinney or head straight to beach. Everything is within walking distance to this great spot. There is one parking spot. Small 32" Smart TV - No cable (streaming only). This is an adorable beach bungalow with parking!! It is a one bedroom apartment with a backyard, complete with a sitting area to enjoy your morning coffee! The location is perfectly located central to all you will want to do in Venice Beach. Take a nice walk down Abbot Kinney. Run down to the boardwalk or the beach. Just take in everything Venice has to offer from this perfect location!
## 70 Cozy bedroom available in this leafy Venice oasis about a mile from the beach. Lots of natural light and a backyard w/ patio you won't want to leave! Close to lots of great restaurants and the famed Abbot Kinney Blvd, "the coolest street in America." Quiet, removed, a nice place to hang out both at night and during the day. Upright piano in the room so you can stay in practice even while you're on vacation! Also, the backyard is really spectacular. There is one queen bed that can sleep one or two people. Dogs are welcomed--we don't have any pets but our friends' dogs love to come visit. Washer and dryer, wireless FiOS internet, cable TV (in the common area), kitchen (in the common area). The bathroom is detached from the room but no one else uses it. I'll be out of town, but it is possible that roommates or other Airbnb'ers will be in the other bedrooms. Not to worry--the house is spacious and everyone is really friendly. Quiet street, parking is easy to find, but we're still very clo
## 71 This condo has beach views and is fifty feet from the sand. Be steps to Venice Beach and close to all that Los Angeles has to offer at the same time. In our three bedroom, four bath condo you will truly enjoy Los Angeles. Beautiful beach views. Steps to the Beach, and Venice Boardwalk, Minutes to Abott Kinney. Close to all that Los Angeles has to offer. WIFI, HBO I send out an email that has all the information needed to check in and out in order to enjoy your vacation. Be steps to Venice Beach and close to all that Los Angeles has to offer at the same time. In our three bedroom, four bath condo that is steps to the sand and world famous Venice Beach. Bike to the world famous Abbot Kinney Boulevard and explore all the delicious restaurants and shops that this locals only area has to offer. Bus, Uber, Car, three parking spot available 60 inch TV in living room, HBO, WIFI, beach chairs, boogy boards, sports equipment
## 72 Coastal: Beautiful, Spacious Modern Apartment with Pool/Spa, Gym, Media Room. All NEW Furniture. Open floor plan, Walk to the Marina harbor, Bike to Ocean. Supermarkets, Shopping, Theater, Restaurants are All Walking Distance. Great California Location. Upscale coastal place with Gourmet Kitchen, Saltwater Pool with Relaxing Spa, Gym, Media Room, Business Center. Shops, Restaurants, Marina Harbor are in a walking distance. Close to Beach, Santa Monica, Beverly Hills, LAX. Luxe living is yours for the taking. Just two miles from the heart of Venice Beach and trendy Playa Vista, and Santa Monica. Upscale coastal apartment living minutes from the beautiful Marina Harbor. We are near sand and surf, making this the place to really enjoy a true Californian lifestyle. Your spacious will become a place you’ll love to come home to every day. Take advantage of community amenities, designed for our residents’ ultimate satisfaction: a saltwater pool with relaxing outdoor lounge, gorgeously tranq
## 73 My place is close to Wurstkuche, Flake, and Cafe Gratitude, and is two blocks away from one of Venice's most trendy streets, Rose Ave. You’ll love my place because of the natural light, central location, cozy yard, and spacious living room. My place is great for couples, solo adventurers, and business travelers. Brand new house right off one of Venice's most trendy streets. There is a bus stop across the street with rides direct to the Santa Monica Promenade and to the beach. The bus comes every 10 mins.
## 74 Newly remodeled apartment with brand new appliances and furnishings. This is the closest building to the beach in Venice Beach. You can walk to the sand in 20 steps. Enjoy the sunset each night on the rooftop patio. Walk to all of the Venice sights. There is 1 Parking Space available at 15-25/night. There is also a parking lot next door with variable pricing and some free street parking a few blocks away. This apartment is located on the 1st floor of a building that is ON the beach in Venice beach. You walk out the front door and step on to the famous Venice Beach Boardwalk. Take 5 more steps and you're on the sand! The building has been updated & remodeled recently. The apartment has hardwood / laminate floors with nice, modern furnishings. There is no air conditioning but there are fans and you can open the windows and let in the nice ocean breezes to cool things down if it gets hot. Every window has a peed a boo view of the beach, ocean and nightly sunset. If you prefer being outdo
## 75 SORRY FEMALES ONLY. Spacious master suite that has a private balcony as well as double master bathroom. We are steps from the ocean & within walking distance to Abbot Kinney, the boardwalk, shopping, restaurants & night life. I also have a bike available for your use. 3 hard working young women share the spacious common areas and rarely see each other due to hectic work schedules. We are all very chill, super friendly, drama free, respectful & and keep our common areas clean. Welcome! Incredibly Spacious home with beautiful natural day light throughout the entire home. Rooftop access. Beautiful views of the ocean from the Roof and front patio. Guests have access to the entire homes common areas as well as roof access. I am always available to help and welcome any questions you may have on my cel. Lots of great food, bars, & shopping right around the corner. Close to beautiful hikes in Palisades, Malibu, & Topanga Canyon. Bike available for use if you would like to explore the area. Ub
## 76 Private room in classic Beach House very close to the Beach, Marina del Rey Yacht Harbor, bike path, Restaurants of all price ranges just around the corner ,trendy Abbot Kinney a block away ,short bike ride down the Beach to Santa Monica.Hollywood not too far The private Room has a bay window which gives a beautiful warm light. The double bed has room for two,you will be covered in traditional Indian Quilt and or Pendleton Blankets,walls are adorned with Native Art. You have Drawers and plenty of Closed space. My late husband Floyd Red Crow Westerman a Sioux Indian, Movie Star (Dances with Wolf's),Musician and human rights activist and I have enjoyed this space for many years Free Wireless Internet ,Modern Kitchen, Cable TV ,plenty of in and out door seating. I have two Bikes for Rent 15 per bike per day Interaction can be as much or as little as you prefer. Love helping people to have an unforgettable beautiful experience here by the Beach. Can give you plenty of recommendations w
## 77 Located in the heart of Venice Beach our original 1960 vintage Airstream LandYacht camper resides in our private garden getaway. Guests will have access to the restroom and laundryroom in our home. Close to all of Venice's finest restaurants and beaches. We have dogs that live on our property. Located on a large property in a lovely neighborhood 5 blocks from the beach and within a few blocks of many of Venice and Santa Monica's finest restaurants and bars; our camper will surely charm you. With beautiful garden views and a nearly perfect retro interior- you will truly experience the eclectic lifestyle Venice Beach has become famous for. As our guest you will have access to our garden, kitchen, indoor restroom and laundry room. We will provide you with basic amenities (such as towels) for your stay. We would be present for your entire stay, as we live in the main house. Your restroom is shared. We are always happy to provide recommendations for your stay in the area and if you cat
## 78 Private guest room for a single traveler (no couples please) in the heart of Venice Beach with it's own entrance, sitting room, and kitchen. Bathroom is shared. Relax in the hummingbird garden, walk to the beach,or take the bike and ride up the famous boardwalk and around the area. Walk or ride to Abbot Kinney, Rose Avenue, Main Street, Santa Monica Pier, Marina del Rey, and to many shops and restaurants. This vintage Spanish- style apartment was built in 1923, and has some interesting features.The guest room overlooks the garden and patio. There is 1 shared bathroom . There is a new full sized bed and a new giant fridge! There is a bike and a surfboard available for guests to use .Feel free to hang out and relax in the garden patio under the umbrella. You have the entire front of the house to yourself, which includes your room, a living room, and the kitchen. If I am there, I stay in a back room with its own entrance and kitchen. Located on a walk street 1/2 block from the ocean, in
## 79 Best place in downtown LA with great location where you can access anywhere easily. The new building with amenities of gym, pool, hot tub which is looking to downtown LA. You have your own private room, private bathroom and FREE parking spot not the whole apartment. A few minutes walking to bars, restaurants, target, Ralphs. 15 minutes walking to: - Staples Center (Home of the LA Lakers, LA Clippers, and LA Kings) - J.W. Marriott - Los Angeles Convention Center - The Westin - 24/7 SELF Check in New, cleaning with a big balcony for enjoying outdoor view or smoking. Laundry in the apartment for travelers. Private bathroom with tub Kitchen with utensils and ingredients for cooking Desk, wifi and printer on second floor Pool with hot tub on third floor Gym, Sauna, steam room and Tent on second floor I am always be ready there to help you An extra twin bed will be added to the bedroom if there are 3 guests check in. An extra Queen bed will be added to the bedroom if there are 4 guests check
## 80 BRAND NEW APARTMENT +5 BEDS in the heart of DOWNTOWN LA. This Mediterrabean style luxury resort complex is absolutely gorgeous and will be the ultimate resort get away you've been looking for!! Whether you are enjoying the ultra luxury pool, or exploring the lively streets of downtown LA, this is the perfect home away from home for you stay in Los Angeles. FREE Wifi, FREE Parking. PLEASE READ THE HOUSE RULES BEFORE INSTANT BOOKING OR INQUIRING. APARTMENT FEATURES: • Sleeps 8 • You get the entire apartment • FREE WiFi • 60" LG HD 1080P TV FREE Cable • 1 king bed and queen size sofa bed plus 2 full size beds • Extra Comfortable Mattresses, 600 thread count sheets, High Quality Comforter Sets • Chic and modern design • Laundry Facilities inside the unit • Full Kitchen • Granite Counter tops • Stainless steel appliances • Full Size Refrigerator • Dishwasher, Microwave, Full Size Stove • Toaster, Coffee Maker • Pot, Pan, Dishes, Silverware, Towels, Hair Dryer, Iron and Ironing B
## 81 Stay in my super cute bungalow in Echo Park. Charming & well designed. 10 minute walk to Echo Park Lake and a 5 minute walk to Vista Hermosa Park. 5 minute drive to downtown Los Angeles or central Echo Park. Boho mid-century modern interior design Living room, kitchen, bedroom and bathroom. You can contact me for help if needed. Centrally located - can walk to downtown Echo Park, downtown LA, quick drive to Silver Lake, Los Feliz, Hollywood. Street parking
## 82 Our place is about 10 minutes to Downtown Los Angeles or Hollywood, and the LACC college (GREAT FOR STUDENTS), about 20 minutes to Beverly Hills, Universal Studios. Very centrally located to most iconic places in LA. You’ll love our place because of our hospitality, clean, very safe and great. We have information available for you in case needed with brochures,maps for tours, events, hospitals, medical centers, or business related. Hello Guests. Welcome to our place very lovely and cozy. People feel at Home. It's a Home away from Home. 3 Rooms available. 2 rooms each with 2 bunk beds and 1 room with 1 double bed for a single or couples. Guests can use the kitchen, living room, dining room, 2 bathrooms. Also for your convenience, we have WiFi available for free at high speed 130Mbps. Wifi password will be provided to you on the date of your arrival and keys for the property. We offer them a lot of valuable information of any places to go for fun or business, or pleasure and where and
## 83 Single room with desk & TV, Wifi, apple TV with Netflix, HBO. Own bathroom. The room has it's own entrance. This place is in a very quiet neighbourhood with friendly neighbors. We're located on the borders Los Feliz, SilverLake, Koreatown and about 10min from Downtown. Easy access to the 101 Freeway. 10min walk to the Red Line Metro Station. *This is a vegetarian/plant-based household.* *Pets on approval, no cats - prefer small beed dogs as my cats can be territorial* *Would consider rental of full apartment for very short term. Cats would stay however. Contact for rates* Guests can use kitchen, provided it's non-meat products (severe allergies). They will have access to the common areas; dining table, living room. Guests have their own bathroom, full with bathtub, shower. Off limits will be owners personal room and bath unless discussed prior to. I am available most hours via phone. I work from home or in coffee shops most days. This is a quiet residential area. One of the quiete
## 84 This centrally located Downtown Los Angeles property offers rooftop views and a great location that is close to the Los Angeles Convention Center, Staples Center/Nokia Live, and some of the most famous restaurants, bars, shops, and museums. This centrally located Downtown Los Angeles property offers rooftop views and a great location that is close to the Los Angeles Convention Center, Staples Center/Nokia Live, and some of the most famous restaurants, bars, shops, and museums including Moca and the Broad. Embrace your inner diva with a meal at the Ritz Carlton or Wolfgang Puck and enjoy the vivacious nightlife that Los Angeles has to offer. The apartment also has quick access to the (10, 110, or 101 Freeway) which can take you to some of the most interesting and exciting places in Los Angeles. The living room is equipped with a sectional chaise lounge sofa that is perfect for watching TV or enjoying a mouthwatering meal. And a fully renovated kitchen with granite countertops, stain
## 85 A great little room, all yours, with a locking door. Fully furnished with sheets, desk, chair, twin bed etc... Please note the following, it is important! Thanks! 1) Parking: There are 5 parking spaces on the property available to guests. They are available on a "first-come, first-served" basis. If there is a spot available when you come home, you can take it. If not, you will need to find street parking. Street parking does not require a permit, but there are restrictions, including street cleaning on Fridays. Please read signs carefully. We HIGHLY recommend NOT having a car. You can use Lyft or Uber combined with public transport to go almost every where in LA easily and cheaply. Renting a car means paying for fuel, and probably getting at least one parking ticket. We have had so many guests that get a ticket somewhere or other while in LA, the parking enforcement is very strict and the signs are confusing. Save yourself a lot of hassle, don't rent a car. 2) Security deposit. We almo
## 86 ENTIRE PLACE, Cozy studio that can fit 5 people total. YOU WILL HAVE ENTIRE PLACE TO YOUR SELF perfect pricing and perfect size for people with several guests and the ultimate privacy to have for your self and your group Has a small kitchen and a mini fridge and all the basics needed to cook, plenty of closet space equipped with wifi has a queen bed that fits 2 Floor mattress fits 2 and a couch that fits 1 FREE PARKING (request in advance) Right nearby down town LA and building has a view of the downtown from in front of the building Building is very secure can smoke in the outside courtyard or outside the building Great value for guests alone or ones with multiple guests You may access everything in the studio Smoking is allowed on the balcony Kitchen has all the necessary materials to use Plastic plates forks spoons and cups are also available for use We let our guests have their freedom and privacy and usually were out and about working but if ever needed were available via text
## 87 Very nice loft studio in a beautiful contemporary modern building in a premier downtown Los Angeles. Very close to the convention center. Walking distance to the Figat mall. Gym, pool and a beautiful common terrace as amenities. Laundry, wifi, tv cable and free parking. You will have an amazing staying! Beautiful building with an amazing view of the downtown LA skyline. Easy access anytime. Very convenient location very close to the Convention Center Easy access anytime. Very convenient location very close to the Convention Center
## 88 My place is a sleek 1,600 sqft condo, private and has comfy feel with a pool, 24/7 gym and is close to many restaurants, shopping, museums, art galleries and nightlife. Its a perfect fit for couples, solo adventurers and business travelers. Starbucks and Plan Check are across the street, several other small fastfood chains and luxury restaurants are within a few blocks. Chase Bank is in the building at the lobby within express branch for all your banking needs with several other banks in area. The unit is very sleek and luxurious with amazing views off of the 31st floor. Great master bedroom with plenty of space and drawers in the walk-in closet, with master bath. Open floor plan with living room and kitchen area. Upon check in will provide all access keys to gym and pool deck. You will be able to reach me throughout your stay and I can assist with a guide of Los Angeles's best spots for restaurant, tourism, nightlife etc...
## 89 Hey these pics are part of the house the room to be rented is listed in first listing
## 90 Next to DTLA's best restaurants, shopping, Staples Center, Convention Center. Modern 2 bedroom 2 bathroom apartment with DTLA views, oversized windows, pool and fitness center. Complementary PARKING spot is provided. Free WiFi and smart TV. Our goal is to provide travelers with reliable and comfortable place to rest with a kitchen, more space and great amenities. Stay at our hotel like accommodations and explore this beautiful city. Here is what we have to offer. >> VIEW to the street, panoramic city. >> POOL is available. >> WASHER/DRYER inside the unit. >> TV Smart, no cable. Netflix provided. >> WiFi is provided for free, basic speed. >> PARKING is complimentary and free. >> BED in the bedroom is queen size with new comfortable memory foam mattress and pillows. >> AMENITIES provided: linen, 1 bath 1 hand towel per person, shampoo 2in1, soap, toilet paper, hairdryer, iron, dish soap, basic cookware/dishware, coffee maker, teapot. Not provided: paper towels, tea towels, flip-flops, c
## 91 2 Bed/ 1 Bath in the heart of Downtown LA! Come experience life in the city. Walking distance to restaurants, lounges, LA Live, Staples Center, and much more! Fully furnished unit all you need to bring is your clothes. Tenant happy hour M-F 6-9PM.
## 92 Nice apartment in downtown LA with all the comforts in a beautiful community. Amenities include beautiful pool, very equipped gym, roof jacuzzi and parking space in a gated garage. Washer and dryer inside the apartment. Very safe area close to malls and restaurants. Enjoy the exciting downtown LA life! Quiet and very nice apartment. Modern fixtures. Dish washer and washer and dryer. Nice large balcony. Should you have any problem you can call me or address to the building manager. Exciting area walking distance to malls and restaurants.
## 93 Weary wanderers, tired travelers & avid artists - REJOICE!! And welcome home :) This is your sanctuary - a small house in the thriving Echo Park / Historic FilipinoTown section of LA. This beautiful escape is right at the heart of the city, within walking distance of Echo Park lake, and a short drive from Silverlake, Los Feliz, Hollywood & Downtown. This place is great for couples, solo adventurers, business travelers, artists, and furry friends (pets allowed - with approval & extra deposit). This home is well lit, airy and spacious. Your bedroom has a large closet with hangers, a queen bed with storage underneath, two full body mirrors, candles, a sofa chair, and a desk with a built-in music speaker so that you can play your jams! There is wifi, a hot shower and a large work desk in the dining room. The only requirement for this space - ALL guests need to have a chill, easy going attitude :) Your booking includes a private room with a large Queen bed, one housemate (me!), a shared b
## 94 Spacious private room for one person, with shared bathroom in beautiful, welcoming house with rose garden. Large kitchen with all appliances available. Room has lots of natural light. House located in a quite neighborhood 30min drive from central LA. Sunny private room for one person with queen size bed, TV and closet space. Included are towels and linens. Check in/out times are flexible. Large shared bathroom with tub. The house is welcoming, with a beautiful rose garden. Living room. Dining room. Shared bathroom. Fully equipped kitchen. Beautiful garden. I respect guests privacy but will be available to guide them to activities if requested. The house is located in San Fernando Valley area of Los Angeles, which is very quiet but accessible to essential tourist activities. There is plenty of street parking on the street. Close by you will find: Target, Whole Foods, Ralphs, Trader Joe's and Westfield Topanga Mall. There is metro stop close by - about 15 min walk. But I would recommend
## 95 If you would like to be one of those luxurious buildings, maybe this one is not the right one for you, however If you are looking for a clean and safe apartment with a great location to UCLA for an affordable price, I would like you to take a look at my listing. The apartment is located on Kelton Ave and provides a very easy commute to UCLA, Ronald Reagan Medical Center. It is minutes away from Westwood/ Wilshire. Im offering a great location with affordable price to travelers! There is guest parking in the building if needed for 9/night per car. If you do decide that you need garage parking, I can reserve you a spot in the building with advanced notification. Once I reserve the spot, I will send you detail on that and request the extra fee through Airbnb special offer.
## 96 Modern, luxury 1 bedroom & 1 bath with a full kitchen. The apartment has washer & dryer access, on-site gym, high-speed internet, cable TV, plus gated underground parking. One block to UCLA and Westwood Village, walk to the Geffen Playhouse, the Hammer Museum, farmers market and more than 100 restaurants. One bedroom with queen bed, one bathroom, full kitchen with latest appliances, on-site gym, gas fireplace, balcony, high ceiling, high-speed Internet, flat-screen cable TVs, washer and dryer access, hardwood floors, with access to bicycles. Parking spot in gated underground parking, with video security surveillance. Bike secure rack with access code. 24/7 guest access to the unit plus the workout center. You have your own access, but I'm almost always on-site and available. Absolutely one of the best neighborhoods in Los Angeles. Quiet and leafy, but close to culture and cuisine. UCLA is one block away, as is Westwood Village, home to shops, 3 movie theatres, Target, a supermarket, a
## 97 My place is a short walking distance to UCLA and Westwood Village. You’ll love my place because of it's harmonic ambience in a paradise garden sanctuary in the center of chaos. The building is also surrounded by a lush garden that I have created with tons of exotic plants, blooming flowers and hummingbirds. The garden is a part of this unit and a true gem to be experienced.. My place is good for solo adventurers.
## 98 Must love hardwood floors! This charming 2 bed 1 bath apt has both a dining room and a breakfast room. Enjoy a home away from home feeling in Century City. Close to Studios, Beverly Hills, Westwood UCLA, Venice & Beaches. Large and spacious with bedrooms set far back from the street. The Kitchen and the tiled bathroom have retained the integrity of the 1940's build. • Step down dining room • Retro Kitchen with breakfast and laundry areas • Balcony with Bistro Table for a little al fresco • 2 NEW Queen size beds, one in each bedroom • 2 Large closets in Master Bedroom with drawer chest • 2 Twin roll away beds - now you can have 2 people share a room without sharing a bed! • Much of the artwork features artists we've known and loved over the years, such as West Hollywood Fine Art Photographer Joel H. Mark, Watercolor artist Lynda Bohorquez, So. Cal renowned artist Brian Davis and Phoenix artist Jeff Del Nero. • Easy access to beaches, UCLA, 10 and 405 Highways, and Wilshire and San
## 99 Very spacious 3 bedroom. Ideal for families, large groups or professionals who would love to be in a spacious area. The washer and dryer is in the unit. All wood floor. Very isolated and private building with 6 units. I also have a 2 bedroom unit available in the same building if 3 bedroom is too large for you. You are literally 5 min to UCLA, 6 min to Rodeo Drive, 15 min to Santa Monica Beach and 25 min to LAX. Amazing location with lots of space and free parking available. Apartment is about 1650 sq ft. There is guest parking in the building if needed for 9/night per car. If you do decide that you need garage parking, I can reserve you a spot in the building with advanced notification. Once I reserve the spot, I will send you detail on that and request the extra fee through Airbnb special offer.
## 100 Comfortable/cozy/ charming studio in Westwood. You will want to call this home! Close to shops, restaurants, buses, blue-line, UCLA, century City and beaches. Couch, queen bed, eat in kitchen, closet and bathroom. Watch your favorite Roku channel on the 50" tv or Surf the net 3 people can comfortably sleep in the space- 2 in bed 1 on couch Full acccess A key for the laundry room in back will be provided I love this neighborhood because it's central to everything, quiet and safe. place used towels and sheets in closet laundry basket
## 101 This is a spacious one bedroom apartment, walking distance to UCLA, in the heart of Westwood, an amazing neighborhood, very safe and walkable with plenty to do around! 10 minutes away from Santa Monica Pier, Beverly Hills and West Hollywood. This apartment is cozy and homey! It's perfectly lit by sunshine all day, the kitchen is of midsize, guests are welcome to use appliances as we'll as coffee and teas. Bed is queen size and the TV is a smart 44" and there is a (SENSITIVE CONTENTS HIDDEN) chrome that the guests are welcome to use as well as the HDMI cable. And there are four flights of stairs to climb to access the apartment and no elevator! Guests are welcome anywhere in the apartment: the kitchen, living area, the bedroom and the patio! And are welcome to use building's shared Laundry room and the pool as well I will be available if needed Westwood is a very interesting area! Very safe and lots to do. UCLA campus is very beautiful so when here make sure to take a walk there, hammer
## 102 Lucxry Private bedroom suit with balcony and Private Bathroom available in Beverly Hills.The apartment is walking distance to Westfield Century City Mall as well as countless restaurants, grocery stores and convenience stores (including Trader Joes, Ralph's and Rite Aid!) Coffee Bin Washer and dryer is in building. Here is beautiful area close to Rodeo Dr, Santa Monica Westfield Mall , Coffee Bin, Beverly Hotel , Santa Monica Pier and Westwood Blv Only one or two Guest Beautiful view and near to Santa Monica Pier and Rodeo Dr It will be transit if you chose it.
## 103 This enclosed and modern location is very close to the UCLA campus and the surrounding fraternities. This spot is also a 5 minute walk from Westwood, which is a popular area for dining of all prices and going to the theaters. You'll love my location because of the building itself and it's great location. The ambiance is very calm and friendly, aswell. A cool bonus about my room is that there's a side entrance from the street to the room. My spot is ideal for students, couples, and small groups.
## 104 Beautiful big bedroom with attached bathroom inside of a cosy beautiful high ceiling apartment in a great location 25 min walk to UCLA , 5 minutes drive to Beverly Hills, 10 minutes drive to Santa Monica Beach and right down the 405 freeway. Walking distance to shops in Westwood Blvd . The room has its own big bathroom . The guests are welcome to use the living room and kitchen. I'll be at the loft of apartment. There is TV , Netflix and free wifi available and basically you can have access to all apartment except the loft upstairs. The living room is shared with me but I most likely will be at the loft area.
## 105 The apartment is located in a very safe and beautiful community. From here you can walk to the world-well-known UCLA University within 10 minutes, also you can drive only 10 minutes, the attractive Santa Monica Beach and the prestigious Beverly hills are looking forward to your (URL HIDDEN) apartment welcomes families,couples,travel enthusiasts,business people,students,visiting scholars. The apartment equips you with gas for cooking and provides indoor washing machine and Dryer. To your surprise, we also provide free parking space. You can enjoy the swimming pool and gym of the community at any time . I'll try my best to help my tenants, provide them convenience as much as I can! All types of the restaurants are waiting for your stomach in 10 minutes walking--American , Mexican, Chinese, Japanese, and even Thai food. You are surrounded by Whole Foods Market, Target, Trader Joe's etc. Of course, you can also walk to Hammer museum to experience a different culture. The traffic around th
## 106 My place is close to UCLA, restaurants, Westwood Village . You’ll love my place because of the neighborhood, the light, the coziness, and location. Great for couples, solo adventurers, and business travelers. This is a walk up apartment. 5 minute walk to UCLA. 15 minutes walking to Westwood Village. I typically am here to check in guests, and available by phone during their stay. Restaurants, shops, movie theaters, UCLA There is a bus area within walking distance. This is a walk up apartment so is not suitable for those who have issues walking up a few stairs. The space is also not set up for children.
## 107 Renting my 2-bedroom apartment in the heart of Century City - Walking distance to Century City Mall - Bus stop with express line to Santa Monica beach, Hollywood, and Downtown - Minutes from 405 and 10 - 5 min from Westwood village Parking.
## 108 You’ll love my place because of the location, the people, the ambiance, and the neighborhood. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets). Spacious 2000 sqft!! 2+2 Apt in the Heart of Westwood 2 Parking Spaces Secured, Gated Washer & Dryer Fully Equipped Kitchen WiFi Centrally Located & Very Safe It is in the most desirable and convenient part of LA . Just 15 min to Hollywood, Downtown LA, 10 min to Santa Monica & Venice Beach. Westwood has great Museums, top Restaurants, Shopping, and Entertainment. Westwood Village and UCLA are a short walk away. If you don’t have a car, Uber, Lyft, and Taxis are a convenient and inexpensive way to get anywhere you want in LA.
## 109 2,000 sq. ft. house in an upscale neighborhood, with a large yard, enclosed patio, & plenty of parking. The house is all 1 single story so NO STAIRS inside the house! Walk 2 blocks and you will be at restaurants, StarBucks, many groceries (Aldi, Trades Joe, Vons, Ralphs, BevMo) and department stores (Sears, JCPenny, Kohl), etc. Close to Disney, Knotts, Whittier & Biola University, Honda Civic Center, Downtown, Staples, Dodgers & Angel Stadium, and beaches. The house is located in the prestigious Friendly Hill of Whittier. It is a humble home with 3 bedrooms and 2 1/2 bathrooms. There is a 55 inch TV, ROKU (stream cable channels), Netflix, Wi-fi, and computer desk in the living room. Large kitchen has 2 stools, peninsula, dinning area, stove and oven, refrigerator, dishwasher, microwave, blender, toaster, pots/pans, and eating utensils. The family room has an open concept with a large kitchen. So it is fully equipped if you feel like cooking. The large patio (called a breeze-way) is sem
## 110 Our charming newly listed home is located on the border of Hancock Park and exciting Koreatown. This beauty is close to all the hot LA attractions and landmarks. Please relax and make yourself at home to a wine & cheese reception, and the clean, zen-like feel our home provides. Private home, wood flooring throughout, spacious, clean, new beds and furniture, clean linens and towels, stocked kitchen with cooking tools and dishes. There is also A/C and heating throughout the home, washer/dryer with detergent, iron & ironing board. The back yard is private with a patio table, chairs and 3 lounge chairs. The home has new upgrades, making your stay comfortable and relaxing. Guest has complete access to the entire front home, the back yard, and 3 parking spots. On-site host lives in the back guest house, using a separate entrance. Our interaction will be as little or as much as you prefer. Our on-site host is located in the back unit and is available to give you tips and assist you in any way
## 111 Come stay at my modern and comfortable place. Good for business travelers and for couples. You're looking for more than just an apartment. You want a home, a place that's comfortable. You're on the right place. Guests have access to the community's gym and pool and also to the kitchen, living room, and mini study in the apartment. I am available to help my guest when needed A short drive from Hollywood and Santa Monica, Woodland Hills is situated in the southwestern area of the San Fernando Valley, east of Calabasas and west of Tarzana, with Warner Center in its northern section. Woodland Hills boasts world-class health care facilities, excellent educational institutions, and outstanding eateries. Guest will receive a secured parking pass from me at the time of checkin, Also there are plenty of street parking. Victory/Randi bus station is 0.2 miles and about 3 mins walk. Laundry facility is available at the building. Based on guest need i'll load the card and give it to them.
## 112 A Private room with a shared bathroom is available for you to stay and explore. Whether you're here to check out the Claremont Collages, La Vern University, Western University or here to visit Southern California, this place will be great for you. Located in a walking distance to the train station that takes you right to LA Union station or a bus stop that has several bus lines. Updates: we're moving and will have stuff around the house. If you're ok with this, we are happy to host you. We have a house with 4 bedrooms 2 baths located in the heart of Claremont. Each bathroom is shared by 2 rooms. We welcome students of Claremont Collages and visiting scholars as well as parents of students. We have a cat around but she likes to be on her own and doesn't have a lot of human interaction. Besides your private room, common areas are open for use including living room, kitchen, outdoor sitting area, and laundry room. update: common area might be limited because we're in the process of moving
## 113 Come stay at this quaint 1913-built apartment unit! Enjoy the privacy of your own living space with easy access to all the major freeways. No need to find parking. The neighborhood is old but safe and close to everything. There's always someone on the premises to help. This will be your home away from home! Need more space? https://www.airbnb.com/rooms/13238716 Note: Airbnb does NOT charge the security deposit upfront. It's an obligation only if any theft or damage occurs during your stay. You'll enjoy your stay at this ~700 sq/ft cozy, fully-furnished apartment unit with a well-equipped kitchen, living room, bedroom, and bathroom. Note: With 5 guests, the queen airbed will be setup right next to the couch. It'll be tight but works for those traveling on budget. :) Hate dealing with keys? Me too. You'll be sent a 4-digit PIN to access the space. Parking headaches? No worries there. I have a private lot for my guests and there's also plenty of street parking in front. This street is pr
## 114 My beautifully decorated spare bedroom that will accommodate one person is located in the redeveloping city of Compton. The gated community is safe and quiet. The bedroom also comes with a full private bathroom, wifi and cable.
## 115 Cozy, quiet gated community, a 3-storey townhome nestled on a hill with picturesque view of greenery & trees. Access to a private vanity room & bathroom . Extra firm mattress with luxurious silk comforter. Large closet space. Enjoy breakfast at IKEA next to our community. 10-mins walk to BJs, TGIF, Target, Munchies. Parking is available upon request. Near MetroLink station. 19 miles to Ontario Airport, 6 miles to Raging Water, 26 miles to Disneyland, 20 miles to Old Pasadena, 4 miles to Mt. SAC. We provide free bakery breakfast. The guest room is on the ground floor, very private and quiet. You will wakeup to birds chirping and breathtaking view of the the greenery and trees outside the room window. We keep our home clean and it's very cozy. Room is carpeted. Balcony. Guests are allowed to use our microwave and toaster oven but sorry, we don't encourage any cooking. Plenty of great and inexpensive restaurants within walking distance. Laundry: 1X complimentary use per every 7 days of
## 116 This ZEN CALM space in DEL AIRE ~ is close to LAX, MANHATTAN BEACH, EL SEGUNDO, ALL BIG AEROSPACE, MATTEL, RAYTHEON, BOEING, LA AFB, NORTHRUP G, SPACEX, and MUCH MUCH MORE. LOCATED on a quiet street in DEL AIRE. You’ll love my place because of its SAFE, SECURE, Quiet, Peaceful, Private, Clean, and a pleasant surprise., the neighborhood, the outdoors space, the location, the ambiance !. My place is good for solo adventurers and business travelers. Built in Zen waterfall just outside of bedroom creates peaceful sounds on the enclosed private outdoor patio area. Outdoor area is very private and clean. Chairs and a table are in place as well as secure private wifi for work and productivity. Situated in the rear house behind the front main house this space is very quiet and safe. Access is private and down one side if the property. Exterior of property is under camera protection as well. Plenty of street parking is readily available in front of house. I will be available for help or ques
## 117 Perfect for those looking for a high standard accommodation. Good for couples, solo adventurers, business travelers, and families (with kids). The apartment can comfortably accomodate up to 3 people. Has high speed WI-FI. Dedicated Gated Parking. This absolutely clean apartment includes Full-Size Whirlpool Washer and Dryer, Individual Apartment Patio, AC. Guests have access to the cosy living room with a white couch, Smart TV, well equipped modern kitchen, the bedroom area with a queen-size bed, large closet, the beautiful bathroom. In addition, you will have full access to all community amenities such as: pools and hot tubs, Theater, basketball court, Two 24-Hour State-Of-The-Art Fitness Centers, Private Dry Saunas and Steam Rooms, Private Tanning Rooms and Massage Tables, volleyball net. You will feel safe, happy, and glad to stay in this apartment.
## 118 SPECIAL DEALLuxury apartment in the heart of downtown LA , few blocks away from the Staple center ,L A CONVENTION CTR , Hollywood live etc, in a full service building with all the top of the line amenities Classically furnished with all your needs from home away from home Easy access to fine dining, public transportations, all the night life that downtown L A have to offer and more Zero interactions with guest, total privacy Easy access to all events, and businesses in downtown L A Easy public transportation
## 119 Spacious one bedroom urban loft in Downtown LA. This large loft offers its own private patio with stunning views of Downtown. Walking distance from LA's best restaurants, LA Live, and Staple Center. Building offers incredible amenities and free onsite parking. Loft offers one bedroom with a queen bed and a sleeper couch. *Please note this is an open room concept meaning the bedroom has one half wall and three full walls. It is not a fully closed room. Welcome to our spacious, hip, urban 1 bed/1 bath luxury apartment! Inside you'll find approximately 800 sq ft of space with amazing views of downtown Los Angeles from floor to ceiling windows, including a private balcony. Located in the heart of downtown LA's "restaurant row" where you will have no problems finding some of LA's top rated restaurants just footsteps away! Located minutes from downtown's famous Bottega Louie, you'll have access some of LA BEST food — head over to try one of their famous macaroons, fabulous mimosas or m
## 120 From outdoor art installations to innovative restaurants in Downtown LA, Arts District is where your lifestyle thrives. Walking distance from your favorite boutiques, shops, and galleries. Premier locations to taste the culinary delights of Cerveteca, Cafe Gratitude, or a cocktail from the Hudson. Also commute using the nearest rail lines!
## 121 Comfortable and spacious roomwith private bathroom .
## 122 The Studio is located in Fashion District at Downtown Los Angeles. This studio apartment comes fully furnished with two full size beds, private bathroom and full size kitchen. Apartment also has WiFi and Cable TV. This apartment copmplex was built in the 1900's it's very vintage property. Please don't expect luxury or premium living. it's for people on a budget. Only Street Parking provided. Easy transportation Metro train station - 1 min walk Bus station - 1 min walk NO A/C.
## 123 Fresh new ENTIRE APARTMENT on the edge of Downtown LA. The unit is within an AMAZING, four block resort with an ambiance that will make you feel as if you are on the Caribbean Islands. Plus, you have access to a 24hr balcony/rooftop, barbecue, & world class gym. Book this beautiful unit now! ALSO, PARKING IS INCLUDED. Enjoy LA in one of the best resorts in Los Angeles. Complete with multiple heated pools, jacuzzis, volleyball courts, running tracks, multiple gyms, rooftop access, bbq grills, outstanding courtyards with an abundance of plant life, basketball courts, tanning/,massage beds, plenty of lounges if you'd like to work elsewhere besides the unit, and so much more for you to explore and enjoy during your stay. You are free to use everything the building and apartment unit has. But, stick to the rules and read over everything before you book with us. One of us will always be there to answer any questions you may have. We want you to feel at home, so don't feel shy about opening
## 124 This is the coolest building in Downtown Los Angeles. Its on the Rooftop of one of the oldest artist lofts in the district. Located right across the street from (URL HIDDEN) Yes this area is really cool, fun and one of a kind. The Space is large, modern with small office space including TV/Apple TV and WIFI. over 1400 sft you will enjoy a view of downtown and the mountains, with private access to the rooftop for dining, yoga, conversation or just reflecting. The entire space is yours during your stay. the kitchen is fantastic and the entire apartment is full of art work so please be careful. I can be available within few hours, and will meet you to hand over the key. this is the most desirable area of downtown la. access to shops/retail stores, museums and galleries within 5 minutes walking distance, right beneath the building. MTA is available all around and the Union Station is 3 blocks away. I am very liberal and open minded, however, I totally appreciate privacy and mutual respec
## 125 A private room in beautiful spacious, light filled downtown loft. Comfy Queen Bed, Laptop ready Desk, Wifi, and in-room A/C. This 3-story brick building is one of LA's oldest–built in 1887–and has some seriously unique history. Walking distance to The Broad, MOCA, Little Tokyo, the Arts District and many of the hottest places to eat in Los Angeles. A good fit for solo adventurers and creative business travelers. A private room in a beautiful spacious, light filled downtown loft. Comfy Queen Bed, Laptop ready Desk, Wifi, and in-room A/C. This 3-story brick building is one of LA's oldest–built in 1887–and has some seriously unique history. Walking distance to The Broad, MOCA, Little Tokyo, the Arts District and many of the hottest places to eat in Los Angeles. A good fit for solo adventurers and creative business travelers. Our home is in a unique 3-story building with no call box or automated entry system and locked up like a fortress. Guests are required to schedule their arrival s
## 126 Simple and super clean in a convenient location. Modern building with convenient amenities. Stainless steel appliances, washer/dryer and dishwasher, access to fire pit, jacuzzi and pool. Garage parking available upon request. Modern simple design, city living without the grit. Great for corporate trips or extended stays. Fun location for those simply coming to sightsee or visit friends and family. 43" Smart LED TV + Netflix, YouTube, Pandora The entire apartment except for the service closet is accessible. There is a fitness center, pool, jacuzzi and fire pit. You will receive a fob device to access these amenities. Washer, Dryer, dishwasher are in the apartment. I will be available primarily via text. Airbnb message can be used for less urgent communication. Please contact me for any needs or questions. It is required that any requests for concierge service go through me. Lots of restaurants, grocery markets, tourist attactions such as museums, Walt Disney Concert hall, theatre
## 127 Spacious studio loft with lots of natural lighting.
## 128 My place is close to all the best parts of LA; 1 min away from two major LA freeways - 101 and 110; there's a bus stop right out front of my building! You’ll love it because of the comfy bed, the variety of entertainments, its welcoming atmosphere, quietness and coziness. There's also a small dog living in my apartment, she is of a rare breed, clean, friendly and trained. So if you don't want to interact with her she will not bother you, otherwise you're welcome to make a new fluffy friend :)
## 129 Unwind & enjoy your Downtown LA stay in a clean, private, master bed/bath room. Access to freeways, walking distance to Chinatown, Union Station, parks, & a short drive to Hollywood & other LA attractions! Partake in all of the complex amenities for no extra charge including access to sauna, pools, track, volleyball court, yoga, cross-fit, and boxing! *PARKING is NOT included, but there is a guest garage for 6 per 12 hours and ample free street parking after 7pm. Large, clean private master bedroom & bathroom furnished with comfortable queen bed, study desk, under-bed drawer storage, and closet space. A TV is included but only streams apps from your phone/tablet with the provided Chromecast. Guests are welcome to use the dining space, balcony, and kitchen (please supply your own groceries). The living room TV is currently unavailable for guests, but you're more than welcome to hang out in the living area. Access to 4 swimming pools including a rooftop pool, gym, basketball & volleyba
## 130 Close to DOWNTOWN LA PREMIER LOCATION! ALL NEW DESIGNER APARTMENT. WALK TO EVERYTHING EXCITING DTLA HAS TO OFFER. PRICE INCLUDES PARKING FOR 1 CAR, WIRELESS INTERNET, WASHER & DRYER & PLUS SO MUCH MORE. Please contact us at (PHONE NUMBER HIDDEN) for any concerns or questions.
## 131 Close to STAPLES Center & L.A. Live; a block from LA Cafe, The Exchange & Reserve, etc – amidst all Historic Core Venues. You’ll love our views & cozy feel, w/ wraparound windows & the best rooftop views in DTLA! Great for couples, solo adventurers, business travelers, big groups, and pets. Perfect for Music Lovers, Photographers & Filmmakers: commercially zoned w/o late night neighbors, we can crank up the world-class sound system all night, chill with a sensual ambient vibe, or whatEVER! WIZNU Studio+Gallery is a Premier Event Venue • Film, Music + Media Production Studio • Art Gallery – in the Heart of DTLA's Historic Core. Available for rent: product launch + private "brand experience" facility; filming location; hosting events, performances, screenings, + workshops. WIZNU hosts fine art+photo exhibits, fundraisers, speakers+seminars. And occasionally, guests via AirBnB! Full Access, with Production Equipment & Crew Rental available at Industry-Standard Rates. • Kitchen & Bath: Ye
## 132 Welcome to our spacious eclectic downtown home! Inside you'll find a 1300 square foot 1 bedroom loft with an expansive living/dining room, accent concrete and brick walls, vast 11' windows, 15' ceilings, and a large private roof deck accessible via spiral staircase from within our loft. A communal lounging area, hot-tub, plunge pool, and roof-top gym, equipped with state of the art equipment, are all just a few steps away from the private roof deck. Located in the heart of downtown LA's "restaurant row" where you will have no problems finding some of LA's top rated restaurants just footsteps away! Located directly above downtown's famous Bottega Louie, you'll have access to "room service" delivery, exclusive only to our building -- or head down to try one of their famous macaroons, fabulous mimosas or mouth-watering wood-fire pizzas and try to see if you'll be lucky enough to catch a glimpse of some of this fabulous social spots frequent celebrity customers! Looking for a "taste" of w
## 133 This beautiful studio loft in DTLA offers a paradise for photographer travelers, videographers or anyone looking for a true downtown experience! It features exposed brick, 16ft ceilings, hardwood floors, two double skylights. Beautiful light. Inquire for shooting rates! This space is truly a rare gem. The building is a converted furniture warehouse built in 1922. Every space in the building is unique and being on the second floor, you get uncommon views of trees as well as beautiful light that fills in Thru the double skylights and dual 9x13 ft. It is a photographer or videographers dream space! Projector, photography lights and even camera equipment available for additional fees. Jambox speaker ready to connect to your music with Bluetooth. As a guest, you’ll have access to the studio space for shooting, free parking just outside the gates, and outdoor seating around the pool and hot tub. Use of the pool and hot tub is restricted to two guests at a time. Please be courteous of everyon
## 134 Creative energy surrounds this centrally located loft-- in a newly updated vintage high rise, the NCT lofts. Trendy restaurants, cafes, bars, clubs, pubs are just a few steps away. Get inspired by the Fashion District, the Flower Mart, and the many Art Galleries in the neighborhood. The place 2 Be! The decor is unique and eclectic. The apartment is bright, cozy, warm and inviting. Feel right at home in an Artist's haven. Relax and be comfortable in your new home away from home. Fully equipped GYM, Media Room/Office and Game Room in the basement of the building. Amazing Rooftop Deck with a hot tub and barbecue grill along with Breathtaking views of the city! I mean absolutely Breathtaking! I stay 2 blocks away, so I am easily accessible if there are any issues. Please feel free to text or call anytime. I am happy to assist with any questions. Checking in has never been easier-- it's a keyless process. Spring Street is truly the Soul of Downtown Los Angeles. Walk around and you
## 135 Great place to tourist around. Easy access to public transportation and freeways. If you are coming for business is great location too because you can get almost everywhere in the city in less than 35-40 mins. I have a little poppy, she is a friendly Boston Terrier.
## 136 Downtown LA CubeSpace bed in shared room. Make friends and good memories. Located in the heart of downtown LA in the flower district. All beds have curtains and TVs with Netflix. This listing is for a full size bed. There is a common area and kitchen that all guest can use. I offer coffee and tea all day. Oatmeal for breakfast and I sometimes make pastries from scratch. I have a washing machine, dryer, fully stocked kitchen, bathroom and common area for all guest. K-CUP coffee machine also available all day. I am am always on site! If you need anything or have any concerns, please feel free to let me know! CubeSpace's first location is located in downtown LA's flower district. It is 10 minutes walk to metro stations and the center of downtown LA where you can get to hollywood in 20 minutes. There is also a lot of shopping in the area. I always recommend Uber or Lyft. In many cases Uber Pool is cheaper than both buses and the metro in LA. This is a shared space with other travels. The b
## 137 Beautiful and spacious 1 bedroom apartment on 14th floor in DTLAs most luxurious residential building. Gorgeous floor-to-ceiling city views from the living room and the bedroom. Close to LA Café, Exchange LA, Staples Center, LA Live, Nokia Theater, and many other restaurants, bars, and shopping. You’ll love the city views, the location, and the luxury amenities. Good for couples, solo adventurers, and business travelers. Amenities include two gyms, game room, pool table, pool and Jacuzzi. Beautiful modern apartment in luxury building. Rooftop pool and bbq deck, two gyms, pool, Jacuzzi, game room, private theatre. Safe and central South Park region of DTLA. Two blocks from Staples Center and LA Live.
## 138 1,500sq.ft. loft is available for sublet. It is located in the arts/industrial district, close to galleries and hip new restaurants, coffee shops and grocery store. Ideal for someone who wants to be close to downtown center and not in the traffic and crowded area. Free gated parking, Wi-Fi, AC , laundry in building. Small male cat Marco will be at the space. Basic check on food. Loft is in the Santa Fe Art Colony artist lofts. Amazing space. It is located in a gated area on the edge of downtown, industrial area. Loft is on a second story of a 2 story brick building what once used to be a mattress factory, great light from three huge windows. - Building has a large industrial elevator and laundry. Internet access, great grocery store "urban radish" is near by, close to lot's of hip cafes in the art district. I have a projector for watching movies a 15ft screen, piano, dehydrator, and Vitamix blender in the kitchen. 3 year old male cat Marco will stay in loft- basic food and water
## 139 Hugh Brand new Upscale 2 Floor 2Bedroom Condo of the middle of Downtown LA, close too freeways, public transportation, LA Conversation Center, Staples Center, Many Shops And Restaurant. Close drive to Hollywood, Beverly Hills, Santa Monica Beach and LAX Airport :)
## 140 Our place is close to everything! We are located in the heart of downtown Los Angeles, seconds away from restaurants, bars, coffee, grocery stores, shopping, etc! We are a short walk to Staples Center, LA Live, and Pershing Square. We have a walk score of 90/100 and a transit score of 100! You’ll love our place because of the location, the amenities ( 24 hour rooftop pool, BBQ & gym!), the upscale apartment and city views! Our place is good for couples, solo adventurers, and business travelers. You will have your own bedroom with city views and a private bathroom You will have access to the rooftop pool, bbq, and gym. We are right downtown near all the restaurants, bars, shops and a 10 min walk to Staples Center! We are 1 block from the subway, walking distance from everything, or an inexpensive uber ride!
## 141 Little Tokyo Gorgeous Penthouse Loft, in the heart of Little Tokyo, near Los Angeles Convention Center, Staple Center Disney Museum Clubs and Restaraunts. My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups.
## 142 Welcome to The Rosemary Hotel. Vintage stay in the heart of LA. Members and approved guests can book this room. There are 5 private rooms and two shared bathrooms with showers. There is a full bar with private bar tender. ATTN: PARKING: Read all listing details for further information about parking. The Rosemary is for members only or approved guests. It is a very upscale unique hostel environment. the doorman will great you on the ground floor then guide you to the Rosemary. Our front desk staff and bar tenders are very helpful and experienced. The will show you what "to do" and what "not to do" in Los Angeles. located in the heart of downtown LA Parking passes available, 25 for 24 hours with unlimited in and out priveledge. Pet fee 25 (service animals only) Extra guest fee 25 per person per night. We are located in downtown LA. Do not stay here if your sensitive to city noise. Thank you
## 143 Brand new modern apartment in downtown Los Angeles, CA. Great, central location for anyone looking to explore Los Angles. The apartment is fully furnished with new furniture and is on a high floor with floor to ceiling windows and a balcony. It is a one bedroom apartment with a brand new kitchen with the latest fancy German appliances, a separate home office and a balcony. Location is fantastic - walking distance to hundreds of restaurants and Whole Foods Market that is a 1 minute walk 850 sq foot apartment space comfortable for 4 guests, fully equipped kitchen with German Appliances, WiFi, full amenity floor with gym, basketball court, pool with cabanas and hot tub. Guests can access all of the building amenities along with the entire apartment space. Available during the entire stay. Call or text 24 hours / day. Center of downtown LA with hundreds of restaurants within walking distance and sites to see, etc. Easy transportation out to the beaches with the new subway line only a 10 m
## 144 You’ll love my place because of the amazing location, Panorama VIEW, and beautiful architecture, All Free 5-star amenities,natural light, the comfy bed, the outdoors space. I invite all couples, solo adventurers, business travelers, families (with kids),... Accessible location with no freeway noise! Enjoy the nightlife around you! Large one bedroom apartment with full kitchen, large bathroom, and bathtub, high-speed internet, free parking, professionally cleaned waiting for YOU!3% off weekly Los Angeles, Hollywood, Universal Studio, LA live, Downtown Los Angeles, Broad Museum, Disney concert hall, Venice beach, Hollywood, Santa Monica, Venice beach, Tourist, Grand Park, Business travelers, Beach , Malibu, Top restaurants, USC, UCLA, Beverly Hills, Exposition natural History museum , … All 5 stars Amenities for free! Entire Large size one bedroom apartment with complete kitchen and a large master bedroom & bathtub, 5 Stars Amenities including large pool, a rooftop pool, Jacuzzi, gym, m
## 145 Amazing Location in the heart of downtown. Steps away from Pershing Square Park/Station. Walking distance to Grand Central Market, Disney Concert Hall, Staples Center, and more!
## 146 Located in the HEART of DTLA! Across the street from Pershing Square! Metro Station conveniently located right downstairs! Indoor gym, roof top pool and hot tube! Walking distance from, Perch, Bottega Louie, The Last Bookstore, Baco Mercat, and Sugarfish by Sushi Nozawa. You’ll love my place because of the coziness, the high ceilings, the views, the location, and the people. My place is good for couples (additional charge), and ideal for solo adventurers, and business travelers.
## 147 Welcome to BearBNB | This spacious modern contemporary designed unit is located in the heart of Downtown LA. Located centrally to many popular tourist destinations in downtown & many in the neighboring cities with access to public transportation. Shops, restaurants & nightlife are conveniently located nearby. Accommodations & amenities such as a 24-hour gym, a movie room, rooftop lounge, Jacuzzi, & more! Parking is included in your booking. There is ample space for work + stay. This spacious unit is located in a modern contemporary building conveniently in Downtown LA. Your reservation is furnished with modern appliances and guests will have access to building amenities. The building is secure so your stay will be with peace of mind. Unit includes a washer and dryer for your convenience. Full kitchen with spacious counter tops. Spacious walk-in closets to accommodate luggage and personal items. Table/work space with a laser printer is provided and printing is free. Guests will have a
## 148 Look no further! PRIME Downtown Los Angeles location at a premier resort apartment with great amenities. Within walking distance to major attractions, restaurants and shopping. Welcome to Los Angeles! Whether you're coming to work or play, come stay at a modern two master bedroom and two bath apartment home. Clean and comfort are the top priorities so that you will have a great stay. It is located at a very convenient location that is close to major freeways and Metro Station. In this 1000 sq. ft, beautiful apartment, it's great for groups or families. You will love this space given the prime location and ease of the apartment. There are 2 master bedroom/bath. In each bedroom there is a queen size, memory foam mattress, walk-in closet, private full bathroom, and a smart TV to make you feel like you're at home. In the living room, there is a 55 inch smart TV with a cozy sofa that easily turns in a comfortable sofabed. It is a great space to just lounge around and watch a movie, play
## 149 Brand New 1500 sq ft Penthouse Suite in Downtown LA! Located in a 35 story building, rivals any of the local 5 star hotels featuring incredible views of DTLA Free Parking!! Dry Sauna, Basketball Court **This apartment is very low priced because I just listed it and it's BRAND NEW. It will go up in price after more reviews** This 1500 sq. ft. Downtown Los Angeles Super luxury suite is located on the 32st floor in a newly built, 34 story building centrally located in the heart of Downtown LA. This Penthouse rivals any of the local 5 star hotels featuring incredible views of Downtown Los Angeles. This 2 Bedroom 2 Bathroom unit is decorated with ultra luxury modern furniture and artwork. Enjoy a mellow evening on a spacious balcony with custom lounge patio furniture overlooking the panoramic views of the Downtown Los Angeles skyline, or brush up on your pool skills with our custom made pool table. APARTMENT FEATURES: • Sleeps 6 • You get the entire apartment • Outdoor furnished Patio •
## 150 If you are looking for the perfect home to stay in the heart of Hollywood, look no further than the DREAM ESCAPE. BEST HOLLYWOOD LOCATION! 1 minute walk and you'll find yourself at the metro at Hollywood on the famous walk of stars. Accommodates a family of up to 6-8 people. Brand new unit of 1700 sq ft of living space. All of the furniture is modern and high quality. It Is Not Shared. 1-night stays welcome. Each Bedroom can accommodate 2 people. Rooms includes closet, dresser, storage for your suitcases, gated 2 parking spaces just for you. There is also an available couch and air mattress in the living room if needed. And this apartment IS newly remodeled and modern everything including FREE FAST WIRELESS INTERNET and TV. 1. Apartment Features: - Sleeps 6 - Two Story 1700 Sq. Ft. 20 Foot Ceiling Penthouse with Hollywood Views!! - Located right in the HEART OF HOLLYWOOD 1 minute walk from KODAK THEATRE where they hold the Oscars Easy transport from LAX via Uber, Supershuttle or th
## 151 A HUGE 3 BEDRM/2.5 Bath, 2-STORY TOWNHOUSE, WALK TO MELROSE AVE AND HIGHLAND! - Down the street from the WALK OF FAME, The Hollywood Sign, The Chinese Theatre, Pantages... HOLLYWOOD!! - WALKING DISTANCE to Melrose Ave, hundreds of shops, restaurants, bars, clubs... - 3 BEDROOMS, 2.5 Bathrooms, 5 Beds! - HDTV IN EVERY ROOM, Cable, HBO, Netflix, Hulu, Wifi, FULL KITCHEN, FREE PARKING, WASHER/ DRYER, Quiet Neighborhood! - SAFE, CLEAN, ALL NEW FURNITURE, MATTRESSES, SLEEPS 5... 5 STARS!! PRICE SO LOW BECAUSE LISTING IS NEW. WONT LAST LONG!! LOCATION LOCATION LOCATION!! - We are in the center of everything!! Hollywood, Beverly Hills, Santa Monica Beach, and more. WALKING DISTANCE to Melrose Ave, with hundreds of Shops, Restaurants, Bars etc. Close to major Freeways and Public Transportation. INSIDE THE HOUSE: • Sleeps 6 Comfortably, (But 5 guests max) • You get the entire Home • 5 Gorgeous Modern Beds Total (2 Doubles in one bedroom, Queen in Master, Queen Sofa in Den, Queen Fut
## 152 Located in the heart of Hollywood, this is a spacious flat with a full size kitchen, with stainless steel appliances, a large living room, bedroom and new modern furniture. You are two blocks away from the Walk of Fame and subway. Large remodeled one bedroom with new couch that folds down into a comfortable bed. Full size kitchen with stainless steel appliances and granite counters, large walk in closet and new split level air-conditioning heating. Washer and Dryer is coin operated and is located the basement laundry room. Access to laundry room with coin operated machines, garden area with seating, and garage parking with remote control access. No tall vehicles such as SUV because the entrance has low clearance. I am always accessible with texting and phone. We will provide you with sheets, towels, shampoo and other amenities. Happy to give advice on places to eat and sight see. Hollywood has so much to see and do. There's the Hollywood Walk of Fame, on the weekends there's the
## 153 The view of The Hills from our beautiful 1 bedroom welcomes you to your Hollywood stay! With a 24 hour fitness facility, resort style pool and homey feel, just steps from the boulevard and every classic attraction, you're sure to feel like a star! Fully furnished 1 Bedroom apartment with a beautiful view of the Hills. The mattress (Stearns&Foster Deluxe Queen) is guaranteed to give you the best sleep of your life and the couch is a close second. The kitchen is stacked with every appliance including coffee maker, toaster a dishwasher and garbage disposal. Keep cool and relax with A/C, cable and Wifi. Shampoo/Conditioner/Towels/ Hairdryer all available. As our guest you will have full unlimited access to the 24 hour fitness facility, resort style pool and jacuzzi, laundry room and free covered parking, Wifi Internet and Cable. I will be there to greet you, show you to the parking space, give you a tour of the building and be available to you 24/7 should there be any issues during your
## 154 Private Room in Great location next to the famous Dolby Theater and Hollywood & Highland Complex. The Walk of Fame, Restaurants, Shops, Metro and Bus Stops are just around the corner. Gated complex, Pool, Laundry on-site, WiFi, Basic Cable. This room is on the second floor: 8 steps up to a landing, then another 7 steps up to front door. There is no elevator. Kitchen privileges: Fridge, Stove, Oven, Microwave. Bathroom is shared with one person. (The Female Host) The Host will happy to provide information and directions. Host will spend nights in the Living Room and be available at least several hours during the day for questions/assistance. This is a great location next to The Dolby (formerly Kodak)Theatre which is the home of The Academy Awards and Ongoing Entertainment throughout the year. Madame Tussauds Wax Museum is on the corner, followed by The Chinese Theatre and the courtyard with the Footprints of the Stars. The Hollywood & Highland Complex includes Fabulous Restaurants and
## 155 Spacious European vibe with 1920's decor in central Hollywood. Lots of food/drink/attractions within walking distance. Next door to pharmacy, supermarket and the best tacos in Hollywood. Located by Larchmont Village, Melrose, and Sunset Blvd. Call/text anytime! Up and coming area, great balance of quality and economy. Bus stops across the street on Vine, and Subway station up the street at Hollywood/Vine. Uber, Lyft, and other driving services are also available via smartphone apps.
## 156 Clean modern studio located in one of the best buildings in Hollywood. This new unit includes Wifi, Washer/Dryer in unit, Dishwasher and Full Kitchen. Unit also includes 1 dedicated parking space in underground garage. Walk to great restaurants, entertainment, activities, bars and retail shops in Hollywood. Minutes from Hollywood Bowl, Walk of Fame and Universal Studios. No smoking allowed & no loud music after 10pm. Picture ID will be required to show upon arrival.
## 157 Authentic Spanish charm. This 2 bedroom, 1.5 bath town home that was originally built in the 1920's by Charlie Chaplin for his artisans. Its huge windows admit lots of natural light. The canopy of trees keep the town home naturally cool. Best place to stay in Los Angeles! Assigned parking is provided to each guest. Includes Wi-Fi, Cable TV, fully furnished, fully equipped kitchen, on-site laundry facility, linens, towels, sheets, etc. Great for short or long term stays. This is a peaceful non-smoking building. Renovated features include: Hardwood Floors Ceiling Fans New fully equipped kitchen with lots of cabinet Built-in Microwave & Stove Refrigerator Walk-in closets in each bedroom Gas-log fireplace We do not pass around keys for your safety. An email will be sent from eRentalLock with a randomly generated combination code to access your place. Our team is only a phone call away for any needs you may have during your stay. The best place to live in Los Angeles. Nearby attract
## 158 Comfortable + cozy studio apartment in Hollywood. Remodeled unit with designer touches. Close distance to so many amazing attractions, shops, and everything Hollywood has to offer! All new furniture, super clean, private, and modern! LAUNDRY ON SITE!!
## 159 Location is the key with this classic Hollywood space. You will be minutes to all the places you’d like to visit day or night in the area. We are located just one block from Paramount Studios, and the famous Hollywood forever cemetery. Larchmont village is just a three minute drive. When you walk out of our front door the Hollywood sign is right in front of you. We are just minutes away from Los Feliz, Silver Lake, Hollywood and Highland, Mann’s Chinese Theater, the Kodak Theater. Our Bohemia meets Roman villa enclosed space creates a sanctuary of positive energy. Come with a global mindset to join in a conversation with our other guests or enjoy the privacy of your own sleeping area. Start the day off with complementary coffee. We have laundry available. All of our guests share two bathrooms, kitchen, dining, and living rooms.
## 160 Enjoy the spacious open floor plan of this modern and luxurious 2BR 2BA apartment complete with full kitchen appliances and amenities. Looking onto the Hollywood Walk of Fame and beautiful views of its surrounding area, this apartment offers a play between sleek, contemporary furnishings and accents that exemplify Hollywood extravagance. Walking distance to shopping, food, Runyon Canyon, famous theaters and more. Walk Score: 96 I have two queen sized beds each in their own private bedrooms. If you plan on having a larger group, there is an additional queen sized air mattress available! I have a brand new, very comfortable, velvet couch and a large flat screen Smart TV, equipped with built in WiFi so you can stream Netflix if you're looking for a relaxed night inside! Apartment details: • Sleeps Six • You get the whole apartment to yourself • Two brand new modern queen beds • FREE regular secure parking nearby • FREE WiFi • 48" 1080p HD Smart TV with NETFLIX • 100% Non-Smoking • Across
## 161 Large private room and bath with a balcony and city views 5 minutes away from the Sunset strip and the sights and sounds of Hollywood California.
## 162 Original cabin on the Hollywood side of the Canyon. Sweeping bowl views, full lawn, master bedroom with private deck, old school appliances, all superb and very chill. Teepee is optional and can sleep 4. Great place to unwind, mentally check out. Nothing like it. Laurel Canyon. Excellent location. Close to Sunset and Pace but hidden in the hills. Neil Young lived down the street. 24/7 open access.
## 163 Twin sized upper bed in a co-ed room is perfect for the budget traveler, solo adventurer and awesome easy going cool people. Please understand that you are only booking 1 bed, the top bunk. You will not have access to the bottom bunk unless you book both beds. There are 2 sets of bunk beds in this master bedroom. Guest share a master bathroom, 2 large closets and a mini refrigerator. Please review the whole listing to be certain our listing is a good fit. We are right next door and we will be in the house often. Always ready to answer questions or give suggestions. Our house is located on a very quiet street. Most of the neighbors are retirees. You might hear school announcements throughout the day since there is a school across the street. Most guest use Uber or Lyft to get around. The Metro bus stop is a 7 to 10 minute walk. The Metro train is about 10 minutes away by car or a 30 minute walk. You can also catch the bus to the train station. There are three security cameras located
## 164 My place is close to LAX Airport: 15 minutes by car Santa Monica Pier: 25 minutes by car Hollywood Walk of Fame: 25 minutes by car Venice Boardwalk: 20 minutes by car The Grove: 25 minutes by car My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets). Bed and mattress are brand new, house just remodeled,clean and lovely. My place is close to LAX Airport: 15 minutes by car Santa Monica Pier: 25 minutes by car Hollywood Walk of Fame: 25 minutes by car Venice Boardwalk: 20 minutes by car The Grove: 25 minutes by car My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets). 1 Queen bed + 1 Full bathroom + 1 Sofa bed (Can Sleep 1) (Sleeps 2 or 3) Orientation and help if they need it. We have a quite and friendly neighborhood! A lot of Street parking places . My place is close to LAX Airport: 15 minutes by car Santa Monica Pier: 25 minutes by car Hollywood Walk of Fa
## 165 Private room and bathroom in Inglewood house in safe neighborhood. Big screen TV in room with Apple TV, comfy bed, free Keurig coffee, fire pit in great backyard, two cute resident dogs, and close to The Forum, freeways, and LAX. Bedroom and bathroom I have a pretty busy schedule but am very friendly and hospitable. Always available to answer questions and make recommendations if needed. Neighbors are friendly, neighborhood is charming and clean and safe
## 166 On the second floor, two beds, wireless Internet, kitchen utensils, etc., suitable for tourism, commerce, quiet, safe, comfortable, health Tropical environment, swimming pool, spa, queen size bed and single bed, free parking,The gym, tennis court (free) room service not free 20 /hour three bus line
## 167 This new privately constructed home is a destination must being it is in the heart of the historical Adams district of LA. Fully furnished and equipped home that is perfect for long or short stays. Amenities are superb for this unit. You will have everything you need while enjoying your stay in Los Angeles. Close to freeways, USC college, shopping, and restaurants. The neighborhood is very quiet and the location is very private. Covered parking is attached.
## 168 Craftsman furnished home with 2 beds, 2 baths & large backyard. There is a long driveway which can fit about 6+ cars, SUV, etc. This home has been recently rehabbed. All the furniture & appliances are brand new. I have Frontpoint security system as well as 4 cameras. You will have access to the security system & camera upon request. Welcome home. Spectrum Internet: Netflix and Pandora are provided Frontpoint Security System: Rated #1 Security System 3 cameras upon request: 2 facing the front door and 1 facing the backyard (to come) I am available for help. I am very sociable although mindful and respectful of others space. West Adams was voted the #1 fastest growing real estate market nationwide by Curved LA. The Expo line was just put in. There is a Billion Dollar museum being built by George Lucas which will be called Lucas Museum. They are putting in a post production studio and brewery. There are signed silent leases along Jefferson for restaurants, bars, coffee shops, bars, etc.
## 169 Private entry room with one queen and two twin bed + couch if you got a 5th This "house" was once a school and has since been converted into a quirky hostel. We've had guests from all over the world! Lots of parking. 10 minutes from Hollywood! Tv in Living Room Walking distance to many bus stops and several metro stations.
## 170 -Entire view of Downtown LA from unit -Walking distance to quick food spots (Starbucks, Chipotle, Yogurtland, etc) -Easy access to public transportation
## 171 Walk Score of 93! You are just a few walking blocks from great shopping, eating, and nightlife. Watch fantastic concerts at the Wiltern Theater. This newly remodeled condominium is 950 sq. ft., has 2 master suites, kitchen, dining area, and 3 flat screen TVs, and free wi-fi. Today this sprawling, three-square-mile community just west of downtown has become one of the city’s hippest areas thanks to the continuing renovation of its rich architectural heritage, a new subway traversing its Wilshire Boulevard hub and recently opened boutique hotels like the Line and Normandie. - Blocks away from the Metro Purple and Red Line Subway Station Uber / First ride free for New Customers. Use code o70mr Lyft / First ride free for New Customers. Use code MKY071589
## 172 Gorgeous bright and spacious townhouse in Mid-Wilshire in a very nice, safe and quiet neighborhood on the west end of Korea Town. Located in the heart of Los Angeles and 20 minute drive to almost everywhere! Walking distance to some of the city’s best all-you-can-eat Korean BBQ. Two story open floor plan, 2 private bedroom, 2 full bath, laundry room, A/C, plenty of closet space, office/study area, and high-speed wifi. Recommended for traveling couples, friends and small families. Thank you for your trust and for choosing our place to call home while you visit Los Angeles. My mom, Adela, and I are looking forward to hosting you in our home. Once you walk in you will be greeted with a very large and bright open space living room, kitchen, and dining room with a TV. At the end of the living room there is a balcony where you’ll often see hummingbirds and bluebirds early in the morning and where you can enjoy your morning coffee with a view of the neighborhood. Downstairs you will find t
## 173 Great location in Los Angeles!You are only a block from dining, entertainment & subway!Starbucks and best Korean BBQ few min a walk.You don't need a car here.This is a wonderful 1-bedroom filled with natural (URL HIDDEN) comfortable fit 4 people!
## 174 This cozy studio on the edge of Mid-Wilshire and Koreatown is conveniently central to most parts of LA. Easy access to the I-10 freeway, a straight shot down Wilshire to either downtown or the west side. Free street parking available and space in the back for unloading. On-site laundry. Smart TV via PlayStation 3. Brand new mattress, linens, towels, interior paint job. Space heater and A/C window unit included, and air mattress available upon request. On-site laundry behind the building A large flat-screen TV and a PlayStation 3 (limited game selection but access to streaming apps) Basic shower toiletries included Basic dish/silverware set Empty closet Queen bed I live in the complex and can be available in case of emergency. It's super diverse. Can walk to the heart of Koreatown and it's like you're out of LA. If you go one street north or west, you're amongst mansions in Hyde Park. It's a really unique street in that way! And I love my neighbors. All very humble and loving and helpfu
## 175 Instant booking (no pre-approval needed) Keypad entry (no key pick-up needed) Renovated in September 2016, this motel room is on the second floor. It features 1 queen bed, flat-screen TV, microwave, and mini-fridge. Free wifi and free onsite parking. Check-in: Anytime after 1pm Check-out 11am THE SPACE This updated motel room is smaller than most Airbnb apartments, but it's a great value if you consider that there no fees for extra guests, no deposit, and a flexible cancellation policy. Everyone is welcome, so you can Book Instantly without my pre-approval. To enter the room, you press a 4-digit code on the front door. Since there isn't a key for you to pick-up, you can arrive anytime after the 1pm check-in time. (Check-out time is 11am) This is one of several remodeled rooms in a 22-unit motel. The remodeled rooms are operated separately from the rest of the motel. They are rented only through Airbnb. (See my other reviews to get an idea of what the place is like.) The motel building
## 176 Open, Airy, Clean and Spacious!!!My place is close to Restaurants, Grocery Stores, Shops, and just a 3 min drive to Larchmont Village. Just minutes from downtown LA and Beverly Hills!. My place is good for couples and solo adventurers. With Large closet, cute patio, what more could you need in LA?
## 177 Day/bed for rent .back guesthouse apartment with a twin in a shared space clean safe quiet area Wi-Fi hot shower kitchen. At a great price You'll forget that you're in the city it's so quiet Living room bathroom kitchen You renting a shared space It's clean quiet and safe Public transportation can be accessed with in less than five minutes walking You will be Sharing the apartment with two musicians from Singapore that have their own room. Guest get the living room it's a real bed if there is two one can sleep on the sofa.
## 178 Cool, clean and comfortable one bedroom loft style apartment with true city feel. Comfortably fits two and is centrally located one block from Wilshire blvd. Easy access to all major subway lines.
## 179 Quiet, historic area, very near public transport and great food & fun. Enjoy a full kitchen, cozy living room, and balcony with gorgeous view of the Hollywood Hills. Perfect for travelers, students, adventurers, and comfort seekers. Vintage charm! The gorgeous building was rumored to have once been a luxury hotel. Enjoy a living situation with personality, not one of the cookie cutter condos that keep popping up. Very close to Vermont/Beverly metro. Street parking is ample during the day but difficult in the evening. Uber is very affordable- considering the cost of gas and parking fees, it's the most sensible and affordable choice.
## 180 This place is the best location in Koreatown to freely enjoy the best of Koreatown without the worry of driving around looking for parking. There's a good view out on the balcony and walking distance to the market, restaurants, 7/11, and bars. Literally all the popular places in the half mile radius. Wilshire Vermont station is blocks from this unit, that can reach Universal Studios, Lacma Museum, Santa Monica Beach, UCLA, Downtown, Little Tokyo, and more. The unit has high ceiling and it is on the top floor. Spacious living room with balcony and dining area. The trash chute and laundry is located outside the unit to your right. The TV has hdmi for your streaming device and all regular channels. I can provide some assistance for firestick using kodi. There is a couch bed and a pull out bed in the living room. You can roll the pull out bed in the bedroom if you would like. You have access to the gym which is located on the first floor to your left if the back elevator is used. I will
## 181 Great location, easy access to freeways. Warm and cozy space, very quiet community This is a condo in a secured community next to the fabulous forum and the Hollywood casino. Close to restaurants and freeway access Guests have access to kitchen, living room and dining area and patio I may or may not be in the space when quests are here, there will be little interaction This community is so special, the community is secure, there is a guard gate for access to the property, very clean and quiet area There is metro and bus access, plus uber is always a great option
## 182 Comfortable queen bedroom comfortably fits two in a quiet neighborhood, CENTRAL to all of Ma's major attractions and nearby beach cities of your choice. Room at the end of the hall, comfortable bed, huge 60" tv with streaming capabilities makes a layover or short stay pleasant. Private restroom located in the room also make for a convenient and clean shower without worrying of others. Kitchen access, cooking utensils, washer and dryer with host permission and a small fee of 5. I may or may not be around during guests stay. However I come around often and encourage interaction, however more private guests can expect not to be bothered unless willing to socialize. Nearby bus and metro stations. Considering how Huge LA is, the location is perfect for all of LA's major tourist attractions. Lyft, uber and bus stops are plentiful. There are personal belongings in the room/ closet, and drawers. Mostly clothes that are off limits. Please respect property of host.
## 183 My place is close to LAX Airport, Freeways, San Diego, Harbor, Metro train station, Bus lines. Restaurants, Shopping Malls. You'll love my place, Private bathroom. Not that far from the forum, amusements parks, Hollywood, Beverly Hills, Venice beach, DTLA, golf courses, so much to see and do, the outdoor space is so relaxing, grab a bit to eat.
## 184 LAX Area - Huge Private Rm in a friendly environment 2 bedroom with clean (bathroom shared). Close to Hollywood, Freeways, Restaurants, Gym, Starbucks, and Shopping Mall. The Airport and the Beach are mins. away. Easy public transportation access!!! Very Quiet space, Next to the Airport, Hollywood, The Beaches, etc. and all of the great Los Angeles attractions. The Space comes with a bed, Internet TV with Roku direct, night stand, Work Desk, etc. The fee covers fresh clean Linen & Towels, up graded clean bathroom/ kitchen Access. Large closet space short or long term stay Available..... I live in a safe gated apartment. You will have your own key access. You will have full access to a clean full kitchen, clean shared bathroom. I'm a genuine friendly person, I'm never home much. I'm a grad student and full time IT professional. But, I interact with guest quite well and love to entertain and I'm very generous. I'm from the east coast originally. I love to meet new people and become frien
## 185 Large 5 BR home with 2 private rooms, each with ensuite full bath. Private entry, spacious backyard w/ BBQ, outdoor fireplace, pavilion seating, washer/dryer,mini fridge & microwave. Gated home in a great neighborhood! Close to Pasadena, Montrose, Downtown LA. Two large BR each 85/night, one with a queen bed and the other with a full size bed and separate modern bathrooms. Large backyard to enjoy your early morning continental breakfast or relax throughout the day. Accommodating and kind family with a friendly dog. Walking distance to Starbucks and local stores Private access through back entrance directly leading to the rooms. Safe street parking Owners are available during your stay for any questions or concerns and tips about LA. La Crescenta is a quaint neighborhood with cute old town feel, in a safe and friendly community. Our home is a short distance from Old Town Pasadena, Los Feliz, Griffith Park Observatory, Hollywood, Downtown LA for fun bars/pubs, restaurants and various hi
## 186 Available for month to month (or longer) bookings, Great for a family or large group, the house is pretty private and has plenty of space for everyone. Three full bedrooms + bonus room w/ futon + living room queen size pull-out couch bed. Fresh towels and sheets for every stay are provided. Big TV projector in the living room is perfect for getting together and watching movies. Comes with free fast WiFi and parking spot easy street parking! Here is a more detailed description of the property! If you have any questions at all, feel free to shoot me an e-mail to ask. This is a private home located in an hip neighborhood in Hollywood. It's great for groups and families traveling together. Lots of light, very spacious and in a fantastic location in the middle of LA. The house is charming but spacious, I did a lot of the craftsman work myself! When you walk in, you enter in the bonus room. This room has a TV (hooked up to a Netflix and Hulu) and a couch futon that can be used as a bed. It h
## 187 Beautiful spacious 450sq' en-suite, lg bthrm located in the back of the house through the backyard. Queen, pillow top, small frig, filtered water, initial light breakfast granola yogurt, fruit, hardboiled eggs, avocado,coffee/tea, milk... Enjoy backyard table for outdoor eating in private sunny garden. You may park in the driveway while you are here. The street in the front is busy during rush hours and you will need to take your time pulling out of the driveway for safety. Los Angeles/Hollywood Historic 103 year old beautiful craftsman home with exquisite handcrafted finish and details. We have a working fireplace in the back yard near the dining area with umbrellas and also a fish pond with a running water feature just outside the master bedroom entry door. Kids are also welcome. It is a very quiet and peaceful space. There is a flatscreen TV and the wifi access. Wifi : Zaccari Password : daa(phone number hidden) Please use the backyard and table area for eating. Guests have acce
## 188 Comfy Sofa Bed for 2 in bright Living Room with balcony in gated apartment complex in Larchmont Village. Close to Hollywood, Paramount Pictures, Melrose, Larchmont. Close to lots of romantic restaurants & bars. This is where locals go, less touristy, more authentic LA. Shared bathroom, kitchen, Dining table, Wifi. I'm available to assist my guests if they need anything. Great experience with my guests Melrose, Hollywood, Griffith Observatory, Koreatown (Great Korean BBQs), Larchmont Village. 10 minutes to Downtown, the Grove, LACMA. Walking distance to Paramount Pictures Street parking, bus lines on Melrose and Western. We speak French.
## 189 It is a spacious place in the back of the house with the private entrance. We made it cozy and comfortable for you. Great location around Beverly blvd./Western Ave., just a few blocks from Larchmont Village where you can find interesting restaurants and stores, as well as Farmers Market. Welcome to stay in our place! We made it with love. It is an older building but refreshed unit. The unit has 3 bunk beds, all new with new mattresses and 100% cotton linen. So max amount of people can be 6. You are welcome to share the kitchen space which has a fridge, toaster/oven. A kettle and and an electric pot for making soup or an egg or etc. Dishes, cups, utensils are provided as well as coffee, tea. Just respect each other and keep it clean. The place is so close to Larchmont Village which you gonna love. The bus stop is less than a minute away. Let me know if you have any questions. We are just starting so please if you have any suggestions or comments message me in private. Your feedback d
## 190 Surfing lessons offered this is a great place to relax and enjoy California weather with 3 jacuzzis and a large pool.
## 191 We absolutely love hosting to the variety of wonderful people we get to meet. Perfect place for entertainers, students, biz trips, vacationers etc. Located in a family orientated quiet neighborhood cul de sac. Walking distance to groceries, Balboa Lake, bus to Universal Studios, Hollywood Blvd. accept animals case by case Perfect place for aspiring entertainers, students, business trips, vacationers and more...Located in a family orientated quiet neighborhood cul de sac. Walking distance to grocery store, hiking, Balboa Lake, bus to Universal Studios, Hollywood Blvd. and Downtown LA. We have a very relaxed,cozy, bohemian style, natural wood Zen inspired home. Perfect space for aspiring, actors, singers, models, writers, directors, design or art students or just someone visiting the Los Angeles area. It's a lovely home, not over the top but not average as well. We get a lot of compliments on its warm unique feel. We're not neat freaks but our place is clean mostly. We do have a 4 year o
## 192 RAMS game 1.07 miles at LA Coliseum only 7-10 minutes from our attractive 3-bdrm 2-bath Home-Away-From-Home of Comfort & Relaxation. Contemporary/Country rooms w/2 porches, back-yard and parking. Located on Palm Tree lined, quiet neighborhood, fenced yard w/Surveillance/Alarm System for added security and protection. Also close to Expo Park, USC, LA Live, Staples/Convention, Fashion/Jewelry Districts, The Forum, Hollywood Park Casino, Hollywood, Beverly Hills and other attractions & businesses. You will find yourself in a home-away-from-home atmosphere that is quite comfortable, clean and uncluttered, providing you a serene stay. There is a flat screen television and DVD unit in your private room as well as one in the living room. There is a surveillance system covering all common areas inside the home and all outside areas of the property (not in bedrooms and bathrooms). There is also an active ADT alarm and emergency system (Code will be provided for your usage). WIFI is also includ
## 193 Our one bedroom is available right in the middle of Los Feliz. We're a block from bars and shops and two blocks from hiking. Books and records everywhere inside. We're a couple of writers who rent out our space when out of town. We've got a few couches, a nice bed, a large bathroom with tub and shower, a pool and hot tub, and just a stupid amount of books and video games and knick knacks. Our porch overlooks downtown LA and we are walking distance (two blocks) from the hippest neighborhood in town. Guests have access to TV, wifi, record player, pool, hot tub, laundry, fridge, etc. A cool neighbor of ours is here for anything you might need. Public transit is super easy. Bus stops everywhere, good car parking, and walking distance from theaters, eateries, and parks.
## 194 Clean and organized apartment located at the heart of koreatown. Convenient and safe location, with lots of amazing food around. Special shoutouts (after reading reviews of other properties): 1. I live in the apartment myself, so I am physically available to answer any questions/concerns. 2. You will ALWAYS be the only guest in the apartment, so you do not have to worry about other guests. 1. It is a studio, so you are sharing the room with me (no private room). 2. Clean and organized (I do have a high standard for cleanliness) in all areas, be it the kitchen, bathroom or living area 3. You'll be sleeping on the couch. Pillow and blanket provided. You can access any and all parts of the apartment and the common amenities like gym and pool. Just have common courtesy and not flip around my private items (so drawers are out of bounds). Currently, it's my fall semester and my class schedule is such that I have class every (week)day at around the afternoon/evening. I will hangout with you a
## 195 Hey guys! This is my very first apartment in LA. I've been here 5 years now and love it. I have everything you can possibly need for a short stay. Plus a record player, X-Box 360, Wii, and more! Check out Brass Monkey, R Bar and HMS Bounty... my favs I really love my apartment. It's pretty much the accumulation of items my close friends and family have given me over the years. When I designed the space, I wanted it to feel like an expensive hotel, where I always felt like I was on vacation. The only part of the apartment which is off limits is the closet. I have a portable clothing rack with hangers that I can have available for you upon request! As far as my hosting goes, I will make myself as available, or as scarce as you'd like. I will always be close by to answer any questions, and to fix any problems. If you want to have drinks and/or be shown some of my favorite neighborhood haunts, I'm down to do that as well! Koreatown has such a great vibe! Where else can you get the best Ko
## 196 This is a 1 bedroom in a building built in 1920. The apartment also come with a parking space, and secured entry. Central to main highways and public transport. 5 minutes to down town LA and 5 minutes to Hollywood. There is many restaurants that surround the apartment and a great night get life also! The space has a queen size bed + queen size air mattress. Garage parking Washer and dryer TV wifi Air mattress As much as the guest needs There is public transport a couple blocks away. Uber 1-2 min away Please leave the apartment as you found it. Clean up after yourself and be respectful
## 197 4th flr studio in an NYC-style prewar bldg. High ceilings, great views, big kitchen, wifi. Directly behind the hottest new hotel in LA. Minutes from Hollywood, Silverlake. Restaurants, lounges, bars within walking. You won't want to leave. It is intimate, cozy, and warm. Two large televisions. Full kitchen if you want to cook, or have a friend over. Comfortable for a couple or a single. Full use of kitchen and free wifi. The television has chromecast, so if you bring your computer/ipad/phone, you can stream your Netflix movies, HBOGO, Youtube directly to the large tv. Laundry facilities in the basement. I will not be present during the guest's stay. You will step outside the building and be in the center of so many restaurants, lounges, bars, you will never run out of things to do. The subway is a 2 minute walk from my building, and gets you to downtown LA, Hollywood, and Universal City in minutes. Faster than driving.
## 198 Instant booking (no pre-approval needed) Keypad entry (no key pick-up needed) Free parking Free wifi Direct TV Flat-screen TV Queen bed. Small refrigerator. Microwave. (Sorry, no kitchen) THE SPACE This updated motel room is smaller than most Airbnb apartments, but it's a great value if you consider that there no fees for extra guests, no deposit, and a flexible cancellation policy. Everyone is welcome, so you can Book Instantly without my pre-approval. To enter the room, you press a 4-digit code on the front door. Since there isn't a key for you to pick-up, you can arrive anytime after the 1pm check-in time. (Check-out time is 11am) This is one of several remodeled rooms in a 22-unit motel. The remodeled rooms are operated separately from the rest of the motel. They are rented only through Airbnb. (See my other reviews to get an idea of what the place is like.) The motel building exterior looks like a bland, kinda shabby 1980s apartment building, as I haven't gotten around to paintin
## 199 Our apartment is located in the heart of Koreatown, walk-able distance to many restaurants, bars, metro station, and grocery stores. We have fully remodeled our rooms; our furniture and amenities are all new. Perfect space for a family or friends. WELCOME to our Ardmore Apartment. You are booking for a private unit. The space you see in detailed descriptions and photos is accessed to you and your guest(s) only.
## 200 This is my master suite on this apartment.. Its has a big area plus a high (URL HIDDEN) air-condition room with comfortable couch, 2 barstool & table. This room has access to the kitchen. Location very accessible to everything. Train & Bus. Market, 711, Restaurants, Cafe's & banks are all walking distance. 10-15 mins away from Hollywood, downtown LA, The Grove, Beverly hills, Beverly shopping center, and much more.. This space is used to be the living room of the apartment. I converted it to be a master suite. Area is big and with the high ceiling it adds more on the space. The room has a lockable door from inside and outside. Kitchen laundry room in the bldg. Swimming pool. 100% Privacy to the guests. You will only see me when I welcome you on your check in & maybe when you check out too. Unless you prefer self check in. But you can also txt or call me for whatever appropriate reason. Koreatown as they say is 24/7. It has a highest concentration of Restaurants, Bars/Karaoke, & Bu
## 201 Awesome private room with DTLA view, Ideal for couples or single person, abundant closet space, air conditioning and breathtaking city views. fully equipped kitchen windows, curtains, towels. only a few minutes from LA LIVE. You can use the kitchen, pool, jacuzzi, gym, high speed Wi-Fi. Private room in a great building, secury, close to everything. (Local bus stop, Market, Restaurants) You can use the laundry room. You can use the metro or the local bus stop. (infront to the building) or use uber.
## 202 Are you looking for a perfect vacation? Come stay at our luxury apartment with SPECTACULAR VIEW. Both bedroom and livingroom features Floor-to-Ceiling windows. Our place is in the heart of Korea town and just minutes away from Downtown LA, Hollywood, Beverly Hills and Santa Monica. Please enjoy our amenities 24/7 Gym, Heated Pool, Jacuzzi, and BBQ area. We offer Direct TV and Free Wifi. Our place is perfect for couples, families, and business travelers. Our goal is to provide travelers with reliable and comfortable place to rest with a kitchen, more space and great amenities. Stay at our hotel like accommodations and explore this beautiful city. Space is for 1-3 people but at least 5 people can sleep on the bed/futons. Here is what we have to offer. Free Wifi Designated Secured Parking Spot Extra Parking Spots(Second Floor) Heated Pool Jacuzzi 24/7 Gym Livingroom: 55" Smart LED TV Direct TV Cable Convertible Linen Futon(2 People sleep) Linen Chaise Lounger(1 person sleep) Three Extra
## 203 This is a great room with a private restroom. My Castle is centrally located in Los Angeles. Used to be the only one around but modern times imposed changes. If you book this place you will be just minutes away from DTLA, Hollywood Walk of Fame, West Hollywood, Beverly Hills etc. My castle is cozy and private. You'll feel just at home! My place is good for couples, solo adventurers, business travelers, families (with kids) and big groups. This is a great room that is located in the upper level of the house. Has one queen bed with a full bathroom. You have a desk and a closet to hang your things. You are welcome to use our Great Hall or Dinning area. If you download Free (SENSITIVE CONTENTS HIDDEN) Cast App you can use the TV. You can use and access the kitchen and the laundry area. Our large patio is available. The dining area and the Throne Room is where you can hang out and share stories or watch a TV saga. Not cool to wonder in the dungeon... (that's where we keep the skeletons
## 204 2 bedroom, 2 bathroom with parking in a very convenient area in Koreatown. Walkable to many restaurants and bars in Koreatown. You won't find a more convenient location! 2 beds and 1 sofa bed (sleeps 1) so comfortably accommodates up to 5 people. * Please read the rest of the listing and all the House Rules before booking. If House Rules are broken, security deposit may be charged. Please keep in mind that this is not a hotel and treat the apartment with respect. * Apartment located in the heart of Koreatown in a safe, family-friendly building and walking distance to many restaurants and bars. Perfect space for a family or group of friends. Items provided inside apartment: - Basic cooking utensils & tools. - Plates, utensils, cups. - Keurig machine. - Bed linens for bedroom and sofa bed. - Towels. - Shampoo, conditioner, body wash. - Hair dryer. - Iron & ironing board. * There is a strict NO SMOKING policy on the property. 50 will be deducted from the security deposit if any smell is
## 205 My place is close to The Forum, LAX Airport, 15 min from the beach, Central to everything, and a mile away from a microbrewery . You’ll love my place because of the close proximity to everything. My place is good for couples, solo adventurers, and business travelers.
## 206 Amazing location to shopping, restaurants, LA FITNESS Gym and a 15 minutes walking to the Hollywood Park Casino. Grocery stores located across the street. 15 minutes drive to Marina del Rey and nearest beach. Brand new and cozy home in Century Heigths. Feeling you as your own home. Almost 1000 sqft completely remodeled 4 months ago, laminate floor and private garage for one car. Secure neighborhood. 5 min to LAX makes it great to get settled on or be able to leave and avoid traffic. 5 minutes to LAX 15 minutes to the beach and 25 min from Dowtown Los Angeles. There's one of the best locations for you as a traveler.
## 207 Welcome to your private vacation home in Inglewood, conveniently located near LAX airport and with easy access to all of Los Angeles' incredible offerings. This listing offers a 3 bed, 2 bath home with a full kitchen, newly remodeled, clean and sleek bathrooms and large common areas as well as a separate 1 bed, 1 bath bungalow with a full kitchen and living space. Unwind after a full day with DirecTV and fast wifi. Enjoy off-street parking and a washer and dryer for your convenience. This is a fully detached home in a fenced lot in a quiet, residential neighborhood with ample street lighting and street parking for guests (in addition to your two private parking spaces). Your rooms will be light-filled with Southern California sun all day long. Our house features one king bed, one queen bed and one twin bed, as well as a separate unit with another queen bed. Each bedroom has ample closets, wooden hangers, large dressers and full length mirrors. All beds come with high thread-count, 100%
## 208 Quiet One Bedroom apartment, minutes walking distance to many popular West Hollywood Bars and Clubs, as well as some of the trendiest restaurants & shops. WEHO adjacent with dedicated parking + guest parking, wifi, cable, TV streaming service
## 209 Hacker House! Our guests are young and smart startup founders, developers, techies, geeks. Easy to get: - 2 min to Beverly Center, Marshals, TJ MAX Shopping Malls - 5 min to the bars and restaurants streets - 7 min to the night clubs of West Hollywood - 12 min to Beverly Hills - 15 min to Hollywood Walk of Fame - 25 min to Santa Monica/Downtown/Universal City Free and fast Wifi Co-working zone Fully equipped kitchen We provide clean towels, linens and cleaning
## 210 Great private room just minutes away from Beverly center and Grove. A lot of attractions, restaurants just around the corner. Very safe and clean historic neighborhood. Few miles to Universal Studios and Walk of Fame.
## 211 This lovely modern apartment is just 4 blocks from Robertson Blvd - with plenty of shops and restaurants. The apartment is spacious and sleek with modern finishes. Includes - balcony, two full bathrooms(one en suite) and two tandem parking spots
## 212 To those who appreciate bougainvilleas and sunshine... Tranquil pool view oasis in the Beverly Grove neighborhood of Los Angeles. Quiet and cozy separate studio guest house with kitchenette and all amenities. 3 blocks to W 3rd St. 10 min walk to Beverly Center and less than a mile to The Grove shopping mall. Adjacent to Beverly Hills and West Hollywood, Farmers Market, LACMA, La Brea Tar Pits, CBS Studios, Cedars Sinai Hospital, luxury shops on Robertson Blvd, all the fabulous restaurants on 3rd Street and restaurant row. Close drive to UCLA, USC, Santa Monica, the beach. Quiet and safe neighborhood on a lovely tree lined street. Private entrance and your own outdoor patio. This is an unoccupied guest house therefore closets and storage space are all for your exclusive use. The guest house is airy, light and friendly, centrally located in a hip neighborhood with a romantic garden. You will have total privacy. Fully and fabulously furnished! Queen size bed (fully wrapped mattress)
## 213 Welcome your guests to one of the best areas of Beverly Hills with beautiful massive houses lining quiet, serene streets. The house was recently Completely redone with travertine stones, waterfall, and a large BBQ. The listing is for events strictly in the backyard. It includes use of the backyard,restroom in the guest house as well as use of the kitchen in the guest house. We limit the number of guests to 100. This backyard is beautiful, grand and serene and very spacious. The entire pool is lined with glass tiles which makes the pool sparkle. There are 6 professional quality speakers (well superior to Bose). The price is 600 for 30 guests, and 15 for each additional guest after 30. Feel free to make me offers. This is for Event Only. Does not include stay over night. Overnight stay can be negotiated in the guest house. For overnight stay please see our guest house listing at https://www.airbnb.com/rooms/16377021?guests=1&adults=1&children=0&infants=0&s=a1-VWeJr Music not allowed
## 214 Huge fancy and charming studio Separate kitchen One block to beverly hills In front of the four seasons Free Street Parking In front of the building
## 215 Very bright and cheerful upper bedroom with own bath .Walking distance to the center of Beverly Hills .Very quiet ! The room has it s own bathroom , nice closet , TV . It is an apartment of about 1400 sq ft , washer dryer in the unit , large kitchen well equipped ! .This is a small very quiet building! The guest can have access to the kitchen and washer/dryer. Very quiet and central
## 216 Luxurious getaway loft in the heart of Beverly Hills. We are located just few steps from stores on Melrose and Robertson blvd, Beverly Center shopping center , Four Seasons hotel, Cedar Sinai and LA's favorite restaurants like Catch , Ivy, Lemonade, Ago, Urth caffe and many more..few minutes from the world's famous shopping street -unique Rodeo drive! Supermarket Ralphs and Bristol farms are right across the street.
## 217 Brand new contemporary and stylish unit. Large living room, 3 bedrooms, and 2 spacious and sleek bathrooms. Located in a mid century building in the heart of Beverly Hills. Brand new contemporary and stylish unit. Large living room, 3 bedrooms, and 2 spacious and sleek bathrooms. Optional maid service for an additional charge. Town car available on premises. Reservations required. Coin operated washer and dryer on premises. One car parking space included. Host lives on premises and available as needed. 1 Block away from world renound Rodeo Dr. and Platinum Triangle. 1/2 block away from restaurant row on Beverly Dr. Yes. Apartment is fully furnished, including a microwave, coffeemaker and toaster and brand new Samsung 55inch curve TV. Wireless internet and cable included.
## 218 Beautiful new construction second story guesthouse. Private garage and entrance. Furnished with Restoration Hardware furnishings. Located in the heart of Beverly Hills, walking distance to shopping, restaurants theaters and famous Rodeo drive. You would love it!!! The rental unit is on the second story of our guesthouse. Very private and quiet. There is a separate entrance through the alley and a garage if you have a car. Washer/dryer downstairs. Will be able to use pool, bicycles if discussed in advance. We will be available to offer information and recommendations for restaurants, bars, malls, activity with kids etc. Located in one of the most desired neighborhoods in Los Angeles. We are located in the flats of Beverly Hills. Walking distance everywhere. There is a park in front and a running trail. Across the street there is the Wallis Annenberg Center for the performing Arts. Two minute walk to restaurants, shops, and the famous Rodeo Drive. We are very centrally located so you can
## 219 My place is two blocks from Four Seasons. The location is prime since Im in Beverly Hills/ Weho where all the happening goes on. Big 1 bedroom apartment . It has a full kitchen with all China and everything for cooking . Grocery stores across the street. Very cheap Ubers to get to the happening places. Two blocks from four seasons. Your in the heart of Beverly Hills and West Hollywood so uber rides are super cheap . Grocery stores across the street. You can ask me any question anytime Safe clean neighborhood as we are in Beverly Hills . Two grocery stores Bristol farms and Ralph's across the street . Buses across the street . Cesar Sinai few blocks down . Uber cheaply since your right where all the fun things to do . Please know that I don't have my cat when I put my place on Airbnb however; if have bad allergies I wouldn't suggest this home . Everything is clean and doesn't smell of kitties . I don't even like that myself . I have a blow up mattress if needed for 3rd person . Parking
## 220 Great older 60's style ranch in one the best areas of Beverly Hills 4 bedrooms 3 baths fire place, great backyard for entertaining & having events. Big kitchen & open areas. Close to Sunset strip and West Hollywood. Ask about events. LA EXOTIC LIFE * Please note this home is furnished. The pictures show it unfurnished. This home is brought to you by LA EXOTIC LIFE. We also rent villas, cars, and jets. Let us know if we can take care of you. If this villa LA EXOTIC LIFE Contact LA EXOTIC LIFE for all your vacation needs. 30+ Villas, Cars, Jets, & More. LA EXOTIC LIFE Trousdale estates. One of the best neighborhoods in all of Beverly Hills
## 221 Two beautiful bedrooms in an elegant town home setting. Bright and sunny !Each room has it's own bathroom and my guests have use of the whole home and garden Walking distance through all of Beverly Hills and to Century City.... It's a magical place! Two upstairs town house bedrooms in a beautiful quiet setting. Each has it's own bathroom. And a delightful garden to have breakfast or dinner in Our guests have access to the whole house with use of the washer / dryer....gardens .... Kitchen... Dining room etc I live right next door and I am here to help my guests with directions..... Suggestions.... Reservations.... Anything you need! I live in the sweetest neighborhood in America. Everyone knows everyone.... It's safe.... Friendly and it's within walking distance through all of Beverly Hills and Century City. In the evening the air smells of jasmine ... It's magical! There are bus lines that run east west ..... Very near by Right around the corner from the Penninsula Hotel, Walking di
## 222 Private room and a private entrance. Huge room, marble floors in the best neighborhood. Walking distance to Rodeo Dr and Robertson Blvd. With a new Queen pillow top on the bed. Everything you could ask for in a location. I am happy and sane :p. Hotels in Beverly Hills are very expensive. We offer a great alternative. You will have access to your room (which is on a different floor than mine) and it is a shared bath. Beverly Hills is the best of the best. You can walk to Rodeo Drive or Robertson Blvd for the best shopping, restaurants, spas, banks, Wholefoods, Bristol Farms, Ralphs, beauty salons etc etc. Basically anything you want. Convenient location to everything. You have access to your bedroom and a shared bathroom and you have your own private entrance. There is a mini fridge, complimentary drinks/ snacks and a hot water kettle for your use. Happy to Help with anything they may need. :) Beverly Hills is the best of the best. You can walk to Rodeo or Robertson Blvd for the best sh
## 223 Lovely two bedroom (3 bed) home in the heart of Los Angeles. You cannot beat this location or street. Walking distance to many great cafes and restaurants, centrally located for driving. Charming design and newly furnished. Free parking, wifi and smart TV (Netflix) included. Perfect for vacationers, month to month tenants, and a home away from home for people in between. Large open floor plan, lots of light, a gem in the city! I would love to welcome you in my home! I'd love to host you at my cozy house located in the heart of West Hollywood. You'll be steps away from Melrose near Urth Cafe and many other famous landmarks. It's an older vintage home without some of the amenities of a modern building however it's prime location more than makes up for it. My 2 bedroom home has been recently painted and has brand new furniture including a pull out sofa that becomes a bed. It also has a large WIFI enabled TV with free access to NETFLIX. Each bedroom has plenty of closet space and a comfort
## 224 Cool and charming and comfortable 1 bedroom in home Spanish 4 unit Spanish style . It's comfortably fits 2 people. Is on centrally quiet street , 2 block from Rodeo Drive and all shopping centers .
## 225 Guest room in Beverly Hills Beautiful flat located right in the heart of Beverly Hills -a lovely old-world Mediterranean charm. Its neighborhood is pleasant, safe and quiet streets. The furnished room has hardwood floors, a full size bed, FREE Wifi internet, Central AC & Heater. -Washer and Dryer on site! -Full kitchen with all cooking wear -Fully Furnished -Rodeo Drive 10 minute walking distance Restaurants and lots and of shopping stores -Century City Mall and Cinema Theatre 15 minut The furnished room has hardwood floors, a full size bed, FREE Wifi internet, Central AC & Heater. -Washer and Dryer on site! -Full kitchen with all cooking wear -Fully Furnished -Rodeo Drive 10 minute walking distance Restaurants and lots and of shopping stores -Century City Mall and Cinema Theatre 15 minute walking distance (5 min drive) -Sunset Strip 10 minute drive: With its colossal billboards, notorious nightclubs, bars and decadent dining haunts, the Sunset Strip in LA is an icon of e
## 226 Our house gives you space and tranquility after a day full of activities in Los Angeles. The house is great for families / friends (3 bedrooms with own bath, 2 bedrooms that share a bath) who want their own areas to spend time alone and a great room for spending time together. This is a roomy house, serene canyon views, quiet neighborhood at the end of a cul-de-sac. The entire home, all 4,000+ sq/ft is yours to enjoy. Garage and one office, however, is not accessible. When this house is available, we will have moved to the Pacific Northwest. Our good friend and neighbor is three houses down. He will provide you with keys and will show you around the house. If you have any questions that our neighbor can't help you with, we are readily available via phone or e-mail to make your stay easier / more enjoyable. Preferable check-in is before 9:00 p.m., but we can make exceptions. Our neighborhood is quiet. We love to take walks around the neighborhood. It feels like you're far away from the
## 227 Stunning master bedroom with french doors to deck. Large private bathroom with tub. Private, zen, light, bright and beautiful space in 3800sqft Treehouse. Brazilian crystal feature. Access to gourmet vegetarian kitchen. Access to living room when host is not in town. 5 mins to UCLA, Beverly Hills,Hollywood Light and bright, unique architectural space. Master bedroom with kitchen and deck and occasional living room. We encourage an easy going, independent interaction, kept to minimum relationship in a household which is friendly, warm and kind. We love how close we are to EVERYTHING. Beaches, great croissants, night-life, raw juice bars, Beverly Hills, UCLA and the airport Super convenient to public transport and uber friendly No smoking inside the house.
## 228 Nestled in the canyons and surrounded by lush hills bordering Beverly Hills & Westwood is this Cozy California Cottage Bungalow. Located in, Bel Air, the most exclusive and desirable area in West LA. North of Sunset Blvd! This property features a 2BD/1 BA-Super Clean & Cozy. Gated cottage with 2 Bedroom & 1 Bathroom. Built in the early 1950's and recently remodeled in 2012 with just under 1,100 Sq. Ft. of living space and sits on approximately 12,000 Sq. Ft. lot which is completely gated, safe, and secure. Like an "A" List Celebrity you can retreat back into the canyon and relax. This home features 2BD/1BA. Suitable for couples, solo adventurers, business travelers, or small families on a holiday vacation. Enjoy the best sunshine Southern California has to offer while relaxing in the large private courtyard. Enjoy a favorite book next to the fireplace in the cozy minimalist living room. Or entertain your guests in the backyard which is a main highlight to make note of, as it's versatil
## 229 Exclusive Bel-Air Casita This property is nestled in Holmby Hills, in Belair,CA. It is a Casita Style Home with Cherry Wood Floors &Cabinets throughout home and Granite Counter (URL HIDDEN) Provides Full Access to West LA/Hollywood/Beach,all 10-15 min This is a Casita Style Home, it is nestled in the famous Holmby Hills, Bel-Air . Peace & Quiet are on the Agenda. When you walk in to the property , it is very lush and inviting, you have a nice deck to introduce you to the property, you will walk by a jacuzzi to the front access of property. their are Little Queen Palmtrees along the entry, and a Fire-Pit at the end of the Wood Deck. There are Glass See Through Doors/w Wood Panes all thru home. When you come in your feet will hit the Cherry Wood Floors and you'll know "You are Home" You will walk into a Warm Living Room to set your bags and all your concerns. Just feet away, you can grab the glass of whatever in your easy access granite Full kitchen, Cook to your hearts delight or d
## 230 THE HARRY POTTER EXPERIENCE at Universal Studios five minutes away!! 5-STAR security-gated private separate studio, close to Hollywood and beaches. Quiet neighborhood; restaurants in walking distance, private yard area with koi pond. And lots of convenient parking. Your home away from home! Check in: 4:00pm Check out: 11:00am Minimum: 2 nights During their stay, guests will enjoy full membership to the Reel Fitness Workout Club in Studio City We take very good care of our space and would appreciate you do the same. Metrolink; bus The space works best with two adults and one or two small children. There is not a full separate kitchen; it's a kitchenette area with toaster oven, microwave, hot plate and small fridge.
## 231 My place is close to Orange Metro Line, Laurel Canyon Station. You’ll love my place because of the people, nice roommates. My place is good for couples, solo adventurers, and big groups.
## 232 A home away from home! Hardwood floors, formal dining room, wood paneled office (if you have to get work done). Classic kitchen with breakfast nook. And a 4,000 sqft. backyard, with fire pit, hammock, perfect for kids, entertaining or star gazing. The beauty and charm of this house is the indoor/outdoor California layout. The huge backyard boasts a dining table, a gas fire pit, a romantic pergola for sipping wine and a hammock slung under a tangerine and lemon tree for those afternoon naps! * Huge private backyard with BBQ, hammock & gas fire pit * WIFI * HD TV with surround sound speaker system * HBO * Netflix * Free Washer/Dryer * Wood burning fireplace * Wood paneled office/study with desktop computer * Classic kitchen, fully loaded with pots and pans & cutlery * Breakfast nook with booth seating * Central AC & Heating * Ceiling fans in every room * Private parking in driveway and free parking on street * An assortment of books and games We will always be within a ph
## 233 Picture perfect 2217 sq ft home in prime Magnolia Estates on double cul-de-sac. 2 story home with 4 bedrooms. One bedroom has 2 cribs for small babies. Guest bedroom has Queen bed, and Master has a California King and soaking tub. 4th is an office The kitchen has recently been upgraded with top of the line cesear stone, a mile cooktop, and mile double ovens, and farmhouse sink. Outside there is a firepit, BBQ, and outdoor television for a delicious outdoor fall or summer dinner, or just for sipping a glass of wine while watching your favorite show. Great home for kids as well. Yard equipped with a swing set for small children. Flat screen TV in master, guestroom, master bathroom, outside, and in den. Apple TV, including Netflix and Cable. 15 minute drive to Beverly Hills, West Hollywood, 20 minute drive to beaches, 5 minutes from Universal Studios Hollywood and Citiwalk, and walking distance to restaurants and Ralphs Supermarket. Great suburban feeling community in the middle o
## 234 My place is close to North Hollywood Arts District, Universal Studios, MANY cool bars, a huge Park, a handful of Starbucks', ALL of the freeways and any type of restaurant you could hope for. Also, a ton of fast food is nearby as well. You’ll love my place because of the space & the location, it is the tip of the triangle! It will take you 20min to get to Silverlake on one side and 20min to get to the beach on the other! 10 min to Hollywood, 25min downtown. Close to Buses and The Metro! What won me over about this space is... the space! The floorpan is so open and filled with daylight. I have it decorated in a very retro, modern way. It's a cool place with a lot of character. The balcony has a garden and looks out over the pool. The breakfast nook looks on over the balcony! You have your own private bathroom with a bath/shower and the master bedroom has a ton of space! You will have access to the whole apartment, minus the guest bedroom/bathroom which is where my lovely roommate Alliso
## 235 Great Tourist Location. Comfortable Home in Valley Village, quite and safe residential area.Close to Universal Studios, Burbank Airport, Studio City, Shopping, Restaurants and More. Just few blocks away from the Orange Bus Line and 1 mile away from the Metro North Hollywood Station, which takes you to Universal Studios, Hollywood Blvd, the Chinese Theater and the Stars Walk-of-Fame. Driving is 2min from the 170 and the 101 freeway. Includes free WiFi, Flat Smart-TV + cable service and more. Super clean 3 bedroom home on a corner lot, with big private backyard and close to transportation and shopping. Kitchen, Separate Dining Area, Living Room with fireplace, 1 full shower bathroom with high-end shower/massage heads, and an extra half a bath. All bedrooms comes with clean bed-sheets. Clean towels on site and basic toilettes. There is an extra mattress that can be setup in the living room for an extra 7th person. Private driveway for you to park. Very safe and quiet residential neighbor
## 236 Re listed as of May 2017. Perfect for med student interviews, internship, electives. 5 min walk to .50 shuttle bus: drop off in front of LAC+USC Hospital (1.5 miles away). New: carpet, curtains & bedding sets. Queen air bed and small futon memory foam 32" TV with Netflix & WiFi. Hello and welcome to our humble home. We look forward to hosting you. We can do last minute to same day accommodations if the room is available. Just contact us and let us know. We can try to work it out. : ) Please be sure to read our listing as it is very informative and will most likely answer any questions you might have. Comfortable & clean room. WiFi. "32 TV, Blu ray and dvd player with Netflix Light breakfast is included for an additional 5 per person (coffee, tea, juice, water, cereal, oatmeal, fruit, etc...varying). Microwave available. Just in case you forget yours at home, we provide some complimentary toiletries at no extra charge. Queen size air bed and small comfy futon with memory foam.
## 237 My cozy condo is close to Brentwood Farmers Market, Restaurants & Bars, The Beach and much more.. You’ll love my place because of the comfy bed, the homey vibe, the full kitchen, the high loft ceilings, the views, the neighborhood and neighbors, and how clean and crisp it is inside. My place is great for couples, solo adventurers, and business travelers, as well as young adults. Make yourself at home :) My space is a loft style with amazing natural light. There are two full bathrooms as well as a balcony on the top floor with a hammock swing, and a balcony on the bottom floor with a set of wicker chairs, a table, and beautiful plants surrounding. There are 2 parking spots in the safe secure garage as well as a nice clean pool and sauna. The gym is located directly across the pool area. Pool Sauna Gym Washer/Dryer (in unit) Full Kitchen I am available anytime you may have a question or need a suggestion on my cell phone. Safe Friendly neighbors Location- Everywhere in LA is close by Fun
## 238 A lively home with a panoramic view in the heart of Calabasas. Great for those seeking the true CA adventure for work or play. Minutes to CA's most fabulous wineries, beaches, hiking trails and cultural hot spots | 10mls Beverly Hills | 10mls Malibu | 20mls Hollywood + DTLA | 15mls Venice Beach. The private bedroom is equipped with luxurious linens and a hotel-style pillow-top queen size bed. Enjoy lightning fast wifi, Netflix, Amazon Prime and full DirectTV from the 42' smart TV. There is a pool and jacuzzi located within a few steps from front door. Backyard gazebo for outside dining and cocktails / happy hour / coffee or tea. The home is permanently occupied with two working professionals. The space includes designer kitchen; living space, luxurious pool and spa, patio, golfing access to famous Calabasas Country Club across the street (Golf Clubs available). There is much to explore. We are here to help make your stay fabulous and memorable. Calabasas is a wonderful, centrally locat
## 239 My place is a 200 sqft Jr Suite. Airport(30ml). Within 5 miles radius; Shopping Centers, Mall, Restaurant, Movie Theatre, Nightlife, Malibu Beach (9ml), Santa monica Beach and Pier(15ml), City Center, Raw Nature, Parks and Hikes within walking distance. You’ll love my place because of the people, outdoors space, and the ambiance, Pool, Sauna, Jacuzzi, Tennis & BasketBall court, Playground and Barbeque. My place is good for couples, solo adventurers, business travelers, and families with kids. My place is a 200 sqft Jr Suite. Airport(30ml). Within 5 miles radius; Shopping Centers, Mall, Restaurant, Movie Theatre, Nightlife, Malibu Beach (9ml), Santa monica Beach and Pier(15ml), City Center, Raw Nature, Parks and Hikes within walking distance. You’ll love my place because of the people, outdoors space, and the ambiance, Pool, Sauna, Jacuzzi, Tennis & BasketBall court, Playground and Barbeque. My place is good for couples, solo adventurers, business travelers, and families with kids. With
## 240 Clean, bright, spacious bedroom with comfortable queen size bed, large desk and ample closet space, nestled in a quiet Calabasas neighborhood within driving distance of everything you want to see in Southern California. Clean, warm and spacious room. Guests love staying with me and say they feel comfortable and at home. It's a home away from home! Minimum stay 1 week. Kitchen is available for light cooking (except seafood). Living, dining room and outside patio available for occasional use, laundry on premises. Happy to help in whatever way I can, before going to work and most evenings and on weekends when I'm home. Quiet and safe residential neighborhood with parks and hiking trails nearby. Home of many celebrities. 15 minute drive to Malibu and beaches. Within 30-45 minutes of most Los Angeles area attractions. 90 minutes to Santa Barbara and Santa Inez Valley Wine Country. 60-90 minutes to Disneyland and Orange County. Easy access to 101 freeway Monday morning street parking is r
## 241 This private studio is perfect for your upcoming stay. Conveniently, you can find ample street parking and enter through your own private entrance. It has all the amenities of a luxury studio apartment. Including a kitchenette with the essentials (cups, plates, pot/pans, kitchen utensils, mini fridge), and upgrades such as an AC/Heater with remote, a large ceiling fan, a Smart TV with free Netflix and Hulu, a large California King bed, a Sofa bed, and a dining table for 4. We are essentially located in a noise free area, with nearby entertainment and shopping! 3 Malls within 3 mile radius, amazing restaurants, and several movie theaters. The whole studio is yours. You'll have a private outdoor patio area with table and seating. I love to greet guest and show them the space and amenities. I am always available via text if you have any additional request. The immediate neighborhood is very quiet and serene. Our average stay is about two weeks, but long term guests have stayed nearly fo
## 242 The private bedroom with the attached private bathroom is just across the street from both the Topanga Mall and the Village. Located central to the Valley and right between both the Westfield Topanga Mall and the the Village, gain access to NeimanMarcus, Tiffany's, Costco, Crate and Barrel, 24 Hour Fitness, EMC Seafood &Raw Bar, Il Fornaio, and Larsen's Steakhouse to name a few literally a few steps away! Home is recently remodeled; the bathroom toilet, faucet, and shower head were just replaced! Our queen mattress is also brand new! -Mini fridge and freezer in the room -Nespresso maker in the room for your use with nespresso pods provided free. -Clean towels and linens -Free 150 mbps Wifi -Shampoo, soap, hair dryer -Remote controlled ceiling light/fan -Air purification system in room -Essential oils mister in room -Full private bathroom with shower attached to room -Private Driveway Parking -Touchscreen Personal Code Access to Front Door Backyard access is available as needed! We are
## 243 Enjoy staying near Hollywood in this very clean eclectic space! Situated in the home of a Los Angeles music & TV professional. Includes all the amenities a hip person needs! Very sunny, neat & clean space for a relaxing stay just outside of Los Angeles situated in the West san Fernando Valley. Full use of kitchen & coin operated laundry facility. Host will be available to assist traveler during stay, very discreet and respectful. Chatsworth is a historic equestrian town very close to everything in Los Angeles via the (PHONE NUMBER HIDDEN) freeways. Starbuck nextdoor, Trader Joe's and major Supermarket across the street. Within blocks of Chatsworth train station (Metrolink Orange Line) Metro Bus Stop right outside. (schedule is provided for guest) Drive to Hollywood: 34 min (26.2 mi) via CA-118 E Host is entertainment industry professional in TV & Music production, very in tune with events and nightlife entertainment options in the area.
## 244 Spacious bedroom with private bathroom. We have elevator in building. We have open kitchen, living room, washing machine. We are in downtown LA, Chinatown. Next to Korean town, Japan town and Union Station. Several bus stations are next to us. We have Free parking:) We provide maps. We can show you where to easily walk to, where it is better to drive, or take a bus. We will give you a list to show you where we think are the best place to eat and travel in LA. Please keep the environment clean and quiet. After 9 pm, please do not play music or TV loudly. People who live in the complex usually need to go work early. Feel free to ask us questions about our apartment and travel in LA. We look forward to help each of our guests! Private room and private restroom Full Kitchen (breakfast included-cereal & milk) Washer and dryer Parking Easy Access to bus station&Union Station Elevators Swimming Pool Gym Basketball Court Running track Steam room If you want to look around downtown LA, we c
## 245 Amazing location at a luxury management complex filled with resort style amenities. The apartment is decked out with high-end furnishings as well as entertainment and comfort ! Once inside, you will feel the luxury of comfort and entertainment extended throughout the apartment. Although this is a large building complex with many apartments. APARTMENT FEATURES: -Free WiFi - Smart TV -Full size fridge, with ice-maker -Microwave -Oven -Dishwasher -Coffee maker -Washer/dryer in unit -Large bathroom with glass shower -Towels and toiletries -Very comfy Quinn Beeds -Sofa bed -Extra blankets available -Full size electric air mattress (not pictured) BUILDING FEATURES: -4 pools, 2 heated -2 hot tubs -24 hour gym -24 hour sauna -24 hour steam room -Full size basketball court -Full size sand volleyball court -walking paths/outdoor track -Karaoke lounge -Dry cleaning service (for additional fee) This large complex includes 3 buildings connected by inner bridges. Guests will have access to
## 246 My place is close to Staples Center. You’ll love my place because of the location, the ambiance, and the people. My place is good for couples, solo adventurers, and business travelers.
## 247 Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, Snaaaapchaaaaaat, Symantec etc - 10 min to Santa Monica Co-working space (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA!
## 248 This room has a queen bed, its own bathroom with a shower and its own entrance. A 2nd bed is a fold-out cot that can be placed upon request. The house was used to film a few scenes for a few episodes of the “Agents of SHIELD” TV show, aired on ABC. We make an attempt to create a habitat of happiness. It’s a place to relax and reflect surrounded by the tranquility of the water garden. Our house was built in 2006, completed 2008, modeled after a craftsman style. It was a labor of love. Craftsmanship details featured both outside and inside the house. Detailed wood and stone workings. The house was built with environmental friendliness in mind. Heating is by hydronic heating system under hard-wood (hickory) floor throughout the house. Insulation by shredded blue jean. Whole house water filter. Power mostly by solar energy. Paint and stain are eco-friendly. No particle boards were used. Front yard has mature liquid ambers and curvy Korean grass. Koi fish are about 20 years old. Small water
## 249 You'll love your stay in our 1 bedroom apartment in Culver City. A few blocks away from the restaurants on Culver's Main Street, near Sony Picture Studios, and a short drive to Venice Beach and Santa Monica Pier. Culver is a great place to stay while you explore the LA sights! This apartment opens up into the bright and spacious open living room/dining room area. The living room has a 55 inch TV (with ROKU streaming) and a sofa that seats 3 and turns into another bed. The kitchen will be stocked with the essentials you'll need for your stay (pots, pans, plates, utensils, etc). Continue to the back of the apartment and to the left is the bathroom (with a shower/tub combo) and to the right you'll find the bedroom furnished with a comfortable queen sized mattress and plenty of closet space and floor-to-ceiling mirrors. There is tandem off street parking for 2 cars. Note: When booking, please keep in mind, you're renting a space in a neighborhood where other people live. We know you're h
## 250 Our studio-style guest house is self-contained and private, with access through a garden shared with host. The ideal spot for the budget traveler - with a comfy bed, sofa, bathroom, fridge and coffee facilities (no kitchen!). Please note that this isn't a fancy space, but has lots of character and is priced accordingly. Perfectly located for exploring LA, we are in a safe area an easy drive to the beach, but also close to the freeway. We are also a short bus ride from the newly opened Expo. We renovated our garage to create a guest house for our frequent visitors from Europe. In between family and friends we accept the occasional carefully vetted Airbnb guest. This is not a full time job for us, just a way to meet new people and bring in a little extra cash. While we go out of our way to make guests feel welcome, this is a budget vacation spot - so please expect that! Hopefully that comes across in the listing. The guest house is accessed via a shared back garden, and guests are welco
## 251 You will love this spacious house tucked away amongst beautiful gardens. The decor is full of natural wood, live plants and has a very bohemian feel. The house is centrally located with quick access to beaches, downtown Culver City & LAX. This is a MASSIVE 1 bedroom house in Mar Vista. It includes a King size mattress in the bedroom and a couch that pulls out into a Queen size bed. The pull out mattress is foam, and we have a memory foam topper for it as well. The house is decorated with alot of natural wood furniture, live plants, and an eclectic mix of other furniture and accents. The kitchen has everything from a high powered blender & food processor to multiple cutting boards and knives so a family can cook and enjoy meals outdoors on our patio dining table amongst the exotic plants and flowers in our gardens. You have access to the house and the laundry room. Please do not take anything that you did not bring with you. We will be available via email, and depending on the dates you
## 252 Our modern 3 bedroom open floor plan house with 10 ft ceilings has a brand new kitchen, new bathroom cabinets, new bamboo flooring throughout the house (all renovated in 2016). 3 BR (king, queen, bunk bed with two fulls), 2.5 BD + a yard (ping-pong). Ideal for families. Our modern 1,500 square foot open floor plan house with 10 ft ceilings has 3 BR (king, queen, 2 singles), 2.5 BD + a very nice sized yard (ping-pong, 5 bikes), ideal for families w/ kids. It is located on a quiet street, close to lots of restaurants in walking distance. 2.5 miles to beach along the Ballona creek by bike or 5 minutes away from Venice beach by car. New house built in 2008. It's in a nice bright and airy place in a great location. The master bedroom has its own full bathroom, the other two bedrooms share a bathroom that is located between them. There is an additional half bathroom off the living room. Very friendly and cozy neighborhood, nice neighbors and great things to do in the area. We have one s
## 253 The space Our charming house is nestled in the historic heart of Hollywood. Walking distance to Kodak Theater,Chinese Theatre, Hollywood Bowl, Runyon Canyon,Magic Castle. Redline subway or 101 Freeway to Universal Studios, Griffith Park. Our place is good for couples, solo adventurers, and business travelers. Even though its in the heart of Hollywood you can retreat in the quiet of our patio overlooking the city of Los Angeles enjoying stunning views and the true Hollywood ambiance. We have a very comfortable King size-bed for 2 in the Master-bedroom. We respect our guests' privacy but will be happy to help you with any upcoming question and or tips. Closely located next to the 101 Freeway and only 5 min walking distance to Redline subway . We also have a designated parking spot for our guests available.
## 254 Walking distance to some of Hollywoods trendy's bars, clubs, and restaurants, come feel the history of Hollywood's historic stars and enjoy the landmarks Los Angeles has to offer.
## 255 Beautiful unit with large terrace underneath the famous Hollywood sign in Beachwood Canyon. Quiet, reclusive with lush vegetation yet close to downtown Hollywood this is the perfect retreat featuring a private deck with outdoor dining set. Location...Location...Location. This Spanish gem is located in quiet residential Beachwood Canyon yet only minutes away from Downtown Hollywood. Whole apartment with outside garden with dining set. I am available to help at any time. Let me know any questions or how I can help. Beachwood Canyon is located underneath the famous Hollywood sign. A great area to relax, go for bike rides or hikes. Beachwood Village is a 2 minute walk away offering a grocery store, restaurants and coffee shop. Beachwood Market is just up the street with groceries and dining.
## 256 Live the California dream in our modern contemporary, hillside home. Say good morning to the Hollywood sign and say good night to the moon between two palm trees... Hillside home with canyon, downtown and Hollywood sign views and your own private pool! 3 bedrooms, 2 bath. 2 adjoining bedrooms, ideal for siblings with one full-size bed which can sleep 2 adults comfortably and the other bedroom with a bunk-bed and direct access to bathroom. 1 bedroom with a queen-size bed and a view to the terrace. There are large sectional sofas and sleeping bags that can accommodate extra guests upon request. Can sleep a maximum of 8 people. All amenities included: washer/dryer, coffee maker, hair dryer, linens, towels etc. This is our main residence so it will feel more like you are staying at a friend's house while they are away rather than a simple rental house. Enjoy the secluded area, home to Hollywood stars while only minutes away from restaurants and entertainment. 10 to 15 minutes to all
## 257 When you visit Los Angeles, Hollywood Walk of Fame must be in your top priority list. While enjoying your stay in this pretty designed apartment it’s only a block away in reaching the Walk of Fame and make your friends envy. A perfect location for business travelers commuting into The City or regular travelers wanting a great jumping off point from LA Hollywood Walk of Fame. It’s very nice to travel while you are being host with such a great place with a blend of belonging and excitement. Our place will not be the best among all but we offer the best flow of energy to let you feel just right in your stay. This place is for everyone whether you are travelling alone, as a couple from honeymoon or on a family adventure, this place is definitely for you and the best choice for an experience that you will always remember. The kitchen is entirely equipped with nice full bath, a wide bedroom and a spacious parking included. It’s not just a beautiful place but you’ll also love the coziness, t
## 258 JUST BUILT !!This is a spectacular masterpiece home, where modern int design meets vintage exterior! A beautiful new construction with both indoor & outdoor living including a multi-level outdoor deck and gorgeous palm trees for privacy. Enjoy stunning views with a total of 5 bedrooms/master br with jacuzzi tub & steam shower. 5.5 bathrooms with upcycle glass countertops & all Viking kitchen. Close to all Hollywood entertainment. You are guaranteed a unique, lavish & relaxing Cali experience! All bedrooms have connecting bathrooms and 3 of the 5 bedrooms have outdoor access , (The 5th bedroom is its own guest suite ) The entire area Up the hill enough for a view but still only 1/2 mile from Hollywood Blvd and many attractions
## 259 Location. Location. Location. Great space with free parking in the heart of Hollywood. Free Wi-Fi, Smart TV, Walking distance to coffee shops, restaurants, bars, Hollywood walk of Fame, The Hollywood Bowl and metro stations. In a secure building with laundry on site Free gated parking spot, Free WiFi provided, Smart TV with Roku and complimentary Netflix. This clean and comfortable studio apartment is the perfect alternative to hotel rooms. Experience Hollywood and the convenience of a great location. Fall asleep in a very comfortable bed with memory foam pillows. Washer and dryers located in the basement. I am available to help via e-mail, message, or phone. Great walking neighborhood! I'll have a list of suggestions for great coffee shops and restaurants for you to check out during your stay if you like. The metro is an 8 minute walk away and can get you downtown, Universal Studios, Union Station. There is also bus service to take you all over the city. Please send a note with any
## 260 In the foothills of the Hollywood Hills, my guesthouse is close to Griffith Park (Hollywood sign), Bronson Canyon Park, The Observatory, La Poubelle Bistro, Birds, Franklin and Co, Metro Line Stations, Walk of Fame. You’ll love my place because of the location and the ambiance. The guesthouse is perfect for couples and families (with kids). The guesthouse is conveniently located in walking distance to pretty much everything. Its full of light and a quiet, serene little space. Theres a little kitchen and bathroom with the bed up top on the mezzanine. The park (hollywood sign, hiking the trails, zoo, observatory) is all a short walk up the hill. The famous La Poubelle Bar, Birds Restaurant and Franklin Tavern are around the corner and Hollywood Boulevard (the famous stars, chinese theatre etc) are all walking distance. You will have access from the street via the driveway and in general the street is pretty quiet. There are a lot of friends in the neighborhood and its a family environm
## 261 Ideally located in the Hollywood Knolls sits an elegant and sophisticated contemporary retreat with stunning architectural details. This 5000 sq ft Spanish home includes 4 bed, 5 bath, kitchen with restaurant quality stainless appliance, lagoon shaped pool, out door bar. Large 1200 sq ft master wing with fireplace, sauna, and lounge area. Indoor bar. Private elevator. Minutes to Warner Brothers and Disney Studios, Universal, downtown LA and Hollywood. Events for 15-20 guest only please.
## 262 Authentic three bedroom, two bathroom house with complete amenities and a beautiful outside patio sitting area. The house is located at the heart of the Hollywood Hills within 10 minutes or less from: Universal Studios, Hollywood Walk of Fame, Hollywood Sign, Griffith Observatory, LA Zoo, AFI, Kaiser, Beachwood Canyon. Perfect spot for families with kids, traveling business professionals, artists, writers, producers, and traveling talents. One bedroom with a fire place and a king bed. One bedroom with a sofa that opens to a twin bed. One bedroom with a toddler's bed. Three additional air beds for older kids. Lovely patio to enjoy the afternoon chill. Built in grill for professional BBQ. Fully equipped kitchen and breakfast nook. Three bedrooms (one of them a kids room). Two LCD televisions. WiFi. Patio with sitting areas and a side mountain view. Built-in gas grill for the ultimate BBQ. There is a house manager who is available on call when needed. Places Nearby (10 minutes or les
## 263 This is the closest house to the HOLLYWOOD sign, adjacent to the 4000 acres of Griffith Park. Once owned by the 60's band The Association (Cherish, Windy, Never My Love), this house has a long Rock n Roll history. David Crosby was introduced to Graham Nash by Mama Cass at a party in this house. If you want everything new and shiny like The Four Seasons, you should book a room at The Four Seasons. This is a rustic Rock 'n Roll Landmark house built in 1963, photographed by Linda McCartney in 1967. 4 bedrooms: 2 with private bathrooms, 2 share a bathroom TV loft, A-Frame livingroom with piano, patios, full kitchen, Jacuzzi Common areas include the kitchen, livingroom, TV loft, and Jacuzzi deck. My studio in the garage is by invitation only. I am normally available on-site, working out of the garage/studio to address any problems. In 2014, Moby photographed the house and wrote this in his blog: i was out hiking today and i came across this perfect little a-frame house. whenever i see perfe
## 264 Enjoy my Hollywood Blvd. penthouse located footsteps from the Walk of Fame. My apartment is located in the center of Hollywood. The apartment is one bedroom and a loft space with 25ft. ceiling and a balcony with fantastic views. There is a designated parking spot that is located in a secure underground parking garage. The apartment is located extremely close to all major transportation such as the LA Metro and subway station. Brand New Penthouse LOFT with 6 beds!! ONE MINUTE AWAY FROM HOLLYWOOD BLVD! FREE parking spot, FREE WIFI, Washer/Dryer in unit, Dishwasher, Full Kitchen, AC, 24h security. Walking distance to all the main attractions in Hollywood. Rates will go up as we get more reviews. THIS VIP PENTHOUSE IS ABSOLUTELY GORGEOUS! IT SLEEPS 8 GUESTS WITH OVER 5 BEDS INCLUDING A QUEEN PULL OUT COUCH. IT'S LOCATED ONE MINUTE AWAY FROM THE WALK OF FAME AND IS IN THE CENTER EVERY ATTRACTION HOLLYWOOD HAS TO OFFER. Apartment Features: • Sleeps 8 • You get the entire apartment • FREE Wi
## 265 Located in the exclusive Oaks on a cul de sac, this room has a comfortable memory foam Queen bed, lovely furnishings & includes utilities, wifi, referring & complimentary laundry facilities. There is a pool & extensive landscaping in the backyard. Exclusive section of the Oaks, it is half a mile from Franklin Village, with great restaurants, a market and entertainment, and about 5 blocks from the Bronson Canyon Park where the famous Batman Cave is located. The entire house is accessible: Living room, Dining room, Den, Front porch, Pool and outdoor dining tables with lounge chairs for sunning and relaxation. I live there so I can be seen at different hours daily. This is one of the safest and best neighborhoods in the United States. It is a celebrity enclave and very private. Parking is free across the street for an unlimited time. You can use Uber and Lift but the public transportation is a half mile down the hill. We have three roommates who drive down every day and we can give r
## 266 A Super comfortable Queen Bed in a Cozy Master Bedroom in the heart of Hollywood, walking distance to major attractions and metro station, pretty safe area. Fresh towels & sheets, relax watching 40"TV with Amazon, Netflix with a nice cup of coffee. Wifi, A/C Gated parking space upon request You'll be staying in your own Private Master Bedroom in my spacious 2bed/2bath The Master bedroom has a queen sized bed that comfortably sleeps 2, with his own private bathroom. HDTV with AmazonTv and Netflix to watch as many movie as you desire. Coffee machine in your room, to wake up with a fresh cup of coffee, there is tea, water and wine as well. Fresh towels -Laundry room with washer and dryer in the building. -Gated parking space (upon request) -Fast Wi-Fi connection -Refrigerator and Microwave I can be reached anytime by phone/ text or in person. This neighborhood is amazing, friendly and safe. We have a small market in the corner and around the corner there is a shopping center with
## 267 Right in the heart of Hollywood, steps away from the best the city has to offer. Centrally located, comes with free gated parking spot, free and fast wifi, and a smart TV preloaded with Netflix and Hulu. My place is close to In-N-Out Burger, Bossa Nova, and Hollywood Farmers Market. You’ll love my place because of the location, the people, the ambiance, and the neighborhood. My place is good for couples, solo adventurers, and business travelers.
## 268 Extra Large top floor one bed room apartment with private balcony overlooking a garden patio. Super comfortable Queen size bed + futon that folds out in a separate room. Walking distance to all the sights and sounds of Hollywood! Extra large 1 bedroom with a fantastic private balcony. The set up is like a master hotel suite with a bonus bedroom/living room that connects to the balcony. This is one of three units with it's own private entrance. I live in the front house and there is another AIRBNB downstairs. I live in the front house and will be available if you need anything or have any questions.
## 269 My place is close to Vencie, Santa Monica, Playa Vista, very close to the 405 and the 90. You’ll love my place because of it's a big room in a big house right next to the LA river, which means a lot of quite! There are two roommates who will stay with you in their 20's, very respectful and easy going, but professional and not home a lot. We also have a small miniature schnauzer name Fabio :) . It's a master bedroom, you will have your own bathroom.
## 270 Zen space, quiet, easy to get to everything
## 271 My place is close to all Westside neighbourhoods such as Venice, Santa Monica, Playa, Redondo, Hermosa. 5 minute walking distance to the beach and all restaurants, grocery stores, and shopping center. You’ll love my place because of the kitchen is fully equipped, bright daytime lighting, pull out couch in case of extra guests, spacious, and comfy!. My place is good for couples, solo adventurers, and business travelers. Guest will have access to full amenities in building. Amenities include: - Updated fitness center and flex studio with cutting-edge - - Technogym cardio equipment and weights - Instructor-led fitness classes - Business center - Refreshed elevator lobbies and corridors - Controlled/gated access - On-site dog park - On-site laundry facilities - Reserved, covered parking - Two spas - Two swimming pools - Sauna - Zen sundeck and lounge - Community clubhouse with billiards - WiFi lounge - Gourmet barbecues and outdoor fireplace - Two conference rooms I am available 24/7 to a
## 272 I have a wonderful three level 1 bedroom, 1.5 bathrooms. Loft-like layout. Dark hardwood floors. Amazing breeze. Great views. Quiet neighborhood. Great to get away from the craziness of LA, while having it within reach if you want it. The kitchen, living room and half bathroom is on the first level. The bedroom, office area, laundry and full bathroom with shower and tub, is on the second level. The third level is the roof deck with a bbq grill. I also, have a personal storage space on the third level. Plenty of unrestricted street parking. I live in a quiet building with great neighbors. I never receive any complaints when I play music or watch movies with surround sound during the day and evening. There is a courtesy rule for noise level and not running the washer/dryer and dishwasher after 9pm. I haven't had any issues tho and I watch movies pretty late on occasion. Everyone in the building is nice, however, you don't see them often. There are plenty of restaurants in the area ran
## 273 Quiet, cozy, clean, stylish 1 bedroom cottage near beach, LAX, great restaurants and shopping. Perfect for a couple or someone visiting L.A. for business. We have a renovated cozy, quiet and uncluttered cottage on our property that is perfect for a visit to the Westside of Los Angeles. The one bedroom cottage has a small front room with a comfy chair and small bistro table with two chairs, small kitchen, bedroom and bathroom with amenities. The cottage is small - approximately 550 square feet. The property is extremely private as it is surrounded by a grove of giant bamboo trees. Please note that this cottage is on our property. You must come through the front gate of our main house and walk down a path to get to the private cottage. We don't live in this cottage so there are no personal knick-knacks or clutter. It's just a clean, zen space perfect for a peaceful and fun visit to Los Angeles. Perfect for a couple or an individual who has to visit Los Angeles for business. You'll
## 274 Our vintage, sunny two bedroom/one bath home is an uncluttered and cozy place for your stay. Just ten minutes to the airport and conveniently located to take advantage of all that Los Angeles has to offer, from the beaches to the city. Cali king bed, 1500 TC sheets, and blackout curtains in the master bedroom. Two twin size beds and an additional blow up twin mattress in BR2 Within 5-10 minutes of: Whole Foods, Starbucks, cafes, I405, I10, US 90, Venice Beach, Santa Monica, Marina Del Rey. Furnished kitchen with modern appliances, including a washer. Central heating is independent and very efficient, along with a window A/C unit in the main living area. WiFi available alongside a smart TV Private driveway Spacious backyard with outdoor seating under an avocado tree, and access to a grill We made sure the bedding would provide a great night’s sleep (pillows have been updated since photos have been taken!). The master bedroom has a Tempurpedic California king size bed, 1500 thread cou
## 275 Romantic motor yacht in beautiful Marina Del Rey. minutes from LAX Intl airpot, Venice and Santa Monica. It has 2 large beds can sleep 4 and one bath room. Small kitchen with fridge, range and microwave. Romantic motor yacht in beautiful Marina Del Rey, 5 miles from LAX, 3 miles to Venice and 5 miles to Santa Monica. It is a 1989 Searay Sundancer 34' with 2 large beds and one bath. The outside cockpit is spacious and open, great to sit and watch the sunset. The foredeck is a nice area for sun bathing. The yacht is well maintained and fully seaworthy. The inside has one king size bed and one queen bed. It has a dorm sized kitchen with fridge, range, microwave, ice maker and sink. The bathroom has a house size toilet and small sink. This little yacht is bright, clean, charming and a great size boat for couples and families for an unforgettable get away. Guest can use the entire boat. We also have free guest parking permit available. When guests have extra time, I'd hangout and chat wit
## 276 A nice bright & airy extra bedroom in our home with built in desk (great for your laptop), dresser, closet and comfortable queen size bed. Private bathroom. Culver City is centrally located for easy access to/from LAX airport, the beaches, Marina del Rey, Beverly Hills, Hollywood. Come and enjoy our easy going, So Cal, lifestyle. Sorry, no pets allowed. This is a No Smoking facility. No smoking is allowed anywhere on the premises. The bedroom is large and airy with a queen size bed, built in desk, dresser and closet. Private bathroom. TV, WiFi, & Jacuzzi are also at your disposal. We'll have a continental breakfast available from 7 to 9am daily. Coffee, orange juice, toast, fruit & cereal . ALSO- If you have a 3rd or 4th person in your group you can reserve our second bedroom for only 25 per night (see our other listing - Welcome to Culver City #2). A comfortable AreoBed (deluxe inflatable mattress) is used in that bedroom. You must ask for a special offer on #2 for us to give you th
## 277 Entire brand new Hollywood apartment located at Walk of Fame. Gorgeous Furniture, FREE Parking, FREE WiFi, TV, Netflix and Amazon Video, Pool, Jacuzzi, 24Hour Fitness Room, Full Kitchen, Washer/Dryer, Dishwasher, Central AC, Heat. Everything you need for your PERFECT VACATION ! PLEASE NOTE: There is currently a construction next to our building, we are sorry if it cause any noise or inconvenience. We want to be clear and upfront with our guests. Welcome to Hollywood! You get entire brand new apartment and furniture located a block away from bustling Hollywood Boulevard Walk of Fame. Stay right in the heart of Hollywood!!! Apartment Features: • Sleeps 2 • You get the entire apartment • FREE Parking • FREE WiFi • Located right in the HEART OF HOLLYWOOD • 1 Modern Queen sized bed • Laundry Facilities inside the unit (Detergent is not provided) • All brand new furniture and apartment • Full Kitchen • Full Size Refrigerator • Dishwasher (dishwasher pods are not provided), Microwave,
## 278 700 square feet of pure perfection. This condo is newly renovated, all stainless steel high appliances, with gorgeous pool and courtyard views. There is a second bed in the closet that can be used if you need it. Washer/Dryer & Parking included. This condo is located in one of the most expensive and notable building in Hollywood.... You're centrally located right on Hollywood BLVD, just steps away from the Hottest Restaurants, Bars, Gyms, Nightlife and Tourist attractions. Parking is included, get ready to have the vacation of your dreams in this one of a kind property. • Entire place to yourself! • Guest support 24/7 • Professional maid services • View of Hollywood and Walk of Fame • Stainless steel appliances • Walk-in closet • Oversized double pane windows • Central Air Conditioning • Pool with lounge areas and sundeck • Large Gym • Fitness studio • FREE WiFi • FREE parking • FULL kitchen • Washer / dryer inside the apartment • Natural shampoo and hand soap • Fresh clean cotton towe
## 279 Private room available in the HEART OF HOLLYWOOD! Walk to Kodak Theater, Chinese Man, Hollywood walk of Fame. See the stars hand prints! Close to shops, mall, metro, restaurants, Runyan canyon and Hollywood sign! Swimming pool, laundry, must like cat
## 280 Love the Hollywood Walk of Fame? Love music and a wonderful nightlife? Well you've come to the right place! Enjoy your stay at this marvelous Hollywood home walking distance away from the Stars and the legendary Guitar Center! With Fairfax Ave, The ArcLight, and The Fonda Theatre amongst many of the exciting hotspots nearby, your stay is guaranteed to be a wonderful one. This unit also includes one of our BIGGEST balconies facing the pool! Cozy, fully furnished apartment, ready for you to move in and feel right at home! You'll have access to whole apartment and all building amenities Throughout your stay, you'll have someone dedicated to making sure your trip is perfect. Available from 9am-9pm.
## 281 Blocks away from sm Blvd and sunset strip/ plenty of attractions/ dogs and cat lovers - gay friendly
## 282 Stylish remodeled one bedroom apartment in a nice area of Hollywood. Close to restaurants, shopping and theaters. Ideal for long term stays with all the amenities of home. Fully remodeled bathroom and new kitchen with brand new appliances. A nicely appointed one bedroom with a gated parking spot, coin operated laundry room ( shared) located one block from Plummer Park. A nice walking neighborhood located close to the Aroma Cafe and Babushka's Russian Deli. You will have the entire one bedroom apartment to your self. Has an inflatable mattress with an extra set of sheets and towels for extra guest. Check in time is 3pm and check out time is 11am. If you need any information about restaurants or sight seeing, just text or call me and I'll be happy to help. Located one block from West Hollywood Border on Fountain Street, this is neighborhood is a very popular neighborhood for young professionals and young aspiring Actors and Artist. Located one block from the famous Guitar Center
## 283 Brilliant 1 bedroom apartment in the heart of Hollywood! Relax in this safe and clean apartment while visiting LA, or lay out by the newly remodeled swimming pool right outside your door. The building is gated and secure and located in prime Hollywood you are steps way from all of the best attractions. There are great restaurants, public transportation and hiking trails right outside the buildings front door. Perfect for short or long term stays. This one bedroom apartment is very well kept and is both clean and safe. There is security access to the building only. I provide all linens as well as shampoo, conditioner, hand soap, bath gel, lotion and coffee. This is a quiet, family building. PLEASE be aware that quiet hours are from 9pm to 9am. The apartment is not suitable for parties or gatherings. Only registered guests are allowed. You have full access to the newly remodeled swimming pool that is located right outside your front door. There is also a laundry room on premises. I
## 284 This apartment is a smartly designed well-constructed environment for discerning residents located in vibrant Hollywood. Furniture is all new, the building was constructed just last year. Fantastic social scene and steps to nightlife & restaurants. This is a stunning corner apartment in Hollywood's most desirable residential building. This property has won numerous industry awards for architecture and service. Your apartment is immaculately clean with high ceilings, many windows, state-of-the-art appliances and washer-dryer in apartment. You have full access to all building amenities including gated parking, gym, pool, lounge, business center, complimentary classes and more. This is a private apartment. We will meet you to give you keys and answer any questions you might have. After that we will be available locally by phone at any time. LA's best restaurants and nightlife are right outside your door. Walk to Hollywood & Highland, the Walk of Fame, Farmer's Market, and dozens of w
## 285 My place is close to In-N-Out Burger, Hollywood Farmers' Market, Laugh Factory, El Compadre Restaurant, The Griddle Cafe Sunset Plaza. You’ll love my place because of the comfy bed, the coziness Hollywood vibe safe . My place is good for couples, solo adventurers, and business travelers.
## 286 Located within walking distance to all Hollywood has to offer, but distant enough to relax on the outdoor patio and have a cup of coffee. Charming 1920s apartment with lots of natural light, smoke free, pet free, and on the ground level. *4night minimum* The bedroom has a queen size bed and night stand with bedside lamp. All bedding is included and cleaned after each guest. The bedroom has blackout curtains and blinds, so the room is dark and perfect for sleeping at all hours. The living room has an 86" couch with an ottoman, coffee table, side table and lamp. 42" TV and Apple TV for video watching. Dining room seats 4, and also includes a bar with 2 bar stools. The kitchen is fully equipped if you chose to cook a meal at home. Please make sure to clean up after yourself and do not place pots or pans in the dishwasher. You have access to the entire apartment except for the back room. It will be locked. My availability is open via text or email. Usually I will respond within 1 hour, a
## 287 over-sized, spacious 1 bedroom on ground floor of Spanish Revival home in a quiet residential area of Hollywood, walk to everything Hollywood. Excellent base for your stay in LA, conveniently located for walking metro and buses. Large kitchen, free off street parking, reliable wifi. Loving details, arty and comfortable. Walk everywhere in Hollywood! Coveted free parking space right in front of the home for your car. Super spacious 1 Bedroom /1 Bath Spanish style home, full of light, with high coved ceilings and 1921 Batchelder fireplace The living room is 20 by 32 ft, the bedroom is 16/18 ft . Large L- shaped eat-in kitchen with washer. Hardwood floors throughout, tile bath. Ceiling to floor windows in the living room. Bathroom is off the bedroom, wireless internet is extremely reliable throughout. Air conditioning, so the apartment is comfortable in all weather. In addition to comfy queen bed, there's a full size futon in the living room. (and queen-size air bed if needed),
## 288 Beautiful Room in a newly upgraded clean apartment. Comes with a private patio with the Hollywood Skyline view. The room has no door but a black curtain instead as seen on pictures (please examine pics) and that is why it's so affordable. Travel experience matters. Enjoy your stay in a CLEAN apartment in a convenient location in Hollywood / Los Feliz area. Walking Paradise for visitors: walk to Walk of Fame, Pantages Theater, Griffith Park, Los Feliz or run all your errands on foot. Free WiFi. Bedroom Shared Bathroom Kitchen (Dishes, Cookware, Utensils etc) I worked in the industry of tourism for a few years and know the city, California and the surrounding states well. If you wish I will be glad to provide guidance on how to experience and explore Los Angeles and its surroundings efficiently or how to pleasantly spend your leisure time. If interested I can even offer professional private guided tours. Beautiful and convenient location bordering with Hollywood, upscale Franklin Village
## 289 Location - Unbeatable! GET IN AND OUT OF THE CITY EASILY - avoid traffic. Walk to Hollywood hall of fame and go see World of Harry Potter at Universal Studios. Plus, all Hollywood attractions! Space located SOUTH OF HOLLYWOOD. Go shop on Fairfax: "The coolest street in LA." HP. Check out Beverly Hills, West Hollywood and downtown LA. Plus, The Grove, The Griffith Park, The Pantages, Hollywood Bowl, Larchmont Village & Hancock Park. Uber to Santa Monica and Venice beaches! SLEEP ON A CLEAN BED. A comfortable space. Major attractions all around! Location - Unbeatable! Parking spots, Laundry, full kitchen, leaving room and dining room. None Entertainment! The place is located near all most desirable tourists places in LA. It is near Hollywood blvd and the Hills, Sunset Strip, The Grove, Beverly Hills… Easy access to downtown LA, Santa Monica and so on. There are public transportation available around the corner - buses number 4 and 704 take you to Santa Monica and Downtown LA! The su
## 290 Brand new, Flawless 10th floor condo in the heart of Hollywood. Gorgeous 180 degree views of the city, Breathtaking Sunset, centrally located on Sunset Blvd. Walking distance to all Tourist attractions, Modern & Comfy. This is the LA Experience. This condo is Brand new and absolutely gorgeous. It's hovering over sunset blvd with incredible views of the city. It's huge, over 1000 sq feet. All the appliances are stainless steel and brand new. As a guest you have access to the entire apt. In addition to that, have full access to the movie theatre and gym on the first floor of the building I'll be there to check you in, when leaving please the keys on the counter and lock the door behind you. The condo is centrally located, walking distance to all hollywood attractions, such as the walk of fame, sunset blvd, hollywood sign, etc. You get one reserved parking in the building There is a bus stop across the street and it's 2 blocks aways from the Los Angeles Metro * Reserved Parking is include
## 291 Brand New 5 star apartment +4 BEDS in the heart of Hollywood. VIEW OF HOLLYWOOD From Suite. FREE parking spot, FREE WIFI, Washer/Dryer in unit, Dishwasher, Full Kitchen,AC,24h security. This apartment is very low priced because I just listed it and it's BRAND NEW!! It will go up in price after more reviews. Welcome to Hollywood Fashionable Apartment with a clear view of the HOLLYWOOD SIGN from the living room and bedroom window. It's located one block from the WALK OF FAME! All brand new furniture and new apartment. All world famous art exhibits and red carpet movie events are right here waiting to be explored. Or you just hop on the metro for an adventure at Universal Studios, Disney Land, Downtown LA, etc.. Apartment Features: • Sleeps 8 • You get the entire apartment • FREE WiFi • Gorgeous View Of The HOLLYWOOD Sign from the living room and bedroom •50" LG 1080P HD Smart TV FREE Cable • 2 Gorgeous Modern queen beds • Comfortable Mattresses, High Quality Comforter Sets • Chic an
## 292 Authentic Spanish charm in an oasis of palms across from the Tribune Studios. Originally built in the 1920's by Charlie Chaplin for his artisans. The canopy of trees keep the home naturally Features include: Hardwood Floors Ceiling Fans New fully equipped kitchen with lots of cabinets Dishwasher & Stove Refrigerator Built-in Microwave Walk-in closets. Extra large storage closets. Jacuzzi whirlpool tub Decorative Fireplace (inoperable) Bed Configuration: Bedroom #1- Queen Size Bed Bedroom #2- 2 Twin Size Beds Bedroom #3-1 twin Bed & 1 Full Size Bed Assigned Parking Available On-site laundry facility-coin operated We do not pass around keys for your safety. An email will be sent from eRentalLock with a randomly generated combination code to access your place. Our team is only a phone call away for any needs you may have during your stay. The best place to live in Los Angeles. Nearby attractions, Tribune Studios, W Hotel, Chinese Theater, (Home to Oscars), Guitar Center, nigh
## 293 This is a fully furnished apartment suitable for short term or long term occupancy for the business traveler or tourist. We have on sight helpers to help you with extra items such as an iron, paper towels, etc. I'm happy to provide tips on sights to see or locations of the Post Office, restaurants or grocery stores. Just text or call me and I'll get right on it. Taking care of my Airbnb guest is my full time job. This is a large studio apartment with a separate full size kitchen. There is a table next to a large window that is perfect for using your laptop as a home office or having a breakfast or dinner. The bedroom has a fold out couch, two closets, a comfortable bed and it has a full complement of 300 count cotton sheets, towels, iron, hair dryer, shampoo, body wash and conditioner. We even have an iron, ironing board and drying rack upon request. The building has a laundry room. You will have access to the laundry room, courtyard and garage. Large studio with hardwood floo
## 294 THE BEST Hollywood location on Air BnB. The listing comfortably fits two people, ideal for couples! I am a pretty hands-off host, but always a text away. ***Check in time is 3p and Check out is at 12pm*** Check-in is always fast and easy. I utilize a lockbox and provide the code (updated periodically for safety) with detailed instructions for guests to enter. This space has grand vaulted ceilings, crown molding and lots of natural light that pours in through the large windows in the bedroom and living room. My favorite part of this apartment is the view of the Hollywood Hills during the day and the bright lights of the Live Nation building and Roosevelt Hotel at night. Guests will have full access of their bedroom and bathroom with a shower and bathtub. Guests also have full access of the kitchen, living room and balcony. Also, feel free to enjoy a game of foosball :) I'm a freelance producer so my schedule can vary from time to time. I am always available via text and try to give su
## 295 Hello, 你好, We are Roddick and Xiaomin 我们是罗迪克和小敏 We have a lovely townhouse in a great Walnut/Diamond Bar neighborhood. It is safe, quiet, clean and friendly to stay. This beautiful community is equipped with Swimming Pool and kids playground. 我们有一栋联排别墅,坐落于著名的核桃市/钻石吧地区。这里安全,安静,整洁和待人友好。漂亮的社区安装有游泳池和儿童游乐场。 We have total two guest rooms, Both are upstairs. Both come with one Hilton Queen size bed, computer desk/chair. The bathroom is just outside the door. 我们有两套客卧,都在二楼,都装有希尔顿Queen五尺大床,电脑桌/椅。浴室就在客卧门外,近在咫尺。 1) Large work desk with a quiet private place. Perfect for the busy professional or student. 私密空间内设有大的工作台,专业人士或者学生的理想之地 2) Large Closet. 大的衣橱 3) Hilton Queen bed fits 2 people comfortably. 可供两人舒服睡眠的希尔顿Queen五尺大床 4) Bright yellow curtain for a comfortable sleeping environment. 明黄色的窗帘,提供舒服的睡眠环境 5) Central air conditioning for a cool comfortable environment. 中央空调供冷,环境舒服。 6) 2 private parking spaces right in the garage area.车库提供2个私人停车位 ROOM AMENITIES / ENTERTAINMENT great for light packers an
## 296 Spacious, clean, resort type living in Diamond. Gated community. Luxury shower towels 位於華人富人區 北鑽 離 60號高速公路不到1分鐘 鋼鐵欄保護的美麗社區 Resort type living
## 297 Our large 1br/1bath home is centrally located to Downtown LA/Silver Lake/Pasadena/Hollywood, but on a quiet street with a big yard, garden and patio - the best of both worlds! Lots of original details and hardwood floors, this is an Eastside gem! This. House. Rocks. Also for the record - we are located in Frogtown/Elysian Valley/Silver Lake/Echo Park. When we first moved into this house, we had a laundry list of seemingly impossible factors we wanted: Green garden space, free street parking, large patio, all kitchen appliances, washer and dryer, large closets, high ceilings, charming built-ins, quirky details. This House Has All These Things. House is approx 1400 square feet - 1 bedroom, 1 oddly large bathroom, a reading room/den, dining area, living room, roomy kitchen, breakfast nook (amazing), and a 10X15ish patio. Beautiful hardwood floors throughout, new tile in the kitchen and bathroom, high arched ceilings in the living room and den, dish washer, window AC units, washer a
## 298 A craftsman on one of the most beautiful streets in Northeast Los Angeles. 2000 square feet on a 9000 square foot lot. 3 beds, 2 baths. Block away from Trader Joe's, great restaurants. Minimum one month rental.
## 299 In the L.A. neighborhood of Eagle Rock, enjoy a 1-bedroom plus kitchen & living room with a private entrance. We've had young couples (with & w/out toddlers), and single professionals all comfortably stay. Walk to restaurants, bars, cute coffee shops, groceries (Trader Joe's, Sprout's, Vons, CVS), Starbucks and other coffee shops, and a great playground! Downtown LA, Pasadena, Studio City and Burbank Airport are within 20 min., and you are by the highways (PHONE NUMBER HIDDEN) and 210. We have a small patio with table and chairs you are welcome to use and some toddler toys tucked away if you would like them. Kitchen is furnished with pots/pans/utensils/dishes. We can provide a queen or single air mattress for the living room if needed - just let us know at time of booking please! The whole upstairs is yours to use as is the back patio if the weather draws you outside! Happy to give tips on tasty places to eat, etc. Eagle Rock is considered a great place to be for its walkability and ac
## 300 Welcome to your Los Angeles Home. Eagle Rock, is the perfect location for an LA visit. Great local dining, shopping, close to Hollywood, DTLA, Old Town Pasadena, & the Rose Bowl, (the Rose Bowl is only 3 miles away so you can walk or bike there) Santa Monica & Venice Beach are only a 30 min drive.Cozy & Comfy with an amazing Garden & Salt Water Pool for your Enjoyment. ️ Your room has an eastern king size bed very very comfy, a 34 inch TV for your vegging & Netfixing pleasure, a comfy feather sofa, your own fridge, kettle and toaster oven for storing and preparing snacks and small meals. Your room has its own entrance and private bathroom, as well all toiletries are provided for you and your guests. There is a salt water pool and jacuzzi available to you during your stay and a private patio for enjoying your coffee and meals, but feel free to enjoy any aria in the garden you like there is a lovely space up by the pool that is a great place to have morning coffee or an afternoon drink
## 301 Private bedroom right off of Sunset Blvd. Near the 101 freeway. Less than 10 minutes from the Walk of Fame & 5 mins from The Hollywood Sign (Griffith Park), which can be seen from around the corner. Walking distance: metro, restaurants, stores. Room is ideal for one person, but can accommodate a couple. The following is provided for you to use: Full size bed (sheets, comforter, 2 pillows), movable clothing rack/hangers, side table, small dresser, and TV w/ HDMI cable for connecting your computer for streaming. The neighborhood tends to be noisier than a lot of secluded suburbs. This is a small apartment complex with neighbors in close proximity. Apartment has 3 bedrooms. One of which will be yours! Feel free to make yourself comfortable in all of the SHARED spaces in the apartment. The kitchen, double-size living room, and balcony are yours to hang at, but please be mindful of my roommates and their belongings in the apartment. I have 2 roommates. One will be traveling a week
## 302 My place is close to This apartment was decorated by Interior Designer Laurence Namer. It is extremely comfortable and there is a totally joyous vibe. Located 1 block South of Sunset Blvd and next to Kaiser and Children's hospital, it offers multitude of entertainment and shopping possibilities..
## 303 Welcome to the Oakwood House--a 1920's Craftsman charmer shaded in front by old oak trees. Our house is a newly renovated craftsman style home which is open, bright, and inviting. We've decorated our space with beautiful textiles, local art, and vintage designer furniture from around the world! Just minutes from West Hollywood, Melrose, Universal Studios, Silver Lake, Echo Park, and Beverly Hills! The light in this house is incredible, especially in the evening! We are surrounded by trees on all sides, so typically it's cooler inside than it is outside, which is a great gift during those LA heatwaves (don't worry, there's also air-conditioning). Whether you're traveling with family, friends, or business partners, this house is the perfect place to entertain, relax, or work. The living room is open and light filled with an extensive library and colorful rugs. The kitchen is fully stocked and equipped with everything necessary for a sumptuous feast! If you're here over Thanksgiving, exp
## 304 Super cute cozy and home studio in the heart of the coolest neighborhood in LA. Just a few steps away from all the hippest restaurants, bars and shops. Right by the freeway and loads of street parking. Oh, and lots of closet space! A super cozy studio at the best neighborhood in town! The apartment is bright and located on the second floor. The place has a vintage style with a twist and it's located in a quiet building with loads of street parking. Wireless Internet, kitchen, large closet and bathroom. Always available to help! Centrally located by the freeways, minutes to downtown or Hollywood. Lots of cool bars, hip restaurants and live venues. A few steps away from bus and metro station.
## 305 Cozy, sunny, 400 sq ft studio in an excellent location where Silverlake meets Los Feliz. Feet from the Hollywood Vons and the old Vista Theatre, 10 minute walk to the shops on North Vermont or Sunset Junction in either direction. It's the very back 2nd floor unit, and shares no walls w/ neighbors. Coin Laundry on-site. Street Parking. Nearby the Redline MetroStation on Vermont, but the area is very walkable, with a short 10 minute Uber to Echo park, or 15 Minute Uber to the downtown and arts districts.
## 306 Enjoy walking to all the best restaurants and shops in the heart of the Fairfax district. BBQ your favorite foods on a HUGE balcony that looks out to the Hollywood Hills. This cozy flat is a great getaway for families. The space is very open and airy. Open the french doors to the balcony day and night for a nice cross breeze! You are welcome to hang in any part of the flat. There is lots of space to chill... We will be just a phone call away. 4 block walk to the Grove. 3 Blocks to Melrose. 1 block to Beverly where you can check out amazing food and shopping. You will LOVE the area! There are buses on Beverly that run frequently. Uber/Lyft friendly hood as well. There is a new Metro line that will take you to the Beach just 30 minutes away as well! All is very close...and accesible! We have a very independent Cat-Jenny, we leave food for her, but she may need a little more and would definitely like a snuggle or pet once in a while! She is outdoor, so no litter box.
## 307 Close to Santa Monica Blvd, Melrose shopping district, West Hollywood Restaurant Row, 3rd St & Beverly Blvd restaurants, WeHo bars & nightlife, Sunset Strip, The Grove, CBS Studios, Farmer's Markets, Grub, Open Air Kitchen + Bar, Coffee Commissary, Nobu Los Angeles. Ideal location mid-city, close to Hollywood. Tranquil outdoor space, and the ambiance. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets). This is a charming little house in a quiet neighborhood, close to everything including freeways, Hollywood and West Hollywood. Everything but the basement. I have an assistant who takes care of all my guest's needs. This neighborhood couldn't be more ideally located, for anything you plan to do while in LA. It's quiet, so you don't feel like you're in the city and with our amazing, huge yard, it is a great place to retreat to at the end of a long day exploring WeHo or LA. Uber is incredibly cheap and fast in LA!
## 308 A brand new house with high ceilings located in lovely Pasadena, only a few minutes to Old Town Pasadena, Santa Anita Race Track, Arcadia Mall and 15 miles to Downtown LA, 17 miles to Hollywood, Universal Studios etc. Walking distance to supermarkets, restaurants. There are 3 TVs in the house, one 75'' TV in the living room, and two 4k 60'' TV in the dinning area and the master bedroom. Cable, Youtube, Netflix and Amazon prime free movies are available. My place is good for groups and families. It's a brand new house, latest design, built in late 2015. Everything is new, new air conditioner, new washer and dryer etc. High ceilings, very spacious and comfortable. All the mattresses are medium firm with mattress padding, comfortable and with back support. The pillows are goose down or fiber memory. All the comforters are goose down. All the fitted sheets duvet covers and pillow cases are 100% cotton. Feel free to let me know if you need any help during your stay and I will try my best. V
## 309 Beautiful cottage in a upscale neighborhood, lots of trees with private entrance. Perfect getaway for any occasion. just a few miles East of Cal-Tech and approx 15 minutes from old town. 1 King bed and 1 sleeper sofa. This guest cottage detached from the main house in the back yard. Private side entrance with pathway directly to the guest house. Have your own private bathroom, kitchen, and studio space with one king bed and one sleeper sofa . Laundry room (will be shared) is attached with the guest house. Laundry room, swimming pool, and back yard. I can be reached by text with any questions or concerns. I also would love to meet and greet our guests in person if possible. We are located at east end of Pasadena, Approx. 14 miles from downtown LA. Peaceful, lots of big trees, secluded. Approx. 1.2 mile south of Sierra Madre Villa Gold Line Station Gardener will show up every Friday afternoon for approx. 1 hour. We will use the washer and dryer located in the guest house.
## 310 Spacious craftsman home exudes old-world charm and is walking distance to shops, Echo Lake, and Dodger Stadium. Enter the tranquilly-landscaped yard through the electric gate to flat, covered, off-street parking. Elegant rooms are custom-furnished. Master bedroom with en suite bath opens into private backyard with patio deck. Entertainers kitchen features wall-to-wall windows. Hardwood floors and high ceilings throughout. If more space is needed there is a cottage on the grounds when available. Home features central alarm system, blu-ray player, AppleTV, surround sound, and is fully-stocked with essentials such as pots, pans, dishes, flatware, linens, and paper goods to make your stay effortless. Guests will have access to entire home, including driveway, front and back yards. When possible, I can be available to check guests in, and I'm also reachable through Airbnb, email, or by phone. This neighborhood has just the right mixture of nature and historical homes. You'll find many coff
## 311 My place is close to Mohawk Bend , Two Boots, Xoia Vietnamese Eats, The Echo, Ostritch Farm, Echo Park Resevoir, and tons of cafes, bars, coffee shops, clothing stores, ice cream, you name it we got it! You’ll love my place because my cozy apartment is just the right size and in the perfect location to commute to Hollywood, Silverlake, Los Feliz, and Downtown, all within a 5-10 min drive. My place is best suited for couples, solo adventurers, and/or business travelers.
## 312 Located right off Sunset blvd on the Silverlake/ Echo Park border. Steps away from several music venues, excellent restaurants, bars, vintage stores, record stores, Intelligentsia coffee among many others.
## 313 Really close to Echo Park Lake and Sunset Blvd. Tons of restaurants, coffees and bars like Sage Vegan Bistro, Mohawk Bend, Stories, Little Joy... Organic grocery stores like Lassens or the Farmers Market on Fridays. Live music venues like Echo Plex or Taix. 10 min walk to Dodger Stadium and Elysian Park. Public transportation and the 101 Freeway. You’ll love my place because of the light, the comfy bed, the outdoors space, and the neighborhood. Good for solo adventurers and business travelers. Guest have access to all common spaces, kitchen, living room, balcony, bathroom and parking spot I will be normally traveling but I'm always one phone call or text away. My roommates would be around also so they can help you if you need anything. For consideration to them keep the communal areas always clean as you find them, remember you are only renting a room and the common spaces as bathroom, living room and kitchen are for everybody.
## 314 Rest & Unwind! A private room in Echo Park. Get comfortable in the hills, in your home away from home! Enjoy the property, our outdoor gardens and surrounding neighborhood! Explore cafes, trails and Los Angeles attractions. Free street parking, too! Whether you're in town for business or pleasure, something creative or just looking to unwind and escape, we would be honored to host. Charm. Charm. Charm. Location. Location. Location. Privacy, views, lush native-plants garden in front and back. Fruit trees throughout property. Walk to Elysian Park for nature and hiking trails. Walk to Echo Park cafes. Two bedrooms and one bath both upstairs and downstairs. Spacious dining room and living room in an open space. Oak and bamboo floors, and ceramic tile. Large kitchen. Charm. Charm. Charm. Location. Location. Location. Privacy, views, lush native-plants garden in front and back. Fruit trees throughout property. Walk to Elysian Park for nature and hiking trails. Walk to Echo Park cafes
## 315 Studio Apartment includes: *Free Wifi (100mbs) *55" Smart TV with Netflix, Hulu & Amazon Prime *Fully stocked kitchen for cooking in *Complimentary Keurig Coffee & Tea *1 Queen Memory Foam Bed for support & comfort *Quick, easy access to 101 Freeway *Excellent Dining within walking distance *Quick drive to Hollywood Walk of Fame or Universal Studios Studio located in Silverlake Fast Drive to Dodger Stadium and Downtown LA Walking Distance to various restaurants and boutique shops In case one of us isn't around when you arrive, you will be able to check in at your convenience using key codes provided in advance of your stay. If you have any questions, comments, or concerns, or if you just want directions to various points of interest or advice on local destinations and cuisine, we are happy to help. Otherwise, we will leave you to enjoy your stay. 24hr self check-in is available, as the apartment is accessed with an app and a keypad code that will be sent to you via the Airbnb messagin
## 316 Bright modern home on peaceful hillside. Walking distance to trendy Echo Park lake, restaurants, bars, and shops. Just steps from beautiful Elysian Park and Dodger Stadium. Relax on balcony overlooking dazzling sunsets and city lights. Bright, relaxing, and spacious with great views! Peaceful tranquility with proximity to trendy Echo Park, Silver Lake, and Chinatown. Master bedroom has en suite bathroom with queen bed. Additional bedroom has twin sofa bed and sliding doors onto balcony. Great open kitchen adjoins comfortable and bright living space with stylish couch/daybed. Perfect for 2-4 people. Guests have access to 1 bedroom/1 bathroom private, second story living space with balcony. Arrangements will be made to pick up keys at location prior to check in. This second story home is on a very peaceful street with very little street traffic with great, considerate neighbors, right on the edge of upper Elysian park with access to long beautiful hiking trails. Bus routes are a 5 min wa
## 317 Charming 1915 Craftsman house on Silver Lake hilltop with views of Hollywood sign, Griffith Observatory, Silver Lake and Hollywood hillsides, San Gabriel Mountains and lush terraced backyard. This is a 2 bedroom, 2 bath, 1700 sq. ft. home with fantastic original character and plenty of breathing room inside and out. The house has a vintage feel with hardwood floors, built-in cabinets, sun room with large bay windows, vintage tiled kitchen and bathrooms. The interior space is quiet and serene with great natural light throughout the day, amazing sunsets and cross breezes. The house is tucked away on quiet street just north of Sunset Boulevard, on the border of Silver Lake and Echo Park. Once you wind up the hill, it is very serene, given that you are minutes from all the conveniences these neighborhoods have to offer. INSIDE SPACES The house is rather ideally laid out with bedrooms and bathrooms separated by a common space, and gardens terraced into individual spaces and levels, so if pr
## 318 SPACIOUS ROOM WITH QUEEN SIZED BED & HUGE CLOSET SPACE This luxurious home in East Hollywood has a huge bedroom for one person or couple. -10 minutes away from downtown Los Angeles, CA and Universal Studios -less than ten minutes from Griffith Park and other Hollywood tourist attractions -Gated home
## 319 Podshare is a co-living space in the trendy Los Feliz/Silverlake area featuring 10 pods in an industrial loft style space. We are adjacent to some of the best bars and restaurants LA has to offer! Check us out on Vice, Curbed, LA Weekly, LA Magazine, KTLA - we are all over the net right now - yay! As a PodShare guest, you are welcome to visit our other locations from 10am to 11pm for the duration of your stay (DTLA and Hollywood) -- we are a social network with physical addresses! This is podshare's newest location! Each custom built pod features its own flat screen TV with Roku (Netflix, Hulu, Pandora), dimmable LED lighting, outlets and locker. Enjoy a spacious shared kitchen and dining area. If you love interior design, small communities, and local neighborhoods, you MUST co-live at PodShare. 8 min walk from Vermont/Sunset metro. You'll have your own pod, and we share everything else. Included: WIFI, toiletries, some food, and projector screen. The floor plan is designed for soci
## 320 This is a very large Los Feliz (Hollywood) apartment with open floor plan, fantastic decor and FREE WiFi. Great neighborhood with much to walk to. The space offers Modern design, two large bedrooms with a/c in both bedrooms and brand new linens. Walk to everything from shopping and hiking, to great restaurants and bars. Griffith Park is right down the street where you can hike or see a concert at the Greek Theater. FANTASTIC Los Feliz apartment with modern decor, free parking, a/c and heating! This is a new listing for us but please see our 1000+ reviews here: https://www.airbnb.com/users/show/7007245 This apartment is off Vermont between Hollywood and Sunset and is truly THE best area of Hollywood. You can walk to literally everything. Enjoy great local coffee at Alcove while you shop on Vermont or Hillhurst and stop in a variety of great bars, restaurants and more. Some of my personal favorites are Fred 62, The Dresden, Farfalla Trattoria, Public House, Harvard & Stone, Thai
## 321 My place is close to lots of wonderful places. Great food, bars, and entertainment options, all within walking distance. Vons Grocery Store is literally behind the building. You’ll love my place because of the location and the ambiance. Its ideal for the traveling couple, single person or business traveler. It's a studio in the heart of the action. Full kitchen, full bath, and plenty of room. You will have access to everything in the apartment, including the bicycle (fastest way to travel). However frequently or infrequently you'd like. I'm always available for my guests with advice, ideas, and things to do. You can also do your own thing, get lost in the city of Angels. That's probably what I'd tell you anyway. Everything. Echo Park/Hollywood/Los Feliz all within a few miles of each other. Can't beat the location. There is a bus stop less than a 5minute walk from the place
## 322 One bedroom, plus a den with two twin beds. Casita de Manzanita is a perfect for short term for a family or the perfect long term for the person who wants some extra space. This is essentially a two bedroom. One bedroom has a queen bed, the other two twins. There is a three night minimum
## 323 This 2BR/2BA West Hollywood home has hardwood floors and beautiful furnishing for a classic old Hollywood feel. A kitchen, dining room, living room, and office. Located close to Melrose, Beverly Center, Sunset Strip, the Grove, and more If you want a taste of that classic old Hollywood feel during your stay here in Los Angeles, this 2BR/2BA West Hollywood house is a great home base for your adventures. The bedrooms each have comfortable queen-sized beds where you can recharge for a new day of exploring the city. Our home is a little bit old, so expect some squeaky doors and other charming features. Our home’s West Hollywood location puts Los Angeles’ best shopping, dining, and nightlife at your fingertips. The Sunset Strip, Melrose, the Grove, Beverly Center, and so many other of Los Angeles’ hottest areas are less than 10 minutes away by car (or take Uber to avoid parking hassles). If you enjoy fresh organic food (which you can cook in the full kitchen!), take a 5 minute walk to the W
## 324 I have a room available in a large West Hollywood home, with a private entrance & full bathroom. Shared with 4 friends, we're basically the 30's all-male version of The Golden Girls. Very clean, spacious, & quiet. Perfect for relaxing & entertaining!
## 325 Br has full private bathroom, Luxury resort style swimming pool, relaxing health spa, fitness center, FREE parking space, washer and dryer in the unit, FREE Internet, full kitchen, fully furnished with all NEW furniture, 80inch tv! furnished patio! lovely master suite within a 2 bedroom/ 2 bathroom apt. You will have the room with your very own full bathroom. Weekly housekeeping services available for long term guests. (changing of sheets, towels, and room and bathroom cleaning) additional charges apply! The pool and gym both are free to access! I will meet and greet all guests. Show them around the apartment and provide them with information regarding local restaurants, tourist attractions! I am in the heart of LA, 2-5 miles from Hollywood, Downtown LA, West Hollywood, Beverly Hills. I am close to Venice Beach and Santa Monica. Walking distance to museums like LACMA and The Tar Pits, next door to The Grove where celebrity sitings are daily and its a family friendly area with a huge
## 326 This house is being completely remodeled, in the upscale residential safe neighborhood. Perfectly suited for quiet, comfortable, home-type setting in a classic L.A. 2 story English Tudor style residence. The park and the Grove is 5 mins walking distance, lots of restaurants, coffee shops, stores within walking distance. There is a beautiful backyard with pool and outdoor patio you can access. You have your own private entrance, bathroom attached to the bedroom. Full privacy. The guest room is entirely remodeled and freshly painted with new furnitures. Very private, the only bedroom on the first floor, there is an attached private bathroom that also connects to the laundry room where you can enter through the side door of the house without going though the living room. Fill Privacy. The mattress and bed are new with comfortable queen size memory foam, all furniture are high quality and new. The house is always quiet, clean, and private. No access to common area for kitchen or living roo
## 327 This 3 BR is a cozy cottage style house in the center of town! Great for a group of friends, couples or a family. House shares a private property w/ 3 other units. The home is in the center of town! walking distance from everything you need. We are close to grocery stores, restaurants, hiking, tourist attractions, and cool shops. Its self check as well, there is a code to the front door i will give you the day of your arrival. Its located in a safe gated area in west hollywood The house is on a private property shared with 3 other houses. Amazing creative professionals live in the other houses providing a unique opportunity for community/networking . There is a courtyard guests can access or pass through upon entering or exiting the house. This area is gated and private to tenants who live on the property If you need anything one of our community managers are always around so feel free to shoot us any questions or ways we can help with your stay. The property is walking distance from
## 328 Prime flat in the heart of the Melrose Blvd. Shopping District near The Grove, CBS Studios, West Hollywood Nightlife, Hollywood bars and dining, Larchmont Village, The Beverly Center, Canter's Deli, Taste On Melrose, Wolf, Blu Jam Cafe, The Village Idiot, Whole Foods, Trader Joes, Equinox, etc. with coffee shops two-minutes walking distance. You'll love my place because of the location, the ambiance,the decor, and the people. My flat is good for couples, solo adventurers, and business travelers. Everyone who visits my home is immediately drawn in by the clean lines and clutter free landscape. As an artist I need a place where I can feel free to relax and create. So much of the work I do takes place in my head so I need the space I live in to be minimal and clean leaving my creative mind able to run wild and paint on the walls. - DM You'll have access to the entire space. Most likely I will be out of town so interaction will be limited to mobile communication and check in will be remote
## 329 I enjoy traveling and I enjoy even more to create unique “Home Coming” memory for each and every trip I take. I indulge every traveling destination have an enduring Home Coming experience; it is with this eager expectation I cultivate my home into the warm welcoming guest home for my friends and guests to stay.Also, I have 10 lovely chicken in the backyard:) From Pomona College 3.2 mile,From Cal Poly Pomona 5.7 mile, From LA/Ontario Airport 8.3 mile.
## 330 This is a 420 friendly home inviting 420 friendly folks to stay. This is not recommended for children. For an additional fee, I can provide pickup service from all the airports in the greater LA area. T
## 331 1.) 溫馨舒適的獨立衛浴客房 。 2.) 室內公共空間 - Living room 客廳、Family room休閒室、 dinning room 餐廳。 3.) 所有套房都有吹風機, 洗衣籃等. 4.) 全套廚房設備可提供使用。 5.) 套房內有獨立衛浴設備。短期租屋者有提供盥洗用品 (洗髮精、沐浴香皂、衛生紙, 毛巾等) 6.) 洗洗衣房內的洗衣機、烘衣機可供使用。 7.) 無線上網WIFI設備. 廚房, 客廳, 洗衣房可供使用 有問題請隨時與我們聯絡. 我們會盡力幫你解決 房屋前面是学校和公园 走路15-20分鐘可到巴士站. 開車20 分鐘到洛杉磯市區. 40分鐘到環球影城, 迪士尼
## 332 高档美式豪华洋房
## 333 Our place is in an above average neighborhood on the hills of Hacienda Heights. We have lived in this community for 30 years. We lived beside this guest house on a separate building structure. This house is very private, very safe, quiet and well lighted. If you decide to venture outside on foot Vons grocery store is walking distance, about a mile and a half (with Starbuchs inside). Parking inside the property when available 1 bedroom with private bath laundry available for a small fee for guest staying more than 2 nights. This guest house is a little further from the street and is behind my main house. It is well lighted, very safe and quiet. Length of stay can be extended beyond 5 days. Dining area, family room and limited use of kitchen (microwave, and washing dishes. Parking. Wireless internet may be weak in the bedroom for smartphone and tablet but okay with laptop.. I am always available to my guest, for questions concerns and just about anything. I'm always around the pr
## 334 我的房源適合情侶、孤獨的冒險家、商務旅行者、家庭(帶孩子)。
## 335 This Spanish historic home is located in the 1920's character neighborhood of Hancock Park. Our relaxing guest suite features a king size bed with a remodeled bathroom. We are located in the residential area of Hancock Park in Los Angeles. This Spanish style house has been deemed historical by the city. The available guest room and bath are located on the lower level of the house. Ideally located and a 5 minute drive to West Hollywood, 20 minutes to the beach and 10 minutes to downtown, with easy access to bus line and freeways. The house is walking distance to Melrose Avenue, La Brea Avenue, Highland Avenue and Hollywood Blvd. Restaurants are all in walking distance or a quick drive, including the highly desired Osteria Mozza, as well as, Thai, Chinese, Sushi, Italian, Vegetarian/Vegan, fast food, etc. It is also close to museums, The Grove, Larchmont Village, Hollywood Bowl, Universal Studios and Paramount Studios. We are about a 30 minute drive from both Burbank and LAX airpo
## 336 My place is close to LAX - We are four miles from the airport.. You’ll love my place because of the complete privacy. This bedroom has a private entryway, plenty of room, walk-in closet and private bathroom. The space is large. While there's not a kitchen, it does include a microwave, small fridge, and counter to store any take out food you might pick up. Complementary soft drinks and water bottles. Large bedroom, private entryway, private bathroom and walk-in closet, includes a microwave, small fridge, counter, but not a kitchen. We are very hardworking people (I work at Ralph's Grocery and my wife is a teacher) but we make every effort to greet our guests personally. We live in the Holly Glen section of west Hawthorne, adjacent to Aviation Ave. and Rosecrans Blvd. We are very close to both El Segundo and Manhattan Beach. A fifteen minute walk will bring you to Starbucks, Costco, San Sai, Jersey Mike's, Chipotle, Robek's, and a nail salon. We are walking distance to the Metro Green Li
## 337 Comfy, peaceful, modern place. Room is sizable, fresh, airy with comfy queen size bed. The bathroom was remodeled and again modern, fresh and bright. Laundry facilities on-site, new remodeled kitchen. Parking is street parking, but usually not a problem. There are 8-10 fast food eateries all around within walking distance, across the street: Starbucks drive-thru, grocery store (Ralphs), Pharmacy (CVS), (Mexican Restaurant) El Torito, down Hawthorne Blvd (CHIPs cafe). Most people use Uber, but there are buses close by and a lot within walking distance.
## 338 From corporate stays to family getaways, this 3BR, 2BA (sleeps 8) Los Angeles house is a great fit for all kinds of trips. Close to numerous corporate offices, several LA beaches, and LAX. Redone and spacious, with mini fridges in 2 of the bedrooms. INSIDE THE HOUSE Located on a quiet residential street, the bright blue home has a fenced-in front yard with desert landscaping. The driveway has room for 2 cars, with additional parking available on the street. As you walk up to the front porch, you’ll find a welcoming wicker bench and chair. You’ll enter into the living room, where a red leather sectional offers plenty of space to put your feet up. Open to the living room, the dining room has a 4-person glass table for sit-down meals. It also has a wine rack so plan to bring a few bottles. The dining room connects to the large kitchen, offering an eat-in bistro table for 2 under the pass through. On the other side of the pass through, 2 can dine at the bar-stools. Even if you don’t coo
## 339 Our boutique extended stay lodging offers modern, hip, and luxurious suites that are located steps away from the Strand and lively pier of Hermosa Beach. Comes with free wi-fi, cable, 2 big flat screen televisions, and Starbucks coffee.
## 340 Located in beautiful Echo Park, the Green Cottage is walking distance to Dodger Stadium, Sunset Boulevard and lots of restaurants, cafe's, bars, and unique shops. Our central, sunny and cozy one bedroom home has large windows, hardwood floors, on-site parking and a large backyard with an orange tree. Very easy access to the nearby trendy neighborhood of Silverlake, Elysian Park, Griffith Park, Downtown and Dodger Stadium. Perfect for Game Day!! I am available by airbnb messenger and telephone. I check messenger a few times throughout the day, but if there is an urgent matter please give me a call or send a text. We are amazingly close to Sunset boulevard, Echo Park, Griffith Park, Dodger Stadium, Elysian Park, Silverlake and Downtown. Walking distance to Dodger Stadium! Or a 5 Uber ride. There is a great health food grocery store just two blocks from the house. If you exit the house and turn left, walk two blocks to Sunset Boulevard and in the shopping center on your left there is "La
## 341 Newly remodeled, massive backyard, beautifully furnished, outdoor jacuzzi for 4, high-speed internet, 65" television with Netflix and Apple TV, central air/heat, huge master bedroom, centrally located in the hip neighborhood of Silver Lake... This exceptionally luxurious and modern home is recently renovated, impeccably decorated, and comes with every amenity one could wish for. If you are looking for the ultimate in relaxation and convenience, you have just found your match. As a guest you have access to all the rooms seen in the posted photos and the front and back yard! If all goes well, our interaction will be limited to greeting and key exchange! If you need any assistance, a manager will be available for texts or calls... Silverlake was recently named the best neighborhood in the United States, and for good reason: Beautiful hilly homes all with their own character, some of the best art, music, nightlife, boutique shopping, coffee shops, and international food in the country, Sil
## 342 Awesome leather sofa, plenty of pillow space and windows for perfect lighting. Super quiet & peaceful. TV w/ roku device for all the Movies & Music you desire. Bathroom w/ shower head, kitchen access. Bball & Playground :] *Complimentary gift basket* Open space, big windows for fresh air and sun light. Music friendly. Kitchen, stove, shower, basketball courts, children's playground for infants and kids. Laundry room. Handicap ramps and elevators. Plenty street parking. Walking distance from local libraries, CVS, bakeries, 99% store, Parks, Indoor Swimming pool, Banks & JackNtheBox. [Personal driver upon request *cash value*] inbox for prices & any additional quesions. I would of course check in time to time to make sure your needs are met. ALSO: Need to be picked up at the Airport? Ask about personal driver pick ups and drop offs. *Complimentary pick ups for guests coming in from Union Station location downtown.* I love that this neighborhood is family friendly. Everything is almost
## 343 Restored 1938 Schindler with wide open western sunset views, deck with fire pit, expansive windows. Originally built for a visual piano teacher. Quiet street right off of Elysian Park trails and uphill from Fix, Cookbook, Yogala, & Valerie's. The house was originally built for a visual piano teacher, Mildred Southall, by RM Schindler in 1938, and was largely left intact. We've lovingly restored both full bathrooms. The floor has recently been taken back to linoleum, as in the original design. Bedrooms have original Fir floors. Schindler's intended tones of "gray green" and "grayed green blue" are still present throughout the house. Central heat/air have been updated. The flexible space was designed to function as Ms. Southall's personal living space as well as her teaching studio, accommodating two grand pianos, blackboards & music racks. The expansive view of Los Angeles was designed to be enjoyed from as many rooms as possible. From design historian Esther McCoy: "A transitional wo
## 344 Beautiful Sunny Studio Guesthouse in Echo Park-hard wood floors, brand new/full kitchen, brand new/full bathroom & shower. Outdoor space with a large patio all to yourselves. Walk in closet, desk. Walk to Sunset Blvd, cafés, Neighboring Silverlake, Dodger Stadium, Elysian Park. 5 min-Downtown, 10 min-Hollywood, Walk to Cafes, Restaurants, No parties, events, weddings or filming, no exceptions. Reviews-This is a brand new listing! Please see my other listing, https://www.airbnb.com/rooms/3403905 For Reviews-this is a brand new listing, please see my other listing where I have over 30 great reviews, https://www.airbnb.com/rooms/3403905 This is the perfect spot for visiting LA! Echo Park is one of LA's most desirable neighborhoods and my little guesthouse is perfect if you're looking for a new, clean & comfy space walking distance from Sunset. Wireless Internet. French press. Stove, Refrigerator, Porch, Patio, Outdoor gas grill. The entire apartment is yours though there are others on
## 345 Comfortable little room in the heart of Echo Park! It's a 5 minute walk from Echo Park. 1 mile from The Broad. Right in between Silver Lake and Downtown LA. This trendy neighborhood has many surrounding restaurants and cafes. One of the coolest neighborhoods in LA right now. Get to know it better here: (URL HIDDEN)
## 346 Newly built 2-story, 2-bedroom, 2-bath home. open concept with lots of natural light, hardwood floors, steam room, large tub, 2 huge decks + 1 master bedroom deck, outdoor area with hammock & bocbe court, washer & dryer, carport There are two bedroom - 1 Queen bed and 1 blow-up air mattress. So will sleep 4 people.
## 347 Spanish home located in a quiet area of Echo Park. Home has a lovely deck and a front porch for entertaining. Close to Downtown and Dodger Stadium. Within walking distance to Sunset Blvd... Hipster Coffee Shops and cafes. Ideal for Family Getaways Private little hideaway in the Elysian Park. No access to lower back yard. Please call me or email me with any issues that come up. Steve (PHONE NUMBER HIDDEN) Old quaint neighborhood full of Artist and young families. Echo park park is about a mile away it has fountains and a small lake and is worth the trip. Close to Metro on Sunset... as well as Dash bus. We recomend Uber or Lyft car for taxi purposes. They are much faster cheaper and friendlier. Not to mention you know how much your paying when you call them.
## 348 Come stay at my beautiful studio apartment located in the heart of Echo Park! Walking distance to the beautifully redone Echo Park Lake, Dodger Stadium, and just about everything else you could need. Hardwood floors and plenty of windows to let California's sunshine in! I have four windows in my apartment, which is a corner unit, so you can see the Echo Park Lake to the left and on a clear day you can see the Hollywood sign and Griffith Observatory! *Charming 1920's building occupied primarily by artists/musicians (but somehow still quiet?) *Street parking only but plenty of parking on a safe neighborhood street! I never have any trouble finding parking :) *Located down the street from music venues The Echo/Echoplex, eateries Masa of Echo Park, Ostrich Farm, The Lost Knight, Dinette, The Brite Spot as well as Origami Vinyl Record Store. *Vintage clothes shopping at American Vintage, Out of the Closet, American Superior Used Clothing, and Lemon and Frog to name a few. *Check out one of
## 349 This one bedroom apartment is located in the historic Angelino Heights neighborhood. It is a breezy apartment in a quiet and safe area. There is a queen size bed, pull-out futon, full kitchen and bathroom. Nightlife and coffee shops a 10 minute walk. We have a one bedroom apartment in a quiet building. You have full access to the apartment with wi-fi. We have a fully equipped kitchen with coffee! In the bedroom there will be closet space and a dresser to use, along with the queen-size bed. The living room has a dining table and a very comfortable full-size futon. There will be fresh towels provided. My husband and I are pet-sitting for a friend nearby, so we will be available by phone and in person if needed. The entire apartment is private and yours to use throughout your stay. Angelino Heights is a designated historic neighborhood near downtown LA with many beautiful Victorian houses. There is ample street parking and public transportation nearby. Both Echo Park Lake and Sunset Boule
## 350 Come enjoy our home that was originally built in 1926 as a summer home with refurbished hardwood floors. Partial home ( original 1926 charming with character - very Private and separate front entrance - ),living room and one Queen size bed with Private bath. The living room amenities include : Microwave, small fridge, Keurig coffee maker, TV, and Wireless internet. No kitchen. Close to LAX airport, beaches, and walking distance to downtown El Segundo. A desk is available upon request. The space is a private living room, 1 bedroom with full bath. The access for our guests is the front door entrance with own front porch. We live on a quiet/safe street. Parking is on the street, Wednesday is street cleaning and the car needs to be parked on Maple from 8:00am to 10:00am. We would like for guests to know, we have a dog that lives in our portion of the house. This is as a courtesy to our guests who may need to know. When a guest would like to stay with a pet, we ask for information pr
## 351 In El Segundo, Los Angeles there is a room waiting for you that's 5 minutes walk from one of the best beaches on the west-coast. Top floor apartment. Bedroom and living/dining area with a full kitchen, Private bathroom, Dish washer, Projector, Laundry, Garage Parking, Quiet, and respectful neighbors, wifi, Private room with private bath. The area is quiet, safe, and family friendly The room is very bright and spacious with minimalist decor, giant closet, nightstand, lamps, chair, private bathroom, and the bed. Guest are allowed to access the full apartment, the private room with bath. You are welcome to use all the shared areas. including the the fridge :) I'm not a big eater and there is always food, so you are welcome to eat whatever you want. We respect all of our guest's privacy and needs. We are very accommodating and we want you to enjoy your stay as much as possible. El Segundo, neighbor city of Manhattan Beach, only a 7 minute drive to the Los Angeles Airport (LAX). It is
## 352 Ocean view Manhattan Beach ( El Porto ) includes parking spot, free laundry, kitchen, wifi cable, Tempur-Pedic Queen bed, access private roof top deck with soft tub, BBQ area. Stay in your own private furnished room in a shared two bedroom one bath apartment one block from beach Beach location and great roof deck Respect the place, share everything I will be there living there too There are also 4 surf boards that can be used ... two 8 foot boards one foam board good for learning and a 7.5 egg fun shape and a 6.5 fish shape.
## 353 MID-WEEK DEALS!! (Rates Already Discounted!) Great El Segundo Beach & Downtown Location! Beaches, Restaurants, Bars, Groceries, bike path, activities. Entertain in a large remodeled open concept 3606 sqft home w/ views, 5 bedrooms with 4 master-size bathrooms, gourmet kitchen, pool & jacuzzi. Enjoy with friends and family! Please message me if you have ANY questions or comments. I have 3 Co/Host's that help me out. Jenelle, Leslie and Melanie. We are all here to help! Entertain family and friends in a large REMODELED home with 3606 square ft. open concept entertainment space with downtown park / city views near the beach! - Relax in one of the 5 Bedroom, 4 Full Master Bath Rooms including a 980+ square foot top floor Master Bedroom Suite with fireplace, bar, views and a bathroom big as a kitchen - Exercise and lounge in boulder lined pool, jacuzzi, waterfall, fire pit, sectional couches, lounging chairs, out door dining, BBQ, garden and two decks with kitchenette off the pool - Catch
## 354 Top bunkbed in a shared room. 3 Bunkbeds in the room. Upstairs Apartment. Surf inspired open lounge space with vaulted ceilings, big Kitchen and clean bathroom. 1.5 miles to LAX. 1.3 miles to the ocean! 10 minutes to Main street. This is an awesome space for travelers who want a clean place and a comfy bed to sleep. Some amazing, lasting friendships have been made amongst guests here. Perfect for groups or solo travelers who want a fun, social environment. Our space is an open, 14 foot vaulted space. It's very clean and calm! The beds are amazingly comfortable! Its a great place to come back to after a long day of exploring and relax, browse the internet and get a good night's rest! You can use the entire space, including the kitchen! Please don't be shy and make yourself at home! You are welcome to come and go as you please. We will give you detailed descriptions on how to enter when you book! If you would like some advice of places to eat and see we will be more than happy to
## 355 Spacious 1 bedroom 1 bath apartment for rent in El Segundo CA from December 24 through January 1 2016. Close to shops and restaurants with easy freeway access. LAX- 1.4 miles Beach- 1.25 miles Downtown LA- 15 miles Venice/ Santa Monica- 6-8 miles
## 356 House with 2-3 rooms and 2 bathrooms for rent! Near downtown la, a block from south Pasadena and Alhambra! Close to many stores and night life, accessible to la fitness gym a mile away. Ask for more details.
## 357 Clean and spacious 2 bedroom apartment in Encino on Ventura Blvrd. Located 20 mins from Universal Studios and 35 mins from down town Los Angeles (by car). Room available has a private patio, flat screen TV, and spacious closet.
## 358 My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 359 A great bedroom to stay in a nice house with modern amenities. Safe neighborhood walking distance to Disney. Pet friendly, with easy access to most parts of Los Angeles through major highways located nearby. Our cozy home in a safe neighborhood of Glendale has a nice private bedroom with great amenities for up to two travelers or business people to enjoy. The house is within a short walk to Disney's creative campus, Dreamworks, 7-11, Sushi Joint, V Boulevard Cafe, Angel Thai Cusine, Manor park, Brewyard Beer Co., and many more local favorites. We are also only a short 5-15 minute drive/uber away from Bob Hope Airport, downtown Burbank, Hollywood, downtown Glendale, the Americana, Los Feliz, Silverlake, Pasadena, Downtown LA, New York Film Academy, Glendale Community College, USC, Trader Joe's, and Ralph's. Our household includes my fiance Sahar, myself, a friendly black lab, and nice tiny kitty with a cute lion cut. In addition to your own private room, our guest will have open ac
## 360 Our guest house is perfect place to retreat after a busy day of sightseeing, shopping dining out or working. Close to Disney and Dreamworks, plus shopping at the Americana, Griffith Park and Resturants. Adams Hill is safe and lovely to stroll the hills for a morning walk or after dinner. The Garden Guest house is airy and bright. The space has all new plumbing, and electric so everything is up to code and convenient. Sky light in the bedroom gives you a peek at sunlight in the morning. Funky furnishing add to the unique charm of the place. Stocked with pots and pans for a home cooked meal. The cottage has a full kitchen, queen bed and yard. Plus washer and dryer. On arrival and if they need anything during their stay. Adams Hill is filled with artist, professionals, and families. There are lots of restaurants and tons of great shopping in Glendale, Atwater Village and Eagle Rock. Close to all major freeways and studios. We are located close to the 5 freeway, 134 and 2. There
## 361 Private Bedroom in 3 Bedroom house. This spacious Ocean themed bedroom has a full size bed, writing desk, and a TV equipped with Netflix and Hulu services. You will be sharing restroom with one other guest room (1-2 people). Cool off in the pool and relax in one of the pool side lounge chairs. The back yard is also a great place to have breakfast before heading off on your site seeing or business day. The house has a guest common area with coffee & tea. Our house is in a very beautiful, safe & quiet neighborhood. It's a perfect spot for travelers who want close access to all the sites of the Los Angeles area but still want a quiet / safe place to stay at night. Our house is also great for business travelers who need the amenities of a hotel (ironing board & iron, printer / scanner, desk) but prefer to stay in a nice neighborhood and avoid a busy hotel. Guests have access to a common area with complimentary coffee & tea. Common area has a table where you can sit to eat, work or play
## 362 Beautiful floor plan has tons of windows and natural light. You will have living room on 1st floor. sofa bed(queen size) with memory form mattress and clean bedding. you also have own hanger and storage. also you have your own work station(desk and chair). located near Universal Studio, Walt Disney Studios, Warner Bros. Studios, Hollywood, LA Zoo, Griffith Observatory, downtown Glendale and within walking distance to the Ralphs, Staples, Galleria, Americana at Brand, restaurants, and shopping. ALL NEW Appliances(refrigerator, dish washer, microwave oven, gas stove, washer, dryer) Fire place, Big patio for BBQ party, Laundry on site. I can help you to find any good place wherever you need. Location of this unit is right next to 134 and 5 Freeways. located near Universal Studio, Walt Disney Studios, Warner Bros. Studios, Hollywood, LA Zoo, Griffith Observatory, downtown Glendale and within walking distance to the Ralphs, Staples, Galleria, Americana at Brand, restaurants, and shopping, L
## 363 Close to downtown Glendale and 4 miles to Rose Bowl Cooks kitchen, large living room with fireplace and formal dining room. Huge porch with Jacuzzi and views. Always available for help. Quiet and peaceful in the Hills of Glendale. Close to downtown shopping and central to Pasadena and downtown LA. I have large friendly dogs.
## 364 This is a very private neighborhood. You will wake up in nature and sleep in peaceful bliss. This is a sanctuary for anyone wanting to disconnect from life. The moment you walk in you will feel a sudden relaxation. Its home away from home. Its privacy and accessible. Full screen HD TV, Full cable HBO and Wifi. Full length mirror closet. Full bathroom. Laundry room access. Kitchenette. Private entrance, private patio, parking and pool access to backyard sun deck. We are always willing to make our guests feel the most comfortable. We have all the accommodation available. You are welcome to ask if you need something. The country club suite over looks a beautiful green golf course. This neighborhood is private and secluded. We have nature all around us. You might spot our furry friends (rabbits and deers). This is a safe location in the city but out of the city. We have a nearby metro stop that takes you directly into the city. All the main highways are within a 2 miles radius. Car rentals
## 365 Beautifully remodeled studio in a private gated home in north glendora, this studio is completely remodeled in a safe private resident with a private balcony over looking San gabriel valley towards Los Angeles. 20 miles drive to Disneyland and 20 mile drive to downtown Los Angeles, 20 mile drive to Ontario mills mall and Victoria gardens mall. 7 miles to ranging waters, 13 miles to downtown pasadena. This our home is located boarder of national forest, in a very quite location.
## 366 Spectacular view of the mountains and surrounding area. Safe for early morning runs, walks or biking. Plenty of hiking trails withing short distance from residence Access to kitchen, den, bathrooms, pool, pool areas and assigned bedroom As often as required, but not in a manner to bother or disrupt their privacy The neighborhood is safe, clean, quiet and enjoys the benefit of gracious neighbors. There is access to public transit less than a mile from the home.
## 367 -Private room in a spacious house in safe neighborhood -Driveway parking -Pool -Newly renovated kitchen -Walking distance from awesome thai food, bar, and grocery store -Very flexible check-in and out times -Guests are free to come and go, and use the home's amenities any hour of the day or night -Folding cots available upon request, allowing the room to sleep up to three total We have three different rooms available in this home, check out our other listings for more available dates!
## 368 5000 sqft Estate is beautifully furnished & landscaped. Enjoy fruit trees, swimming pool, fountain and gardens. Located in the Devonshire Highlands Estates, Northridge a prestiges suburb of Los Angeles's SanFernandoValley Central location, 30mins to many popular tourist destinations; Malibu, Universal Studios and City Walks, Downtown, Beverly Hills, Hollywood, Ventura Blvd., Topanga Beach. 2 minutes walking distance to bus lines and 5 minutes walking to The Northridge Fashion Center, Great Shopping, Restaurants, Bars and Theaters! Coffee and pastries every morning. Full gourmet kitchen Premium Cable Movie & Sports Channels Full service business center House Phone/with unlimited nationwide calls 2 House Computers & Fax/Copy machine Wi-Fi enabled common areas Patios with BBQ grills and firepit Swimming Pool/Spa Landscaped with flower gardens, fountain, sprawling green lawns, orange, lemon, peach, apple, fig, pomegrante, and grapefruit trees. Flat screen HDTVs in rooms New mattress
## 369 One full bedroom and bathroom in a two bedroom apartment. There is a full kitchen and dining room. Bottled water, coffee, snacks, and fruit are always available. There is a treadmill, cable television, DVD, CD, and Internet access. The bathroom has a tub and shower. There are hundreds of books in the apartment. The building has a laundry room, 1.50 to wash, (down the hall), pool, and barbeque area. This building is a ten minute walk to CA State University Northridge and a thirty minute drive to Hollywood. The bus stop is one block away, and there are express buses to the train station and other destinations. I prefer no pets. Smoking is fine; there is a balcony area. The building is locked, patrolled by a security agency, and the maintenance crew is excellent. This is a college neighborhood. It is a safe, friendly, suburban, family-oriented place. A lot of people walk and jog in the evening. The Fire Department is across the street--so there are occasional loud siren outbursts. The p
## 370 This comfy and bright room is quiet and peaceful. It has its own bathroom inside, TV, queen memory foam mattress/bed, large windows, and a desk. Walking distance to California State University Northridge, metro, Art Performing Center, shops/restaurants, yet it's quiet and Luxurious! Use of pool& continental breakfast. This room is located in a quiet/unique LA neighborhood, surrounded by trees & sounds of birds & fountains. This paradise is close to CSUN, metro, hiking trails, city attractions (Disney, Hollywood, Universal Studio, Six Flags Magic Mountain & the beach and more)! Or just relax in a beautiful garden, by the pool! The room has a queen size memory foam mattress/bed and its own TV. It's comfortable & private, perfect for one or two. Continental breakfast is also included. Gated property, safe and private. WiFi, TV, comfortable queen size memory foam mattress Private bathroom with full tub, inside room Pool, Lush grounds Continental Breakfast I am friendly, but will res
## 371 We have whatever you need, and can arrange what is provided depending on your needs and wants. the space is large and in total is about 1300 sq ft between the 2 rooms. A bathroom is in one of the rooms, and both rooms lead into a closed adjoining patio area that serves as your own living room, and kitchen area private to your own use. The patio is 500 sqft and has a fridge, cooktop, lots of space for guest and has a 3 piece couch set to use. You have a separate fridge, bathroom, common area, and cooking facility to use connected to both your rooms. Your entrance is private and separately accessed through the back yard, and not from the front main part of the house. You may only see us outside, or passing by the windows during certain times. If you are social we are social, and if you are private, we are private. I'm less available, or sociable when my kids are around because they take up my time and energy. Please confirm if you are booking with preference for an adult social large g
## 372 Our cool comfortable 1930's Spanish Villa retreat is nestled against beautiful Griffith Park in quaint Los Feliz Hills. Just minutes from The Griffith Park Observatory, Silverlake, Echo Park, Hollywood, restaurants, nightlife, and Skylight Books. The private guest studio is in a 1930's Spanish house on a dead end street that butts up against Griffith Park hiking trails. It has a private entrance, private patio space, Spanish tile thruout, a big shower and old fashioned casement windows that give the space a airy happy vibe. It also has a lot of closet space. Guest have plenty of unrestricted street parking, a private patio with a table, 2 chairs and an umbrella. Perfect for working outside or just relaxing with a glass of wine at the end of a long day. There is also a large beautiful front yard space with a table and chairs available to our guests. We provide total privacy for our guests but are here for them to happily help with anything they may need. The studio is a separate and pri
## 373 My place is close to The Water!!!! Machado Lake 0.7 mi, Harbor Park Golf Course 0.8 mi, Redondo Beach 5 mi, Hermosa Beach, Palos Verdes Estates 2.4 mi, Pacific Coast Hwy,Kaiser Hopsital 0.5 mi. You’ll love my place because of the location, the people, the outdoors space, the ambiance, and the neighborhood!!!. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets). guests have access to the full property grounds
## 374 A beautiful home with a bathroom A beautiful home with a bathroom
## 375 Charming apartment centrally located to the beach and downtown Los Angeles. It is very quiet and comfortable and private. Full bed and a flat screen television and a full bathroom with a lot of closet space. It is in a very safe beautiful neighborhood. It is a cozy private entrance apartment in the outskirts of the city. Private entrance street parking and cable television and Internet and wi fi. Complete autonomy and privacy given to all guest. The trees and the closeness of the beach and the city. There are bus lines and also light trains.
## 376 Spacious 1 BR/1BA condo plus a queen size sofa bed with over 795 sq. ft.and a large patio. Located in trendy Playa Vista aka "Silicon Beach" near Marina Del Rey and Venice. Building amenities include Pool, Jacuzzi, Fitness Center. High end furnishings and top of the line amenities.
## 377 Newly remodeled modern fully furnished studio apartment with private entrance. Located in the new silicon beach. 10min Bike to Marina Del Rey/Playa Del Rey beaches. Easily walk to nearby Cinemark XD theater, Whole Foods and Playa Vista Runway restaurants & shops. Easy access to LAX, (PHONE NUMBER HIDDEN) freeways. Private studio with separate entrance in the heart of Silicon Beach. Have your own centrally located apartment in LA close to LAX, beaches and 405, 10, and 90 freeways. Five minute walk to YouTube and (website hidden) campus, Starbucks, Whole Foods & Playa Vista Runway. Chef's kitchen with Bertazonni range, Miele dishwasher, microwave and refrigerator. Short bike down Balona Creek bike path to Playa DelRey Beach and Marina Del Rey. The bike path continues north through Venice Beach to Santa Monica and Pacific Palisades, and south to Manhattan Beach. Dogs welcome with 25/night fee per animal. No cats, we are allergic. Separate private entrance. Minimal interaction with gu
## 378 FANTASTIC CENTRALIZED L.A. LOCATION! Perfect spot in great quite and very safe neighborhood in city of Los Angeles, Encino. * Air conditioner and heater system. * Sparkling clean shower, body wash, shampoo, conditioner, body lotion and blow dryer * Large closet * High speed WiFi, TV is available just in family room. * Private entrance, private room and private bathroom. ** The room has a very comfortable queen bed with brand new mattress, down pillows and comforter. * Small refrigerator inside the closet. * Parking available. CLEANLINESS is a high priority for our listings! You'll find your surroundings very quiet, calming, importantly, squeaky clean!! Great quite and very safe neighborhood and family oriented. L.A. is known to go around by your own car, but there is bus stop just 3 minutes walking distance * Close to restaurant and bars, easy access to all main Freeway. * 15 minutes to Studio City attractions, 25 minutes to Santa Monica and Venice beach, 20 minutes to Beverly Hi
## 379 Hi I'm Sylvia and I would be delighted to welcome you to my home . Having traveled and lived in many places including Argentina, Israel,Europe and the United States I’ve learned how to work and communicate with a wide variety of people. Location, location. In the heart of Encino, your accomodation is just 15 minutes from universal studios and within walking distance of restaurants, shops and public transportation that will take you to the best of Los Angeles' fabulous attractions. Please contact me with any questions or if you need more information. No smoking Inside is permitted, 2 large patios available for smoking . I am mostly home big interaction if so is requested or needed Parks and recreation[edit] California State Parks operates the 5-acre (2.0 ha) Los Encinos State Historic Park in Encino.[15] The park includes the original nine-room de la Ossa Adobe, the Garnier Building, a blacksmith shop, a pond, and a natural spring.[16] The Sepulveda Dam Recreation Are
## 380 Continental breakfast may be available if given advance (URL HIDDEN) place is close to USC, public transport - Crenshaw /expo metro train station(0.2 mile walking), Panda express, Burger King and Domino's Pizza. More restaurants and Groceries are within walking distance. Close to Exposition and natural history museum. There is a queen real mattress and a Japanese thinner floor mattress. If you prefer one over another, please mention so. Note 3rd person will only get the Japanese mattress. It is the living room with a sofa and dining table only for your use. 2 kinds of mattresses are on floor - real mattress and traditional Japenese floor mattress. We do not use the living room. However kitchen is connected via a gallery and though you can see nothing in kitchen, during day you may hear cooking noise as the whole house is very quiet and that would be the only noise. You have access to living, kitchen and nearly whole house except my room Most of weekends I am out of home Parking is ver
## 381 My place is close to Private Room with shared living area and bathroom in safe area. My place is close to USC, California Science center, Metro service. Great location 5min to Downtown LA, 20 min to the Santa Monica beach. I'm easy going person and happy to help you anytime
## 382 About a 10 minute drive to LAX airport, and FORUM. A 5 minute walk to 7/11 convenience store, donut shops etc.
## 383 This private room in a small complex. Down stair, people above. New remodeled. clean & neat. 1 new full bed; new bedding; closet. Air bed for the 3rd guest.Free wifi. Possible on site parking. Max 3; no visitors. NO stove & living room to use. All amenities are crossed out. Read the entire description for details. This private room in a 4 U apartment. New remodeled. New paint, new carpet, nice and new windows and curtains. Almost all furniture are new. Full bed, new bedding, side table, lamb, closet. Airbed for 3rd guest. (if you need it, book as 3 guests) Max 3. NO visitors. We provide fresh bedding, towels, shampoo, body wash, hand soap, hangers Hair dryer (shared) Fan for summer guests Wall furnace in hallway (temperature can NOT be adjusted ) Free coffee anytime :) Free wifi Free parking is possible. Only one parking spot for 2 rooms; first come first serve. Kitchen: (shared) 2 mini refrigerators, microwave, toaster, coffee maker, cups, knives, (URL HIDDEN) stove. Good for heati
## 384 All amenities are crossed out. Read entire description for details. Now New windows block much noise from outside!!! Private room (own lock) in a 4 u building apt upstairs. shared Bathroom, kitchen. No one above; people below. Full bed. 2 big windows. airbed or pad for 3rd guest. New carpet, new paint, new bed and bedding (New in December 2015). NO visitors. Welcome ALL guests, who will keep my home clean and respect it! Read the ENTIRE description before booking ! This private room, shared Bathroom, dinning area, kitchen (no stoves) Its on 2nd floor. No one above, but people below. Full size bed. No visitors. 2 big windows, so bright & airy. Nice and new window through out the whole home (block much noise from outside) New carpet, new paint, new bed and bedding. We provide: fresh towels, shampoo, body wash, hair dryer. Away from home, still sleep well, take nice shower, prepare simple meal by using microwave for less . This big private room: New bed and bedding (full size) side tab
## 385 All amenities are crossed out. Real entire description for details. My place is close to restaurants and dining. Welcome all couples, family and kids, (though we do not have specifically equipped for kids) solo adventurers, and business travelers, who will keep my home clean. It is a one bedroom apartment. You own the entire home, no sharing. (No one will be in the lock the room). So it is a bigger one bed apartment. It is in down stair. Full, Twin bed, one each. No stoves. Read entire description carefully before booking. It is a 2 bedroom apartment in a 4 U building. One bedroom is locked, then it became a 1 bedroom apartment. Big bed room; big living room. Nice kitchen NO stoves and oven. Then no cookwares. Do NOT bring your own cools and cook here. Only microwave, 2 mini refrigerators, toaster, coffee maker. Some forks, spoons, plates, bowls, cups. One full bed; one twin; one futon; if booked as 5 guests air bed will be provided. 40" Flat TV Free parking: for up to 2 cars. first
## 386 My place is close to Famous Americana mall. Great shopping. Restaurants. Theater's .
## 387 Welcome to our Quiet Retreat in the Heart of the Los Angeles Hubbub! This nature filled "French Living" vibes bungalow is in the back of a very big lot. If you are looking for a quiet retreat in the heart of Los Angeles then you found it! Nothing but birds singing! See details below ;) This is our home, not a hotel, so we are seeking respectful people who are ready to meet Angelinos; or not ;) and/or enjoy a quiet stay. Barbecue The bungalow shares one wall (off of the kitchen/bathroom hallway) with the owner's art studio and extra bedroom. BUT, if it is complete privacy you require, the owner will not use these premises during your stay (upon request.) The place is spacious but everything is on a smaller scale, beds are full size (sofa included). The front house is occupied by the owners' family. This bungalow is located on the hills between Adams Hills of Glendale and Glassel Park of Los Angeles; in what is known as Verdugo Village. Very accessible and central thanks to the 2,
## 388 full kitchen Bathtub Smart TV internet patio Air Condition large closet 2 off street parking spaces Laundry on site secured 3 miles to Glendale AMERICANA 4 miles to Downtown LA Across the street from recreation center (pool, tennis courts, etc) Beautiful, privet, stand alone, Large Studio with hardwood floors, in a secured Triplex. Very clean and cozy. Smart 40" TV, internet and Wi-Fii. Bedding: all 100% cotton and down comforter . Furniture: All new, queen bed, new mattress, extra sofa bed. Blackout curtain for an additional comfort. Iron & Ironing board. Air condition and heater. Extra portable heater and fan. Air purifier. Kitchen: Fridge, Oven, micro wave, coffee maker, eclectic kettle, coffee cream and sweeteners. All basic necessities such dishes, pans, pots, glasses, and much more. Bathroom: full bath , shampoo conditioner, soap. Patio: big, privet, table and chairs . Shared garden (neighbor’s have two cute and friendly Boston Terriers that play at time
## 389 Close to Downtown LA, Pasadena, Silver Lake making it centrally located to great eats, museums, and outdoor activities. This is our home and we love sharing it with guests visiting local family/friends, couples, solo adventurers, and business travelers. This unit is our 2nd story master en-suite with a private entrance, spacious bath, french doors leading to an outdoor deck for alfresco meals. If you are coming in or around the 4th of July holiday, please expect lively neighborhood fireworks. This is our 2nd story Master En-Suite with private entrance, we live below so we ask that you are mindful of your noise level. Custom made bar height dining table for 2. On a clear day there is a peak a boo view of the Griffith Observatory from bedroom window. Comfortable queen sized bed. Kitchenette: sink, dishwasher, fridge/freezer, microwave, Keurig Machine. French doors lead to an outdoor deck for alfresco meals. Spacious bathroom with double sinks and quartz counter-tops. Master En-suite P
## 390 Why stay at a hotel when you could have the WHOLE place to yourself? Save yourself the hassle of daily hotel/parking fees & stay in a beautiful, NEWLY renovated unit in an amazing location! Occidental College - 5 min The Americana at Brand Mall - 5 min Dodgers Stadium - 10 min Downtown LA/Staples Center - 15 min Hollywood - 15 min Universal Studios - 20 min. Beverly Hills/Rodeo Drive - 25 min Disneyland/Disney California Adventures - 35 min-1 hr This duplex has everything you need! It can accommodate four people, with one queen bed and one queen sofabed. All appliances are brand new and stainless steel! This unit also includes a washer and dryer in the garage, as well as two AC units (one in the living room, and one in the bedroom). There is parking on the street as well as additional parking at the garage! As a courtesy, we leave our guests with coffee, tea, creamer, shampoo, body wash, bar soap, toothpaste and towels! OUR goal is to make YOU feel at home. Guests can easily check i
## 391 Charming 1 bedroom/1 bathroom apartment located in a Spanish style building on a quiet street in Glendale. The apartment includes a smart TV, wifi, large kitchen, comfy california king mattress and large windows. Laundry on site but not in unit. Perfect central location whether your heading to Downtown, Eagle Rock, Highland Park or Silverlake. If your staying in the neighbor you'll be within walking distance of multiple restaurants, Whole Foods, Ralph's, Nordstrom Rack and World Market! Access to one parking spot behind building, laundry on premises, and outdoor patio. The kitchen includes pots, pans, baking dishes, utensils, drink ware (water glasses, wine glasses, shot glasses etc), keurig, kitchen aid mixer, juicer, stove, oven and refrigerator. There will be minimal to no interaction however I will be available by phone to answer any questions or assist with any issues that come up. ***Please note that I am unable to accommodate guests requesting to stay longer than 10 nights. Cl
## 392 Clean, private and centrally located Hollywood Hills house. 5-10 mins from Hollywood, West Hollywood, Studio City, Burbank and much more !
## 393 The number of reviews matter. I've had 700+ happy guests since 2013. You get your own set of keys to lock your room, and access the house. If your search found me, the room's vacant. PLEASE read my description carefully--It has answers to ALL your questions! The Phone App won’t have details; the web will, use that instead. This listing is for the Master bedroom in my 3 bedroom Home. It has a new Cal-King mattress (that's the biggest size bed made), a walk-in closet, a built-in desk, a chair, lots of natural light, a fan, air-conditioning, and a TV with a DVR. You will get a key for the lock on your door. A large bathroom is next door. A 2nd bathroom is in the front part of the house. This is a 3-bedroom house, with 2 bathrooms that are shared just like at a regular home. I often have guests in the other rooms too, but since everyone is gone most of the time, it is unlikely you will see anyone else. Please, no children, or pets. We have 4 dogs who stay on the property, all gentle
## 394 Los Feliz neighborhood is an affluent hillside neighborhood in the central region of Los Angeles, California, abutting Hollywood and encompassing part of the Santa Monica Mountains. Noted for its expensive historic homes and celebrity inhabitants.
## 395 This house in the Hollywood hills is a 1950's two bedroom house. Ideal for two couples. Located in the quiet, safe neighbourhood of the Hollywood hills. Views of the Griffith Observatory and the park. Large private driveway provided. If you would like to stay in a private house away from the hectic city life you are at the right place. Secluded with sounds of nature you will be nicely recharged each day you should stay at our property. Our living room has a view of Griffith Observatory and the park below, both park and observatory can be reached by foot. Our home is fully equipped for your stay. Humming Birds are our daily visitors at the house. Food supermarkets, restaurants and bars are also very close if you wish to dine out or cook at home. We do have a large private driveway where you can park two cars. The house is in close proximity to the U.S. Route 101 from Franklin Blvd and the Interstate 5 from Los Feliz Blvd. We can help you with any of your requests regarding addresses
## 396 A wonderful opportunity to rent a private room in a beautiful, secluded, two-bedroom, two-story home off Barham. Large open floor plan. Shared spaces galore, including a large living room, tv room, dining room, full kitchen and an incredible outdoor area, with porch, grill and trees everywhere! Near Burbank and Hollywood. Just off the 101. Queen bed, private closets and full bathroom included. Perfect for one person! More than a few night stays are welcome! Please check out our pictures! Save for a few private closets, guests are free to access the entire house. This includes living, dining, entertainment rooms; a full kitchen, and a wonderful backyard that includes a large porch that is surrounded by trees. Guests will have their own private bathroom; and their private bedroom will have a lock. This is a shared space; the host will be available to help you throughout your stay. This quiet, secluded home is right in the middle of everything. Just off Barham, near the top of
## 397 My place is close to Hollywood Bowl, Sunset Strip, Walk of Fame, Magic Castle.. You’ll love my place because of its location, its soaring vaulted ceilings, its spacious kitchen with stainless steel appliances, its jacuzzi tub, its pool, its barbecue, its fire pit, its washer/dryer and its stunning views. . My place is good for couples, solo adventurers, and business travelers.
## 398 If these walls could talk...Alanis Morissette wrote Album of the Year, Jagged Little Pill in this home. Lovely Spanish revival in historic Beachwood Canyon. 2bd/1ba, garden, laundry, wifi, walk to Hollywood Walk of Fame, Griffith Park, Hollywood Bowl Lovely host, lovely guests :-)
## 399 Unique private 2 bed room/sleeping area space in the high up in a Castle w living room and den / large private atrium covered deck looking over the Hollywood Hills in one direction and dazzling Hollywood tinsil town in the other .Ocean view in the distance Roofdeck jacuzzi also available but reservation is required . The space is in a modern day castle in the Hollywood Hills. It is located on the 5th stories above street level. Great views of the Hollywood sign, Hollywood Hills , tinsel town and other landmarks. Private entrance. There are 2 private sleeping area and 2 sofa beds in the living room . The space has its own private atrium which has a dining table with a great view . There is also a private roof deck w Jacuzzi and heat lamps ( see photos ) Reservations can be made to use this hourly in advance for 50 per hour , I or someone will be there when you check in. Great centralized location easy to walk to and from all of Hollywood attractions. 4 blocks from Hollywo
## 400 This hillside gem must be seen to be believed. You can't beat the location (just a few blocks from the main strip), the stunning views, newly remodeled, and mid century furniture. I'm confident that you'll fall in love with this warm home, just as I have. Highland Park is a killer hip neighborhood, that is full of amazing bars, restaurants, yoga studios, cafes, and cool music venues (which are all literally around the corner). Come enjoy yourself and get cozy on the real east side of LA! I make myself readily available all at all times :)
## 401 Nestled in the hills of Highland Park on a secluded cul de sac lies a 1925 Spanish Bungalow. Beautifully furnished by a professional designer with antiques, flea market finds, and modern pieces. This 1 bedroom 1 bath house ensures a stylish retreat for friends, a couple, or a small family. The house accommodates 4 people w/ a queen size bed in the bedroom and a deluxe air mattress that can be set up in the living room. The house is located in the historic and hip neighborhood of Highland Park, Los Angeles. It's known for it's cool bars, coffee shops, vintage boutiques, and restaurants run by locals. All within walking distance. Top spots to visit: Coffee- Cafe De Leche- York/ Ave. 50, Stumptown coffee, free wifi during week, family friendly, across from Highland Park Park Civil Coffee-5629 N Figueroa St, cool guy coffee, really well designed interior Bars- The Hermosillo- 5125 York Blvd, Great beer, wine, and small bites, Great vibe and people, Home of Highland Park Brewery The Hi H
## 402 A fully remodeled studio detached from the main house, hidden in a quiet/private backyard (which you may also enjoy) with separate/secure entrance. The room has a cal king pull out sofa, wood floors, AC unit, fan and beautiful marble tile bathroom. A newly remodeled, completely private large studio, with tons of light, high domed ceilings, hard wood floors, AC and ceiling fan, and a big, beautiful custom bathroom with an eight foot glass shower and marble tile. There's a dresser for your clothing/personal items, wireless internet, and a new Room & Board sleeper sofa that opens to a very comfortable, Cal King foam mattress. Clean sheets, towels, hair dryer and shampoo will also be provided. Guests have a secure and separate entrance through our driveway gate to the studio and may come and go as they please. They are welcome to enjoy our lovely, landscaped backyard as well! We are a quiet couple who will give you your space and privacy, however we do live with two trained, very friendly
## 403 a quiet, simple space La Casita de Secoya (the little house of redwood) sits well off the street, under tall shade trees frequently filled with singing birds. Sometimes a flock of wild parrots may even fly in to sit with you for a while. Fully furnished and great for long-term stays (preferred), the home is a cozy one bedroom that you can use as a two thanks to a custom barn door that converts the living room into a bedroom. Dine inside at the kitchen counter crafted from distressed reclaimed lumber, or outside under the trees and stars. There's a fire pit and wine glasses for drinks and conversation. While the casita is hidden and quiet, it sits just 2&1/2 blocks from York Boulevard, which Condé Nast called "the coolest street in Los Angeles." You'll be in the heart of Highland Park, one of Los Angeles's hippest neighborhoods, full of all kinds of creative artists. It's only a seven-minute walk to some of HP's greatest establishments and events, like the Café de Leche, The York Gr
## 404 This apartment has a wonderful location, just minutes away from all the entertainment along Marina Del Rey & Venice Beach. Just around the corner are popular shops, cozy cafes, trendy bars and restaurants. If you wish to also explore other parts of this amazing city, you can easily access the highway from the apartment. The people of Marina Del Rey are very friendly and give off a welcoming vibe, which will make you feel right at home :) Beach-ready and amenity-packed at a great value for your next short or long term stay in West Los Angeles. Conveniently located two blocks from Venice Beach, 10 minutes, this community is perfect for business and leisure travel. Enjoy resort-style amenities and services - pool, tennis courts, billiards room, on-site dry cleaning and fitness center - without the resort price tag. You have full access to the apartment, kitchen, living space, all amenities and 1 parking space. Please if you need anything don't hesitate to contact me. This apartment has a
## 405 Enjoy the summer in this great 1 bedroom apartment with 2 queen beds located 4 min walking distance to the beach. This bright one bedroom is ready for you to enjoy the sun this summer, with amazing amenities, in the heart of all the action, yet relaxing the perfect balance for your vacation or brief get away. Beach-ready and amenity-packed at a great value for your next short or long term stay in West Los Angeles. Conveniently located two blocks from Venice Beach, 10 minutes, this community is perfect for business and leisure travel. Enjoy resort-style amenities and services - pool, tennis courts, billiards room, on-site dry cleaning and fitness center - without the resort price tag. Treat the place as your very own beach house by discovering the fun in all it's amazing amenities Please don't hesitate to contact me if there is anything I can help with, I available 24 hrs The apartmemt is in a great area! Famous restaurants, close to the popular Venice Pier, Venice Canals, Abbot Kinney
## 406 Just minutes from the beach. A cozy full size mattress in the aft cabin and an even comfier v-berth bed make this 32 ft sailboat perfect for 1-3 guests. Sleep under the stars or watch the sun set from the bow. There is a full mattress in the aft suitable for two and a very cozy v-birth bed up front. The boat contains a small refrigerator, stove, and grill for cooking purposes. The sunsets and sunrises from the deck are absolutely astonishing and not something to miss while you spend time in the Marina. Step out from to the bow at night to catch an amazing glimpse of the stars after the sun has gone down. The boat stays in the slip unfortunately, however, if you are interested in Charters, please inquire for availability and rates. My interaction with guests depends upon my work schedule, if I am not close by there will be someone that is if anything is needed. Very close to Washington blvd and the Venice pier. Great central location for dining and bars.
## 407 Private room with fresh towels and blankets
## 408 Our 5 bedroom home lg living area in front of the house. Guest room in front and offers privacy. 5 min to Long Beach Airport 30 min from LAX 30 min from Disneyland 10 min to the beach- This way to the beach! Disneyland, Magic Mtn, Outlet Shopping Malls and 2 major malls. 10 min away from dipping toes in Pacific Ocean. Great public transportation bus, train or boat. Catalina island looks pretty good! Our place is good for couples, solo adventurers, and business travelers. Nice sized room with a beautiful window, new window coverings, new full sized bed, Down comforter, hardwood floors Fresh pot of Starbucks Coffee with a relaxing patio to enjoy the morning. The room is in front of house and offers privacy. We spend most our time in back of house. We respect people's privacy and always enjoy good conversations over a cup of coffee in the common area of the house. Nice quiet neighborhood great for walks, local parks and shopping malls 1 block away from bus, 2 blocks from the lake
## 409 Cool
## 410 Beautiful ranch style home with lots of space . Pool, spa, pool table, 2 large family rooms, spacious kitchen. Great for a family getaway. Close to Disneyland and Knotts Berry Farm. And just 35 minutes to the beach or LA. Hi, I'm Ross. I love this home and am proud of the relaxing vibe I've created here. The backyard with its tiki theme is my favorite for hanging, swimming or playing cards with friends. I'll be here during your stay. I'm very friendly but will keep to my room during your stay, so you will have the run of the house. I also have 2 small dogs, a miniature schnauzer and a jack russell, who will be here running around. They are sweet and friendly. I am happy to offer you assistance while I am here. I have a beautiful park across the street with a lake that is great for a morning jog. Again, the dogs will be here as will I. We are friendly and easy to get along with. This is the perfect place for families, couples or individuals looking for a relaxing time away.
## 411 The house is very accessible to the freeway and thus to the entire Antelope Valley. A great stop for anyone heading north/south to San Francisco or if you're in town for work at Plant 42, EAFB or nearby hospitals. We will be as interactive as you want us to be. This is a very quiet neighborhood with lots of parking and places nearby to eat. We do ask that you park on the street except Wednesdays 12pm-3pm.
## 412 Large private room that is the size of a small studio apartment in a 1904 Victorian Era home. Queen bed. Sitting area. Private kitchenette. Private bath. We can add an additional queen or two twin air mattresses to accommodate up to four people. Spacious room private room with kitchenette, bathroom and sitting area. Guests are provided a key to the house and are free to come and go as they please. Guests have access to the garden and to laundry facilities. Guests have to make arrangements because this requires walking through the main part of the house. Hosts are available to guests and can help plan your LA getaway. Guests have as much privacy as they desire. We will introduce ourselves and let you in. We enjoy meeting our guests so feel welcome to interact with us if we are home. We also appreciate that some guests want privacy. Feel free to initiate interaction. On weekends, if we are cooking a family breakfast, we will text you an invitation. Feel welcome, but not obl
## 413 Our home is close to Venice Beach, one of the most popular destinations in California. The loft is very spacious, bright and gets a lot of natural sunlight. It's 1 bedroom loft, but technically it has 2 bedrooms: one upstairs with no doors, another one in a separate guest room downstairs. You are welcome to put the minibar tools to use, play piano and start fireplace to make it cozy in the evening. Cafes and grocery shops are 5 min away, beach is 10 min away in a car. Safe and quite neighborhood We put a lot of love to make our home nice, cozy and pleasant to stay at. We have plenty to offer: -fireplace which can be turned on with gas or wood (booth ways work) to keep you warm and romantic - a minibar set up with different shakers, glasses and straws to mix things up - big TV, sound system, evening neon lights for ambient atmosphere - work space with desk and printer - Hawaiian hammock to relax in You will have access to whole loft including living room, dining area, kitchen, bathroom,
## 414 Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, Snaaaapchaaaaaat, Symantec etc - 10 min to Santa Monica Co-working space (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA!
## 415 Private furnished studio with fire place, private entrance, cabinets, laundry on site,closet with lots of mirrors, elevator and restroom. Quite, clean and private. In the heart of Culver City! Next to the beach. Minutes from free way and closer to Fox Hills and West Side Pavillion mall. Private entrance to the main building and the studio. Walking distance to lots of nice restaurants and bars! You can ride a bicycle to the beach. Middle of every thing. Next to many private transits
## 416 Charming 1 Bedroom 2 Bath Mar Vista Bungalow in quiet neighborhood. Our house has 3 outdoor areas, grill, filtered water tank, gas fireplace, Netflix, Apple TV, and fast wi-fi. If you are traveling with a toddler or a house-trained furry friend they are welcome. Our L-couch is also very comfortable for a 3rd person. Ample street parking. Nice house to spend the holidays. It's an 8 mins drive to Abbott Kinney, 10 mins drive to beach, 5 mins drive to Venice. Great restaurants near by. 15-20 mins from LAX airport. The guest bedroom is closed and not to be accessed during the stay. Best to get around by car, Uber, bike or foot (if you don't mind walking for 15-20 mins) to Lincoln Blvd.
## 417 Stylish room for rent in very clean private home in the quiet, residential Mar Vista Area of Los Angeles. Just 2 mi. from Abbott Kinney Boulevard and 4 mi. from Venice Beach. About 1 mi. from new Metro Line that runs to Santa Monica & downtown LA. Walking distance to a few coffee shops, hip restaurants, Mom & Pop shops, bowling alley, yoga studio, Sunday farmer's market and local grocery/cafe' that hosts live music. Lots of on-street parking available right in front of house. It is my primary home, so there are comfortable quality furnishings, attention to detail and it is cozy in feeling. Guest bedroom comfortably fits two with queen bed and has recently updated powder room attached. Hall bath is separate tub/shower and shared with owner. Beautiful outdoor space with fenced in backyard, new outdoor furniture, gas grill and lush plantings. Living room, dining room, kitchen, 1 bedroom (queen bed), en suite powder room. Shower is in hall bathroom. I live on the property and hav
## 418 Our detached Guest House is the perfect place for your stay on the Westside of L.A.. It has a queen bed, an optional twin bed, a private bathroom and a kitchenette. It has its own private entrance and an outside area perfect to chill out. It is located in the heart of Mar Vista. Restaurant, bars and coffee shops are just down the road, the World famous Abbott Kinney Blvd is less then a 10min drive and d just follow Venice Blvd for a couple more minutes and you’ll end up right on the beach! Our Guest House is detached from our main house with its private entrance providing complete freedom and autonomy to our guests. The Guest House includes a separate bedroom with a queen bed and a closet, a private bathroom with shower and toilets, and a large living space with its own kitchenette (small fridge, micro-wave oven, coffee machine, toaster), a dining / working area, and a living room with a very comfortable sofa (that can be used a an extra bed), a large armchair, a coffee table and a TV
## 419 My place is close to Tito's Tacos Mexican Restaurant, Blaze Pizza, Johnnie's Pastrami, Starbucks, and Chipotle Mexican Grill. You’ll love my place because of the coziness, the location, the pool. My place is good for couples, solo adventurers, and business travelers. 200 sqft studio/bungalow in a lot shared with another three Bungalows, also listed here on Airbnb. Best fitted for singles or couples looking for little time inside home and more time exploring the city. We have a small kitchenette, but it's more suited for food "emergencies" and snacks :) Guests have full access to this home- and there are no other guests sharing the bungalow. This bungalow, while private, does share the outdoor amenities with the other 3 bungalows on the property. Shared amenities: Pool, BBQ Grill, outdoor table and chairs, Laundry room with iron & board. Pool is not heated and not to be used by anyone else other than guests staying in the bungalows. Outside guests and friends are not allowed at any time
## 420 My place is close to 4 miles to the Beach, close to Culver City . You’ll love my place because of It is quiet and private, high ceilings, full kitchen and bath everything you need for a wonderful stay. My place is good for couples, solo adventurers, and business travelers.
## 421 My apartment is centrally located to Venice Beach, Santa Monica, Culver City, LAX, UCLA and Downtown. My place is good for couples, solo adventurers, and business travelers.
## 422 Perfect for Travelers and Working trips! -4th level Rooftop Patio, crystal fire pit, 4-burner Grill, Kitchen, Bikes, Vinyl in this Quiet Neighborhood. -Room w/ connected bathroom, shower, TV/DVD, Chromecast, Hydroulic Desk, stereo, 2 headed shower Located behind the Historic Venice High School having involvement with such films as Grease, Britney Spears' Hit Me Baby One More Time, Dazed and Confuses etc. This rooftop apartment is perfect for guests and business trips. This is a private bedroom with attached bathroom. This space is a 4 bed/4bath. The tenants are professional musicians. During this time there will be 2 tenants on the first floor and one on the second floor. Guests can utilize the living area and kitchen. Head up to the top of the stairs for inspiring Venice views from this cozy roof-deck containing a 4 burner propane grill, crystal fire-pit, workout bench, plant life and lighting decor! Call, Email, Text. If I don't respond right away, I may be snowboarding and/or out
## 423 Bright open 2nd story apartment with amazing ocean breeze. 2 Large private bedrooms and bathrooms. 10 minutes from Venice Beach. 5 Minutes to Abbot Kinney. Street parking readily available for free, no permit required. Conveniently located close to the I-10 and I-405 freeways. Very easy to quickly get around to other parts of LA. 20 minute drive to Downtown LA and Hollywood/West Hollywood w/o traffic.
## 424 The room is actually very spacious and naturally lit. You would have your own bathroom to yourself (the main bathroom), but the shower is shared with one other person. My favorite thing in this neighborhood is the Mar Vista Farmer's Market on Sundays The actual apartment is kept very clean and organized, and we ask you to help us do the same upon your visit. We have a no shoes inside policy as well. Our space is really nice because of the location! We are only 2 miles from the beach, an leisurely bike ride. It is also great because if you have a car, you can actually park anywhere on the street without any time restrictions and you only need to be mindful of street cleaning that happens once a week. As a guest you would have access to the kitchen, but we take cleaning up after yourself seriously. Please take care of the dishes, and use the correct spatulas for pans so as not to scratch them up. The Dishwasher does not really work, so we use it as a large drying rack, please do your di
## 425 Hello and welcome to this sweet, cheerful, fully furnished three bedroom artistic house that is full of natural light and fresh air. This is a spacious home with a full kitchen, living room, 3 bedrooms, bathroom, and two big yards. The outdoor spaces are wonderful to sit in with a cup of coffee. We can provide an additional portable bed as needed. Couch can comfortably sleep 2. Also provided: Apple TV and Xbox 360. Apple TV streams iTunes, Netflix, and Hulu Plus if you provide your own account login. The neighborhood is beautiful with lots of open green space. It is part of an architecturally significant tract built as part of the mid-20th century modernist architectural movement and designed by Guggenheim Award winning architect Gregory Ain. It is located just two miles from local Venice and Santa Monica Beaches, Santa Monica College and just 15-20 minutes by car from Beverly Hills, Marina Del Rey, Westwood (UCLA), Malibu or Century City. Public Transportation is available a few bl
## 426 Comfortable private room in a 2bd/2bath, available for a weekly rental this summer. Shared living and kitchen space with wifi, apple tv and keyboard for those so inclined. Located in a quiet & safe neighborhood just 2.5 mi from the beach!
## 427 Private West Los Angeles (Mar Vista) Studio Apt with large backyard, heated salt water pool, Jacuzzi (Spa) and dry sauna. Adjacent to Venice, Marina Del Rey, Playa Del Rey, Downtown LA, Culver City, Santa Monica, West LA, LAX. Minutes from the beach A 500 sq. foot completely updated private studio apartment attached and directly below a private home in the Mar Vista area conveniently located between Venice, Santa Monica, Culver City, & Marina Del Rey. The studio features a private entrance, separate living/bedroom area with a queen sized bed for up to 2 people and a queen sized sofa bed for a third and 4th person (additional fee applies), Free WIFI Internet (3 wireless networks with 75Mbps Download/75Mbps Upload) and DISH Network on a 50 inch flat screen TV. You will have a private bathroom with shower and plenty of clean towels, also a well stocked kitchenette including a Keurig coffee maker, microwave, hot plate, toaster oven and a full size refrigerator . The studio boasts a priva
## 428 Rustic cabin style studio with high ceilings, a kitchenette, and private entrance. Perfect peaceful sanctuary when visiting LA. Walk through the neighborhood to have (EMAIL HIDDEN)e and go as you please! 5 minute walk to the Rustic Kitchen (great fried green tomato and avocado sandwich). 10 minute walk to the Venice Grind for a morning coffee. 10 minute walk to the newest restaurant in the neighborhood - the Mar Vista (make a reservation on a weekend night!). Sleep in. Street parking is unlimited. No need to wake up early to move your car. We are a 5 minute walk from the Mar Vista Farmer's Market on Sundays from 9-1pm.
## 429 Private Guest house with lovely french doors that look out to a charming garden and spacious yard. Gas fire pit and additional outdoor shower. Separate entrance. Quiet. Open beachy feel inside the large guest house. Walk to great restaurants. Bike included. Loft ceilings and lots of natural light. French doors, large windows with Blackout roman shades. Big sectional with Big screen Cable tv, including HBO and Showtime. Cute bathroom with tiled shower. While we do not have a kitchen, there is a mini fridge, and 1 cup coffee maker. Yard, outdoor shower, Fire pit. Street parking. Separate entrance. Great new restaurants within walking distance include: Hatchet Hall, Corner Door, Pit Fire etc.. We offer our guest(s) our beach cruiser bike for use during their stay. We have a small, friendly and quiet dog that stays in the main house unless we are home.
## 430 Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, (SENSITIVE CONTENTS HIDDEN), Symantec etc - 10 min to Santa Monica Co-working space in a living room (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA! Bungalow Style House! Easy to get: - 2 min to IN-N-OUT Burger - 7 min to Venice Beach - 9 min to Goooooggle, (SENSITIVE CONTENTS HIDDEN), Symantec etc - 10 min to Santa Monica Co-working space in a living room (free fast Wi-Fi) International IT community Shared beds Free Washer/Dryer Free street parking Free SODA!
## 431 Charming and light filled craftsman house centrally located in Venice/Mar Vista area. 15-minutes from LAX and downtown Santa Monica, 10-minute bike ride to Venice Beach & Marina Del Ray. Situated on a quiet, safe, family friendly street. Short walk to lots of great restaurants, coffee shops, markets, movie theater and park. Great for couples, solo adventurers, business travelers, families (with kids), and big groups. Driveway can accommodate 2 cars. Portable AC unit in house (recently added). Bedroom 1: King size bed. Bedroom 2: Queen size bed. Large open kitchen with refrigerator, dishwasher, gas stove, microwave, toaster oven and lots of cabinet space. Open and clutter free. Private yard and patio with patio furniture and heat lamp. Hardwood floors throughout. Broadband internet connection, cable tv, parking, portable AC unit and utilities included. Entire House & backyard is yours to enjoy. Our house is your house during your stay. We are always a phone call or text away to an
## 432 My place is in walking distance to retro row, great restaurants and bars, an independent movie theater and the beach. It is also a short bike, bus or LYFT ride to pine street, belmont shore, the aquarium of the Pacific, Queen Mary, dog beach, Museum of Latin American Art. You’ll love my place because of the coziness, the location and the charm of the outdoor living space. We have basic kitchen supplies, fire pit,a BBQ and a couple of beat up beach cruiser bikes available for your use.
## 433 Welcome to our beautiful, bright 3 bedroom, 2 bath home located in the El Dorado Park South area of Long Beach. Great location, just a short drive to the beach and Belmont Shore 2nd Street shops and restaurants. Kitchen is open to a large great/room (tons of open space), big backyard with a BBQ. Cable, Internet/WiFi, A/C and Heat, washer and a dryer provided. Whole house and yard As needed, just a phone call away! Quiet neighborhood conveniently located with easy access to the (PHONE NUMBER HIDDEN) freeways, El Dorado Regional Park, and the San Gabriel River bike trail. Bus, Redline, Blue line
## 434 This unit is a one-of-a-kind tranquil space. Relaxing & romantic. Surrounded by large windows with palm trees out each window. Original hardwood floors. Less than 1 mile walking distance from downtown & across the street from the beach. Very close walk to Long Beach Convention Center. Relaxing & convenient. Enjoy! Open,airy, beachy and centrally located! You can walk or bike anywhere. Great location for special events downtown. Bars, restaurants & Gay Pride within walking distance of just a few blocks. Wifi, TV with Amazon Firestick, beach across street. Queen bed, futon sofa which turns into bed, all bathroom supplies provided. Also, there is a laundry room on site in the basement. I prefer to meet the guest in the beginning to give the keys and meet them and give a tour. Feel free to call or text if you have any questions during your stay. Otherwise, I just need to see you at the end of your stay to receive the keys back. Hope you enjoy my beautiful space and have a relaxing time. Y
## 435 My place is close to Cafe Ambrosia, The Beach, The convention center, Downtown, 2nd street, the long beach aquarium.. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 436 Quiet room with a private entrance, isolated from the rest of the house, available in the middle of Belmont Shore. Room includes a comfortable daybed, and private bathroom with a shower. Includes access to the shared back patio next to the room entrance. The property is less than a minute walk to 2nd Street, where the restaurant district is located. It is also three blocks from the beach, and 1/4 mile from Alamitos Bay. 5 miles from downtown Long Beach and the Aquarium of the Pacific. Guests will have access to the room with private bath (with a shower), as well as the back patio. The room is located in the middle of Belmont Shore, a district in Long Beach known for restaurants and bars along 2nd Street, as well as the beach to the south, and Alamitos Bay to the east. The area is extremely walkable, and nearly anything you need is within reach. If you'd like to visit downtown Long Beach, busses run along second street to downtown, and Uber rides tend to be around 5. The area is a
## 437 Directly on Ocean Blvd,4 bedroom Villa has Expansive Ocean Views of Long Beach & The Queen Mary. Across the street are steps to the beach & bike path. Completely remodeled throughout,up to 16 people,Walk to Restaurants,Bars, stores in less than 5 min AS AN FYI AIRBNB DOES NOT CHARGE THE DEPOSIT TO YOUR CREDIT CARD, Its only reserved. Superbly Located directly across from the Pacific Ocean and Bluff Park with steps to the beach across the street for the boardwalk for biking, rollerblading or walking This is the Entire Ground Floor .. I own the whole Building , there are 2 Villas located on the 2nd floor that sleep 6 each. on airbnb, double click my picture to see the Ocean View Villas. There are doors to the Outside from the Living Room, Kitchen & Dining Room & 2 Bedrooms which allows for Great Family Entertaining *.All doors have extra locking devices to Protect young children. Ocean View Living Room *50" TV with cable * HD Dvd Player * Wireless Internet * Dvd Library * Music librar
## 438 1 bedroom, 1 bathroom in a secure complex, 8 blocks from the beach, 1 block from Queen Mary Hospital, close to all downtown long beach attractions including the Queen Mary and the Metro Blue Line is 2 blocks away. Parking is on street. Close to St Mary Medical Center, light rail to downtown LA, Queen Mary and Long Beach Convention Center Wifi access, full Kitchen, laundry on premises. As often as needed. However, if a problem arises, I would appreciate the guest contacts me right away. Generally quiet, however this is the city and some noise is to be expected. If you are used to the suburbs, this may not be the place for you. The area is multicultural with many different age groups including young people in their 20's-30's. The weekend nights sometimes can be noisy when people return from clubbing. Metro blue line is 2 blocks away to take you downtown LA. There are numerous buses. Cost is 1.75.
## 439 Very large private 2 bed, 2 bath apt. Alamitos beach LBC. Access to the entire 3rd floor, with 2 balconies and patio. 2 blocks from the beach and downtown. Fireplace, wifi, 2 TV's. Close to popular bars and restaurants. Skyline beach view It's colorful , comfortable, and open! Everything It depends on the guest! Do they want interaction or not! Im happy either way... But I will say it's important to me that every guest feels comfortable and that they can approach me for anything they made need from directions to extra towels! I love where I live because you can walk or ride a bike to several attractions or take a bus or walk to the metro station from my place!
## 440 Couch near the LB airport and major shopping centers
## 441 Minutes From Catalina Express and Long Beach Marina and Beaches. Our Coronado Motel near Shoreline Village is just minutes from beaches and attractions. Our hotel is a short drive from Long Beach Convention & Entertainment Center and Long Beach Airport.
## 442 Gorgeous home in upscale neighborhood with nice general store a block away and shopping district full of shops and restaurants just over 2 blocks away. 7 patios! (2 in front, 3 in back, 2 on 2nd floor!) Ample parking: street or driveway 5 Blocks from Ocean, and just over 2 blocks to very nice 1/2 mile long commercial district with lots of restaurants, bars, shopping, coffeehouses, etc. House has Jacuzzi in backyard, free WiFi, guest computer, 4 huge flat screen TV's (one 65" and two 50") Convenient to Los Angeles, Disneyland, Knott's Berry Farm, Queen Mary, San Diego Public Transit is two blocks away. House has SIX PATIOS !!! Two on 2nd Floor (One for the Master Bedroom), and 4 on ground level. A natural gas barbeque and seating for 8 in one patio outside the kitchen. There is a cute small market at the end of our street, just a block away. It looks like something from the 1800's! Nice Washer and Dryer included. 3 Full Baths, and one Half Bath off kitchen Bedroom Breakdown:
## 443 My place is close to The Griffith Observatory, Los Feliz 3 Cinemas, Restaurants, Bars, Los Feliz Municipal Golf Course, Silverlake and minutes from Hollywood . You’ll love my place because of the ambiance, the neighborhood, the people, old Hollywood vibe . My place is good for couples, solo adventurers, and business travelers.
## 444 The House Nearly 1,000 sf of self-contained living space with private entrance. Bedroom has a brand new king sized bed and a cozy reading nook. There is a private balcony where you can enjoy a coffee or glass of wine while taking in the spectacular city view. Living room has a convertible chaise/sofabed that comfortably sleeps two . . The sumptuous bathroom feature vintage tile a huge bath tub and shower. Kitchenette has a fridge, microwave, oven, and everything needed for dining at home. The area is completely private and was originally the master bedrooms of our family home, built in 1925. We live on the lower floors and are available to give help and guidance at any time. The spacious rooms are full of light and warmth. Beautiful views from every window. It is a self-contained upper floor (but at street level) apartment .. 2 large rooms with a balcony looking across the city, a bathroom with shower and bathtub, and a kitchenette. Private entrance. After you check in and get orie
## 445 Modern and chic Loft in the heart of Loz Feliz. A vibrant pedestrian area with tons of cafes, restaurants, bars etc. You also have a great griffith park view!
## 446 Private, cozy and rustic guest house near Sunset Junction. Comfortably fits 2 people. Gorgeously manicured yard with heated pool and jacuzzi. Lush 2-level pool area bordered by bamboo hedging, palm trees and giant bird of paradise plants. Queen size bed, and a futon. Toaster, Keurig machine, washer, dryer, and mini fridge. Shared gas grill. No kitchen. Beautiful courtyard right outside the Cottage. Brand new Nest Bedding mattress and Easy Breather pillows. Enjoy conversation around the cozy fire pit serenaded by falling water fountains cascading from the second level, or al fresco dining in a saltillo tiled courtyard dining area. Situated blocks from Sunset Junction, this location provides easy access to the best of Los Feliz and Silver Lake--two of the best neighborhoods in Los Angeles. Walking distance from numerous great bars and restaurants, close to Hollywood and Griffith Park, proximate to downtown LA. Located 5 blocks from the Metro Red Line. The rustic cottage is on the sa
## 447 A cozy home in the heart of one of the best neighborhoods in LA with nightlife just steps away but quiet enough to relax after a long day. Parking space included (a definite bonus for the trendy neighborhood). A gorgeous 1906 Craftsman style duplex house-apartment in the heart of the Los Feliz Village neighborhood in Los Angeles. This is a quiet duplex home (one half) just steps from all the action - and this is one of the few LA neighborhoods (like Venice and Santa Monica but more accessible to Hollywood, Burbank and Griffith Park) where you can really walk everywhere. In fact, if you don't want to rent a car (Enterprise just down the street if you do) you can even get to most places with Uber/Lyft - ask me about discount - or by the local Dash bus and subway (yes, subway) all within walking distance. Sandwiched between Franklin/Hollywood/Vermont/Hillhurst - There are bars, restaurants, yoga, a great bookstore, movie theater, 24-hour diner (Fred's 62), cafes, coffeehouses (yes, eve
## 448 My place is close to Griffith Park , Supplements & Sundries, Metro Fitness, Vince's Market, Dave's Accordion School. You’ll love my place because of the neighborhood, the comfy bed, the nearby park. My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets). This property is offered as a comfortable alternative to a High Rise Hotel . This 2 bedroom 1 bathroom unit is part of a triplex in the heart of Los Feliz, This is on the upper floor and does have one flight of stairs going into the unit. Great restaurants in Los Feliz Village, the Observatory, Greek Theatre, golfing, hiking, the LA Zoo, Dodgers Stadium and much more are just minutes away. Near the 5 Freeway. The dark hardwood floors throughout creates a feeling of comfort. The living and dining rooms offer stylish and comfortable furnishings. Each of the bedrooms has large closets . The Master has King Bed and the 2nd bedroom has Queen Bed. The gourmet kitchen includes dish-w
## 449 Gorgeous apt in the heart of Los Feliz (one blk away from Virginia street where there are great cafes and night life). The apartment still has its original decor/trim from the 1920s. Wooden floors, long closet, huge french door windows throughout.
## 450 This modern, well-decorated home is located steps from some of the best Silverlake and Los Feliz have to offer yet somehow feels like a get-away in the mountains when you're soaking in the hot tub at night in the beautiful garden. Indoor and outdoor fireplaces. Fully stocked kitchen. Follow the path up the hill to explore a separate modern work/live space with it's own patio overlooking the hills. Blocks from great bars and restaurants. Luxurious yet comfortable, you will feel right at home! This 1920's home has a very cozy yet luxurious layout - each room invites you toward the beautiful garden and as soon as you step through the door it feels like you are far away on vacation. However, as the house is tucked right between the amazing neighborhoods of Los Felix and Silverlake, when you are only a quick walk to Trader Joes and many wonderful neighborhood restaurants, pubs, bars and shops. Griffith Park is a five-minute drive and you are only a 10-12 minute drive from Hollywood, Burba
## 451 Across the street from Griffith Park, our beautiful, spacious and comfortable home features a wrap around deck with outdoor fireplace perfect for lounging and entertaining. Private, large back yard boasts an incredible treehouse. Ideal for a family or two traveling together. Our home is across the street from one of the entrance to Griffith Park, home of The Observatory, Trails Cafe, many hiking trails, The Greek Theater and the Zoo. Within a mile are many great restaurants on cafes in the heart of Los Feliz village on Hillhurst and Vermont as well as grocery stores and other amenities. The whole house is yours! We are local and available for help. Los Feliz. Feliz means “happy” in Spanish and it’s an accurate name for such a pleasant and livable area of L.A. It’s hard to be down when you’re in walking distance of coffee shops, theaters, boutiques, and sidewalk cafes on Vermont Avenue, between Franklin and Hollywood, or the Hillhurst corridor between Los Feliz Boulevard and Prospect Av
## 452 Beautiful quite studio with big balcony!!! Full kitchen and parking. Walk to the ocean, board walk activities and variety of bars and restaurants. Great relaxing area, super close to Venice Beach, Marina Harbor and a short drive to Santa Monica and Manhattan Beach. One of elevators is out of order, apartment is on the 2rd floor. There is a walk to a second elevator if claiming the stairs is too difficult. Walk to the ocean and all Venice Beach bar and restaurant. Great host, perfect communication. Pool, hot tub, Gym, balcony, Bicycle, wi-Fi, direct communication with the host. As often as guests need me. Blue bus line, Uber, bicycle, personal car
## 453 Private Rooms for rent in Central Los Angeles. Close to downtown and easy access to public transportation. Only 1 Mile from USC. This private room has a queen-size bed and a pull-out sofa. We provide sheets and towels. Free Wi-Fi. Guests have access to the kitchen and coin-laundry. This is not a room in a family-home where you will be greeted by the host and receive personal attention. This is a hostel-type setup, with several private rooms that are all rented out individually. Great Central location in Los Angeles. Close to USC, Downtown L.A., and Hollywood. Close to public transportation and easy freeway access. Free street parking We have several rooms for rent in Los Angeles. Please, check out our other listings for LA Room Rentals.
## 454 PLEASE NOTE: THE SPACE IS ONLY AVAILABLE FOR HOURLY RENTAL. Perfect for film/photo shoots, small events, film screenings, and performances. Incredible textured walls. Mint condition vintage furniture. Shower and bathroom. LED lights. Large speaker. Projector. Wifi.
## 455 we are 15 min away from malibu beach zuma great surfing we have a great pool and spa big deck off master..
## 456 My place has a large master bedroom suite with over 200 square feet with its own bathroom and 5 bay windows. Quiet and safe neighborhood. Close to nightlife, parks, public transport, 101 frwy, market, banks. You’ll love my place because of the views, the location, the ambiance, and the outdoors space. My place is good for couples, solo adventurers, and business travelers. Go to this website for pictures and more information: (URL HIDDEN) Upscale townhouse! Microwave, refrigerator, coffee pot in your suite. Cable T.V., fast wireless internet. (URL HIDDEN) Tennis courts, pool and jacuzzi, private patio with BarBQ, Koi pond, waterfall and a great view. (URL HIDDEN) I only live in the other master bedroom suite once in a while. Otherwise this upscale townhouse is very private. 5 minutes from the Four Seasons Hotel, Markets and Restaurants. 15 minutes to Malibu (URL HIDDEN) (URL HIDDEN) (URL HIDDEN)
## 457 Beach, Malibu is 20min down a beautiful canyon with mountain face views, State Parks, Westlake Stonehouse & Malibu Wines, trendy shops and restaurant or head over Wine bar Stonehouse to sit outside & listen to music alfresco. Im ok with pets, as I have a dog & cat, pet fee is extra 20 per day. This is due to a lot of maintenance watching all animals making sure everyone is ok and managing the potty outings, one goes out, the other goes in, etc.
## 458 This is the most unique Air B&B of its kind. We are hosting a room inside of our Private Members Social Club! Guests must be 21 or older to apply. Establishment features Dab Bar, Pool Tables, PlayStation VR, 90" Projector, Rooftop and Front Patio, and much more. Your stay will also include COMPLIMENTARY DABS THROUGHOUT YOUR STAY! Come enjoy the beautiful view of Los Angeles as well the full benefit of marijuana legalization!
## 459 This is a Single Person bedroom suite that includes shower , which is a half bath. It is a cozy suite for a single traveler or up to 2 people.
## 460 This is the quiet back bedroom in a gorgeous, sundrenched old Hollywood style second floor apartment. Central to everything, mid-Wilshire area, public transpo is easy.
## 461 Spacious & private 2 bedroom detached guest house that fits up to 8 people! Amazing selection of fresh foods, coffee, nail spa's, swap meet & much more. Local LA Fare!BBQ, darts, fire pit. I do Angel readings, Numerology & I'm an Energy Healer. I live in a Historical Urban area of LA, it is safe, very central and close to everything. I adore the neighborhood. I feel my home is an oasis. Sea breezes come in at 5pm. Hello!! IT REALLY HELPS US BOTH IF YOU READ MY NOTES :) The lovely 2 bedroom apartment is separate from my house but still on the same property. I live in the Main home which is painted blue. There's normally someone around if you need. Feel free to join us or do your own thing. "The cute 2 bedroom fully self contained apartment with its own kitchen and bathroom is located at the back of my home, about 15 meters from my balcony steps". The unit is separate from the home "ITS YOUR OWN PRIVATE SPACE WITH YOUR OWN PRIVATE DRIVEWAY". I live in the main house not in this apa
## 462 Welcome to our unique shared space. This communal setting is wonderful for meeting like-minded people (many creatives, explorers and professionals alike) and sharing experiences. It is a spacious unit with separate entrance, new bathroom, fridge, microwave. It has a divided area for your comfort - you either, read, work, eat. Welcome to our unique shared space. This communal setting is wonderful for meeting like-minded people (many creatives, explorers and professionals alike) and sharing experiences. It is a spacious unit with separate entrance, new bathroom, fridge, microwave. It has a divided area for your comfort - you either, read, work, eat. Code locks that make your check-in and living very easy and comfortable. We are always open to your questions and will do our best for you to feel home away from home. LA is very busy city that's why it is hard to meet everyone in person but I do have my helpers and together we'll make sure you are happy! Location is easy accessible from al
## 463 Welcome to my lovely 1920's home! Full of style and vintage decor this charming space aims to please. Located in historic Country Club Park it has a perfect view of the Hollywood Sign, and is just 10mins away from Beverly Hills, Hollywood, Downtown LA, West Hollywood, and Larchmont. Welcome to my lovely 1920's home! Full of style and vintage decor this charming space aims to please. Located in historic Country Club Park it has a perfect view of the Hollywood Sign, and is just 10mins away from Beverly Hills, Hollywood, Downtown LA, West Hollywood, and Larchmont. ***The space is available for film and photo shoots upon request. Please note special Rates will apply. During your stay you can relax, and spread your wings as you will have private access to the entire home which includes: Your Bedroom with a Queen sized bed, full Lliving Room, Dining Room that seats 6, Kitchen and Bathroom. The space comfortably fits 6 people. The space is filled with tons of natural light, and fresh air. O
## 464 A private bedroom in a unique home with custom woodwork and lots of light. In this peaceful and quiet environment you will have use of the kitchen, dining room, living room and bath. There are hiking trails and horse back riding locally. This main bedroom is very spacious with a view of the mountains, a tv, and a double bed with a foam/boxspring mattress. The second available room size is moderate, with a queen air mattress that people have found quite comfortable. You will have access to either bedroom, when available. Our home is cozy, yet updated. We look forward to your stay... You will have access to 1.5 baths, a kitchen with granite counter tops, dining room, living room with wide screen tv with roku for netflix movies, and 1.5 acre yard. When I'm home, we may cross paths in the kitchen or dining area, or perhaps outside in the yard. In this peaceful and quiet neighborhood you will have access to our quaint 1 block town just 1/4 mile down the road, featuring a small grocer
## 465 Our serene, spacious,1,500 sq ft, two story guesthouse rests atop a mountain with exquisite views of the beautiful Agua Dulce countryside. It's quiet, private, and rural with all the comforts of modern living. We're close to Santa Clarita (Magic Mountain) and 45 minutes from Hollywood. The large main floor of the guesthouse features a living area, dining area, kitchen, and bathroom (with shower, no tub). The entrance is off the main driveway, completely private, but there's an additional door on the other side that opens to the BBQ area. Upstairs is the bedroom, with a queen sized bed, a desk, two dressers, an armoire, and French doors that open to a spacious private deck. Downstairs is a twin sleeper in living room. Sleeps 3. One to two upstairs, one downstairs. Access to the property is off a private paved road, the neighborhood is very peaceful and quiet. Swimming pool Washer & Dryer Plenty of parking Gas BBQ Private bedroom deck We live on the premises in the main house, which
## 466 靠近Valley 大街,干净,安静,方便的民居。 我的民居适合华人商务、个人旅游,靠近华人超市168,光华超市,走路即可,更有众多的中国餐厅遍布valley大街两旁,请您尽情享受舌尖上的美味,去LAX也不过半个小时,去downtown大约15分钟。附近还有Golf Park让您在旅游之余享受挥杆乐趣。距离著名的Citadel outlets 也是十五分钟路程,方便您的购物体验。
## 467 Clean, quite, own bathroom with shower
## 468 This is a nice 1 bed/1 bath house with a small office attached to the bedroom. Convenient location next to I-10, I-710 Freeway; double-pane windows have been newly installed to keep away the noise. 10 minute drive to Downtown LA when no traffic. Please feel free to use anything in that is provided in the house, including detergents and expendables. Self Check-In! Avoid the embarassment of meeting people; lockbox location/combination will be provided after confirmed booking. A rare 1 bedroom Single Family House! A clean and private place for you to enjoy. A sofa that is of good size and comfortable for a good night sleep. Hardwood floor throughout the interior so please take shoes off upon entering the house. Take a nice, hot shower after your day! We have everything you need during your trip in LA. Stainless Stove/Oven, Refrigerator, Microwave, and Kitchen Wares, Boiler, Washer/Dryer, Printer, TV are all ready to use! Filter water is available and feel safe to drink, I drink them myse
## 469 If your just looking for a place to sleep, work, meditate, relax during the day or during lunch between work / class. Simple this is for you! Inflatable air bed will be provided or sleeping bags. This place isn't designed for overnight stays because there isn't a shower. You WILL NOT receive keys to the unit. Walking distance to multiple campuses and office buildings. The room and a bathroom down the hall Only when needed Great place to work Bus / shuttle across the street goes to Cal State LA, USC, Downtown LA Upstairs, No elevator
## 470 The house is in Alhambra have 3 room 2 bathroom. Close to Chinese supermarket and Chinese restaurants and AMC theater and shopping mall Close to Chinese restaurants and supermarket Everything in the house Any time Close to everwhere
## 471 My place is newly redone inside out, high ceilings, high speed internet, cable, TV in every room. Hardwood floors and glass tile showers. Close to USC, Downtown, Korea Town, Staples Center, LA Live, Universal Studios, Hollywood, Beverly Hills, Museums, The Broad, Santa Monica Beach, DisneylandEtc. . You’ll love my place because of the location is central, the high ceilings and comfort. . My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups. This is a 3 Bedroom 2 Bathroom Home. It is located in a small 4 unit building. Guests have access to entire home / Flat. Flat / Apartment is located in a Historic Neighborhood of Harvard Heights in Mid City Los Angeles. Right Across the building is Lucy Wheeler House, the last remaining Greene and Greene Architect home in City Of Los Angeles. You can (SENSITIVE CONTENTS HIDDEN) more information under Harvard Heights Los Angeles. Neighborhood has much historic homes and with strict city and histori
## 472 Stay within walking distance of all of Long Beach's attractions (Beach, Convention Ctr, Pike, Pine Ave, Aquarium, Queen Mary) all in your own fully stocked private room at a 1/3 of the price of hotels in the area! Check my other listings and 5 star r We are a Small European style Hotel offering comfortable rooms with flat screen TV's, mini-fridge, microwave, free HBO and Wifi , and free parking at less than half the price of hotels in the area! Guests can use our Community Kitchen, coin operated laundry, and three clean shared bathrooms. We are onsite to help with any needs you might have :-) We are the coolest part of Long Beach, with tons of nightlife just across the street and walking distance from Long Beach's major attractions (Aquarium, Pine Ave, Convention Center). We are located two blocks from the Long Beach Transit Mall where the Metro Blue line and several connecting buses meet. In addition there is the free LB Passport bus which takes you around downtown every 15 minutes a
## 473 Welcome to Long Beach! Your private room is located on Ocean Blvd in a 2 bedroom oceanfront contemporary house across from the beach... 2 blocks from 2nd St. (bars, restaurants, shops...) 5 mins to downtown Long Beach 10 mins to Aquarium/Queen Mary As you can see from the photos, my place is pretty simple for I really enjoy the airy space filled with refreshing ocean breeze. I hope you'd enjoy it just as much as I do! Please feel free to use anything you need in the house! You don't have to be really quite or anything. I'm super easygoing so seriously, make yourself at home! You have full access to: Your private bedroom (includes 4K TV with ChromeCast!) Shared bathroom (next to your door) Kitchen Living room Parking is available Right at Belmont Pier Short walk to Bluff Park Scenic bike path on the beach Free movies on the beach Etc...
## 474 wenxinlangman,shushizhengjie
## 475 Close to major freeways in Southern Cai..20 min from Beach
## 476 broadband cable t v
## 477 You’ll love my place because it's a duplex you have all to yourself! 2 units. That means 2 fully-equipped kitchens, 2 bathrooms, 2 parking spots, and 1 shared wall that allows you to be close to friends and family, with enough privacy so you're not "too close". The back patio has a hot tub, BBQ, fire pit and seating. Come home after a long day of touring LA and Orange counties and relax in style. My place is good for couples, business travelers, families (with kids), and groups of 6 and up.
## 478 Gorgeous Furnished Two Story Luxury Loft in the heart of Downtown Long Beach, steps away from the Grand Prix in the historical Walker Building. Parking Included. Fully Equipped Kitchen: commercial fridge/dishwasher/nespresso Washer Dryer. Gorgeous Furnished Two Story Luxury Loft in the heart of Downtown, steps away from the Grand Prix in the historical Walker Building.
## 479 This is a convenient place for a small family for a few days getaway. It has a kitchenette, a bar, desk for a small office away from home, and a queen comfy bed. The ap is located in a safe and beautiful artistic area of Long Beach, near the beach. If you need anything at anytime, please don't hesitate to write me here, via text or ph(PHONE NUMBER HIDDEN)
## 480 Enjoy my bright and charming home, located just five minutes away from Long Beach Airport, and walking distance to the Long Beach Towne Center (for shopping and the cinema). You'll also love the proximity to the beach (a 15 minute drive), and Disneyland (just 30 minutes away). I also have a lovely pool out back with plenty of space for relaxing, reading, or sun-bathing. If I have time, I will pick you up at the Long Beach airport.
## 481 **Check the calendar for MEGA Spring Rates!** BOOK NOW AND enjoy the beach life! This beautiful mid-century home is centrally located - just 2-blocks from the BEACH, 1/2 block from a park area, coffee/juice shops, restaurants and more!! You will love the home and area! Your rental space is complete with your very own PRIVATE access door/key, and is located on the ground-level - it's like having your OWN 1-bedroom apartment!! The bedroom is equipped with a double bed, closet, couch, cable TV and wireless internet. *this space can be furnished or un furnished to accommodate. Your full bathroom is located next door off the hallway. A walkin - standing glass shower, sink with lower cabinet storage, and medicine cabinet storage as well. ************ You will have access to the fully furnished kitchen & small dinning area. You will also have the use of the washer/drier - detergent provided for short term guests (1-10 days) only. All bed/bath linens (and beach towels) are provided. This hom
## 482 This is a large craftsman 1 bedroom apartment in the Historic Wrigley neighborhood of Long Beach. It is a 8 minute drive to the downtown arts district of LB and a 5 minute drive to Bixby Knolls neighborhood full of restaurants and bars. I will contact you prior to arrival on how you'll receive the key to the apartment. Have the full run of the apartment except I ask you to please keep out of the room off the bedroom and the room off the dining room. I will be avail via phone or email if you have any questions or concerns.
## 483 I have a quaint newly remodeled apartment 2 Blocks from the beach. Cute, Cozy, Quiet, Private entrance behind a gated area. Close to Everything you want in Long Beach. Exquisitely appointed, all the amenities of home. Flat screen TVs in bedroom and in kitchen/dining area. AC, heat, full kitchen. Location, Location, Location. I am 2 blocks from the ocean, and 2 blocks from a public Olympic sized swimming pool. Its 3 blocks from the famous, fun and upscale 2nd street in Belmont Shore and Belmont Pier. Great restaurants, coffee houses, bars, pubs, marinas, and beaches. The unit features all new carpet, furnishings and decor, kitchen sink, microwave, stove, fridge, washer/dryer in the unit, and futuristic shower. Pots, pans, dishes, and silverware, towels provided. Full cable with all the movie channels, and free high speed wireless internet. A detached unit with private entrance and access to gated patio area and redwood deck. Total privacy in the unit, access to the back redwood deck an
## 484 The Beach Retreat! This private studio apartment is just one and a half blocks from the beach. Queen bed. TV with Wifi. Patio. Keurig, toaster, microwave & washer and dryer. Walk to beach, pier, restaurants and shopping on Broadway and in Belmont Shore. Close to the Long Beach Museum of Art, Long Beach Aquarium and downtown. Bikes available to rent a block away. We live on the property along with our labradoodle.
## 485 My place is my pride. It's a gorgeous little nook on the roof of the building, has so much intimacy as you are the only one up there... :D But one thing to note is that it's on the 4th FLOOR and there is NO ELEVATOR. If you don't mind it's a STEAL! This Penthouse is the only Penthouse of the building giving you unique privacy and a home feel. It's equipped with all you need for a short to longer stay and it's conveniently located near the beach, downtown and the marina. Come enjoy this excellent location in the East Arts District of Long Beach. Enjoy free laundry services located on the mezzanine floor and relax on the common balcony area to people watch and sip local coffee. If you need anything at anytime, please don't hesitate to write me here, via text or ph(PHONE NUMBER HIDDEN) A local coffee shop culture owned by families living in the neighborhood. An artsy feel of downtown while village atmosphere dwells in. A local to local kind of experience. we are 2 blocks away from the m
## 486 5 MINS TO CONVENTION CENTER WALKING!!! BEAUTIFUL UNIT CENTRALLY LOCATED IN LONG BEACH, QUEEN MARY, AND THE PIER: RESTAURANTS-BARS-ATTRACTIONS: WALK EVERYWHERE, LIVE WITH STYLE, WALK TO THE BEACH. Disclaimer: All pictures are from our models- you will stay something alike, fashionably decorated!!! 5 mins WALKING TO CONVENTION CENTER Live with Style! This Beautiful UNIT offers a Queen bed and a Sofa Bed, with a one bathroom. Parking is included, WiFi, state of the art Kitchen, GYM, HDTV with Cable, Towels, Fresh Linens and is professionally clean. WALKING DISTANCE to LONG BEACH PIER, QUEEN MARY, RESTAURANTS, BARS, AQUARIUM, ETC ETC. All UNITS with Washer and Dryer Dog Wash & Dryer (by GYM) Attached to Building: Cafe Pilates/YOGA place Johnny Rockets Top floor Cuban Restaurant/Bar/Live Music and Club Walking distance to Restaurants on Mains Streets PARKING GYM OFFICE FOR ANY QUESTIONS OR ISSUES OFFICE
## 487 My place is close to Everything downtown long beach near 5th st and long beach Blvd. 5th st blue line station. Next to 710 and 6th st if driving. . You’ll love my place because of Location and huge motionless waterbed with soft sides and surround sound. The front room with twin bed is also listed but can get whole house soon. My place is good for couples, solo adventurers, and business travelers. California King motionless waterbed with lighting Private big bedroom with 2 closets and 1 window in a house with 2 rooms. Shared living room with futon bed couch, shared kitchen, shared bathroom and private back yard. I will be available during stay Downtown near everything including convention center, Queen Mary, Pine Ave. and 5th st blue line station. Metro Blue line 5th st station is next to house and passport free shuttle is next to house and even aqua taxi leaves from shoreline going to all the piers in the bay. Waterbed room uses back entrance and front room has its own door in the roo
## 488 My place is close to Naples Canals, Belmont Shore, Queen Mary, Aquarium of the Pacific, Seal Beach, Long Beach Museum of Art, Long Beach Convention Center, bus lines, movie theaters, restaurants, Alamitos Bay Marina and beaches. You’ll love my place because it is walking distance to beach, canals, Belmont Shore, bars and restaurants, outdoor spaces to enjoy, TV room and formal dining room. My place is good for couples, solo adventurers, business travelers, and families (with kids). The Rose Suite is on the second floor, accessed by stairs. There is a shared deck with a table and chairs that will be your private deck if no one is renting the Green Suite. Outdoor tables on the front and back patios are available for use. If you're traveling with family or friends, the Green Suite is also available. Please look at my profile for the link. You have access to the backyard and kitchen. I'll usually be at home and can give tourist recommendations. Naples Island offers quaint homes, many alo
## 489 This Apartment was just remodeled! Brand new Bathroom, Living Room, & Kitchen! Huge East Village Suite in Historic Alamitos Beach (900+ sft living space) which is larger than most 2 bedroom apartments in the area; Walk to LB Convention Center; Walk to Shoreline Village; Next to East Arts District - fits 4-5 comfortably - Inside Laundry room witWasher Dryer ) New amenities (High Speed WiFi) The Apartment is beautifully appointed & just remodeled! This Apartment sits in the Heart of Alamitos Beach in Downtown Long Beach! Next to everything including the East Village Arts District, The Convention Center, Shoreline Village, & Belmont Shores -- everything within Walking Distance! Private amenities in The Suite include: - 1 Bedroom with Queen-sized bed and incredible mattress - Suite includes Sleeper Sofa that sleeps 2 - Futon couch that turns into twin size bed - Linens and Covers, Pillows and all blankets are included with each bed. - Towels, soap, shampoo are provided. - Fully Equip
## 490 Spend your time away at our lovely, conscious abode. Whether on business or vacation, you will find this 3 bedroom, 2 bath home, a cozy spot to relax, unwind, maybe even practice a little yoga(URL HIDDEN)~Welcome hOMe~ This lovely 3 bedroom, 2 bath mid-century house is a wonderful vacation rental for your family or group. The master bedroom has a king size bed, the 2nd bedroom has a queen, and the 3rd bedroom has a twin with twin trundle. The extra large sectional couch in the living room also has a pull out full/double mattress and we can provide a queen sized air mattress (to use in the Yoga room). There is a sunny yoga room to practice yoga, meditate, or read a book from our spiritual and inspiring library. All new windows in the home give a clean, updated look, and provide nice insulation from any outside noise, although it is located in a quiet residential neighborhood. Fully equipped kitchen, and a nice spacious backyard, with garden and seasonal fruit trees, as well as a playhou
## 491 This is a totally brand new gigantic duplex located in the desirable area of Long Beach close to a golf course, restaurants, stores, kayak/paddle boarding area. Amenities include Fios cable, internet, enclosed garage, washer/dryer. As necessary. Based on my reviews, I have always attended to every needs of my guests.
## 492 Guest room with a real bed and private bath. The kitchen is available for use and a deck is outside its door. Washer and dryer available for longer stays. Coffee and warm bread in the morning. Close to LB airport/ 15 blocks from beach and CSLB.
## 493 The house is located in a quiet, residential neighborhood that is centrally located between the beach & freeways. The kids' room has toys along with a trundle bed that pulls out to 2 twin mattresses. There is also full-size, pull-out couch mattres. Bicycles: there are two bikes for your use on the side of the house that are great for riding to the beach (less than 2 miles) or the restaurants/bars. Make sure to bring the lock and lock up the bikes as you’ll be responsible if they get stolen. Stereo: the Beats by Dre Boombox plays via iPhone adapter or Bluetooth. 1. Press and hold the power button on the boom box until the lights start flashing. Once flashing, the boom box is discoverable on your smart phone or iPad (can only play one at a time). 2. Go to the bluetooth settings on your device and select Beatbox Portable and it will sync automatically. 3. Hit play and turn it up! You are more than welcome to use the charcoal BBQ grill if you prefer to cook Once your booking in con
## 494 Luxury high-rise apartment in Downtown Long Beach is short walk to convention center, outlet mall, restaurants, bars, movie theater, aquarium & train station. This apartment has a memory foam mattress, 24-hour security, a business center, gym with steam room, pool, and hot tub.
## 495 * Free on street parking * 8 blks (1 mile from the beach) * Metro Station 1/2 blk away * Leather Couch & Love Seat * Queen size pillow top bed w/ 4 inch topper * 60 inch TV w/ Apple TV, Netflix, & HD DVD in LR * Shared Bathroom & Kitchen Private Bedroom with a lock Queen size pillow top mattress with 4 inch padding Linens provided: Sheets, pillows, and Bath towels Shared Bathroom and Shared Kitchen I will be sleeping on the full size couch bed during your stay unless I am out of town. You will have access to the whole apartment Shared bath and kitchen High Speed Internet/WiFi You may borrow my bike as long as you use the lock 60 inch TV with HD DVD player, Net Flix, and Apple TV in the living room Coin operated Washer and Free Dryer I will provide you with the front gate key and front door key. I will also give you the bedroom key. This way you may come and go as you please. Please only have the people you tell me about at my home. I will be sleeping on the full size couch bed duri
## 496 Enjoy a beautiful Pacific Ocean view condo with a Pool and Jacuzzi that sits in front of the Ocean including gym access. Located in Downtown Long Beach great for business or vacation. Parking Included! Ocean View Pool, Jacuzzi, and Gym As they need me.. Beautiful fun lively part of town quiet at night. Public transportation is easy trains, buses, cabs, and Uber or Lyft but I mainly walk.
## 497 Very spacious with more than the basics! Walk to the beach with ocean breezes. Amazing fun area, near Art district! Walk to local restaurants and bars. Existing 1 King, 1 Queen & sofa bed, Netflix Streaming Movie Free parking. • Free WiFi internet, Netflix steaming movies on 49 inch TV and printer. • Coffee Maker, Toaster, Rice Maker, Pots & Pans, Utensil and Silverware. • Laundry Room onsite • 8 set(s) of fresh, fluffy white towels. • 4 pillows on each bed, Fresh bed linen . • Hair Dryer, Iron Board, Iron, weight scale. • Fans in all rooms • One car designated parking space for free. •There is additional bedding available by prior arrangement. •Baby crib with complete bedding (50), stroller, swinger, baby bathtub, high chair, and car safety chair those items need to be reserved in advance at the time of booking. There is a 15 One time fee per item per stay. •Located on the 2nd level •No Elevator We completely respect the privacy of our guests during your stay. All our guests
## 498 This is a a great room in a shared 2 bedroom Condo and even better location. The room is literally located one block away from the beach and walking distance from the World Famous Long Beach Pike and Pine Avenue! The rest of the condo boast other modern amenities. Location Location Location! You will be within walking (or uber if you don't like to walk) distance to all the grocery stores, restaurants, entertainment and nightlife that you can handle. The parts of the condo that are not covered in hardwood floors, are either covered by marble or ceramic tile. For a small fee of 10 per day, guest can rent one of two beach cruisers. You will also have access direct tv with some premium channels along with WIFI for no additional fee. I will either not be present or present sporadically. My Roomate may be home but typically he works very long hours. Parking can be challenging at peak hours so walking, biking or UBER is suggested. If you are looking for things to do, you won't have a pro
## 499 You are hosted in the Guest room with queen size bed and bathroom with shower. Access via the home foyer adjacent to the meditation garden of a traditional mid century modern home in a great Long Beach neighborhood near CSULB and the VA. Great for single or a couple. You must like dogs since two of them will be your security & hosts, along with a Gay professional host. (gay friendly atmosphere) Guests can access the whole house, and yard. Full kitchen has all basic appliances. The owner is also present and available for consultation, directions, local info, etc. This is a great neighborhood, and nice place to hang your hat for a visit. Making a guest room available to welcome you to stay in a private home surroundings.
## 500 My place is close to great views, the beach, family-friendly activities, and restaurants and dining. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 501 Clean, comfortable, and cozy! This motel offers bottled water and popcorn, FREE wifi, microwave, refrigerator, pillow-top beds, cozy comforters, and a flat screen TV! Very friendly host too! This cozy room has been recently renovated and designed. It was done with our special airbnb guest in mind. It is very clean and minimal. Perfect place to sleep after a day of being out. Guest have access to the guest room and parking lot. There is an on site manager available 24 hours. The motel is situated right off the 105 freeway and few blocks down. It's about a 10-15 minute drive to LAX and 30 minute drive to Hollywood. There are bus stops near by and also the train station stop is located near the freeway. Best way to get to the motel is by car or taxi. Other motel rooms are rented by locals in the area.
## 502 (URL HIDDEN)This is the rental of a motel room . You will have your own private bathroom ,parking is free and so is wifi . We will provide you with a wifi password which will enable you to use the internet in most of LA e.g. beaches and downtown . If your looking for a nice quiet place in LA this is ideal.Just 15 min from LAX , 20 min to downtown LA . Free wifi and parking . Rooms fully furnished with own bathroom, micro, fridge and tv . Laundry on site . Three blocks from metroline and frwy . Price inc taxes .Thanks Mission Motel 11920 Long Beach Bl Lynwood Laundry room , wifi Due to the high level of requests please try to book in advance ,message me for availability as I am unable to update my calendar every hour
## 503 Located on a stretch of sandy beachfront on exclusive and renowned Malibu Road. This 1 bedroom/1 bath classic Malibu townhouse offers incredible views, private parking, and peaceful bliss. Just minutes from the Malibu Mart, Nobu, Geoffrey's and Malibu Pier. Oceanfront. Sandy Beach. Central Malibu Location. Walk on the beach all the way to Malibu Pier, Malibu Country Mart. Minutes from Nobu, Geoffrey's, Taverna Tony's, Malibu Cinema, Surfrider Beach. Off-Highway! On exclusive Old Malibu Road. Minutes to any hot-spot in Malibu. Includes 50" TV with all premium channels and Netflix. High speed Wifi. Off-Highway location with private access to private sandy beach. Monthly rentals include weekly housekeeping at no extra fee. This is on a long sandy beach where you can go for long walks on. Goes all the way past the Malibu Pier. UBER. LYFT.
## 504 Breathtaking views, just 3 mins off PCH. Pool, quiet, private, nature, hiking trail just behind house, beautiful remodeled Modern Midcentury home. Solar powered, home theater. The ultimate pad for your stay in Malibu.
## 505 Facing the Ocean, almost touching the ocean, this one bedroom apartment is rare. Created by French Interior designer Laurence A. the space offers comfort and luxury. The vibrant colors add to the joy of this mystical place. At high tide the Ocean comes almost below the apartment. You are surrounded by the sounds of the waves. Private beach,parking..
## 506 Guests have total privacy in this spacious 500+ sq ft studio with kitchenette. Comfortably accommodates 3 with queen size bed and a daybed. Enjoy island style surroundings and ocean views from inside and outside on your private deck Rustic, peaceful and private, our ocean view bungalow is situated on 2.5 acres in a beautiful natural setting. Guests enjoy their own entrance and a private ocean view deck for their morning coffee or tea. Convenient street parking is located adjacent to the property with a lighted trail to the front porch. We want you to enjoy your Malibu experience to it's fullest and are available to assist any way we can. We're usually around should any questions or needs arise. Get away from the hustle and bustle and enjoy coastal canyon living in our peaceful and private bungalow. Located in a beautiful setting in the Santa Monica Mountains. The area is perfect for hiking, biking (on road or off), surfing Malibu's famous surf breaks, walks on the beach. We're also con
## 507 This Malibu guest house is located in a can't beat location. Just a few hundred feet from the beach on a private street on Pacific Coast Highway sandwiched between the breathtakingly beautiful El Matador Beach and Broad Beach.
## 508 Impossible to be closer to the Pacific Ocean without being on a boat! Directly Situated hovering a Wet Beach in South Malibu, close to Venice + Santa Monica. Very Bright with tons of natural light, sundeck directly over the water, 2 clean bathrooms! If you are looking for profile worth pictures to send your friends - you are going to love my place. Nothing quite like being directly on the water with an unobstructed view. Tons of sleeping options, ideal location, and clean - welcome to Malibu! My home is roughly one thousand square feet of living, with two separate bedrooms. I travel a lot, and I frequently host large groups of guests, so I have a number of sleeping spaces available for you to use. The most unique aspect of my home is that it's directly on the ocean. When I say directly on the ocean, I mean my backyard is the sea. If you wake up early enough you'll see dolphins while you make breakfast. If you go to sleep late enough, you'll see the moonlight shimmering over the w
## 509 After an break in renting we are back. Charming cottage in this idyllic and exclusive Point Dume neighborhood of Malibu. Located on Wildlife Rd., just minutes away from Zuma and Westward beaches, the stand alone cottage boasts a flat acre with a Big Sur ambiance. Come and enjoy our charming stand-alone cottage in this idyllic and exclusive Point Dume neighborhood of Malibu. Located on Wildlife Rd., just minutes away from Zuma and Westward beaches, the cottage boasts a flat acre with a Big Sur ambiance. Stroll the winding garden paths with fountains, vegetable gardens, 50 foot Eucalyptis trees. The cottage has an immaculate, bright, open floor plan. This newly renovated home fuses the best of indoor and outdoor style living. The open floor boasts a gourmet Italian range, and a great room with flat screen TV, 2 bedrooms; a queen bed and one twin bed. The Master Bedroom has a California King. It is perfect for entertaining, with patio, fire pit, fountains, decks, courtyard and lawn
## 510 Our peaceful neighborhood offers awesome ocean vistas and is in great location between world famous Paradise Cove, home of "Baywatch" and gorgeous Zuma Beach. The listing will show as being the Paradise Cove restaurant and beach club. That is a point of reference. Our home is across the street (address not listed for privacy, ours and yours). You can walk to shopping and restaurants and beaches while enjoying being enough off the beaten path to relax at will. Our home not only has shared tennis courts, pool,Jacuzzi and gym, you can also enjoy the latest features in our private theater, often times showing movies still in theaters! This is in a beautiful garden setting on an ocean view property. This is a very quiet, calm and meditative place, though within easy walking distance to where the action is. 2 night limit weekends, short term welcome during the week. Pool, gym, tennis court, theater, fabulous patio and garden, on site parking, luxury linens, California King, private entrance,
## 511 Every detail has been thought of meticulously insuring you a comfortable and pleasant stay.This unit was recently remodeled and has all up-to-date technologies and appliances with free high speed internet access and cable TV. One Assigned parking Whether you’re in Los Angeles for business or vacation, you’ll find this suite very accommodating to your needs, comfort, and rest. Public transportation is a one minute walk from the building. Every detail has been thought of meticulously insuring you a comfortable and pleasant stay. This unit was recently remodeled and has all up-to-date technologies and appliances with free high speed internet access and cable TV. We also provide the following: fresh towels in the unit, coffee, tea, blow drier is located underneath the bathroom sink, shampoo, hair condition. In case of emergency there is a tooth brush and tooth paste in addition to shaving crème located in the bathroom behind the mirror that open up. Ironing board and starch are locate
## 512 Our home is truly located in mid city L.A. that is central to all of the hot spots (Santa Monica; Beverly Hills; West Hollywood; downtown; hollywood; the Grove; ect.)! Our large Spanish home offers luxury; comfort; and zen to create your home away from home. We have just newly renovated our home with everything custom made and designed strategically (including outlets/cell phone charging stations)! We have created an open concept with high ceilings; large windows; and zen gardens (see photos) Our home truly offers a relaxing; luxurious; and comfortable atmosphere all at the same time! My husband and I have recently renovated and created our dream house while maintaining Spanish theme. We wanted to have an open concept with large windows/patio doors/high ceilings with exposed wooden beams. The moment you walk in you will be amazed with shotgun style hallway that leads all the way back onto the patio with living; kitchen; dining in the back of the house that is perfect for privacy! Home
## 513 Guest House in a gated, urban, quiet garden setting. This multicultural cul-de-sac is ideally situated for getting to most LA destinations. The creative, peaceful energy of the space will charm you! QUIET, CREATIVE SPACE, GARDEN GUEST HOUSE - CLOSE TO EVERYTHING (Seriously -close to just about everything you want to see in Los Angeles!) Why stay in a hotel or even a room in someone else’s home, when for the same price (or less) you can have complete privacy in an incredible space. Location: Private guest house which is centrally located in the Culver City/mid-Wilshire adjacent area of Los Angeles. 10 minutes from the charm of Larchmont Village and Paramount Studios, 15 minutes from downtown LA and 7 minutes to Beverly Hills or Culver City. Walking distance to Venice Boulevard which is serviced by major bus lines going east and west., and La Cienega for North/South bus. I've lived her since 1993 and find it to be safe & a typical urban middle class family residential area. Description:
## 514 3 bedroom home with spacious backyard. Fully stocked with amenities and located in the heart of LA! 5 miles to Staples center , LA live & downtown LA . 4 miles to Hollywood . 8.9 miles to universal studios, 30 miles to Disneyland. 2.7 miles to LACMA
## 515 Gorgeous Park La Brea: LUXURIOUS 2 Bed/2 Bath. BEST location in LA. Walk to The Grove/Farmers Market, LACMA, Melrose Ave, CBS Studio, Whole Foods/Trader Joes. Public Transportation to Beaches, Hollywood, Rodeo Drive, Beverly Center, Downtown LA. Extremely Spacious and Luxurious: 2 Bedroom/2 Bathroom! Master En Suite (has bathroom within the room): can sleep 3 on the main King Bed and the following additional beds for additional guests: Futon for 2 additional guests. Twin/Full High, Plush Airbed for 1 additional guest (or 5th person if desired). Guest Room: sleeps 2 on the main Queen bed and there is an option of the following additional beds for additional guests: Real Mattress on floor OR Queen High, Plush Airbed for 2 additional guests. A Twin/Full High, Plush Airbed will be provided for 1 additional guest. Living Room: AMAZING views of the city and comfortable seating for watching a little Netflix, DVD, or Cable. Kitchen: Fully equip with everything you need to cook, including spice
## 516 This home is at the center of Los Angeles. You can travel 20 minutes from here to downtown LA, Hollywood or Santa Monica by freeway. You can also choose to take the bus at its terminal (3min walking) to downtown Los Angeles (330) or to Santa Monica (R7).
## 517 Most walkable apartment to the Grove! Most comfortable 1 bedroom to suit all you needs in this beautifully sunny city of LA. Walking distance to delicious restaurants and great shopping. Mid-century feeling, renovated condo with washer & dryer in the unit. Wonderful view from living room and master bedroom. Can't go wrong! The Grove is a world-renowned shopping, dining and entertainment destination with unparalleled stores like Anthropologie, Apple, Michael Kors, Coach and Nordstrom. Guests are enamored with the old-fashioned trolley rides and magnificent dancing fountains that have become a “must see" in Los Angeles. Your apartment is only 5 minutes away from this beautiful landmark of LA. Walking distance from all the best restaurants on 3rd Street, The Grove shopping, 3 miles from Beverly Hills. Easy access to the bus, metro and uber/taxi's are always a few minutes away.
## 518 Lovely private master bedroom in 2bd/2br apartment located 5 min walk from the Grove Shopping Center Absolutely everything in walking distance, no car needed, LACMA, Farmers Market, Whole Foods - 0.2 Miles
## 519 1100+ sq ft apartment on the 11th floor with stunning views of the Hollywood Hills. Modern decor. Nestled between Beverly Hills, West Hollywood, Koreatown, and Downtown LA. New, comfortable foam mattress with goose down comforter, and great water pressure! Free parking included. Beautiful, quiet neighborhood within walking distance to tons of attractions, restaurants and shopping. You get a large private bedroom with plenty of closet space, a pillow top queen sized bed with a goose down comforter, a private bathroom with plenty of very hot water and great water pressure, and access to a large shared living room, dining room, and kitchen. Private bedroom with access to closet Private bathroom Shared living room Shared dining room Shared kitchen In apt laundry Dedicated parking space I am available to guests as I live in the second bedroom. I travel a lot for work so if I'm not at home I am always available via cell, text, email, or the airbnb app. The apartment is within walking distanc
## 520 My lovely studio apartment building will take you back to a New York way of life in the heart of Miracle mile. Walking distance to the Grove, grocery stores, museums, parks, and plenty of restaurants to explore. Quiet, safe, and clean area. Enjoy a bathtub full of products and a full kitchen. Memory bed and L-shaped couch to lounge on or sleep in. Even a few workout equipment to keep you energized. Coffee maker and professional blender. Heater and AC for your comfort. Totally okay if you want to play with the Wii U as well.
## 521 Prime Location, Prime View, this is a one of a kind One bedroom one bathroom, in high end, gated community. Comes with all the amenities one can think of, and is guarded 24/7. A satisfactory experience. Pool/SPA/Gym/Spot in Garage/DirectTv
## 522 A great space in the heart of LA!! 20 min from Venice beach,Downtown LA, 10 min to Hollywood and walking distance to great restaurants and shopping! I am a LA local and have no problems telling you where the hotspots are! My space is clean filled with love.
## 523 Private room in an apartment in a complex with a great gym and a beautiful swimming pool. In the famous Miracle Mile near LA County Museum of Art and the LaBrea Tar Pits. 10 minute drive from Hollywood, Beverly Hills, Downtown, and the Hollywood Sign. 20 minutes to the Beach. Shared Bathroom with two girls in the next room. Free Parking.
## 524 MAIN PICTURE IS ACTUAL VIEW FROM THE BALCONY! It will amaze you how a place this close to the hustle and bustle of the city will whisk you away to such a peaceful and romantic setting. Once inside, the only thing you will hear are the soothing sounds of the ocean. Quick walk up the beach to Moonshadows restaurant and bar for a cocktail or amazing meal right on the ocean. Quick trip to Malibu Colony for some retail therapy. Private access to a beautiful stretch of Malibu Beach. Pura Vida!
## 525 A rare California experience for those travellers lucky enough to experience it. Located in beautiful Point Dume Malibu, this cute cottage getaway is just a short walk down to the Ocean. Parking, Large flatscreen T.V.'s, kitchen, 2 bedrooms & shower. No pets or kids. We love them both but unfortunately can not host them.
## 526 Large 2 acre estate, 7,000 ft house, one bedroom/bath to rent on your own floor. Refrigerator, microwave, sliding door to pool, private backyard. Access to 67 miles of hiking trails from your front door, mountain & ocean view. Cool, Quiet. Two 10-speed bikes available for your use. 1 mile to Zuma Beach. Ping pong, Badminton *gym option. Bedroom and (2) baths, downstairs pool and deck for use on bottom floor of large estate. Gym also available while hosts are home. Guest may use pool downstairs deck, grill and outdoor garden areas. BONUS: Gym may be utilized while hosts are home. Happy to help with questions during their stay. Only one mile from the beach, right across from the mountain trails, this estate sits in a gated community that is quiet and peaceful. Close by are fun restaurants, beautiful beaches and coffee spots. 2 bikes available for trekking Malibu. There is a grocery/coffee house/restaurant/gas station one mile from here. The center of Malibu is 5 miles away. 2 bikes av
## 527 Beautiful, bright, spacious and peaceful room with separate entrance, overlooking a garden with a terrace (table and chairs)and views on the ocean. Large private bathroom. Very calm neighborhood .Fifteen minutes walk to zuma beach, Starbucks and a supermarket . peaceful place One spacious room; a small hallway and a private bathroom . Yes of course , we can help if we are at home . There is a very detailed customized guide book available Ten minutes walk to the 534 bus to Santa Monica
## 528 Total Privacy and Great Malibu Location Guest Accommodations - Located within one minute walking distance to the Pepperdine University and minutes to the beach, this private suite is perfect for couples and Pepperdine parents. The space provides a secured entry and a courtyard. The bedroom has a separate, large walk-in closet. The bathroom offers dual sinks. Relax in a separate living room with comfortable seating, TV, small refrigerator and coffee maker. Interaction with Guests - Your space and privacy is very important to me during your stay. I am happy to provide recommendations on request. Overnight street parking is available for one car. The suite is within walking distance to public transportation. The suite is offered with a 2 guest limit.
## 529 Ocean views and steps from the beach. Best surf spot in LA, close to restaurants and nightlife. Fully loaded kitchen. King size bed w/ flatscreen. Balcony w/grill extending from living room to bedroom. 2 beach cruisers and beach equipment. Full blowup mattress. Access to 2 beach cruisers, washer and dryer Available anytime Beautiful clean beach and best surf in LA. Close to restaurants and nightlife Bus stop one block away and Uber always available
## 530 The bedroom walls are painted with a light blue color. The cozy bed allows you to lazy in peace to imagine that you are at the close by beaches. The room floor is new shine wood. In the room there is a new desk, calming pictures, and beautiful plant. The house is a welcome place for travels who comes for business or vacation. It is a very quiet and relaxing neighborhood where everyone is welcome. Travelers who comes with the family can play in the patio or front yard. For singles or couple is a perfect place to enjoy a nice night on the town or a evening in. You can use the kitchen, dining room, living room, patio, front yard, restroom, I will be happy to help you if you need anything! Manhattan Beach neighborhood is very quiet and secure place to leave. Please respect our neighbors. Please not drugs, Sorry not visitors. Thank you. At the front corner of the house there is public transportation stop to take a bus. You also can call a taxi or Uber. Manhattan Beach Pier is ar
## 531 When only the best will do, try this 3BR, 3.5BA Manhattan Beach home (sleeps 9) with a foyer waterfall, gourmet kitchen and en-suites in every bedroom. Walk to Manhattan Beach and The Strand from this desirable location. INSIDE THE HOUSE Guests have access to a garage where you’ll find bicycles and beach chairs available for use. On the ground floor, there’s a washer, dryer and laundry chute. There is parking for 2 in the driveway and 1 in the carport. Head upstairs where you’ll see a dramatic three-story waterfall flowing down to the foyer. The master bedroom is on the right, featuring a Cali king bed, lounge chair and 42” Panasonic TV. There’s a private balcony as well: sit outside with a drink and watch the sun set over the ocean. A walk-in closet offers plenty of storage, with plush bathrobes to grab as you enter the en-suite. There, you’ll find a dual vanity, jetted tub and glass walk in shower. The next bedroom has a queen bed, 32” Samsung TV and Sony DVD player. An en-suite w
## 532 Large family home available 2 miles from the beach, restaurants, bars, and Manhattan Beach Pier! 1 king bed, 1 twin, 2 double beds (1 loft style), 1 soft double bed, and 5 full bathrooms. Hot tub and outdoors barbecue on property. Make yourself at home! Our space comfortably accommodates 9-10 people with a 1 king bed, 1 twin, 2 double beds (1 loft style), 1 pull out couch, and 5 full bathrooms.. Beach goers will love our easy beach access and foodies will love the myriad of new and old restaurants. Active folks will enjoy stepping out to the Greenbelt for a nice jog. Night-owls will love the local bars and pier. Guests will have full and exclusive access to the home (large living room, den, kitchen, dining room, bedrooms, bathrooms, outdoor barbecue, and hot tub). On street parking is available. Myself or my wife will greet the guests upon arrival to give a brief tour. I will always be responsive when needed, and if you'd like a tour guide, I am happy to point you in the direction of s
## 533 My Vacation rental is located right on the beach. It has 180 degree unobstructed panoramic ocean views. There is a 30 ft by 10 ft ocean facing deck is corner lot and has 16 ft ceilings in the living room with large ocean facing windows. This place has a value of over 5.5 million dollars. I have just purchased a 6,000 Samsung 75 inch 4K Ultra HDTV for the living room to go with my 20,000 stereo system.
## 534 1 BR in a house. Shared bath. Queen bed. Excellent location. Blocks from beach and downtown area. Private Entrance, deck, parking, and attached garden make stay seem very private and not like staying in someones home. Very quiet neighborhood. Private entrance and deck and a garden. Mini fridge in room. Flat screen tv with direct tv and wifi. Also beach towels. Bath towels. Shampoo. Soap. Toothbrush. Bottle Water. Beach Chairs. Boogie boards. Flotation noodles. Hairdryer. Beach hats The room is very private with own entrance and a private deck and a whole backyard that no one else really uses. And the parking is all within the same space for a lot of privacy I respect their privacy and would only interact to see if they needed anything Central! Blocks from beach. Very quiet. Blocks from downtown There are buses that you can walk to but a car is always recommended in California. Beach 10 min walk. Downtown 15 min walk
## 535 Welcome to the beach! This one bedroom is not your typical beach rental. You will be one block from the beach which will give you walkable access to the sand, surf, biking and the famous Strand. The house is pristine and well cared for. Everything has been upgraded for a modern feel. Perfect for someone who is looking to relax or work in a relaxing environment. Unit is wired with high speed WIFI and includes parking. You will be able to hear the ocean. LAX is a 10 minute ride away. The space is comfortable, updated and clean. You will have everything you need for a relaxing stay. There is easy access to other beach cities: Hermosa, Redondo, Venice and Santa Monica. Great space for someone looking for longer term stay. House will be fully stocked. Longer term stay of 2+ weeks will have access to laundry. Unit has own entrance and is completely private. Can be flexible on arrival and departure time depending on other bookings. I will available to host your stay and to ma
## 536 A beautiful studio in the heart of Manhattan Beach Village. Relax on large patio, BBQ, a few minutes drive from sandy beach or 15 minute walk, next to the Village high street. Great price for the location. Beach equipment available. Great getaway and close to a lot LA's attractions. Surf, Paddle Board, Bike Rides and much more. ... Very cozy with lots of room to sleep in a studio, relax on the sofa, large outdoor patio, Free Wifi throughout the building. Enjoy a spacious patio for a BBQ or to relax during sunset. Free Parking on the street outside if needed. You will be able to access the entire space. Private for you. I am friendly and am only looking for honest, friendly and respectable guests. I can be around to help if need be as I work close by but you will have all the privacy unless you need to reach out to me. The place is 2-minutes from the Manhattan Beach Village / Beach. Very affluent and great walks including a wood chip trail that goes the whole way to Redondo Beach.
## 537 Fusing indoor and outdoor living, 505 is a luxurious, eco-friendly modern home. In addition to beautiful design and thoughtful interior appointments, the location is a short walk to the beach as well as to restaurants and shops in downtown MB.
## 538 獨棟獨立進出, 沒有任何其他住戶, 兩間獨立的房間, 一個浴室 非常乾淨整潔, 附傢俱, 淨水器, 所有浴室,廚房和洗衣機房用品 適合來洛杉磯旅遊, 做試管嬰兒短期居住, 買房及商務考察臨時居住, 為孩子找學校找學區臨時居住, 親屬朋友來訪臨時居住, 一定不能抽煙, 少炊無寵物 這裡環境風景優美,豪宅林立,學區一流,商業繁華,醫院先進,治安優秀, 鼎泰豐,蘭桂坊,樓外樓,小雅屋,大華超市,光華超市,香港超市等都在附近,交通方便, 離其他華人區, 高速公路都非常近 前院歡迎使用, 車庫和後面游泳池都上鎖沒有開放 Owner is available to help if needed Our nice and quiet neighborhood is located at ARCADIA school district
## 539 My place is close to Kaboom Restaurant, The Underground Museum, Pacific French Bakery, Ondal Restaurant, Natraliart, LACMA, DTLA, Santa Monica, I-10, Venice Beach, West Hollywood. You’ll love my place because of the high ceilings, the location, the ambiance, and the people. My place is good for couples, solo adventurers, and business travelers.
## 540 Room is fully furnished. Fresh, calm peaceful colors. The room has a big window. Lots of light.
## 541 Experience LA in this lovely 1-bedroom, 1-bathroom apartment, with a nice living room area that gets lots of natural light. Located in a quiet neighborhood, facing away from the street, mostly you can only hear birds chirping. Free high-speed internet and Smart TV with Netflix, Amazon, ESPN and a PS3. Air Conditioning and Heater are also included. Very central, close to Culver City, Beverly Hills, and about 15 minutes to Hollywood, The Grove, Santa Monica and Downtown LA. Week keep the apartment very clean and tidy and like our open spaces. Sitting on the couch and looking at the window, you often see squirrels and little birds playing around, very relaxing. The apartment is on the top floor, so no neighbors on top. The neighborhood is safe, quiet and residential, but still just a few blocks away from the very busy La Cienega, Venice Boulevard and Washington Boulevard, with tons of restaurants and food options of all sorts. As for grocery stores, there is a Sprout, a Trader Joe's,
## 542 Welcome to your private bedroom, with a comfortable queen bed and bath, in one of the best locations in Pasadena. Located within walking distance to Pasadena Convention Center, Caltech, PCC, the famous Old Town, Paseo and Lake Ave restaurants and shopping. Conveniently near MTA Gold line to catch a ride to downtown LA! Check out all the pictures to get a sense of the open and luxurious home away from home! Easy check in with clean towels and sheets. Fast WiFi Guaranteed! ========================================== Quiet Private Room in prime Pasadena location Discover Pasadena – a beautiful city to explore. During the day check out the famous Norton Simon museum and Old Town Pasadena. Less than a 15 minute walk to Pasadena Convention Center! Lots of guests who attend conventions stay with us as it is only a 5 minute drive away. The place is located one street away from Lake Avenue which has plenty of great places to eat. All within 10 minutes walking distance, you'll find many popula
## 543 Airy & bright guesthouse. Large Studio with kitchenette. Walk to Caltech, Rose Parade, Shopping & restaurants. Beautiful pool and mountain view. Quiet neighborhood, close to everything. Close to Burbank Airport! Bicycles & BBQ grill available for use Bright Studio Guest House with Pool & BBQ Grill access! Great Back Yard! Original Watercolor artwork by a National Watercolor signature artist. There is a Queen Bed, a Twin Bed and if needed a rollaway. We have Directv and Wireless internet. The cottage has air conditioning and heating but is rarely needed. The kitchenette is NOT a full kitchen but a microwave, kettle & toaster oven. Guests have the use of the BBQ grill outside if needed. We are 2 blocks from California Institute of Technology and the South Lake Shopping District. We are 1 block from Starbucks, Peets and a Trader Joe's Grocery store and the ARTS bus route and minutes from Old Town Pasadena, Paseo Shopping Center, Huntington Gardens & the Norton Simon Museum. We are W
## 544 Beautiful Spanish-style home with wood floors, high ceilings, built-in closets, on a quiet corner near Rose Parade route. Close to Lake District and Old Town Christmas shopping and nightlife. Laundry, parking, kitchen and workout machines available. *Pasadena is under severe drought conditions; Water use is highly restricted. Therefore, you are asked to keep showers short, 5-7 minutes, one per day, to avoid penalties for excessive consumption. Disregard of this City mandate will result in immediate cancellation. Curbside parking is available on both Lambert Drive and Oak. The City of Pasadena allows curbside parking overnight, from 2a -6a, *only with a temporary parking permit. These are available at a parking kiosk down the street and cost 3 per night. Getting around: Many guests without cars find using the Metro, with a major station nearby, to be very convenient. Uber gets high praise, too.
## 545 Two bedroom, two and a half bathroom, multi-level townhouse available in the heart of Pasadena. Large living room w/ sliding glass door that lead to balcony w/seating. Convenient walking distance to Old Town, South Lake, and the Rose Parade route.
## 546 Our comfy studio guesthouse is nestled under a beautiful oak tree. Walking distance to Pasadena's vibrant, bustling Playhouse District. Free WiFi, snack basket, TV (Amazon Prime movies), fully equipped kitchen, and convenient on-site parking. Stylish and sun-filled studio guesthouse. We rent it out on Airbnb when it is not being used by our family and friends. Enjoy modern amenities, AC, and on-site parking. Within walking distance to restaurants, Gold Line metro, shopping, and entertainment. Studio can accommodate up to 4 guests. We have a queen-sized memory foam bed and a full-sized sofabed. We also have two air mattresses, available by request. Enjoy the shared outdoor space with seating, bbq, hammock, all under an enormous and gorgeous oak tree. 1) Fully-equipped kitchen with cooking supplies, dishes, utensils, dish soap, etc. 2) Coffeemaker and tea kettle 3) Half-bath with shower, sink, and toilet (no bathtub) 4) Wifi 5) TV (local channels and movies and shows available on A
## 547 This place is cozy and waking distance to bus route on Colorado(1 min), Cal-tech(5 min), Pasadena City College(5 min) and the Shops on Lake Avenue(5 min) or even a brisk 20 min walk to Old Pasadena. My place is good for couples, solo adventurers, business travelers, and families (with kids[no toddlers]).
## 548 Great Location! Large 3 bedroom house with play room and huge yard. front yard can park 3 cars. 15 mins to downtown LA and Hollywood. 35 mins to LAX. 5 mins to downtown Pasadena. next to 210 freeway. huge sofa bed. express check in wothout meet anyonen. hold up to 12 people. bunch of room. ur best place to stay in LA 讲中文哦! great Location 1king bed in Masterroom 1queen bed in second floor guest room 1full bed in first floor guest room 1double foam bed in dan room 1huge sofa bed in living room sleep up to 12 people 2200 sqft huge house
## 549 Welcome to my large one bedroom with real comfortable queen bed and sofa in prime Pasadena location. Located within walking distance to Pasadena Convention Center, Caltech, PCC, the famous Old Town, Paseo and Lake Ave restaurants and shopping. Conveniently near MTA Gold line to catch a ride to downtown LA! Check out all the pictures to get a sense of the open and cozy home away from home! Easy check in with clean towels and sheets. Fast WiFi Guaranteed! ========================================== Quiet Entire Private Apartment 1 Bed 1 Bath in prime Pasadena location that is walking distance to Caltech. Discover Pasadena – beautiful city to explore. During the day check out the famous Norton Simon museum and Old Town Pasadena. Less than a 25 minute walk to Pasadena Convention Center! Lots of guests who attend conventions stay with us with only a 5 minute drive away. The place is located two streets away from Lake Avenue which has plenty of great places to eat all within quick walking di
## 550 Recently remodeled and furnished townhome located walking distance to shops, restaurants and supermarkets. 我说中文 This newly remodeled townhome provides a perfect stay for families or a group of friends looking to stay in the beautiful city of Pasadena, without paying premium hotel or LA luxury home prices. The townhome has new carpet, hardwood floors and remodeled bathrooms. The living room and master bedroom are equipped with Premium Cable on4K Ultra HD Smart TVs. The fridge is stocked with bottled water and non alcoholic beverages. The washer and dryer are located in the garage area downstairs. The garage space holds two cars with good space. Walking distance to Walgreens, Vons, Starbucks, and other various dining choices. You and your guests will have all access to the condo. The condo is the end unit away from the street traffic noise. I work nearby in the Pasadena/San Marino area which is why I purchased this condo. I am always available 24/7 by text or phone with any questions
## 551 Our home is on a very desirable street in North Pasadena Heights.There is a large patio and gardens. Its a beautiful & safe location to take walks in the morning & evening. Walking distance to Metro/bus.Near Old Town, Cal Tech & Huntington Gardens. Our home is near the mountains, close to Old town Pasadena, downtown Los Angeles. Near 210 freeway, Santa Anita racetrack, Cal Tech and Huntington Gardens. Washer & dryer Backyard Patio We will be out of town but will have a family member close by. Metro Gold line/bus lines are in walking distance.
## 552 Stay in a PRIVATE, spacious, 2 room suite situated duplex-style in our lovely home. Your own PRIVATE gated entrance; your own PRIVATE entry to your suite (see French doors in Photos!) Enjoy the large separate living room, 42"TV, futon (sleeps 2,) microwave, refrigerator, Keurig, tea kettle, washer&dryer. Huge bedroom separated from living area by a locked door, armoire, workstation: plus, room for air mattress/pac-n-play. A PRIVATE full bath off living area! Off street parking! BE OUR GUEST! Your space is a large PRIVATE 2 room suite in a recently renovated family home. Gated entry and off- street parking. Home features central air and heat, ceiling fans in living room and bedroom, free WIFI, Apple TV with Netflix and HULU. Pack-n-play, twin size and/or queen size air mattress available upon request for more than 4 guests. Off street & side-by-side parking for 2 vehicles, additional tandem parking and parking next to your door is available. Private gated back door entry. Walled outdoo
## 553 A charming, cozy 2 BR/ 1 BA single family home about 1.5 miles to Rose Bowl & JPL. Access to bicycle included. Ride to Rose Bowl for UCLA Football, concerts, flea market. 3 miles to Old Town Pasadena for great shopping, dining, and atmosphere. ** Recently updated kitchen and yard. Pictures not updated yet. Lyft/ Uber or bike to the Rose Bowl for UCLA Football, concerts and Rose Bowl Flea Market. 3 miles to Old Town Pasadena. Great shopping, dining and atmosphere. Entire house, excluding private garage/ studio. Owner occupies private garage/ studio. Close proximity to Rose Bowl, Old Town Pasadena, JPL, Cal Tech, etc. Entire house, excluding owner occupied, private garage/ studio. Use of bicycle included in rental. At check-in. Quiet, safe, friendly. Close proximity to Rose Bowl,Old Town Pasadena, JPL, Cal Tech, etc. Private car, Lyft, Uber, bike, walk, public transportation available. Please note that owner reserves right to occupy the private garage/ studio. It is private w sepa
## 554 Beautiful character home on quiet tree-lined street with plenty of charm and accommodations for the selective traveler. Consider the proximity to luscious parks, museums, schools, train stations and the best restaurants in the country! Cosy one-story 1901 Queen Anne Victorian home with generously sized bedrooms and one ample bath. Spacious room features a full size bed, night stand w lamp, limited closet space and dresser drawers available for use. All original hardwood floors with cozy area rug. Large window facing north offers great ambiance in this room. Guest have access to kitchen, dining room, bathroom and open living room with even a beautifully tuned upright piano! If you're in need of parking your vehicle, the ample driveway can accommodate... More likely than not, one of us will be home. This is a shared environment situation, with no private bath offered. Suited perhaps more for the individual traveler more than for couples since bed is a full, etc.,. Tree-lined street,
## 555 My place is good for couples, solo adventurers, and business travelers...Your hosts will be an awesome couple....she's an esthetecian/caterer,he's a film buff/surfer...we've experienced the beauty of travel,the joy of other cultures and the kindness of strangers...now,we're ready to give back and welcome fellow travelers... "'It's the trip..not the destination...." :-) Cozy room,private bath,beautiful living room and backyard to chill...I do have a small dog and a cat that lives outdoors but comes inside to visit..the only problem with the dog is that he will love you too easily and want to cuddle on the sofa :-) You'll have access to the kitchen,backyard,laundry room and living room with all the NETFLIX movies you want!!!...( I'm partial to art house/documentaries and classics...we can discuss your preferences and debate 70's American cinema and the Autuer theory) Anything you need to know,routes to take,places to see,we're here to help..if not we can always (SENSITIVE CONTENTS HIDDEN
## 556 Spend a week with your family in paradise. This tastefully furnished 5 bedroom family house is 30 minutes to LAX , 45 minutes to Disneyland, 10 minutes to Terranea Resort and world renowned beaches.
## 557 Live in luxury in a brand new 5 year old impeccable house New mattresses, fresh towels. Germ free home Come, rest and have fun like many people already had. Sorry, as of September 30, the city of Rancho Palos Verdes has banned short term rentals. I can accept stays for 31 days or longer. Please, feel free to inquire. No cancellation fee is charged if you must shorten your stay due to emergency. Hundreds of people from all over the world prefer to stay here!!! I have hosted Diplomats, 2 district attorneys, a member of the parliament of Sweden, medical doctors, attorneys, performers from Moscow, Dancers from Saint Petersburg, Russia, athletes from Canada, South Africa and Iceland competing in the Crossfit Games in Carson, Ca. People from the movie industry, the Rock Band Death by Chocolate from Switzerland, One Holocaust survivor, business executives from Germany, England, France, Italy and China. This is a state of the art dream 5 years old home. Room with shared bath on the first floo
## 558 Exceptional and outstanding room for rent in prime residential area of Westwood , Los Angeles ; just 3 minutes walk to the famous mall Westside Pavilion , 2 minutes drive to the Golf 5 mins drive to Santa Monica Beach and Rodeo Drive in Beverly Hills area. A walking distance from fine restaurants ,Best Buy and Cinema. The Room is nicely fully furnished with fresh linens, towels, toilet paper ,fully equipped kitchen and wireless high speed internet. The room is suitable and perfect for families with kids , business travelers , travelers, golfers and perfect for travelers on vacation. Golf Equipment is available for your use upon your request for free. In addition to the room there is a living room area nicely furnished in a french style. At your arrival you will have complimentary water. The mall is at a walking distance located on Pico Boulevard that has a great movie theater , many shops and Nordstrom. In addition to the outstanding location of the home there is "Century City Ma
## 559 This prime property is close to Santa Monica College, UCLA, Westwood, Venice, Santa Monica Beach, Venice Beach, Westside Pavilion, Expo Purple Line Train, Metro Bus Stops, Hammer Museum, Getty Museum, and 3rd St. Promenade. This listing is for a private fully furnished room in a 6 bedroom house. Bathroom are shared. The room has one single bed, and a dresser and closet. House is occupied with UCLA/SMC students. Nice backyard with yard and lounge chairs. Free washer and dryer. No drugs or smokers. No drinking on premises. Clean and respectful to others' property and space. Treats living quarters as if the owner. Responsible and prompt to financial obligations. Grateful, optimistic and friendly demeanor. Direct and clear communication style. Furnished student SHARED house has six bedrooms and three bathrooms. Near the expo train and direct bus to campus. Off campus housing. SHARED REMODELED MODELED HOUSE. Private comfortable homes to enjoy with other serious students. Everything you need
## 560 Enjoy Beach living in my " Bed & Breakfast" spacious 2 level home for a reduced rate! I have for my guests: 3 bedrooms each with a queen beds, 3 full bathrooms, a gourmet kitchen, large living area, den, balcony and deck with BBQ and small side yard! Laundry, parking and upon request 3 beach cruiser bikes! I live in 4th bedroom w my own bath upstairs away from rest of the house but share front door entrance so it is "shared" though my guests hardly ever see me. Read my reviews :) Enjoy beach living in this beautiful clean spacious home! This is a 2 level home with travertine floors, 3 bedrooms, 3 bathrooms, gourmet kitchen, living room, den, balcony, deck and small yard! Includes Keurig coffee maker, Smart tv with Netflix, 3 queen beds, extra linens, towels & blankets. Washer and Dryer on sight for guest use. Upstairs I live in 4th bedroom with private bath! Located 7.4 miles south of LAX airport and 1 mile from Redondo beach pier! Near by ...sailing & paddle boarding at the Redondo
## 561 Welcome to The Village! Location! Location! Location! Enjoy a private, clean, sophisticated bohemian style suite in a shared oversized beach condo 1 block to the beach and walking distance to many restaurants, Whole Foods and Redondo Beach Library. You’ll love the ocean view in every room, natural sunlight, comfy bed, kitchen and bar area and the local goodness in a safe neighborhood. Perfect for couples, solo adventurers, and business travelers.
## 562 Watch the sunset over the Pacific! * Furnished * Private 2nd Floor Studio (big Ocean view) * Large Bathroom * Ocean Facing * Hardwood Floors * Kitchen * One Parking Space included * Full Bathroom with tiled floor * Close to all attractions! *50 cleaning fee after checkout I am always available should any issues arise! Walking distance to the beach, blocks from Third Street Promenade and the Santa Monica Pier.
## 563 ONLY WEEKLY RENTALS 2 BR house with large deck and 4,000 sqft backyard with view of the ocean. Great location between Santa Monica and Malibu. Quiet neighborhood right on the bluffs. The house is fully equipped and furnished. Ocean view/ Large and very private backyard/ Ideal for Kids/ High quality furniture and artwork (photos available upon request)/ Backyard great for BBQs. Perfect hideaway. * Barbecue Grill (natural gas) * Fireplace * Outdoor Firepit * Alarm System/ Patrol Service * Video Projector * Wireless Internet * Fully Equipped Kitchen Housekeeper or landlord will welcome you in person. Located between Santa Monica and Malibu, the bluffs in the Palisades are among the most sought after neighborhoods in LA. The beach, popular hikes, shopping opportunities are in walking distance. The best surfing spots in Malibu are just 10 minutes away. The area around the house with its spectacular views of the ocean are popular locations for film and television crews. Just last month s
## 564 Completely separate studio apartment type space, behind the main house. Nice Garden. Quiet. Plenty of space. One block to Pacific Palisades village, where you will find restaurants, Starbucks, grocery stores and shopping. Minutes from the beach! Our "Garden Pied a Terre," as we like to call it, is a comfortable, studio-sized room. It's in our backyard garden, which guests are welcome to use. The space is completely separate from the main house, and is quite comfortable and quiet. We just put in a new Queen sized bed! We also have a sofa and a shikibuton that can sleep children. We are available to make sure our guests have their needs met, and are happy to provide information and guidance about Los Angeles in general and our neighborhood in particular. We've lived here for over twenty years, so we have quite a lot of information at our fingertips. Pacific Palisades has all the advantages of a small town with none of the disadvantages. It's safe and the people are friendly, but you can
## 565 As you enter the gated courtyard you are greeted with lush plants, the sound of a water fall and fish splashing in the koi pond. Your fully equipped guest room has its own entrance and is private from the house. This is a quiet retreat to unwind, relax and/or enjoy the many attractions nearby as well as the serene nature of the mountains and the beach. Within this 600+ square feet of open and pristine space is a fully equipped kitchen, living room area, bathroom and queen size bed. The room is 600 square feet with a fully equipped kitchen (large sink, electric stovetop, toaster oven, convection/microwave oven, Keurig coffee maker (along with gourmet coffee), a Nespresso - Aeroccino milk frother, refrigerator/freezer and a new 11 piece cookware set (if you're inclined to cook!) The pantry has snack items and there will be items like bagels & cream cheese or muffins, fresh fruit, orange juice, coffee and snacks for you upon your arrival. If you have special considerations diet w
## 566 Charming upper level gorgeous cozy woodsy country cabin. Ocean/mountain view on private Deck/patio. 1 bedroom 1 bath sleeps 4. Walk to Ocean and to charming Pacific Palisades Village, shops, restaurants, and entertainment. Professionally managed. This is a 1 bedroom, cabin, can sleep 4, comes fully furnished. Upper level, entirely private, no sharing. New appliances, renovated kitchen and bath, fully renovated cabin, in the heart of civilization. Fully digital self check in instructions, will be emailed to you 1 day before arrival. No need to meet anyone upon your arrival. You can check in anytime after 3pm. A smoke free, pet free building. Please help us keep it that way. Amazing Location in the heart of charming Pacific Palisades Village. Walk to shops right outside your door. Short stroll to the breathtaking Palisades Bluffs, and white sands beaches of Pacific Palisades, where you will enjoy the most spectacular views and Sunsets. Just a 10 minute walk to the beach, 10 min drive
## 567 This beach-like, sunny home is situated in the Pacific Palisades - an upscale are of LA. It is less than a mile to the beach as well as to our cute town with shopping and amazing restaurants. We have space to park 2 cars. You'll feel right at home! *Flexible on dates so just message me and I'll work with you!* Our beachy home is very comfortable. We have a bar, outside deck, backyard, front yard, kitchen with a bay window, gas stove, washer and dryer, two-car parking space on the property, and a living room downstairs where you can watch tv on the flat screen! The entire home is available for you except for two rooms that will be locked. Feel free to use everything else - kitchen, two bathrooms, living room and even play the baby grand piano in your room! We will not be at the house during your stay but are very responsive if you need anything. We are close to the Palisades bluffs - beautiful cliffs on the edge of the hill that overlook the Pacific Ocean. You can easily walk there in
## 568 Beautiful 3 bd + gst house (gst hse rents for 250 addl when included w house) pool and spa, cook's kitchen, lush surround,very private among 5mil+ homes, 5min from beach and dwntn Santa Monica, 2min from trails and rec center Beautiful home, full of character, blend between Rustic modern and Japanese style, lots of mature trees on 1/2 acre property in exclusive community of Rustic Canyon. 3 very comfortable bedrooms, two with King beds, one with a Queen bed, fully equipped cook's kitchen, fireplace, several large outdoor decks, 2 bathrooms with shower, one with spa tub. Flatscreen TVs and desks in each bedroom. Almost all rooms have very high, vaulted wooden ceilings, and hardwood and exotic stone floors throughout the home. Equipped with cable tv, wifi internet, and air conditioning although you will likely never need the AC. Perfect for family reunions, corporate travel, couples getaways, friends getaways, family trips, etc. Very large Pool and Spa, and extremely private from n
## 569 Not far from the pacific Ocean with 180 Degrees Ocean and Santa Monica views this California Ranch Style house invites you to enjoy the stunning views, a dip in the pool or in front of a fire in the over sized 1950's fire place.
## 570 Comfortable room with it's own private bathroom in a very quiet neighborhood. A quick walk to Palisades Village and great hiking. A very short ride to the beach, great restaurants and good shopping close by. Great Farmers Market on Sundays. Quiet comfortable bedroom Kitchen, living room and balcony, I would ask that no cooking be done in the kitchen after 9pm and common areas dark and quiet after 11pm. I work at home in a guest house out back, so I'm close by but not in your hair. You can walk everywhere from my home, it's quiet and peacful.
## 571 Very comfortable one bedroom apartment, on the border of the Culver City and Palms neighborhoods on the west side of Los Angeles, close to great restaurants, the beach, and the 405 and the 10 with great access to the whole city.
## 572 Bright room. Full size bed, large mirror closet, storage. Private bathroom w/ shower, toilet, vanity, basic toiletries provided. Shared: well-equipped kitchen & living room, balcony. WiFi, TV, FREE PARKING! Near bus, rail, shops, restaurants, bars. Thanks for viewing my listing! I am happy to offer you your own bedroom with private en suite bathroom in my shared apartment. The clean, comfortable bedroom has a Full bed that sleeps two with fresh sheets and all the pillows and blankets you would need. The dresser, large mirrored closet (with hangers), and shelves are yours to use during your stay. Your bathroom has clean towels, all essential toiletries, shower with great water pressure and water that never goes cold. As well as a north-west facing window with blinds, there's an A/C and heat vent in room as well as an air purifier/ionizer. Clean, dust-free hardwood laminate flooring under your feet as well as IKEA wood furniture for your use. Very strong Wireless Internet signal, w
## 573 Cheap private bedroom in Culver City,Los Angeles.Walking distance to stores.Free wifi. If you want to hung out with me, It would be glad for me! Very quiet and safe place,but convenient for access to famous place(Hollywood,Santa Monica,Beverly Hills etc..) Train,bus
## 574 House with bright, airy, open floor plan and partially vaulted ceiling. Features mid-century decor. 2 bedroom, 2.5 bathroom located in Westside Village (western Palms) just north of Culver City and just east of Venice. Big windows open up to an outdoor deck. Perfect for a small family or a couple to relax in sunny southern California. Minutes from Venice, Santa Monica, Culver City and not far from DTLA. 20 minute walk (1 mile) to Palms Expo Metro rail station. 3rd bedroom for fee. Light, open and airy main area with an open kitchen. While this home is considered West LA, it's just east of the 405 and therefore gives you easy access to most areas of LA. All areas of house are accessible with the exception of the garage and the 3rd bedroom which is used as a home office. For an extra fee (when you select "additional guest") we can allow use of this 3rd bedroom. Please understand that the 3rd bedroom/office has a daybed, which can sleep one person. We can arrange for easy delivery of the
## 575 A few minutes drive away from downtown Culver city and Sony Studios. Hardwood floors, full kitchen, balcony, located on charming, friendly street. Nice bathroom with large mirror. 5 minute walk to grocery store nearby, Best Buy, restaurants and more!
## 576 The Casita guesthouse offers the perfect nexus between urban convenience and tranquility. The unit is located in a very private space behind the main house. Guests are within walking distance to many restaurants, bars, a convenient mini market, lively downtown Culver City, and the Metro (train). After a big day or night out in LA, if you're looking for quiet night's sleep with in a private tranquil space, then we offer a great option. This sunny guesthouse bungalow is located behind the our house. It is a private and stand-alone unit with a private entry-way, fence, and a private tree lined patio/deck with a sitting area. The space features a single bedroom and living room/kitchen area. Amenities include full furnishings (outdoor and indoor), basic dishware and bath ware, books, DVDs, Smart TVs, WiFi, and one carport parking spot. There is a coin washer/dryer on the premises, as well. We consistently hear that this unit is bright, airy, and enjoyably private. And the loc
## 577 This is an open plan, bright, airy and delightful 3 bedroom house which has been remodelled in February 2017. It's wedged between Beverly Hills and Culver City, 8 mins walk to vibrant downtown Culver City which has restaurants, bars, cafes and shops. A major grocery store is located 2 blocks from the property. We are located 5 minutes away from Palms train station, which provides access within 15 minutes to Santa Monica, and 25 minutes to downtown Los Angeles. The home is bright, fresh, new, cosy, clean and modern that provide a comfortable stay to all our guests. The upscale Cheviot Hills has a local shopping area which is just a stone's throw away from the property. It has a Vons supermarket, star buck cafe, dry-cleaner, shoe repairs, chinese restaurant, subways and nail care. Vibrant Culver City, the well-stocked Sprout supermarket are within easy access and just a short walk away. The Palms station which is 5 minutes walk from the property is a real bonus to the neighbourhood.
## 578 Minimalist, clutter free apartment with everything you need for a comfortable stay. Entire apartment I am available to answer questions most afternoons and evenings and will provide my telephone number and email address Walking distance to Sony Studios and all of the shops and restaurants in down town Culver City. There is a light rail station approximately 1 mile from the apartment and there are many bus stops right outside of the building.
## 579 Only 4 miles away from Venice beach our 1 bedroom with private bathroom is a prefect place for you. Located in Culver City with plenty of restaurants and the metro train that can take you all over Los Angeles. We also have a full kitchen and balcony. 2 bedroom and 2 bathroom located in Culver City next to Venice Beach. Looking for someone to take the master bedroom with private bathroom that includes a full size bed, closet space and desk with wifi. Guests will have access to an on site washer and dryer and secured access to the building. We both have busy schedules but always love to entertain and are totally cool if you just want your own privacy too. -Metro Tarins -Trader Joe's -Ralph's -Bars and Restaurants -Farmers market -Sony Pictures Lot -4 miles from Venice Beach we are a mile away from Culver City blue Expo-line. we have two and keep the house very clean. They do not go into the master bedroom.
## 580 Stay at my cozy studio while I travel around during the summer. This is not a place made specifically for Airbnb, it is my own, with a personal cozy vibe. The space is maintained clean at all times, it is bright and receives plenty of sun. You will have the entire place for yourself and it can fit up to 4 people for a short period as it has a queen size bed and a sofa bed. Kitchen is fully equipped and bathroom has a shower. Plenty of storage space for your convenience and one parking spot in the back A personal touch of zen and stress free vibe. Plenty of sun and air makes for a great energy. Entire place Parking Spot Whenever needed. Palms is a neighborhood that represents a perfect location. Halfway between the westside and the east side. It is 15 min to Santa Monica and Venice, 20 min to Marina Del Rey and Airport. 20 min to West Hollywood and 30 min to Downtown Los Angeles. When it comes to the location, nothing is more convenient: (Bakeries, Restaurants, Ralph's, Rite Aid, Best B
## 581 Looking for a safe place to stay with no hassle, no hidden fees, and a super chill host? Come Enjoy your peaceful stay in a cozy, private room included with a private bathroom! Room includes: -Lock -Empty drawer/closet space -TV/Movies -Peace/Privacy Everything is very straight-forward, you're getting exactly what you see for a great price! Down the street from Gas & shopping 12 min from CalState Northridge (CSUN) 15 min away from the Noho Arts District & 25 min away from WeHo!
## 582 Gorgeous two bedroom apartment, wood floors and lots of comfort! Extremely safe neighborhood adjacent to Beverly Hills! Close to restaurants, supermarkets, Kosher and non-Kosher places all within 2 minutes walk! Visit the Walk of Fame, Universal Studios and all the Los Angeles icons from our comfy place! With one of the best American diners in LA - Nick's Diner within an easy walking distance! You can feed the squirrels out the back of the apartment (they have just had babies!) Not walking? Bring your car! Free parking for two cars (one behind the other) off the road just a few seconds from your front door! All the comforts of home! A fully stocked kitchen and plenty of comfy beds to sink into after a hard day! An office desk with essentials to plug in and start work right away! We have a luxurious canopy queen bed in one bedroom - one classic full (double) in the other and a set of bunk beds with a twin (single) on the top and a full (double) on the bottom - also we have a crib wit
## 583 This 3 bedroom 2 bathroom is on a super quiet street in the midst of Pico Roberston community. Walking to distanced to synagogues, kosher restaurants and markets. The house sleeps 6 and has a huge backyard and seated patio area with a basket, bbq. Full living room, with cable TV, Wifi, Driveway parking. The dining room seats 8 comfortably. Kitchen is kosher and fully equipped. There is a laundry room in the house, and two bathrooms.. Hardwood floors and quiet, polite neighbors. Backyard has fire-pit, lighted patio, and WiFi speaker system. Entire house is accessible for use Perfect for families with kids, babies seeking to visit Jewish Los Angeles. Families are mostly modern orthodox Jewish. Quiet area, the street does not bleed into Pico so there is not much traffic. Walking distance to all restaurants and markets. Bus stop, banks, etc is 1 block away.
## 584 Our place is close to Beverly Hills, Beverly Center, Culver City, West Hollywood, direct bus ride to Santa Monica. We're renting a few bedrooms while we are traveling, so the place has everything you might need. It is cosy, spacious and designed for comfort. We're located in a quiet neighborhood with easy access to LA's beloved attractions. We have 2 cats that will be roaming around the place, so pet lovers are welcome, however, we wouldn't be able to accommodate your pet unfortunately.
## 585 This 2+2 studio-loft is in the Pico Robertson area of Los Angeles and within 15 -20 minutes to the Beach, Beverly Hills, Hollywood , and most LA attractions. Can sleep up to 8 people, has 2 private entrances, 2 bathrooms, 2 kitchenettes and table. This two-story 2 bedroom Studio-loft has the following amenities: Upstairs loft: 2 queen bed (sleeps 4) + full bathroom Downstairs studio: 1 queen bed + Sofa bed queen (sleeps 4) + full bathroom 2 private entrances: one to loft, one to studio: (This benefit allows the loft and studio to be locked in between to provide extra privacy among friends.) Dining table with 4 chairs in studio 2 Bathrooms with showers 2 Kitchenettes WIFI internet Free street parking We can be reached reached via Airbnb app and text message through the week except between Friday night and Saturday day. Buses and Taxis are easily accessible within a block away from our location. There is also a transit system to downtown LA close by the 10 freeway and LA Cienega Blvd.
## 586 Welcome to our cozy shabby chic place. King size bed with bathroom. Located south of Beverly Hills. Own parking spot, and best of it all, in the middle of LA. 15 mins from Santa Monica! ❤️ One bedroom with king size bed and it's own rest room and TV. The shower is separate, but available to use. Living room with access to TV. Anything in the fridge as long as it's replaced. Free coffee and tea :) I'm not home most of the day, and I like to give people their space so they can feel comfortable enough to treat my place as their own. It's a calm neighborhood, but once you're out everything is happening! LACMA is two streets away!!!
## 587 Welcome to our charming LA home! We live on a tree lined street with great afternoon sun. Steps away are restaurants, cafes, and grocery stores. Beverly Hills, The Grove, and Culver City are short drives away. Our home sleeps 5 comfortably. We welcome guests of all backgrounds and there is an elevator in our building. Guests are welcome to use our two parking spots, or nearby buses. Our kitchen is Kosher and can be made Kosher for Passover on request. Many kosher establishments nearby. Comfortable two-bedroom apartment, with two bathrooms, and a couch to sleep on. We have a small balcony with a lot of afternoon sun. Use it as a launching pad to explore LA or to stay around the Pico-Robertson, Beverly Hills, or Beverlywood neighborhoods Guests can use the whole space, including 2 parking spots! Around the corner are restaurants, cafes, and grocery stores. Kosher establishments and a diverse range of local synagogues and communities are walking distance. La Cienega Park is a 5 minute wa
## 588 Hollywood Regency style, & Z Gallerie. Blocks from Robertson cafes, BH Tennis & garden to socialize. Upbeat, peaceful space! Short term possible, Long term preferred. Safe, quiet & clean. Alcohol/drug free. For interns or relocation, no party people. Shared rooms with queen bed or private when available. Warm and loving environment Kitchen, laundry in house, refrigerator, Walking to Rodeo Drive, Beverly Drive, Robertson, Beverly Center, Century City, The Grove, Fairfax Avenue Bus stops right on the corner. Rapid 20 minute ride to the beach -- 15 to downtown. VERY convenient Sober women supporting sober women. Great group of girls!
## 589 Huge,Brand New,Luxury Penthouse Bedroom with En Suite Bath! Amazing Views! You will be staying with a professional male and other Airbnb Guests. Optional 2nd bed is an air mattress. Brand new building in a great Central Location. Next to Beverly Hills and only 15 minutes to the Beaches of Santa Monica. 5 min. to Century City and West Hollywood. 10 min. to the Hollywood Hills and Hollywood. 20 min. to Downtown LA and Universal Studios. Gym in the Building. When you want Luxury this is It! Modern Luxury Furnishings and the Open Floor plan with all of the modern conveniences. The Kitchen is fully stocked with all utensils and cooking items. There are Beautiful Quartz Stone Counters and a movable Island. it is a brand new beautiful space. To all common areas and the Gym on the first floor of the building. Management as needed Walking distance to all of the shops and Restaurants in Beverly Hills on Olympic and Robertson. And next to all of the Kosher establishments in the Pico Robertson a
## 590 FILMING ONLY. No overnight stays. Built in 1947 and meticulously maintained, this classic Southern California home is filled with charm and character. It offers plenty of parking with its five car driveway as well as ample, unrestricted daytime street parking. Clean, bright and airy three bed, 1.5 bath with a huge front and backyard. There is also a vintage California garage that is available for filming. The Peterson Automotive Museum showcases a classic Southern California garage that bears a striking resemblance to the one found at this house. Both garages even have a basketball hoop. The final photo is of the Peterson garage. If you’re looking for an authentic, Southern California home, you won’t find a better filming location than this. The price, to be clear, is 875 per day of shooting. Feel free to contact me with any questions. I respond quickly.
## 591 ENTIRE multi-level town home located 2 short blocks from the Rose Bowl Parade, Pasadena Playhouse District and midway between Old Town Pasadena and Lake Avenue shopping. This Spanish Architecture inspired townhome is a super clean and newly renovated 1,750 square foot tri-level unit. It has high 10ft ceilings and lots of windows that let in natural light and allow peek-a-boo views of the mountains and city lights. Enter on the first floor either through the attached garage or the front door, then get some exercise by hiking up two floors to the living space that includes a living room (with a desk and all-in-one printer), dining area, fully furnished kitchen, and guest half bathroom. The next floor has 3 bedrooms that include a master suite with a walk in closet and a private bath (with dual sinks, separate shower and oversized soaking tub), two additional bedrooms, a full hall bathroom and a laundry room. There is space for 2 cars in the attached garage (tandom parking - not side by
## 592 Three Bedroom(and sofa bed) 1 Bathroom Private house. Tandem Parking for two cars! Walking distance to PCC, Cal Tech, Rose Parade, Restaurants, Shops, Metro, Bus lines, very accessible area in Pasadena! Dedicated Wifi Router and Premium Direct TV service Kitchen equipped for simple cooking Newly Renovated Bedrooms AC & heater in all rooms Great Central location to Disney, Santa Monica, Hollywood, and lots more Los Angeles has to offer. Queen Bed in all 3 bedroom and Queen Sofa Bed in the living room, Full Bath with Full Kitchen use. 50" TV with Direct TV Service. You will have full access to the house, private covered parking, up to 2 cars if you park tandem. Please contact me with text message or email. I respond pretty quick to any request. Convenient Location surrounded by a school and a big park. North East Pasadena is known as the Bungalow Heaven and most houses are from the 1920s. Majority of the bungalows are well maintained and you will definitely see a lot o historic structur
## 593 Very close to Old Town and the Rose Bowl as well as many hiking spots. Excellent for visiting professors at Caltech, Art Center or JPL employees who are in town doing a site visit or training. Comfortable and Cozy home with an artistic vibe. Guests have access to the entire house and back yard / patio complete with a hammock for lounging. I am more that happy to give suggestions of where to go to eat and what to do during your visit. Pasadena is full of historic charm and lots of arts related events, including free summer concerts at the Levitt Pavilion. There are lots of museums nearby, which makes this a culturally diverse and rich area. Tons of great food nearby. Huntington Garden is a bike ride away, or a short ten minutes by car. We are located 3 blocks from the Gold line, which will take you to Highland Park and then on to downtown. Close to the freeway access, which makes it very convenient if you are driving while staying here. Uber and Lyft are always readily available for yo
## 594 Our gracious 2 story home , with it's old world charm and beautiful grounds, provides an oasis from your daily activities. The Thyme Room has a twin bed and shared bathroom. Living and dining room spaces and welcoming grounds are available to our guests. The Gold Line is 5 blocks away. The Thyme room is an upstairs bedroom overlooking a beautiful view of the front garden. It has a comfortable twin bed, chest of drawers and a large desk. A walk-in closet is available for your storage needs. We provide a terry cloth robe, a hairdryer and mini-iron. The Thyme room is comfortable for 1 guest. The room shares a common 3/4 bathroom and a beautifully appointed living room and dining room with a Batchelder fireplace... a bit of old Pasadena charm. The dining room has a fridge, microwave and Keurig. Rhea provides large jars filled with homemade cookies and breakfast cereals. We invite you to pour yourself a cup of coffee or tea and relax in the comfy living room or enjoy the view on the bis
## 595 Beautiful, comfortable, and spacious condo located in the heart of Pasadena. Within 5 to 10 minutes of walking distance to Old Town Pasadena, the Gamble House, and Rose Bowl. Very close to the 110 Freeway to Downtown Los Angeles and 134 Freeway to Glendale and Burbank. Cable TV and Wireless Internet are included. Access to entire house and garage. Assistance provided 24/7. Metro Gold Line: Memorial Park Station. Metro Local Lines: 264 and 267. This townhouse is close to others within the neighborhood. Please be mindful and respectful of the neighbors.
## 596 Stay in stylish feng shui compliant home in perfect location and enjoy your own bedroom with attached private bathroom. Garage parking, wifi, full use of gourmet kitchen and house. Walk everywhere or use my bikes to visit the beach and watch the sunset. Bus stops nearby and lots of activities. You'll feel at home in your queen size bed with clean Egyptian cotton sheets, fresh towels, hair dryer, soap, iron... just bring your tooth brush (if you forget, I can provide that too!). Beyond the guest bedroom is the office with a daybed and comfy inflatable bed for larger groups. And finally, the master bedroom if needed for groups of 5 or more. I keep a clean and organized house and everyone has their own space. You're renting a room but have access to entire house... laundry facilities, gourmet kitchen, wifi, garage parking, 5 bicycles, cable TV. I travel 12 days a month for work, therefore you sometimes will have the house to yourself (important: message me before booking to check my avail
## 597 An open and airy 1 bedroom loft style condo near a health food store, restaurants/bars, the beach, and outdoor shopping promenade (1.2 mile). Gourmet kitchen, 25 foot ceilings, and roll up industrial door to large deck. *Furniture shown is when condo was staged. An open and bright modern building which is semi-rare in Santa Monica. Quiet space with only 10 units in the building. The unit is the best one in the building with partial views. I have 2 bikes and happy to share them along with 1 parking space and 2 parking permits for street parking. Feel free to use the cookware. I rent the unit out when I travel to Asia or locally, so I'm not in the neighborhood typically. Almost always available by phone/email for questions. It's a quiet neighborhood and within 3 blocks you have a great health food store and a few restaurants. A 10 minute bike ride leads to the heart of Santa Monica with all the restaurants and shops and the beach. The bus is 1 block away and comes every 10 or so
## 598 This studio apartment is Santa Monica Living at it's best! This apartment is located in a historic building complex just three blocks from the Santa Monica Beach, overlooking the Third Street Promenade! The Space This studio apartment is Santa Monica living at it's best! This apartment is located in a historic apartment complex just three blocks from the Santa Monica Beach, overlooking the Third Street Promenade! The Neighborhood Santa Monica is the ideal California beach town! From restaurants, cafes, and nighlife venues to beach town adventures, there's always plenty to do, see, and explore in Santa Monica. The Santa Monica Farmer's Market is a must for visitors, as is the Santa Monica Pier and Aquarium! Getting Around Because this apartment is in a great location, most things are within walking distance. Breeze Bikes are available for rent on almost every block. Rent a bike and go on a beautiful ride along the beach! The Metro train is just a few blocks away if you feel like ven
## 599 Craftsman guesthouse nestled among beautiful trees is 7 blocks to Santa Monica beach. Enjoy the wraparound deck as you BBQ. Has 2 bedrooms with queen beds, living room with queen sleeper wood burning fireplace. Flat screen TV, DVR and free Wi-Fi. Private Craftsman style guesthouse with separate entrance nestled among the beautiful ficus and acacia trees, just 7 blocks to Santa Monica beach and 6 blocks to trendy Main St. sleeps 6. Enjoy the wraparound redwood deck as you dine at the teak dinng table and chairs and barbeque on the propane grill. Craftsman cottage has 2 full size bedrooms each with queen bed, full size kitchen with Bosch dishwasher, gas stove/oven, refrigerator, microwave and appliances, living room with queen size sleeper sofa with brand new Leggett & Platt AirDream Queen 11' thick premium air-over-coil Mattress, loveseat and wood burning fireplace opens onto the wraparound deck nestled in the trees. Frontloading washer and dryer. Claw-foot porcelain tub with shower sur
## 600 This is a beautifully remodeled suite in the heart of Santa Monica. You'll have gorgeous views of the city all the way to the beach! It has everything you need for a relaxing vacation or business trip. Clean, more space than a hotel room and much cheaper! You will be within walking distance to everything in Santa Monica! Close to everything in Santa Monica! Take a short walk down to the beach, and grab lunch on 3rd Street Promenade. Enjoy a day on the Santa Monica Pier or venture on over to Venice beach and people watch on the Venice Boardwalk. Montana Avenue and Main street are just a minute away. ABOUT THE PLACE ------------------------- -2 large bedrooms for your relaxing pleasure and 2 full bathrooms. -Park your car safely and comfortably in your personal free parking space. -Enjoy a California King bed in the master, a spacious queen bed in the second room. -1 minute walk to 3rd street promenade (great shopping and food) -3 minute walk to the beautiful Santa Monica beach -3 mi
## 601 Live in luxury 2 blocks away from the beach. This apartment is right between Santa Monica and Venice near Main St. There are two bedrooms with queen beds and a comfortable living room and dining area. The unit also has a washer/dryer included and there is tandem parking in the garage below.
## 602 Charming Luxury 1 Bedroom Apartment. A 5 minute walk to the SM Promenade & 10minute walk to the beach. Walking distance to Grocery Stores, Shopping, Entertainment, the famous Bay Cities, The Bungalow, The Penthouse, & Tar & Roses. The apartment is cozy with unique decor. Great for couples, adventurers, business travelers, & families (w/ 1 child). Queen size bed for 2 people + living room couch. Additional people welcome to stay, but this must be requested/approved. Quiet building. Literally footsteps from the Pacific Ocean in the Center of Santa Monica. Trophy location with countless attractions nearby.
## 603 The 1970 Silver Streak Deluxe Atlas 26' is a fully restored Vintage Travel Trailer with all the upgrades and comforts of home. Placed in the most peaceful area of my property, enjoy nature, peace and privacy. The trailer comes with a stove-top with 4 burners (oven doesn't work), refrigerator/freezer/sink and water filter. The bedroom has a privacy curtain. My property is close to public transport and parks. You’ll love my place because of the views and the coziness. I have lived in Los Angeles for over 15 years. As an experienced traveler I am available to answer questions, and give suggestions. Sunland is a charming bohemian equestrian community nestled near the foothills. We are near Burbank airport (5 miles) and at the gateway to the Los Angeles Forest (2 miles). There are great cafes, golf and entertainment near our place. The trailer would be uncomfortable for very tall ( over 6') or large people as it is a travel trailer.
## 604 Minutes to major freeways of Los Angeles but a world away in Shadow Hills. A hidden secret for movie stars and Hollywood. Enjoy the comforts of modern design living with the rustic charm of the country. Peacocks roam the streets and coo at night. In your private room, there is a COCKTAIL TABLE, DESK And LOVESEAT. Most pets are welcome, if they get along with our Clara and Sky. And they're pretty sociable and awesome! Stunning views from the bedroom. A modern design concept completes the shared open living area - with a bar, fireplace, and big screen tv. Your patio doors allow you independent entry. Your bedroom patio doors allow you access to the best views in the house and its own entry! Take advantage of the entire property! Many friends have slumbered under the stars on the daybed, had their dinners outside with the breathtaking sunset view, and cozied up in front of the fire with drinks. It's a beautiful house for your enjoyment. I will be either in the studio (writing and designin
## 605 Lovely equestrian home with 2 bedroom, 2 bath, large den-media room, open kitchen, formal dining room, laundry area with washer and dryer, private sitting patio, outdoor B'que area w grill, surrounded by trees, flowers and grassy yard. Country living in the city of Los Angeles only minutes from Downtown LA, Pasadena, Burbank, Universal City and Hollywood. A quiet and peaceful retreat for relaxing before or after sightseeing or working. Sister property www.airbnb.com/rooms/(PHONE NUMBER HIDDEN) House manager will meet and greet the guest at check in and check out. For your convenience lock boxes are available too. House manager is available at all times. Transportation, tours, special request available as needed. Shadow Hills is a gem located along the LA Foothills with scenic views, quiet ambiance and private residents. Locals enjoy the equestrian lifestyle and large residential lots. Close to all......entertainment, restaurants and city life! Public transit is within minutes, nearby
## 606 My place is close to Blu Jam Cafe, In-N-Out Burger, Mel's Drive-In, Tipsy Cow, Marmalade Cafe close to all hip bars and cafes on Ventura boulevard hikes and shopping in the big westfield Mall! . You’ll love my place because of the ambiance, the comfy bed, and the neighborhood. My place is good for couples, solo adventurers, business travelers, families (with kids), big groups, and furry friends (pets). A humble home a secluded bedroom with its own hallway closed off away from apartment and semi private bathroom Parking in garage. Pool and jacuzzi kitchen and washer and dryer! Often whenever they wish im just a text message away. I love Sherman oaks because of the safety and ton of stuff to do! Shopping eating out and hikes minutes away.. Buses are all around block away! Ventura boulevard shopping restaurants and coffee shops footsteps away.. Shopping mall trader joes and Ralph. A beautiful park to exercise in minutes away. Shoes off and smile!
## 607 Stay in this beautiful and idyllic house in a great area of Sherman Oaks. The house has been remodeled a few months ago. Beautiful new kitchen and appliances. Close to Ventura Blvd. Great access to 101 and 405 freeway. 20 minutes to Beverly Hills. Welcome to stylish Southern California living. Enjoy the warm sun in an idyllic, private ranch home located in the North section of Los Angeles City, Sherman Oaks. This 2 bedroom 1 bath home has a gourmet kitchen complete with a all stainless steel appliances. The main bedroom is large and full of light. The second bedroom is romantic with window view to trees and side brick-patio. The outdoor covered Lounge sitting area in the back yard is peaceful, with beautiful colorful plants around. Features a new Gas-Grill for preparing delicious meals, a bistro table, and a beautiful wicker rattan lounge sofa for relaxing. Delightful private home with a very open Living room - Dining room. Lots of light everywhere. Bright and cheerful feel. Beautifu
## 608 My place is close to public transport. My place is good for couples, business travelers, families (with kids), big groups, and furry friends (pets).
## 609 Great place to stay if you are visiting friends, on business or just need to get away. Sunny & Bright Private room with your own bathroom. Situated just off the vibrant Ventura Blvd with a range of Bars, Cafe's and Restaraunts. The house of on a quiet residential tree lined street. The room consists of the following; - Queen Size Bed - Feather Pillow and Duvet - Linens & Towels Provided - Large Walk in Wardrobe - Own private bathroom (not attached to room) Guest access via house Always available either on the property or via phone & email. Right off Ventura Blvd with plentiful shops, bars and restaurants. 10min walk to Sherman Oaks Galleria, where you can enjoy the beautiful Arclight Cinema, Restaurants, Shops, Gyms, Salon's etc. Take a stroll down Ventura Blvd and you'll find an array of quirky boutique stores and al fresco cafe's. There are bus stops and shuttles from the airport however you would need to check with metro link etc. We are a relaxed, quiet house with a a nice calm
## 610 Perfect area to stay in Los Angeles. Miracle Mile area. Walk to LACMA, TAR PITS and The Grove. The building has a pool, jacuzzi, gym, security, pool table, TV lounge, business center, and more... You will be staying on a sofa(futon) in the living room area. Amenities, everything is walking distance. Ralph's (grocery store), pharmacies, banks, coffee shops, theaters, bars, LACMA, The Grove, Tar Pitts, Farmers Market Parking, pool, lava lounge, pool table, gym, courtyards, etc At night only
## 611 Large one bedroom Spanish style apartment. Quiet neighborhood 3 min walk to Trader Joes, The Grove, Farmers Market & Whole Foods. Huge outdoor patio. Has dark wood throughout & a queen sized bed. Living room has a couch that pulls out into a bed. Large clean, bright and quiet one bedroom. Very convenient and central location. Washer and Dryer shared with 8 unit apartment complex. Will not be around for interaction. You will have complete privacy. Very quiet lovely part of West Hollywood. If you walk out you can see Trader Joes as it's a 30 second walk from the apartment. Whole foods, The Grove & The Farmers Market are a 3 minute walk. There are lots of restaurants and shops on 3rd street. Public transportation is located at 3rd and fairfax - a 30 sec walk.
## 612 A modern and spacious 2 BR duplex townhouse with a porch and a backyard located in the heart of Los Angeles nearby the Grove! The house has a porch in the entrance where you can sit and relax while enjoying your coffee or cocktail. In the living room there is; LG 60" LED Smart TV, SONY Home Theatre System, Netflix access, a modern TV unit, a comfy beige leather couch, 2 coffee tables, and a recliner for relaxing. In the kitchen; you'll have an access to; the fridge, microwave, oven, dishwasher, kettle, coffee machine. At the back patio (the most attractive place of the house), you can enjoy BBQ, eat, drink and work on your laptop. The master bedroom located in the upstairs has brand new furnitures including; a King size Serta pillow top spring mattress, a modern gray leather bed frame, a dresser with 6 drawers, a nightstand with 2 drawers, a mirror on the dresser, a floor mirror, and lots of storage for your personal belongings. The second bedroom located in the upstairs
## 613 One room with king size bed, W-I closet & private bath. Access to kitchen, office, living/dining, W/D. Covered front courtyard, WiFi, street parking. You’ll love my place because it's a centrally located quiet neighborhood close to Beverly Hills & Hollywood. Must be okay with large dog. This space is good for couples and solo adventures looking for a place within 10 miles or less to Hollywood, Beverly Hills, Koreatown and Beaches! Semi private access to your room. Access to kitchen, office, dining, living and outdoor living spaces. You can text me anytime, I am quick to respond. I will be in and out of the house. Quiet established neighborhood with great neighborhood watch program. Sidewalks, palm trees, view of the Hollywood sign. Will need your own mode of transportation
## 614 Free Parking Included! Very spacious and beautiful apartment with a walking distance to shopping malls, restaurants and bars. One block away from The Grove & Farmers Market. Very safe, located in a gated community with 24 hours security guard. One of the best locations in Los Angeles •Located in the heart of Los Angeles with walking distance to 3rd street and Fairfax in Miracle mile and Mid-Wilshire. •Walking distance to Ralph's, Trader Joe, Coffee Bean, Ross, Kmart, Whole Food, CVS Pharmacy, Rite Aid. •Nearby attractions: LACMA, The Grove, Hollywood Walk of Fame, Hollywood Tours, Hollywood Sign, Griffith Observatory, Universal Studio, Warner Brother Studio, Americana (Glendale), Beverly Hills, Downtown, Santa Monica & Venice beach. AMENITIES: •Free WIFI. •Full size bed (Sheet, Blankets and pillows provided) •Your own private bathroom (Towels provided) •••Half of the walk in closet (other half I use for my cloth/stuff) •46 inch TV •Central A/C and heater •Coffee maker & Microw
## 615 Beautiful, large, and luxury 2 bedroom 2 bathroom apartment in the heart of LA. Walking distance to many attraction including The Grove, LACMA, Petersen Museum, tons of restaurants. minutes away by car from Beverly Hills and Hollywood it's close also to Saban Theatre,starbucks, subway, robeck's..). You’ll love my place because of the comfy bed, the coziness, the views, the kitchen, location , the high ceilings. My place is good for couples, solo adventurers, business travelers, and families. Very close to a bunch of city attractions; the Grove, LACMA, bars and restaurants within a residential quiet area. -Rooftop pool and jacuzzi. -Small gym -Large laundry space -2 parking spots underneath the building. Contact Ali (preferably by text) for any questions, he will respond within a few minutes! Access to any place in Los Angeles within 5 to 15 min, and 25 minutes at most to Santa Monica. -Close to the new metro line on Wilshire (takes you to DTLA and Santa Monica) -Minimum Uber/Lyft fee
## 616 Beverly Hills Adjacent Studio Unit, four twin-size beds (2 single Beds + 2 Fold-Out Futtons) Recommended for 2 adults + 2 children. No kitchen. Basic silverware & utensils. Linens provided. Wash/change weekly for long-term stays. Great quiet neighborhood location. Parking on the street. PLEASE, READ THROUGH COMPLETE DESCRIPTION AND RULES. THANK YOU!! =) Gorgeous, private backyard Spanish bungalow in a historically preserved neighborhood adjacent to Beverly Hills. Very sunny & bright, detached and independent from main house, accessible through side gate/pathway with lock. Two built-in twin-size single beds + two twin-size futons/sofa-beds. Space accommodates up to 4 people, however there is no privacy -- 2 adults + 2 children recommended (space IS tight when futons are unfolded) Walk-in closet with plenty of shelves and hanging space, private bathroom with comfortable shower, very spacious. Please, note there is no full kitchen. Equipped with small fridge, microwave, small toaster gr
## 617 New listing! The apartment is close to LACMA, The Grove, Miracle Mile. You’ll love it because of the location, the neighborhood, the outdoors space, and the ambiance. My place is good for couples, solo adventurers, and business travelers. The location of the space is incredible! Located in one of Park La Brea Landmark Towers. Guest room comfortably fits two and includes an air mattress for an additional bed if needed. Guests are welcome to use living room sofa and the living room space to set up air mattresses. The living room has an awesome view, a large sectional sofa with power recliners, a 55" 3D Smart TV, and a PlayStation 4. Guests have access to garage parking (1 space), one bedroom, one bathroom, kitchen, living room and extra twin size air mattress if needed. The living room has an awesome view, a large sectional sofa with 2 electric recliners, a 55" 3D Smart TV, and a PlayStation 4. The hosts' room is not for guest access and is to remain locked, host will not be there durin
## 618 My place is good for couples, solo adventurers, business travelers, families (with kids), and big groups.
## 619 Sunny, cozy room with a view, in a lovely 1920's townhouse apt. with high ceilings, French windows, and hardwood floors. GREAT LOCATION! Walk to Farmers Market, LACMA, art galleries, El Rey Theatre, dining, cocktails, and shopping! Welcome to my beautiful sanctuary- warmth and style-a peaceful retreat nestled in the heart of one of the best areas in Los Angeles. If you appreciate historic architecture, you will enjoy the many historic landmark buildings and apartments that make up this gorgeous neighborhood, so aptly called "Miracle Mile". There is SO much to do and see, within short walking or bicycling distance, and I am more than happy to make suggestions, and give you helpful hints for living like a local, and avoiding LA pitfalls (like traffic!). The Grove is just minutes away, and LACMA and the LaBrea Tar Pits are a couple of blocks. A 10-15 minute drive or Uber ride in any direction will get you to another desirable location. You are 20 minutes away from UCLA and Santa
## 620 Near the Grove
## 621 Really huge bright apartment with wood floor and loft style interior. Pool, hot tub, gym. Super central location. Explore restaurants, museums, do shopping with little to no driving. 3 beds+air mattress, dishwasher+full kitchen.You will live in a peaceful safe place with grassy parks and fountains. It's close to everything in LA: The Grove, restaurants, shops, 2 malls, Los Angeles Art Museum, 20 min to Santa Monica beach, 15 min to Hollywood Walk of Fame, Downtown. 24x7 courtesy patrol. ---BOOK INSTANTLY: CHOOSE YOUR DATES ON THE RIGHT SIDE AND AND GET YOUR PRICE QUOTE :). THE CALENDAR IS UP-TO-DATE.--- Fully furnished 1 bedroom apartment 900 sq. ft. in quiet building at a beautiful gated community. 4 bed for up to 6 guests. Dish washer, gas stove, refrigerator, air conditioner, heater, Wi-Fi internet, walk-in closet. There are 4 beds: king size bed with latex mattress, full bed, a couch and an inflated mattress. This location is unbeatable. nestled right between west Hollywood an
## 622 This elegantly furnished, sunny studio apartment has a full kitchen, hardwood floors, and comfy full-sized bed. 10 minutes from Beverly Hills, West Hollywood, and Hollywood. Walking distance to La Brea Tar Pits & LA County Museum of Art. This sunny studio apartment is the spot for a lovely stay in the City of Angels. The full-sized bed sleeps 1-2 people, and will let you rest up before a day of sightseeing. Elegant dark hardwood floors line the apartment except for the kitchen, which has beautiful stone tiling to go with the stone countertops. This apartment’s location in the heart of Los Angeles makes it easy to visit many of the city’s top areas and attractions. Hollywood, West Hollywood (including the Sunset Strip), and Beverly Hills are all about 10 minutes away by car or Uber. The famous La Brea Tar Pits are just blocks away, so take a quick stroll to admire this fossil excavation site and the recreated prehistoric gardens, then check out the neighboring LA County Museum of Art!
## 623 1930s Hollywood glamour is on display in this 3BR, 2BA condo (sleeps 6) boasting gorgeous hardwood floors, stylish furnishings, and a 1200 sq ft saltwater pool shared with the adjoining condo. It’s a 5-minute walk to popular restaurants and 10 to the Grove. 1930s Hollywood glamour is on display in this 3BR, 2BA condo (sleeps 6) boasting gorgeous hardwood floors, stylish furnishings, and a 1200 sq ft saltwater pool shared with the adjoining condo. It’s a 5-minute walk to popular restaurants and 10 to the Grove. INSIDE THE RENTAL Shallow steps lead to the condo, where a statement black chandelier sets the tone for understated Hollywood glamour. Hardwood floors and stylish furnishings catch the eye throughout. The family room invites with comfortable couches seating 7, 2 stools at the bar, and a 32” TV. The bar connects to the kitchen, where there’s another 2 bar stools and an eat-in dining table for 4. In the kitchen, stainless steel appliances shine, including a side-by-side fridge/fre
## 624 Private room with an attached private bathroom in a sunny spacious 3 bedroom apt right in the heart of LA. Walking distance to the Grove, LACMA, and lots of great restaurants and bars.
## 625 My apartment is comfy, yet clean & simple, almost like a hotel room. I wanted to be sure guests would feel comfortable. It has hard wood floors throughout. I have allergies so I'm very conscious of keeping a dust free zone. The location is amazing. Steps from Ralph's, Rite Aid, Smart & Final, & Starbucks (it's in Ralph's). Everything is at my fingertips. I can also walk to LACMA, la Brea tar pits, and the Peterson Automotive museum. I am only a few minutes drive to the Grove. I am right off Wilshire Blvd with a bus stop at the corner. My apartment is comfy, yet clean & simple, almost like a hotel room. I wanted to be sure guests would feel comfortable. It has hard wood floors throughout. I have allergies so I'm very conscious of keeping a dust free zone. The location is amazing. Steps from all conveniences and easy access to all parts of town. Entire apartment, laundry room located in building. I am always available by phone, text or message. I love my neighborhood. I am steps from R
## 626 This spacious 1-bedroom apartment (with full dining room) is an easy walk to LACMA art museum, LaBrea Tar Pits, Peterson Automotive Museum and many restaurants and shops in cute design district. Parking for one car is included. This 1920s apartment is incredibly convenient and long on charm. Big French windows, hardwood floors, cozy furnishings. Queen bed sleeps 2, plus the sofa in the living room is very comfortable. Big bathtub and separate shower. Wireless internet and cable included. I will not be in town at the time, but am very reachable by text. The neighborhood is extremely walkable, especially for Los Angeles. Grocery store and two drug stores are within three blocks. Many restaurants, cafes, and little shops are along Wilshire and La Brea. This apartment is in Museum Row on the Miracle Mile, and you can walk to LACMA, The La Brea Tar Pits, The Architecture and Design Museum, the Craft & Folk Art Museum, and the Peterson Automotive Museum, among others. ((website hidden)_Ange
## 627 Museum ow, The Grove,Beverly Center, Melrose, Hollywood, West Hollywood, Beverly Hills,Downtown L.A.,Pinks Hot Dogs, Griffith Park Observatory, Hollywood Bowl, Getty Center, also offered are a variety of workout facilities such as gyms, and yoga studios . You’ll love my place because of Of its location ! but most importantly the ambiance of the place. This is a beautiful Spanish apartment with a Hollywood feel. Good for couples, solo adventurers, and business travelers. 1920s Spanish - style apartment. 1 bed, 1 bath, and lots of closet space ! You have access to the entire apartment except one closet space Im available anytime if needed I love my neighborhood there is never a dull moment ! Miracle Mile is a great neighborhood to visit or live in if your looking for a combination of convenience, culture, and fun. Miracle Mile is convenient for commuters to Beverly Hills, Korea town, Hollywood, Hancock Park , and the rest of the ares in Mid-City. public transportation such as the bus is
## 628 Private bedroom + Private bathroom A perfect and central location with spectacular views of Hollywood Hills. Best part is you get to enjoy the comforts of a serene apartment, in the heart of Los Angeles' bustle. If you enjoy views and a great walking neighborhood, you will love this listing. Our response rate is 2 hour. We know when traveling, you need a quick response! Please take time to read the listing and house rules before sending us a request. Available dates are on the calendar. We are in a quiet, gated community, across from The Grove and Farmers Market. The apartment is high floor, with spectacular panoramic views of Century City, Beverly and the Hollywood Hills. When windows are open you have the best breezes that keeps the place cool and fresh. Your room: Clean, modern, private room comes with a super comfy memory foam queen bed, pillows, duvet and fresh linens, plenty of closet space with shoe rack, hangers, iron, 32-inch flat screen tv with Apple TV, Wifi, and a netwo
## 629 Gorgeous house on a storybook tree-lined street in Miracle Mile! An excellent home w/original character, central A/C & free private parking! THIS HOME ABOUNDS WITH LIGHT, features a new kitchen, character details throughout, RESTORATION HARDWARE finishes, beautiful hardwood floors & new french doors. When you are here, you feel like you are at peace, far from the distractions of the city. The rear yard is completely private with lush landscape, mature ficus hedges & a fruitful avocado tree. Large private bedroom with a queen sized bed and ample work space for a business traveler. Central A/C and heat. Wireless internet. Entertainment includes Netflix, Amazon Prime, Kodi and Sling TV. All common areas of the house, including the private yard, are accessible to guests. I am always happy to offer neighborhood recommendations and treat my guests to a complimentary drink! Quiet street that is tree lined with other classic "Story Book" houses from the mid 1920's. Very close to the Grove shop
## 630 2 folks max! Next to the grove. Huge 1 bedroom I bath with view near 3rd and fairfax, LACMA museum, mid city, West Hollywood 5 min away, beverly hills 5 min away. Best location in L.A. To fully equipped apartment. Kitchen with appliances, refrigerator and stove. Bathroom with tub. One bed. Stay out of closet please. Only as neeeed. During Check in and out. Best walking area. Hot, trendy area. Best place in L.A. Shopping around the corner, museum row a block away, the grove 2 blocks away. Uber, lyft, bus and taxi No parking on the premise. Street parking available outside the building. Sorry not my rules.
## 631 A spacious place with private bathroom, queen size bed and closet. You can easily find the access to the major freeway 210 in 5min drive and take the US 66 Route shown in the classic movies to the Santa Anita Beach. There is a new metro statin.
## 632 Welcome home friends! this newly renovated condo is the perfect space for those who appreciate beauty. Comfort isn't in question here. Relax and put your feet up! Nearby Grocery, Dining, Freeway Access, Santa Anita Racetrack, Arboretum, and nearby shopping mall! Private room to relax! Friendly host welcomes you! Laundry, balcony/patio and kitchen for light meal prepartion or microwave available. Available for local recommendations! Walking distance to local hot spots, grocery, shopping, dining, freeway, gas station. Freeway access 5 min away. One loveable dog. Must be pet friendly!!
## 633 Renting out the private loft space in our townhouse. It has full service laundry, full kitchen, pool and spa, awesome scenery, and awesome hosts! In a safe area. Short ride to Dodger Stadium, downtown LA, Pasadena, and Hollywood. Plenty of parking available. This space is very open and roomy, it's great for relaxing! We even have a community pool and spa. Lots of natural light. Great area for casual walks or hikes (there is a cool hiking spot very close by). It's also a very safe neighborhood! Guests will have access to the private loft space (bedroom), living room, dining room, kitchen, and balcony. My girlfriend and I will be around in and out most likely doing our thing, but we will be happy to do anything to make our guests feel comfortable and welcome! We can talk as much or as little as you want! Just tell us, we are completely understanding. Down the hill there is a grocery store and not much further is a section of Figueroa St. that has lots of shops and stores. There is also a
## 634 (Shared home with female student who rents separate downstairs bedroom.) Close to lots of great food, bars, movie theaters and shopping in "happening" Highland Park, Eagle Rock, Silverlake and Pasadena. Our home is comfortable and quiet, and with the AC and swimming pool it's a great place to escape the August heat. The front porch has incredible views and is a lovely place to relax any time of day or watch the sun set. Great for couples, business travelers, and families with kids. Built in 1905 this charming craftsman home is filled with light, comfortable and unique. Guests are welcome to use the entire home apart from the very separate downstairs 4th bedroom which is being used by the student who will be staying in the home. She also has claim to the bathroom in the kitchen which is hers. There is an additional full bathroom between two of the upstairs bedrooms which is entirely for you. The washer and dryer are downstairs in the student's room so you would just need to coordinate
## 635 My place is close to CSUN, 405, 118 frwy and shopping. You’ll love my place because of the coziness, the comfy bed, and genuine warmth as soon as you walk in!. My place is good for couples, solo adventurers, business travelers, and furry friends (pets).
## 636 My place is close to fwys, mails, restaurants, markets, parks, scun collage,hospitals, nightlife, the airport, public transport, the city center.. You’ll love my place because of the high ceilings, the location, the ambiance, and the views. My place is good for couples, solo adventurers, business travelers, and families (with kids).
## 637 We've created our own beautiful retreat complete with water features and a dazzling pool. We're 6 mins from Bob Hope airport. We're close to Warner brothers, Universal Studios, Noho Arts district, a plethora of restaurants, bars and shops but you may not want to leave the backyard! Bountiful nooks and private areas. Comfort and beauty is our primary effort with our home. Please tell us a bit about yourself and your stay here! *Please ask about event/party and filming rates* You will find artifacts from our travels including Nepal, India, Indonesia and Morocco. We have plenty of original art up as well (please ask if you are interested in purchasing!) Some of the art in our house depicts nudity and some depicts spiritual figures of different world religions. We embrace everyone and find beauty in all cultures globally which is reflected in our selection of reading material and decor. We have lots of comfy seating grounding natural materials around and plants. My other half is a builder
## 638 Our charming pool house comfortably accommodates up to 6 people with a kitchenette and bathroom included alongside your leisurely access to the outdoor pool&patio area! You'll have your own separate entrance from the main house so privacy is ensured! There are 3 sets of twin-bunk beds to individually house up to 6 people. We have orthopedic mattresses for your comfort and all linen and pillows are provided! You'll have access to a side gate that will allow you to move in and out of The House at your leisure, and we will provide keys for you so that you may securely lock up the property when departing. We have 2 separate houses on the property, with separate entrances. Upon your arrival, I will be providing a tour and going over the house rules with you and informing you of the surrounding area/being a resource to you for what you may desire to do while you're here with us in LA! I will also be available via cell should you need anything further throughout your stay. This property is lo
## 639 Private room in a cottage back house. Enjoy the perks of being close to LA without the hustle and bustle. Patio area for hanging out and enjoying the weather. I live here with my dog Leo, who's very friendly. Shared bathroom with all the amenities. Kitchen and living room for shared use. As a host: I keep to myself mostly so no need to worry about me. Feel free to use anything in the kitchen. Room fits up to 2 people, full size bed. Metro is easily accessible and there's plenty of street parking. My home is your home! It's a 1940s charming back house. I live here with my dog Leo. The room is private with a shared bathroom, decorated and furnished. Free wifi, anything in the kitchen, amenities in bathroom, closet, living room. I interact with guests as little or as much as you want. I do live here too, but I keep to myself and want you to feel at home. Safe, plenty of street parking, walking distance to NoHo arts district and metro station. Plenty of bars and restaurants nearby. Short
## 640 This sweet detached guest house in NoHo Arts District/Toluca Woods is clean and comfortable and has all the amenities needed for a short term or long term stay. Walk to metro, restaurants, coffee shops, dance studios, movie theater Yard for a dog Full kitchen Washer Air conditioner Full Bath Is private as you would like it to be with an outdoor bistro set for coffee or tea in morning and a drink at night under the stars. But you are more than welcome to use our BBQ and Fire-pit. Dogs are Welcome! (sorry no cats) and are considered an extra guest so make sure you add them. We have 2 of our own: Golden and a Lab They are away most of the day until we come home from work. Shared Backyard BBQ Fire pit Outdoor table and chairs Bicycle There is plenty of street parking but let us know if you need to park in our tandem driveway on street cleaning days We're at work most of the time but if you need anything or any recommendations, I am a phone call or text away. Enjoy your privacy ! Right i
## 641 Our darling, sunny, detached, private studio guest house, the NoHouse, is ready for your visit to Los Angeles! The NoHouse is good for couples, solo adventurers, business travelers, families, and doggy friends. Our 400 sq ft, studio guest house, with double French doors, features a full size canopy bed for two and 2 futon couches, which each holds an additional guest. We have plenty of extra pillows and blankets stored in the closet. The full bathroom has towels and wash cloths, and contains a shower with a tub, which is nice for soaking. There is shampoo, body wash and conditioner in there! You also have your own private, outdoor patio with seating. The patio has a small charcoal grill, with charcoal provided. (Just let us know if you need the charcoal and we'll get it out for you!) Your patio area overlooks the back of some businesses in the alley, and is a bit city like, so we've turned the furniture towards the house for a nicer view. :) There is a TV with Netflix and wifi, a des
## 642 This adorable and rustic studio with wooden vaulted ceilings and country kitchen makes you forget you are staying in a huge, bustling city. Just minutes from the highlights of LA. It is a perfect home base as you explore Hollywood and beyond. The cozy country studio gives you the feeling of country living. There are free range chickens in the backyard that lay fresh eggs everyday. Garden beds. Outdoor seating perfect for watching the chickens run around and listening to the birds. There are hardwood floors, Country kitchen with gas stove and full size refrigerator. Bedroom/livingroom has a super comfortable pillow top queen size bed. Love seat sofa and flat screen TV with basic cable and netflix. Two full size dressers for storage and a clothes rack. Bathroom has a pedestal sink and stand up shower with mosaic marble. And a toilet! Guests have full use of the private studio, kitchen and bathroom as well as backyard area. Shared outdoor washer and dryer. Freshly laid chicken eggs. Parki
## 643 A blend of old-world antique appointments meet stylish, modern luxury. This quiet room is perfect for creative individuals. You can enjoy solitude or mingle with other creatives in the house. Luxurious queen-sized, premium mattress, with Damask stripe indulgent bedding. Plenty of lighted, organized closet space. Non-Smoking listing. Unwind. Reminiscent of the 1930s and 1940s, the heirloom antique radio, armoire and dressing table create a peaceful charm. Meanwhile, you are cradled by a retro-modern, cool and comfortable, premium quality mattress and bedding. Muted, peaceful earth tones, hardwood floors and soft, thick-pile area rug, relax your mind and body, paving the path to tranquility. Share all common areas incl. kitchen, bath, living and dining rooms. Gourmet kitchen, bathroom, dining and living rooms, grand piano, washer and drier, front and back yards. Close walk to NoHo metro red and orange lines. Great for interns at Universal, WB or Disney studios. Also within walkin
## 644 Private bedroom & bathroom in 2 bedroom/2 bathroom house. I hope you are a dog lover. =) I have a 4,5 years old Siberian husky, named Cairo. He's very active, friendly and love to interact with guests ;) My house located in nice quite street and walking distance to NoHo Arts District, Metro Red Line, bars, restaurants and dancing studios. Very close to 101 and 170 freeways NoHo art district. Close to Burbank, Studio City, Universal Studios, Sherman Oaks, 20 min drive to Hollywood. Great for dancers since it is close to a lot of studios. Guests access a common area living room, kitchen and dining area. I respect my guests privacy but if you have any questions, I'm always here to help. I am very cognizant of being quiet so as not to disturb guests. Beautiful house in the heart of NoHo. Quiet neighborhood with a lot of free street parking. Close to public transportation. 5 minute walk to NoHo Art District with a lot of nice restaurants and bars. I highly recommend EAT, Republic of Pie, E
## 645 Our home is comfortable, cozy and has a wonderful outdoor living space, pool, jacuzzi and yard for any family. Owner on premises in back house for any emergencies or needs.
## 646 Lovely home with gym and pool
## 647 An eclectic bohemian quite place ideal for visitors and induviduals here for work. Located near restaurants, pubs, shopping, Disney, Warner Brother's, Universal Studios and 5 mins to Burbank airport with nearby Redline train station. Ideal for one person. Guests have access to all bathroom, kitchen shared space areas. Basically in the evenings and when needed. Family friendly Convenient to bus and metro train lines
## 648 Great old Spanish home in the heart of the NoHo Arts District! Walking distance to all the cafes, coffee shops, dance and acting studios. 5 blocks to metro and 2 blocks o metro bus line. Safe neighborhood... 2 miles to Universal, Warner Brothers, Disney and more. 2 metro stops to the heart of Hollywood. Very comfortable bunkbed can be used for 2 guests or the top for storage also. Sometimes people like to put their things on the top of the bunk? Hi well wifi, Apple TV, laundry with soap, kitchen with spices and such, also showers with soap shampoo if like also towels. Bikes, skateboards and Razor scooters. I can guide you to anyplace you need. Can even get you free into some tv shows if like! NoHo Arts District is a great location lots of creative people. Theaters, all the hip bars and cafes and so close to transpiration. 24 hour super market also. 5 blocks subway metro.. 2 blocks metro bus lines! This room can be changed to 3 beds for 3 people if wanted. Or one bed if like..you
## 649 Your own Large one bedroom apt in North Hollywood in nice safe neighborhood 7 mins away from burbank airport perfect for all family events or friends that want to experience LA together. Next to all nightlife mins away from DTLA, universal studios, The Getty and all famous attractions. located next to all major freeways. Completely furnished & private parking. It's a home away from home in a nice family building that's perfect for a family get away or friends enjoying LA together Completely Furnished with private parking spot, Bluetooth radio, TV, bed, pullout couch, Wifi and all utilities included no party's or loud noises We will only see eachother for check in and check out Really nice safe neighborhood with private parking in family friendly building 7 mins from burbank airport and 20 mins away from LAX Next to major freeways ((PHONE NUMBER HIDDEN)) and public transportation like the orange line and Dash Also comes with toiletries and plates and clean sheets but No parties or loud
## 650 Ideal place to stay while visiting Harry Potter at Universal Studios. Affordable room that can accommodate family of 4 to 6. Own bathroom in a beautiful home with mini orchard, waterfall in green lush garden. House across a green park in Burbank.
## 651 This is a 15' x 15' sq.ft. room with private bath and balcony. There are two single beds in the room. The rates you see are set to be per person, but will be discounted when reserved as a private double room. Key lock entry Arriving is more than dropping the luggage at the door. It’s about transitioning from the stress of leaving, to the ease of coming. Not just being welcomed, but feeling welcomed. And sometimes, it is just being able to walk in, take a deep breath, and feel completely at ease. The Chateau de Soleil is a different new age kind of communal living house. This beautiful building has been newly renovated to suit any traveler’s needs. Whether you are staying for a week or a month, the ‘Chateau’ has you covered. Located in tranquil North Hollywood, the ‘Chateau’ is perfect for the traveler who wants to be close to all the attractions that Los Angeles has to offer, with out wondering whether it is safe to step outside at night. Lets face it, going to Hollywood Blvd. is aweso
## 652 Cozy room furnish with a desk just for you. 5 min away from the 60fwy very convenient location nearby lots of restaurants (Chinese Japanese Korean food etc) near lots of shopping market and bank.
## 653 Welcome to Atlantic Times Square! My 1100 sq-ft 1-bedroom condo is nestled in the heart of the San Gabriel Valley. With a Walk Score of 83, you're steps away from delicious Asian cuisines! Located right off the 10 Freeway, it is super convenient! **NOTE** There is NO long-term renting available. Also this is my home, meaning that I will have CLOTHES and PERSONAL BELONGINGS in the unit (although stored out of sight). If you are not comfortable with this, please do not book. **NOTE** Large, open floorplan (1100 sq-ft) with 10-foot high ceilings LIVING - Large 55" LED SmartTV with Netflix, Spotify, and YouTube built-in - No cable television - High-speed internet - Bluetooth speaker to connect your phone and play music BEDROOM - Extremely comfortable King bed - Extra blankets provided BATHROOMS - 1.5 baths - Tub in master bathroom - Towels, hairdryer, curling iron are provided - Shower has shampoo/conditioner, body wash KITCHEN - Open, modern kitchen with stove, oven, microwave, dishwash
## 654 Our lower level is a high ceiling super comfy living space with 2 bedrooms, open floor plan that includes a large living area, dining area, and kitchen. Newly remodeled flooring and kitchen for easy living. Covered outdoor area with outdoor lounge. Easily fit 8 people with 3 Queen Size Beds. (2 on each) Extra Single pull-out bed in double room and a large sofa in the living room . (1 person each ) Large living space with Large dining table for 6. Brand new Samsung Refrigerator and Stove. Outdoor Patio with round charcoal BBQ grill. WIFI, TV with Roku, Oven, Microwave, Keurig Coffee Maker, Hair Dryer, Clothing Iron My wife and I are available upstairs. Feel free to contact us if you need anything. The hills of Monterey Park is a quiet neighborhood with families all around. Just down hill in downtown Monterey Park is every assortment of the best Chinese food in Los Angeles. Organic Chinese food, hot pot, shabu shabu, spicy Hunan food, HK style cafe, boba shops, and Chinese bakery. You c
## 655 Located in the beautiful & quiet Mt. Washington neighborhood, this spacious retreat is centrally located and convenient – close to freeways, a 7-minute walk to the Metro Gold Line station & buses to Downtown just next door! This is a 900 sq. feet, fully equipped apartment, perfect for a single person or a couple. Bedroom and kitchen/dining room has a beautiful view of Downtown LA. The apartment is all yours! It includes bedroom and bathroom, as well as kitchen, dining & living room. The second room is for storage only and will remain locked during your stay. Self check-in is available. You may also be checked in by a friend of mine. This is an up-and-coming neighborhood just north of Downtown LA, on the slope of the Mount Washington (MW) area, where you can find great places for walks and hiking. LA River is about 5 minutes away by bicycle and it has a very nice bike path along. This is Los Angeles, so we share some common problems such as homelessness and busy traffic. It is very safe
## 656 Inspiring views combined with unique amenities including a home theater, outdoor hot tub, and even a putting green, make this the perfect hilltop getaway. Downtown, Chinatown, Little Tokyo, and the Arts District are just 2 or 3 stops away on the Gold line (10 minute walk). Pasadena just 12 minutes away. Quick access to the 2, 5 and 110 freeways for commuters. Street parking, coffee, and wifi included. Kitten on the premises Inspiring views from every room. Fantastic amenities. Plenty of privacy. Kitchen, home theater, living room, balcony, hot tub, putting green, outdoor grilling area, back yard. As much or as little as you want. Nice quiet neighborhood, hip locally owned coffee shop just down the street, some of the best Mexican food around. 10-15 minute walk from Herirage Square station on the gold line which runs from downtown to Pasadena. Drive downtown in less than 10 minutes. Or Uber/Lyft for 5. We have one cute kitten named Buttercup whom you get the privilege of playing with.
## 657 An oasis in the heart of Los Angeles tucked away in the foothills with a country setting and surrounded by nature. A vacation within a vacation. Close to the city, near downtown, Silverlake, Echo Park, Pasadena, Glendale and public transportation. All rooms have air conditioner. Private entrance with the kitchen and bathroom. The kitchen is a small great room where you can sit on the futon and watch TV or fix a meal and eat at the table. When you enter the space from the blue door outside, go in the entryway and the Villa Angeleno room is up a couple steps to the left. The room itself is great for a couple of friends or a couple with a child. There are two double beds. The beds are separated in their own space. The washer and dryer is for guests staying five days or longer, provided I am available, as sometimes my husband or me are not around. At those times the washing machine cannot be used because it is in a separate locked room outside the home. The property will be und
## 658 Big private room with private (URL HIDDEN) shared space.Ten thousand square feet Mansion in the heart of Los Angeles. Ten minutes from Downtown.All utilities are included.Wi fi ,cable,washer and dryer,air conditioning .Safe neighborhood. City view from the deck,gated house,huge shared space.Right next to famous park Self realization Center. Mostly we are present in the house while guests are here,although the house has tree separate levels so we are not necessarily in contact with our guests but we are on service if they need us. Neighborhood is safe and with a lot of vegetation, beautiful palm trees,two parks with city view.Pet friendly neighborhood also great for hikers. Right down the hill there are many busses and a metro that goes to all arias of Los Angeles
## 659 Highland Park is the perfect mix of hip restaurants, community, and TACOS! Minutes from DTLA & Silverlake (and right off Gold Metro), this rancher home boasts a huge, lush backyard and gas fire pit on a quiet street--you'll feel miles away from the city, while in the heart of it all. The guest room is spacious, gets great daylight, and has a full closet. The open concept floor plan is ideal for cooking & catching up. I do have an independent, yet cuddly cat, in case there are any allergies. This 3 bedroom, open concept home is 1330 sq. ft with wood floors throughout is on a n a 7000 sq ft. lot. The fenced in yard is complete with SoCal landscaping, a hammock, and gas fire-pit area perfect for cool nights. There is a washer and dryer unit for use, dishwasher, heat and AC, hardwood floors, & shared, renovated bathroom with tub. Your guest room is furnished with a comfortable, full size bed, nightstand, and full closet. The room also gets great sunlight and has a large closet. La
## 660 5 rooms, Sleeps up to 14 people Queen size air mattresses for extra sleeping arrangements Internet and cable TV. in common living area 5 miles or less from freeway and shopping, restaurants, movie theater, AV college, churches 10 miles from Lancaster Soccer center 30 miles to Santa Clarita / Valencia (i.e. shopping, restaurants, movie theatres, Magic Mountain theme park) 30 miles from Edwards Air Force Base 60 miles to popular tourist attractions 90 miles to Barstow Shopping Outlet No stairs, wheelchair access throughout, stove, oven, refrigerator, microwave, toaster oven available for guests. Shared living room, dining room, den with fireplace and kitchen. Guest rooms are mostly on the east wing with the one private ensuite and extra guest bath on the west wing. On site concierge is also on the west wing, providing assistance to guests if needed. The neighborhood is quiet and comprised of single family homes interspersed with ranch properties and horses. There is a large acreage of
## 661 Private bedroom with access to Wifi, parking, bathroom and kitchen access. Complimentary coffee will also be provided
## 662 Light filled midcentury beach house. Evocative of the Italian Riviera: bougainvilleas, panoramic ocean view, fall asleep to sound of waves, awaken to birds and dolphins swimming. Gourmet kitchen. Three patios. 5 minute walk to sandy beach. kayak. Light filled midcentury with expansive ocean view with open flow living room /dining room /kitchen. French doors from the living room open to large terrace with panoramic ocean view, furnished with sofa, tables and chairs. You can see the “necklace” view from the Santa Monica pier, Palos Verdes, Catalina on a clear day, up to Malibu from this terrace, and watch dolphins and paddleboarders in the morning. Second lower deck furnished with chaise lounges, table and chairs. There is a third private walled patio on the street side. The master bedroom (queen size bed) is at the ocean side (back of the house) with french doors that open to the ocean view terrace. The second bedroom is used an office. It has has french doors that open to the 3rd
## 663 Our cozy guest house is surrounded by a Topanga paradise providing a relaxing getaway w/ full amenities. The perfect little Topanga Hideaway. Newly renovated. Your own private yoga area and waterfall. Parking included, short & long term available.
## 664 Beautiful 2 Bedroom 2 Bathroom Townhouse. This home comes with all the amenities, and will put you in the ultimate comfort zone. It is great stay for short term and even long term renters. The home is surrounded by LA's main attractions! 10-15 minute drive to Beverly Hills, and Hollywood. Close access to major freeways to get you to place to place quick and easy!
## 665 Renting out my newly remodeled 2 Bedroom / 1.5 Bathroom Condo in Van Nuys. You will have a shared shower. Amenities 1. Brand new state of the art Fridge 2. Brand new state of the art washer and dryer 3. Granite Kitchen 4. Hardwood floors
## 666 You are invited to stay at our mini slice of heaven in busy Los Angeles! We live on a large lot, with ample outdoor areas, we have chickens and ducks so fresh eggs every day! Free Breakfast of Bagels and fresh espresso coffee provided and fresh eggs too if you want to make an omelette! We are 22 miles away from 6 Flags Magic Mountain, 8 miles from Universal Studios and only a few miles away from where they shoot Let's Make a Deal! Our space is a mini-permaculture farm in progress, currently working on the duck-ponics in the backyard! Happy to give tips re food and beaches in LA and secret parking too in Venice! We are a 1.5 miles from the Van Nuys Amtrak and 3.5 miles from the Fly Away Bus Terminal in Van Nuys Parking can be tough later in the evening
## 667 Lovely New Guest House,located in the heart of LA close to attraction sites with easy access to freeway. The house can accommodated up to 4 with all function kitchen.Free WiFi, Washer&dryer , security gate with inside parking. *We also have 3 HOMES in BURBANK with 1 Br (accommodate 4 guest)and 2 Br (accommodate 6 guests) PERFECT FOR LONG STAY
## 668 Cute, clean house with private fenced front yard (backyard shared). Enjoy the unique beachy village of Point Fermin. Wi-Fi, Netflix included. 2 queen beds and plenty of extra airbeds & cots available for parties up to 6. Two AC units available but rarely needed due to cool ocean breezes. 3 blocks to awesome cliff-side park/hiking, Cabrillo Beach, Angel's Gate park. Use our bikes, boogie boards, beach chairs, towels. 1 car driveway and free street parking available. 900 square feet. This cute little beach bungalow house has 2 bedrooms (each with a queen bed ) and 1 full bathroom and is a roomy 1,180 square feet. * * * FULLY FURNISHED * * * Feel free to let us know anything else you may need and we will probably be able to provide it. BEDS: The two bedrooms have 1 queen-size bed each & bedding. We also offer 2 queen-size air beds. We also have 2 single fold-out military-style canvas fold-out cots. Someone can also sleep on the sofa in a pinch. We have extra sheets/blankets for y
## 669 This 2 bedroom apartment was remodeled last year. It is attached to our permanent home, on the back side. The view from the apartment and terrace is of city lights, the harbor and trees. You will access to a private bedroom with shared living room, kitchen and bath. Private entrance. The occupant in the other bedroom is a professional and close family friend, who is a gentleman in his early 50's. He is quiet and leaves early for work. This space is great for you if quiet time after 9 is OK A private bedroom with shared living room, kitchen and bath. Private entrance. The other occupant is a close family friend who is a professional. He is quiet and leaves early for work. This space is great for you if quiet time after 9 pm works with your lifestyle. We enjoy having guests and are more than happy to help you plan, or give you tips about your stay. If you need something we are not far away. The view from the top of street is great. There are several parks, restaurants and shopping wit
## 670 Private bedroom with own private bathroom downstairs. Kitchen, dining room, patio, washer & dryer and living room Neighbors are friendly, near to World Cruises port, near the freeway, lots of choices of restaurants, about half-an-hour to Disneyland, and you just cross the bridge to Long Beach.
## 671 Brand new room Oct 2016! New queen mattress, linens, flooring, paint, decor, etc! Relaxing retreat within walking distance of: the beach, parks, ocean cliffs, 2 great restaurants, a corner market, fishing pier, Point Fermin Lighthouse, Cabrillo Marine Aquarium, the Korean Friendship Bell, Marine Mammal Center (seals!) Enjoy gorgeous sunrises, sunsets, and ocean/harbor views. A peaceful garden with a bistro table is outside your private entrance door. 3 miles from cruise ship terminal. Great coastal location 40 minutes from LAX. 10 minutes (3 miles) from the cruise ship terminal. Close to beaches, parks and many beautiful view areas. The best weather in San Pedro! Feel the ocean breeze and often hear the waves. We are located on a steep hill (which gives us a great view!). You can park on our level driveway. There are several steps up to the room (see pictures). I have tried to give an accurate description of the room and provided lots of pictures so you have a very good idea of t
## 672 This is a beautiful 2 story home on a quiet cul-de-sac suburban extremely safe neighborhood with washer/dryer available and community pool. Only 7 min to 6 Flags Magic Mountain and 45 min to Ventura Beach. Hollywood and the Getty Museum, Old Town Pasadena, and Venice Beach are within an hour drive. Queen size bed, mini fridge, microwave, TV, and coffeepot in room, snacks too. Pleasant patio with hummingbirds and pretty garden. downstairs, outside I will try to be on hand to greet them, answer questions, give basic directions. There are good restaurants nearby, Mexican and Italian, even within walking distance! Starbuck's, Pizza Hut, Subway, Papa John's, CVS, Circle K too! There is a park across the street and we have a neighborhood pool. Plenty of street parking, and nearby bus and train routes.
## 673 Enjoy the New, Remodeled Bedroom & Bathroom! Complete w/ Brand New Serta Perfect Sleeper Luxury Super Plush Pillow Top Queen Size (Real) Bed, New Wood Floors, In-Room Mini Fridge/Freezer & In-Room Microwave Private! Located on Separate wing of house. Enjoy the New, Remodeled Bedroom & Bathroom! Complete with Brand New Serta Perfect Sleeper Luxury Super Plush Pillow Top, Queen Size (Real Bed), New Wood Floors, In-Room Mini Fridge/Freezer, & In-Room Microwave, your room is on a Separate Wing of the house for TOTAL PRIVACY! This remodeled beautiful home is in one of Valencia's finest, upper class communities! Take a stroll down my beautiful neighborhood street to the private lake and feed the ducks, Canadian geese and turtles or just sit and relax watching them at the little corner cafe. Perfect location! A short 5 minute drive to Magic Mountain amusement park and Hurricane Harbor or Castaic Lake. Centrally located to public transportation and the metro link. Walking distance to shops and
## 674 Private 1 bedroom guest house 700 sq ft on horse property. Accommodates up to 3 people. Close to Robinson Ranch golf course, Magic Mountain, Universal Studios & Aqua Dulce Winery. Hiking & horseback riding nearby. Horse stalls available too. The bedroom has a full size bed and will accommodate two people while the living room couch will accommodate one person for a total of three people if desired. Fenced and covered patio with BBQ, great for outdoor dining. Smoking is allowed only on the patio and not inside. Very pet friendly and dogs and cats are welcome. The guest house has private access and carport parking next to entrance. Guest will have all the privacy they need and will be welcome to visit the horses on the property or to converse whenever they feel the need as well as enjoy the back patio of the main house. Work out weights and equipment available for use as well. Located near Placerita Nature Center and Park where there are lots of beautiful hiking trails to enjoy. Eq
## 675 Convenient location, close to magic mountain six flags, 20 mins to Hollywood, direct train to universal studios. Upon request our additional car is available for rental option. Please call for details
## 676 We are laid back people new to California. I have Hotel & restaurant background so hosting is something that comes natural to me. We Enjoy meeting new people. Very clean town home Located In a beautiful complex. Just 5 miles from six flags. Very open floor plan that feels quite comfy. Wrap around patio to hang out and have coffee or cocktails. Access to living room, kitchen, dining room, patio and garage We love to meet new people! It's all up to you. I'm a restaurant manager and my roommate is a detective so we are very good at reading what people are in the mood for. We want you to feel at home. Very beautiful area with lots of trees.
## 677 Hello, near USC, 1 furnished, separate BR, off kitchen, for short-term rent in owner's house. Connected to bathroom, able to use LR, DR, KIT & nice front porch. Park in driveway too. Owner is home, school district employee who lives in home, near LA Coliseum, just south of Downtown L.A. (1908 Original Craftsman Bungalow on working class street) *While unable to post photo, I WILL be able to E-mail / text you one! *2 OUTSIDE dogs, "full sized" bed, bureau & closet in room. (old-school house, casual & comfortable, but no AC) In-house (good) coffee & breakfast pastries, fruits. (basic comfortable amenities) LOCATED ABOUT 10 BLOCKS S. OF USC CAMPUS Mixed race, working class community, fast food restaurants, bus service. Good coffee & variety of foods approx. 10-12 blocks N. Commerical Pharmacy on corner. EXPOSITION PARK, Rose Garden & Museums also nearby. Close to bus service & Expo. Line MTA service. Original Craftsman Bungalow charm(?) Central location.
## 678 Private bedroom near USC and only two blocks away from the Los Angeles Memorial Coliseum, where the NFL Los Angles Rams used to play. Bedroom has a closet as well as a desk with a chair. Close to supermarkets, fast f ood restaurants and of course USC (University of Southern California). You will have access to the kitchen and you are welcome to use any utensils. Depending on availability, you may park your vehicle in our secured and gated backyard (extra fee applies.) Guests will have access 2 different bathrooms that's they can choose from. Guest will also have access to the kitchen and dining room. Please inquire about parking. If we have space, we would be happy to make arrangements.
## 679 Gated parking on the premises! Private bedroom near USC and only two blocks away from the Los Angeles Memorial Coliseum, where the NFL Los Angles Rams used to play. Bedroom has a closet as well as a desk with a chair. Gated parking behind the house. Close to supermarkets, fast food restaurants and of course USC (University of Southern California). You will have access to the kitchen and you are welcome to use any utensils. Guests will have access 2 different bathrooms that's they can choose from. Guest will also have access to the kitchen and dining room. Please inquire about parking. If we have space, we would be happy to make arrangements.
## 680 Newly renovated and spacious Guest Suite; open floor plan. Close to all Santa Monica offers in a quiet residential neighborhood. Walking distance to local shops, markets, world class restaurants, clothing/shoe boutiques, and cinemas. Metro Rail Trains, Blue and LA bus lines all close by. A 15-20 minute car or bus ride to UCLA, LAX or the Santa Monica mountains and wonderful hiking trails. This is a place for couples, solo adventurers, business travelers, and family friendly. Guest suite is newly painted and remodeled to include new bed, carpet, appliances, and furnishings. Spacious lighted closet. Bright colorful bathroom ensuite, also newly refurbished. There are large window with lots of light that looks onto a recently landscaped back yard and patio, with outdoor furnishings, gas grill, and fire pit; all available for guests use. Lots of colorful flowers and herbs in pots all around as I love to garden. There is a separate side entrance for guests to access the suite. There is us
## 681 Our cozy space is steps away from all Santa Monica has to offer! Right off the quaint Montana Ave, filled with boutiques, artisan ice cream shops, restaurants and more! Less than a mile to the beach, downtown Santa Monica, 3rd street promenade, and the famous Santa Monica pier! If you're looking for quaint, cozy, yet steps from all Santa Monica has to offer .. you've found your place! From the bright furnishings to the large private patio and indoor fireplace, you'll feel right at home. 1 Queen bed with memory foam mattress and bathroom with a bathtub and large rain shower head- awesome water pressure for a relaxing shower after a long day at the beach! Shared living space, bathroom, and patio Minimal interaction - we're not homebodies - frequently out and about enjoying all socal has to offer. One block from Santa Monica public transit - Blue Bus stop. Breeze bike share station three blocks away - easy to rent and ride, then drop off at any other station.
## 682 Nice room in a 2 bd apartment 5 min walk away from the beach, and 10 min walk to the Promenade! Please check out my other listing for full description and reviews :)
## 683 Two blocks from Main St and just six blocks to the ocean makes this the ideal location for any visitor to Santa Monica. You will be in walking distance to grocery stores, shops, dining and entertainment.
## 684 Bungalow style living in the heart of Santa Monica. Hardwood floors, vintage modern furnishings and lovely light give this home a perfect beach cottage feel. Two bedroom, one bath, kitchen, dining and living room all available for use. Private entrance and one back gated entrance to unit. Access to shared outdoor terrace available for outdoor dining and entertaining. Free laundry on the premises and permitted on street parking.
## 685 欢迎来到洛杉矶迦南民宿,我们来自香港,操流利的粤语,国语,英语。 我们的美国迦南月子民宿临近洛杉矶东区华人聚集点罗兰岗最繁华的商业街道COLIMA,临近社区公园,图书馆,成人英语学校等等,闹中取静,周边的生活机能相当方便完善,购物,市区旅游都非常方便,且治安良好。走路约10分钟所能到达的范围有香港广场(有着各地名小吃等),HK2香港超市(海鲜新鲜便宜,水果新鲜而且经常特价)顺发超市(生鲜齐全,蔬菜品种多,价格也很优惠),韩国超市,夜市广场,钻石广场,巴士站,交通十分便利,无论你是看医生还是游览洛
## 686 罗兰两室两卫一厅的一层公寓,双车位,步行3分钟华人超市,附近有学校步行15分钟可到达,幼儿园,开车3分钟pih产检大楼,梅西商场,华人餐馆,韩餐,早餐 位于洛杉矶罗兰岗市中心, 他具有得天独厚的地理位置,非常适合华人居住, 公寓整体面积约95平米 附近商圈,租车行,餐厅,医院,律师楼,等等一应俱全,步行可到华人顺发超市无语言障碍,香港广场超市,还有韩国超市,高尔夫球场等等……开车有kfc,麦当劳,中餐韩餐,自助餐,罗兰岗具有洛杉矶美食城的称号 在这里配有无障碍设施,公园,BBQ,泳池,儿童娱乐设施等,房间内还准备了洗衣机,电冰箱,微波炉,以及家居用品,给您省钱哦 房客只要有任何问题都可以咨询我,无论是住家的问题,还是您来生宝宝或者是新移民,我都可以帮到您 我很喜欢住在这里是因为她的便利,尤其是适应了国内的生活附近卖东西,买菜做饭,华人超市非常方便,而且价格最便宜最新鲜 附近有租车行,还有公交车,远近都能到 罗兰岗也是代购最爱的地方,有很多的华人快递公司,而且价格美丽
## 687 我的房源靠近优美的景色和餐厅和餐饮。因为街区、光照、舒适的床、厨房、温馨,您一定会爱上我的房源。我的房源适合情侣、独自旅行的冒险家、商务旅行者、有小孩的家庭。
## 688 24H hot water(24小时热水). Free Highspeed WIFI(免费高速WI-FI). Free Printer/Scanner/TV(免费激光打印机,扫描仪,电视机). Near supermarket and bus station(离超市和公交站非常近). There are a lot of Chinese food you can eat in HK Plaza(香港广场有很多中国食物). One minute to bus station, very easy travel to Los Angeles anywhere.(一分钟走到公交站,坐公交你可以到洛杉矶的任何角落) 这里是华人核心区,不会英语也可以很方便的生活。
## 689 A grand 3 thousand square foot estate in the Rowland Heights area of Los Angeles is now available to guests. Built and designed in the 2007s, this custom home featuring hand crafted original moldings and indoor balconies is a fabulous and unique place to stay for all kinds of visitors: from business professionals to large families to couples looking for a romantic getaway. The neighborhood is great, the nearby nightlife is terrific and the house offers everything anyone could want or need.
## 690 queen sized bed, sofa and table in the room.
## 691 房子位于罗兰岗高中后面,安静,独立百万house,位置便利,出门五分钟上高速(60/57),步行15分钟左右可到商圈,顺发,海鸥,香港三大中国超市、美国超市,银行、餐厅,公园幼儿园等等,产检大楼和几家医院都很近,双门大冰箱、洗衣机、烘干机、微波炉、烤箱、餐具厨具、床品、高速网一应俱全,免费停车位,主卧套房在一楼,私人空间很安静,高档家具,Queen size大床,明窗超大卫生间,浴缸浴房分离,步入大衣橱,宽敞干净。欢迎出差旅游人士及孕妈订房
## 692 干净整洁,安静舒适,幸运民宿让你找到回家的感觉! 生活便利,非常适合华人生活,安静安全,近超市! 客厅,餐厅,洗衣机,烘干机 可以提供能力范围内的帮助 安静整洁 周边交通方便,76路公交车,10号高速 保持安静清洁,每个房间只能入住2人
## 693 步行可到華人超市、餐馆、西尔顿酒店、全统广场等,近10高速公路交通便捷。你可以用厨房烹饪美食,享受高速Wi-Fi,床垫是带记忆的睡眠专用,卧具干净整洁舒适,环境温馨安静。 高級睡眠記憶床墊,超大容量冰箱供你使用,床间内还有独立使用的小冰箱。2房间独立使用1个卫生间。有专用停车场库/位。房屋前后果树成荫,收获的季节还供客人免费采摘。 廚房餐厅、客厅停车库、洗烘衣服,无线上网等客人都可可随意使用。 随時(SENSITIVE CONTENTS HIDDEN)短信、电话电邮、面谈沟通互动都行。中英台粤语均可。 生活机能非常的方便,不会英文也能生活的十分惬意方便,周围的华人超市有好几家,各种风味的餐厅数不胜数。周围还有几家星级饭店和旅馆,会友探访方便,快速上下10步高速公路出行十分的方便快捷。步行可到旁边的大型公园散步煅练。开车几分还可以去旁边的电影院观看中文电影。 距10號高速公路的DM出囗只有2/3分钟车程就可上去,附近也有公交站搭乘,出机场35分钟即可到达,去好莱坞环球影城、迪斯尼乐园约25-30分钟。步行可到超市、餐馆和公园。 出門时请锁好房屋大门和车库大门。房间内拒绝吸烟,可带小型宠物。厨房你可以随意烹饪美食。
## 694 方便
## 695 1 Bedroom 1 private bath. Quite and convenient neighborhood.
## 696 My place is close to There are two bedrooms with three bedrooms. Would you like to be close to the square, dining. Each luxurious one and two bedroom apartment house has been custom designed to style and comfort. Enjoy the convenience of a full size washing machine and dryer at home, a fully equipped kitchen appliance and a touch of stainless steel quartzcountertops, wood flooring and many unique designer touches..
## 697 My previous guest opted to move out before the holidays to spend time with his family. He had to keep the booking until Dec 8, but the room is ready to go. I opened the couch up so people can book. The list price for the room will stand. My previous guest opted to move out before the holidays to spend time with his family. He had to keep the booking until Dec 8, but the room is ready to go. I opened the couch up so people can book. The list price for the room will stand.
## 698 My place is close to retail stores, shops & restaurants, including the Sherman Oaks Galleria with its own abundant shopping and dining choices! You’ll love my place because this townhome is perfect for families,couples or close friends! With over 1200 square feet of living space, it has two bedrooms/two baths, a full kitchen, flat screen tv, hardwood floors, a private parking space and everything you'll need for a carefree vacation! Wireless internet and cable services are included.
## 699 My place is close to family-friendly activities, Big Yard Long Driveway 2 Min drive to 405 5 min drive to 101 7 Min Sherman Oaks Galleria Amazing breakfast and dinner we'll serve We are super chill and easy to get along with Love creative/ open minded people . You’ll love my place because of the people, the ambiance, and the location. My place is good for couples, solo adventurers, and business travelers.
## 700 Private room with en suite bathroom available in great Santa Monica location! Walk to the beach, 3rd St Promenade, and lots of restaurants, bars, and cafes! One garage parking space also included for 55. Well-behaved, housebroken dogs welcome. Great Santa Monica location! Walk to the 3rd St Promenade, Santa Monica Pier, the beach, and lots of restaurants, bars, coffee shops, and Whole Foods. One garage parking space also included for 55 for the duration of your stay payable upon arrival. Additional garage parking is available approximately one block away for 10 per day. In-unit washer and dryer, dishwasher, kitchen with lots of cooking supplies. TV in living room and bedroom. The bedroom available has its own private, en suite bathroom and two closets. Central A/C. Well-behaved, house broken dogs welcome. (I have one small, well-behaved dog who gets along great with other dogs). Non-smoking unit. The apartment includes wifi, cable with HBO, and A/C I'll be out of the
## 701 In the heart of Santa Monica, walking distance to the beach, fully furnished with all amenities. Private patio for BBQs and relaxation. New furniture throughout. Perfect for shorter and longer-term stays. High speed internet and cable TV are available for you to use.
## 702 Recently renovated Studio apartment, conveniently located blocks from 3rd st Promenade, Santa Monica Pier, and Santa Monica Place. There are no shortage of things to do in the area. And the apartment is quiet and comfortable for when you decide to take a break and relax.
## 703 Private room with an Oceanview on the second floor of a two story house .The picture of the dining table is actually a dining area of the kitchen and coffee and tea and light self service breakfast provided. The beach is 6 blocks away and their is public transportation nearby. There Is a bikeshare station at the corner next to the park. Private bedroom on the second story of a two story house. The kitchen and the bedroom and the bathroom. I may not be at home all day, but am here if needed. Walk down the hill to to the beach . Main Street is 6 blocks away and there is a Gelson's supermarket 3 blocks away. There is a bicycle stand at the corner . The train to downtown Los Angeles that is a 20 minute walk or there is a bus two blocks away that transfers to the train. the airport is 25 minutes away. A baby under one year of age is acceptable. No toddlers because of the stairs.
## 704 A super unique modern studio, very quiet neighborhood, just a 15 min walk to the beach. Equipped with kitchen, mini refrigerator, toilet, shower, closet, wifi, TV, and luggage storing space. Has a private separate entrance and lots of street parking It's a beautiful 1 bedroom studio in a very quiet neighborhood. It's spacious and modern. 20ft by 18ft. The kitchen is newly built, along with the bathroom and shower. There is lots of closet space, as well as internet, tv, a sitting area, a nice full sized bed, and enough room left over for your own little things. This studio is located on the lower level of the house. The studio is totally private, and has it's own entrance in the front of the house.. It is not connected to the rest of the house, it simply sits underneath it, with street access. Guests will have access to television, internet, shower, toilet, mini kitchen, big closet. Basically everything you would want- minus a washer and dryer. The beach is incredibly close, and we als
## 705 Spend the night just steps from the sand. Walking distance to shops, restaurants, movies, Farmer's Markets, the world famous Pier, the 3rd Street Promenade, and the brand new Metro station! Full kitchen w/ French Press. 2 bathrooms. DirecTV deluxe package. Tons of movie channels including HBO, Starz, Cinemax & Showtime. 55" LED TV. Sync-able Bluetooth speakers in every room, so you'll be able listen to your own music, podcasts and audiobooks. This funky beach apartment is fabulously located ONLY 2 BLOCKS FROM THE PACIFIC OCEAN. Seeking a single person or couple to stay in the entire home. You can walk or bike everywhere on the west side. (Many Hulu bike rental stations close by (see pics) Apartment (only 4 units in house): WALK TO: 2 BLOCKS to the beautiful beach! Blocks to the heart of town Boutique shops and restaurants Peet's Coffee Urth Caffe Arclight Cinemas AMC Movie Multiplexes Bars and clubs Venice Boardwalk/Santa Monica Pier Outdoor gymnasium Live music outdoors and indoors
## 706 My place is close to The Bungalow, Bay Cities Italian Deli & Bakery, Santa Monica, The Penthouse, and The Huntley Hotel. You’ll love my place because of the coziness and the location. My place is good for couples, solo adventurers, and business travelers.
## 707 Roomy, bright and comfortable apartment located near the fun, lively and vibrant downtown 3rd St. Promenade.Only 1.9 miles to pier/beach Local parking permit, Apple TV, Wi-Fi, close UCLA/St. Johns medical facilities. Near to Whole Foods, 24 hr Rite Aid & Walgreens 1 block away. Safe and secure, private and quiet building. Elevator access from rear. Corner apartment on top of 3 story building with great views. Take a look at reviews to see other guest's experience. (URL HIDDEN) 1/2 block to Santa Monica Blvd providing regular bus services to Santa Monica 3rd St, Downtown Los Angeles, Beverly Hills and many more. Santa Monica Business License #217399
## 708 Charming gem! Live like a local in our spacious old bungalow with vintage appointments and intriguing details. A block from grocery stores and many trendy restaurants on Wilshire Blvd and equi-distance to Montana Ave. with more upscale boutiques and restaurants. Completely private house with front and rear entrance. Large, open space with interesting paintings, photographs and collectibles scattered throughout. Street parking with a permit provided. Situated with a large treed yard one side with lush foliage, visible from two bedroom windows adds to the serene surroundings. All accessible except one locked closet but a small closet and dresser available for guest use. Large kitchen with seating area featuring all appliances - fridge, stove, microwave, toaster oven, coffee maker, blender and more available to make snacks or meals. I send an email with directions and key location. I live a couple of miles away and am usually just a phone call away if any problems crop up. Lots of apartme
## 709 Welcome to our cozy, 2 bedroom bungalow in Santa Monica! We have a great location central to the beaches in Santa Monica, Venice and Malibu. Easily walk down to Main St, the Pier or 3rd St. Promenade. Enjoy the tasty restaurants nearby on Santa Monica blvd or in next door Venice. And relax in a comfy king size bed and serene backyard garden with a grill. This is a new listing, as this is the first time we'll be away in our new home.
## 710 Share: Very Clean, Comfortable, W/D , Great Kitchen! UP: 2BR/ Queen / Full & 1 BA DOWN: 1BR (2 twin & 1 BA ) Convenient to the Beach, 10Fwy & 405Fwy and all parts of L.A. "Trader Joes" down the street. Walk to cafes, shops, banks. Sunset Park The space consists of 3 BR. / 2Ba. 2 BR upstairs / 1 BA ( 1Br . Queen Bed ) (1Br. Full size bed) 1BR. downstairs / 1BA ( 2 twin beds & upper loft space ) Upon request, beds/rooms can be rearranged. for example, Upstairs larger bedroom can have 2 Twin Beds and Queen can go downstairs bedroom. Guests are welcome to use all common areas. I am available to assist you and help you with your stay. Trader Joes Grocery Store right down the street. Shops, Cafes, Banks and other points of interest on Ocean Park Blvd. and also Pico Blvds. If your driving, this location is convenient to the 10 & 405 Fwys. Bike, Santa Monica has started a bike rental program and the bikes are in various areas near to this property. Metro Rail - Starting May 20th!!! Ube
## 711 Spacious 1 Bedroom! Full Access to Entire Apartment! Perfect Location! Very, Very Close to Downtown SM, Beach & Pier! Walk to Everything! Wifi and Cable TV! Guest Access: - Full access to entire apartment! - Full use of all amenities! - If you have questions, please message me for more details. Best Apartment: - Spacious, bright upper 1 Bedroom, 1 Bath Apartment! - Accommodates 2 guests comfortably! - Professionally cleaned with environmentally safe-products! - 42'' flat screen TV! - Cable TV and Wifi! Best Location: - Walk everywhere, no need to drive! - Quiet residential area, 1 block north of downtown Santa Monica! - Walk to 3rd Street Promenade! - Walk to Santa Monica Pier! - Walk to Santa Monica Beach and Bluffs! - Walk to tons of local shops, restaurants and nightlife! Kitchen Amenities! - Full kitchen with like-new appliances! - Full oven, large refrigerator and dishwasher - All cookware provided! - Coffee maker! - Microwave and toaster oven! - Eating utensils! Slee
## 712 Our apartment is quiet, modern, and conveniently located within 5 minutes walking distance from: -Santa Monica beach -Santa Monica Pier -3rd Street Promenade -Palisades Park -Metro Expo line to downtown -Numerous bus stops -Countless restaurants and stores We look forward to hosting you! Note: My flatmate WILL be present in his own room during your stay. He works a great deal and is usually at the office, so will not be around much. Our apartment is in a light, breezy location only a few blocks to the beach and the buzz of Santa Monica. You will be close enough to the action, yet far away enough to rest, relax and get away. During your stay, you will have access to: -Private bedroom -Bedroom's own private attached bathroom You will also have free access to: -Living room -Balcony -Kitchen (featuring: refrigerator, stove, microwave, and dishwasher) -Washer/dryer in the unit. We can accommodate four people in my bedroom, with two on the queen bed and two on an air mattress. Due to my tra
## 713 Very comfy and cozy one bedroom unit in a quiet neighborhood. Located near the beach, Third Street Promenade, and Santa Monica Pier, this apartment offers easy access to a vast variety of restaurants, cafes, hip bars, and trendy shopping. The grocery store is just two blocks away. Catch the bus at the corner for a quick and easy ride to the beach and shopping. The Cal King bed has a new memory foam mattress topper, double down hypo-allergenic pillows, and fits two adults comfortably with ample space to stretch out. The closet is empty, providing lots of space to tuck away your luggage. Iron and ironing board are also available for your convenience. The fully-functional kitchen includes a refrigerator, stove, oven, toaster, coffee machine, blender, and electric kettle. It is stocked with pots and pans, plates, glasses, silverware, coffee, teas, filters, spices, and cooking oil. No microwave -- sorry, I'm European! The unit is equipped with high speed Wi-Fi internet, HBO and Showtime pr
## 714 Newly renovated Santa Monica Luxury Townhome with 3 Bed 2.5 Baths (1 Bed 1.5 Bath for lease); Cal KING Bed comfortably fits two; Enjoy the ENTIRE house - bed/bathrooms, kitchen, living/dinning room all PRIVATE; PARKING permit provided; Keyless Entrance; 5-10min drive to the pier, subway station, restaurants, groceries and 3rd street Promenade! The house is keyless entry, we will provide password for the guests before check-in, late arrivals are no problem. Parking is FREE. In addition to the private bedroom/Bathroom, the guests can access to the Living Room, Kitchen, Dinning Room, Half Bathroom/Laundry room. We respect guests' privacy. At the same time we will be available 24/7 for any questions and recommendations on local scene. We also travel to a lot of places around the world, and have a lots of stories and pics to share :) We try to practice sustainability/good environmental practices such as turning out lights if we are not in the room, recycling, washing pots and pans after us
## 715 Private room with queen bed and twin trundle (roll-away) bed. Shared bath with skylight, raincan shower head, and heated floor tile. You may use all the shared spaces - the full kitchen, the living room, the patio and balcony from the living room. Private Room with Queen Bed and Shared Bathroom Our bright and spacious two-story home offers everything you need to have a relaxing and refreshing stay in beautiful Santa Monica. High ceilings and open spaces throughout the house ensure plenty of room for everyone. Here, you'll enjoy your own private bedroom featuring a queen bed and closet to hang your clothes. Share a bathroom featuring skylights, a rain-can shower, and tile warmers. A baby crib, diaper changing table, and baby safety gate are available on request depending on availability. The living room has a wood fireplace, large flatscreen TV with Netflix & Amazon Prime, and a private west-facing balcony. Large windows in the living room and dining room flood the house with Southe
## 716 Greetings in the heart of Santa Monica! The perfect location of the apartments will allow you to enjoy your holiday. The beach with the ocean, a lot of restaurants and "3rd street Promenade" in walking distance. NEW Furniture, toiletries, bathrobes and king-size bedroom with new linens. - Clean Bedroom, bathroom, modern kitchen, living room with TV and big balcony. - Private parking place in the building (Free). - Two bikes for riding on the wonderful beach of Santa Monica and Promenade (10 per day for 1 bike). - We can meet you in airport LAX - 20 It's a walking distance to the beach, 3rd street Promenade, Restaurants, Shops, Library, YMCA, UCLA, and farmers market. Metro, Bus station, close to fwy 10&405. I'm a very easy going Host but please respect the following rules. Please be respectful of my home, neighbors and community. • Check ins after 8 PM are subject to a late check in fee • If you need an earlier or later check in just let us know and we will try and accommodate you,
## 717 THE BEST LOCATION in Santa Monica walking distance to everything! The Pier, 3rd Street Promenade, R+D Kitchen, Ocean Ave, restaurants, Montana Ave, grocery store, post office, it's the perfect location. You’ll love my place because of it's location. Located on the third floor where you can see the palm trees and the sky light as the sun sets. It's very clean and quite, apple TV, wireless internet, netflix This is a quite two bedroom apartment with a balcony that faces west so you can see the palm trees and feel the ocean breeze. My apartment is very clean and organized, updated furniture, apple TV and internet All of the house, kitchen, two bathrooms and dressers no closet space. I will be in the area working so if you need anything I'm a short drive away! Quite tree lined neighborhood on the North side of Wilshire, very active short walk to Ocean Avenue. Avoid the downtown traffic, easy to Uber or get a Hulu Bike Uber is always great, there are Hulu bikes posted all over Santa Monica
## 718 License# 218716 Newly furnished Room, very light, Cozy, private and Clean. Private Bathroom which is right next to the room. The bathroom has a shower and also is very light and clean. The Living room is very colorful with lots of Art and soft furniture. The Kitchen has a great feeling and is open to the living room. My bedroom is very separate from the rest of the house and your bedroom as well. This place is a little bit of heaven, tucked away in a beautiful lush garden oasis! I am 3 blks from Main st, which has many fine restaurants, Coffee houses, Bars, Surf shops, Food trucks every tuesday night, Farmer's market every sunday morning, Yoga, Vegan and Raw food establishments. !0 min. walk to Venice Beach, 15 min walk to Santa Monica Pier and the Promenade which has Movies and shopping galore! Public transit 1 block away. This neighborhood is very safe! My Home is unique because I am so close to everything but you wouldn't know it if you walked into my yard! The kitchen, living roo
## 719 10 min from the beach, closed by great restaurants, stores, malls, great transportation and freeway. Sophisticated area! Blue Bus and New Metro train take u everywhere. 10 min from the beach, closed by great restaurants, stores, malls. You’ll love my place because of the warm hospitality and pleasure atmosphere! All second floor master bedroom in two stories completely remodeled unique townhouse. Beautiful black wooden furniture and wooden floor. Fireplace. Excellent natural lightning. All second floor master bedroom in two stories completely remodeled unique townhouse. Beautiful black wooden furniture and wooden floor. Fireplace. Excellent natural lightning. Share bathroom. Gorgeous modern style curtain separates all second floor from the rest of the house. Great area. 10 min from the beach, closed by great restaurants, stores, malls, great transportation and freeway. Kitchen. Light cooking only. Frying is not allowed. My goal is to make my guest feel comfortable and enjoyable.
## 720 High rise living in a centrally located apartment on the westside. The room features a full sized bed, firm mattress, wifi. Olympic sized pool, gym as well as a tennis court. Bus lines are out front! *FOR LAST MINUTE SAME DAY/NIGHT INSTANT BOOKINGS PLEASE EMAIL FIRST! IF YOU DO NOT EMAIL I CANNOT GUARANTEE A CHECK IN TIME. FOR ALL RESERVATIONS: THIS IS NOT 24 HOUR, NOR SELF CHECK IN. DO NOT BOOK TILL YOU HAVE READ THE LISTING DESCRIPTION! Take a holiday in sunny southern California where anything is possible. Leave your cares behind you and enjoy the sun all day :) This is an extra Large bedroom and it is SHARED and its available for a short/long term stay. This room has a twin size bed, and two full sized beds and medium-firm mattresses, a chair and desk, a 3 drawer dresser and a clothes rack and shelf on one side and a large window on the other. There is wifi inside the room. The place is fully furnished and I provide you with linens and towels. Please note that the bathroom (tub an
## 721 You have the huge master bedroom with queen bed, walk-in closet, and private bathroom in a 3br, 3ba luxury penthouse apartment. Two professional, 30yo female roommates are rarely around. Perfect for exploring the city, or crashing for a few nights! The room is all yours, so it's like staying in a hotel! The penthouse apartment is full of light, has a large common space with flatscreen tv, balcony with hammock, and kitchen with all new appliances. The room you'll be using is large, has a huge queen bed, comfy chair to read in, and huge walk-in closet. You have a private bathroom inside the master suite. You have the master bedroom and private bathroom to yourself, and feel free to use the large common area with cozy couches, ktichen, balcony, and in-apartment washer/dryer. Make yourself at home! There are two roommates there, but they are two 30 year old professionals who are rarely even there. I've moved out of the room, but I'm living nearby, so happy to pop in if you ever have any
## 722 Centrally located in brentwood, close to UCLA and just 3 miles from the Santa Monica Pier, our apartment is convenient and has everything you need for a great stay while in LA. Charming 2 bedroom, 2 bathroom apartment with balcony. Great location close to lots of restaurants and shops in one of LA's most beautiful and charming areas. Close to UCLA, Westwood, Santa Monica, Beverly Hills, and the beach. I like to give you all the privacy you need. But if you are feeling sociable we would love to say hello. And if there is anything you need, please don't hesitate to ask, we are all about making sure you enjoying your stay! Centrally located, walking distance to many places Walking distance to several places. Apt is located between two major street in L.A where there is very easy access to the Bus. Uber is also a great option and easy to deal with.
## 723 Fun walkable neighborhood to amazing restaurants and shops. Wonderfully located to surrounding beach communities and easy access to major I-405 & I-10 Fwys. Tranquil vibe. Perfect for an adventurer, who will enjoy what the City has to offer! Peaceful and harmonious retreat in the heart of Japantown Aka Little Osaka. This space has an abundance of natural light which offers a tranquil vibe accompanied with a beautiful view of a private garden. This 1 bedroom is perfect for an adventurer, who will enjoy what the City has to offer! CARPE DIEM! Common areas include : Both front and back patios. Garage can be accessed for washing laundry. No gym on premise, but the YMCA is located directly in front of us. As needed This is a very safe and fun residential neighborhood, especially if you're into Japanese culture. Just a hop, skip, and a jump away from amazing restaurants and shops. Restaurants mostly include Japanese and Asian cuisine, but not limited to, tacos, burgers, southern, bar bites
## 724 This private suite is in the BEST Central Location, steps away from the famous Japanese Sawtelle eatery! Few minutes to Santa Monica City, Brentwood & Westwood and Beverly Hills. One block away from the Metro Bus and few blocks away from the Metro Train. Great neighborhood. Steps away from all the restaurants and Market. 1 block from the Metro Bus and few blocks from the Metro train to downtown and beach. Can Uber around town cheaply.
## 725 The place is a monthly sublet with option to rent furnished or unfurnished. There is a deposit requirement and price includes paid utilities: Internet, gas, electricity (no cable). Please speak to me about pricing. The place is a monthly sublet with option to rent furnished or unfurnished. There is a deposit requirement and price includes paid utilities: Internet, gas, electricity (no cable). Please speak to me about pricing. Fully furnished designer studio/loft with full kitchen, balcony, walk-in closet, and full bathroom, approx 600sqft. Bamboo hardwood floors throughout. Internet, gas, electricity already included. The unit is on the top floor with elevator access, away from street noise and very quiet. There is laundry room facility in the building. Building is located on a very vibrant street with Tokyo-like culture, within walking distance from great restaurants and nightlife. Centrally located between Beverly Hills and Santa Monica. ******Note: Please email me directly for
## 726 This beautiful studio apartment is located in the heart of West LA with convenient access to dozens of amazing restaurants and the 405 and 10 freeways. The decor is simple, light, and bright, and I want to ensure guests are happy and comfortable. The studio is in a secure, gated apartment complex. It is in a safe neighborhood across the street from an elementary school. There is a brand new queen size tempurpedic mattress, and there is also plenty of closet space for guests. The studio has a balcony as well, and it receives plenty of sunlight. There is a full kitchen if you like to cook, and there's also a 42" flat screen TV with (SENSITIVE CONTENTS HIDDEN) Chromecast. The apartment complex also has on-site coin laundry and one reserved parking space (there is also abundant street parking). You'll have unrestricted access to the studio and laundry facility. The apartment is located 1 block from Santa Monica Blvd, and it is about a 10 minute drive due west to the beach. It's abou
## 727 月租可优惠 家用电器 锅碗瓢盆 杂七杂八 啥都有 拎包入住 7*24 可交流 两个字:方便 洛杉矶没有公共交通的概念 讲文明 讲礼貌 讲卫生 讲程序 讲道德
## 728 独立百万house位于罗兰岗香港广场后边,位置便利,出门三分钟上高速,步行10分钟左右可到商圈,顺发,海鸥,香港三大中国超市、美国超市,银行、餐厅,公园幼儿园等等,产检大楼和几家医院都很近,大院子里四季结柠檬满树枇杷马上熟了,双门大冰箱、洗衣机、烘干机、微波炉、烤箱、餐具厨具、床品、高速网一应俱全,免费停车位,主卧套房在二楼,私人空间很安静,高档家具,king size大床,明窗超大卫生间,浴缸浴房分离,步入大衣橱,宽敞干净。欢迎出差旅游人士及孕妈订房 house内面积3000尺,房间宽敞,位置便利,附近生活配套设施齐全,步行十五分钟可到达香港超市,顺发超市,海鸥超市,银行,公园,租车行,各种风味的中餐馆,韩餐馆,美式餐馆等,幼儿园(中文幼儿园,英文幼儿园)等供您选择,商场(macys,Puente Hills Mall)等,PIH医疗大楼(产检中心)。 如果您是旅游的朋友罗兰岗是洛杉矶的中央交通圈(我们可为您提供更多的旅游资讯): 到迪斯尼 35分 到十个门 35分 到城堡奥莱 30分钟 到沙漠奥莱 1小时 到downtown 40分钟 到南岸购物中心 40分钟 到圣地亚哥 2小时 到环球影城 45分钟 如您是来待产(距产检大楼5分钟车程。医院距离如下:长老医院25分钟丶惠提尔医院20分钟丶洪恩医院25分钟丶皇后谷医院25分丶Pomona医院25分钟) 水电煤网冰箱微波炉洗衣机烘干机免费停车,所有设施可以使用 随时可以,我会尽量解答各种疑问,包括旅游,生子,移民 安静,便利,安全 位置便利,附近生活配套设施齐全,步行十五分钟可到达香港超市,顺发超市,海鸥超市,银行,公园,租车行,各种风味的中餐馆,韩餐馆,美式餐馆等,幼儿园(中文幼儿园,英文幼儿园)等供您选择,商场(macys,Puente Hills Mall)等,PIH医疗大楼(产检中心)。 如果您是旅游的朋友罗兰岗是洛杉矶的中央交通圈(我们可为您提供更多的旅游资讯): 到迪斯尼 35分 到十个门 35分 到城堡奥莱 30分钟 到沙漠奥莱 1小时 到downtown 40分钟 到南岸购物中心 40分钟 到圣地亚哥 2小时 到环球影城 45分钟 如您是来待产(距产检大楼5分钟车程。医院距离如下:长老医院25分钟丶惠提尔医院20分钟丶洪恩医院25分钟丶皇后谷医院25分丶Pomona医院2
## 729 Queen Bed, Washer & dryer, Own private restroom, Closet with mirror slide doors. There is a community pool, pool table 1 min walk from the place. Own parking spot. 5 mins away from the golf range and all the delicious food! Off of 60 Freeway Nogales Exit. Only 15 mins away from Cal State Fullerton (CSFU) and Cal Poly Pomona. Great location to commute to college.
## 730 Clean beautiful private room in Sherman Oaks. Very convenient place and close to Los Angeles, Studio City and Beverly Hills.
## 731 Beautiful single family home with tropical swimming pool, built in BBQ, CA king size beds in 3 of the rooms, hardwood and rustic tile floors throughout the house, tile bathrooms with huge open space kitchen, bay windows and French doors. Location is central to all major attractions Los Angeles has to offer and easy access to the 101 and 405 freeways. The famous Ventura Blvd is less than 2 miles away. House is in a quiet and beautiful neighborhood. No garage access
## 732 Cozy room with twin or king size bed, skylight, ceiling fan, sound machine and cable TV. Cute bathroom. Free beverage station. Easy street parking. Gorgeous yard. No smoking anywhere. It is a very comfortable and happy home. I am a professional astrologer, so I have a separate home office and I do have clients coming and going. They may use the bathroom briefly. Guest room, bathroom, living and dining room, front and back yards. Some kitchen use. My husband, Rick, and I are very friendly, but also respect the guest's privacy. People love hanging out with Rick, who is a wonderful man, as you can see from the reviews. He is a retired Vietnam veteran, so he's around more than I am. It is safe and we know our neighbors. Not very. Bus stops within walking distance. We have a chihuahua, McGuffin, who mainly stays in Rick's office and we often take care of our daughter's dog, a Sharpei mix named Bruce. They can be kept away from guests, if needed, as we have a large yard. We host an AA meeti
## 733 Sunny and spacious private bedroom in a two bedroom home. Room features a Queen size bed dresser nightstand and closet. Great lighting. Full use of house. Living Room boasts a 60' 3D Smart TV, washer dryer, gas stove, fully furnished.
## 734 We are within walking distance from Ventura Ave which has Restaurants, Bars, boutique shopping. Also very close to the 101 so you can easily drive into other parts of Los Angeles to explore.
## 735 Welcome to our sexy urban retreat...the perfect, couples get-away. All the amenities of Ventura Blvd and The Glen Centre, just 5 minutes away. Private, peaceful, light & bright contemporary home. Designer furnished with a rock-and-roll-chic vibe. Sweeping mountain and city views, solar heated pool, spa, cable/wifi, central heat/A/C, washer/dryer, gas fireplace, chefs kitchen, freestanding bathtub, theatre room, Control 4 home automation. Small dogs will be considered, please inquire. All areas of the home are available for your use, with the exception of the bedroom closets. A rolling rack with hangars will be provided in the master bedroom for your convenience. Street or driveway parking
## 736 Bel appartement lumineux et spacieux de deux chambres et deux salles de bains.Tout équipé ( clim, machine à laver et seche-linge, lave-vaiselle, micro-ondes, refrigirateur, congélateur, piscine, jacuzzi et salle de sport). L'appartement est situé dans une résidence à Sherman oaks, à 5 min de ventura boulvard avec ses restaurants et ses magasins. A 30 min de la plage. Vous aurez aussi accès rapidement à l'autoroute 101 et 405.
## 737 Tranquil large private studio apartment in Sherman Oaks. Full private bath. Queen bed. Extra futon sleeps 2 more. Private deck access.Fridge&Microwave. 40inch TV with Netflix Hulu. Parking for 1 car . Quiet, access to great dining/entertainment Bright and modern studio apartment with private full bathroom and private entrance. We've been told time and time again that this is one of the best apartments our guests have stayed in, bigger and nicer than people think of pictures alone. Close to sophisticated breakfast, lunch and dinner spots, the Arclight cinemas. Fast connection to 405 and 101 to go everywhere around Los Angeles quickly. Quiet relaxing atmosphere, but in the middle of social locations, Kind hosts that you don't have to see on the daily, but are willing to help with almost anything :) (Looking for something a little bigger? Try "Large Guesthouse, Zip to Must-See LA" under my host tab) Private studio apartment with full deck, private bathroom. 40 inch TV with Netflix/Hulu/
## 738 A dreamy, private, and quiet guesthouse just off Sunset and Silverlake. My place is close to The Thirsty Crow, Night + Market Song, Silver Lake Ramen, Cafe Tropical, Cafecito Organico, WOOD. You’ll love my place because of the location, the privacy, the serenity, the comfort, the ambiance, the walk-ability. My place is good for couples, solo adventurers, business travelers, and families (with younger children). Private guesthouse and courtyard behind locked gate. Includes off-street reserved parking space. Very quiet and tranquil but super close to Sunset Blvd. We've listed it as accommodating 2 guests, but it can sleep up to 4. The sectional sofa is sized as 2 twin beds. Please let us know if you'll need extra sheets for these. The accommodations work great for families. But please note that the one bathroom is accessed through the bedroom. The house features a recently remodeled full bath (with tub / shower) and a kitchen with gas range, refrigerator, microwave, Keurig coffee maker,
## 739 A quaint yet perfect LA getaway pad, sleeps 3 and has the look and feel of LA design and decor. About Us: we take great care in keeping things clean, attractive and well maintained. We are quiet and kind to our neighbors and we work really hard to keep the place comfortable. AMENITIES: ENTERTAINMENT: Available in the property: TV, Streaming Devices, Satellite/Cable, Internet, Wireless Internet (Continuous access in the listing), Stereo, Books, Total number of TVs: 2 Location of the TVs: Living Room, Master Bedroom Which streaming device is available: Samsung TV's Streaming Device location: Living Room, Master Bedroom, Master Bedroom KITCHEN AND DINING: Available in the property: Refrigerator, Stove, Oven, Microwave, Dishwasher, Dishes Utensils, Pantry Items Dining area seats: 6 Silver Lake is just East of Los Angeles, not far from downtown, Hollywood and Echo Park. Forbes magazine named it the hippest city in America because of it's eclectic community, stores, bars, and restaurants
## 740 Our brand-new 2-bdrm is comfortably appointed and in a great location. 1600 sf, 20-foot operable glass wall, LEED Gold. Steps from Moby's new restaurant, gourmet coffee, and yoga. Balcony hot tub with views of Griffith Park Observatory. Parking spot! Detached basement unit with separate entrance is occupied.
## 741 Located just off Sunset Blvd., this cozy apartment is in the heart of Silverlake. Walking distance to some of LA's best cafes, restaurants, shops and bars. Get the perks of being right on Sunset without all the noise! This studio has a super comfy full size bed and a futon that folds out to sleep one comfortably, but can fit two people if necessary. Amazing location in a super walkable neighborhood. There's a grocery store (Yummy) down the street, as well as restaurants, coffee shops and bars. Favorite places nearby: Pine and Crane - amazing Taiwanese food Cliff's Edge - great food, nice patio, good bar Sawyer - seafood, cocktails Kettle Black - Italian, best fancy pizza around Garage pizza - for slices Dinosaur coffee (and the Elliot Smith mural next to it) 4100 - for drinks in a dark place Jay's bar - for good beer LA County Store - locally made gifts Rag Mopp Vintage Akbar - cool dive-y gay bar On Saturday mornings and Tuesday evenings the Silverlake farmer's market happens just a
## 742 Our 30's era multi-level Spanish-style home in Silver Lake is sprinkled with Art Deco details, has beautiful natural light and a terraced backyard. Welcome. Our home was built in 1938 as a gift for the owner’s wife. Neighborhood legend is that some well-known classic Hollywood actors were frequent guests who played on the concrete regulation badminton court. Apparently, the previous owners were quite fond of entertaining. This house has become our home and can become a place to unwind after a long day at work or after exploring the city. The outdoor terraced backyard is planted with drought tolerant plants that include an acacia tree and various succulents. There’s a lemon tree and some grass that’s perfect for lawn games or just lounging. We do our best to provide the basic essentials to make your stay hassle-free. The kitchen is amply stocked including basic pantry staples. We provide basic TV which is connected to a digital converter box, a VHS/DVD player, and a Roku 2 streaming pl
## 743 This roomy studio suite (approx. 400 sf) is in the front of a 1926 Spanish tri-plex in the Silver Lake hills. The main room is bright and breezy with a large picture window, high cove ceilings and hardwood floors. Includes kitchen, full bath & private patio. Minimum 2 night stay. Relax, work or both in your own private hideaway! This roomy studio suite (approx. 400 sf) is the front of a 1926 Spanish style tri-plex in the Silver Lake hills. Surrounded by greenery and native plants, you'll feel like you're away from it all, yet you're really within minutes of the best L.A. has to offer. The main room is bright and breezy with a large picture window, 9ft. high cove ceilings, and hardwood floors. It is decorated with stylish furnishings and art -- a mix between mid-century modern, boho chic and vintage. The queen size bed is super comfy -- it's topped with a layer of memory foam and then a soft down alternative layer. There is a sofa, desk/workstation, 32" flat panel TV (with HD cable serv
## 744 Retreat, relax and have a jacuzzi soak in this extremely unique and colorful place I call my home. The color palette will delight you and subliminally make you happy. The walls are hand painted by me with a geometric design that glows in the dark. Super close to Lamill Coffee, L&E Oyster, Alimento, Yakuza Sushi, The Satellite, Silver Lake Reservoir, The Black Cat, Knuckle and Claw, Diablo, and Silver Lake Farmers Market. My place is good for couples, solo adventurers, and business travelers. This space will turn you into a child with its playful decor and color changing design. The geometric hand painted wall designs change according to the light. There are black lights installed in the ceiling as well as normal light bulbs. The designs on the walls not only react to the black lights but also glow in the dark with six different glow in the dark colors. Turn down the lights, basque in the illuminescence, and relax in the jacuzzi under the glowing orbs which hang from the trees.
## 745 Classic Hollywood bungalow built in Spanish Mediterranean style in 1925. Hardwood floors, original built-ins, large private garden and mid-century modern furnishings. One master bedroom with additional office or extra guest room. Situated in the hills of Silver Lake with views of Sunset Boulevard and walking distance to restaurants, bars, coffee houses and sights. Hidden in the hills of Silver Lake, Los Angeles -- just steps away from historic Sunset Junction -- is a true original. Built in 1925, just minutes from the Music Box stairs (where Laurel & Hardy shot their 1932 classic) is our one-bedroom Spanish Colonial guest house - with a bonus room for an extra guest. This house is an authentic architectural with recent renovations (kitchen, separate office, deck) and a large, private garden with views of Silver Lake and Sunset Blvd., as well as a view of Downtown LA. Features include a complete kitchen, full bath, washer/dryer, private entrance, and an additional bonus: a downstairs ga
## 746 2 bed/1 bath located in the more desirable part of redondo, Clean cute home 15 min walk to beach, newly renovated. Conveniently located near Riviera Village restaurants and stores and 10 min drive in to Hermosa Pier. The bedrooms are standard size with queen bed in each room and 1 queen sleeper sofa in the Living Room. Access the private yard connected to unit. Both front and back sides of House will have a locked gate. Not accessible. We prefer very limited interaction. Please don't hesitate to contact us if any issues arise however! The house is part of a duplex attached to another 2 bedroom 1 bath property. Which is also a vaction rental. We are a non-smoking house, but should you want to smoke, in the private Yard, but please remember to close the door. We also ask that you be respectful of our neighbors.
## 747 A private downstairs bonus room with double bed and perfect for person or persons traveling for work or pleasure and needing a simple place to sleep. Close to the Pier and beach. Bathroom shared with the Artsy Beach Cave.(Click on my profile picture and scroll down to see the other listings in my home :) Private Bedroom with Double Bed Bathroom shared with Artsy Beach Cave across the hall. Kitchen, Living Room, Dining Room Back Yard and Front Patio Laundry Room There is a lot of interaction in the kitchen as there are 3 other listings. I work at home for questions! This is a quiet house, not a party house! Everyone loves this neighborhood. It's close to the beach and in a safe area! There is a 232 Bus on Pacific Coast Highway which is a 6 block walk and it will take you North and South. Most guests walk, have cars, or use Uber and Lyft. I have a Big Bright and Sunny Town-home and there are always other guests in the house.
## 748 South Redondo Beach Apt, newly remodeled inside & out. Apartment features 2 bedrooms with queen beds in each, full bath, and kitchen w/ brand new appliances. Just 3 blocks to the ocean and half a mile to famous Redondo Pier and Hollywood Riviera! Centrally located in South Redondo Beach, we're located within a mile of the world famous Redondo Beach pier and Hollywood Riviera. Manhattan Beach is a 5 minute drive, and the beach and some awesome hikes are a short stroll away! Guests will have full access to the apartment, BBQ, and yard! When I am in town, I love to enjoy a glass of wine with my guests and let them know all the fun places and activities in the area! All sorts of dining and nightlife are within walking distance, and all that LA has to offer is a short drive away! I prefer Uber or Lyft for any place that is not within walking distance!
## 749 Spacious 3 bedroom, 2 bath home features large kitchen & living room. Master suite has travertine floor & fireplace. Access back patio through French doors & enjoy private patio outdoor table & chairs and barbecue. Bike or walk to Pier, beach, restaurants Bikes in Garage. Will be out of town
## 750 Beautiful 3 bedroom home with 2 bathrooms and an entertainment room comes fully furnished. Home is close to bike/walk path. Nice quiet neighborhood and minutes away from the beaches ( Redondo Beach, Hermosa Beach, Manhattan Beach), malls, restaurants, shopping centers, etc. Also, 10 minutes away from LAX. EXTRAS: - High Speed Internet Access - Android T.V. Streaming Box for Streaming movies, music, tv shows, etc. - BBQ Grill - 6 Person Jacuzzi - 3 bikes and a Pool Table - Newly remodeled, everything is brand new. - 5min from the beach. - 2 miles/ 3.2km from a major Mall. - 30min from Downtown Los Angeles. - 15 min from LAX. - Biking and walking exercise path 40yds. away. - Walking distance to sports bars (4). The entire home. It also has two entrances. Guests also are welcome to use the bicycles in the garage as well. It's a very safe, clean, quiet and friendly neighborhood located in Redondo Beach, a South Bay neighborhood of Los Angeles, CA. The home is adjacent to Hermos
## 751 Private guest house 1 room +1 ba detached with separate entrance . With its own parking next to the unit.newly remodeled. Very modern. .full bed . Mini referigerator Microwave , closet. Shelves , modern bathroom. Tile flooring , light and bright gated house Private guest house studio plus bathroom and kitchenette detached total privacy Private room And bath parking inside the gate next to the unit As needed Nice neighbors Close to all. Hollywood , downtown Los Angeles, beaches , universal studios , Beverly Hills , rodeo drive
## 752 Come and hang out with us in the beautiful San Fernando Valley! We are right down the street from CSUN, valley performing arts center, Northridge Hospital, 101, 118, and the 405 freeways. Mountain and pool/spa view from your bedroom window. Modern sleek decor. Across the street from a Denny's, baskin Robbins,and a 711. Very safe building. 24 cameras. We have two dogs. a chihuahua and a maltise Terrior mix. Very sweet girl doggies! Brand new queen sized pillow top Serta perfect sleeper bed, memory foam pillows, 800 thread count sheets, internet TV with Netflix, HBO and Hulu, BluRay player, mini fridge in room, alarm clock with USB ports for charging two phones on night stand, dresser, two terry cloth robes, slippers, toiletries upon request, hair dryer, black out blinds, ceiling fan with remote, space in closet to hang cloths and hangers, and clothing hamper in room. We also have a second bedroom that has a desk/vanity instead of a TV set up and no mini fridge. In the bathroom there are
## 753 This is our new home, it's a quite and lovely little neighborhood in the Los Angels Valley. Great for families that are visiting or on vacation
## 754 Spacious 2600 sqft home is fully furnished and beautifully decorated. Only 1.5 miles to CSUN. Located in the suburbs of Los Angeles's San Fernando Valley. In a central location, approximately 30mins from many tourist sites. Coffee, donuts or other breakfast items are served every morning. Fully equipped 50s diner kitchen Premium Cable Movie & Sports Channels Full office center has a House Phone with unlimited nation wide calls, House Computer&Fax/Copy/Printer Wi-Fi enabled common areas Social picnic areas with BBQ grill, swing, and firepit Flat screen TV Bath Towels provided New mattresses & linens Game room/Pool Table/Darts Housekeeping Washer & Dryer Fireplace Bicycles available to use We provide all laundry soap, bleach, toilet paper, dish soap, cleansers, aluminum foil etc. A safe, clean, positive environment, perfect for overseas students and visitors. A great option for interns, and out of state visitors. We offer an all inclusive landing place until the next step
## 755 Surrounded by trees and vegetation with abundant wildlife this cottage feels as if you are far from the hustle & bustle, but in fact you are just up the street from the city life. Located in the rolling hills of horse country near the beach, Los Angeles and Orange County you are only a short five minute drive to shopping and restaurants. Fifteen to twenty minute drive from LAX and Located 23 miles south of downtown Los Angeles and 30 miles west of Disneyland. This private cottage has it's own parking, and is accessed through 2 secure gates down a private secure driveway. There is a private gated patio area and grassy yard located in the front of the cottage which is just perfect for morning tea where you can watch the peacocks forage for food. This cottage has a full eat-in kitchen with high-end appliances and granite counter tops that allow for full gourmet meals if desired. There is a water filter in the kitchen for spring fresh tasting water at all times without the need for bottle
## 756 100 great Restaurants in 10 mins. 23 mins to Disney's Land, and 20 mins to downtown LA. 我们同时有DIY自驾游模式(医院,宝宝证件,租车等)为不想住月子中心的待产夫妇提供更灵活省钱的美国之旅 Great experience in LA You will have private room and bathroom, also kitchen, living room, washer/dryer, and drive way are shared with owners. 我们有丰富的经验和人脉可以帮您找到像我们一样靠谱的宝宝办证中介,租车服务,介绍给您值得一去的旅游路线和注意事项,考取美国驾照,购买美国人寿,提供签证官所需要的租房合同,这些在天价月子中心的服务我们都能免费提供给您相应靠谱讲中文的中介让您自己去办理。让您每一分钱都花的清楚明白。 我们自己也有加州房地产执照,帮助您完成开户,贷款,买房,出租一条龙服务。通过我们细致入微的服务让您在美国能真正的放松心情的有一段愉快的旅行。 The bus stops are 0.4 miles away, many restaurants are in 1 mile. The nearest supermarket is 0.6 miles away. We can also provide tax service for your convenient. We would like create a quiet enjoyment environment for each visitor. Therefore, pets, noice, and smoking are not allowed in the house.
## 757 FW 出囗2分钟,10分钟有餐厅,15分钟shopping center,跑马场。为您配有洗衣机,厨房餐具,网络,暖气,卫浴用品,水果和牛奶,面包咖啡等
## 758 Excellent Location - Next to the beach, Freeways 10 & 405, and the new Metro Expo Line! I can recommend plenty of delicious restaurants within walking distance, but only if you tell me what you're in the mood for. Adventurers and business travelers alike are welcome. Thank you so much for viewing my listing. Safe travels!
## 759 This is a great little studio just a 5 minute walk to Little Osaka (aka Sawtelle Blvd), an awesome neighborhood for tons of great restaurants, shops, and more. The neighborhood is clean and safe, and is a great for walking/biking (so rare in LA)! The Zen Den is a small, clean, peaceful studio apartment in a great walking neighborhood in West LA. The area is clean, calm, and safe, but one of LA's most famous foodie streets, Sawtelle Blvd. is just 2 blocks away! You'll have access to the entire unit. Street parking only Smoking permitted outside only I'll be available via message to answer any questions. The neighborhood is a hot spot in LA; tons of great little shops and restaurants, including all walks of Asian food, from killer ramen, to sushi, to Korean BBQ; to foodie spots like Plan Check, Sonoritas Prime Tacos, and Flores + Sons Wine Bar. Grocery stores (Japanese/Korean Market, Ralph's, and Trader Joe's) are within walking distance, as well as easy access to bus stops. The unit is
## 760 My place is close to Santa Monica beach and pier, Promenade Mall, Highway 405 and 10, different restaurants and bars, coffee shops, movie theaters, Beverly Hills. You can come and go as you please. Enjoy brand new queen bed with plenty of space for your stuff. You have your own private full bathroom. Watch a movie on Netflix or Hulu and enjoy a full body massage chair in the living room. My dogs are extremely friendly and love guests. Guests are welcome to use kitchen, balcony and the living room. I'll be available if you have questions or need help. My apartment is walking distance to many places and minutes away from different beaches and many tourist places and areas Metro and bus stations are walking distance I'm a very clean person and all I ask to keep the room and the spaces you are using clean.
## 761 Cozy bedroom in the heart of Santa Monica. Couple blocks down from the Santa Monica beach, third street promenade a great tourist attraction. Many places to eat and make adventures to. Few minutes away from West Hollywood, and also the Hollywood strip. Would love to have you, and make your trip that much better and enjoyable!
## 762 A bright and modern 1-bedroom cottage located between the city of Santa Monica and West LA. Newly remodeled and furnished, your home away from home comes with high speed wifi, a/c, fully equipped kitchen, cable tv, and convenient on-site parking. This clean and modern cottage has a brand new kitchen, floors, furnishings, with a queen bed in the bedroom and a pull out bed in the living area for extra guests. Located in West Los Angeles, we are central to Santa Monica, Century City, Westwood, Culver City, UCLA, Santa Monica City College (SMC), Brentwood, Montana Ave, Marina Del Rey, and Venice. Linens and towels are provided, as well as coffee and teas in the fully equipped kitchen. Wireless internet, cable, iron, hair dryer, washer and dryer, office desk, as well as air conditioning and heating for maximum comfort. The private cottage comes with its own patio. The backyard is a shared common area for the home. We will provide driveway parking exclusively for our guests. There is keypad
## 763 Shared houseQueen bed, own entrance, studio at the back of private gated house, alarm system, mini fridge, crockpot, oven, brand-new bathroom, 2 miles from ocean, two blocks from Trader Joe's, Ralphs, grocery store, Centrally located on the border of Brentwood in Santa Monica in West Los Angeles. We are walking distance from foodcourts the park and even a rock climbing studio. Tons of gyms nearby. with Mother & Daughter. If reservation is booked quarterly or more it will be twice the monthly dis Sunny, spacious, Gardenview, centrally located, peaceful home, tons of parking, TV, alarm system, Wi-Fi, cable, AC, gated private gardens, Internet, basic kitchen amenities: fridge, grill, microwave, coffee, instant Kettle, mini-oven, expresso maker, outdoor barbecue, popcorn maker, cooktop, tons of mirrored closet space, and outdoor meditation/exercise space. Own, separate entrance/exit. Common shares garden space, one wall, ok to have clean, friendly, fixed dog with extra pet charge & cleani
## 764 Large and private, master bedroom/full bathroom with access to balcony. Prefer Female guest. Musical and artistic host family. Older building, quiet street. Host is voice teacher; teaches in living room a few hours per day. Excellent place for professional person. No use of living room. Limited use of dining room. No cooking. Partial use of Refrigerator; oven to warm up food.Electric Water kettle available for tea or coffee. Some use of selected dishes/cups/bowls. Laundry Room in Building. This is a large 2.5 apartment with 2 full bathrooms and a 1/2 bathroom. You'd be sharing the apartment with a professional who works at home, and teenage daughter. You would have the back room - which is a large (aprox 30 feet by 15 feet) Master Bedroom - very private, double doors to it with full bathroom, TV, CD/Radio, nice new full-size bed, mirror, table and chair for work, and a reclining chair. Glass door leads to a spacious balcony - you can eat outside on Balcony. Limited Kitchen access - no
## 765 Comfortable futon in my living room. Convenient and clean place to stay, great neighborhood, 5 min to Santa Monica, Brentwood and UCLA.. This is my 3 bedroom and 2,5 bathroom 2 story apartment. Living room and kitchen located on first floor. Bedrooms are located on second floor. You will stay in the leaving room. Wifi available. The place is fully furnished and I provide you with linens and towels. Hair dryer is also available upon request. I do not provide parking space, but you may use the street parking, it's free and doesn't require any permit. If I'm not at home you can always call or text me, i will gladly help you with any questions. Coffee shops, restaurants and grocery stores within blocks: apartment is a short walk to Starbucks, Ralph's, Smart and Final, and 5 min drive to Trader Joe's, short walking distance to LA Fitness, and is close to the 405 and 10 freeway, there is a direct bus line to UCLA, the bus stop is a block away. Public transportation is close by including m
## 766 Large and bright two bedroom apartment walking distance to all the bars and restaurants in Brentwood. A short drive to Santa Monica, ucla, Beverly Hills and more! Includes parking spot. The unit is very large, open, and light and clean. Both rooms have lots of closet space, and each room has its own bathroom with a bathtub/shower. You will have exclusive access to the entire unit and all common areas outside of the building. Additionally, there is a shared laundry facility for the building. We live in Santa Monica and are happy to provide you with tips on where to eat, drink, shop and more. The apartment is located on the border of two great neighborhoods: Brentwood and West LA. You are within walking distance to lots of high end shops and restaurants on San Vicente Blvd., a 5 minute drive to UCLA (or short/direct bus ride), 10 minutes drive to Santa Monica. Most of the neighbors on the block are young professionals, along with many UCLA graduate students. The nearest cross street is W
## 767 This is a large, luxury, modern condo with 3 Bedrooms and 2.5 baths. The guest bedroom has queen size bed, night stand, desk, chair and large mirrored closet with luxurious built-in shelves and drawers. The washer and dryer is in the unit and you will have full use of kitchen and all stainless steel. The premises is a controlled access property and you will have full access to the gym on the first floor which as a treadmill and an elliptical and pool table. My place is ideal for couples, solo adventurers, wonderers, explorers, business travelers. In addition to your private bedroom and bathroom, you will have shared access to the spacious living room and an outdoor patio. You will also have shared access to a fully appointed kitchen with all appliances and washer/dryer. I will be in and out during the week, interaction will depend on the guests and what they want. Prime location in west LA. Max 10-15 minute from all main spots like Santa Monica & Venice Beach, Beverly Hills, Hollywood,
## 768 6 min drive -15 min bus to UCLA. Bus stop is 2 min (walk) from house and it makes one stop before reaching UCLA. Then it makes several stops around UCLA campus. The room is next to dinning room and kitchen. It is great for those who would like to feel their space is away from all because that area is empty most of the time, specially at night from 11pm to 8 am. However, the kitchen use may vary (during the day). If this is important for you, please ask any questions you may have. The space is small but cozy. The neighborhood is a very nice area with many celebrities nearby. Thus there is not much commercial activity (to keep it safe). You may go walking to the Getty, which is free and has beautiful gardens and great food! We are lucky to have a bus since many areas of Los Angeles do not have public transportation. Also this bus is supposed to pass every 15 mins M-F 7am to 10pm and less frequently at other hours. Please double check the times. Los Angeles has attractions spread all over
## 769 Close to the 91/605 freeway
## 770 Must LOVE Dogs! (2 pups in the home) 1 mile from Beverly Hills, The Grove, West Hollywood. Restaurants 1 street over. Close to Highways. Private Bedroom and Bathroom. Full Access to House and Kitchen and pleasant human and canine residents. You have your own bedroom and bathroom. Welcome Access to all other parts of the house EXCEPT for the other bedrooms. Interact with us and the dogs all you like. Happy to answer any questions. Safe and Quiet neighborhood. Easy Uber ride to almost anywhere in LA Drive, Uber, or Walk to shopping, highways, restaurants, parks, and museums. Space for one car in garage. There are two dogs, one who barks to greet you but both are extremely friendly and happy to meet new people
## 771 I am renting this room in the Grove short term but would like to find someone to rent it with me. It's very central. Only for April. Would like to share with a girl?
## 772 This studio is located above a single family home on a quiet street just a 5 minute walk away from LA's Miracle Mile attractions. The studio is located above a single family home, accessed by a small outdoor staircase.* There are plenty of windows, brand new hardwood floors, and a brand new tiled shower. The place is furnished with a queen bed, dresser, bookcase, and desk. *Please note that the staircase is quite narrow and the railing is low. You'll have to avoid knocking out a few overhanging roof tiles. This staircase is not for everyone. We recommend packing lightly to avoid carrying anything too heavy up the stairs. Guests will NOT have access to our laundry room, garage, and pool. We will be available in person on weekdays in the mornings (7-8:30am) and in the evenings (6-7:30pm). Weekends are more sporadic, but we can always be reached by cell phone if there is an emergency. We are right at the edge of the Miracle Mile, about a 5-10 minute walk from the LACMA Museum, Peterson A
## 773 Charming remodeled 3 bed/2 bath home with beautiful large backyard in Carthay Circle. 1.5 miles from The Grove, Museum Row and Beverly Hills. Six miles to beach or downtown. With 7 Seat Jacuzzi!!!! Charming historic home with brand new flooring throughout the house, and brand new kitchen. Free wifi. We can comfortably fit 6 sleeping. Peaceful private backyard with hot tub and beautiful outdoor furniture. Washer/Dryer available for guests staying a week. Will have someone greet you when you arrive. Residential historic Carthay Circle neighborhood, tree-lined street. Walking distance to Starbucks and independent cafes. Minutes away from Beverly Hills, West Hollywood, and The Grove Easy access to everywhere Family Friendly Home / Kosher Kitchen
## 774 We'd love to host you! Beautiful Spanish-style 3-BR, 2BA duplex bottom. We have a front and back yard (with large trampoline), well stocked kitchen, large dining room table, wifi, piano, TV, and lots of toys. Note: we tidy up before all guests, but this is our home (not a hotel), so the bookcases and dressers are full of books and clothing. Beautiful Spanish-style 3-BR, 2BA duplex bottom. We are a family of 5, and we have a front and back yard (with large trampoline), well stocked kitchen, large dining room table, wifi, piano, TV, and lots of toys. You'll have full access to all rooms, both yards, all toys, and all amenities. We only rent out our house when we're out of town, but we have friends nearby who can help out. Please be respectful of the neighbors and avoid making noise late at night. Centrally located to many LA attractions: the Grove, La Brea Tar Pits, LACMA, Beverly Hills, Hollywood, downtown, malls, lots of great restaurants. Close to several bus lines. Free parking in dr
## 775 A "spa like" experience in central Los Angeles. You'll be walking distance from LACMA, close to 3rd St shops and restaurants, LAX, and the central location provides easy access to all points East and West. You’ll love my place because of the pool, the garden, the neighborhood, the light, the comfy bed, kitchenette, heated pool, and the heated outdoor shower. My place is good for couples, solo adventurers, friends, and business travelers. It's literally an oasis in the middle of Los Angeles. The space is cozy, quiet and peaceful. The pool can be heated prior to your arrival to 82 degrees F. The pool house is recently renovated, everything is brand new. The kitchenette has a dishwasher, 4 burner gas Miele stove top, water filter, garbage disposal and a mini refrigerator. All of the furnishings, fixtures and finishes are premium. The backyard and pool area are a shared space but exclusive access can be arranged. We can also arrange use of the gas grill. I'm happy to provide recommendation
## 776 Three bedrooms house, centrally located on a quiet street. Close to the Grove, Cedars Sinai Hospital. Beverly Hills adjacent. Enjoy a gourmet kitchen. Private access to the back yard. Wooden floor. Room has a private attached bathroom. Located in Carthay circle, Miracle Mile. Three bedroom house. Access to the back yard and kitchen. Access to the swimming pool. Access to jacuzzi between the hours of 6 pm to 10 pm. Access to the kitchen. Will intereact most of the time. In the heart of the Miracle Mile, Carthay Circle. Walking distance to some of the best museums in LA. Beverly Hills adjacent. Very close to The Grove (about a 15 minute walk or 5 minute drive). What we love about our neighborhood is that it’s centralized yet very quiet. Lots of options here: Several bus lines run within walking distance 5 minute walk to LACMA 5 minute drive to The Grove 8 minute drive to Hollywood and Highland 15-20 minutes to downtown LA 20 minute drive to Venice Beach Beverly Hills adjacent We have t
## 777 A 2-story 1,800 sq townhouse in historic Carthay Square, near Miracle Mile, on tree-lined street, upstairs bedrooms/bath/& downstairs kitchen, living room, dining room with 1.5 bath. 2 miles from The Grove, Beverly Hills, Museum Row & West Hollywood
## 778 very rustic retreat, you will sleep better here. Wood stove for heat, inside and outside shower, romantic. Hard driveway to get up, but you can walk 50 yards. You will not want to leave... There are hundreds of miles of National forest dirt bike trails about 1/4 mile from the cabin. Drop the bikes at the bottom of the driveway, let the non-bikers stay and play at the cabin while you and friends ride...
## 779 very high end and quite area wonderful , Sleeps 2 Hardwood floors, has a separate Private secure entrance with direct access to street . lots of natural light and garden views, spacious marble bathroom and shower, amazing location. Walk to Robertson (Ivy, Chanel, etc.) Beverly Center or the Grove Shopping , Cedar Sinai. Just a couple of blocks to Beverly Hills. microwave, ice maker, refrigerator, krups coffee and breakfast nook Large picture windows allow in natural light and a garden views. Extremely comfortable Queen size bed, flat-screen cable TV with all move stations plus Apple TV. High end luxurious linens. Bathroom includes an over sized spa like shower with seating and incredible water pressure. High end luxury toiletries are provided along with Turkish bath towels . Fluffy bath robe, Rowetna steam iron and board for your convenience. Microwave, fridge, real china and flatware, glasses including wine and champagne. Each guest will received a welcome email from the prop
## 780 Beverly apartment opposite cedar Sinai hospital. 5 mins from rodeo drive and a few minutes from the beverlyhills shopping center
## 781 This apartment is close to Beverly Hills, The Ivy Restaurant, Beverly Center, North Rodeo Drive, and A.O.C. You’ll love my place because of the neighborhood. My place is good for couples, solo adventurers, and business travelers. Free parking on Swall side of the building. Mind you it is street parking in a busy area so sometimes may need to search for parking. The gym, laundry room, pool.
## 782 Beautiful 3 bedroom 2 bath spanish revival lower 2200 square foot flat in duplex. Lovely residential area near many attractions including museums, La Brea Tar Pits, the new Petersen auto museum, and the original Farmers' Market. Easy walking to shops, restaurants, transportation. Close to public transportation. Hollywood, West Hollywood and Beverly Hills are adjacent and close. Santa Monica is 20 minutes directly West. Universal Theme Park over the hollywood hills 20 minutes away. 2 Flat Duplex from 1920's with original features, unusual and have many detailed and special crafted features. We have maintained and restored the rooms to remain true to their history. Ceilings are high with crown molding, wall sconces and coving. Floors are oak hardwood and original tiles in bathrooms and kitchen.A family member lives in the flat when there are no guests. A cat named Leo also lives in the flat and will be on the premises in the flat when guests are here. We take care of the cats food, w
## 783 My adorable apartment is in a charming Spanish building on a quiet side street, one block from the action. It's located next to the LACMA museum and is just off of Fairfax St, which is full of bars, restaurants and more within walking distance. My adorable apartment is in a charming Spanish building on a quiet side street, just a block from all of the action. I can see the incredible LACMA museum from my apartment, the metro is a block away, and I'm just off Fairfax street, full of bars, restaurants, stores and coffee shops. 10 min walk to the Grove/Farmers Market, 5 min drive to West Hollywood/Melrose area, 5 min drive to the highway, 25 min drive to the beach. Centrally located and completely accessible to all parts of Los Angeles (but I love this hood so much you might not even leave!). I will be available by phone if you need anything. There is a lockbox to enter the apartment. You are one block from the subway, central to all of Los Angeles, and it takes around 2-3 minutes for an
## 784 This space in West Hollywood has plenty of room for group travel, family vacations, or simply a home away from home. Not only is this space amazing but the location is key. You have West Hollywood, Beverly Hills, and Hollywood just steps away! Netflix TV
## 785 A comfy bunk bed in a shared room for a traveler on a buget :) Student dormitory like property Allways clean and comfy. Big rooms. FREE WIFI, AC, CABLE TV, UNLIMITED NETFLIX !! Lots of Buses, Stores, Restaurants, where you can get a full meal for JUST 5 !! Just 2 min to CONVENTION CENTER !! 3 min to Downtown, couple of miles to Hollywood, just 20 min to Universal Studios ! FREE Towels, Shampoo, Soap. 420 FRIENDLY LGBT FRIENDLY Why wait ? BOOK IT NOW ! :) nice and clean call me anytime nice and safe
## 786 This beautiful 3 bedroom 2 Bathroom apartment has everything you need for your stay. Underground Parking, Gym, Apple TV, Outdoor Patio, Washer and easy access to the (PHONE NUMBER HIDDEN)/freeways. Quick trips to Downtown, Korea Town, Anaheim, Santa Monica. This will be the perfect jump point for you Los Angeles visit in a centrally located neighborhood just minutes from downtown LA and USC! This three bedroom, two bathroom apartment has a top of the line kitchen, spacious hallways, and private balcony. Feel at home in the comfortable living room as you plan your days in L.A. or just stay in and chill on the big comfy couch while you enjoy Netflix, Hulu, or HBONow on the Apple TV. The three bedrooms come well-appointed with queen size beds in the master and second bedroom and a full size bed in the guest room. Each room has it's own style and furnishings with plenty of closet space, hangers, and dressers so you have a place to call home. The master bedroom has its own private bathro
## 787 An soft and comfy bunk bed in a shared room for a traveler on a buget :) Student dormitory like property Allways clean and comfy. Big mixgender rooms. FREE WIFI, AC, TV, UNLIMITED NETFLIX !! Lots of Buses, Stores, Restaurants ! Just 2 min to CONVENTION CENTER !! 3 min to Downtown, couple of miles to Hollywood, just 20 min to Universal Studios ! FREE Towels, Shampoo, Soap. 420 FRIENDLY LGBT FRIENDLY Why wait ? BOOK IT NOW ! :) Unique clean and nice space :) LA style living ! Everything :) Please call me anytime for help or in case of urgency ! Amazing safe neighborhood !
## 788 My place is centrally located next to Downtown-LA, the Metro Red/Purple & Bus Lines run a short distance away. The Bonnie Brae Historical Tract is close to the STAPLES Center, Dodger's Stadium, The LA Convention Center, The Standard Downtown LA, ACE Hotel, Takami Sushi & Robata, Starbucks, and Library Bar. The entirety of the duplex has high ceilings. My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets). Enjoy your stay in one of the oldest neighborhoods in Los Angeles, this home along with others on S. Bonnie Brae St. date to the 1890's when they were first built. The homes mark a distinct look unlike anywhere else in the city with downtown skyscrapers in the near background. Access only to room being occupied till end of stay. Old structures from different time periods of Los Angeles history. Metro Rail and Bus lines available and close by. Parking tends to be hard to come by later in the afternoon, and especially on Fri
## 789 A comfy bunk bed in a shared room for a traveler on a buget :) Student dormitory like property Allways clean and comfy. Big rooms. FREE WIFI, AC, CABLE TV, UNLIMITED NETFLIX !! Lots of Buses, Stores, Restaurants, where you can get a full meal for JUST 5 !! Just 2 min to CONVENTION CENTER !! 3 min to Downtown, couple of miles to Hollywood, just 20 min to Universal Studios ! FREE Towels, Shampoo, Soap. 420 FRIENDLY LGBT FRIENDLY Why wait ? BOOK IT NOW ! :) CLEAN AND NICE CALL ANYTIME SAFE NEIGHBORHOOD
## 790 If you want the city feel but do t want the hassle of parking this is your place. COZY house with skyline views, Chill out on the backyard and bbq,or relax in the hammock. Private Property. Huge Bed room and private bathroom. Only 10 mins walking distant to LA LIVE! Hard Wood Floors, Backyard with amazing Gas Grill, Sweet Hammock, outdoor tables and seating. W/D included, Dishwasher, Full Kitchen, fridge w/ice-maker. NO PETS Private Backyard Any time they need me. Location to major freeways 3 streets away, Privacy. Metro, Uber, Lyft
## 791 Great deal for nice private studio in downtown LA, old house. Studio with 3 bunk beds. Best price in town!!! Located in safe family area, close to everything in LA. Hollywood is 12 min away, Universal is 17 min. !!!!NO MARIJUANA STRICTLY!!!!! Great deal for nice private studio in downtown LA. Studio appartment with 3 bunk beds. Appartment has everything. Best price in town!!! Located in safe family area, close to everything in LA. Hollywood is 12 min away, Universal is 17 min. Big supermarket with food! No kids, no pets! Street parking only. Street parking. !!!!!NO MARIJUANA STRICTLY!!!!! (No inside/outside)!!!!! Everything Sometime Great deal for nice private studio in downtown LA. Safe area. Bus and Metro Quite and no smoking
## 792 Amazing spot near Downtown
## 793 Located in premium master planed community. Third whole floor with great privacy. Master bedroom with attach with a living room. Community offers swimming pool BBQ area, fitness center, hiking trail(URL HIDDEN)在圣盖博最安全的小区里面。房子最高层出租,有一个山景主卧带厕所,客厅,提供最大限度私人空间。小区提供烧烤的地方,游泳池,健身房。房主可以讲中文。
## 794 Private bedroom and bathroom in quaint Playa Del Rey townhouse in a beautiful gated complex. Blocks from beautiful Playa Beach & minutes from LAX. Fully furnished duplex unit with HDTV in all rooms, covered parking. Tennis, pools & hot tubs et I'll be happy to show you around and give you a ride on my way east.
## 795 Our two story 4BR/3BA home is nestled in a quiet neighborhood between LAX and Marina Del Rey. We are close to Venice, Santa Monica and Manhattan Beach, shopping malls, Trader Joe's & Sprouts. Enjoy beautiful views and sunsets of Santa Monica Bay from our two story 4BR/3BA home with plenty of space for a family. We have two master bedrooms with king beds. One of the master bedrooms has access to a balcony which overlooks the bay. Two smaller bedrooms, each with a twin bed, are great for kids. The dining table can seat 12 people. The kitchen leads out to an enclosed patio, which has a jacuzzi tub & Bar-B-Q, a nice spot to relax, read or enjoy a meal. The living room is airy with plenty of seating (including a game table). Surfers and sunbathers will love the location, just a 2 minute drive to Dockweiller State Beach (walking/biking distance to the beach bike path), 15-20 minute drive to Venice Beach, Santa Monica Beach/Pier, and Manhattan Beach (or take an Uber if you want to skip the h
## 796 This spacious junior one bedroom is perfect for business professionals or vacationers. It's 3 min away from the airport, and a 15 min walk from the beach! Pool, BBQ Grills, Laundry Mat on site, quiet club house for all tenants. This complex has an onsite cleaners too! One of a kind! Gated community. Venice, Marina Del Rey, Hermosa, and Manhattan Beach are all nearby. Santa Monica is 22 min away. Quiet Beach community. If you're looking for peace, this is the spot! I also have airplane - proof windows! On site cleaners, laundry mat, garage, club house, gym with sauna, pool, BBQ grills, and sitting areas located inside the complex! All guests will have access to me during their entire stay. I will answer all calls, unless I'm on a plane :-) It's quiet, beautiful, and family oriented!! There's a few new hip bars in the neighborhood too. Look theses up : - Cinco - Playa Provisions There's a bus stop right on the corner of Manchester and Saran (2 minute walk from the property)
## 797 1 block from Baldwin Hills Mall, Movie Theater, Albertson's Grocery, Staples,Wells Fargo,and BofA. Large, One Bedroom in an excellent Baldwin Hills Location. Near Leimert Park. 15 min to Hollywood, Airport & Downtown. Walking distance to Metro Line. This one bedroom is unique because it comes with a garage if you should rent a car. It also comes with towels and wash clothes. You will also be adorned with handmade moisturizer, body scrub, and handmade scented soy candles. This location has great water pressure and a great tub for a nice warm bath. One block away from Walmart, Baldwin Hills Mall, Staples, Rave Movie Theaters, Baskin Robins, iHop, Wells Fargo and Bank of America. Walking distance to Albertson's grocery store, Metro Train Station. This listing is to rent one bedroom. City tours of Hollywood, Beaches, and Studios are included. Access to every part including garage. Guest are more than welcomed to call if they have any question during their stay. City tours of Hollywood,
## 798 A cottage with tropical/Hollywood theme all to yourself! You'll enjoy your own private entrance in lovely Beverlywood. A one bedroom with a queen size bed, full kitchen and bath, Wi-Fi, Cable, DVD and ample free street parking. PLEASE NOTE: The Hollywood Sign is only up for the Oscars (late February) we love the sign, Oscars and the picture so that is why we included it. The cottage sleeps 2 in the bedroom and the couch has a very comfortable queen pull out bed that could also sleep 2. We added a nice pillow-top so it's like sleeping on a cloud! The kitchen has cookware and small appliances and all linens are provided including bath and beach towels. The living room is spacious and the entire space is clean and tidy. Guests have a separate entrance private detached guesthouse (separate from main house) and access to the garden for relaxing in the California sunshine. We live in the main house and the cottage is in the back so we will be available for any questions or needs you may h
## 799 Charming, modern, newly and tastefully remodeled house w/Gourmet chef's kitchen & marble bathroom, Wifi, cable TV, fully stocked kitchen and a parking spot. We take pride in our listing and we are proud to be super hosts in a one of the most sought after neighborhoods in Los Angeles. We are centrally located in the heart of Brentwood, between Sunset Blvd and San Vicente Blvd, close to hip, trendy & desired restaurants where all the locals go and have not been discovered by many travelers. Fully stocked kitchen, utensils, etc is at your disposal. We have remodeled our home to include Moen shower and TOTO toilet, luxury toiletries and bathrobes. Private Laundry room on the property. Our home is central, just minutes away from desirable shops and restaurants, yet quiet with secluded privacy seldom found in the city. Brentwood is known to house many celebrities & athletes & well known public figures. The expansive windows will allow you to enjoy the Los Angeles sunshine and charming l
## 800 Spacious apartment in the Heart of Brentwood. Walking distance to bars, restaurants and a large chain supermarket. Clean upgraded unit with comfortable bed and couch. Close to all tourist attractions and less than 3.5 miles to the beach. There is 1 Parking spot that comes with the apartment and there is also plenty of free parking on the street, you must pay attention to the street cleaning times. Laundry machine (coin-operated) is in the parking lot, linens and towels are available, a full kitchen with pots and pans, tableware and cooking basics including tea bags and Keurig coffee pods. There is Wi-Fi high speed internet and Netflix. I will check you in and also be available via phone, text and email. There is public transportation less than 2 blocks away.
## 801 Private Bedroom and Bathroom in beautiful Brentwood/Santa Monica adjacent location. Tree lined streets, great for walking/jogging along Brentwood's renowned Coral Tree lined San Vicente Boulevard. Local supermarket is 4 min walk, The area consists mainly of young professionals. Very comfortable Queen Size Bed, high speed internet, cable TV, well equipped kitchen, bathroom with tub and shower. Patio to sit outside and enjoy your breakfast and take in the gorgeous Los Angeles blue skies and sunshine. Use of kitchen. Minutes from beaches, mountains, shops, restaurants and bars on Third Street Promenade in Santa Monica and Bentwood Village. Main bus routes 2 minutes away. Parking in private car port. 20 minutes to LAX. Close to Getty Villa, Getty Center, LACMA, UCLA. Ideal location for travelers, business people or UCLA students.
## 802 Get ready to relax in beautiful, safe Brentwood! Stroll to San Vicente, Montana, or Wilshire. Drive or Uber 3 miles or less to Santa Monica beach or UCLA. No additional cost for extra persons (max of 3) and a flat 20 cleaning fee make this one of the best deals in West LA. Queen bed, twin bed (not a futon!), desk, mini frig., 42" flatscreen, wifi, Netflix, Amazon Prime, coffee, filtered water, private bathroom w/soaking tub. Check in whenever you like after 2 pm with your private door code. No additional cost for extra persons (max of 3) and a flat 20 cleaning fee. Queen bed, twin bed (not a futon!), desk, mini frig., 42" flatscreen, wifi, Netflix, Amazon Prime, bathrobes, coffee, filtered water, private bathroom w/soaking tub. Please note that the private bathroom is not ensuite - you must walk down a short hall to your bathroom (see photos). ***Please do not book with me unless you and your companions like or love cats. Colby cat will want to be your friend and I don't want anyon
## 803 Sleeps 4+! Last minute OK! Best Santa Monica location North of Wilshire. Huge, clean entire 2 bedroom/ 2 bathroom condo. A "best deal" for this area. Master bedroom has European King bed and own private bathroom with massage shower. Second bedroom has 2 twin beds. Second bathroom has bath and shower. Large kitchen, huge living room, fireplace, balcony, pool, top floor unit. Walking distance to Brentwood, Ralphs market, bus lines, even walk to the beach. Cable TV, projection movie TV, full high speed internet/ Wi-Fi. Street parking, secure entry safe building, surrounded by trees, very sunny, very private. Bright and sunny extra large living room, best Santa Monica / Brentwood location, secure entry and location, top floor unit with mature trees and privacy. Access to all amenities, Kitchen, Balcony, Pool, Jacuzzi, Laundry room. Kitchen with dishwasher, microwave, toaster, all utensils and new pots and pans for cooking. Clean rooms with NEW sheets and NEW towels for each new arrival.
## 804 Close to UCLA, Brentwood Farmers Market, and only 2 miles from the beach. A great place to stay because of the neighborhood, the light, the outdoor space, the ambiance, and the breeze. Good for couples, solo adventurers, and business travelers. Private bedroom with clean, private bathroom. Delightful full balcony and natural light and breezes. Very quiet area for great nights rest. Vast closet space and Smart TV in room. Full access to everything in the house. We are in an out. Home most evenings. Best neighborhood in LA. Close to Whole Foods, CVS, coffee, shops, and restaurants all within walking distance. Uber Pool is super cheap. Metro is 1 mile away. CHECK OUT 11 AM CHECK IN 4 PM PLEASE LEAVE THE KEY UNDER THE MAT WHEN YOU CHECK OUT. Street Parking is Free. There is Street cleaning on one side Thursday and Friday morning for 3 hrs beginning at 9am.
## 805 3 bedroom apartment in very nice and quiet neighborhood. Lots of shops (including supermarket), bars and public transportation walking distance, 15 min away from the beach and Westwood (UCLA). Spacious, bright room with a comfy queen bed in a perfect location - Brentwood. It's not easy to find a walkable neighborhood in Los Angeles! Enjoy my spacious room in the lovely Brentwood neighborhood. Location, Location, Location! Brentwood is one of the most desirable neighborhoods in the Los Angeles, with beautiful homes, clean air and tree lined streets. There are wonderful restaurants and bars within walking distance but it's also close to the nightlife in Venice, Santa Monica and Marina Del Rey. Book with confidence, my calendar is up to date. • Laundry machine (coin-operated) • Linens and towels • A full kitchen with pots and pans, tableware and cooking basics • Shampoo, conditioner, soap • There is plenty of free parking close by • Wi-Fi high speed internet and Cable • DVD Player
## 806 12 x 18 sunny spacious bedroom with two beds (1 Queen and 1 single) in Brentwood with market and restaurants in walking distance. 5 miles from beach. 20 mins from LAX. 2.1 miles from UCLA. 2.5 miles to Getty Museum. Outdoor patio. Wifi service. Large bedroom 4 miles from the beach Access to bathroom, living room and patio . I usually met with all the guests and will interact with them at arrival and departure. You can always text or call me. Brentwood has many fine restaurants and shops, has a moderate climate, 2.4 miles from the amazing Getty Museum, 5 miles to the beach and 20 minutes to Hollywood, Downtown LA and LAX. UCLA is just 2 miles away. Prime location on the westside. Plenty of street parking is avail with minimal restrictions. Do not park in the driveway . The unit is on the second level in the rear building down the driveway . It is up a short flight of stairs. No pets. Wifi is available :) No smoking on property.
## 807 Nestled centrally in the heart of Brentwood and Santa Monica! Great shopping, restaurants, cafes, nightlife and the beach are all within walking/biking distance. Memory Foam Queen Bed Private Bath Central A/C FREE LAUNDRY (WASH AND FOLD). NOTE:- I have another room as well that will be rented out to other Airbnb Guests. You will be sharing the apartment with other Airbnb guests so you will share the common areas. The apartment is beautiful. Has hardwood floors in the living room, tile in the kitchen and carpet in the bedroom. Bedroom has a incredible Queen Memory foam Mattress. You get your own Private large bathroom that features a skylight (Super Cool) Bordering Santa Monica located in Brentwood, this place is THE BEST LOCATION in Los Angeles. Beach and 3rd St Promenade is 3 miles from here. UCLA is about 1 mile away. My Listing is much cheaper compared to others since I am just trying to cover the rent for the other room at my apartment. I also live in the same apartment, but I have
## 808 My place is close to SUGARFISH by sushi nozawa, Katsuya Brentwood, The Coffee Bean & Tea Leaf, Coral Tree Cafe bus stops, metro. You’ll love my place because of the location, the people, the ambiance . My place is good for couples, solo adventurers, and business travelers.
## 809 **Please note that while my place is usually listed as a 'private room', I'm going out of town for several weeks, so I am changing it to 'entire home' while I'm gone. My own bedroom will be locked off.** Located in Brentwood, my place is walking distance to amazing shops, restaurants, and bars. Only 3 miles from the beach and even shorter distances to downtown Santa Monica, Westwood (UCLA), and West LA. This area is very easy for a bike, bus, car, or Metro train. I've decorated my place with a very clean, modern feel. I can easily host up to 2 people with a private bedroom (which has a comfortable pillow-top queen bed) and private bathroom. It's also the perfect place for any cinefiles or music enthusiasts (more on that below). My place is in a great location for traveling around Brentwood, Santa Monica, Venice, Culver City, and West LA, as well as all of Los Angeles in general. I should also mention that the entire place has been recently renovated. The modern kitchen was built in
## 810 Luxurious & Fully Furnished Century City Adj. restored Spanish character home. Home is just under 2,000 sq ft with three bedrooms and two bathrooms, designer done kitchen, wood burning fireplace, recessed lighting, laundry room, formal dining room with seating for six & upgraded bathrooms with floating tub & rainfall shower heads. Fully equipped kitchen, linens, Apple TV, wi-fi & Sonos speakers throughout. Centrally located near Beverly Hills, Westfield Century City & Fox Studios. Fully furnished Century City Adj. restored Spanish character home available for summer short term rental. Home is just under 2,000 sq ft with three bedrooms and two bathrooms. Designer done kitchen with 6 burner Thermador stove, LG refrigerator, island with seating & large pantry. Additional features include dual pane windows + skylights throughout providing plenty of natural sunlight, living room with wood burning fireplace, recessed lighting, laundry room (Electrolux washer/dryer), formal dining room with
## 811 The studio is centrally located and just 5-10 minutes drive to Hollywood Blvd, Universal Studios, Griffith Park, LA Zoo and other key LA Attractions. It's walking distance to restaurants, personal services & grocery stores (Bea Bea's, Coffee Commissary, Starbucks, Trader Joes, Vons, etc); and many of the Burbank Studios (Universal, Warner Bros, Disney, Sony, etc). You’ll love it because of the location, the coziness and convenience - good for couples, solo adventurers, and business travelers. Wood and tile flooring throughout. Ample closet and storage space. New appliances. Central AC & Heat. Our luxurious and super comfortable queen mattress will ensure solid sleep during your stay . Bedding/linens and towels are provided. Wifi is provided and you can access wifi based entertainment on our convenient SmartTV. The kitchen is equipped with the following: gas stove, full sized refrigerator, microwave, toaster, French coffee press, tea kettle, flatware, dishes, drinking glasses, wine glas
## 812 Super comfortable, quiet and clean. Walking distance to NYFA and all major studios (Warner Bros, Disney, NBC) as well as shops, grocery stores, coffee shops, and public transportation. Close to Universal Studios as well as St. Joseph's Hospital, West Hollywood, and the beaches. Charming Toluca Lake neighborhood! Great home base, just minutes from Hollywood, Universal City, Pasadena, Glendale, and Beverly Hills. Walking distance to New York Film Academy and all major studios. Gorgeous, sun-filled large bedroom with cozy red-brick gas fireplace, dual closets and plantation shutters. Full, private bath off hallway with soothing, jacuzzi hot tub & custom tile-work. Beautiful pool for lounging and sunning. Walking distance to shops and grocery stores, Trader Joe's and Starbucks. Can walk to great restaurants, a sport bar or more trendy bars with live music. Every Sunday there is a quaint Farmer's Market around the corner. Lovely tree lined streets in a very safe and quiet section of B
## 813 This is a cute & cozy 2 bedroom/2 bath apartment. You get your own private guest room w/ full size bed & your own full bathroom & half of my closet. I have 2 adorable bunnies & am a non-smoker. Light use of kitchen, dinning & living room permitted. Israel and myself currently live in this two bedroom 2 bath apartment. I work a couple jobs mostly from home and Israel is a college student. The place is fairly quiet and neat. I am very respectful and considerate of others and like the same in return. We just ask you to please remove your shoes after entering the apartment. There is a Starbucks and Subway restaurant within walking distance like 2 blocks away. Very close to Ikea, Burbank mall, grocery stores, Target and many other shopping centers. I recently created and produced my first TV pilot starring some well known Hollywood actors like Patty McCormack, Dot Jones, James Kyson and Art LaFleur. I speak Italian and have a design background. This room is perfect for a couple or parent/ch
## 814 Our conference room is perfect for off-site meetings, client presentations, or office retreats. The flexible layout and and central location make the ideal choice for meeting with clients or colleagues in a comfortable and convenient location. Can be rented for 65/hour for non-members, 55/hour for members. Typical hours available are Monday - Friday 8:30 AM - 6:00 PM. Additional hours and weekends can always be arranged by appointment. If you have any questions please contact us.
## 815 My place is close to Chandler Bikeway, Metro Red Line station, Warner Brothers, Disney Studios, Burbank Airport, New York Film Academy, Porto's Bakery, Woodbury University.... You’ll love my place because of the cleanliness, and fruit bearing trees..
## 816 Adorable back house studio in the Burbank Hills. Area is surrounded by mature trees and beautiful homes. Just a short walk (or shorter drive) to Wildwood Canyon, Stough Canyon Nature Center, downtown Burbank and so much more. Just what 1 or 2 people need for a comfortable stay without the crazy hotel prices!
## 817 If you're looking for a discreet, romantic getaway- or just a serene escape from the everyday noise of the city, Pasadena Foothills Oasis is the perfect place for you! Located close to trendy, chic shops, and world-class museums, and gardens. Welcome Situated on a lushly-planted 1/4 acre property, studded with mature trees, exotic tropicals and organic vegetables this is the perfect getaway for those seeking true respite. We are fortunate to receive frequent visits from hummingbirds, wayward green parrots and colorful butterflies. The property is located near the ROSE BOWL and even closer to the ROSE BOWL PARADE, world famous Huntington Botanical Gardens and the LA Arboretum. The Norton Simon Museum, Old Town Pasadena, The Santa Anita Racetrack and fabulous hiking trails in the nearby San Gabriel Mountains are all within a 5-10 minute drive. 2 miles to the 210 Freeway. As seen from the photos, the Interior includes fine Arts and Crafts furniture. Antiques connoisseurs will recognize s
## 818 Open studio space that opens on a large porch towards a green backyard. JPL, Caltech, Rose Bowl and Art Center close. Avocado and Orange trees, calm neighborhood inviting for relaxed hours in this cozy home. Free parking available. The studio has great bright lights for artworks, a good kitchen for food lovers, a great relaxing porch for readers, fast wifi, in short - something for everyone. Plenty of street parking in safe neighborhood. Private access through own door. Access to own porch. Limited access to backyard. We're a family of 4 with a 1 and a 10-year old daughter. Altadena is nested in the foothills of the San Gabriel Mountains. Trails and wilderness are just a couple steps away. JPL, ArtCenter, Rose Bowl, Caltech and Pasadena are only minutes from your door. Bus (PHONE NUMBER HIDDEN) nearby (URL HIDDEN) Free parking. Commute to JPL, Rose Bowl, Art Center 10min. Commute to Pasadena, Caltech, Eagle Rock, La Canada, Huntington Library 15 min. Downtown LA 20min.
## 819 Beautiful mid-century/modern home located in Altadena/Pasadena; serene, quiet, peaceful, yet close to everything Los Angeles and Pasadena have to offer. Just 10 minutes to exciting old-town Pasadena, 20 minutes to Downtown Los Angeles, 25 minutes to Hollywood and 35 minutes to Santa Monica and the beaches of LA. There are amazing hikes just minutes from the house.
## 820 My home is close to restaurants, 24 hr fitness, hiking and bike trails, JPL, Art Center Of Design and the Rose Bowl. It is 15 miles from downtown Los Angeles.
## 821 Nestled under the view of the San Gabriel Mountains; Cabana San Pascual provides the traveler with a restful place, in a neighborhood of tree-lined streets, away from the urban noise but still close enough to points-of-interest, shopping and dining. Your hosts, Karen and Mel, have created a welcoming environment of the type in which THEY would find comfort, away from home. We look forward to YOUR stay! Some History Cabana San Pascual gets its name from its heritage. It is located in what was the Rancho San Pascual; a 14,403-acre (58.29 km2) Mexican land grant in present-day Los Angeles County granted by Governor Figueroa, in 1834, to Juan Mariné, a retired artillery lieutenant. In 1852, another Mexican Army lieutenant, Manuel Garfias, the namesake for Garfias Drive, was granted title to Rancho San Pasqual by Governor Micheltorena. In the ensuing years the Rancho evolved into the cities of Pasadena, South Pasadena, and portions of San Marino, and the unincorporated communities
## 822 My place is close to Eaton Canyon. You’ll love my place because of the coziness: the studio apartment is nestled beneath a 100-year old pine tree in a quiet neighborhood. The back yard has a gas barbecue grill and several eating areas. My place is good for couples and business travelers. Couples with an infant or small child are also welcome to book since the futon couch is available as an additional sleeping area. My space is unique because I have a fully equipped Pilates room in the main house. I am also a certified GYROTONIC trainer. I am available for private sessions on the weekends and some evenings during the week. My guests will receive a private session at half price. If you want to customize your own workout, just let me know and I will make available (at no cost) free weights, foam rollers, fitness circles, flex bands, etc. Just let me know what you are looking for. The back yard has a patio with a gas grill and a gorgeous tiled table made from a tree trunk. There are
## 823 Lovely home in a very quiet neighborhood. Near JPL and hiking trails. About 3 miles from Old Town Pasadena. Close to public transportation. Nice bedroom with shared bath (if other guests are occupying other space). Very quiet, close to hiking trails, coffee shops and public transportation. Near JPL. Near JPL
## 824 I have another listing for just the guest bedroom but I sometimes go out of town with my dogs in tow and rent the entire house. Here's that listing: https://www.airbnb.com/rooms/5929157 which full pictures.
## 825 Our home is close to parks, the city center, Old Town Pasadena and the Rose Bowl. Minutes from upbeat night life, live music, modern cuisine and craft breweries. It is 20-35 miles from many great beaches, Disneyland and Universal Studios. There are dozens of great hiking trails within a couple miles of the house with beautiful views of the San Gabriel Mountains. You can also find art and culture nearby. My place is good for couples, solo adventurers, business travelers, and families.
## 826 The house is close to Train station, bus stop, Restaurants, Santa Anita Race Track, Huntington Hospital, Methodist Hospital, Shopping centers, Santa Anita Shopping Mall, Los Angeles Arboretum, Hiking trails, Parks, Library, Pharmacy, Health Food Grocery Stores (Trader Joes, Sprouts). You’ll love it's close proximity to the San Angeles mountains, the neighborhood is safe & quiet, and the place is comfy. It's a great place for couples, solo adventurers, business travelers, and families (with kids)
## 827 Located on a quiet tree-lined street in the beautiful city of Arcadia, you will have a private room and private bath in the suite. Queen pillow-top bed with silky soft cotton 640 thread count sheets, and a queen sleeper sofa. There is a 50-inch HDTV with BluRay/DVD player, and SUPERFAST Wi-Fi. Wood floors in the bedroom, granite in the bathroom and kitchen. Central heat & A/C, and on a very quiet street and neighborhood. There is LOTS more information below - simply click on the '+ More' links. This listing is for one large bedroom/bathroom suite (376 sq/ft total) with its own privately accessible bathroom from within the room. This is a single family one story home on a quiet tree-lined street. The rented space includes one bedroom with its own bathroom within the room (i.e. privately accessible.) There is a queen bed plus a comfortable queen sized sofa sleeper. The room sleeps up to 4 people. There is a 50-inch HDTV with off-the-air local channels and a Blu-Ray/DVD player. The
## 828 Arcadia核心区百年HOUSE,毗邻著名的santa anita赛马场,Westfield购物中心和美以美医院。院中各种落叶乔木常绿植物,庭院深深落英缤纷。 Arcadia核心区百年HOUSE,毗邻著名的santa anita赛马场,Westfield购物中心和医院。院中各种落叶乔木常绿植物,庭院深深落英缤纷。最典型的美式住宅:明火壁炉;自烧暖气——在洛杉矶有真正暖气的房子屈指可数;半英亩的大院子;被绿树环绕的屋企,近百年的房龄,却无沧桑,只存韵味。 房屋所有固定設施。 每天 安靜,安全,優美。 位置极好,位于白人华人富人区。学区,购物,待产,一应俱全。
## 829 1940's Bungalow in Atwater Village, With its updated but vintage kitchen and bath and hardwood floors. (website hidden)_Village This property is a duplex.
## 830 Modern, spacious, and peaceful apartment in the heart of Hollywood - just minutes from some of the top tourist attractions, restaurants, cafes, and shops. My 1 Bedroom /1 Bath is located between the Sunset Strip and the Hollywood Walk of Fame, and is just steps from trendy Runyon Canyon, Universal Studios, and the hip cafes of West Hollywood. It is the perfect base for your trip to LA! Lots of light with open floor-plan. Fast WiFi, Smart TV, AC in living room, and fresh linens and supplies! My apartment is really located in the center of Hollywood, in the middle of Los Angeles. Here is a quick description of the space... When you walk in you will immediately notice a modern, completely new apartment. All of the furniture, linens and towels, and kitchen appliances are all brand new. The first room you enter into is a the living room. The open floor plan of the living is very spacious, the kitchen is open to the dining room as well as to the TV watching area, so it's great to enjoy the s
## 831 • Walk Score 87 (many restaurants, bars, shopping within walking distance) • Private balcony off living room • Private patio off bedroom • Bathtub + Shower • Secured parking for 1 vehicle • Onsite coin washer + dryer • Strong wi-fi throughout entire home • Netflix, Hulu, or Amazon Prime streaming service • Close to the Hollywood Walk of Fame + the TCL Chinese Theater + Shopping on Melrose • 24 Hr Receptionist Service • Professionally cleaned before every guest • Self-Check In Access Centrally located, 1st floor 2 bedroom apartment with 55" 4K Smart TV, open living/dining/kitchen layout. Each bedroom has their own 12" queen memory foam mattress. Master bedroom has an in room smart TV and 2nd room has a private balcony. Nicely sized bathroom with bathtub and stall shower. Check out Airbnb's Hollywood neighborhood guide: https://www.airbnb.com/locations/los-angeles/hollywood I highly recommend downloading the Waze app for directions in avoiding traffic if you plan on driving in Los Angele
## 832 Cozy 2 bedroom duplex in Hollywood, with easy access to all the entertainment that Hollywood has to offer, Hollywood Bowl, Walk of Fame, Madame Tusades, Universal Studios, Ground level, plenty of parking. Short walk or 5 min drive to Hollywood Blvd and Sunset. Walking distance to many of the top restaurants in LA; bars, clubs, and shops on Melrose. This unit has been completely renovated in 2014, All new Appliances, New modern Custom Kitchen, New Bathroom and designer details throughout.
## 833 My cozy, historical hollywood bungalow is close to ArcLight Cinemas, Tender Greens Hollywood, and Stella Barra Pizzeria as well as the metro red line & Trader Joes. You’ll love my place because of the location, and the coziness. Nestled between other bungalows, it has a lovely artistic, neighboorhood feel. My place is good for couples, solo adventurers, and business travelers. You will need to have the (SENSITIVE CONTENTS HIDDEN) Chrome Cast App on your device(s) if you want to cast/watch television. At check in. Close to metro station and bus routes Free Street Parking. Signs are posted indicating street cleaning days :)
## 834 All brand new spacious bright apartment at an affordable price in the heart of Hollywood. Extremely cozy fully furnished studio apartment is located in a walking distance from Hollywood Walk of Fame, Chinese Theater, Dolby Theater, Madame Tussaud's. The apartment is perfectly located for those who come to see Hollywood and West Hollywood. Extremely cozy and bright studio apartment is in a walking distance from Hollywood Walk of Fame, Chinese Theater, Dolby Theater, Madame Tussaud's Hollywood Museum, and much more. Here you don't even need a car to get to the best Hollywood attractions, bars, restaurants, clubs, and shops. You will have an opportunity to live right in the middle of all the action and highlights. Universal Studios is just 10 minutes by car. Apartment comes completely fully furnished with 1 real bed, 1 pull-out couch and 1 full bathroom, brand-new LED HD TV, Wi-Fi Internet, dishwasher, built-in washer and dryer, and 1 parking indoor space. Magnificent city view from a hi
## 835 Happy, sunny, clean apartment in the heart of it all! This is a clean, cozy spot that can accommodate up to 3 people. The home is located on the border of Hollywood and West Hollywood making either location accessible. There are several coffee shops, bars and restaurants within walking distance, as well as a park with public tennis courts. Guests will be able to access the entire unit, including: bedroom, kitchen, bathroom and balcony. There is also an on-site hot tub and washer dryer unit. I will be available by phone or text and likely in a nearby unit if you need help or direction. This is the perfect neighborhood for someone wanting to see lots of Los Angeles, quaint restaurants,cool bars, Runyon Canyon, Hollywood blvd. and the world famous Guitar Center are all within walking distance! There are several local bus stops. As well as local taxis: ((PHONE NUMBER HIDDEN) Uber code: "ecl66" will get you a free ride around the city *first time users*.
## 836 Two bdrm / 2 bthrm townhouse available in a modern Mediterranean Style building located in the Melrose District/Hancock Park area. Dual courtyards and a private rooftop deck w/ view of Hollywood Hills. Just 5 minutes from busy Hollywood & Highland. Modern townhouse with high ceiling in the center of hip Melrose District. Great building with gated courtyards and shared private rooftop deck for sun, grilling, and relaxing. Rooftop deck with grill, chase lounges, and outdoor furniture for reading/relaxing. Quiet 25 unit condo building filled with artistic and professional couples and individuals. Melrose District / Hancock Park adjacent. Walking distance from Paramount Studios, Pink's Hot Dog, and the hip Melrose Avenue scene. Walk, Uber, or simply rent a bicycle for 20.00 per day down the street.
## 837 Cozy Spacious 2 Bedrooms 2 Bathrooms Apartment located close to Sunset Blvd and Highland ave., close to Walk of Fame. 2 Queen size beds, each room with his own coffee machine, 1 sectional sofa-bed, 2 FREE Parking spots, FREE WiFi, Netflix, Amazon Tv , Full Kitchen, Balcony, Central AC, Fireplace, Essentials, Shampoo. Walk to Walk of Fame, Shopping, Nightlife, Metro, Restaurants and major attractions. Sectional sofa bed with memory foam for your comfort! -Laundry room with washer and dryer in the building. -Fast Wi-Fi connection -2 gated parking spots -Full Kitchen -Sectional sofa bed with memory foam mattress I'll meet you at my space, give you a tour and keys, then let you get to relaxin' asap. I can be reached anytime by phone/ text. I would try my best to help you as much as I Can !!! This neighborhood is amazing, friendly and safe. We have a small market in the corner and around the corner there is a shopping center with sushi and fat-sal's.Ride aid , 7 eleven, chick-fil-A , Raph
## 838 You’ll love our place because it's located in the heart of Hollywood/West Hollywood. A Clean Charming apartment- quiet, yet steps away from the Sunset Strip. The famous breakfast spot, "The Griddle" is across the street on Sunset Blvd, where you can often spot celebrities. Our place is close to Walk of Fame, The Laugh Factory, Sunset Blvd, The Grove, Saddle Ranch, Pink Taco, Cabo Cantina, Runyon, Universal Studios, 1hr from Disneyland, 1hr from Six Flags Magic Mountain. This is a lovely eight unit complex on Fairfax ave. Between the famous Sunset Strip and Santa Monica Boulevard. The complex is secure with an outside gate and security cameras. Our unit resides on the backside of the complex. It allows for quiet privacy while being steps away from two of the most famous streets in West Hollywood. The Master Bedroom Is a private bedroom with a bathroom down the hall. The Style inspiration for the room is a bit dreamy. With cloud like light fixtures and stars above the bed. The bedroom
## 839 The Harper is a newly designed two-story Modern Contemporary Residence centrally located in Los Angeles/on the border of West Hollywood between trendy Melrose Avenue and Santa Monica Blvd. The Harper features soaring ceilings, large windows, sumptuous indoor/outdoor living, dining on the ground floor, along with a fully equipped gourmet eat-in kitchen, seating area and powder room. The kitchen is fully equipped with top of the line appliances, dish/cook/glassware and utensils. Washer/Dryer is conveniently located in the two-car garage. Off the formal living room is a sleek & sexy patio with BBQ, dining for 8 and outdoor sectional with fireplace coffee table for your maximum enjoyment and relaxed dinners and entertainment on warm evenings. Upstairs is the family room, three bedrooms/baths with sumptuous beds and linens. Cable TV, DVD and sound surround throughout. Property is also available for TV/Film/Web/Print shoots and Corporate/Special events with rates upon request. An absolute so
## 840 2 bedroom and 2 bathroom apartment in central Hollywood, walking distance to the Hollywood Blvd Walk of Fame, public transportation, TCL Chinese Theatre, supermarkets, pharmacy, restaurants etc.. Is a very spacious apartment in a quiet apartment complex. The master room has a queen-size bed, a large private bathroom, walk in closet with hangers and wireless internet. The queen-size bed accommodate two adults. The second room has a queen-size bed, walk in closet with hangers, wireless internet, balcony and the bathroom is outside the room. The queen-size bed accommodate two adults. A really nice leather queen-size sleeper sofa accommodates another two guests upon request. We provide bed linens, towels, blankets, shower gel, shampoo, conditioner, q-tips, iron with iron board, dishwasher detergent, hair dryer, tea, coffee. The apartment has a large living room, with a 42 inch TV with Apple TV, a roomy and cozy balcony, and a fully equipped kitchen (large refrigerator, oven, stove, dishwas
## 841 The coziest studio apartment w/ the absolute best location! Less than half a block to Hollywood & Highland (Manns Chinese Theatre,The Hollywood Walk of Fame), one block from Sunset, & one mile from Melrose shopping! **** PLEASE NOTE **** There is a property close by that is under construction. I unfortunately can't do anything about this situation. This apartment would be best for people who plan on being up and exploring the city by 8-9am. So sorry for the inconvenience but this is beyond my control. Location location location!! This property prides itself on its superb location of being surrounded by retail outlets, bars, restaurants, movie studios, theaters and transportation facilities (Metro subway station and bus stop across the street). The space it's self is a cozy large studio with a full bathroom and kitchen including a microwave, toaster, and coffee maker. The sleeping area holds a queen bed that sleeps two. The apartment has a hip/ shabby chic vibe and is furnished and de
## 842 This cozy studio apartment is fully furnished.Located in the Heart of Hollywood. The unit comes with free internet and cable TV. One parking spot is designated for this unit.Famous Hollywood Stars, Shopping and Restaurant walking distance. Studio apartment with kitchen. Unit comes with free internet and cable TV. One parking spot is designated for this unit.Famous Hollywood Stars, Shopping and Restaurant walking distance. Famous Hollywood Stars, Shopping and Restaurant walking distance. Metro Rail and Bus one block away.
## 843 >Located IN THE HEART OF L.A. by Upscale Melrose District in Hollywood; ENTIRE House for your group > BRAND NEW! Huge Luxury Private House with big PRIVATE BACKYARD, 2 living rooms, 4 Bedrooms,Big Kitchen, 3 bathrooms, BBQ area, > Only 10 walking blocks to 'Hollywood Walk of Fame', 10 minutes drive to Beverly Hills, 20 min drive to Santa Monica BEACH! >Walk to Restaurants, Nightlife, best shopping in L.A. >Brand new furniture and appliances in the House > Free WIFI This is a BRAND NEW furnished and renovated HOLLYWOOD Home located in hip ' Melrose Shopping and Dining District' . We are located in a quiet, upscale and safe street where famous TV show '' Melrose Place '' scenes was recorded. !!! This House is located very convenient to most attractions in Los Angeles!!! You will have the ENTIRE HOME with all private suites and will also have a private doors. Including a private garage/office space attached and a BIG BACKYARD with lounges and BBQ. WALKING DISTANCE to Department Stores, M
## 844 This cool modern studio is in the heart of Hollywood. A few steps from the Dolby/Chinese theater, Walk of Fame, Madame Tussauds, Dave & Buster's a plenty of restaurants. Kitchen WiFi Parking (1 spot + Secured optional) Balcony Enjoy. Pool Wifi Laundry Facility Parking (1 Space Optional) Ill be around if you need me. Ill make recommendations if you need me to. If If I'm not busy I may be able to give you a brief tour of the surrounding area. Just ask. Classy, Quiet & Mature -You are walking distance (1 block or less) to: *Restaurants (Dave & Busters, California Pizza Kitchen, Chinese, Mexican, +++) *Entertainment (Bars, Lucky Strike Bowling, Movie Theater, Museum) *Shopping (Victoria Secrets, Louis Vuiton, Lids, Shoe Palace, +++++) -The Metro stop is also a block away walking -Uber and Lyft to and from this location is very inexpensive due to the property being in a prime. area.
## 845 Located across the street from the Hollywood Walk Of Fame on Hollywood/Cahuenga, our 2BR/2BATH 1100 SQFT apartment is ideal to enjoy Hollywood's best restaurants, shopping, entertainment & more! Features two bedrooms with private doors, 3 queen beds, 1 queen sofa bed, two HDTV's w/Netflix, spacious living room, 2 dining areas, free WIFI, full kitchen with essentials, pool, & two free indoor parking spots! Welcome to my place! You will have my entire 2BR/2BATH 1100 sqft apartment all to yourself. It is safe and yet close to everything in town! Bedding: There are two private bedrooms and one big living room. Each bedroom has its own private bathroom. Each bedroom also has a big and comfortable Queen pillowtop bed. There is also a queen pillowtop bed in in the living room. I also have a great couch that converts into a queen sofa bed and a queen air mattress. Four queen beds plus 1 queen air mattress, making it 5 total queen beds. All linens and beddings are provided. I have many regula
## 846 Apartment is 1 block away from the Hollywood Stars, located in the heart of Hollywood and close to shopping, restaurants bars & grocery store. It's nicely furnished and has amazing views of the city. Master bedroom & bathroom is all yours :) It's a beautiful and clean tranquil place, fun for a family or singles due to its location. The major public transportation, metro, bus and taxi's are 3 blocks away on Hollywood and Highland. Wireless internet and pool Neighbors are friendly and trustworthy, it's nice to walk around the lively streets of Downtown Hollywood. The metro and all main transportation is 2 blocks away.
## 847 Who would ever have thought that you could go camping in the middle of Hollywood, now you can! At the same. Time you will have all the amenities of a compfy home, with access to bathrooms, kitchen and living space. Ultra high speed internet included Our Bohemia meets Roman villa enclosed space creates a sanctuary of positive energy. Come with a global mindset to join in a conversation with our other guests or enjoy the privacy of your own sleeping area. Start the day off with complementary coffee. We have laundry available. All of our guests share two bathrooms, kitchen, dining, and living rooms.
## 848 Great large studio apartment in the heart of Hollywood, with a nice pool area. The famous walk of fame and red carpet events at your doorstep , located next to the famous Chinese theater and Hollywood & Highland mall, grocery store, fitness gym, dining, shopping, museums, tours, metro station, entertainment & nightlife. The Location is the best part of this apartment, Its right next to shopping, dinning, & entertainment (H&H center, Grocery store, gym, restaurants, Chinese Theater, Jimmy kimmel, metro station, Clubs, Walk of fame) Great comfy beds, Safe & quiet complex, nice clean pool. ITs just Perfect!! Guest have access to the pool, Wahing room, Garage, And all the cool stuff outside our doorsteps starting with the famous walk of fame. I am available for any questions or concerns 24/7 NO PARTYING, NO EXTRA GUESTS. NO PETS Its a quiet complex in a very safe building, great neighbors too. Metro Station is a few steps away (subway) and there is taxi, buses and tours around the corn
## 849 Gorgeous, brand new Hollywood condo on Hollywood Blvd. Front door opens to the Hollywood walk of fame. 2 Queen Beds, Views, FREE Parking, FREE WiFi, 40" TV, Netflix, Full Kitchen, Dishwasher, Central AC, Heat. Right across from LA Fitness and next to The Roosevelt hotel. *Note this apartment is low priced because it is brand new. The price will go up after more reviews. Parking is one block away and there is some street noise. Welcome to the spectacular Hollywood apartment! All brand new apartment and furniture! Enjoy the spacious open floor-plan of a luxurious loft apartment overlooking Hollywood Boulevard & close to the Hollywood bowl. A wall of windows provides plenty of light and views of the Hollywood hills. Enter through the spectacular arc beam entry way of our building, designed by John Lautner in 1925 and used to house the head quarters of the Academy of Motion Pictures, was home to the Screen Actors Guild and is listed with the National Registry of Historic Places. Imagine
## 850 Don't settle for a tiny "Modern" apartment that is as small & bland & sterile looking as a hotel room. Across the street from the Dolby Oscar Theater & just a few steps from Hollywood Blvd, this charming and spacious apartment in a Courtyard-Style building with a large pool right outside the window is your Hollywood Oasis. In the heart of the premieres, restaurants and clubs, but quiet and peaceful once you shut the door. Stretch out & be comfortable in a large, carpeted 750 Sq Ft. 1 BR apartment with a Grand Piano in it. (That gives you an idea on size). This is like being in a timeshare smack in the heart of Hollywood. Cookware, plates, spices, full kitchen etc for saving money or bringing home yummy doggy bags. Great for families with kids, too. Everything you need for up to 5 people. Wifi, Roku, Netflix, VHS/DVD, TV in the bedroom too. Live like a local does, (or stay here to work during the premiers or Awards shows and don't commute). Immerse yourself in the experience of Ho
## 851 Welcome to a beautiful room in the heart of West Hollywood. It is equipped with everything in the pictures. You have 1 min to Sunset blvd and 5 min from Hollywood. So enjoy your stay!
## 852 This 1 bedroom newly remodeled house is spacious and warm. There is one queen size bed, a sofa bed, full kitchen, flat screen TV, with premium cable channels and WIFI. Air conditioning/heat. Parking on the premises. Washer & dryer. Located two blocks from Hollywood Blvd. Newly remodeled house has 1 bedroom with queen size bed,1 sofa bed , new kitchen, air conditioning, parking on premises, washer/dryer. Flat screen TV with WIFI. Linens and towels available. Enclosed private patio. The whole house You will be greeted upon check in and check out,We are available by phone and text. Located 2 blocks from Hollywood Blvd, all the tourist spots, amusement parks, restaurants, clubs, theaters ,shopping. Quiet and peaceful neighborhood Close to Metro, buses, uber and lyft a phone call away. There is a book of Hollywood with lots to do and see. Emergency numbers and wifi password listed.
## 853 You’ll love my place because of the comfy bed 1 block south of Sunset Strip; 2 1/2 blocks south of Hollywood Blvd & Mann Chinese Theater Built by Rudolph Valentino rumored the Beatles stayed here while they worked with A&M Records 1 block west!
## 854 We have a beautiful zen like suite, on the second floor, furnished with queen bed and a sofa sleeper. Glass tiled bathroom, table and chairs. Not a full kitchen but has a microwave, toaster-oven, coffee maker and fridge. Our home is a hidden gem, away from the noises of Hollywood, although centrally located and close to the most visited attractions, restaurants, shopping and night life. We are an easy 12 minute walk to the corner of Hollywood and Highland, home to the Dolby Theatre, the Oscar venue with easy metro access. We are located at 1632 N. Sierra Bonita Avenue which is half way between Fairfax and La Brea Avenue, 3 houses south of Hollywood Blvd. The pool and outdoor dining/lounge patio area surround the guest house and its access. Everyone refers to our place as a tropical resort. We like to share our home and interact with guests.
## 855 Private room with bathroom in South Pasadena. Close to the Rose Bowl, Caltech, Fuller Seminary, Langham Hotel, and Old Town Pasadena. Close to Gold Line and bus lines. Includes parking, washer and dryer, kitchen, wifi, satellite TV. Simple room with bed and closet. Dog stays at the house some days. Simple room with private bathroom and bed and closet. No other furniture in the room. Perfect for those who just need a place to sleep and shower for the night...if you are coming for a wedding, job interview, Rose parade or Rose bowl game. Not ideal if you want to stay in the room all day. The whole house except my room. Historically protected city. Small town feel, but very close to the city. One of the best school districts. Gold Line train station is less than a mile away and bus stop one block up the street. My dog stays at the house two days during the week and there is dog hair in the house so if you are allergic or have a fear or dogs please let me know.
## 856 My place is close to Old Town Pasadena. You’ll love my place because of the high ceilings, the location, the people, and the ambiance. My place is good for couples, solo adventurers, business travelers, and families (with kids). Enjoy yourself blocks away from Bristol Farms and less than a mile to old town Pasadena. Quiet and safe neighborhood. Master bedroom is huge with high vaulted ceilings. Living room has huge tv to enjoy and wind down. Full kitchen. All new furniture and appliances. It's a corner unit. Very quiet. Family oriented. Close to everything you need and close to major freeways. Safe and quiet. Family oriented. There is metro bus nearby, uber is easy to get, and street parking is plenty available. If driving freeway is a few blocks away. And if have car you have to pay the city of Pasadena 2 from 9pm-8am to park on street per night. Other hours it's free all day long.
## 857 My place is good for solo adventurers and business travelers or just a nice little get away. Enjoy evenings on the large patio with a peaceful view of the surrounding trees, relax in the spa or take a refreshing dip in the pool. This is also a nice area for walks. Quiet and friendly neighbors. Room has high ceiling, walk in closet, 2 windows/white shutters, toilet and shower in separate room from vanity and sink. More pics of room to come soon. I have a cat and small dog not permitted in room.
## 858 Studio City is a great walkable neighborhood, stroll to Ventura Blvd., restaurants, cafes, bars and stores. Easy reach of all of LA: 2 mins CBS Radford Studios 5 mins to Universal, NBC, Warner Bros 15 mins to West Hollywood/Beverly Hills/Downtown Minimum stay: 7 days Dogs under 20lbs welcome. Fully fenced back yard. Very private. Great walkable neighborhood, stroll to Ventura Boulevard restaurants, cafes, bars and stores. Easy reach of all of LA: 2 mins to Radford Studios 5 mins to Universal, NBC, Warner Bros 15 mins to West Hollywood/Beverly Hills 15 mins to Downtown
## 859 Beautiful, spacious 1-BR/BA a few blocks above famous Ventura Blvd! 5 mins drive from Fryman Canyon hiking, 10 mins walk to dozens of restaurants, bars, and shopping. Convenient market 5 mins walk. Safe, secure location with tons of street parking! Beautiful layout: hardwood floors and laminate, very little carpet (bedroom only); granite counters; central heat/AC; 55" HDTV; leather sofas and recliner; Simmons BeautyRest queen bed; shower and bath; office desk/workspace; 4-seater dining table; closet space; wi-fi and cable; blackout curtains in bedroom; very quiet, safe and secure building with lovely, pleasant neighbors! Also a laundry room (coin-operated). All! I'm always reachable for advice, tips, and cool things to see and do, like Fryman Canyon hiking, Ventura Blvd dining/nightlife, and the Sunday farmer's market around the corner! Studio City is one of the nicest area in LA, with tons to see and do. You can walk to Ventura Blvd in 10 mins, and it's loaded with restaurants, sushi,
## 860 Great transition place for someone new to the city or in between apartments. Don't have photos with furniture because I am just moving in. Apartment includes Queen Bed, couch, fridge, stove, all basics, wifi and cable. My place is close to Laural Canyon, Ventura Place Farmers Market, Jones on 3rd, McConnells Ice Cream, Colfax . You’ll love my place because of the location and the ambiance. My place is good for couples, solo adventurers, and business travelers.
## 861 Location Location Location!!! Located in the heart of Studio City. Private home immersed in nature with a private, beautiful outdoor patio. 15 min. from downtown LA, Hollywood, Glendale, Burbank, Pasadena, & other neighbouring cities. Just walking distance to the best restaurants & shops 6 min. from Universal Studios 10 min. to Hollywood Walk of Fame 15 min. from Burbank Airport 25 min. from Magic Mountain 35 min. from Los Angeles International Airport 45 min. from Disneyland The house is equipped with a 13 piece cookware set, BBQ utensils, teapot, coffee machine, oven, microwave, refrigerator, drinking glasses, and flatware for 12. All appliances are brand new. Laundry room is located next to the kitchen and includes full washer & dryer. House includes: linens, towels, kitchen accessories, iron and blow dryer. During the nights, light up the fireplace (you have access to the fireplace both from inside and the outdoor patio). Bedrooms: Master has a king sized bed, walk in close
## 862 This is a luxury 3-Bedroom Condo in Residential neighborhood of Studio City. Room is furnished with Air Mattress, Dresser, Closet, free Wifi, AC, Private Balcony, Private Bathroom, and free Private parking spot. Quiet & Safe, close to all major fwys The Love Shack is a 3-Bedroom Luxury Condo that promotes Creativity, Inspiration, Love & Positive Energy. It is in a prime location in Studio City, very close to all the major freeways, minutes from (phone number hidden) Walking distance to many shops & restaurants, 1min from Trader Joe's, 5 min from Whole Foods. 10-15 min from Hollywood, 25min from Beverly Hills, 25min from Silver Lake. Amenities include: Private Gym, Free Wifi, Private PARKING Spot, AC, Washer & Dryer, Kitchen, Full Shower & Bath, Beautiful Courtyard, High Ceiling unit with Skylights, Penthouse Unit on a beautiful Residential street, with Great views, Full size windows, great air & great breeze. We're both friendly & loving professionals who have our own lives. We know L
## 863 This 3 bedroom + 2 bath house was home to Quentin Tarantino's character in Pulp Fiction. Located in the charming neighborhood of Colfax Meadows, this house is walking distance to great cafes, shops & studios. Plus our coffee is real gourmet sh*t! It's not every day you can sip your morning coffee in the kitchen where the famous "gourmet coffee" scene took place or chill out in the backyard where Vincent Vega (John Travolta) and Jules Winnfield (Samuel L. Jackson) got hosed off by "the Wolf," (Harvey Keitel). This famous house is truly a one of a kind "LA experience" that is not to be missed. The entire house & backyard. We live close by and are happy to help make your stay comfortable. We also know a thing or two about LA & would be happy to offer you suggestions on places to visit. Colfax Meadows was one of Studio City's original neighborhoods - Now it's one of the most popular and established neighborhoods. It's best known for its proximity to the trendy Tujunga Village which feature
## 864 Conveniently located in West Toluca Lake / Studio City. You will have a cozy private room, shared very large living room, dining area, kitchen, laundry, front porch. No restriction street parking. Easy walk to shops, cafes, parks, villages. One Queen memory foam bedroom for one person with lots of storage space. Huge Living room, Dining area, fully equipped Kitchen, Front Porch, Bathroom. Free coffee, tea and water. As you wish. Close to parks, cafes, and shops. Family oriented neighborhood. Close to all studios, schools, and other. Convenient for getting around LA. Easy via car, bike, bus, subway and walking to cafes and parks. Convenient for getting around LA. 3 freeways a minute away. This is close to many music, film studios and schools and well as most of the major studios. Warner Loughlin Studios, Stella Adler School, NYFA, Universal NBC, CBS, Warner Brothers....
## 865 Large sunny comfy room w. private bath in a 2 story condo. Double bed, A/C. Ceiling fan. Bamboo floors. Flat screen TV w. Netflix. WiFi. Cable in L/R. Swimming pool. Jogging path. Walk to restaurants, boutiques and supermarket. Beautifully furnished 2 story townhouse with 2 BRs, 2.5 Baths. Bamboo floors. French doors in LR let in fresh air. Balcony. Green views. Fireplace. 48" Flatscreen/cable in LR. WiFi. Dining room great for entertaining. Dog friendly. Full use of house, laundry, swimming pool. Only my master suite is off limits. Tandem parking. I work from home, with laptop and dogs on couch. Pretty laid back. I'm here when you need me. Happy to help you any way I can. Studio City is the Beverly Hills of the San Fernando Valley. I am one block north of Ventura Blvd. at Coldwater Canyon. Excellent neighborhood with jogging paths along the river, 17 restaurants and all services within walking distance. Studio close. 15 min. to Beverly Hills or West Hollywood and Universal City! The
## 866 We have 2+2+Den with new furnishings,many amenities like Jacuzzi, pool, state of the art fitness center, 2 parking spaces assigned, 24/7 security guard booth, Walking distance to the most trending boulevard in LA , Ventura Blvd. with many shopping centers, restaurants, banking, church and just minutes away to Universal Studios, Warner Brothers, Disney / ABC / NBC Studios, Burbank /Glendale/ Pasadena, Hollywood, Six Flags /Hurricane Harbor, LA ZOO and major freeways access ((PHONE NUMBER HIDDEN) With many amenities like Jacuzzi, pool, state of the art fitness center, 2 parking spaces assigned, 24/7 security and control access thru guard booth, walking distances to shopping, markets and restaurants, Walking distance to the most trending boulevard in LA , Ventura Blvd. with many, many shopping centers, restaurants, banking, church and just minutes away to Universal Studios, Warner Brothers, Disney / ABC / NBC Studios, Burbank /Glendale/ Pasadena, Hollywood, Six Flags /Hurricane Harbor,
## 867 It's adorable. I live on a quaint street in Studio City behind an icecream/coffee shop. Two steps out my front door on a Sunday morning is the farmer's market, on my street lives a french cafe, vintage shops, and a neighborhood bar with live music. Food, booze, and shops are all walkable. Universal Studios and Harry Potter World are down the street, across from the Universal train station where it's a straight shot to Hollywood and downtown. My studio is groovy, look at the pics! For any questions or concerns or if you just want to chat, call me! The apartment is on the main street in studio city so anywhere you want to go is walking distance. CBS studios is a one minute walk, on Sunday mornings there is a farmers market right out the front door, Universal Studios is a three minute drive There is a bus stop on the corner and from there is a three minute drive to Universal City metro station, from there get downtown or to Santa Monica beach in 30-45 minutes.
## 868 3 Rooms: 2 bedroom + 1 den (lockable den with closet) Hollywood Hills house, Walk to Universal studios and Metro subway station (takes you to downtown, Santa Monica and more. close to Hollywood bowl, Griffith observatory, 3 miles from Hollywood walk of fame. You will have entire middle floor of my house. private entrance (only you will have access to that floor). you will have full private kitchen and 2 full private bath.
## 869 Walking Distance to Universal Studios Perfect for family or small group, Free WiFi, high ceilings and 3 Large flat screen tvs w/ Cable in Every Room, A true Luxury Experience in a Great Location! Only blocks away from the Hollywood Bowl and Many other famous Landmarks, There are 4 beds in the unit along with 1 self inflating air mattresses for extra guests, 2 parking spaces included NO extra CHARGE. Fits 8 guests comfortably, Large Luxury Apartment!! Full access to unit + all amenities and 2 parking spots We will greet you at check in to turn over keys Walking distance to grocery stores, Universal Studios and Ventura blvd Buses, subways, and über available. Due to different types of allergies to certain soaps, shampooes etc.. We do not provide these items nor do we provide food for the same reason.
## 870 Cosy Guest House/Studio located in a tranquil street of Hollywood Hills, Los Angeles; walking distance to Universal Studios, public transport, 24-hour shops and restaurants.Within the vicinity of Hollywood Sign,Warner Bros & the famous Mulholland Dr. Composed of one area. The space has been distributed to make it a functional holiday home with all the necessary comforts; ideal for two people or a small family. It has a living area with a double sofa-bed, a kitchenette, dining table and a fireplace. The modern services include Wifi internet connection and television. The kitchenette has a toaster oven, microwave, coffee maker, refrigerator, and utensils. There is also a spacious wardrobe, air dehumidifier, iron with board and hair dryer. The bathroom is composed of a shower and toilet. Choose this holiday studio for a genuine Los Angeles stay! The Guest House is: - A short walk from Universal Studios Hollywood and the Universal City - Metro Red Line Station to take you around Los A
## 871 Bright airy one bedroom apartment with a double sofa bed, in a small quiet 12 unit complex. Walking distance from Tujunga village and close to Universal Studios / Ventura Blvd. 15 minute drive from Hollywood.
## 872 Centrally located in Studio City. Fully furnished, high ceilings, hardwood floors, separate tub & shower, S. of Ventura blvd walk to shops, restaurants. Huge backyard, DirectTV, wifi, new amenities. Full kitchen, intimate dining room & washer/dryer. Exclusive Hollywood charmer centrally located in Studio City. Newly furnished with stylish details, which include a glamorous and elegant living room, fireplace and high ceilings, hardwood floors through out, separate bathtub and shower, a tranquil zen bedroom with four poster bed and the hip sleek royal blue bedroom. This vintage modern writers retreat or nature lovers haven sits on a quiet tree lined street south of Ventura blvd within walking distance to popular shops and restaurants and just a 5 minute drive to Sunset Blvd or Universal Studios. Enjoy the serenity of the huge and private backyard full of lush green nature and stone pathways. Large flat screen with DirectTV, wifi, iMac and new amenities throughout. Ample street parking
## 873 A beautiful house in the heart of Los Angeles. Close to stores, restaurants, universal studios, hollywood hills, rodeo drive, walking distance from a park. Has a beautiful pool with jacuzzi, fire pit and bbq area.
## 874 My place is located in the beautiful area of Sunland close to transportation, hiking trails, mountains, Los Angeles National Forest, supermarkets, convenience stores, etc. It is quiet here. I am a musician, teacher and entertainer mainly retired however I still love my music. I am laid back, friendly and will treat you with the upmost respect. Close to cities of burbank, north hollywood, los angeles, glendale, sun valley, pasadena, pacoima, sylmar, lake view terrace. Freeway is 3 minutes. The space is spacious. The bed is soooo comfortable. It can sleep two easily. I am quiet and so is my roommate. It is a very large 3 bedroom home. You are welcome to sit in the living room as well. The kitchen is nice and if you need to put things in the frig that is no problem. Living room, bedroom, bathroom, kitchen for storing food or refrigerator. If you need to microwave, toaster oven, coffee pot, that is fine. Yes I am available to help out in any way possible!!!! My neighborhood is very quiet
## 875 My estate is close to PCH/the coast (9 miles) and the 101/Woodland Hills (3 miles). You’ll love it because of its beauty, serenity, amenities, luxury, the natural light, positive atmosphere, comfort and coziness. My place is good for couples, solo adventurers, and business travelers. There's a hiking trail within walking distance. You'll get all the natural beauty of Topanga with all the luxury of a 5 star resort. This house is nothing short of amazing. It's over 6500 square feet on about an acre of property. The backyard features an upper deck area with gorgeous views of Topanga Canyon. Perfect for watching SoCal sunsets. I have two rooms for rent, you can use one or both, depending on your needs. Room 1 has a queen bed, so it can accommodate 1-2. Room 2 has a twin bed, so it's great for 1 additional guest, child or adult. I also have an air mattress if yet another guest doesn't mind sleeping on the floor. You'll have access to just about every area of the house except the master su
## 876 My place is close to great views, the airport 20 minutes.. You’ll love my place because of the views, the private entrance from outside into your own room and bath, the ambiance, the location, the outdoors space, very private and clean.. My place is good for couples, solo adventurers, and business travelers. We are having a Beatles Tribute band on our roof deck on Sept. 2, 2017 from 6:30 to 7:30pm. You are welcome to enjoy. We have a noise ordinance in our neighborhood. 1 hour. There is a private entrance to the bed and bath from outside.You will have keys for this door. The bed is a queen size. Solid wood doors that lock on the inside from the rest of the home. Very private. Great views close by. Safe,clean, friendly. Great restaurants. Walking hiking, biking and free parking in front of our home. Guests have their own private entrance to this space. It was designed as a private suite and private bath with travertine floors, separated from the main house by two inch thick al
## 877 Follow this quiet street (10 min) and find yourself at a boardwalk going from Torrance Beach to Manhattan Beach. Stroll down to the Riviera Village and discover unique shops and restaurants. Head south towards Palos Verdes and you will find more breathtaking views. Come enjoy the simple beach lifestyle! This dreamy vacation house has everything you need to make the perfect getaway. The kitchen and backyard grill are both state-of-the-art. Impressive slabs of travertine fill out the counters, hot tub, and BBQ area. A French style breakfast nook with a partial ocean view sets the tone of modern comfort. All appliances are fully fitted. There's a seven speaker surround sound in the living room and game consoles in the family room. The house is furnished with rugs and fine furniture. Artwork was specially selected from Southeast Asia. All the rooms are cozy and spacious. Bed sizes are 2 queen and a king. Perfect for all types of gatherings and family time, too. Guests can make
## 878 Enjoy Ocean Views from your apartment and private patio in the hills above Malibu off Saddle Peak Road in Topanga Canyon. The apartment shares walls with the main house but is fully private. Full bath, laundry facilities, wifi, cable hdtv, land line, kitchenette. Peaceful retreat overlooking the ocean, ideal for a romantic getaway or someone looking for a quiet venue for creativity or contemplation. Spectacular views with stunning sunsets and fog rolling in over the ocean. Access to laundry facilities and hiking trails. Initial welcome and orientation by host, responsive communication and advice if desired, otherwise total privacy. Secluded setting located on a private street with no traffic noise. Find tranquility among the sounds of wildlife and the ocean breeze where the only neighbors you are likely to see are birds and an occasional deer. You will need a car, though there are many quiet walking trails to enjoy locally. This apartment shares walls with the main house yet it is we
## 879 Private queen bedroom with own full bathroom ; private entrance.
## 880 Studio with the most comfortable bed,beautiful trail to hike and the beach is nearby. Malibu wineries,and amazing restaurants. Small stove,not a full kitchen,birds will wake you up in the morning as well as the sun rising directly into the mountain in front of you. Kitchen Can bike to restaurants or lake. Uber,bike,car.
## 881 Malibu mountain home designed by Lloyd Wright close to legendary Leo Carrillo surfing beach. Midcentury modern design with breathtaking views of state and national parks. Quiet rural setting in Malibu. Hike, swim, relax! This bedroom has a queen size comfortable bed, fresh new linens, charming decor, private access to outside sitting area, flat screen TV, keyed entry and ample closet and storage space in a dramatic architectural home nestled in a private Malibu canyon and designed by Lloyd Wright, the son of Frank Lloyd Wright. A full private bathroom features floor tiling from Sausalito's famous Heath Pottery. This is unquestionably the quietest room in the home offering guests an incredibly peaceful night's rest. Guests can enjoy walking and relaxing in and around the expansive 2 plus acre grounds as well as casual and rustic indoor living spaces. Owners or staff onsite to assist guests. No neighbors live in view in any direction. Setting is totally rural yet offers relatively easy
## 882 Free-Standing Octagon House ~ nestled up Decker Canyon in the hills just above Malibu! A peaceful, private retreat space with a large mountain viewing deck. Surrounded by nature, and the birds ~ golden light in the late afternoon plus star-gazing & moon watching at night! Peaceful, private bohemian - chic rustic space! A magical environment designed for enjoying the nature, meditating, yoga on the deck, hiking, surfing, wine tasting, relaxing or simply just "being" .. you will be embraced by the mountains and blanketed by the stars! However, if you are seeking activity ~ there are many great wine tasting rooms & cool, hip restaurants nearby ~ The Sunset Restaurant, Malibu Wines, The M Cafe, The Old Place and The Cornell Winery are some of our favorites! For a super affordable "Happy Hour" you can drive down to Westward Beach and check out the Sunset Restaurant ~ A Malibu Local Favorite :) Vintage Market, Zuma Sushi, Spruzzo's Restaurant ~ Sunlife ~ Acai bowls, fresh soups etc.. Duck
## 883 This lovely spacious suite with private entrance & private bathroom is the ground floor level of the main house on 10 acres on a rural property in the Santa Monica mountains with it's own waterfall & canyon views. Close to horseback riding, the famous backbone trail, hiking & biking, Malibu wine safari, Saddle Rock Garden Dinners, Malibu wines & tasting. Short drive to beaches and Malibu restaurants. A beautiful drive to Pepperdine University activities, Malibu Pier and famous Surfrider beach. This spacious suite with private entrance and private bathroom, is more like a studio apartment with a queen bed and an incredibly comfortable king size pull out bed. The room has a keurig coffee maker, with starbucks coffee, toaster, microwave, kettle and a small refrigerator and sink. However the space does not have a kitchen, or cooking facilities. It's the downstairs ground level in a custom home, designed and built by owner. Enjoy the feeling of being surrounded by handcrafted custom woodwo
## 884 A relaxing drive from the Coast takes you to this home high in the mountains with a heart-stopping view. From almost everywhere on the property you can see the Pacific Ocean & Mountains. We are very close to Pepperdine University one canyon over. This house is a little Spanish gem tucked against a backdrop of mountain and ocean views and completely and totally private. At night you can see the stars and the view along the Ocean all the way to Palos Verdes is called the Queen's necklace because it sparkles so much. This one of a kind property is located in a lavishly built Spanish gated estate on 250 acres of manicured grounds boasting the finest hand carved Mexican Paver stones. From almost everywhere on the property you can look down the canyon past waves of chaparral-cloaked hills all the way to the Pacific ocean. The quiet and privacy here are absolute. The Casa is an Estancia -Style structure with earth-toned stucco walls, a genuine Mexican tile roof and a wide lawn sweeping out
## 885 Cute and cozy vintage trailer on Great Spirits Ranch. Get back down to the basics and let the stress of the city melt away. We rescue animals and bring autistic kids to interact with our rescues and nature. Every time you stay it's a win-win for all, the help feeds the animals and you have a blast supporting our cause!
## 886 This is a private studio room with bed, kitchen and attached bathroom. It's 1.5 mile from downtown. It's in fully secured area under surveillance of security. You have microwave oven, refrigerator also.
## 887 Chill apartment with comfy beds and private baths. 3 minute walk from USC. Close to Downtown, LA. Perfect for longer stays, or a few days stay. Looking for responsible tenants. -Conner
## 888 About 10 minutes' walk to USC campus and to Ralphs, the largest supermarket nearby. The area is safe since USC guards are on patrol 24 hours. The room is clean and cozy, fully equipped with AC and heater. There are also bathrooms and a huge kitchen
## 889 Stay in my cozy and spacious house conveniently close to all that Los Angeles has to offer! In walking distance to Convention Center, USC, Nature's Brew, supermarkets, and major highways. located in a quiet and safe residential neighborhood. I am an easy going person, I know the area well and happy to help you out anytime. I also speak Russian, Turkish and Kazakh. safe and quiet residential neighborhood Less than 15 minutes drive to all LA areas Local transportation(buses,bikes etc) a block away .
## 890 This trendy hipster hangout is located on one of Americas most famous boulevards, Sunset Boulevard in Silver Lake, just a stones throw away from Hollywood (1 mile) and Downtown Los Angeles (2.1 miles), California. Staying here puts you at the heart of one of the trendiest spots for nightlife in Southern California. If the palm tree lined streets could talk, they would have stories even Hollywood screen writers could not dream up. We're also located just a mile from Dodger Stadium! The unit is conveniently located in the heart of Silver Lake and close to many tourists and business amenities, like minutes from Downtown Los Angeles, Dodger Stadium, Hollywood, Griffith Observatory, and a lot more. You're also walking distance to many restaurants that come alive after dark with nightlife and great vibes. We want our guests to feel at home so the entire apartment is available for guest access. Also, guests have access to all common areas which include hallways and the smoking patio. By reque
## 891 This Beautiful vine covered bungalow takes you back to old Hollywood... a place you would expect to see Greta Garbo or Clark Gable stepping out of. It truly is a hidden gem. This Beautiful vine covered bungalow takes you back to old Hollywood... a place you would expect to see Greta Garbo or Clark Gable stepping out of. It truly is a hidden gem. This private unit is complete with one bedroom, bathroom, kitchen has plenty of indoor outdoor flow. There is also a backyard with large dining area perfect for BBQ, long dinners or wine and great conversation late into the night. The lights on the awning above and surrounding fig, avocado and citrus trees add to the quaint ambiance of the backyard. I often hear friends say it reminds them of Europe. this space open to upstairs and downstairs tenants and is the only common area . Washer and dryer are also located here on premises. Kitchen, bathroom-with large shower and a tree house like feeling bedroom with a queen sized bed, wireless inter
## 892 Beautiful spanish style Silver Lake 1 Bedroom apartment with high domed ceiling, ornamental fire place, french doors, eat in kitchen, back deck, and tandem driveway parking. A quick walk to Sunset Junction & Echo Park Lake. This is a very special place. Not only is the apartment itself very special, but it is located in one of the best neighborhoods LA has to offer. Walking distance to The Thirsty Crow, Los Globos, Local and tons of great restaurants and shops. Silver Lake. The neighborhood is very walkable. We moved here from New York and that is part of why we love it. There are busses, and the subway isn't too far off. Uber is, of course, everywhere.
## 893 This lovely, bright, one-bedroom apartment with its own entrance has hardwood floors and lots of character. Just steps from Sunset Boulevard, nestled between Silverlake and Los Feliz, it's a remarkably calm and quiet haven in the midst of the city. With its own entrance, this spacious apartment has high ceilings, large, bright rooms, a lovely antique desk great for working from home. New hardwood floors, two sofas (one a super comfy foldout couch), a projector with Netflix, stereo system with turntable, and a good supply of records make staying in almost as good, if not better, than going out. But going out is easy, as Sunset Junction and all the cafes, bars, restaurants, and shops of Silverlake and Los Feliz are within easy walking distance. Dinosaur coffee shop is right around the corner, as is Ricky's insanely delicious fish taco truck. Access all areas, including a lovely communal backyard (which no one else ever uses). I'll be available and local on and off throughout, but my good
## 894 My place is located in Silverlake, walking distance to the Silverlake Resevoir and to many really great food and drinking options, LAMill, L and E, Milk, Yakuza Sushi, The Ramen House, Cowboys and Turbans, I can go on and on. You will not go hungry while visiting. My Partner and I have been AirBnb hosts for 3 years. Our original and very active listing is The Lago. We named our new listing Mas Lago, which simply means More Lago in Spanish. Perfect for Grandparents. Hipsters. Tourists. The studio is a mini functional apartment studio. Two guests can fit comfortably. We do not have an extra mattress/cot/roll out bed to accommodate two separate sleeping arrangements. We are in the middle of a very lively part of town, yet tucked away for a quiet stay. The studio has a private patio and private lot with parking available. I work from home if I'm not out with a client. I am available for any questions, food options or what to do in L.A. Our location has many walking food and drink
## 895 a fantastic neighborhood stylish & happening nightlife nearby silverlake reservoir & dogpark less than a mile away - calm & safe neighborhood - 2 miles from downtown - abundant parking -washer & dryer - front garden - kitchenette - spacious closet enjoy! artsy & polished neighbors crime and hassle free less than a mile from the reservoir & dog park there is some building next door during the weekdays
## 896 Please note - LA now enforces 17% tax on Air BnB rentals, this addition fee that appears, can be waived on a monthly rental. Contact me to discuss further, and discounts apply! Amazing apartment in the heart of Silverlake. Very private and tranquil environment. One apartment in a building of 4. Walking distance to the Farmer's Markets, Sunset Junction, Restaurants, Shops, Bars and more.. Views from every room. Hardwood floors, immaculate design. Private Garden. Separate Office/Study. Own laundry facilities. Bicycle available. Apartment has Air-conditioning and Heading. TV and DVD. Light snacks and drinks provided upon arrival. Simple, clean, private with the perfect location - central to Silver Lake, Sunset Junction and Los Feliz.
## 897 Large studio apartment with kitchen, and a California King size bed. French doors lead onto beautiful, outdoor, semi-covered patio. Walking distance to Silver Lake's Sunset Junction. Private parking is available, click 'listing details' for more. This is a first floor apartment in a duplex. The structure is a modern craftsman house, rebuilt in 2005. The space is very private. It used to be a one bedroom apartment, but we opened it up into a large studio. California King size bed, full kitchen, gas cook-top, microwave, walk in closet, 3/4 bath with modern Kohler fixtures and corner shower. This apartment has it's own private laundry washing machine and dryer. French doors lead out onto a big, private, partially covered patio, with lush green trees and bamboo. Private off street parking is available, with private gated entrance. The house has central heat/air conditioning and I set the thermostat between 70 and 74 degrees Fahrenheit (21-23 Celsius). Full access. I usually don't
## 898 Beautiful, light-filled, airy, spacious, Silver Lake apartment with private entrance and stunning views. Windows, second-floor for safety, INCREDIBLE location - two walking blocks from the sunset strip in Silver Lake - famous coffee shop Intelligentsia, bars, cafes, shops, and nightlife; equidistant to same attractions in Los Feliz. Near a cute vintage theater.
## 899 Great LA location. Tons of natural light. Great space. Beautiful deck. Great LA location. Tons of natural light. Great space. Beautiful deck. Welcome to Silverlake! This charming & peaceful 2 story Silverlake Hills 2 bedroom duplex is a true gem! With its great natural light, accommodating layout, and serene deck; this ideally located LA home, makes a wonderful setting for your next getaway. Nestled in the quite hills of Silverlake, this property is surrounded by beautiful rolling hills and wonderful entertainment just moments away. Its the perfect place to retreat to after your day exploring the diverse LA landscape. When you pull up youll notice the inescapable tranquility and character, this quality of a neighborhood carries. Upon entry of the Main level floor, youll notice hardwood floors throughout. A quick trip down a short hallway and you will be instantly greeted by the beauty of the landscape masterpiece that you might mistake for hanging art. As you catch your breath,
## 900 The Cabin is located on a hill with a view. Two sets of french doors and a large barn door that rolls open for maximum light and airflow. Its entirely wood inside with a modern cabin feel. Pitched ceiling, closet, kitchen, full bath (shower), and giant deck. Small but spaciously effective for use and storage. Great for couples, solo adventurers, business travelers, and pets. Walking distance to Sunset Blvd including: Coffee, restaurants, shops, market, bars, liquor store, gas. The Cabin shares a wrap-around deck with the Bungalow. Use the Cabin deck with pleasure, however, please leave the upper avocado tree deck for the Bungalow guests only. The lower yard is for everyone to share - it's great for dogs and is completely enclosed. The main house has a front yard which is private to the front house. There is a manual walk-gate which can be used by all guests in an emergency or if the gate were to fail. If I am on the property I am as available as you'd like me to be. I love meeting new
## 901 1 block away from Cafecito Organico in Silver Lake, cozy guesthouse with full bathroom within your room & secure entrance. Also complete access to the main house for coffee, snacks, breakfast or a nice chat. We are the most accommodating family, you will want to extend your stay; NO pets allowed. NOTE: we have 2 rooms within the same property, same amenities, private entrance & your own full bathroom, if this one is not available book the other one. A cozy bedroom with a full size bed, 1 cot available for a kid or extra guest(s). Full private restroom with rain-shower and outdoor deck in the patio area. You are welcome to use the kitchen, living room and patio area. It's own private door entrance. Dogs are friendly and owners are too. Cat can be a little shy. The house has a big front yard with all kinds of trees and flowers, we have a total of 5 pets, 4 dogs and 1 cat, their names are "Sammy" a male German Shepherd, "Ramona" an adult female Beagle, "Moo" a young female Beagle, "Rain"
## 902 Be greeted by my dog and the hippest neighborhood in the USA .Perfect for the single traveler, a bit cramped for 2 but many have done it. Go to some of our clubs hear "the Silver Lake Sound", Moby, Red Hot Chilli Peppers and Beck. Drive around see the Masters of Architecture (Frank LLoyd Wright, Neutra and Shindler). You can walk to the bus. The artsy center is an easy 10 minute stroll. Take a stroll around the Silver Lake ( there is a REAL lake) Meet the "creative community of Los Angeles!.
## 903 Welcome to our cozy 1-bedroom apartment in the heart of Silverlake. This 1920's, New York-style building offers easy access to Hollywood, Downtown Los Angeles, and is located just 2 miles from Dodger Stadium, and walking distance from Sunset Junction. -Newly renovated entryway, laundry room, and workout room -The bedroom is modest, but has a very comfortable Queen size bed -Living room is equipped with a large, flat-screen television, a futon that can fold out into an extra bed, and a workspace for your laptop Guests will have access to everything in the apartment (including private kitchen, microwave, refrigerator), a shared laundry room, and fitness room. Either myself, or my co-host Eric, will be present to welcome you and check you in, but will not be present during your stay. -Silverlake is an absolutely wonderful and inspiring place to live or visit. Whether you are an artist, musician, or just looking to get away for a little while, there is always plenty of things to do or see
## 904 All are welcomed to stay at this lovely Home, kitchen with granite countertops, FREE breakfast your first nights, FREE WIFI, nice yard, comfy beds, extra pillows & lots of towels. This beautiful Home Is close to all freeways, LAX, shopping places close by, Disneyland & Knotts in friendly safe neighborhood. The BEST and most beautiful home here in LA is located close to ALL FUN places, freeways and is in a wonderful family neighborhood. Entire Home is being rented. FREE breakfast includes eggs, ham, waffles, toast, orange juice, milk, and breakfast cereal. Guest access 3 bedrooms and 2 bathrooms House, front and back yard. I interact with my guests as necessary and check up on them once a week to see how they are doing. This lovely Home is in a nice neighborhood in Los Angeles County. Has a wonderful park near by, close to all fun places California is popular for and new shopping places at the Azelea Shopping Center. You can rent a car or Uber your way around.
## 905 Designed 1920s California Bungalow in the Heart of Highland Park, a mere half-mile from York Blvd in its charming multitude of shops, restaurants and galleries. Truly a home away from home. Craft delectable meals in your full-service kitchen. Enjoy lunch on your private patio under the grapevines. Relax under a gorgeous canopy of 49 Queen Palm trees. Take a turn on the upright piano. Or step back in time for a cup of tea in the Victorian sitting room. 1920s California Bungalow painted with vivid colors, adorned with art, antiques and found objects. The Bungalow features 1 cozy queen-sized bed in the bedroom and a full-sized sofa bed in the living room, sleeping a grand total of 4 people. It is a great space to relax, enjoy a garden, read a good book under a canopy of queen palms, or share a cup of tea in a Victorian-style sitting room. Though we lean towards the intimacy and low-technology of older times (i.e. no tv), you will find yourself well-supplied with modern amen
## 906 This bright home in a peaceful part of Highland Park has a large private back yard with a view of Mount Washington. You can lounge on the deck and watch the humming birds visit the Birds of Paradise, or take a walk and check out the eclectic local spots. It is walking distance from several cute vintage shops, cafes, and the Gold line train to take you downtown. This home is a great place to relax in the sun or explore the east side of LA! It is a 10 minute drive to Echo Park, 15 to Silverlake. This home is bright and spacious and thoughtfully decorated. It has everything you need to feel at home, a kitchen with all the appliances you need including a blender if you want to make a fresh smoothie after a trip to the neighborhood farmers market! The garage is locked and off limits but there is a driveway to park your car. If you are in the mood for upscale food and ambiance, check out Cafe Birdie on Figueroa St, they have a great bar too, or walk across the st to E.T.A. if you are in more
## 907 My place is close to California Science Center, Natural History Museum of Los Angeles County, Downtown Los Angeles, University of Southern California. You’ll love my place because of the kitchen, the comfy bed, the coziness, the light, Large living room area. My place is good for solo adventurers and business travelers.
## 908 Beautiful 4 bedroom Hollywood Hills villa with amazing views. A hot tub and huge patio overlooks all of Los Angeles. Located in one of the best neighborhoods in the hills of Hollywood, Mt. Olympus LA EXOTIC LIFE is a full service concierge company. From jets to cars to anything you need... We will do everything in our power to make your stay enjoyable. Also available : grocery delivery, airport pickup, massage, private chef, helicopter ride, surf lessons, private trainer, and more LA EXOTIC LIFE
## 909 Enjoy a peaceful night in a big house in the classic Hollywood Hills with stunning panoramic views of LA in every room. Access to kitchen, living room, dining room, large deck with bbq and laundry. Close to Hollywood sign and walk of fame. Room comes Tv, desk, walk in closet, bathroom shower and extra large bath tub
## 910 NEW HOUSE, NEW PICTURES AND FURNITURES ARE COMING! Beautiful spacious house with stunning views on one of the best streets in the Hollywood Hills, This 4 bedroom/5 bath has a great layout including a bonus room and office. Fabulous large yard with heated pool, spa, fire pit, and deck. Stay where the celebrities live in a quality modern home with sliding glass doors that open up to an amazing outside area with an incredible view with heated pool, jacuzzi and firepit. Very private Hollywood Hills house in heart of Hollywood Hills: - Breathtaking view - Gorgeous pool heated and Jacuzzi - Outdoor fire pit - Indoor fireplace - 4+ car parking - High-speed WiFi - Cable TV 200+ channels LOCATION: The house is located in the very center of Hollywood Hills on a quite residential street, yet you are 5 min away from Hollywood Blvd, Hollywood Sign, Beverly Hills, numerous shops, clubs and restaurants. SAFETY: The neighborhood is extremely safe. It is ok to walk around in the early morning or later
## 911 Prime Location!! Stunning view property located above the Sunset Strip. Explosive jet liner views to the LA Basin and Pacific Ocean. This impressive home is located in the exclusive Los Angeles area known as "Birds Street." Situated in the luxurious and fashionable Doheny Estates community and surrounded by celebrity neighbors. A true gem of a vacation home in the Hollywood Hills. Most expensive and exclusive neighborhood. Neighbors are leonardo DiCaprio and madonna. Steam shower and jetted tub with views.
## 912 The small studio under our house is simple & cozy. It doubles as our screening room so you can lay back with the door open, watching movies or the birds fluttering outside. In the morning, you can sit out beside the pool for breakfast in the sunshine. It's very quiet. The bed is a sofa-bed and when out, does take up a lot of the room but it's comfortable & can be put away if you need more space. You have your own small kitchen and bathroom with shower. We do have a very friendly cat who might come & visit but can be locked away if he's a bother or if you're allergic. You have your own entrance to the property. You also have full access to the pool - it's a bit chilly but it's warming up with the weather. We're here if you need us, we're not if you don't. We do tend to garden so you'll see us around. We are in the middle of the Hollywood Hills so the closest shops are not in walking distance but there is a bus at the end of the street that can take you either way down the hill: valley
## 913 ***BRAND NEW LISTING*** Priced low to garner reviews, come live in the Hollywood Hills, only a 5 min drive downhill to the Walk of Fame! Live a glamorous Hollywood Movie Star lifestyle that is hedged and gated for privacy with high ceilings, hardwood floors, great flow from kitchen and dining to a sumptuous formal living room that opens to the family room. All rooms open through french doors to serene and tranquil Asian-inspired patios with fountain, waterfall, sauna & outdoor shower! 3
## 914 My bedroom is in West Hollywood/ Hollywood. Is a very beautiful space, comfortable and charming. Very close to supermarkets and 5 min car from bars and restaurants and in West Hollywood. You’ll love my place because of the ambiance, the neighborhood, and the people. Fo Christmas time the entire apartment in available too! 2 bedroom 2 bathroom! Best location ! walking distance to Runyon Canyon
## 915 Lovely Laurel Canyon home with stunning views. Peace and quiet 10 mins from West Hollywood. Loft bedroom with king size bed, Den with Direct TV, open kitchen, living room and dining room, BBQ, Laundry, and 2 sun decks! Beautiful A Frame home in the Hollywood Hills with views of Downtown LA, the Hollywood sign and the Ocean! The main house and garden. There is a separate guest suite on the property. No connection to the main house with separate entrances. Minimal Nature! Peace and Quiet. 10 min to West Hollywood and Beverly Hills but removed enough you feel a sense of wild freedom. Uber and taxis are the only option up in the hill if you don't have your own car. The main house has an open living/dining/kitchen space with amazing views. There is a loft with a king size bed, a den and a bathroom with tub and shower. Large deck off the living room with a table for eating or relaxing. Also there is another deck off the back of house with a washer and dryer.
## 916 Come live that LA celebrity lifestyle you've heard about! Our house is perched high in Laurel Canyon, with spectacular views and ample outdoor space to enjoy that SoCal sunshine. When you're ready to head out and explore, we are 5 minutes from the Sunset Strip, Mulholland Drive, the Hollywood Walk of Fame, and more! And with a garage to park your car, all of LA is at your fingertips! Note: This is a 1BR / 1BA, It has an amazing view and is in a shared walkway and has a shared bath. Our open living/dining room allows for incredible views of the Hollywood Hills. And our two outdoor patios, one on each side of the house, allow a quiet space to sip your coffee and listen to the birds. It's a spacious shared rental. Mi casa es tu casa. Note that the garage is shared with our neighbors. There is street parking only. Laurel Canyon was a major hangout for 70s rockstars like the Doors and Joni Mitchell. The neighborhood is hilly, quirky, and beautiful! While it's only 5 minutes from the Sunset
## 917 3000 sq ft private, airy, light, eco-conscious, wood sided, 1926 and remodelled, spacious flexible Canyon indoor/outdoor 2 story home with 2 yards & deck, reflecting our European artistic roots. 3 car park, gated, secure. Ideal for low-key work creatives, family trips, vacationing couples who want space in a genuine home environment. The Space This remodeled 1926 former hunting cabin is now a spacious 3000 sq ft on a large leafy lot nestled in the famous Hollywood Hills. Airy and light, fusing Euro/California style, ecologically fitted with solar power, radiant heat, on-demand hot water tanks, Viking cooking range and all appliances plus projector screen linked to TV, cable, DVD. Combining both open-plan living in reception areas with privacy in sleeping quarters, almost every room offers access to the secluded yard. Perfect for family trips, visiting professionals and creatives. We comfortably sleep 8 and upon request more. We speak Italian and French! You get the whole house which
## 918 Our cozy home is located within a couple miles of LA's most exciting attractions (2 miles from Runyon Canyon/Hlywood&Highland, >1 mile from Hollywood/Sunset Blvd /West Hollywood). Located right off of Laural Canyon, with plenty of street parking. This place is perfect for your next Los Angeles visit. Very quiet cozy home tucked away from the excitement of LA. Yet, close enough to dive right in to what LA has to offer. Guest have access to private room and bathroom, outside terrace, kitchen, laundry, and downstairs living area. You can be as private as you'd like or a social butterfly. Either way, we just want you to enjoy your stay. Our dog might want to say hello, but she is very well trained and will respect your space. Also, she is hyper allergenic and doesn't shed one hair! Room has a Smart TV equipped with Netflix, Pandora, and other web TV options. The room also has a mini fridge for your use.
## 919 Modern apartments in the center of Hollywood.safety,pool ,gym ,BBQ -roof top , Near Runyon canyon park (just 2 blocks away ) Located close to Hollywood walk of fame,bars ,clubs ,theaters ,cinemas,and Hollywood sign. My place good for couples ,solo adventures Always can help with everything. Near Runyon canyon park ,and near walk of fame All main touristic things around, 3 min walk form Ralph's (food market ) Roof top +BBQ +2 swimming pools Good Gym downstairs
## 920 My very cool, and spacious zen like 2bdr is centrally located on a quite st in North Hollywood. 15 mins away from universal studios, & Hollywood & 10min from the north Hollywood's night life. It comfortably holds up to 1-2 guest
## 921 Warm and inviting one bedroom suite private home in the hills of Tarzana. Great for one person or a couple of love birds. The decor feels like you are at the beach. You have wifi, dish tv, refrigerator, toaster oven, coffee/tea/hot water maker. (Totally separate from the main house.) This is a great place for someone in town working in the entertainment industry, here just for the work week or wants a weekend escape. Your entrance is private and there is street parking. We do have nice friendly dogs in the main house so if you are dog friendly that is a plus. We have a house keeper every other week. We will clean your room, wash sheets and towels if you wish. Very nice upscale quiet neighborhood. Street parking. Our house is gated. We are very close to Ventura Blvd where you will find every shop you might need. Close to the 101 freeway as well. We are south of Ventura blvd.
## 922 Beautiful bedroom and private bath and shower. on a mystical estate, filled with waterfalls, ponds, and beautiful landscape. I have 2 friendly dogs, and a parrot. So must love animals. Clean happy friendly environment. I have a very special home off the street, behind gates, up a private drive. The grounds are just magnificent. Filled with ponds, waterfalls, buddhas, meditation area, outdoor fireplace. The grounds, the meditation area, the ponds I love to connect with people. So it maybe a great conversation over some herbal tea. This is a beautiful upscale neighborhood. Close to the freeway, and shopping areas. but once you step onto my grounds it's as if you are in another world You can walk to Ventura Blvd and grab a bus. or just walk to Whole Foods, which is on Ventura Blvd
## 923 Two bedroom, One bath, and Living room with a pull out sofa bed. Home ideal good for couples, solo adventurers, business travelers, and families. This listing is for the front house front area with private entrance which can host up to 6 people, sharing one wall with the rear unit. None of the bedroom share wall with the rear unit so you'll get a very private and quiet sleep. This spacious single story home is close to Westfield Santa Anita Mall, Arcadia High School, Santa Anita Golf Course, Santa Anita Racetrack, Local Eateries, and more. Washer and Dryer The neighborhood is quiet, friendly, and convenient. You are staying in a very quiet neighborhood so please be courteous.
## 924 我的房源临近公园景色优美。很好的户外空间和氛围,您一定会爱上我的房源。我的房源适合情侣和商务旅行者。 房屋对面就是公园,安静舒适视野开阔。3房2浴2厅,独立后院,现一家4口居住套间,另外两间为客房。房间温馨,在房间就可以看到公园的风景。一个车位库,门口可停4车位。 Housing is opposite the park, quiet and comfortable vision. 3 bedroom 2 bath 2 room, independent backyard, now a four living suites, in addition to two rooms. Rooms are warm in the room you can see the landscape of the park. A library parking spaces, 4 parking spaces the door can be stopped. 厨房、客厅、餐厅、洗衣机、烘干机、微波炉、烤箱、后院 Kitchen, living room, dining room, washing machine, dryer, microwave, oven, backyard
## 925 我们位于temple city !环境舒适优美!主要干净!赫赫和月儿给您预备一个加湿器!刚来南加州会觉得十分干燥,有了它让你更快适应南加州气候…有独立卫生间… 如果入住人数多一人另外加付10
## 926 我的房源适合情侣、独自旅行的冒险家、商务旅行者。
## 927 我的房源适合情侣、独自旅行的冒险家、商务旅行者、有小孩的家庭、大型团体. If your group contains more than 3 members , then every additional member must pay 10 every day. This space includes two bedrooms and a living room with a large closet. There is one coffee table, two chairs, and a refrigerator in the living room.
## 928 Bathroom is outside the bedroom but not shared, nearby supermarkets, restaurants, schools. one floor single house, 8 fruit trees between front yard and back yard.
## 929 Recently remodeled 2 story Home with 2 guest rooms available. Spanish - Mediterrainean style home is located near Universal Studios. Adjacent to Studio City, NoHo, and easy access to Hollywood. Both Guest rooms have queen size beds and a private full bathroom. The Kitchen has all the amenities you could hope for, for those of you who are itching to eat in. The beautifully landscaped back yard has a deck and outdoor grill, with a fire pit, jacuzzi and pool, which can be heated as needed. Cable TV, and WiFi, washer and dryer, Central Air, and a most friendly and easy going host. I have always loved opening my home to my friends for as long as I can remember. And filling my home with new friends and happy visitors is what it's all about. Parking is available on the street. There are many restaurants in the neighborhood. Ventura Blvd. has almost any type of cuisine you might want. Some of my favorites are Ca Del Sol on Cahuenga. Eclectic Cafe on Lankershim. And Chez Nous on Riverside
## 930 Comfy and peaceful guest room in 3/2 condo in 4-unit building. On the border of the NOHO Arts District & Toluca Lake. 1 mi to Metro, 2 mi to Universal Studios. Queen bed and desk in room, plus access to Wifi, Kitchen, W/D, DirectTV, Sonos and more! Fresh, comfy and peaceful guest room in 3/2 condo in a four unit building. On the border of the NOHO Arts District and Toluca Lake. 1 mile to Metro, 2 mi to Universal Studios. Queen bed and TV in room, plus W/D, DirectTV, Sonos, free high speed WiFi in unit! It's located a short walk from the heart of the Noho arts district and the Art Institute of California. There are tons of cool new bars and restaurants, a large park in walking distance and all major freeways easily accessible and close by! This space is also available for rent as a whole unit (i.e. privacy) with a queen sized aero bed for an additional two guests. You'll have access to your private room and bathroom (across the hall), plus the kitchen, dining room, large living room, an
## 931 Private Guest House in Toluca Woods/NoHo Arts District. Brand-new studio in beautiful landscaped backyard of main house. Comfortably sleeps 2 people. Centrally located on tree-lined street minutes from major LA attractions (Universal Studios, Warner Bros., and Hollywood). Walkable to Metro station, bars, and restaurants. - FREE STREET PARKING IN FRONT OF HOUSE - NO Permits required! - PRIVATE ACCESS TO GUEST HOUSE This guest house is private and located in the back yard of the main house surrounded by beautifully manicured landscaping. New construction providing all the amenities for a wonderful stay. 2 large clear-story windows provide plenty of natural light. Included are the following amenities: NEW AC, heat, ceiling fan, microwave, toaster, coffee maker, refrigerator, Smart TV w/ Netflix, Amazon Prime and access to other subscription services, wireless internet, dishes, utensils, glasses, queen murphy bed and bath with stand-up shower. Guest House has a private entrance separate f
## 932 My place is close to Topanga Beach, Mastro's Ocean Club - Malibu, and Reel Inn Restaurant. This a great place for couples and solo adventurers.
## 933 Leave your world behind when you retreat to this magical bungalow in the canyon, just up the hill from the famous Topanga Beach. It's time to relax and take in the sounds of nature, while enjoying the cool canyon breeze under the beauty of the oak trees. This is a private home with complete amenities, not a guest house. Our place is a magical retreat, surrounded by nature, a serene peace right outside of LA. Come enjoy the micro-climate of the canyon, sit outside, relax on the hammock and watch the butterflies, hummingbirds, hawks & owls........ ENJOY NATURE. Please ENJOY the entire property.........multiple levels of decks and grounds. Drive up to the bungalow, entering through a Private Gate with remote access. Make yourselves at home.....kick up your feet and RELAX. We live on the other side of the ocean, but we have property caretakers that stop by to maintain the property and assist with trash day or anything else you may need during your stay. We are just a phone call or text m
## 934 Adorable, intimate, cottage built in 1930 with uber-romantic tower bedroom to die for, full kitchen, two bathrooms, and wifi. Located in the heart of Topanga, the legendary hippy citadel of love, and surrounded by 243 square miles of the breathtaking Santa Monica Mountains, world's largest urban park. Sleeps 3 with a queen in the tower and a daybed downstairs. Huge 2 person tub, wifi, yard, three fountains, lush landscaping, birds and butterflies. Sorry, not suitable for parties or pets. Stand-alone cottage/bungalow, filled with romance, charming, warm, private, and drop-dead-gorgeous. Oversized, two-person tub in candle-lit room dedicated to the bath, with a wall of glass doors that open to the outdoors. A second tub has a shower. Two private toilet rooms. And upstairs, one of the sweetest bedrooms in all of Los Angeles. The perfect couple get-away place, or solo retreat. Very roomy outside with lush trees, three babbling fountains (with on-off switches if you don't want water-noise
## 935 Spacious, comfortable and newly remodeled suite. Big outdoor patio with mountain view. Good for couples, solo adventurers, and business travelers. Guests have exclusive use of the entire first floor. Your peaceful enjoyment of the location is of utmost importance, and your privacy will be totally respected. Owner or manager will be available if you need anything. Wonderful location in Topanga Canyon, the world-renown vortex of art and eccentricity! Surrounded on all sides by thousands of acres of the Santa Monica Mountains, the largest urban park in America. Charming, friendly, rural-residential hood with laid-back, small-town vibe. Guest's say they can't believe they are in LA. Five minutes to the Topanga business district's restaurants, coffee shops, grocery stores, and post office. Ten minutes to the beach. Ten minutes to Woodland Hills and Ventura Boulevard with every urban amenity known to man. A hiker's paradise - walk out the door and hike or mountain-bike all the way, literall
## 936 Retreat Sanctuary on lush mature landscapes, surrounded by fountains & waterfalls, adjacent to over 40 acres of Mountain Conservation Land. Bright & spacious interior ideal for Yoga Dance movement workshops or other events. Gorgeous 1200 Sq Ft free-standing detached Yoga/Dance studio. At the heart of a pristine 5 acre private estate. Surrounded by beautiful garden with fountains, waterfalls, adjacent to 40 acres of land own by nature conservancy. This space is created for the purpose of healing and spiritual retreat, where those who need refuge from a sense of too much worldliness can seek a quieter, purer, more exalted state of being. What you notice first is the stillness, the external world seems to drop away. - Equipped with bamboo sprung floors (supports any work done with dance or movement) - Ceiling to floor mirror that spans the length of the west side of the studio. - Features: - AC/ Heater - 2 Ceiling Fans - Fireplace - Stereo sound system - 4 Built in Ceiling Speakers -
## 937 Beautiful Villa in Topanga Canyon with a private entrance to the room. There is a Gazebo on the hill to enjoy the city lights at night. Enjoy the pool and Jacuzzi. Close to restaurants,shopping, the beach, and great views. You’ll enjoy the bright open airy feel, the comfy bed & Large Screen TV My place is inviting for those wanting to get away and reconnect in nature while close to urban life! We are shy on reviews as one of our 1st ABnA guest decided to move in and as of May they bought a home Beautiful swimming pool to swim and relax by. The Jacuzzi may be heated on request Gazebo on top of the hillside is great o relax with your morning coffee or a glass of wine in the evening to enjoy the valley view Swimming Pool Jacuzzi Lounge Chairs Out door tables Gazebo I have 2 friendly dogs ;-) A little 8lb bichon poodle mix named Moxie and A Beagle/ Cattel Dog Mix 40 lbs named Shilo They mostly stay in my office or Deck We are easy access in the canyon either from the 101 or the beach. P
## 938 Our listing offers a very unique experience in Los Angeles! This room is located in our bohemian garden area behind the main house. This area is a cozy little community of all our outdoor cabins. The room includes a small double size spring bed, capable of fitting two people snugly. You will be given a key and padlock for the room. There is no air conditioning in our outdoor cabins, but thanks to LA weather, the room doesn't get too hot or too cold most of the year. Include WiFi and outlets. Location is key in LA! If you stay with us you will be minutes away from all the places you'd like to visit day or night in the area. We are located 10 minutes away from Universal, Warner Bros Studios, CBS studios and 15 minutes away from walk of fame and Mann's Chinese theatre. If you feel like hiking in Griffith park or to the Hollywood sign you're only a 20 min car/uber ride away. If you feel like hitting the beach, Santa Monica and Vencie is just a little under 30 min away from our Hollywood lo
## 939 The house is located in a quiet neighborhood right next to Valley college 2 miles from Studio City and Universal Studios 10 minutes from Hollywood and 20 minutes from downtown LA remodeled kitchen and bathroom with a large yard and swimming pool, Plenty of street parking and room for two or three cars in the driveway...... Very clean and spacious Backyard pool Internet cable TV big screen Full kitchen fully supplied Will meet them upon arrival, there is a tenant in the back of the house he has a separate entrance The neighborhood is quiet and centrally located There are buses close by and the Noho greenline yellow line etc. The price is based on two people, 30 a night for each additional person and there is 100 cleaning fee and 20 a night if you have a pet
## 940 Welcome to our guest house! Private entrance, kitchenette, private bathroom, beautiful back yard with patio and everything you might need! It’s private and quiet--but we are just around the corner in the main house. It's a 10 minute drive to Harry Potter land at Universal studios! Our private guest house is a bright and beautiful 500 sq. ft. studio with a kitchenette and private bathroom. It has a queen bed as well as a twin rollaway bed. The bathroom (duel sink, toilet and glass enclosed shower and jetted hot tub) has bath amenities and the kitchen should have everything you need (if you need something else, please just ask). Included is a microwave, toaster oven and a coffee maker. For your convenience, we provide some coffee, tea, sugar, spices, olive oil and other basic items. We will also provide snacks for you on your arrival in your new home away from home.The room has vaulted ceiling and plenty of natural light Free Parking; Quiet residential neighborhood with no apartments
## 941 Beautiful PARTIAL 2 bedrooms with full bathroom shower/tub combination that could accommodate up to 5 persons. Room (A) has a Queen size bed, Room (B) has two twins beds. Living room has a leather sectional and a rollaway bed. House has hardwood floors in the bedrooms and tile in the bathroom and kitchen YOUR QUESTIONS ARE MOST LIKELY ANSWERED HERE -- PLEASE READ THOROUGHLY BEFORE MESSAGING ME What do I mean about a partial house 2 bedroom 1 bathroom I live on the property I have my own separate entrance to the back part of the house with my own kitchen and bathroom, you have full use of the entire front part of the house I don't.. Bedrooms can accommodate 5 2 people sharing the Queen-size bed and 2 sharing the other room that has a trundler twin size daybed (2 twins) The living room has a leather sectional for the 5th person. The bedrooms includes closet, dresser, storage for your suitcases. I provide fresh towels and linens, soap/shampoo/toothpaste, blow-dryer. Note: the home is
## 942 Comfortable king size bed in a sunny room with private bathroom and shower, large wardrobe. Great place to relax, or long-term stay. Lovely house in a quiet area in the territory of a swimming pool, patio (you can do BBQ). About Your Room: This spacious room can comfortably fit two people. You'll have a very comfortable king size bed, plenty of closet space. There also a couch in the room for the 3rd person. We will always provide fresh linens, towels and a few toiletries in case you forget something you need. Complimentary bottled water and some snacks. About the Apartment: We live in a 3 bed, 2,5 bath townhouse. There is a hardwood floor. We have a cat. He roam the house, but we do not allow them in your room. He is friendly, but feel free to ignore him if you're not a cat lover! Please help yourself to use our kitchen and appliances if you'd like to cook or store leftovers, as well as our communal living space. We're happy to share them with you. We also have a washer and dryer
## 943 My place is close to North Hollywood Art District, Downtown, Santa Monica. You’ll love my place because of the location and the people. My place is good for couples, solo adventurers, and business travelers.
## 944 Hello, my roommate asked me to rent out his twin size bed while he went away to Houston for a week. This is a townhouse with 2 other bedrooms. You have access to this room and bath. You also have access to the kitchen, living room, and Internet. The space is full of artists from Directors, Actors, writers. Private shared bedroom, Private bathroom, Kitchen, Living room, free coffee and Internet. I have a busy schedule but am easily reachable and I have my bed on the opposite side of the room.
## 945 Large, airy one bedroom apartment in a tri-plex on a quiet residential street––just off Rose Avenue and six blocks from the beach––on the boarder of Venice and Santa Monica. Our block has recently become Venice’s newest restaurant row, with Superba, Venice Wine Bar, Oscar’s, Flake and Cafe Gratitude all half a block away on Rose Ave. A little further down Rose––all easy walking distance––you’ll find Whole Foods, Groundworks coffee, Sauce on Hampton, the Rose Café, the Firehouse, Venice Ale House, and La Cabana––a long time Venice institution, known for its Margaritas. It’s an easy walk to the beach, Venice Boardwalk, and to shops, restaurants and bars on Santa Monica’s Main Street and Abbot Kenny Blvd. Close to Marina del Rey and Third Street Promenade in Santa Monica. LAX, the Getty and UCLA are minutes away by car. Close to many bus lines. The apartment has its own entrance from the street, with nice little porch to sit on. The bedroom has a queen size bed, and ceiling fan, with a c
## 946 Comfortable private room and private bath in luxury house a short walk to the beach. Quiet upscale neighborhood. Nearby great restaurants, Venice Beach, Marina, only 10 minutes drive to LAX. Free street parking Shared kitchen for fridge and microwave and toaster. 100 yards from the beach. a short walk to restaurants. Close to bus stops. and close to LAX.
## 947 129 MAY SPECIAL. VALID UNTIL MAY 12th ONLY. New Modern 1-bedroom, 1-bathroom guest bungalow in Venice. Private entrance & parking space. Great indoor/outdoor living in a superb location 1 block from Rose Ave, the new “place to shop, eat and have fun” in Venice. Includes all utilities/WiFi, parking. Close to Groundwork Coffee Co, La Cabana, Whole Foods, Pono Burger, Flake. You’ll love the location and ambiance! Perfect for couples, solo adventurers and business travelers New, modern and quiet, 1-bedroom, 1-bathroom guest bungalow in Venice. Cement floors, open plan kitchen, living area with double doors to enclosed patio with additional seating and table for outdoor dining. There's a chair and TV in the living room and two bar stools at the kitchen counter. Fully-equipped kitchen with stainless steel appliances - refrigerator, convection oven, 6 burner stove and built-in microwave. The bedroom has a Full-size bed, plus a blue sofa that converts to small full-size bed, extra sto
## 948 The Venice Canal house bridges the best of both worlds. Beautiful beach lifestyle with surfing, biking, and Venice Beach just steps away + the cool chic shopping and dining of Abbot Kinney. The canals are one of the most scenic spots in all of LA! Location! Location! Location! Inside the beautiful historic Venice Canals. One block walk from famous Venice Beach. Surf, bike, roller-skate, and check out the boardwalk, then return to the peaceful serenity of the Canals. Exclusive, surrounded by celebrity neighbors, there is even a private security guard. Three blocks from trendy Abbot Kinney Blvd with its many stores and great restaurants. You'll find your dream place in Venice at the beach! This quaint 2-bedroom, 1 bathroom canal level apartment has all the amenities you need. Open living room with floor to ceiling windows overlooking the corner of two canals. Watch them film CSI-LA or Californication from the giant U shaped couch. Living room has state of the art entertainment s
## 949 2 Houses right next to each other, 1/2 a Block from the Venice Beach Boardwalk. These 2 houses are back to back. 4 Total Bedrooms, 2 Bathrooms, 11 Beds, 2 Kitchens, 8 Bikes, 2 Surfboards, Tennis Rackets. Frisbees, Beach Towels, Sun screen, etc. You will Love the experience.... This is 2 separate houses so each house has a little separate experience, but both houses are clean and tidy. ( Less than 1 minutes walk to beach) Both Houses... Yards and all Amenities.
## 950 Location, location, location! On the border of Venice and Santa Monica, experience the best of the Westside within walking distance... the beach, popular bars, restaurants & shops, Venice boardwalk, Santa Monica pier, and much more! Location, location, location! On the border of Venice and Santa Monica, experience the best of the Westside within walking distance... the beach, popular bars, restaurants & shops, Venice boardwalk, Santa Monica pier, and much more! This 1 bedroom/2 bathroom condo is ideally located and perfect for your stay in LA. Modern kitchen opens to a spacious living room with a west facing balcony and city view. Master bedroom has a walk-in closet, bathroom with dual sinks, and Jacuzzi tub. Couch in living room is easily rearranged for comfortable extra sleeping space if needed. Building offers pool and spa with a large deck. Ample guest parking is available in the building with validation provided, valuable for the location! Also enjoy access to 2
## 951 Art meets sustainability in a sleek beach home designed by R&D Architects of Venice. Platinum Green Rated Smart Home with sleek yet cozy interiors by famed British designer Richard Gauntlett, perfect for large families Experience an eco-friendly beach retreat complete with 3 bedrooms and 2 and half bathrooms, perfect for large families. Enjoy your morning coffee on our private rooftop deck with panoramic views of Venice Beach. Developed by famed British designer Richard Gauntlett and created with an open-room layout there is plenty of space to sleep up to 6 guests comfortably. Designed with maximum space in mind, the impressive 2 floor master suite has a king size bed, flat screen TV, and an elevated lounge leading to a private corner balcony. There are 2 additional guest bedrooms with king size beds. An indoor and outdoor experience is created with the floor-to-ceiling glass windows that fill every room with natural sunlight. We can already feel the warm sand between our toes. The
## 952 My place is close to Hotel Erwin, Venice Beach, Sanata Monica Beach, Marina Del Rey, Scopa Italian Roots, Hama Sushi, French Market Cafe, and AMC Dine-In Theatres Marina 6. You’ll love my place because of the ambiance, the outdoors space, the neighborhood, the light, and the comfy bed. My place is good for solo adventurers and business travelers. First of all, thanks for the interest in my place. I know a picture worth more than a thousand words but anyway there's some things you need to know before your book this amazing house. Imagine a house close to every important spots in Venice like Abbott Kinney Blvd or Venice beach board walk. Imagine a house with a non smoking and non drinking environment full off nice travellers from around the world. Imagine a house super clean and with a nice fireplace for the cold days. Now, stop imagining that and come see it with your own ways and make your stay in Venice a memorable time of your life in a nice place to refill your batteries for the sun
## 953 My place is close to Abbot Kinney Blvd, Lemonade, Tasting Kitchen, Gjelina, Zinque, Venice Beach, Santa Monica, Marina del rey, mar vista. You’ll love my place because of the coziness and the location. My place is good for couples, solo adventurers, business travelers, families (with kids), and furry friends (pets). I am available by text, email or phone for any needs you will have, and happy to help you out with suggestions for restaurants, shopping, etc. I have lived in Los Angeles most of my life. Uber is great. ****Travelers be aware you are in a high tourist area and you need to remember to always lock your door when you are not at home. Always be careful of your surroundings and belongings. Also, please read all PARKING SIGNS. There is street cleaning days on Monday and Tuesdays.
## 954 Private bedroom on ground floor of architectural condo/loft on Rose Avenue in the heart of Venice with use of upstairs bath/tub/shower and underground, gated parking spot. Daily rate includes use of shared upstairs loft area: full kitchen and dining room; living room with grand piano, mic and amp (electric bass and guitar available upon request). In lieu of tv, living room offers movie projector with 15 foot wallscreen, dvd player or streamed content directly you’re your laptop, comfy couches for reading, napping or entertaining, designated art table + games for young people; a second full bath for those who require a bathtub, and a roof deck with views of sunsets and Hollywood Hills. Amenities: Include high-speed wireless internet, bike, beach towels, boogie board, tennis rackets, private tours upon request, and exclusive discounts to favorite local wine bar and restaurant. We offer a slice of Venice hospitality as well as the utmost privacy to you with full confidentiality in a cul
## 955 -*- Find your escape in remarkable Venice Beach. A perfect fusion of modern comfort and chic surroundings await you. This two-unit duplex is a perfect set-up for a getaway with friends, celebration trip, or a family retreat. This two-unit property has an appealing layout and a calming vibe. Outdoor areas in the front and back of the property are perfect hangouts to unwind, or settings to entertain guests. The front area has comfortable seating and a fire pit for cozy gatherings. Walk inside unit 1 and you’ll find 3 spacious bedrooms and 2 bathrooms and a relaxed living room complete with a fireplace. The modern kitchen leads into the elegant dining room, the perfect palate for your culinary creations. Find your hideaway in one of the three distinct bedrooms in this unit, which include king, queen, and full size beds. An air mattress is also available for additional guests. Inside unit 2 is a loft with a full kitchen and cozy living area. The entire duplex sleeps 10-12 guests. The real
## 956 Comfy & Clean apartment, with brand new furniture, perfectly located between Marina del Rey and Venice Beach, right across from the beach. Explore Venice like a local: the circus-Ocean Front Walk, performers, artists, Muscle Beach, outdoor basketball courts, bike trails and vendors. The neighborhood is very lively and walkable. Restaurants, stores, Venice Beach, Santa Monica Pier, Third street promenade, Main street Santa Monica, Pacific ave, Venice canals, and Abbot Kinney are right here. Comfy studio apartment perfectly located between Marina del Rey and Venice Beach. Entire furnished studio with balcony for your personal enjoyment. No sharing, you will have the entire place to yourself.
## 957 Spacious happy summer house:mid century designer furniture, art everywhere, full of sunlight, plenty of storage, wooden floors, new kitchen, two gardens, outdoor dining area, two large TVs with netflix, new bedlinnen and towels. Bikes to borrow - close to everyting that Venice offers: beach, street life, restaurants, coffee shops, yoga, abbott kinney, rose av, whole foods. Its on a quiet streetbut super close close to all the hip of the hood.
## 958 This is an authentic Venice cottage which has been lovingly preserved. We are located directly behind Abbott Kinney on a quiet and beautiful residential street. Our home is cozy and peaceful yet a short stroll from all the activity that Venice has to offer. The home is good for couples, solo adventurers, and business travelers. It's half a mile to the beach and the famed boardwalk! The house is super conveniently located next to some of the best restaurants and beaches in LA. Street parking is easy at night. We have bikes you can roll around on. We just ask that you take care to lock them and keep them covered. The house has great wifi and cable TV. It also has a bluetooth stereo system and Apple TV with Netflix, HBO NOW and SHOWTIME. We have a patio out front to enjoy your morning coffee, a claw-foot tub to take a bath in, a gas fireplace to enjoy, an AC should it be hot and a super comfortable new king size bed. You'll have access to the front patio, living room, dinning room
## 959 This is a private bedroom with private bathroom in a high ceiling spacious apartment. GREAT location, 1 block to beach, overlooking the Venice Canals (with ducks!) thus quiet at night; walk to shops/restaurants, safe, pretty, convenient. Loft is available as a 2nd queen bed for additional cost. It's a very large beautiful apartment (2 bedroom/2 bathroom + loft). The bedroom has its own attached bathroom, also accessible from the hall. There is a full-size closet, new mattress and bedframe with built in box spring, and a comfortable foam topper. The bed can accommodate 1 or 2 people. There is a dresser, and the bathroom has nice water pressure in the shower (which is also a bathtub), and double sinks. The kitchen is very spacious and great for cooking, with a dishwasher, and there are 3 patios - 2 on the main level, 1 with a BBQ Grill (nice oasis to chill) and a great rooftop with a lounge area and firepit table - all private within the space. The loft also has a queen sized bed and ca
## 960 This newly remodeled and furnished two bedroom house fits 4-6 people comfortably. Located on a nice residential street, just outside the iconic Venice canals! Guests can take a short walk to Venice Beach and to Abbot Kinney - full of restaurants, boutiques, and art, farmers market, the library, bike rentals, and the ocean, this home is a perfect oasis , and vacation spot for any age! Charming, newly renovated, modern home, mixed with a Bohemian Venice feel. Filled with natural light, just a short walk to Venice Beach, Farmer's Market, Abbot Kinney, and across the street from the historic Venice Canals, where you can see the many creative designs and a wide range of architectural designs - great for taking photos! Entire home, including gated front and back yards, plus front and back decks. HD TV + Apple TV which features Netflix, HBO Go, and Itunes, guests can access with their Apple ID. Outdoor Shower BBQ - Propane Grill Outdoor Dining Table Outdoor Heat Lamp Parking in street -
## 961 My place is close to Abbott Kinney, Venice Beach, Superba Food & Bread, Gjusta, Paco's Tacos, Pitfire Artisan Pizza. My place is good for couples, solo adventurers, and business travelers.
## 962 Walking distance to many of the best restaurants, bars, and shops in Venice, including Abbot Kinney. This quiet, bright studio comes equipped with a full bathroom, a Kitchenette and beach cruisers. Enjoy the beautiful backyard and fire pit.
## 963 - Great location, short walk to Venice Beach, Abbot Kinney boutiques & restaurants, Venice Canals & Marina Del Rey - Newly built 4 bedroom, 3 bath home on residential street - Comfortably sleeps 8 - Great backyard w/hot tub, deck, fire pit & grill New remodeled, our 4 bedroom, 3 bathroom home is modern, yet cozy and warm. It is full of light and love and a great place to relax and take in Venice Beach and the surrounding areas. You will have access to the entire main house, front yard and backyard. The office/studio in back will be locked. If you have any questions or concerns during your stay, please do not hesitate to contact us on our mobile numbers. Nearby attractions include: - Abbot Kinney restaurants and shops (12 minutes walk/ 5 minutes bike ride) - Venice beach and the Venice Boardwalk (20 minutes walk/ 8 minute bike ride) - Beautiful Venice Canals (12 minutes walk/ 5 minute bike ride) - Venice and Marina Farmers Markets (12 minutes walk/ 5 minute bike ride) - Santa Monica
## 964 This apartment is perfectly situated in the center of Venice Ca. It's located on a quiet residential street just 1 1/2 blocks from the happening Abbott Kinney. Within just a few minutes (on foot) you will be surrounded by the best shopping and dining in the area. You will also be just a 12 min walk (less than a mile) from the famous Venice Boardwalk where you can site see, dine, swim, relax on the beach, people watch, whatever you want! My place is good for everyone and anyone :)
## 965 Welcome! We're looking forward to hosting you in our beautiful home. Enjoy yourself in warm & sunny Los Angeles. The ocean calls your name with a short 15 minute bike ride. LAX is a 20 minute drive away. Centrally located to the 10 & 405 freeway. Welcome! Whether you are visiting for business or pleasure enjoy the security of a meticulously clean, warm and friendly place to call home. Centrally located to all things practical. You have your own private room and access of the kitchen and living room. The bathroom is private, unless the other room is being rented at the same time. We have 4 bikes (shared between guests), surfboard, boogie boards, beach chairs and beach towels all for your complimentary use. The room is situated with high speed internet, pillow top mattress, 100% cotton sheets with down comforter. Whole Foods and Trader Joe's are both a five minute drive from our home. Venice Beach, Abbot Kinney and Santa monica are 15 minutes by bike. LAX is a 15 Uber or Lyft ride a
## 966 WELCOME: Life's a Beach-JOIN US. CENTER OF VENICE BEACH! ALL–YOU–CAN–EAT BREAKFAST! Relax in room with internet & wi-fi. ALL ROOMS EN SUITE. Enjoy the company of fellow travelers from all over. WOMEN-ONLY & MIXED ROOMS. Let us know: # of women/men.
## 967 Beautiful boho room with lots of natural light, large closet, and mirrors in a high vibe bungalow with a full yard and fire pit right of famous Abbot Kinney Blvd. This is Venice! This house is perfect and super creative zone. Your bedroom is one of 3 rooms in a house. Work at the indoor our outdoor work stations and enjoy all the creative and peaceful energy that is in the house. Fire pit, outdoor shower, art, good vibes and an amazing location Whole house, fire pit, yard, kitchen. Just please don't go in the other bedrooms. I'll be available digitally and usually there is someone around the house to lend a smile if you need anything. This is Abbott Kinney in Venice beach. It it truly the coolest street in the US. My house is about 7 minutes on foot from all the action and the best organic market you have ever seen. (I promise) Walk, use Lyft or rent a bike/skateboard.
## 968 Located 1 and half blocks to the beach and 2 blocks to all the nice restaurants and shops that are along Washington Blvd. at the border of Venice Beach. Walk or bike everywhere! An easy drive to many Southern California destinations. Situated in a very upscale Marina del Rey neighborhood, this apt. is meticulously maintained with a modern Asian inspired decor. The unit has an open floor plan with a King size bed in the master suite along with a futon sofa bed. There is also a nice living room area, and the Italian sofa opens into either two twin beds or one queen bed. You will have access to the outdoor front patio, where there is a BBQ, and you have a two car garage with bikes for use. If you have any questions, please feel free to text me! Marina del Rey is located on the south end of Venice Beach. My home is on the north end of Marina del Rey just bordering Venice. The building is less than half a mile to Washington blvd, literally a 5 min stroll, and it is 1.4 miles to ABBOTT KI
## 969 Warm and pleasant private bedroom that comfortably fits two. Only blocks from the beach and local hot spots such as Abbott Kinney and Main Street with tons of shopping and food. Apartment is centrally located to surrounding cities! Great place! Private room in apartment shared bathroom with two lovely girls. We are rarely home so you get a lot of the place to yourself! It's the perfect bungalow with a courtyard to sit and drink morning coffee or enjoy your lunch outside. We are in a prime location to get to the main streets of all the action of Venice. We are also easily accessible to bus stops and the metro of either Santa Monica or Culver City that can take you downtown!
## 970 Conveniently located two blocks from the beach and two blocks from Abbot Kinney blvd. shops, restaurants and bars. This cozy studio apartment is furnished with handmade furniture and lighting, a surfboard, wet suit, two skate boards and two bikes to ensure you have everything you need for an authentic Venice Beach experience Bright and airy studio apartment located in one of the most charming buildings in Venice. The corner unit is clean, has hardwood floors and tile throughout, as well as large windows with plenty of sunlight and ocean breezes. The space is great for couples and solo travelers. Venice Beach, CA is an amazing place to visit and an even better place to live. Venice is home to an eclectic bohemian culture filled with artists, world-class restaurants, breath taking sunsets, impressive architecture and endless outdoor activities. The location is excellent for travelers who need easy access to and from the airport, major highways and public transportation. Bus stops are als
## 971 Private cozy bedroom and extended front room, including beautiful & private backyard patio; full kitchen & bathroom amenities, secure building. Small dogs welcomed. 420 Friendly. Ocean view from front of apartment!
## 972 Ocean view. Very convenient location. Very peaceful. Parking. Hiking. Close to Venice and santa monica. Across the street from the beach. Incredible location.
## 973 3 min to ocean,Walking distance to kosher market, restaurants, theaters, and coffeeshops. 2 minutes to the beach. 2 Private rooms. 3 Super comfortable queen sized beds Parking 20 per night Welcome! We're looking forward to hosting you in our beautiful home. Enjoy yourself in warm & sunny Los Angeles. The ocean calls your name with a short 3 minute bike ride. LAX is a 15 minute drive away. Centrally located to the 10 & 405 freeway. Whole Foods and Trader Joe's are both a five minute drive from our home. Venice Beach, Abbot Kinney and Santa monica are 15 minutes by bike. LAX is a 15 Uber or Lyft ride away. The 405 and 10 freeway are a 10 minute drive from our home. We have been hosting on airbnb for over four years and love hosting people from all over the world. We are always happy to provide you with insider tips of places to visit. •High speed internet •Ceiling fan with central heating and A/C (per request) •There is plenty of non permitted parking right in front of the house. -kit
## 974 Situated within AK Live/Work, a crisp modern mixed-use building that received awards from both the AIA/LA and the Westside Urban Forum in 2007, Space B affords the ultimate urban lifestyle within the relaxed coastal town of Venice. Located just blocks from the beach and hovering above renowned Abbot Kinney Boulevard, this exceptionally designed, crafted and furnished apartment is adjacent to a host of one-of-a-kind shops and restaurants. Punctuated with planted courtyards, terraces and balconies, Space B boasts wonderful indoor/outdoor relationships and spatial transparency. The result is a serene inner world, bathed in natural light, which draws off the vibrant energy of this exceptional pedestrian oriented street. Space B is white plaster, inside and out, with floor to ceiling glass that visually connects indoor and outdoor spaces, folding views of courtyard gardens and Venice's unique streetscape into the experience of the space. Living, dining, kitchen. master suite, guest suite, m
## 975 Quintessential So Cal duplex, 4 blocks from Venice Beach. Steps away from the culinary delights on Rose street, the shops on Main Street, famous Venice Boardwalk, Santa Monica Pier, and trendy Abbot Kinney. All that and views of the mountains and downtown! These are some of the features and things we love about our home: •Starting the day with opening the French Doors and relaxing with coffees in the morning sun on the front patio •Easy walk to EVERYTHING - shopping, the beach, the boardwalk and the Sunday Farmer's Market on Main Street •We are located in one of LA's trendiest neighborhoods with places like Flake, Gjusta, Venice Wine's, Whole Foods, Cafe Gratitude, and more... all just blocks away •A 10 minute walk to Abbot Kinney and the Venice canals •A 15 minute walk along the boardwalk/beach to downtown Santa Monica where you can visit the pier and 3rd street •Brand New Dishwasher •Brand New Oven and Gas Range •Wide Variety of top of the line All-Clad Cookware •Krups Dulce Gusto s
## 976 Our 1 bedroom /1 bath Venice Beach bungalow is cozy, clean and private. It offers lots of outdoor space including a comfy seating area, outside table and barbecue. The Bungalow is walking distance to fabulous shops and restaurants on Abbot Kinney, Rose Ave & Main Street, and a less than ten minute walk/5 minute bike ride to the beach (Bikes provided). This Craftsman Bungalow has all the charm of old world Venice with modern amenities. Our private home features a relaxing outdoor area surrounded by private fence. Centrally located to everything Venice and Main Street, Santa Monica has to offer; it's easy to get out and explore on foot or with one of our beach cruisers. This property is one of three one bedroom beach bungalows, each with a queen bed. And not just any Queen bed, but a Casper mattress! I met the Casper team a few years ago and after sleeping in one of their beds, I was hooked. I mention this right up front, because many Airbnb’s have low quality furniture and mattresses
## 977 This classic Venice Beach house is on the famed Venice Walking Streets. Relax and get your beach on just 100 yards to the sand! Don't be fooled by the many Venice homes that claim to be close to the water.
## 978 Stunning architecture & minimalist environment w/ rooftop view of the Venice Canals /2 blks to sand. Hip, contemporary tri-level w/ open floor plan, 14' ceilings, & lush private outdoor space. Walk to Abbott Kinney or the Venice Boardwalk in 5 min. Stunning & elegant William Adams architectural with views of Venice Canals & two blocks to the beach. This hip, contemporary setting offers an amazing tri-level open floor plan with 14' ceilings, & beautifully landscaped & lush private outdoor space. Both an enclosed yard adorned by mature bamboo & a fantastic roof top deck with surround sound system, fireplace & views. Designer décor & appointments throughout including polished concrete floors, Sub-Zero, Bosch & Viking appliances with Ceasar Stone counters in kitchen. Tasteful furniture, rugs, art, tv's & fixtures create a very stylish, elegant & warm environment. Sonos remote accessed sound system throughout, direct access 2 car garage with addl guest parking. And lastly, we do offer a con
## 979 You’ll love my place because of the ambiance, the outdoors space, the neighborhood, the light, and the comfy bed. My place is good for solo adventurers and business travelers. First of all, thanks for the interest in my place. I know a picture worth more than a thousand words but anyway there's some things you need to know before your book this amazing house. Imagine a house close to every important spots in Venice like Abbott Kinney Blvd or Venice beach board walk. Imagine a house with a non smoking and non drinking environment full off nice travellers from around the world. Imagine a house super clean and with a nice fireplace for the cold days. Now, stop imagining that and come see it with your own ways and make your stay in Venice a memorable time of your life in a nice place to refill your batteries for the sunny and bright days that we have here. We are expecting you with all the comfort you need and ready to help in every aspects of your journey. We sincerely hope to see you soo
## 980 Unique, rustic, space in lovely Venice neighborhood. Vine covered interior walls/ceiling as well as in open, outdoor shower. Painted plywood floors enhance this cozy back cottage which includes full size fridge, cooktop, queen bed and outdoor patio. PLEASE.... MAKE SURE TO FILL OUT YOUR BIO ON THE SITE AND TELL ME ABOUT YOURSELF. Its very difficult to rent to guests that are not willing to post the info on the site. PS the only time you BIO is seen, is when you request to book from a host. This backyard guest house is a charming mini version of its larger craftsman front home. Surrounded by greenery, brick patio and boasting walls of windows, this delightful studio in a quiet Venice neighborhood offers peaceful respite without seclusion from the excitement of the area. Hop on our bikes and in 5 minutes you will be on trendy Abbott Kinney Blvd.; in 5 more minutes you can be basking in the sun on world famous Venice Beach. Shopping, incredible eateries and water sports for all ages are j
## 981 An adorable one-bedroom in Venice four blocks from the beach. One block from Rose and halfway between Abbot Kinney and Main Street in Santa Monica. Kitchen, bathroom, bedroom, and living room. An adorable one-bedroom in Venice four blocks from the beach. One block from Rose and halfway between Abbot Kinney and Main Street in Santa Monica. Kitchen, bathroom, bedroom, and living room. Zero. There are great bars, cafes and restaurants in the neighborhood- Rose Cafe, Groundworks, Oscar's, Hostaria del Piccolo, Cafe Gratitude, The Other Room, The Fire House, Komodo, O'Briens, Clutch, and more.
## 982 Specious, newly renovated studio, 1 block from Venice Beach. Everything is new and modern, with a funky Venice Beach feel. Jacuzzi tub, washer/dryer hardwood floors, steps from stores, bars, restaurants, public transportation, Venice Beach Landmarks Free Parking!!! This Spacious Studio is Newly Remodeled, in pristine condition, with a funky, fun california vibe & 70's beach inspired decor. 1 block from the world famous Venice Beach Boardwalk, Muscle Beach, skate park, basketball courts, shops, restaurants, anything you could possibly need. Experience what it's like to live as a Venice local, on historic walk street. Just step out the door and surf, skate, sunbathe, bike or just stroll on the boardwalk. A bike ride away from Santa Monica Pier and 3rd Street Promenade. Great happy hour spot across the street. Studio is attached to a single family home. Private back entrance. (Entrance in alley, parking spot right in front of your door.) Very soundproof, air-conditioning, closet, large
## 983 Super cute, and spacious studio in the heart of Venice Beach California. Located walking distance from the very popular Abbot Kinney, and Rose Ave - where you can find amazing restaurants, fun bars, and lots of shopping. A super cute, and spacious studio. Very comfy queen sized bed, with temperpedic pillows, and 600 thread count bedding. A fantastic L couch, where you can relax and watch anything on the Apple TV. A modest kitchen to cook up a meal, if its a night in. A squeaky clean bathroom stocked with towels, shampoo, conditioner, and lotions. You will have access to the gate surrounding the building, and you can enter the apartment through the front and only door. I will be there to greet, and hand over keys. I will also be staying close by and can available for any questions or concerns. An awesome neighborhood! Walking distance from the ever popular Abbot Kinney, and Rose Ave. Where you can find amazing coffee, restaurants, bars, and shopping too. Endless amounts of options. Also
## 984 Spacious private charming guest room with private bath and closet. This is a private guest room with its own entrance overlooking the courtyard of a Bungalow house. You are steps away from Abbot Kinney Blvd…hippest street in Los Angeles. Located in the heart of Venice; walking distance to the beach, coffee houses, restaurants, amazing shopping and yoga studios. One car parking is also available upon request. There's free wifi in many of the coffee shops and restaurants nearby. Very clean and comfortable. A few steps away from one of the trendiest streets in the world, Abbot Kinney Boulevard. Walking distance to the beach and the famous Venice Boardwalk with all the attractions. You can rent a bicycle close by and explore the beach cities around. Minutes from Santa Monica. This is a private guest house. It has it's own private entrance so that you can come and go as you please without disturbing anyone. Gracious host will gladly give you recommendations on the best places t
## 985 Spacious studio, perfect for friends traveling! Two beds, both full size beds and with pull out couch. Both beds are very comfortable. Enjoy coffee or hot chocolate, in this cozy space for 4. It's a kitchenette, with a full size fridge, toaster, microwave, stove top, and coffee maker, only thing its missing is an oven! I have premeiem wifi, so you won't have any problems watching Netflix, or working on a buissness proposale, the internet is very fast! Theres a bike rack out front and it is gated off for severity. This building is very safe and secure, not open to the public, as you need a key to get into the building as well as a seperate key for the apartment. It's a very quiet building, lovely building with barely any interaction with neighbors. Hope you enjoy your stay! Everything in the apartment is avaliable for you to use, besides the closet which will be locked, and the bottom half of the big dresser. My girlfriend and I are both always close by the apartment and avalibale for a
## 986 Beautiful clean space with your private full bathroom. Very conveniently located, near Abbott Kinney, Venice Beach, great restos, The RITZ, etc...has a great outdoor pool and tennis court. Nice balcony to sit out and watch hummingbirds float around. Also forgot to mention there is a brand new ping pong table I bought for the apartment. Can play anytime : ) high-speed wi-fi
## 987 Best. Place. Ever!!!! FREE BIKES! FREE BREAKFAST! HUGE house located right on "the trendiest street in America", Abbot Kinney! Our house is only a short walking distance to Venice Beach, Venice Canals, and Marina Del Ray. Our house offers amazing views, magical gardens, and great times with other guests!! Location!! Free bikes!! King size bed!! Stay in the heart of Venice, right off Abbot Kinney Blvd and Washington Blvd. Take a stroll through funky neighborhoods, explore the Canals, and frolic at the beach! Our house is HUGE! There are two (different) private bedrooms, located on the second floor, with a SHARED full bathroom and hang out area. The second floor has its own access to a massive balcony with separate stairs leading to the garden and lower level. The kitchen, living room, dining room, and patio, are located on the first floor with a second full size bathroom and enormous shower. The perfect Oasis!!! Make a feast in the giant kitchen, relax in the awesome garden, meet people
## 988 This is a fantastic house in Venice, 1 block south of the canals, four blocks to the beach and all the great restaurants and bars near the Venice pier. Walking distance to Abbot Kinney and a short drive to Santa Monica. This is a fantastic location. This is a great place. One large bedroom and a fantastic, very comfortable living room. The large kitchen is shared with two tenants in the back but is the only common area in the house. Doors on either side of the kitchen lock for privacy and guests have their own entrance into the house. The tenants in back are very friendly, young professionals who will interact as much or as little as you'd like. They have two very friendly dogs who stay in the back yard and, again, you can choose to interact and play with them or close the kitchen door so they don't disturb you. There is 5ghz WiFi throughout the house, two large flat screen TVs for entertainment including a smart TV with Netflix, Hulu, etc. The front yard has recently been re-landscape
## 989 Located in the famous Spence Manor, overlooking music row, stay in a unique and spacious 1 br condo with a great history! Walkable to everything Nashville has to offer, this is the best location in the city. Located in the famous Spence Manor, overlooking music row, stay in a unique and spacious condo with a great history! Walkable to everything Nashville has to offer, this is the best location in the city. Perfect as a musician's retreat, it comes equipped with an acoustic guitar and a digital piano. You can check out Nashville's rich music history and get inspired to write a song of your own all in one place! Newly renovated one bedroom, one bath can sleep up to 6 comfortably. One queen bed and one very large and comfortable sectional sofa make for lots of sleeping room. There is also an air mattress in the unit and plenty of floor space! The unit comes with one covered parking space but is also very accessible by cab. Vanderbilt University, Belmont University, Titans and Predators g
## 990 This beautiful apartment in Nashville in an incredible downtown location, within walking distance to many great attractions. This unit has 1 Bedroom, 1 Bathroom, Washer and Dryer, free Wifi and Sleeps up to 4. Live like a local during your stay at the incredible property, located in the heart of downtown Nashville. This converted newspaper building features tall ceiling heights, exposed original brick, hardwood floors, and will put you right in the middle of all the action, within easy walking distance to fabulous dining, music, and dancing! Experience the fabulous nightlife that made Nashville famous! This property is located at the intersection of Commerce St and 3rd Ave, just a block north of the famous Honky-Tonks on Broadway Street. You couldn’t ask for a more convenient location! And if you want to get out of town, controlled access parking is available for your vehicle. -1 bedroom with a king bed and a pull-out sofa -1 full bathroom -Sleeps 4 -739 square feet (One unit has a di
## 991 1bed 1bath private suite is like a luxury hotel room on the riverfront 30 feet from Honky Tonk Row. Walk to everything dozens of live music, restaurants shops & attractions. Need more space rent more units on this floor. Best locale in Nashville!!!!
## 992 Our property is located on Middleton Street, right along the Cumberland River in the SoBro neighborhood. This unit features 2 Bedrooms, 2 Bathrooms, Washer/Dryer, Internet, and Sleeps 5. Experience the best of downtown Nashville when you stay at our amazing building vacation rental! Located in the hip SoBro neighborhood surrounded by restaurants and shops, we offers sophisticated properties! Live it up like a local in one of Nashville’s trendiest vacation rentals! Our vacation rental is located on Middleton Street, right along the Cumberland River in the SoBro neighborhood. Featuring trendy restaurants and cultural attractions, SoBro (South of Broadway) is one of Nashville’s most treasured neighborhoods for locals and tourists alike! -2 Bedrooms with a king bed, a queen bed, and either a sleeper sofa or 2 roll-away beds | -2 Full bathrooms -Sleeps 5 Parking: -1 parking space is provided in the secure garage Building Amenities: -Stained Black Polished Concrete Floors -Controlled Access
## 993 2200 sqft home in heart of Nashville's Germantown neighborhood. Walk to restaurants, 1 mile from Downtown. 3BR, 2.5 bath, 1 K, 2 Q, 1 full sleeper, 2 queen murphy beds 2 queen air mattresses) rooftop patio with fireplace and Downtown view! This brand new home is located just off Downtown in the heart of Nashville's Germantown neighborhood. Popular restaurants like CityHouse, Silo, Germantown Cafe, Monell's and The Red Bicycle are within walking distance. The location is quiet enough for a relaxing getaway, but also less than 2 miles from the excitement Broadway and the Nashville Music Scene which make it a great location for a destination party trip! This home is a perfect way for families or larger groups to enjoy their stay in Music City. With a King, 2 queen beds, 1 sleeper sofa, 2 queen murphy beds, 2 queen air mattresses, and a huge sectional couch in the Bonus Room, there is more than enough space to enjoy your time together when not out on the town. The bonus room's sectional an
## 994 It is located at the intersection of Church St. and 11th Ave in the trendy Gulch neighborhood. The building has a Pool, Hot Tub, Grilling Area & Gym. This beautiful unit has 2 Bedrooms, 2 Bathrooms, Washer/Dryer, free Wifi & Sleeps up to 5. Live like a local during your stay at the amazing property, located in Nashville’s hippest neighborhood. Relax at the fabulous pool and rooftop lounge while you soak up both sun and Southern hospitality. You’ll be close to all the action, just a short ride to fabulous dining, music, and dancing! This property is located at the intersection of Church St. and 11th Ave in the trendy Gulch neighborhood. Just off the main downtown area, the Gulch is a popular destination for locals, college students, and visitors alike. -2 bedrooms with a king bed and a queen bed, and a pull-out sofa -2 full bathrooms -Sleeps 5 -1000 square feet Unit Amenities -Fully equipped kitchen -free wifi and cable tv -washer/dryer in the unit -Ironing board and clothes iron -hai
## 995 BRAND NEW! Luxe home in PRIME LOCATION w/ Rooftop Deck! #4 of 6 homes TOGETHER!! Comfortably Sleeps 12 in 4 Magnificent Bedrooms (2K/4Q). Unbeatable location, only a 5 minute Uber ride to the Midtown hot spots or Broadway Honky Tonks! West End Dream! Thank you for visiting "The City House" listing!! This luxe vacation rental is one of six gorgeous townhouses - In a PRIME LOCATION, only one street over from West End Avenue, which turns into Broadway/Downtown, only a 4 minute Uber ride to all of the Midtown bars and restaurants, and literally directly behind the Loews Vanderbilt Hotel...Doesn't get any better! :) These are upscale, designed to the 9's homes laid out to comfortably sleep 12 people in 4 magnificent bedrooms! Our favorite part of the house is the open floor plan, which is perfect for gathering, and also the stunning outdoor living space! If this unit is unavailable or if you need up to 6 adjoining townhomes, please see our other listings! Lay-out Summary: 1st Floor: Livin
## 996 Located minutes from Downtown, Music Row, Vanderbilt and Belmont University, and the medical hub of the city. This 950 sq ft 2-story loft offers unique features including an exposed 30-foot ceiling, concrete walls, home theatre projector, and clean contemporary furnishings that lend it a sophisticated urban vibe. It easily accommodates up to 7 guests, with a queen bed, queen sleeper sofa, queen murphy bed and an inflatable twin mattress, yet is equally comfortable for just a single guest. Nashville is consistently voted one of the friendliest cities in the country, and southern hospitality awaits you at our door. Located at the intersection of 22nd Avenue North and State Street in Nashville’s hip Midtown area, this property is within walking distance or a quick taxi to great restaurants, shops, sporting events and live music venues. Whether you're coming to Nashville for a concert or sporting event, to attend a convention, or just hang with some fun people, our property is right in th
## 997 Located in the "Enchanted Hills" of Nashville. Minutes from downtown Nashville, 15 minutes to Opryland Resort, 10 minutes to Fontanel Amphitheater, 15 minutes to all major attractions. 3 spacious bedrooms, 2 full baths. Spacious Eating Area, Two Living Areas. Plenty of Parking. Quiet Peaceful Neighborhood. Easy access to all majors interstates. Large Yard that Backs Up To Wooded Area. Watch nature from the backyard - deer, turkey and more! Well cared for home. Washer and Dryer available. 3 large bedrooms and 2 full baths. Entire House ~ 3 Bedrooms, 2 Baths, Kitchen, Den, Dining Area, Living Room Quiet Established Neighborhood. Public Transportation is not available, but you are 15 minutes to downtown Nashville, 15 minutes from Opryland Hotel
## 998 A charming 1930's craftsman house in East Nashville within walking distance to the city's best restaurants, coffee shops and music venues. A short drive or uber ride away is Titan stadium (2.5 miles) and Broadway (3.5 miles). Hi! My home is a 1930's craftsman within walking distance to many restaurants, shops and music venues in East Nashville. The house is about 1,900 square feet and comprised of three bedrooms and two baths. Two of the bedrooms are on the main floor. The first has a queen bed and direct access into the bathroom. The second has a full bed and is a short walk to the downstairs bath. The third bedroom (the master) is on the second floor with a queen bed and direct access into a large private bath with a glass shower and a clawfoot tub. There are two living rooms - one upstairs and one downstairs. I love to cook so the kitchen is well-equipped with everything you'll need except maybe an immersion blender - been meaning to get one of those. The best part of the house m
## 999 Less Than 5 minute Uber/Lyft to Downtown. Surrounded By Amazing Local Restaurants And Venues. Beautiful Furniture With A South Of The Border Feel. Stearns & Foster King Mattress Sleek Kitchen Stocked For A Chef Conveniently Located Near The Convention Center & Bridgestone Arena. Close Proximity To Many City Hot Spots! Barista Parlor - Ascend Amphitheater - Butcher & Bee - Nashville Symphony - Pharmacy Burger - Edley's BBQ - Wild Cow (For our vegan friends!) - Much More! ALL TAXES ARE INCLUDED IN THE RENTAL PRICING This home is equipped with amazing furniture, large televisions, comfy sleeping, and good eating. Eclectic decorations located around the house make for a relaxing and fun environment and a kitchen equipped to accommodate the most experienced chef. A townhouse with this much character is sure to produce a memorable visit. Listing Must Knows! Modern kitchen with state of the art appliances & utensils - Stearns & Foster master bed - Complete remodel In 2014 - Romantic firepla
## 1000 Our beautiful cottage is a true Nashville home! Located in the heart of Nashville's hippest neighborhood! Walking distance to amazing coffee shops, restaurants, and bars..not to mention only 2.4 miles from honky tonks downtown! You'll love it here! First off, we love hosting on airbnb! So much so that this is our 2nd home on airbnb, so please visit our other listing in Nashville to see our 100+ reviews. Check us out here--> https://www.airbnb.com/rooms/2687266 . I know when my husband and I travel we ALWAYS check the reviews first, its super important right!? So please take a look so you can get to know us better! Whew! That said, we love THIS house so much! This is a true Nashville home with guitars on the walls, an old record player, screened in outdoor porch w/ dart board, and plenty of Whiskey! We are located in the heart of Nashville's hippest neighborhood! Walking distance to amazing coffee shops, restaurants, and bars...not to mention we are only 2.4 miles from Broadwa
## 1001 Private suite (1BR+LR w/sofa bed) in 1920s bungalow in East Nashville’s Lockeland Springs with modern decor, interesting art and tons of amenities. Complimentary wine, beer, coffee and snacks. Minutes to shops, coffee, restaurants, Shelby Park and a chocolate factory within walking distance! Five-minute Uber/Lyft ride to Titans; ten-minute ride to downtown. Business travelers welcome. Open to everyone! Visit us at #boscobelbungalow on Instagram! The guest suite is completely private and has been recently renovated, freshly painted and decorated with your comfort and enjoyment in mind. -- Bedroom: Large room with queen-sized bed (Tuft and Needle mattress), wall-mounted flat screen TV (cable/HBO), reading nook, spacious/full length closet, hypoallergenic linens/pillows. -- Living room/lounge: Private entrance, comfy pull-out sofa with queen-sized bed, wall-mounted flat screen TV (cable/HBO/Roku), desk for doing work, plenty of seating for hanging out. -- Kitchenette: Mini refrigerator (
## 1002 This home, built in 1901 has all of the "Nashville" that you are looking for. 3 bedrooms, living space, office, great back yard and front porch. Walking distance to coffee, great restaurants, and more. Less than 2 miles from downtown (5 uber ride). This 1901 Craftsman will give you the perfect taste of Nashville. Our home is a historic 3 bedroom / 2 full bath home. It sleeps 6 in beds - we have 2 queen beds and 1 full. We have a full front porch with rocking chairs and all. The house is located one block from restaurants, coffee shops and more - or less than 3 miles (5 uber) to downtown Nashville. East Nashville is quickly becoming the place to be in Nashville - offering unique dining, eccentric character, historic homes, craft beers, and so much more. You have access to the entire home except for the laundry room, we keep that room locked. One queen and one full bed are upstairs, and a queen bed downstairs. Each level has a full bath. Please enjoy the front porch swing and rocking
## 1003 Experience the charm of East Nashville in our beautiful 2 bedroom house. 3 blocks from gorgeous Shelby Park, coffee shops, and even a local chocolate factory! 10 minute walk from 5 Points dining and bars and a short 7 minute ride downtown. This is a brand new home, renovated within the past 2 years. There are so many great things to love about East Nashville, including great restaurants, bars, and of course, the best music in America. I will be in the area but out for the weekend. Available by phone. Smoking only outside please. Feel free to ask me for tips on live music, restaurants, or cocktail bars.
## 1004 Located at the heart of East Nashville, our 4 bed, 2 bath home is 5 minutes from downtown and walking distance to some of Nashville's finest restaurants, eateries & coffee shops, no need to rent a car; you'll feel right at home in our neighborhood! Due to new Airbnb regulations in Nashville, a 16% tax will be added to your total once you have booked, to be paid to the City and State. This includes a 10% sales tax + 6% Nashville hotel occupancy, plus an additional 2.50-per-night fee. If you have any questions regarding these fees, please do not hesitate to reach out prior to booking. Built in the early 19th century, we have carefully curated our home to portray a vintage simplicity that is both inviting & relaxing. Guests will enter the house through the living room, which boasts a comforting mid-century charm. A flat screen with cable access and a coffee table full of games is sure to bring hours of entertainment, while a record player and Nashville-themed vinyl collection will keep
## 1005 Welcome to our fully renovated Victorian in the heart of East Nashville's 5-points. You'll have your own bedroom and bathroom retreat. Some of the city's best restaurants, bars, and shops are within walking distance. Check us out on Instagram: eastscapeairbnb. You'll have access to one of two private bedrooms (queen-sized bed) and a full bathroom -- check out our other listing in the house if you're traveling with friends. We can accommodate up to four guests total. You're welcome to the kitchen, dining room, living rooms, as well as outdoor spaces. Our front porch is perfect for an evening cocktail, or hangout in the backyard around the fire pit and string lights. Feel free to use the washer and dryer. We'll provide coffee (french press) and water. We're in the house, but around as much or as little as you'd like. We love East Nashville for it's funky progressiveness, walkability, and awesome amenities. We couldn't imagine living in any other neighborhood and we think you'll
## 1006 In the heart of East Nashville ... where the soon to be famous musicians live.
## 1007 You will love staying in this awesome house in East Nashville. Walk to all the shops in Five Points, Fatherland Street and Shelby Park or take the five minute Uber/Lyft ride Downtown. There is no better location to explore Nashville. This is an entire house in the Lockeland Springs neighborhood of East Nashville. This is the best part of Nashville - the place that all the magazines are pointing to as the place to be. This space is awesome for couples, families or groups of friends having a great getaway to this amazing city. What's in the neighborhood? Within blocks you will find: Restaurants: Treehouse, Little Octopus, Two Ten Jack, Rosepepper Cantina, Marche, Margot, Eastland Cafe, Local Taco, Five Points Pizza Graze and Butcher and Bee are all five minutes from this house (and most are less than ten minutes on foot). Coffee Shops: The Post East, Ugly Mugs,, Garage Coffee and Bongo Java are all right here in East Nashville Music Venues: Within minutes, you can be at The Basement East
## 1008 Historic East Nashville neighborhood in walking distance to 5 Points and downtown. Full kitchen, hardwood floors, queen and king-sized beds. Loft is located in the backyard garden of a historic, Victorian home. Walk to 5 Points and downtown. Hardwood floors, full kitchen, Wifi, and flat-screen, Smart TV with Hulu, Netflix, Amazon, and over the air HD channels. Queen and king-sized beds, along with a pull-out sofa bed that can sleep two. Spacious, open layout with plenty of light and backyard garden views of historic Victorian home. Please note: there are stairs leading up to the loft. The entire loft :) Either you will be provided with the door code, or someone will be present for checking in and checking out, but that's it. You will have the loft to yourself! This is a historic neighborhood (one of Nashville's oldest!) with gorgeous, old houses lining the street. Five Points is one of the most happening areas in Nashville, with tons of local food, shops, and bars. If you don't want to
## 1009 Entire family home in hip-historic Lockeland Springs - East Nashville. 3 queen beds & bunk beds = 5 beds! Hardwood Floors, Full Kitchen, Back Deck, Front Porch, Wash/Dryer, Internet. Book with "La Casita" = 4 Queens & 4 twins = 8 beds! Colorful, fun, and very clean. Great place for a gathering of friends and family! Every nook and cranny of La Casa has been poured over with little decorative touches that suit our style. We know what we like when we see it and have always had fun finding the right art pieces and furniture. Our world travels have influenced our decorative palate for nice things. Unique fact about our listing: All business and legal permits have been approved by the city and home has been inspected by the Nashville Fire Marshall. Two thumbs up, a signature, and a seal of approval! There are smoke detectors in every room! "The Loft" - Queen Bed and Drum Set! "The Green Room" - Queen Bed and Bunk Beds! "The Blue Room" - Queen Bed and game table! Kick back on the couch
## 1010 Steps from everything! You won't even need a car when you stay here. TPAC, Ryman, Honky Tonks, Titans stadium, Bridgestone arena is all a short walk. This building can be rented in its entirety - boasting 6 BR, 5 baths. The largest in the downtown area. Location...location...location. 2 kitchens, 6 bedrooms with 2 Kings, 4 queens, and 5 full baths that are decorated to impress! The entire building is yours to enjoy. This house is on a keypad entry system, so no need for a key exchange. However, l would be happy to meet you for a tour and answer any questions. Great restaurants, pubs, nightlife and shopping are all within a short walk. No car is needed to enjoy all downtown has to offer because you are already were you want to be.
## 1011 1 block to food, shops, & bars 6 blocks to St Charles streetcar 1.5 miles to French Qtr .5 mile to WalMart This listing price is for the upstairs only: 2 kings, 1 full, 4 twins, 1 sleeper sofa, 1 folding sofa, 3 full bathrooms, kitchen, balcony, backyard, front courtyard. 10 max occupancy. Downstairs available: 3 bedrooms, 2 full bathrooms, 2 queens, 1 full, 2 twins, kitchen, living, laundry. 8 max occupancy. **Please message for a quote if you are looking to book the entire house.** *** The entire house is available for rent for parties up to 18. 7 bedrooms, 5 full bathrooms, 2 living rooms, 2 kitchens, etc.*** NO BACHELOR PARTIES ALLOWED. Beautiful historic home in the heart of the Lower Garden District meticulously restored. Upstairs is 1,680 square feet (156 sq meter) with 14 foot ceilings featuring restored exposed brick fireplaces. HDTV's in every room with HBO! The front yard is walled for privacy and security. Enter through the front gate and walk the stairs to your private
## 1012 Modern 1800 Sq Ft w/ ceramic tile, hardwood floors, carpeted living areas and BRs, off street parking. All new interior after Katrina. Granite counters, new appliances. Upstairs front and rear balconies. Cold AC. 60" & 48" flatscreens w/ Directv & high speed wifi. Safest neighborhood in N.O. Central location 12 mins to downtown or airport. 5 mins to lakefront, shopping and restaurants.
## 1013 Come stay in a brand new renovation completed in Jan. 2016. Chic and relaxing, we provide everything a traveler needs. Minutes from Tulane/Loyola Universities and just a couple miles from the FQ, Downtown NOLA, and Central Business District. Fully furnished! Renovated January 2016. Custom kitchen with refrigerator, stove, microwave, utensils, coffee maker, pots/pans, and knives. Grocery is blocks away with great selection of prepared foods, beer, and wine. Master has a king sized bed in bedroom and 2 additional rooms have queen sized beds. All beds new! High quality Egyptian cotton sheets. Large closets in bedroom stocked with iron & ironing board, extra pillows, linens, and towels. Modern bathrooms with showers and baths (hair dryer provided). Business travelers will love the free wifi, dining table for working, 24 hour check in, and ease of commute to Downtown. Video monitored stairway leads you to your front porch and door. Enjoy the outdoors on the front porch...well, assuming it
## 1014 Our apartment is close to Oak St, St Charles Streetcar ( 9 blocks). You’ll love the place because of the coziness, the comfy bed and parking. Our apartment is good for couples, solo adventurers, and business travelers. Maximum 2 guests - it's only 500 sq ft . Better than a hotel & much less expensive. Your own little space to call home for your trip to New Orleans. Wifi and Smart TV, Netflix etc. No cable. The entire apartment . We're just a few blocks away. Let us know if you need anything The St Charles streetcar is 9 blocks. Many guests take Uber to the French Qtr rather than drive as parking can be difficult & expensive. The streetcar is a great way to head downtown along beautiful St Charles Ave. 1.25 each way, or 3 Jazzy pass (unlimited daily rides). Depending on the time of day , it can take 30-40 minutes as it stops every few blocks. Relax and enjoy scenic St Charles Ave and the beautiful homes. We're located at the end of the block. Quiet n'hood. There's a freight train
## 1015 My 9-year old daughter and I look forward to welcoming all types of people to a serene and cozy guest suite within our home. It is completely private, with a separate entrance. The suite consists of a sitting room, equipped with mini fridge, microwave, coffeemaker, and TV; a full bathroom with towels, shampoo and clawfoot tub; and lovely bedroom with a comfy king-size bed. Also available are hairdryer and iron. Private parking upon request! 3 blks to streetcar; 2 blks to historic Oak St! The couch in the sitting room is great for a nap or a child! Private entrace through second front door! Porch space available to sit outside (smoking ok here) I am a teacher, so I'm around during the evening, weekends and vacations! I love to meet new people, but I won't be lurking! :-) I live in the historic Riverbend area, close to Oak Street, the Mississippi River (top of levee is paved and is great for walking, jogging, or biking) and the St. charles streetcar line. You can walk to Oak Street
## 1016 My place is situated along the Magazine Street shopping corridor and in the Lower Garden District residential neighborhood. Guided/self guided walking tours in close proximity. It is centrally located to most sites in the city accessible by car and in walking or lose driving proximity to many. My place is ideal for couples or small family groups. I am available by text at all times in case of an emergency and available if you need any assistance. The Lower Garden District is one of New Orleans' oldest neighborhoods with many homes and structures dating back to the mid 1800's. Best to experience as a self guided walking tour. Guided tours of Garden District are also available. Information available in the property. Assuming you do not have a car. UBER is best used when traveling to the French Quarter or for a late night out. During the day, I recommend taking the streetcar either downtown or uptown during your stay. The St Charles Avenue line is 5 blocks away. A CTA bus line is
## 1017 Stunning luxury loft renovation of a grand Victorian Mansion from the late 1800′s. Located in the Lower Garden District. Modern yet classic design, with superior details. This luxury unit consists of 2 bedrooms and 2 bathroom. The unit is fully furnished, including furniture, high thread count sheets, cotton towels, duvets, all kitchenware, art, SONY HDTV’s, and much more. Exposed brick, plush sofas, and exquisite details around every corner. Just bring your clothes and toothbrush and enjoy! All finish details are luxury: VIKING Appliances in the Kitchen with gas cooking, Jazuzzi Tub, thermostatic shower, Missoni tile, quartz counters. Designer furniture. 50″ SONY 3D Television. Samsung Washer and Dryer in unit. Memory foam mattresses for the ultimate night’s sleep. Rent is inclusive of all utilities (Gas, Electric, Cable, WIFI) and monthly housekeeping. Off-street parking for one car is included. Just steps from the shopping and restaurants of Magazine Street. Steins, District, Cha
## 1018 This 1850’s Garden District Carriage House was meticulously renovated to become a luxurious, comfortable and private space to retreat from the vibrant attractions of New Orleans. On the border between the Garden and Lower Garden Districts and between the St. Charles Av streetcar line and the trendy shopping/dining on Magazine street; this location and the neighboring Buckner Mansion (built 1856) were both heavily featured in the 2013 season of American Horror Story: Coven. Behind gates and situated in the rear of the lot (behind the main house and past the gardens and pool) you will enjoy privacy and quiet in your luxurious retreat. With its comfortable living room, upscale kitchen, 2 full baths, big screen tv’s upstairs and down, washer/dryer, 2 queen beds (with choices of down, foam or hypoallergenic poly-fill pillows) upstairs, european-style “mini-split” AC & heating systems upstairs and down allow you to set the perfect temperature, you will not want to leave this space. For yo
## 1019 Immerse yourself in the colorful past of the Big Easy with this newly-renovated 2-bedroom, 1-bath vacation rental apartment which sleeps 4. Nestled in the heart of the historic Faubourg Marigny, this stunning unit places you within blocks of Frenchman Street and the French Quarter for the ultimate New Orleans experience! Your vacation begins the moment you arrive at this charming vintage apartment, on the second floor of an old drugstore built in 1865 and vividly painted with bright colors that perfectly compliment the character of the neighborhood. Surrounding the home, you’ll find trendy eateries, cozy cafes, jazz clubs and a fascinating array of people speckled along the streets. The apartment itself is a true embodiment of the Big Easy spirit, boasting 1,500 square feet of funky living space, 12-foot walls, exposed brick accents and French-inspired decor. The inviting living room offers a fantastic place to unwind, with plush couches, central AC and a 65-inch flat-screen HDTV with
## 1020 The III Muse is good for couples, solo adventurers, business travelers, families (with kids), & groups of five or less. A fabulous renovation in the Lower Garden district with gleaming wood floors, quartz countertops, new kitchen, baths, LED lights, security cameras. Property features two queen beds and a sleeper sofa. Close to the CBD WWII Museum, streetcar and many fabulous dining &hopping options. You can walk to the Convention Center in 10 mins. Walkscore of 93. Circa 1900 Shotgun Double that has been recently renovated. The entire unit with the exception of the owners closet. I may stop in to say hello and check in typically in the afternoon. I will always attempt contact you before I come to the property. The Lower Garden District is uniquely located with convenient access to the French Quarter, the Central Business District, the Convention Center and the Garden District/Uptown. Walking should be is a great option in this neighborhood. Access to the street car via St Charl
## 1021 Beautiful, centrally located classic New Orleans home. Fully furnished & extremely close to WW2 Museum, CBD, French Quarter, Garden District, Interstate, along bus route, blocks from street car. Very clean, smoke and pet free home.
## 1022 This Condo is in a perfect location to explore the City of New Orleans. It is a hidden gem within thirteen minutes of the Famous French Quarter and Bourbon Street Any Questions, Concerns feel free to Contact B&B at ((PHONE NUMBER HIDDEN) or ((PHONE NUMBER HIDDEN) A Cool Calm and Collect Setting, Uber and Lyft is real popular Condo has brand new appliances in the kitchen with plenty of storage space and washer and dryer! Condo also features a view of the great Mississippi RiverMinutes from Riverwalk shopping center, restaurants, nightlife and more!Condo has secured entry (access code/key), building has elevators and an amazing rooftop deck with an amazing 360 degree view of the city
## 1023 The apartment boast two bedrooms, one bathroom and includes a large living room for entertaining or just kicking back and relaxing. Kitchenette included. Located next to all that the LGD has to offer - restaurants, bars and public transportation.
## 1024 The Townhouse. Once, a Jazz Age Speakeasy hidden in an 1850's home on Magazine Street. Built in the Lower Garden District in the time of Mark Twain and riverboats, later pouring Gin while Louis Armstrong was king. Today, a luxury New Orleans pied-à-terre. Original architectural decadence paired with modern style, high ceiling and grand scale. Private walled courtyard. Walk to famous Restaurants, Boutiques, Bars and Streetcar. French Quarter, Convention Center, WWII Museum just down the street. The apartment space is the entire original first floor of an 1855 Townhouse with formal original carved arches in the double parlors filled with antiques and modern piece and professionally decorated. The master bedroom was the original dining room and is behind large pocket doors. The second bedroom comprises the original servants wing and is accessible either through the master bedroom (shotgun style) or via a private courtyard. There is a small gated private passage from the courtyard that
## 1025 Great space! Queen bed, private bath. coffee and microwave. Close to the Quarter, blocks from the Jazz on Frenchman Street. Show bar below. Coffee house on site. Neighborhood atmosphere.
## 1026 Explore Nashville and stay in one of the hottest areas of town E. Nashville-Inglewood and see what everyone is talking about! You will be minutes from downtown and will enjoy this stone cottage recently renovated in this up 'n coming neighborhood. You will be greeted with a bottle of wine and have charitable coffee available to get your morning started right. Drinks are in the fridge and the bathroom has toiletries and hair appliances available to use in case you forgot something Please let me know what brings you to Nashville so I can cater to your visit. Our charming 1930 stone cottage seamlessly mixes classic charm with modern flair. She boasts a spacious galley style kitchen/living area with butcher block counters and a modern aesthetic, a luxurious master suite w/ soaring ceilings and exposed beams, and a park like back yard perfect for entertaining large parties! Our home was completely renovated in 2015 with close attention paid to every detail of the old and new featuring a
## 1027 This cozy guest room is ideal for two people. We are a few miles away from The Woods Amphitheater, Robert's, and The 5 Spot. If you're a tourist or looking to move to Nashville, this is cheap, clean, and convenient. Where the pasture meets the pavement, Whites Creek, is the perfect place to enjoy all that Nashville has to offer, both in the country and in the city. We have access to all the major interstates to conveniently take you to hip east Nashville, the downtown honky tonks, Greenhill's shopping, or country Bells Bending. (See my Guest Guide) You can also just relax by the campfire nestled by Ewing Creek or play a game of disc golf as you walk through the woods at the Fontanel Mansion, located just around the bend. For your pleasure, we have wireless internet, farm-fresh eggs, and local Drews Brews Coffee to help you get going for the day. If you catch us during the warmer months, we may have a sizable garden for you to get your hands dirty or pick fresh vegetables for your
## 1028 Offering a guest-villa that is a part of our mansion that sits on 10 acres of land. You have your own private entry-way through a beautiful sun-room and grand front entry way. Offering a guest-villa that is a part of our mansion that sits on 10 acres of land. You have your own private beautiful vaulted ceiling chandelier with picture window entry-way. COVETED AREA!!! You can't beat the neighborhood. It's convenient to EVERYTHING! Super desirable area of Goodlettsville. We're located in the historic Magnolia Station neighborhood, close to Old Springfield Pike and Baker Road, 2 miles from I-65 and only 10 minutes from downtown Goodlettsville and Rivergate Mall. Good location to everything while still living in the best up-scale part of Nashville/Goodlettsville!. Established community. -This is a guest villa attached to our main luxury house sitting on 10 acres. -This is a family friendly place. Kids are welcome!!!! -Furnished villa on 10 ACRES. 10 MIN FROM SHOPPING and DINING!! Only 10 m
## 1029 The Red Guitar Inn is fully furnished, totally equipped, well appointed and comfortable with a chalet-like interior. Whether relaxing, working or just enjoying the city, this lovely hideaway is certain to meet all of your travel needs. This property has been remodeled with the latest modern amenities, 3 Bedrooms, 2 Baths, Living Room, Sitting area, Fully equipped kitchen (with 2 ovens) Sunroom, and complete Business Center with computer, fax and printer. We would like to invite you to our home while in Music City USA for the Holiday, Business, or just plain fun. Let us be your home away from home. Here is what we offer: -Spacious, beautiful ranch home near Grand Ole Opry -Easy access to major interstates -3 BR, 2 BA (5 beds: 3 Queen, 1 Queen Pullout and a rollaway) -Flat Screens in every bedroom with surround sound throughout the house - Office Center with computer, fax & printer - Sunroom with flat screen tv and seating for 8 -Great open kitchen floor plan for entertaining (2 ovens) _
## 1030 Our house is less than 1 mile from coveted 12th South Neighborhood and Belmont Boulevard. Walk to our favorite local coffee shop 8th and Roast on your way to work or to see the city. Local bars and farm-to-table restaurants just a few blocks away. The room is very small with a twin bed. Perfect for a single professional or someone visiting locals or just passing through. There is a Keurig stocked with coffee, and water for you in your room, as well as a mini-fridge. Attached is a small bathroom with a shower. Access to bedroom and bathroom only. Guests can park in our driveway or on the street, and will have a private entrance through the backyard. Because there is a private entrance, there is no real interaction with Allen or myself. We love Nashville, and have put a guidebook on our listing full of our favorite Nashville spots. And we will be (along with our furry friend Ozzy) just feet away - so we are happy to help you with anything you might need or give more recommendat
## 1031 1750 square-foot, 2 story home 1.5 miles from downtown Nashville. Has a king bed, 1 queen, 3 twins, 2 sectionals and large yard. Right off of Wedgewood and is perfect for entertaining. Could fit up to 10-12 if people want to sleep on couches.
## 1032 In the Berry Hill New Music Row section of Nashville, a tribute to Jimi Hendrix, located just one half mile from an array of world class renown recording studios, and 2.5 miles from Broadway. The house sports a pre-production rehearsal and stage area with a full back line, Mackie PA system. Free off-street parking :-). Private entrance. Musician or Not, anyone can stay. This music house is located in the Berry Hill section of Nashville, just one half mile from an array of 68 state of the art recording studios of which we are affiliated with and 2.5 miles from the infamous Broadway party area. Our location is in the NEW MUSIC ROW area which is a fun Nashvillian area, not to be confused with MUSIC ROW area which is pretty much only business. “The Purple Haze Room," designed as a tribute to the late great Jimi Hendrix. This room also doubles as a creative writer's room, or acoustic rehearsal room. Luxury air-mattress here for two. If you need to accommodate 2 more, we would set up another
## 1033 This house is situated in the hip neighborhood of 12 South. Just next to Music Row, Belmont, and Vandy. You are only one mile to downtown, midtown, etc. - the perfect location! The guests have ample street parking in front of the home. Parking out back once you enter home (need remote to access) We are happy to interact as much or as little as our guests like. We are happy to help our guests as much as we can. 12 South neighborhood is one of the hippest neighborhoods in all of Nashville. Great shopping, parks, restaurants are all just around the corner. You'll love 12 South! The best way to get around Nashville is via car. But, we have two new services in town that are Great! Lyft and Uber are two new services in Nashville. Great people provide affordable rides via an application you can download. Please let us know if you need help setting up the app. You can get most places via these apps for only 3-8 per ride! No need to ever drive! WEEKENDS - minimum of 2 nights please.
## 1034 The Harmony House is located in Berry Hill (2.5 miles from downtown Nashville). The private room is in a newly renovated master bedroom suite w/ private bathroom, washer/dryer, hot tub, & second floor balcony. Guests also have access to modern, high-end kitchen. The second bed is located in it's own suite with it's own bathroom. The entire second floor is available for guests. Guests may also use fridge, microwave and keurig in kitchen downstairs. You may text me at anytime with concerns! There is a TON of stuff within a 5 minute walk. ML Rose Craft Burgers and Beers, Sinema (upscale restaurant), The Sutler (live music and food), Athens Cafe (great breakfast spot), Walgreen's, and Kroger's all within walking distance. Less than 10 minutes from downtown driving time.
## 1035 Cozy and convenient bungalow located in the heart of one of Nashville's best neighborhoods in the 12th South District.
## 1036 The quiet inside will fool you but step out and about 50 steps you'll be ON 12th ave s. Walkable to great restaurants, ice cream, coffee, and shopping. Uber usually waiting close by. 10 min. to downtown, 20 to ️ Urban Oasis, ON 12th Ave south, is in the midst of it all. Step out of the very quiet space and about 50 feet or less and you'll be ON 12th. Many great restaurants, coffee shops, shopping, a park, bike rental and more. All walkable. Urban Oasis could be in Dwell magazine and you won't want to leave this converted garage but walk out the door and you are in thick of 12 Avenue South, one of North America's most desirable neighborhoods. Great restaurants, shopping, ice cream, coffee shops, a beautiful park and bike rental. A stand alone building, it is all yours to use. Out back is a private veranda. An oasis. There is a large sink, fridge, microwave and keurig, organic coffees and tea, sugar. Eating, drinking utensils and such. Though in the very middle of the district, 12
## 1037 BRAND NEW! Luxe home in PRIME LOCATION w/ Rooftop Deck! #5 of 6 homes TOGETHER!! Comfortably Sleeps 12 in 4 Magnificent Bedrooms (3K/3Q). Unbeatable location, only a 5 minute Uber ride to the Midtown hot spots or Broadway Honky Tonks! West End Dream!
## 1038 This home is an excellent space for groups seeking a true authentic New Orleans experience. Its central location has everything one desires when visiting a new city. Cafes and shops withing walking distance, City Park just around the corner (great for those of you in town for Jazz Fest and other festivals!), plenty of bars and restaurants nearby (it's New Orleans, after all) and still just a five minute ride from Bourbon St. and the French Quarter, Marigny, Superdome, CBD, and Bywater. This is a gorgeous and well maintained 2400 Sq. Ft. home with high ceilings, wood floors, and professionally decorated with our guests in mind. A historical New Orleans home with charm yet all modern amenities. It is a peaceful space with large common areas and plenty of bedrooms for privacy as well. There is a huge front porch to relax and people watch before a night out or in the morning after a long night out! Beautiful lighting, air conditioning, ceiling fans, fresh, and very well maintained. The cle
## 1039 A detached private cottage just across Gentilly Blvd. from the Fair Grounds! Furnished with a queen bed, a tv with cable, all linens & dishes, complete kitchen, shower, closet and bistro table. Lush courtyard and patio with table and chairs. I am very flexible regarding Check in & out times (unless I have someone leaving/arriving the same day). Just message me and we will arrange a convenient check in. *PLEASE SEE MY OTHER LISTING "LUXURIOUS KING SUITE" This charming efficiency cottage is located in a fenced courtyard with keyed access through the gate at the side of the main house. The lush courtyard has plenty of outdoor seating, eating & drinking spaces. The cottage is rented "condo" style, i.e., no cleaning services during your stay. However, should you need extra towels, linens, etc., just ask. The washing machine & dryer are at your disposal. The bed is a queen and the cottage accommodates 2 people comfortably. The kitchen is fully equipped and has a refrigerator/freezer with
## 1040 Cozy, private 1 bedroom apartment, right on beautiful Bayou St. John & City Park, and right around the corner from Jazz Fest (10 min walk)! Best neighborhood. 3 night minimum. NOTE: Rental price is increased during Jazz Fest. JAZZ FEST! Right around the corner from the festival entrance in mid-city New Orleans. Cozy 1 bed/1 bath on Moss Street, looking out onto beautiful Bayou St. John. This leafy, idyllic neighborhood has cute bars, restaurants, cafes, historic Esplanade avenue to stroll down, and lots of activities to do on the bayou and in City Park. The apartment is on the 1st floor of a small, 7-apartment complex, with a backyard for private parking ***You will be allowed ONE parking space during Jazz Fest!*** The front yard - right on the bayou, across from City Park - is a great spot for people watching during Jazz Fest weekend! The apartment consists of 1 bedroom/living room, a bathroom, and a kitchen looking out onto the bayou. There is a queen-sized bed, small couch, shower,
## 1041 This 450 sq foot private studio in a 90 year old Victorian house features courtyard access & is located in a beautiful residential area. Just a short walk to bars, restaurants, Jazz Fest, City Park, NOMA and Morning Call. Less than 2 miles from the French Quarter and Whole Foods. A 10 minute drive to the Superdome, CBD, the Marigny, Frenchman & Bywater neighborhoods. Off street parking and the use of a washer and dryer are included. Local dark roast coffee, snacks to welcome you... Spacious and welcoming 450 square feet suite with original architectural details including 12-foot ceiling, hardwood floor, ceiling fan, and 2 large windows (which don't open). Complimentary use of washer/dryer and WiFi as well as central heating and air for your comfort. There is a microwave, coffee maker, and large hotel-style refrigerator with freezer to make ice. Local CC's coffee, utensils, plates, and glasses are provided to get you started. Enjoy your morning cup while relaxing on the back pa
## 1042 Enjoy your New Orleans experience in a castle like setting. Original hardwood floors, 1 double pull out couch in one bedroom/lounge room and another single bed in a separate bedroom. Couch in living room could sleep another person. Fabulous New Orleans decor with new kitchen, tea and coffee for our enjoyment. Only 10 minutes (barely) to Jazzfest! You will have full run of this charming castle/house while I remain in the back quarters. I even have carry chairs ready for you to take to Jazzfest. Uber or cabs are easy and accessible. If you have a car or rental, parking is included.
## 1043 The romantic and charming room has a king bed with with private bathroom (shower and bathtub). 15 minute drive from French Quarter in quiet residential neighborhood only 2 miles from Lake Ponchatrain. Private off-street parking. No TV in room. This is a comfortable and spacious house with a hospitable and accommodating hostess! There is off-street parking, which is easy for guests to come and go! Doors can be closed to isolate the guestroom and bathroom from the remainder of the house. Guests will have access to the entire house outside of 2 bedrooms. Obviously, visitors to New Orleans will want to eat at the fabulous restaurants, but there is a kettle on the stove for evening/morning tea, and of course I can make room in the fridge for leftovers or to-go boxes! I am happy to interact with guests as little or as much as they'd like! In other words, I can offer privacy or tips on the city! I live in the house, and while I work, I will be present on the property! Brees the Dog wi
## 1044 Stay in New Orleans in style! This spacious 3-bedroom / 2-bathroom home in the Gentilly neighborhood is about a 10-15 minute drive to the French Quarter. It's close enough to all the vibrant happenings in NOLA but far enough to get some quiet time and relaxation. There's also ample parking around the house and safe to park. Our home offers 2100 square feet of space to spread out and relax. We love and cherish our home and hope you will, too. If you're looking for a quiet place to spend time with your friends and family, then this is perfect for you! We also have an awesome outdoor patio that's great for entertaining and dining al fresco. It also offers 24 hour surveillance around the property and keyless entry. If you're looking to party, please kindly look elsewhere. We're looking for mellow and respectable guests who will take great care of our home. Make yourself at home! You have full access to the entire house, minus a few closets containing our personal items. Feel free to use o
## 1045 Sleeps 4. Master Bedroom queen bed, 2nd bedroom trundle daybed, living room, kitchen with breakfast bar, bathroom, alarm system, large yard. Centrally located on bus line in nice neighborhood. 5 minutes from French Quarters, Lake Pontchartrain, Fair Grounds, City Park, Restaurants and shopping. 10 minutes from Downtown, Hospital and New Orleans East. No Smoking in house. Minimum booking is 2 nights.
## 1046 Bedroom is Purple. Handmade art on walls and books on any subject from Magic to Mystery, Yoga & Nutrition to History. An extensive Jazz CD Collection, a Bose in The Library and a welcoming kitchen. 10 minutes to French Quarter.
## 1047 This historic Irish Channel private apartment is two blocks from magazine street, and walk-able to restaurants, bars, cemeteries, shops, the bus stop, & streetcar line. 12 foot ceilings make the apartment feel much larger and roomier. Street parking at the house that is usually never hard to come by. We have a 2 year old and an under 1 year old. There is a shared wall so you might hear the occasional pitter patter of them running or a tantrum but are normally very good kids. - Historic renovated home with details that bring you back to the late 1800's. - Enjoy the shared front porch - Separate bedroom with queen bed - Pull out queen sofa-bed in the living room - Full kitchen makes you feel that you are at your home away from home - DirecTV - Wireless Internet - Central Heat and Air - Family friendly (pack-n-play available upon request) - Security Cameras on porch as well as side of house for security. - If booking with 4 people, know that you must walk through the bedroom to get
## 1048 Two back rooms in an uptown shotgun with a queen bed and futon. Large back yard, blocks from Tipitinas, Rouses and Magazine street. Pet friendly, rooms have access to kitchen, bath, and washing machine with separate entrance at the back at house. One bedroom with a bed connected to a second room with a futon. Can sleep more if you bring air mattresses. Pet friendly, bring your furry animal companions! I live in the front of the house so don't hesitate to ask if you have questions. Entrance through the back with bathroom, kitchen, and two adjoining rooms. I live in the front room of the house. I'll be home and available for help with navigating the public transit. If I'm working and you have any questions, feel free to shoot me a text. Very safe, hidden street that not many locals even know about. Frequently patrolled by NOPD, the sheriff lives right around the corner. Plenty of parking, it's a quiet block except for the sound of the trains. The bus stop is literally half a block away
## 1049 Ideal for couples, families/friends. Max 4 people. My cozy apartment is in the historic Irish Channel neighborhood. The one bedroom apartment has a private entrance, porch, and one bathroom. There is wifi, internet connected TV in the living room and central air and heat. If you want to experience New Orleans like a local, this is your place!! I am one block to Magazine st where you can easily access all the action of New Orleans. Bus and street car
## 1050 Charming ½ Double in the Irish Channel, one block from the Garden District. It comfortably sleeps four with two bedrooms, one bath, den with Basic Cable TV and WiFi and a fully equipped kitchen: refrigerator, stove, washer/dryer, microwave and coffee maker. Other benefits include: •\tOne block from Magazine St. •\tTwo block from the Magazine St. Bus that will take you to: o\tFrench Quarter o\tWorld War II Museum o\tAquarium o\tAudubon Zoo o\tAudubon Park o\tTulane and Loyola Universities Entire home Call me if you need anything ( I live next door). Walking distance to Starbucks, Commander’s Palace Restaurant, Ruby Slipper Restaurant, Coquette Restaurant, Tracey’s Sports Bar You will find 922 Fourth St. to be a perfect location for the convenience of getting places. Most of the favorite attractions are less than 5 miles away, yet it still has the peace and quiet of a neighborhood. Walking, Bus (2 blocks away), Street Car (6 blocks away), Uber, Bike Rental, Taxi
## 1051 This beautiful historic apartment is nestled in New Orleans Irish Channel neighborhood. It has tall ceiling, large rooms, and has two quiet bedrooms and a pull out sofa. This apartment is walking distance to shopping on famed Magazine st., the St Charles street car, the convention center, and is just 10 minutes away from the French Quarter. This fully furnished and well appointed apartment can sleep 5 people comfortably and would be wonderful for a family or a couple wanting their own space. This 1850's shotgun home has been updated with modern amenities but has not lost any of it's original charm. Filled with local art and antiques, decorated to feel luxurious but lived in. There is a TV in every bedroom ' which have internet access for HBO and Netflix (regular cable also). The kitchen has everything you would need all the pots and pans, coffeemaker, microwave, gas stove, ice maker. Like most New Orleans homes you do have to walk through the smaller bedroom to get to the kitchen. It's
## 1052 Pet friendly and adorable 2 bedroom/ 2 bath flat in the Lower Garden District/ Irish Channel has everything you need and you can bring your furry friend too! Just a short 5 blocks to the hip and bustling Magazine Street, which has tons of the restaurants, bars and shopping for your enjoyment. The Rum House, Tracy's and the Bulldog are all favorite spots to grab a bite and a cocktail, Or relax and pamper yourself at Belladonna Day Spa. There are numerous Doggie Spas near by too! This lovely downstairs unit has 2 separate bedrooms and 2 bathrooms with gleaming hardwood floors throughout. The living room is conveniently placed in the rear of the unit, so if your guests turn in early you don't have to worry about bothering them while you binge watch some Netflix. There is 1 gated parking spot right outside the back door and a little porch area to enjoy the sunny weather. Guest will have full access to the entire unit and patio area. The Lower Garden District is a beautifully unique and ec
## 1053 Relax during your Uptown New Orleans stay in this historic Irish Channel single-family home with two private bedrooms fully renovated in 2014. Five blocks from Magazine St., 10 minutes from Superdome, French Quarter and Downtown attractions. Classic front porch and New Orleans courtyard. This house has been a huge project for me. I bought it as a true diamond in the rough. After a year of meticulous and time-consuming renovations - this little cottage is my favorite spot in the world. I'm excited to share my New Orleans with you. Entire home. The Irish Channel is one of the hottest neighborhoods in the Uptown area of New Orleans. The best stretch of Magazine Street is five blocks away. Stroll down to some of the best restaurants, bars and shopping Uptown has to offer. The Neighborhood is a 10 minute Uber ride to the French Quarter, halfway between Downtown and the Tulane / Loyola / Audubon Park area. Sit on the porch and watch the world with a cocktail. Blocks away from freque
## 1054 My place is close to Street Car Line, Bus Stop, Historic Cemeteries, Botanical Garden, PJ's Coffee, New Orleans Museum of Art Sculpture Garden, Carousel Gardens Amusement Park, Putt-Putt Golf course, Disc Golf course, and Wheel Fun {paddle-boat,kayak and bicycle} Rentals. You’ll love my place because of the location, the high ceilings, the views, lots of open space outside {yard and neutral ground}. My place is good for couples, solo adventurers, business travelers, and families (with kids). Our house is charming and a work in progress. We have paid special attention and care to make sure the private room and bathroom are as nice as possible. The rest of the house is shared with two children so while it is very clean it can sometimes seem a bit untidy. I take special attention while guest are here to keep the kitchen and walk space free of clutter and toys. First of all, my home is the top portion of a double, so guest will have to use stairs for both entrances. I have a private entran
## 1055 Cozy 2 bedroom home in Lakeview, New Orleans' safest neighborhood. This house was updated in 2007 and is in walking distance to restaurants, grocery stores, bars, and New Orleans City Park. Our house is conveniently located in the Lakeview neighborhood just 15 minutes from downtown New Orleans. This is the safest neighborhood in New Orleans. Our house is actually 3 bedrooms but you'll only have access to two as we generally throw all of our junk in the third room. You'll also have access to our backyard and patio. We are happy to help you with any questions you might have about our home or recommendations for your trip. We want our guests to make themselves at home so we leave our key in a lockbox for you to pick up. You will not see us unless it is absolutely necessary. Bordered on the north by Lake Pontchartrain, this community features many newer homes in a variety of architectural styles. Experiencing a real estate boom over the last five years, the neighborhood has developed subst
## 1056 Come stay in our cozy Lakeview cottage - safest neighborhood in NOLA! Comfy with LOTS of amenities, located just 5 miles from FQ and downtown. Within walking/biking distance of beautiful City Park and the New Orleans Museum of Art. Stay with locals! If this is your first Airbnb stay us the following code to get a 40 credit for your next airbnb booking! www.airbnb.com/c/audreyj96 Space is a studio with a comfortable queen-sized bed and sofa that folds out to a double-sized bed. We have extra pillows, sheets, and towels available. We have a "mini-kitchen" that includes a small fridge and freezer, microwave, and Keurig coffee maker. We provide coffee, creamer, snacks, wine glasses, water glasses, utensils, and plates. We are happy to supply any special requests (within reason) in advance of your stay. Local grocery store is 1.5 blocks away with great beer and wine selection and delicious prepared food options. Living area has a large, mounted flat-screen television with expanded cable
## 1057 This meticulously renovated unit features 2 bedrooms and 2.5 baths. Stainless steel appliances. Quartz counter tops. This beautiful space also features a balcony. Central AC. Washer/Dyer in unit. This 1500 sq ft home is in a class of its own with a perfect match of history and modern comfort. An open layout sprawls the entrance to entertain family and guest. Stainless steel appliances and quartz counter tops wrap the custom designed kitchen fit with a seated bar. Relax in on our spa inspired bathrooms with custom tile and seating areas. Newly installed plumbing, electrical, heating, and cooling systems will ensure your stay is nothing less than comfortable with the added bonus of a washer and dryer. Relax in on our spa inspired bathrooms with custom tile and seating areas. Newly installed plumbing, electrical, heating, and cooling systems will ensure your stay is nothing less than comfortable with the added bonus of a washer and dryer. In the heart of Uptown New Orleans's Garden Distr
## 1058 Located in the Irish Channel, this apartment is on the second floor. There is a large yard where guests are welcome. We have a couple of dogs that like to greet people. Contact person: Indira, takes care of all reservations and assists hosts. This is for an entire apartment (accommodates 4 people comfortably) with a living rm/bedrm with a queen size bed and a sofa, small kitchen, bedroom, and bath. This is for an entire apartment with a large living room with a queen size bed and a sofa, a fully stocked kitchen, bedroom with a queen size bed, and a bathroom in an historic 1880s house in Uptown New Orleans. The apartment consists of four rooms: living room/bedroom, kitchen, bedroom, and a bathroom. In the classic New Orleans "shotgun" house tradition, one enters the apartment into the living room/bedroom, then proceeds to the kitchen, bedroom and bath. Which is to say, one must walk through the bedroom to get to the bathroom. The living room/bedroom consists of a sofa and a queen size b
## 1059 Our historic 1855 shotgun house in the Irish Channel/L. Garden District is across the street from the Mississippi River. Our gated courtyard comes with off-street parking, pool, tennis court, & attractive patio and lawn - all only 10 minutes drive from the French Quarter! *Please note while the property is private and gated there may be construction workers next door or on the property for maintenance purposes. Thank you!* This historic brick shotgun apartment features tall ceilings and tall windows for plenty of natural lighting. The interior has an old-world, yet light, airy, spacious feel to it. Its living room features a decorative fireplace, full book shelves, & a satellite flatscreen TV for your enjoyment. The beautiful wood floors and 18th century antique furniture lend the space a truly classical New Orleans ambiance. The kitchen is fully equipped, as is the bathroom and shower. Relax outdoors with the pool, patio, lawn, and tennis court and watch the ships glide by over
## 1060 A conveniently located 700-sqft one-bedroom apartment 3 blocks riverside of Magazine Street and Jackson Avenue with separate entrance. Half of a historic shotgun double located in the Lower Garden District on the edge of the Irish Channel. The apartment has an eat-in kitchen, living room, basic TV, WiFi internet, shower/tub, dishwasher, w/d, coffee maker, porch, 12ft ceilings, central AC/heat and ample closet space. IF YOU PLAN TO STAY LONGER THAN A WEEK SEND ME A MESSAGE FOR A SPECIAL OFFER! Perfect for lone traveler, a couple, or small group of close friends. One queen bed in bedroom sleeps two comfortably. There is full size couch in the living room that can sleep a third. If requested, we can provide a queen size air mattress and bedding that can be set up in the living room (max of three guests total). We are closely located to several great restaurants, bars, coffee shops and stores along one of the best stretches of Magazine Street in the city, which is only a three block walk f
## 1061 Ultimate in luxury, all shades of gold. Steps to Magazine Street shops and quick access to Downtown, Uptown and the Quarter. Amazing central location. Six shades of gold illuminate the walls of this grand residence within a Victorian mansion from the late 1800′s. Located in the Lower Garden District with PARKING. This luxury unit consists of 2 bedrooms and 2 bathroom. The unit is fully furnished, including furniture, high thread count sheets, cotton towels, duvets, all kitchenware, art, and much more. Exposed brick, plush sofa, and exquisite details around every corner. Just bring your clothes and toothbrush and enjoy! All finish details are luxury: VIKING Appliances in the Kitchen with gas cooking, Jazuzzi Tub, thermostatic shower, slate tile, polished quartz countertop in the kitchen and stunning black granite in the bathrooms. Designer furniture. 50″ SONY 3D Television. Samsung Washer and Dryer in unit. Memory foam mattresses for the ultimate night's sleep. Off-street parking fo
## 1062 My place is close to The Country Club, The Joint, Vaughan's Lounge, Elizabeth's Restaurant, and B J's Lounge. You’ll love my place because of the comfy bed and the kitchen. My place is good for couples, solo adventurers, and business travelers.
## 1063 Friendly neighborhood one mile/14 blocks to the French Quarter. Easy parking. Bars,restaurants and convenient store with in 2 blocks. Marky Park and Cresent city park (view of Mississippi ) all with in 4 blocks.please note there is no internet no TV and only a tub for a bath. No shower. My home is Deco,50's and 70's. I have mixed in the decor of my former business's decor too. Tons of memories from childhood too :) The porch , kitchen, living room ,bathroom. Nothing is perfect. Neither am I ! I enjoy having temporary roommates . They are here to see this crazy city. I don't expect to spend to much time with them, if we connect..... It makes it really special for me :) 14 blocks to the French Quarter. My little dog has been challenged . He has had hip and knee problems. Please be sweeter to him than me. I adore any moment's I still have with him. Thanks! :)
## 1064 This restored 1860's "camel-back" boasts large,furnished,sunny rooms w/ fireplaces, 2 private upstairs bdrms, library. Big kitchen & charming bathroom (shared w/hosts) and intimate backyard. 15 minute walk to Frenchman Street and the French Quarter. Guests have their own entrance. We are around as little or as much as possible depending upon your needs. We love to let our guests know our favorite spots to eat, where to listen to music, and to basically enjoy the most of this beautiful and magical city. Trendy, artsy neighborhood with lots of charm, great restaurants and bars, nearby parks with lots to do in walking distance to the house Bike rentals close by, street parking if you have a car, and easy walk to Frenchman Street and the French Quarter.
## 1065 Welcome to the Moon. It's a newly reconstructed Quonset Hut. Contemporary living in a historic neighborhood. This mid-century modern building hosts you and a friend in a private room that enters onto the shared courtyard. Walking distance to Crescent Park at Piety St., Pizza Delicious, Oxalis, The Country Club, Satsuma, Red's Chinese and more. Yay Bywater! I'm so glad to be in this neighborhood and you will be too. There are three other rooms that enter onto the shared courtyard. We ask that everyone keep a pleasant neighborly vibe.
## 1066 Stay in our beautiful, artsy and eclectic home within the Marigny of New Orleans. Walking distance to all the attractions in the French Quarter and right in the middle of all the Marigny/Bywater action! Stay in our cozy circus/sideshow themed room in our eclectic home in the Marigny area of New Orleans. There is a TV and comfortable queen sized bed and a couch enough for up to three people and it is a private room. You have access to your own bathroom as well and it is a European style tub/shower. There is also access to our outdoor courtyard which is a sunny and serene spot to enjoy after a long day of sight-seeing. We have a coffee and tea bar set up in our kitchen in the morning for our guests to help themselves to and we are always happy to help you with any questions you may have about your stay in New Orleans. It is a perfect spot for Festival Season or any other time you are visiting since we are just a 15 minute stroll into the French Quarter on foot and 5 minutes by bike. We
## 1067 Welcome to my home. I am located in the eclectic Bywater of New Orleans. We are a short Uber ride from the French Quarter and the famous Frenchman St. I am within walking distance to The Country Club, The Joint, Bacchanal, Jack Dempsey`s, and delicious Elizabeths. My place is good for mature couples and business travelers. This is not a party house. NO parties, no loud music/noise at anytime. No extra guest or visitors allowed in the house at any time. I have a decent amount of artwork on display. Approximately 6 of the paintings are my fathers, and whilst his paintings are of little monetary value, they are very precious to me. I hope that you enjoy his art as i do, and all of the art on the walls. I know that my dad would be happy for you to enjoy some of his work too (although he does not know that it is going on public display!). I have some fold away chairs and inside the house which are perfect for sitting out on the front porch in the evenings, or, you can en
## 1068 Welcome to our beautiful and historical Marigny home! This gem is located in one of New Orleans most vibrant and bustling cultural neighborhoods, a mere mile from the heart of the French Quarter. Our 200 year old ornate home comes with two balconies, a living room, private bathroom, and access to the kitchen with plenty of counter space for cooking. The room is charming and comfortably sleeps two with a queen sized bed. The apartment is on the second floor of a large house and has a gate making it safe and secure. As a guest in our home, you will be able to access the back balcony, which will only be used by you, the laundry room, private bathroom, kitchen, living room, and beautiful front balcony with a view of the bridge over the Mississippi River. You will also have access to two bikes, perfect for transporting yourself around this beautiful city. The two female roommates who live in this house will be staying in the two upstairs bedroom, a level above the downstairs. We both work f
## 1069 The Lookout Inn is comprised of four individually themed suites: Mardi Gras, Bollywood, Mission, and Elvis. Each spacious suite, features a queen sized bed, living area, fridge, and coffee maker. And enjoy the pool and hot tub in the outdoor oasis! This stunning and eclectic, owner-occupied inn is available as either a full rental OR individual suites. It is the perfect accommodation for a couple getaway, family vacation/reunion, ladies weekends and for a convenient Staycation. Parties are welcome, including bachelor and bachelorette. Please contact us with information on your group and we will also provide you with the house rules and conditions. Located in the eclectic Bywater neighborhood, the inn is just far enough off the beaten track to enjoy the relaxed atmosphere of New Orleans without the commotion of Bourbon Street. The Lookout has four whimsically themed spacious suites, each with their own generous private bathrooms. Suites are complete with complimentary wifi, Directv, c
## 1070 On the hippest street in the Bywater - amongst new (and old) bars, restaurants, galleries and parks. 1500 SF of grand old rambling shotgun with 14' ceilings, hardwood floors and incredible architectural details. Frozen in time. IT'S BIG and it's a shotgun. Besides 2 bedrooms, it has a dining room that converts to a bedroom, and a living room. It sleeps 6 in real beds, plus at least 2 more on the sofa and air mattresses that we provide. (Sometimes both sides of the double are even available.) You have a private back yard patio. The bathroom is small, but has a clawfoot tub/shower. We offer complementary bikes! They're ugly so nobody will steal them from you. Fenced back yard. The shared laundry room is out back with washer, dryer, iron/board and extra supplies. Adults only pool across the street at The Country Club with cover charge. We live on the opposite side of the double. We love to give recommendations or even have a drink at one of the local bars if you like ... if we aren't tra
## 1071 Please read all of the details before you come expecting something else and then write about it in a review as if you'd been dooped. I now have a washer/dryer! And a projector! This room is private! No one walks through your room and you don't have to walk through anyone's room. You even get your own darn living room! If you're not familiar, New Orleans is full of what's called shotgun houses, and also railroad houses. This means that you can be standing in the front door, shoot a shotgun, and it'd go right out the back door, at least in the old days. The room comes with a nightstand, double bed, desk, lamp, mirror, shelves, clean towels, and clean sheets. Blowup mattress is available upon request. A little about myself...I am a distiller in the process of starting a distillery/brewery. I also make perfumes and flower waters. In general I like fermenting things and extracting things from things. The house has one kitchen, one bathroom, a cozy backyard, guesthouse, and a g
## 1072 Private room w/closet space. Bathroom right next to room on the second floor. Our home is near city park only a 5 minute walk, a 7minute walk to the streetcar on North carrollton, & 25 minute walk to jazz fest grounds. We are near great restaurants. My husband & I work a lot at different hours so we come & go. If you need advice we'll be available via text always, but if you want your space that's cool too. Midcity is a beautiful area of New Orleans. Its a safe area with great people. There are a lot of awesome neighborhood bars & restaurants in the area. 7minute walk to the streetcar on North carrollton. Parking is available for free on the street. We have 2 dogs that love people & are friendly to have around.
## 1073 Come visit my rainbow home! It's an excellent space for two people to relax between adventures. You will feel comfortable in the boudoir, inspired in my costume studio, and sustained in the kitchen. This is a shotgun style apartment on the second floor of an old building. The street door opens to stairs, and there is another apartment on this level. The back deck is shared. There is a concrete backyard shared between the 4 apartments in the building; this is where the washer and dryer are located. You'll have your own set of keys. The apartment will be all yours. Drawers are available in the bedroom for clothing and there's shelf space in the bathroom. Space in the kitchen cabinets and fridge for your snacks. A neighbor can be available to help if there are any issues, but you'll be mostly self-sufficient. I've lived in this neighborhood for 10 years, and it's one of the most beautiful areas of New Orleans. The people are friendly, the homes are beautiful, and Bayou St John is 300 feet
## 1074 Our room is an open room downstairs in our 2story midcity home. The room is chill with lava lamps & hammock. The 1/2 bath is next to the room & the full bath is upstairs. There are 2great dogs. It is next to a bar. Close to streetcar & City park! In 5 minutes you are in the beautiful city park. Lots of great restaurants near by. Close to Lafitte Greenway and it takes you to the French Quarter in 10min via bike. Just a 7 minute walk to the streetcar off north carrollton. Parking is available on the street for free. We do have 2 dogs that are very friendly that live at the house.
## 1075 My home is a shotgun duplex that still holds the original charm from 80 years ago with its built in bookcases, exposed brick and plaster fireplaces, and wood floors. And it has off street parking for 3-4 cars. Great location in booming Freret neighborhood uptown within walking distance to popular bars and restaurants. 10 minute drive/uber to French quarter. Get anywhere in the city in 10 -15 minutes. It has two queen beds and an air mattress. Updated bathroom with original claw foot tub. The space has 10 ft ceilings, wood floors, exposed brick fireplaces and charming architectural built in cabinets. The guests have access to the whole 2809 Soniat side including driveway and back/side yard. The yard and deck are a work in progress but are definitely accessible I will leave my guests alone but will always have my phone on me to answer any questions they may have Five blocks to booming Freret street. The neighborhood is one of the safest in the city with access to a great food and bar sc
## 1076 Quaint Uptown Charm New Orleans shotgun-style home. This listing is half of a shotgun home. Shotgun homes are ubiquitous in New Orleans and were built that way when residents were taxed on the frontage of the home, so they were built narrow but long. You need to walk through each room to get to the next. Cozy and charming and a perfect place to stay with friends or family! 1050 sq feet, 2 bedrooms, 2 bathrooms. The first room is a living space with sofa and large TV that opens into the second room, which has a table and chairs and dry bar. Then a small hallway has a full bathroom with a bathtub and shower and toilet off of it as it leads into the first bedroom. The blue room has a dresser, another TV and queen bed. The next room is the green room, which has a full bed, bookshelf and dresser. The two bedrooms are connected by a door with a lock on it, and there is a bathroom on either side of the rooms so it allows for privacy. A kitchen follows, complete with dishes and cooking
## 1077 Eat up New Orleans in a recently-updated 4 bedroom / 2.5 bath home in the beautiful Carrollton district. Walking distance to lively eateries & the St. Charles Streetcar. Minutes from Oak Street and universities, a short drive to the French Quarter! This spacious apartment, located on a quiet street, offers: • A master suite with king bed, 11 foot ceilings, walk-in closet, and en-suite bathroom (dual vanities, tiled shower, and separate bath) • Three additional queen bedrooms with similar high ceilings and decorative fireplaces • 2 ½ baths • Living room with HDTV including HBO, Showtime, ESPN & much more • Granite-topped kitchen filled with amenities and a stand-alone island perfect for breakfast or entertaining. • Full formal dining room with decorative fireplace. • Large front porch and 2nd story gallery to enjoy lazy sunlit mornings and an enclosed, grassy backyard for entertaining • Washer and dryer. • Gated covered parking (2 spaces, stacked, one space covered). Private apartmen
## 1078 Interior Designers cute and well furnished home with fantastic central and safe location Uptown. Just one block off of Magazine st. Great for strolling, eating, drinking and shopping. This sunny two bedroom home is being renovated by a young Interior Designer. Filled with interesting and eclectic furniture, art and objects collected over the years, this clean, quiet, sun-filled and spacious home can be the perfect place to hang your hat during your NOLA stay. The Victorian shotgun house, on a cute leafy street has a comfortable living room and large bright eat in kitchen. As an enthusiastic cook, the kitchen is well-equipped for preparing a great meal. Well stocked with cook books, and all the cooking basics you would need. The bedroom has a comfy full size bed with feather bed and soft clean sheets. The luxe bathtub and shower has great water pressure! The guest room is part office and part bedroom. There is a twin size tundle daybed that converts to a queen or two twins. There i
## 1079 Beautiful private room in classic house uptown 2 blocks off of historic Magazine St. Full kitchen, queen bed, shared full bath. Quiet neighborhood for sleep. Quick walk, Uber, or bike ride out to the French Quarter, Marigny, Garden District, and the parks. Come enjoy some live local music, food, culture! My house is a classic uptown style house with all modern amenities due to a full gut renovation in 2010. Come enjoy your stay with the best of both worlds! Most of the house will be accessible with the exception of my bedroom and bathroom in the back. There is a full kitchen, indoor and outdoor dining area, quaint backyard and deck, guest bedroom and full bathroom, and living room all available I'd be more than happy to offer any suggestions to folks coming to New Orleans! We love to show our city off! Classic uptown living! Quaint and quiet neighborhood with neighbors who are friendly. There is free parking on the street if you have a car. I'm 2 blocks from the Magazine St. bus stop a
## 1080 3 BR home, (1 King Bed, 1 Queen, 1 European double, - open gourmet kitchen with large butcher block island, & cozy fireplace in reading room. The home is within walking distance to restaurants, vintage stores, coffee houses, and our beautiful historical Sevier park. Our home is a 3 minute Uber ride to downtown, music row, Hillsboro village, 8th ave south, fine dining,casual dining, and coffee houses houses, several local markets, Jeni's Splendid Ice Creams, and more. This 3BR, 2 Bath Contemporary home is located in the 12 South Village - Belmont area. There is also a lovely back deck on which to enjoy your morning coffee. Rates are non-negotiable and very competitive for the downtown Nashville area, unless negotiated for long term reservations. Guests will have access to parking on the street in front of the home and the following amenities: Local Businesses on 12th Avenue South Art & Soul 2303 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Burger Up 1
## 1081 Awesome vintage house in one Nashville's best neighborhoods. Very quiet, comfy space. This four bedroom is in the middle of everything, located in a scenic, historic and very safe neighborhood. This is a perfect location to see all Nashville has. This spacious four bedroom house is a great spot for vacation or business visitors, visiting college student parents, young couples looking for a great night life or a romantic getaway, or anyone craving a slice of urban living. Within 1 mile: Vandy U, Hillsboro Village, West End Ave, and I440 Within 2 miles: Belmont U, Lipscomb U, 12 South District, Green Hills, Music Row Within 4 miles: Belle Meade, The Gulch, Downtown, Anything you want to see in Nashville, really. Convenient access to the interstate makes for easy travel to the airport, Opry Land, Downtown, the "very hip" East Nashville, Cool Springs, Franklin, etc. The house is a 4 bedroom and 2 bath place located on a great quiet street in an awesome neighborhood. There are 4 bedro
## 1082 1/2 mile from restaurants. 5 miles from Downtown. Park with walking path across the street. Quiet & convenient. High end mattresses. Queen, 2 Twins, fold down full couch, twin air mattress. Direct TV (ESPN). Quick drive to downtown. Clean!! This house is solely used for Air BnB. Therefore, you're not tip toeing around someone else's personal items wondering what you can touch and what you can't. Everything in the house. We live very close by, so just call if you feel you're missing something. You shouldn't need us at all, but if you do, we live very close by! Great location! West Nashville is charming and convenient. Quiet, with easy access to great restaurants and entertainment. Park with .7 mile walking path directly across the street! We'd recommend having a car or using lyft.
## 1083 Commune with the Tree tops overlooking our 5+acres of land in our upstairs Dream Room. if you are a cold natured person this room will be perfect for you. Upstairs is a little warmer in the summer months. Longer stays are discounted. The room wraps you in the warmth of the wood beams and logs to delight your senses. We can rent week to week if you are in transition to another home or an apartment. This listing is in the Nashville/ HERMITAGE, TN area. NON SMOKING in side and out... If you are ready to give up apt. living and you are a social butterfly, this is what you have been waiting for. We are looking for an female Cabin-mate for our "upstairs" Cozy Cabin long term month to month room! Whew that's a mouthful! The room is 20ftx20ft with a large walk in closet all to you. We have a wonderful "Queen Size Memory Foam Bed" awaiting to help comfort you from a long day at work. We also have a full size couch for lounging around and a desk. There is room to bring in some of your own furn
## 1084 Our 4,000 square foot retreat complete with an in ground salt water heated pool, palm trees, hot tub Jacuzzi, arcade room, music studio, and more.. is just a few convenient minutes away from downtown Nashville, TN. The property is in a beautiful country setting surrounded by parks and less than one minute from the gorgeously massive Percy Priest Lake. Whether it's a 10 minute drive to all the city's best downtown hot-spots, nightlife, music row, comedy clubs, waterparks, restaurants, museums, art and architecture, or a short day trip excursion to nearby cities such as Gatlinburg (Smoky Mountains), Chattanooga (Ruby Falls/Lookout Mountain) stopping by the Jack Daniels Distillery, Atlanta, Memphis (Elvis's Graceland/Beale Street), The Kentucky Bourbon Trail, Mammoth Cave, Fall Creek Falls, etc.. you will find yourself in the middle of gorgeous scenery surrounded by many different kinds of music, culture, art, and people who make up this melting pot city. Both Travel & Leisure Magazine AN
## 1085 Here, you can relax and feel at home. This completely private area (fits 8) has its own kitchen, laundry and mud room in the lower floor of a two story home within a quiet and well-established neighborhood. You're only a short drive away to downtown Nashville, hiking trails and endless other activities. With a nice sloping backyard, you'll feel like you're at a retreat in the woods. *Need more space? Check out renting the ENTIRE home by searching for "Comfy Spacious Hideaway Near Airport". This cozy, two-bedroom apartment used to be a mother-in-law suite, connected to the main floor of the house by a stairwell, but separated by a locked door to ensure your privacy. This is a home in every sense of the word, and is fully equipped for your life in the Nashville area, however long your stay. If you need more room than the spacious mother-in-law suite provides, please message me to see if the entire home is available for your dates (pricing will be different than what is listed). (Scroll t
## 1086 This apartment is in the Faubourg Marigny, one of New Orleans' oldest neighborhoods. Stay near excellent restaurants, bars, and shopping, just blocks from Bourbon and Frenchman Streets. Also only a few blocks from the Rampart St. streetcar line, so getting around is easy. The apartment can accommodate 4, but is perfect for 2. There is a bedroom, a living room, a dining area, a kitchenette, and a shared outdoor patio. We live in the main house, and can help with recommendations for your stay.
## Experiences.Offered
## 1 none
## 2 none
## 3 none
## 4 none
## 5 none
## 6 none
## 7 none
## 8 none
## 9 none
## 10 none
## 11 none
## 12 none
## 13 none
## 14 none
## 15 none
## 16 none
## 17 none
## 18 none
## 19 none
## 20 none
## 21 none
## 22 none
## 23 none
## 24 none
## 25 none
## 26 none
## 27 none
## 28 none
## 29 none
## 30 none
## 31 none
## 32 none
## 33 none
## 34 none
## 35 none
## 36 none
## 37 none
## 38 none
## 39 none
## 40 none
## 41 none
## 42 none
## 43 none
## 44 none
## 45 none
## 46 none
## 47 none
## 48 none
## 49 none
## 50 none
## 51 none
## 52 none
## 53 none
## 54 none
## 55 none
## 56 none
## 57 none
## 58 none
## 59 none
## 60 none
## 61 none
## 62 none
## 63 none
## 64 none
## 65 none
## 66 none
## 67 none
## 68 none
## 69 none
## 70 none
## 71 none
## 72 none
## 73 none
## 74 none
## 75 none
## 76 none
## 77 none
## 78 none
## 79 none
## 80 none
## 81 none
## 82 none
## 83 none
## 84 none
## 85 none
## 86 none
## 87 none
## 88 none
## 89 none
## 90 none
## 91 none
## 92 none
## 93 none
## 94 none
## 95 none
## 96 none
## 97 none
## 98 none
## 99 none
## 100 none
## 101 none
## 102 none
## 103 none
## 104 none
## 105 none
## 106 none
## 107 none
## 108 none
## 109 none
## 110 none
## 111 none
## 112 none
## 113 none
## 114 none
## 115 none
## 116 none
## 117 none
## 118 none
## 119 none
## 120 none
## 121 none
## 122 none
## 123 none
## 124 none
## 125 none
## 126 none
## 127 none
## 128 none
## 129 none
## 130 none
## 131 none
## 132 none
## 133 none
## 134 none
## 135 none
## 136 none
## 137 none
## 138 none
## 139 none
## 140 none
## 141 none
## 142 none
## 143 none
## 144 none
## 145 none
## 146 none
## 147 none
## 148 none
## 149 none
## 150 none
## 151 none
## 152 none
## 153 none
## 154 none
## 155 none
## 156 none
## 157 none
## 158 none
## 159 none
## 160 none
## 161 none
## 162 none
## 163 none
## 164 none
## 165 none
## 166 none
## 167 none
## 168 none
## 169 none
## 170 none
## 171 none
## 172 none
## 173 none
## 174 none
## 175 none
## 176 none
## 177 none
## 178 none
## 179 none
## 180 none
## 181 none
## 182 none
## 183 none
## 184 none
## 185 none
## 186 none
## 187 none
## 188 none
## 189 none
## 190 none
## 191 none
## 192 none
## 193 none
## 194 none
## 195 none
## 196 none
## 197 none
## 198 none
## 199 none
## 200 none
## 201 none
## 202 none
## 203 none
## 204 none
## 205 none
## 206 none
## 207 none
## 208 none
## 209 none
## 210 none
## 211 none
## 212 none
## 213 none
## 214 none
## 215 none
## 216 none
## 217 none
## 218 none
## 219 none
## 220 none
## 221 none
## 222 none
## 223 none
## 224 none
## 225 none
## 226 none
## 227 none
## 228 none
## 229 none
## 230 none
## 231 none
## 232 none
## 233 none
## 234 none
## 235 none
## 236 none
## 237 none
## 238 none
## 239 none
## 240 none
## 241 none
## 242 none
## 243 none
## 244 none
## 245 none
## 246 none
## 247 none
## 248 none
## 249 none
## 250 none
## 251 none
## 252 none
## 253 none
## 254 none
## 255 none
## 256 none
## 257 none
## 258 none
## 259 none
## 260 none
## 261 none
## 262 none
## 263 none
## 264 none
## 265 none
## 266 none
## 267 none
## 268 none
## 269 none
## 270 none
## 271 none
## 272 none
## 273 none
## 274 none
## 275 none
## 276 none
## 277 none
## 278 none
## 279 none
## 280 none
## 281 none
## 282 none
## 283 none
## 284 none
## 285 none
## 286 none
## 287 none
## 288 none
## 289 none
## 290 none
## 291 none
## 292 none
## 293 none
## 294 none
## 295 none
## 296 none
## 297 none
## 298 none
## 299 none
## 300 none
## 301 none
## 302 none
## 303 none
## 304 none
## 305 none
## 306 none
## 307 none
## 308 none
## 309 none
## 310 none
## 311 none
## 312 none
## 313 none
## 314 none
## 315 none
## 316 none
## 317 none
## 318 none
## 319 none
## 320 none
## 321 none
## 322 none
## 323 none
## 324 none
## 325 none
## 326 none
## 327 none
## 328 none
## 329 none
## 330 none
## 331 none
## 332 none
## 333 none
## 334 none
## 335 none
## 336 none
## 337 none
## 338 none
## 339 none
## 340 none
## 341 none
## 342 none
## 343 none
## 344 none
## 345 none
## 346 none
## 347 none
## 348 none
## 349 none
## 350 none
## 351 none
## 352 none
## 353 none
## 354 none
## 355 none
## 356 none
## 357 none
## 358 none
## 359 none
## 360 none
## 361 none
## 362 none
## 363 none
## 364 none
## 365 none
## 366 none
## 367 none
## 368 none
## 369 none
## 370 none
## 371 none
## 372 none
## 373 none
## 374 none
## 375 none
## 376 none
## 377 none
## 378 none
## 379 none
## 380 none
## 381 none
## 382 none
## 383 none
## 384 none
## 385 none
## 386 none
## 387 none
## 388 none
## 389 none
## 390 none
## 391 none
## 392 none
## 393 none
## 394 none
## 395 none
## 396 none
## 397 none
## 398 none
## 399 none
## 400 none
## 401 none
## 402 none
## 403 none
## 404 none
## 405 none
## 406 none
## 407 none
## 408 none
## 409 none
## 410 none
## 411 none
## 412 none
## 413 none
## 414 none
## 415 none
## 416 none
## 417 none
## 418 none
## 419 none
## 420 none
## 421 none
## 422 none
## 423 none
## 424 none
## 425 none
## 426 none
## 427 none
## 428 none
## 429 none
## 430 none
## 431 none
## 432 none
## 433 none
## 434 none
## 435 none
## 436 none
## 437 none
## 438 none
## 439 none
## 440 none
## 441 none
## 442 none
## 443 none
## 444 none
## 445 none
## 446 none
## 447 none
## 448 none
## 449 none
## 450 none
## 451 none
## 452 none
## 453 none
## 454 none
## 455 none
## 456 none
## 457 none
## 458 none
## 459 none
## 460 none
## 461 none
## 462 none
## 463 none
## 464 none
## 465 none
## 466 none
## 467 none
## 468 none
## 469 none
## 470 none
## 471 none
## 472 none
## 473 none
## 474 none
## 475 none
## 476 none
## 477 none
## 478 none
## 479 none
## 480 none
## 481 none
## 482 none
## 483 none
## 484 none
## 485 none
## 486 none
## 487 none
## 488 none
## 489 none
## 490 none
## 491 none
## 492 none
## 493 none
## 494 none
## 495 none
## 496 none
## 497 none
## 498 none
## 499 none
## 500 none
## 501 none
## 502 none
## 503 none
## 504 none
## 505 none
## 506 none
## 507 none
## 508 none
## 509 none
## 510 none
## 511 none
## 512 none
## 513 none
## 514 none
## 515 none
## 516 none
## 517 none
## 518 none
## 519 none
## 520 none
## 521 none
## 522 none
## 523 none
## 524 none
## 525 none
## 526 none
## 527 none
## 528 none
## 529 none
## 530 none
## 531 none
## 532 none
## 533 none
## 534 none
## 535 none
## 536 none
## 537 none
## 538 none
## 539 none
## 540 none
## 541 none
## 542 none
## 543 none
## 544 none
## 545 none
## 546 none
## 547 none
## 548 none
## 549 none
## 550 none
## 551 none
## 552 none
## 553 none
## 554 none
## 555 none
## 556 none
## 557 none
## 558 none
## 559 none
## 560 none
## 561 none
## 562 none
## 563 none
## 564 none
## 565 none
## 566 none
## 567 none
## 568 none
## 569 none
## 570 none
## 571 none
## 572 none
## 573 none
## 574 none
## 575 none
## 576 none
## 577 none
## 578 none
## 579 none
## 580 none
## 581 none
## 582 none
## 583 none
## 584 none
## 585 none
## 586 none
## 587 none
## 588 none
## 589 none
## 590 none
## 591 none
## 592 none
## 593 none
## 594 none
## 595 none
## 596 none
## 597 none
## 598 none
## 599 none
## 600 none
## 601 none
## 602 none
## 603 none
## 604 none
## 605 none
## 606 none
## 607 none
## 608 none
## 609 none
## 610 none
## 611 none
## 612 none
## 613 none
## 614 none
## 615 none
## 616 none
## 617 none
## 618 none
## 619 none
## 620 none
## 621 none
## 622 none
## 623 none
## 624 none
## 625 none
## 626 none
## 627 none
## 628 none
## 629 none
## 630 none
## 631 none
## 632 none
## 633 none
## 634 none
## 635 none
## 636 none
## 637 none
## 638 none
## 639 none
## 640 none
## 641 none
## 642 none
## 643 none
## 644 none
## 645 none
## 646 none
## 647 none
## 648 none
## 649 none
## 650 none
## 651 none
## 652 none
## 653 none
## 654 none
## 655 none
## 656 none
## 657 none
## 658 none
## 659 none
## 660 none
## 661 none
## 662 none
## 663 none
## 664 none
## 665 none
## 666 none
## 667 none
## 668 none
## 669 none
## 670 none
## 671 none
## 672 none
## 673 none
## 674 none
## 675 none
## 676 none
## 677 none
## 678 none
## 679 none
## 680 none
## 681 none
## 682 none
## 683 none
## 684 none
## 685 none
## 686 none
## 687 none
## 688 none
## 689 none
## 690 none
## 691 none
## 692 none
## 693 none
## 694 none
## 695 none
## 696 none
## 697 none
## 698 none
## 699 none
## 700 none
## 701 none
## 702 none
## 703 none
## 704 none
## 705 none
## 706 none
## 707 none
## 708 none
## 709 none
## 710 none
## 711 none
## 712 none
## 713 none
## 714 none
## 715 none
## 716 none
## 717 none
## 718 none
## 719 none
## 720 none
## 721 none
## 722 none
## 723 none
## 724 none
## 725 none
## 726 none
## 727 none
## 728 none
## 729 none
## 730 none
## 731 none
## 732 none
## 733 none
## 734 none
## 735 none
## 736 none
## 737 none
## 738 none
## 739 none
## 740 none
## 741 none
## 742 none
## 743 none
## 744 none
## 745 none
## 746 none
## 747 none
## 748 none
## 749 none
## 750 none
## 751 none
## 752 none
## 753 none
## 754 none
## 755 none
## 756 none
## 757 none
## 758 none
## 759 none
## 760 none
## 761 none
## 762 none
## 763 none
## 764 none
## 765 none
## 766 none
## 767 none
## 768 none
## 769 none
## 770 none
## 771 none
## 772 none
## 773 none
## 774 none
## 775 none
## 776 none
## 777 none
## 778 none
## 779 none
## 780 none
## 781 none
## 782 none
## 783 none
## 784 none
## 785 none
## 786 none
## 787 none
## 788 none
## 789 none
## 790 none
## 791 none
## 792 none
## 793 none
## 794 none
## 795 none
## 796 none
## 797 none
## 798 none
## 799 none
## 800 none
## 801 none
## 802 none
## 803 none
## 804 none
## 805 none
## 806 none
## 807 none
## 808 none
## 809 none
## 810 none
## 811 none
## 812 none
## 813 none
## 814 none
## 815 none
## 816 none
## 817 none
## 818 none
## 819 none
## 820 none
## 821 none
## 822 none
## 823 none
## 824 none
## 825 none
## 826 none
## 827 none
## 828 none
## 829 none
## 830 none
## 831 none
## 832 none
## 833 none
## 834 none
## 835 none
## 836 none
## 837 none
## 838 none
## 839 none
## 840 none
## 841 none
## 842 none
## 843 none
## 844 none
## 845 none
## 846 none
## 847 none
## 848 none
## 849 none
## 850 none
## 851 none
## 852 none
## 853 none
## 854 none
## 855 none
## 856 none
## 857 none
## 858 none
## 859 none
## 860 none
## 861 none
## 862 none
## 863 none
## 864 none
## 865 none
## 866 none
## 867 none
## 868 none
## 869 none
## 870 none
## 871 none
## 872 none
## 873 none
## 874 none
## 875 none
## 876 none
## 877 none
## 878 none
## 879 none
## 880 none
## 881 none
## 882 none
## 883 none
## 884 none
## 885 none
## 886 none
## 887 none
## 888 none
## 889 none
## 890 none
## 891 none
## 892 none
## 893 none
## 894 none
## 895 none
## 896 none
## 897 none
## 898 none
## 899 none
## 900 none
## 901 none
## 902 none
## 903 none
## 904 none
## 905 none
## 906 none
## 907 none
## 908 none
## 909 none
## 910 none
## 911 none
## 912 none
## 913 none
## 914 none
## 915 none
## 916 none
## 917 none
## 918 none
## 919 none
## 920 none
## 921 none
## 922 none
## 923 none
## 924 none
## 925 none
## 926 none
## 927 none
## 928 none
## 929 none
## 930 none
## 931 none
## 932 none
## 933 none
## 934 none
## 935 none
## 936 none
## 937 none
## 938 none
## 939 none
## 940 none
## 941 none
## 942 none
## 943 none
## 944 none
## 945 none
## 946 none
## 947 none
## 948 none
## 949 none
## 950 none
## 951 none
## 952 none
## 953 none
## 954 none
## 955 none
## 956 none
## 957 none
## 958 none
## 959 none
## 960 none
## 961 none
## 962 none
## 963 none
## 964 none
## 965 none
## 966 none
## 967 none
## 968 none
## 969 none
## 970 none
## 971 none
## 972 none
## 973 none
## 974 none
## 975 none
## 976 none
## 977 none
## 978 none
## 979 none
## 980 none
## 981 none
## 982 none
## 983 none
## 984 none
## 985 none
## 986 none
## 987 none
## 988 none
## 989 none
## 990 none
## 991 none
## 992 none
## 993 none
## 994 none
## 995 none
## 996 none
## 997 none
## 998 none
## 999 none
## 1000 none
## 1001 none
## 1002 none
## 1003 none
## 1004 none
## 1005 none
## 1006 none
## 1007 none
## 1008 none
## 1009 none
## 1010 none
## 1011 none
## 1012 none
## 1013 none
## 1014 none
## 1015 none
## 1016 none
## 1017 none
## 1018 none
## 1019 none
## 1020 none
## 1021 none
## 1022 none
## 1023 none
## 1024 none
## 1025 none
## 1026 none
## 1027 none
## 1028 none
## 1029 none
## 1030 none
## 1031 none
## 1032 none
## 1033 none
## 1034 none
## 1035 none
## 1036 none
## 1037 none
## 1038 none
## 1039 none
## 1040 none
## 1041 none
## 1042 none
## 1043 none
## 1044 none
## 1045 none
## 1046 none
## 1047 none
## 1048 none
## 1049 none
## 1050 none
## 1051 none
## 1052 none
## 1053 none
## 1054 none
## 1055 none
## 1056 none
## 1057 none
## 1058 none
## 1059 none
## 1060 none
## 1061 none
## 1062 none
## 1063 none
## 1064 none
## 1065 none
## 1066 none
## 1067 none
## 1068 none
## 1069 none
## 1070 none
## 1071 none
## 1072 none
## 1073 none
## 1074 none
## 1075 none
## 1076 none
## 1077 none
## 1078 none
## 1079 none
## 1080 none
## 1081 none
## 1082 none
## 1083 none
## 1084 none
## 1085 none
## 1086 none
## Neighborhood.Overview
## 1
## 2 Woodland Hills is a very nice and affluent city within the greater Los Angeles Metropolitan area. The neighborhood is very safe with families regularly out for walks in the evenings. Our house is located in the hills with views of the Woodland Hills and homes. At just a block from Ventura Blvd, our home is conveniently located near plenty of restaurants and shops.
## 3
## 4
## 5 Woodland Hills sits in the valley next to the Santa Monica mountains. It neighbors Calabashes, Tarzana, West Hills, Canoga Park, and Winnetka.
## 6 The house is located in the hills in a quaint neighborhood. It is quiet and in the same time you are at few minutes of the 101 Fwy, and shopping centers. It is located border line to Calabasas with its old town dating from 1844 and is one of the oldest surviving buildings in the greater los Angeles area. You have miles of hiking or biking in 5 minutes with the santa Monica mountains (topanga canyon, Malibu). 3 miles from the Westfield Promenade for great shopping, 19 miles from the Malibu beaches.
## 7
## 8
## 9 Perfectly located in the heart of West Hollywood.
## 10 This apartment is located in the midst of West Hollywood, close to Museum row, walking distance to Melrose, the Sunset strip and two Farmers Market/ 5 min drive to the Grove, to Beverly Hills, 5 min drive to the Hollywood district, 20 min to Venice Beach (depends on traffic), 20 min to Downtown (depends on traffic), 25 min drive to LAX (depends on traffic). You'll find it to be an urban Oasis. 20 minutes to DTLA and Silverlake and to recently remodeled Echo Park. Easy to get around by car to all of Los Angeles. Centrally located. Fantastic restaurants and cafes nearby. If you have a car, then travel around Los Angeles is easy as the apartment is centrally located and highway access is pretty close. You'll find it to be a convenient location to visit LA and suburbs. You will be steps away from everything!!! Whether your personality is party - calm - sporty- artsy or coffee - you won't be disappointed with the area because everything is in front of your nose! :-) The Sunset strip is
## 11 • Located at the edge of West Hollywood and Beverly Hills • SUPER safe, cozy, and quiet yet still hip, fun, and LA • Walking distance to several malls, boutiques, and shops • Close to an unlimited amount of restaurants (cheap & pricey)
## 12
## 13
## 14
## 15 the CENTER of HOLLYWOOD!! (*see above :)
## 16 With a 91 walk score this location is quite the traveler's gem. You're minutes away from it all so park the car and enjoy the city!
## 17
## 18
## 19 Rebellious. Creative. Inspired. West Hollywood is 1.9 square miles of rebellious and inspired culture, entertainment and design set in the heart of LA. It's where rock & roll meets fashion, art merges with lifestyle and everyone is free to be different. Officially founded in 1984 as the 84th city in Los Angeles County, West Hollywood is a young, vibrant community with a colorful and entertaining past. Today, West Hollywood is a top travel destination among the entertainment industry, the jet set and LGBT global community. Attracting the well-traveled is West Hollywood's stylish array of hotels dedicated to providing premium service and personalized experiences. The scene is densely packed into 1.9 square miles of walkability including: a vast culinary landscape, The Sunset Strip's notorious nightlife, designer flagships lining The Avenues district, celebrity hot spots, global annual events, premier spas and fitness, entertainment and much more. West Hollywood is a place that's proud to
## 20 WEST HOLLYWOOD IS A VIBRANT CREATIVE NEIGHBORHOOD & WALK ABLE & SAFE CITY. GREAT RESTAURANTS & SHOPPING. SUNSET PLAZA , THE GROVE ARE ON YOUR DOORSTEP. BEVERLY HILLS 10 MINUTE DRIVE , HOLLYWOOD BLVD 10 MINUTES OR CRUISE DOWN SUNSET BLVD TO THE BEACH IN 30 MINUTES.
## 21 Go see my favorite bars and restaurants that are only a short walk away! Laurel Hardware (my personal favorite) - American Hudson - American Sweet Chili - Thai Connie and Ted's - seafood Marix - Mexican Sushi Omi - Japanese Earth Bar - Smoothies and health food Barney's Beanery - Sports bar Red O - fancy Mexican Ink Sac - Best Sandwiches Sweet Lady Jane - AMAZING desserts and coffee Daily Grind - coffee Walk along Melrose
## 22 Quiet, reserved, safe and humble is all I can say about this West Hollywood neighborhood. It's one of the absolute best locations you can have in Los Angeles! You are walking distance to wonderful bars, restaurants, you have Whole Foods across the way, the Walk of Fame is a short drive and upbeat hip neighborhood is right outside the doors.
## 23 Gelsons supermarket 1 block away, along with multiple restaurants - lunch, dinner, brunch, and bars. Very safe neighborhood
## 24 Great location right in the heart of West Hollywood where there is always something happening! Very convenient location for actors, sight seeing, tourists or business. Loads of health food stores and cafes, delicious restaurants and fun nightlife. Hiking at the beautiful Runyon Canyon near by.
## 25
## 26
## 27 This neighborhood is hip, central, lively and full of Los Angeles' best entertainment. Almost everything is walking distance.
## 28 5 min. Walking distance to Target, Best Buy, BevMo, ralphs, Chase bank, Starbucks, Jones Cafe and many other eateries! No car NO problem in this area!
## 29
## 30 The building is next to MacArthur Park, central to Downtown Los Angeles, Koreatown, and Hollywood and proximal to Sliver Lake/Los Feliz. MacArthur Park is not yet gentrified so it's a colorful mix of people during the day and attracts a lot of transients at night. I am quite found of this but for visitors the building has a gated garage and security desk.
## 31 -LA Convention Center -Staples Center -Starbucks -7th + Fig Center -Smart + Final Supermarket -Target -Metro Link -LA Live -Ralph's Supermarket -Wholefoods Market -Macy's Plaza -Great Restaurants and bars within walking distance
## 32 Within 1 mile: Grocery Stores: Vons, Ralph's, 7-Eleven, Korean Galleria Market Food: Sqirl, Silverlake Ramen, California Donuts, McDonald's Fwy: US-(PHONE NUMBER HIDDEN) minute drive to: Koreatown, Hollywood, Westlake, Downtown, Little Tokyo, Echo Park, Los Feliz, Griffith Park Observatory If you walk down Council Street at night, you will see a great view of the Downtown Skyline. There is a hospital around the corner, and in the parking lot, you are free to see the Los Angeles mountain views.
## 33
## 34 5 minutes from 10 highway.Near by Ikea,Target,Walmart。
## 35 Quiet residential street, easy parking, golf course & park at the end of the street. Restaurants & shopping are within blocks, lots of beaches from 3- 20 miles. 405 & 105 freeways within 2 miles, several major roads are close so it's easy to get anywhere. LMU & LAX are also close. Marina Del Rey, Venice, El Segundo, Manhattan Beach, Culver City, Santa Monica are all within 10 miles.
## 36 The neighborhood has tree lined streets and close to markets and restaurants, including an Italian restaurant, a donut house, a McDonalds and a 7-11 which is open 24 hours , 7 days a week.
## 37
## 38 A five minute drive from LAX, we are situated in a tranquil pocket three blocks from Loyola Marymount University on a quiet, tree-lined residential street with plenty of free on-street parking. A quick 5-block walk will take you to Otis College of Art and Design. Despite a feeling of removed tranquility, we are centrally located in West Los Angeles and convenient to all Los Angeles has to offer. Five minutes by car puts you in Marina Del Rey, Playa Del Rey, Playa Vista or El Segundo. In ten minutes, you can be in Venice, Culver City or Manhattan Beach, and in fifteen to twenty minutes you can be in Santa Monica, Hermosa Beach, Torrance, and almost to Downtown LA. We are also less than a five-minute walk to Lincoln Blvd, with an array of cafes, restaurants, shops and grocery stores, and easy access to public transportation. LA Fitness is also within walking distance.
## 39 Peaceful conveniently located close to beautiful beaches and the city itself. I love to spend time in the hot tub to relax or workout at our gym that is open 24 hours a day.
## 40
## 41
## 42
## 43
## 44 Beautiful tree lines streets. Quiet area. Easy walk to three parks that are close by. Shopping and restaurants very convenient. Large newly built regional mall 6 miles from house.
## 45 Century City is close to UCLA and Beverly Hills among other destinations in LA.
## 46
## 47
## 48 it's very quite , mostly families. it's 1 block north from santa monica blvd and 2 block west from beverly glen blvd. you can walk to walgreens, coffee bean,mc donald's, and there is a nice italian restaurant Carmine's,walking distance to Century City Mall and French Consulate.Its located in between Beverly Hills and Westwood. Close to UCLA, Kaplan language school.
## 49
## 50
## 51
## 52
## 53 Whether here on vacation or for work, start your day with a morning walk to the beach, breakfast at the Fig Tree, catch sunsets at the end of your day, or simply enjoy the carnival atmosphere on the Venice boardwalk with 22 miles of strand and bicycle path from Santa Monica to Redondo Beach.
## 54
## 55 There is so much to do in Venice within walking distance from the apartment. You can easily walk to the Beach, Rose Ave which has Whole Foods, Simons Market, Café Gratitude, Superba, Gjusta Bakery is around the corner on Sunset, Abbot Kinney is about a 10-minute walk for more restaurants, shopping and bars. You are also close to Santa Monica where you can explore Main Street, 3rd Street Promanade, and Santa Monica Pier. Marina Del Rey is a 10 minutes South of here, you can paddle board, kayak, and rent a boat for the day. Malibu is a 20-30 minute drive and is a beautiful place to spend a day. There are so many good restaurants within these areas, we are happy to share our favorites with you!
## 56 Very close to Los Angeles attractions: - Los Angeles downtown: 5 miles - Santa Monica beach: 9 miles - Venice beach: 9 miles - Hollywood: 5 miles - Beverly Hills: 4 miles - The Grove: 3 miles - Culver City: 2 miles -LA Live/Staples center: 5 miles - Los Angeles International Airport (LAX): 7 miles - Griffith Obsevatory: 7 miles - SONY studio: 3 miles - Paramount Studio - 4 miles - Universal Studio - 8 miles - NBC Studio - 3 miles - Fox Studio - 5 miles - Disneyland - 31 miles - Knotts Berry Farm - 27 miles
## 57
## 58 The view!
## 59 Walnut is a beautiful, safe, quiet city located in the suburbs of Los Angeles, California.
## 60
## 61 We live in a quiet suburban town referred to as the Southbay. There is not much happening in Torrance, although we are a 10 mins drive to Redondo Beach and 15 to Manhattan where you could jump into the ocean if you wanted to! 20-30 mins on the freeway and your in Venice Beach, Santa Monica, Beverly Hills, Hollywood. The area is most very well known for its variety of cuisines, access to trendy shops and boutiques, as well as a very live scene of music and nightlife.
## 62 It's Venice Beach, there's Abbott Kinney, the beach, boardwalk and Santa Monica a bike ride away. Never a dull moment in Venice!
## 63 You'll love this awesome apartment, and you'll LOVE how close your are to the sand - just a few steps out the front door and you're on Venice Beach! The Venice Beach boardwalk is just steps away, and you'll find some of the best people watching in the world there! Great street performers, art, and of course, sun and sand! You're also very close to Marina del Rey, and Santa Monica. All the shopping, nightlife, restaurants, and everything that the area has to offer is right outside your door!
## 64
## 65
## 66 Our house is located in one of the best areas of Los Angeles. It is very safe, quiet but at the same time it is very close to Abbot Kinney, canals, Golden gym, Venice broad walk and other interesting places. Santa Monica is also very close with plenty of different shops, restaurants and world famous pier. Perfect for travelers who want to explore cost area and whole La and at the same time have a quiet place stay to stay where you will feel at home.
## 67
## 68 This is truly located in the heart of Venice, just a short 1.5 blocks to the hustle and bustle of the iconic Venice boardwalk, yet quietly situated on a short walk street with little pedestrian traffic. Venice Beach offers its street performers, artist and local flare - never a dull moment! The start of Abbott Kinney Blvd is just a half a block away, lined with hip restaurants, galleries and shopping!
## 69 The location is perfectly located central to all you will want to do in Venice Beach. Take a nice walk down Abbot Kinney. Run down to the boardwalk or the beach. Just take in everything Venice has to offer from this perfect location!
## 70 Quiet street, parking is easy to find, but we're still very close to great restaurants on Lincoln Blvd. and shopping on Abbot Kinney. Venice is the coolest neighborhood in LA--the beach, surfing, skateboarding, paddle tennis, shopping, eating, nightlife--we have it all. An easy trip to Santa Monica, Malibu, Culver City, and Manhattan Beach. Most of Venice is walkable, especially since the weather is almost always perfect. If you're a runner, a morning jog down to the beach is the perfect way to start your day. When you are tired of walking, grab an Uber--it's easy to get anywhere in Venice, Santa Monica, Culver City, Marina del Rey, Mar Vista, etc. for cheap.
## 71 Be steps to Venice Beach and close to all that Los Angeles has to offer at the same time. In our three bedroom, four bath condo that is steps to the sand and world famous Venice Beach. Bike to the world famous Abbot Kinney Boulevard and explore all the delicious restaurants and shops that this locals only area has to offer.
## 72 Marina Del Rey (MDR) is a marina community based around Venice. The MDR starts on Washington Blvd, which leads directly to the beach. Favorite quick and Healthy restaurant: Walk to Tender Greens! It is a local favorite and craze! SUSHI: Walk across the street to Ra for a scenic happy hour. Take a 5 Uber to Tsukiji, which is a small restaurant, yet has very high quality sushi. Steak: Ruth's Chris is in walking distance with a scenic outdoor patio. Mastro's Ocean Club is a drive away but offers a view of the (website hidden) and Food: Yard House is a huge place, across the street that serves seemingly a hundred beers on tap! Enjoy a nice family time, there. AMC Dine-In Theater: is across the street. Plush, reclining seats with food service. The very best way to enjoy a movie. ABBOT KINNEY: A long row of restaurants and bars, just a few blocks, away, for an eclectic experience. Recommend Gjelina, Lemonade Restaurants. BRUNCH: Go to Paradise Cove in Pacific Palisaides(!) Set on the be
## 73
## 74 The apartment is a 5-10 minute walk to: Abbot Kinney Blvd. World famous Gold’s Gym Whole Foods Rose Ave Santa Monica’s Main Street Bus lines Countless restaurants, and shops It is located ON The World Famous Venice Boardwalk (where they often are filming Movies and TV shows) Walk to restaurants, bars, shopping and art galleries – Coffee Bean, Venice Ale House, Wurstkuche, Baby Blues, Hal’s, Intelligentsia, Gjelina's, The Other Room, Cafe Gratitude, etc. ... And a short bike ride to: Venice Canals Marina Del Rey Santa Monica Pier Third Street Promenade Enjoy First Fridays on Abbott Kinney and the Venice Art Crawl third Thursday of the month. We are a 5-10 minute walk to: oAbbot Kinney Blvd. oThe new (website hidden) campus oWorld famous Gold’s Gym oWhole Foods oRose Ave oSanta Monica’s Main Street oBus lines o Countless restaurants, and shops And steps from The World Famous Venice Boardwalk (where they often
## 75 Lots of great food, bars, & shopping right around the corner. Close to beautiful hikes in Palisades, Malibu, & Topanga Canyon. Bike available for use if you would like to explore the area.
## 76 We are very close to the Beach, for swimming,sunning,biking,paragliding,Kayaking,Paddling, Sailing, Gym or just People watching . Restaurants of all price ranges are just around the corner . The House is in a unique quiet Neighborhood,we like to get up early for all our outdoor activities or just kick back for a cup of Coffee enjoy the peace our home has to offer
## 77 An eclectic and extremely safe neighborhood with in walking distance of all of Venice's finest activities. There is plenty of street parking available in our neighborhood.
## 78 Located on a walk street 1/2 block from the ocean, in the heart of Venice Beach! Walk or bike to the beach, boardwalk, Abbot Kinney, Rose Avenue, Main Street.
## 79
## 80 The building centrally located in the heart of Downtown LA where the Financial District meets LA Live. The local area near 9th and Flower has you in primetime walking distance to the Staples Center, Ritz Carlton Hotel, Nokia Center, LA Convention Center, FIDM, California Fashion Mart, LA Mart. Also you can enjoy the walking distance to 24/7 grocery stores, Fashion District, Jewelry District, all the best Downtown LA nightclubs, movie theaters, restaurants and coffeehouses.
## 81 Centrally located - can walk to downtown Echo Park, downtown LA, quick drive to Silver Lake, Los Feliz, Hollywood.
## 82 The neighborhood is very safe and quiet and neighbors are very friendly and close to Downtown Los Angeles and Hollywood and many more as mentioned.
## 83 This is a quiet residential area. One of the quietest in LA! You'll get a good nights rest here. You are close to Griffith Park, one of the best hiking areas in LA as well as home to the Observatory. Silver Lake reservoir is also close for a walk around or hanging at the dog park. You can catch the Dodgers when they're in town. One of my favorite restaurants is Mohawk Bend in Silver Lake, but there is also an array of vegetarian friendly restaurants in the area as well.
## 84
## 85
## 86 What your gonna love about our place is the fact you have it all to your self and its nearby many stores and parks that you can simply walk to You may also make use of the kitchen and building amenities
## 87 Very convenient location very close to the Convention Center
## 88
## 89
## 90
## 91
## 92 Exciting area walking distance to malls and restaurants.
## 93
## 94 The house is located in San Fernando Valley area of Los Angeles, which is very quiet but accessible to essential tourist activities. There is plenty of street parking on the street. Close by you will find: Target, Whole Foods, Ralphs, Trader Joe's and Westfield Topanga Mall.
## 95
## 96 Absolutely one of the best neighborhoods in Los Angeles. Quiet and leafy, but close to culture and cuisine. UCLA is one block away, as is Westwood Village, home to shops, 3 movie theatres, Target, a supermarket, and more than 100 restaurants. The Hammer Museum and the Geffen Playhouse are within walking distance, and Beverly Hills, Rodeo Drive, the Getty Center, and Santa Monica are nearby.
## 97
## 98 I know this place so well, not only did I live in the unit right next door but my family and I have been blocks away ever since I was a kid. Most Sundays we walk the dogs to the Coffee Bean & Tea Leaf on the corner, or head over to one of the local farmers markets. I love that I can live a city and quiet life at the same time, dash out on a whim to the movies in Century City or Westwood (free parking on Broxton!) or ride my bike just a few miles to the water. Beverly Hills is soooo close and the city has tons of 2 hour free lots that if I choose not to walk (hey, I'm getting older!) I don't worry to much about taking the car or being driven. Most of the time I walk or bike everywhere. Nearby schools include Fairburn Avenue Elementary School, Sinai Akiba Academy and St Paul The Apostle School. The closest grocery stores are Gelson's, Beverly Hills Caviar and Green Hippo Natural Organic Products. Nearby coffee shops include The Coffee Bean & Tea Leaf, Courtyard Cafe and The Coffee Bean &
## 99
## 100 I love this neighborhood because it's central to everything, quiet and safe.
## 101 Westwood is a very interesting area! Very safe and lots to do. UCLA campus is very beautiful so when here make sure to take a walk there, hammer museum is also very interesting if you like art. The farmers market on Thursday is very nice. Elysee makes the best breakfast and pastries as well as Le pain quotidian and if you like sea food, boiling crab is a must try!
## 102 Beautiful view and near to Santa Monica Pier and Rodeo Dr
## 103
## 104
## 105 All types of the restaurants are waiting for your stomach in 10 minutes walking--American , Mexican, Chinese, Japanese, and even Thai food. You are surrounded by Whole Foods Market, Target, Trader Joe's etc. Of course, you can also walk to Hammer museum to experience a different culture.
## 106 Restaurants, shops, movie theaters, UCLA
## 107
## 108
## 109 Prestige Friendly Hills neighborhood of Whittier. The properties have very large lots so this aides in having a lot of privacy. You can walk to the Whittwood Town Center. There is Sears, JCPennys, Kohls, Target, CVS, restaurants- Mimis, Rubys, Black Agnes, Panera, Chipotle, Panda Express, Marie Callenders, Road House steak, Red Robin, IHOP, Buffalo Wings, Habit Burgers, Carls Jr, McDonalds. AT&T, Sprint, Verizon, to name a few. Look at the Guidebook. I have listed these locations and more.T
## 110 Centrally located in the city, you are within 15 minutes away from Beverly Hills, Downtown, the Hollywood sign hike, and many hot LA restaurants and exciting landmarks.
## 111 A short drive from Hollywood and Santa Monica, Woodland Hills is situated in the southwestern area of the San Fernando Valley, east of Calabasas and west of Tarzana, with Warner Center in its northern section. Woodland Hills boasts world-class health care facilities, excellent educational institutions, and outstanding eateries.
## 112 Our house is located walking distance to Claremont Collages and Claremont Villages. We took a stroll with family to those places almost every evening. I hope you will enjoy it too.
## 113 I think the best part about this space is the location. It's close to everything! 5-15 minutes away from the most popular spots in Los Angeles (Glendale, Echo Park, Pasadena, Alhambra, Burbank, Downtown, etc). Also, this area has become one of the safer parts of Los Angeles over the past few years. The 1 billion LA River project is in full effect. Many families live on this block, kids play on the street, and the neighbors are very friendly.
## 114
## 115 In a safe, gated community. We get beautiful flowers in the Spring and Summer. We provide free bakery breakfast.
## 116 DEL AIRE is a tiny niche neighborhood on the west side ( beach side ) of the 405 Freeway just South of the 105. Metro stop AVIATION is 3 minutes walk away. Great walking streets neighborhood with EASY access to all important freeways and SouthBay Beaches.
## 117 You will feel safe, happy, and glad to stay in this apartment.
## 118 Easy access to all events, and businesses in downtown L A
## 119 The building centrally located in the heart of Downtown LA where the Financial District meets LA Live. The local area near 9th and Flower has you in primetime walking distance to the Staples Center, Ritz Carlton Hotel, Nokia Center, LA Convention Center, FIDM, California Fashion Mart, LA Mart. Also you can enjoy the walking distance to 24/7 grocery stores, Fashion District, Jewelry District, all the best Downtown LA nightclubs, movie theaters, restaurants and coffeehouses.
## 120
## 121
## 122 Only Street Parking provided.
## 123 The resort is only minuets away from Downtown LA! Downtown Los Angeles (DTLA) offers world class attractions, incredible restaurants, a thriving nightlife and walkable streets. STAPLES Center is home to the Lakers, Clippers, Kings and Sparks, and also hosts major concerts. The spectacular L.A. LIVE entertainment complex includes popular attractions such as the GRAMMY Museum, Lucky Strike Lanes and Regal Cinemas. Conveniently located to the LA Convention Center, Orpheum Theater and the Fashion District. The stunning Walt Disney Concert Hall anchors the Music Center, Dorothy Chandler Pavilion, Ahmanson Theatre and Mark Taper Forum. The Museum of Contemporary Art houses an acclaimed permanent collection and rotating exhibits. Historic Exposition Park is home to the California Science Center, the California African American Museum, the LA Memorial Coliseum and Sports Arena, and the Natural History Museum.
## 124 this is the most desirable area of downtown la. access to shops/retail stores, museums and galleries within 5 minutes walking distance, right beneath the building.
## 125 We are located in Downtown Los Angeles which is made up of around 15 different neighborhoods or districts, each with their own subtle character and personalities. We are in The Old Bank District which is a sub-district of sorts of The Historic Core, which contains some of the oldest buildings and architecture in the city. The neighborhood is a lively and fascinating place! Downtown LA is very urban, and with that comes many wonderful and not so wonderful things. Some of the wonderful things are the museums–like MOCA, The Broad, The Geffen Contemporary, and The Japanese American National Museum that are all within walking distance. There are numerous world class art galleries, restaurants, and coffee bars nearby. Downtown is really the only place in LA where you feel like you are in a city. Our neighborhood is incredibly diverse and colorful. It contains populations from just about every ethnic background, age range and economic strata. In recent years we’ve had an abundance of amazing
## 126 Lots of restaurants, grocery markets, tourist attactions such as museums, Walt Disney Concert hall, theatres, LA LIVE, Staples Center, etc. Close to Hollywood by car, uber service or metro train.
## 127
## 128
## 129 Located at the edge of downtown, the neighborhood is walking distance to Chinatown and historic Olivera street. Other areas of walking distance are the new Broad Museum, Grand Park, Union Station, and the Walt Disney Concert Hall. Restaurants and venues such as LA Live, The Staples Center, and numerous restaurants are minutes away via Uber or personal car.
## 130
## 131 Downtown Los Angeles is currently the world's most exciting, rapidly expanding metropolis. Search the 'net – it's evolving daily, with something for everyone!
## 132
## 133 Tucked away on long beach avenue, you have privacy and a sense of escape with the convenience of being near all of the major freeways. Right around the corner is a Smart and Final, as well as a 711 and gas station. About 5min down the road you will find yourself surrounded by beautiful coffee shops like Stumptown and Groundworks, artisanal grocery stores like Urban Radish, and trendy restaurants like Bestia, Zinc, and Factory Kitchen. We recommend using Postmates for food delivery. They provide and App for Android and iOS devices that is easy to set up. Industrial feel. A true downtown experience. Great vibe for the building. Artistically inclined. Close to everything downtown.
## 134 Spring Street is truly the Soul of Downtown Los Angeles. Walk around and you will immediately feel it. This is where Art Walk takes place every 2nd Thursday of the month. The famous 'The Last Book Store' is a great experience located just 3 blocks away and you will walk along many cafes, bars, pubs, cool shops, and nightclubs. Don't miss the alley at the Spring Arcade Building by 6th and Spring. See the glory of Broadway and the great Theater District of yesterday. Check out Clifton's Cafeteria if you can't decide on where to eat. The Santee Alley is also in the backyard for some great deals on shopping, gifts and souvenirs. The shops at 7th & Fig also has all your retail therapy needs.
## 135
## 136 CubeSpace's first location is located in downtown LA's flower district. It is 10 minutes walk to metro stations and the center of downtown LA where you can get to hollywood in 20 minutes. There is also a lot of shopping in the area.
## 137 Safe and central South Park region of DTLA. Two blocks from Staples Center and LA Live.
## 138 Close to downtown center, lots of great places to go to nearby.
## 139
## 140 We are right downtown near all the restaurants, bars, shops and a 10 min walk to Staples Center!
## 141
## 142 located in the heart of downtown LA
## 143 Center of downtown LA with hundreds of restaurants within walking distance and sites to see, etc.
## 144
## 145
## 146
## 147 This BearBNB is located in a safe and eventful sector in Downtown LA. DTLA is a hot spot for fashion, business, entertainment and nightlife. DTLA offers many beautiful scenic views and attractions such as renovated historic buildings, a skyline view of the adjacent cities and of course, the people.
## 148 It is at a central location where you're able to quickly walk to restaurants and shopping (Target, Macy's, etc). Distance to popular destinations: Staples Center: less than a mile (15 minute walk) Convention Center: less than a mile ( .7 mile) USC: 3 miles Hollywood: 7 miles West Hollywood: 8 miles
## 149 The building centrally located in the heart of Downtown LA where the Financial District meets LA Live. The local area near 9th and Flower has you in primetime walking distance to the Staples Center, Ritz Carlton Hotel, Nokia Center, LA Convention Center, FIDM, California Fashion Mart, LA Mart. Also you can enjoy the walking distance to 24/7 grocery stores, Fashion District, Jewelry District, all the best Downtown LA nightclubs, movie theaters, restaurants and coffeehouses.
## 150
## 151 LOCATION!! WALKING DISTANCE: - MELROSE AVE with TONS of restaurants and shops - Public Transportation (Buses and Train Station) A SHORT DRIVE AWAY: - The Hollywood Sign - Chinese Theatre - Lowes Theatre - Downtown LA - Noho Arts District - .99 Store - A great place for those last minute times. Travel smart not expensive!! - LACMA - the Los Angeles County Museum of Art. One of the worlds most sought after museums - LA FITNESS - if you are a member, this is one of my favorite ones because it has a great view of he mountains and the museum. 10-20 Minutes Drive: - Universal Studios - Burbank (WB Studios) - FREEWAYS - we are right off most major highways, so you can get almost anywhere on this side of the valley in 15-20 minutes SIGHTS TO SEE: Universal Studios® Griffith Park Observatory Disney MGM Studios Santa Monica Beach and Pier Knott's Berry Farm Six Flags - Magic Mountain California DISNEYLAND® Resort ENTERTAINMENT Pantages Theatre Hollywood Bowl Sunset Strip Kodak Theatre The
## 152 Hollywood has so much to see and do. There's the Hollywood Walk of Fame, on the weekends there's the Farmers Market, three blocks and you can see live shows at the Pantages Theater or take the Subway at the W Hotel station. Take Uber to the Farmers Market/ Grove shopping center, Griffith Observatory or visit the Arclight theater with the famous Cinerama Dome.
## 153 Centrally located in the heart of Hollywood. Steps from the Walk of Fame, Chinese Theatre, Pantages Theatre, Famous night clubs like Supperclub, Playhouse, and the W Hotel. Tons of delicious restaurants within walking distance to satisfy any taste and any price. From Eva Longoria's "Beso" to the local "Lucky's Tavern" Within two miles from both Griffith Park Observatory and Runyon Canyon Park.
## 154 This is a great location next to The Dolby (formerly Kodak)Theatre which is the home of The Academy Awards and Ongoing Entertainment throughout the year. Madame Tussauds Wax Museum is on the corner, followed by The Chinese Theatre and the courtyard with the Footprints of the Stars. The Hollywood & Highland Complex includes Fabulous Restaurants and Shops. Across the street is The Famous El Capitan Theatre, Ghiradelli Chocolate Shop, and The Jimmy Kimmel Show. Free tickets to his show can be obtained by visiting the website. The Metro runs every 7 minutes and the its first stop takes you to the Pantages Theatre which presents Fabulous Musicals and Plays. The Hollywood Bowl is within walking distance or you can board a bus right across the street to take you to a variety of concerts during the season.
## 155 Up and coming area, great balance of quality and economy.
## 156
## 157 The best place to live in Los Angeles. Nearby attractions, Tribune Studios, W Hotel, Chinese Theater, (Home to Oscars), Guitar Center, nightclubs, Arclight Theater, Chinese Theater, Pantages, Hollywood Bowl, Greek Theater, Imax 3D, Los Feliz, Koreatown, Silverlake, Beverly Hills, Santa Monica, downtown lofts. Close to clubs and restaurants.
## 158
## 159
## 160 The iconic Hollywood Walk of Fame, the most well known location in Hollywood, is right outside the front doors of my apartment! My apartment is walking distance from many famous locations in the heart of Hollywood as well as the famous Hard Rock Cafe! Hollywood boulevard also has one of the best night life scenes in the country.
## 161
## 162
## 163 Our house is located on a very quiet street. Most of the neighbors are retirees. You might hear school announcements throughout the day since there is a school across the street.
## 164 We have a quite and friendly neighborhood! A lot of Street parking places .
## 165 Neighbors are friendly, neighborhood is charming and clean and safe
## 166 outback, boiling crab
## 167
## 168 West Adams was voted the #1 fastest growing real estate market nationwide by Curved LA. The Expo line was just put in. There is a Billion Dollar museum being built by George Lucas which will be called Lucas Museum. They are putting in a post production studio and brewery. There are signed silent leases along Jefferson for restaurants, bars, coffee shops, bars, etc. The list goes on and on. Can't wait.
## 169
## 170
## 171 Today this sprawling, three-square-mile community just west of downtown has become one of the city’s hippest areas thanks to the continuing renovation of its rich architectural heritage, a new subway traversing its Wilshire Boulevard hub and recently opened boutique hotels like the Line and Normandie.
## 172 Fantastic central location with easy access to everything Los Angeles has to offer shops, restaurants, museums, studios, offices, and entertainment. Enjoy the perfect Los Angeles experience with attractions such as The Grove, Farmer’s Market, L.A. Live in Downtown, and Hollywood Bowl. We are less than a 5min drive to the 10 Freeway that will take you directly to Santa Monica, 3rd Street Promenade, Venice Beach and Malibu Beach. Some of our favorite things to do with friends from out of town are the following: 15min or less •All-you-can eat Korean BBQ a must if you eat meat! •Wiltern Theater—concerts and events •Larchmont Village—we love it here because it has a small town feel in the middle of the city and it has some of favorite restaurants! It’s an easy and relaxing 30min walk through Hancock Park or 5min drive , and ask us for restaurant recommendations. We love coming here on Sundays for the farmer’s market. •The Grove and Original Farmer’s Market—shopping, movie theater and go
## 173
## 174 It's super diverse. Can walk to the heart of Koreatown and it's like you're out of LA. If you go one street north or west, you're amongst mansions in Hyde Park. It's a really unique street in that way! And I love my neighbors. All very humble and loving and helpful. They will probably offer you homemade tamales or chicken tikka masala or bulgogi.
## 175 KOREATOWN: Located near Downtown, Koreatown is like a "city within a city." Like Hollywood and Downtown, the area is very urban and has an active nightlife, though some people will find it "sketchy." In Koreatown, you can explore Korean culture and LA culture at the same time. We have people of all backgrounds staying with us.
## 176
## 177 It's clean quiet and safe
## 178
## 179
## 180 Located in the heart of Koreatown and 15-25m to Downtown and Hollywood. Subway transportation and buses are available as well as lyft or uber. Heard of Escala? Sake house? There are much more places literally outside the building. Other restaurants to note are, The Boiling Crab, The Halal Guys, and EMC Seafood. All the hottest attractions and you can be in the heart of it without worrying about parking, parking tickets, and ubers. You can walk from wiltern theatre back to the house if you enjoy walking. Newly rated Korean restaurant is behind the building by Anthony Bourdain. Feel free to ask me if I can be of some assistance for you regarding your itinerary anytime. Do not hesitate.
## 181 This community is so special, the community is secure, there is a guard gate for access to the property, very clean and quiet area
## 182 Nearby bus and metro stations. Considering how Huge LA is, the location is perfect for all of LA's major tourist attractions.
## 183
## 184 The neighborhood is quiet and safe. I've been living here for about 9 years now. Great area/ quiet and friendly. I'm the building manager, so your completely safe. Close to the Great Western Forum, 4 different Beaches, UCLA & USC, Downtown & Hollywood, The Shopping Mall and much more.The beautiful and hip Culver City is a short Uber ride away with tons of shops, eateries, clubs, nightlife, art museums, etc..
## 185 La Crescenta is a quaint neighborhood with cute old town feel, in a safe and friendly community. Our home is a short distance from Old Town Pasadena, Los Feliz, Griffith Park Observatory, Hollywood, Downtown LA for fun bars/pubs, restaurants and various hikes in the Angeles Crest Mountains.
## 186 You will notice as you drive around how there is a lot of very high end development in the area, everyone wants to be over here! The area is very conveniently located in Los Angeles: 5 Minutes to the Hollywood and Highland 10 Minutes from the Grove / West Hollywood 15 Minutes from Beverly Hills 20 Minutes from LAX or Downtown LA 25 Minutes to Santa Monica Beach and Venice Beach
## 187 Larchmont is a family neighborhood and has a lot of charm. You can walk to the main boulevard (Larchmont Blvd) where there are many great resturants and shops. The walk through the neighborhood, so rich in history, is great to see some beautiful homes from different periods. There are many tales of these storied mansions. Windsor Square is a small, historic and wealthy urban area and also part of the neighborhood one block away. Centrally located and easy access to freeways. Hollywood Blvd is 1 mile away, Beverly Hills is 4 miles away and the beach is 14 miles away. There is also a great park for children 2 blocks away.
## 188 Melrose, Hollywood, Griffith Observatory, Koreatown (Great Korean BBQs), Larchmont Village. 10 minutes to Downtown, the Grove, LACMA. Walking distance to Paramount Pictures
## 189 It is a great and affordable location, the end of Koreatown, beginning of Larchmont/Hancock Park area. HK grocery market just 5 min walk.
## 190
## 191 We are in a nice quiet middle class neighborhood 20 minutes away from Hollywood Blvd by car. Grocery store 3 blocks away and fast food close by as well. Near all of the major studio lots (ABC, Disney, NBC, CBS, Warner Brothers, Universal etc.) as well as the Japanese Garden, Woodley Park, Lake Balboa, Encino, the Orange line, the 405, 101, Sherman Oaks Galleria, Van Nuys Airport, Burbank Airport. Central to many hiking spots, bike & paddle boat rentals at Lake Balboa Park. Great centralized area for all of your needs.
## 192 This is known as the "Leimert Park" area which you will find friendly neighbors that respect your space and privacy and I ask that you do the same. The neighborhood is quiet and serene and you should find you will not only sleep in comfort, you should also do so without interruptions. We are centrally located in the Los Angeles area and we are surrounded by or near most tourist attractions and businesses. It's a short drive to freeways, several shopping centers and other conveniences you may be interested in.
## 193
## 194 Amazing neighborhood (really, considering you are in LA). 1. Safe: there are people walking out even pretty late at night, not many homeless people 2. Convenient: Two groceries store within 10 minutes walk, 24 hour Walgreens right next door 3. Public transportation: 2 blocks from metro/subway station (Wilshire/Vermont) 4. Food/drinks: Many high rated restaurants and bars in the area
## 195 Koreatown has such a great vibe! Where else can you get the best Korean barbecue, hit up a spa for 20, and then sing karaoke until 2am? It's also about a 10-15 minute drive from downtown, West Hollywood, Los Feliz, and Silverlake!
## 196
## 197 You will step outside the building and be in the center of so many restaurants, lounges, bars, you will never run out of things to do.
## 198 KOREATOWN: Located near Downtown, Koreatown is like a "city within a city." Like Hollywood and Downtown, the area is very urban and has an active nightlife, though some people will find it "sketchy." In Koreatown, you can explore Korean culture and LA culture at the same time. We have people of all backgrounds staying with us.
## 199
## 200 Koreatown as they say is 24/7. It has a highest concentration of Restaurants, Bars/Karaoke, & Businesses. Walking distance are wide varieties of restaurants you can choose from. Korean BBQ's everywhere, not to forget the Best Cafe's, Asian Supermarket. Two Churches 3blocks away. Neighbor hotels are Line Hotel & Normandie Hotel. Wells Fargo, Citibank & Bank of America 4-5 blocks. Nearby also are The Wiltern, Wi-Spa, Aroma Golf Range.
## 201
## 202 It is located in the heart of Koreatown, Los Angeles. Close to Downtown LA, Little Tokyo, Hollywood, Beverly Hills, Santa Monica, and Orange. Minutes away from major freeways Hwy (PHONE NUMBER HIDDEN), and 5.
## 203 Just south of Hollywood and west of Downtown LA is Koreatown! We are right on the middle of it! Convenient to Rapid Lines and the Metro Purple Line, this area is the spot for Korean culture, foods, and stores. Shopping at the Plaza and Galleria is a must for those in the area. Have your fill to eat at the various tofu houses and Korean BBQ places. Want to learn more about Korean culture? Check out the Korean Cultural Center! Spend the first part of the morning taking in some shopping. A few blocks east on Wilshire Boulevard, stop in one of Koreatown's newest shopping destinations, the Aroma Center (3680 Wilshire Blvd.; (PHONE NUMBER HIDDEN)). Or walk south on Western Avenue, from the Metro station to Koreatown Plaza (928 S. Western at 9th St.; (PHONE NUMBER HIDDEN)). Inside the plaza, you'll find everything from a Korean grocery store, Korean stationery store, Korean bakery, cosmetics, clothing, Korean music store, and health food store. Grab lunch at the food court serving a v
## 204 10-15 minutes away from Downtown LA.* 15 minutes away from Mid-City (where The Grove is located).* 20 minutes away from Westside.* (*By car, without traffic. Traffic is bad during rush hour so use Waze to get accurate arrival times.) There are many restaurants, bars, a 24-hour grocery store, a 24-hour pharmacy, and The Wiltern Theatre all a quick walking distance from the apartment. I can provide a list of recommendations in the area and other favorite places around Los Angeles.
## 205
## 206
## 207 Aside from the space, beauty and privacy of this home, you will also enjoy the invaluable luxury of convenience. Our house is 6 miles from Los Angeles International Airport. Located in the trendy Inglewood, CA, you are 1.7 miles from taking in a concert or sporting event at the historic Forum. Inglewood is the new home of the Los Angeles Rams and Chargers stadium and Hollywood Park Casino. Take a stroll through the arts district downtown on Market St or check out the famous Roscoe's Chicken and Waffles. You will be conveniently located right in the middle of many entertaining and exciting attractions and hot spots that will make your trip to California unforgettable. If you are looking for culture and learning, we are less than 10 miles from the California Science Center, the Petersen Automotive Museum, the Natural History Museum of Los Angeles and the Walt Disney Concert Hall. You're 7 miles from dipping your toes in the Pacific Ocean in Marina Del Ray, Venice or Manhattan Beach. For
## 208
## 209
## 210
## 211
## 212 What can we say - we feel spoiled living here. It's the best walking neighborhood in Los Angeles! Foodies, there is everything from walk-up juice bars to Michelin-Star fine dining, all within a couple blocks. This is the "Restaurant Row" of Los Angeles and these are the restaurants that are on the "Best Of" lists. Explore the city with just a short drive to anywhere in West Hollywood, Beverly Hills, Hollywood, Melrose Blvd, Rodeo Drive, Sunset Strip, Hollywood Walk of Fame, Miracle Mile, LACMA, Century City, film studios, museums, and centrally located mid-way between Downtown LA and Westside beach cities.
## 213
## 214
## 215 Very quiet and central
## 216
## 217 1 Block away from world renound Rodeo Dr. and Platinum Triangle. 1/2 block away from restaurant row on Beverly Dr.
## 218 Located in one of the most desired neighborhoods in Los Angeles. We are located in the flats of Beverly Hills. Walking distance everywhere. There is a park in front and a running trail. Across the street there is the Wallis Annenberg Center for the performing Arts. Two minute walk to restaurants, shops, and the famous Rodeo Drive.
## 219 Safe clean neighborhood as we are in Beverly Hills .
## 220 Trousdale estates. One of the best neighborhoods in all of Beverly Hills
## 221 I live in the sweetest neighborhood in America. Everyone knows everyone.... It's safe.... Friendly and it's within walking distance through all of Beverly Hills and Century City. In the evening the air smells of jasmine ... It's magical!
## 222 Beverly Hills is the best of the best. You can walk to Rodeo or Robertson Blvd for the best shopping and restaurants. A great organic cafe is across the street from us and McLaren is in the corner- if looking at expensive cars motivates you ;) CVS is also 1 block away. A movie theater is a block away and so is a signature LA fitness. I will give you a gym pass if so desired.
## 223
## 224
## 225
## 226 Our neighborhood is quiet. We love to take walks around the neighborhood. It feels like you're far away from the city, but everything is accessible.
## 227 We love how close we are to EVERYTHING. Beaches, great croissants, night-life, raw juice bars, Beverly Hills, UCLA and the airport
## 228 While touring the neighborhood you might just bump into Miley Cyrus, Kim Kardashian and Kanye West, John Travolta, Cindy Crawford, The Hilton Family, Nicolas Cage, Adam Sandler, Bruce Willis, Renée Zellweger, Hugh Hafner, Madonna, Meg Ryan, Michael Eissner, Elton John and so many more.
## 229 Everything, is beautiful in this neighborhood, Its Bel-Air, everything you have heard about the neighborhood is true. the property and streets are lined w Multi-Million Dollar Homes, when you come up Beverly Glen Blvd., from Sunset Blvd, it is like out of a postcard, something out of the enchanted forest. This Casita is the best deal in Bel-Air, half of Hollywood's elite live within minutes of this home. Just the Starbucks at the top pf Bel-Air is a who's who of Hollywood. LA's number one Voted Deli is 5 minutes away, the Bel-Air Hotel is just 5 minutes away.
## 230 We take very good care of our space and would appreciate you do the same.
## 231
## 232 Our street and neighborhood are all gorgeously tree lined, perfect for walks at dusk. It's a quiet and very friendly neighborhood of single family homes.
## 233 Home is located in the center of Los Angeles County just over Laurel Canyon in the San Fernando Valley. Guests can walk approximately two miles to hike the famous Fryman Canyon or drive 3-4 minutes and park in the Fryman Canyon lot. Farmer's Market every Sunday is approximately 1 mile away.
## 234 The neighborhood is very quaint, quiet and safe. Trees line the streets. I love it because it is JUST out of the craziness that is Hollywood, while still being close to all major areas and attractions in LA.
## 235 Very safe and quiet residential neighborhood. Lots of young families live in the area. Tree line tree streets.
## 236 We live a few house down from an elementary. Our neighborhood is family orientated. Many families have lived on our block for a few generations (such as our :-)
## 237 Safe Friendly neighbors Location- Everywhere in LA is close by Fun Restaurants and Bars
## 238 Calabasas is a wonderful, centrally located community just outside the Los Angeles city line. The Old town Calabasas farmers market on Saturday is a must. Our home is just minutes away from fabulous restaurants including Pedalers Fork, The Six, Sagebrush Cantina, Kings fish house and Lovis Delicatessen, all accessible via the 'Calabasas Neighborhood trolley'. We are just above the Santa Monica Malibu Mountains adjacent to homes of many celebrities. Wineries and safaris set within Malibu Mountains are fun to explore and just minutes away. Close access to interstate 101 makes Santa Barbara, Malibu and Santa Monica an easy trip.
## 239 Within 5 miles radius; Shopping Centers, Mall, Restaurant, Movie Theatre, Nightlife. Thru most beautiful Canyon Drive Malibu Beach (9ml), Santa monica Beach and Pier(15ml), City Center, Raw Nature, Parks and Hikes within walking distance. You’ll love my place because of the people, outdoors space, and the ambiance. Pool, Sauna, Jacuzzi, Tennis & BasketBall Court, Playground and Barbeque are available between 9am to 10pm everyday.
## 240 Quiet and safe residential neighborhood with parks and hiking trails nearby. Home of many celebrities. 15 minute drive to Malibu and beaches. Within 30-45 minutes of most Los Angeles area attractions. 90 minutes to Santa Barbara and Santa Inez Valley Wine Country. 60-90 minutes to Disneyland and Orange County.
## 241 The immediate neighborhood is very quiet and serene.
## 242 Our home is very close to the freeway without all the noise! We're located right on Ventura and Victory which are main streets in the Valley to allow for 20 min drives to Malibu Beach and 30 minutes into Downtown LA. Things to Note No shoes policy--we have indoor slippers as needed Dogs are allowed at 25/day with guests otherwise 35 for leaving unsupervised Pet related charges will be paid upon check in
## 243 Chatsworth is a historic equestrian town very close to everything in Los Angeles via the (PHONE NUMBER HIDDEN) freeways. Starbuck nextdoor, Trader Joe's and major Supermarket across the street.
## 244 We are near Chinatown, Union station, little Tokyo and the Downtown area. Universal studio and Hollywood is pretty close to us as well. Driving distance around 18min (without traffic).
## 245 The place is located in the heart of downtown. It is very vibrant location with easy access to highways and plenty of restaurants, cafes, lounges, etc. Very close to Staple center , Microsoft Theater , Korea town , China Town.
## 246
## 247
## 248 My street is a cul-de-sac, not much traffic and is rather quiet. It's safe. Middle class, family oriented neighborhood. Walking distances to restaurants, theaters, grocery, banks, post office.
## 249
## 250 We live in the perfect spot for exploring Los Angeles, close to the beach (but far enough away to avoid the crazy traffic), and with easy access to the freeway system. The centre of Culver City is a five minute drive away with all it's bars and restaurants. In the other direction you've got Abbot Kinney, voted the coolest block in America, and then Venice Beach (3 miles). Santa Monica is also easily accessible.
## 251 Just around the corner is Downtown Culver City which is exploding right now with hip restaurants, shopping, and is a great place for a stroll. Venice Beach is a straight shot 10 minutes west down Venice Blvd. On Sunday, there is the BEST farmer's market in the area just around the corner on Grandview & Venice. If you like good food, you'll love this market and we highly suggest checking it out.
## 252 Very friendly and cozy neighborhood, nice neighbors and great things to do in the area.
## 253
## 254
## 255 Beachwood Canyon is located underneath the famous Hollywood sign. A great area to relax, go for bike rides or hikes. Beachwood Village is a 2 minute walk away offering a grocery store, restaurants and coffee shop.
## 256 Walks around this hilly 'Hollywood Oasis' neighborhood provides breathtaking views of the city and the Hollywood sign. It is a unique feature in LA to be able to walk to Griffith Park or downhill to fun, star-studded restaurants like the Oaks Cafe, La Poubelle or Birds.. The Upright Citizen's Brigade is also part of that strip making for a fun night out without a car!
## 257 The sprawling city of Los Angeles, has long been known internationally in the film and entertainment industry, particularly for Hollywood, a place that has drawn aspiring actors and actresses from across the country for almost a century. Today, LA is a culturally diverse city, with a growing culinary scene, incredible shopping, outstanding museums, and a reputation for being the creative center of America. Sun seekers coming to enjoy the warm climate and beaches will find all kinds of things to do and interesting neighborhoods to explore. Recent upgrades to the public transportation network and the addition of a bike share program in downtown LA have made getting around and sightseeing easier than ever. For families, nearby Disneyland and Universal Studios are key destinations that often warrant repeat visits. Regardless of your interests, we will be your instrument for a perfect getaway in Los Angeles.
## 258 Up the hill enough for a view but still only 1/2 mile from Hollywood Blvd and many attractions
## 259 Great walking neighborhood! I'll have a list of suggestions for great coffee shops and restaurants for you to check out during your stay if you like.
## 260
## 261
## 262 Places Nearby (10 minutes or less): Universal Studios, Hollywood Walk of Fame, Hollywood Sign, Griffith Observatory, LA Zoo, AFI, Kaiser, Beachwood Canyon, Universal City Walk. Less than 15 minute drive: Dodgers Stadium, Los Feliz, Silver lake, Echo Park, Downtown LA, Museums Hiking Nearby: The house is located in Griffith park. A five minute walk to Griffith Park. 15 minute walk to the famous Batman Cave. 5 minute walk to two playgrounds and great hiking trails overlooking the Hollywood sign. Also walking distance to restaurants, cafes and a supermarket situated at Franklin Square.
## 263
## 264 AMAZING LOCATION! Located right in the good center of Hollywood! Perfect to explore Hollywood/Los Angeles and see the best it has to offer. This neighborhood is great because it's safe, fun, exciting, and everything is at your door! Perfect for any age and lifestyle. Walk to all the best sights, parks, nightlife, entertainment, dining, shopping,cafes, theaters, gyms, wine bars, boutiques, car rentals, metro and much more. Perfect for a vacation, short stay or long stay.
## 265 This is one of the safest and best neighborhoods in the United States. It is a celebrity enclave and very private.
## 266 This neighborhood is amazing, friendly and safe. We have a small market in the corner and around the corner there is a shopping center with sushi and fat-sal's. Ride aid , 7 eleven, chick-fil-A , Raphls and much more in a walking distance
## 267
## 268
## 269
## 270
## 271
## 272
## 273 The area is known locally as Venice del Rey, as it skirts the edges of L. A.’s two famously relaxed beach communities. Marina del Rey and its upscale shopping and harbor is within easy walking distance. And Venice, having been transformed from funky to chic in recent years, is a three-minute drive and 10 minute bike ride. We are moments from a bike path that can take you to the beach or east to the happening area that is Culver City. Though we are near urban and beach locales as well as LAX, our block is exceedingly peaceful and quiet. We are near many fabulous restaurants and other Los Angeles attractions. On clear nights, we can even see the Milky Way from our front porch. Culver City, Manhattan Beach, Santa Monica, Mar Vista and Westwood are all easily accessible from here. We are also very close to Playa Vista which is part of LA's "silicon beach". There is a lot happening in this area with new restaurants and shops opening daily. The neighborhood is very quiet and away from
## 274 Situated in a convenient location, you have the ability to move around the city using surface streets and avoiding much of the congestion and traffic that is Los Angeles. Centrally located in between the I-405, I-10, and US 90. Within minutes of a drive to Venice Beach, Santa Monica, Marina Del Rey and Downtown Culver City. Whole Foods and Starbucks are a 3-5 minute drive, and we are situated near some of the best restaurants currently in LA. We’re also within walking distance of a bus route, grocery store, and cafes.
## 275 Many great restaurants, coffee shops, boutiques, groceries, and etc all within walking distance. 5 miles from LAX intl airport, 2 miles to Venice beach and 3 miles to Santa Monica beach.
## 276 What makes our space so great is that it close to LAX airport and easy to get to. The Downtown Culver City area (2.25 miles) has a host of great restaurants, plus there is a Westfield Shopping Mall (1.5 miles) close by. Every area attraction is within a reasonable car ride away. Disneyland is probably the farthest away - about an hour's drive (37 miles). But you have the beaches, Beverly Hills, Downtown L.A. and so much more at your finger tips here.
## 277 AMAZING LOCATION! Located right in Hollywood less than one block from the Walk of Fame! Perfect to explore Hollywood/Los Angeles and see the best it has to offer. Walk everywhere, no car needed! Minutes to all the best sights, nightlife, entertainment, dining, shopping, metro, cafes, theatres, gyms, wine bars, boutiques, car rentals and much more. Great neighborhood because it's safe, fun, exciting, and everything is at your door! Perfect for a vacation, short stay or long stay. It's easy to access Hollywood and all of Los Angeles from this location.
## 278 This is most centralized location in LA. You are walking distance from the best bars, restaurants, clubs, etc. not to mention the condo is right on hollywood blvd.
## 279
## 280
## 281
## 282 Located one block from West Hollywood Border on Fountain Street, this is neighborhood is a very popular neighborhood for young professionals and young aspiring Actors and Artist. Located one block from the famous Guitar Center you'll find plenty to do if you walk a block or two to Sunset or Santa Monica Bl.
## 283 This is a highly sought after neighborhood in LA! It is in the heart of Hollywood and only steps away from the best attractions on Hollywood Blvd. Some of the best nightlife spots are walking distance, as are phenomenal restaurants. Universal Studios is a 15 minute drive away, or you can take the subway. There is easy access to the Los Angeles subway and to all bus routes.
## 284 LA's best restaurants and nightlife are right outside your door. Walk to Hollywood & Highland, the Walk of Fame, Farmer's Market, and dozens of world class dining options, bars and nightclubs.
## 285
## 286 The neighborhood is very vibrant and centrally located to West Hollywood, Hollywood, and other sought after areas of Los Angeles. As with any city there are general city noises and lots of neighbors in the area. Please note that weekends are usually nosier than weekdays as well. Check out my guidebook for local favorites and recommendations!
## 287 I love this neighborhood, and many who know of it or find out about it agree that it's a find. It's a great residential neighborhood with long time tenants and owners who love it so much that it becomes home for good. It's very safe, diverse, and very close to things. You get the feeling you are in the center of things here. I would prefer to live in this neighborhood than any other in LA because of my neighbors and the vibe on this block! You are very close to all the new happenings near Sunset /Vine/Hollywood Blvd and all the new development.
## 288 Beautiful and convenient location bordering with Hollywood, upscale Franklin Village and famous Los Feliz - grocery stores, shops, restaurants and all major attractions in a walking distance . Oh, there is also Thai town around the corner right next to the Charlie Chaplin's house if you prefer some exotic food. The apartment is on a very peaceful and quiet street. Like running, hiking or just enjoying fresh air? Griffith Park is only two blocks away (one of the largest "urban parks" in North America). Angelina Jolie and Brad Pitt's house is right up the hill (17 min walk).
## 289 Entertainment! The place is located near all most desirable touristy places in LA. It is near Hollywood blvd and the Hills, Universal Studios, Sunset Strip, The Grove, Beverly Hills... Easy access to downtown LA, Santa Monica beach. This is a city like neighborhood. The street is surrounded by apartment buildings but the city itself is surrounded by historic homes.
## 290 The condo is centrally located, walking distance to all hollywood attractions, such as the walk of fame, sunset blvd, hollywood sign, etc. You get one reserved parking in the building
## 291 AMAZING LOCATION! Located right in the good center of Hollywood! Perfect to explore Hollywood/Los Angeles and see the best it has to offer. This neighborhood is great because it's safe, fun, exciting, and everything is at your door! Perfect for any age and lifestyle. Walk to all the best sights, parks, nightlife, entertainment, dining, shopping, metro, cafes, theaters, gyms, wine bars, boutiques, car rentals and much more. Perfect for a vacation, short stay or long stay.
## 292 The best place to live in Los Angeles. Nearby attractions, Tribune Studios, W Hotel, Chinese Theater, (Home to Oscars), Guitar Center, nightclubs, Arclight Theater, Chinese Theater, Pantages, Hollywood Bowl, Greek Theater, Imax 3D, Los Feliz, Koreatown, Silverlake, Beverly Hills, Santa Monica, downtown lofts. Close to clubs and restaurants.
## 293 I always wanted to run a Small Hotel. It's not the W Hotel yet, but I want to put an emphasis on quick service, clean amenities, and small touches like free drinks, shampoo, conditioner soaps for my guest. Let me know what you want and I'll try to make it happen. I love walking around Hollywood. There is so much history, great restaurants, clubs, theaters and places to explore. My favorite Thai Restaurant Yai a mile away, the Arclight Theater shows great movies, and Umami Burger is over on Cahuenga.
## 294 This is a very young, busy, artistic neighborhood; the perfect place to stay for out-of-town visitors that want the Hollywood experience. Within 5 minutes walk, there are dozens of restaurants, bars, coffee shops, clothing and grocery stores.
## 295
## 296 Resort type living
## 297 The Eastside of LA is quickly becoming the hip place to be - great music, outdoor movies, farmer's markets, coffee shops galore. The absolute trendiest bars, music venues, and stores are are within a mile or so from us. Our particular area of the "eastside" has not been totally gentrified yet, which translates into easy street parking, quiet and friendly neighbors with families, no loud bars emptying out at 2am onto your street.
## 298
## 299 Eagle Rock is considered a great place to be for its walkability and access to local fun and is also proximate to many other lively spots (Silver Lake, Los Feliz, Pasadena, Glendale, Atwater, Highland Park, Griffith Park, etc.) Numerous restaurants, coffee houses, bars, boutiques, good grocery options, some art galleries and yoga studios are on Colorado and Eagle Rock Blvd. We even have a very modest farmers market on Friday nights.
## 300 Eagle Rock, was just voted 2nd most sought after city to live in the United States, and a short walk away,York Blvd just voted coolest street in LA. Located in the North East aria of Los Angeles, Eagle Rock is nestles into a small hill side between Glendale and Pasadena. Having a thriving shopping district, with small specialty boutiques and an array of different dining possibilities, as well as a Monthly Art walk. Here are some names of a few of our local shops and restaurant, Native Boutique, O&M Gallery, Little Beast, Leanna Lins Wonderland, Cindy"s Dinner, Camillo's, Four Cafe, Oinksters (As seen on Diners Dives and Drive through) Sunnys Hidaway, & The York, just to name a few.
## 301 Minutes from the touristy spots of Hollywood, you will be able to relax outside of the hustle and bustle of the places you will likely be sightseeing at. The neighborhood is safe and has the convenience of stores, laundry, and food nearby. The neighborhood tends to be noisier than a lot of secluded suburbs. This is a small apartment complex with neighbors in close proximity.
## 302
## 303 This neighborhood is quiet and family oriented. There could not be a more centrally located home. Whether you want to tour Universal Studios, shop on Melrose, dine in trendy Silver Lake, see a show in Downtown LA, or hike in Griffith Park, it is just a skip away. The drive to Santa Monica and Venice is very reasonable during low traffic times! We love the east side for its diversity, nightlife, art culture, and of course, Griffith Park. We hope you'll have as much fun here as we do!
## 304 Centrally located by the freeways, minutes to downtown or Hollywood. Lots of cool bars, hip restaurants and live venues.
## 305
## 306 4 block walk to the Grove. 3 Blocks to Melrose. 1 block to Beverly where you can check out amazing food and shopping. You will LOVE the area!
## 307 This neighborhood couldn't be more ideally located, for anything you plan to do while in LA. It's quiet, so you don't feel like you're in the city and with our amazing, huge yard, it is a great place to retreat to at the end of a long day exploring WeHo or LA.
## 308 Very nice friendly and quiet neighbors.
## 309 We are located at east end of Pasadena, Approx. 14 miles from downtown LA. Peaceful, lots of big trees, secluded.
## 310 This neighborhood has just the right mixture of nature and historical homes. You'll find many coffee shops, restaurants, and nightlife just down the street. Minutes from Downtown, Dodger Stadium, Echo Park Lake, Elysian Park, hiking trails, Hollywood, and Pasadena. There's a local farmer's market every Friday, supermarket, health food store and pharmacy located within walking distance.
## 311
## 312
## 313
## 314 It's all about location and Echo park comes in the winner. Minutes to downtown LA and the Arts District. Explore LA with ease in this amazing location. We're across the street from the popular FIX (café), a short walk to Chango (coffee shop), Cookbook (specialty grocer) and Sunset Blvd. You're so close to everything yet it's super relaxed up here. Welcome!
## 315 My apartment is in the Silverlake / Echo Park neighborhood, an area known for its creative boutique shops, live music venues, and hip restaurants and bars. The apartment is centrally located, with easy access to the 101 freeway. The place is also very close to Echo Park, Elysian Park, and Dodger Stadium. From here, it's also quite easy to reach Griffith Park Observatory, Barnsdall Art Park, and Downtown LA.
## 316 This second story home is on a very peaceful street with very little street traffic with great, considerate neighbors, right on the edge of upper Elysian park with access to long beautiful hiking trails.
## 317
## 318
## 319 Located between our hollywood and downtown locations, this Podshare is central and convenient to ktown, downtown, Hollywood and the valley. 8min walk from Sunset/Vermont Metro line. Large Vons grocery store a 2 minute walk away! Catch a movie at the historic Vista Theater, or enjoy some excellent coffee at Dinosaur Coffee, Bru or Caffe Vita. We are just a mile from Griffith Park, where you will find the Griffith park observatory, public tennis courts, horseback riding, and the Hollywood sign! This location is ideal for anyone who needs to attend Kaiser Permanente hospital and we are 1 mile from Los Angeles City College. Want to stroll to Sunset Junction? .5 miles or 11 minutes.
## 320 The Los Feliz neighborhood is very close to everything and is safe for walking and sight seeing during the day as well as night.
## 321 Everything. Echo Park/Hollywood/Los Feliz all within a few miles of each other. Can't beat the location.
## 322
## 323
## 324
## 325 I am in the heart of LA, 2-5 miles from Hollywood, Downtown LA, West Hollywood, Beverly Hills. I am close to Venice Beach and Santa Monica. Walking distance to museums like LACMA and The Tar Pits, next door to The Grove where celebrity sitings are daily and its a family friendly area with a huge park for sports, working out, or just a relaxing stroll with family.
## 326 Upscale safe quiet residential "Beverly Grove" & "Mid City West" neighborhood, just blocks away from all the entertainments on the busy Beverly Blvd, Fairfax Ave, La Brea Ave and the 3rd street. Close to Pan Pacific Park, The Grove, LACMA. The neighbors are courteous and respect each others privacy. Coffee shop, restaurant, markets, parks, malls are all walkable.
## 327 The property is walking distance from Melrose and the West Hollywood strip, minutes from Hollywood - truly in the center of everything. There are food, bank, pharmacy, supermarket, shopping, 99 cents store(s) - basically all of yours essential stops all within walking distance. Hollywood nightlife, hiking and dining are a quick ride or longer walk away.
## 328 My neighborhood is trendy and has a bit of true grit but also is the home of many families and young entertainment business professionals. It's the perfect place to live in Los Angeles.
## 329 附近10分鐘內餐館、酒吧、古玩店、劇院等一應俱全,完全可以滿足你的休閒娛樂要求。
## 330
## 331 房屋前面是学校和公园
## 332
## 333 Most houses like ours sit on the hills and a little further from the neighbors. The neighborhood is very quiet and is considered above average like a 7 on the scale of 1 to 10. We are located right in the center, Disneyland is about 23 miles and downtown Los Angeles is less than 20 miles. Ontario airport is about 15 miles.
## 334
## 335 This property is ideally located in the heart of the city and in one of the oldest and historic areas of Los Angeles.
## 336 We live in the Holly Glen section of west Hawthorne, adjacent to Aviation Ave. and Rosecrans Blvd. We are very close to both El Segundo and Manhattan Beach. A fifteen minute walk will bring you to Starbucks, Costco, San Sai, Jersey Mike's, Chipotle, Robek's, and a nail salon.
## 337 There are 8-10 fast food eateries all around within walking distance, across the street: Starbucks drive-thru, grocery store (Ralphs), Pharmacy (CVS), (Mexican Restaurant) El Torito, down Hawthorne Blvd (CHIPs cafe).
## 338 THE LOCATION The house is located close to numerous corporate offices, including Space X (10 minutes) and Raytheon (13 minutes), making it a great option for business travelers. With LAX just 10 minutes away, you can easily get in and out of the area. If you’re visiting for pleasure, don’t miss some of California’s best beaches. Docweiler Beach (13 minutes) and El Segundo Beach (15 minutes) are beautiful stretches of sand. Surfers will love hanging 10 at El Porto Beach and Manhattan Beach, both 20 minutes away and offering some of the best waves in the area. A plethora of dining and shopping options are just a 10-minute drive away on Rosecrans Avenue. After dinner, see a movie at the ArcLight Cinemas. Rather spend your time in the sun? Swing your way through the holes at the Lakes at El Segundo golf course (10 minutes). THE TURNKEY ADVANTAGE Your vacation rental is TurnKey Rental Certified. All photos, calendar, and rates are 100% accurate. We will notify you proactively when early c
## 339
## 340 We are amazingly close to Sunset boulevard, Echo Park, Griffith Park, Dodger Stadium, Elysian Park, Silverlake and Downtown.
## 341 Silverlake was recently named the best neighborhood in the United States, and for good reason: Beautiful hilly homes all with their own character, some of the best art, music, nightlife, boutique shopping, coffee shops, and international food in the country, Silver Lake Reservoir with all of its parks and walking trail is a peaceful respite, and Griffith Park with it's spectacular hiking overlooking all of Los Angeles, Hollywood and the Hollywood Sign, and the Griffith Observatory.
## 342 I love that this neighborhood is family friendly. Everything is almost in walking distance. There's always cool events going on in the area. And you might even run into a celebrity or 2. Couples blocks away from Echo park & Sunset blvd.
## 343 The Echo Park hills provide great city views, and it's just a 5-10 minute walk downhill to Echo Park shops and restaurants. Elysian Park has excellent walking trails and picnic areas. The neighborhood itself also has great stair walks.
## 344 One of Los Angeles' most popular neighborhoods on the east side of town. Great cafes - a short walk... Chango Cafe, Valerie Cafe, Dodger Stadium. 15 minute walk to Sunset blvd - The Echo-nightclub, The EchoPlex-nightclub, Masa-Cafe, Sage-Organic Vegan Bistro, El Prado-Beer Bar, Stories-bookstore and cafe, Xoia Vietnamese, Honey Hi-Organic brunch & lunches, Brite Spot Diner, Taix-old school French restaurant & pub, Button Mash-a cool bar with 80s Arcade games,Lost Knight- a British Pub. Lassen's & Cookbook - organic Markets. Glowing Juices-organic juices. Tons more! Short drive to Downtown-Disney Hall, Staples Center, Lakers, Clippers, Kings, Convention Center, The Shrine, Nokia Center, USC, etc. Short drive to Hollywood-Hollywood Bowl, The Greek Theater, Walk of Fame, Musicals, Venues, Paramount...the list is endless!!
## 345
## 346
## 347 Old quaint neighborhood full of Artist and young families. Echo park park is about a mile away it has fountains and a small lake and is worth the trip.
## 348 I love Echo Park and I love my apartment. Right in the center of Echo Park which has enough to do so you barely even have to leave the block! Close to Downtown LA, Silverlake, Los feliz, and close to highways and transit should you want to explore all Los Angeles has to offer! Farmers market every Friday evening that you can see from my window! Beautiful local organic produce and foods! Tons of bars, restaurants, shops, vintage stores, cute houses, arcade etc. etc. etc. Echo Park is thriving!
## 349 Angelino Heights is a designated historic neighborhood near downtown LA with many beautiful Victorian houses. There is ample street parking and public transportation nearby. Both Echo Park Lake and Sunset Boulevard are a short walking distance.
## 350 We live on a quiet/safe street. Parking is on the street, Wednesday is street cleaning and the car needs to be parked on Maple from 8:00am to 10:00am.
## 351 El Segundo, neighbor city of Manhattan Beach, only a 7 minute drive to the Los Angeles Airport (LAX). It is one of the Beach Cities of Los Angeles County and part of the South Bay Cities. A small quiet, peaceful little haven right next to LAX. Shops and restaurants.
## 352
## 353 "El Segundo Entertainer" is in the heart of Los Angeles "South Bay" Beach Cities community. We are: - West of the Pacific Beach ocean, bike path, fire pits (walking distance) - East of Downtown El Segundo with restaurants, bars, shopping, grocery stores, recreation facilities, tennis courts (2 blocks) - North of Manhattan Beach - South of Play del Rey and Marina del Rey SUPER LOCAL BEACHES TO “EL SEGUNDO ENTERTAINER” El Segundo Beach El Segundo Beach is between the Southern end of Playa Del Rey just North of Grand Avenue where the parking lot is located off of Vista Del Mar and to the South at 45th Street at the North end of Manhattan Beach's El Porto beach area. There are permanent beach restroom facilities and a lifeguard lookout tower adjacent to the parking lot but no concession stands at this beach. Parking is Pay and Display and run by L.A. County - just pay at the automated meter and display the pass on your dashboard. Parking is between 2.00 - 10.00 depending on your stay.
## 354
## 355
## 356
## 357
## 358
## 359 Our neighborhood is a safe area with private Disney security and a neighborhood watch.
## 360 Adams Hill is filled with artist, professionals, and families. There are lots of restaurants and tons of great shopping in Glendale, Atwater Village and Eagle Rock. Close to all major freeways and studios.
## 361
## 362 Location of this unit is right next to 134 and 5 Freeways. located near Universal Studio, Walt Disney Studios, Warner Bros. Studios, Hollywood, LA Zoo, Griffith Observatory, downtown Glendale and within walking distance to the Ralphs, Staples, Galleria, Americana at Brand, restaurants, and shopping, LA fitness, 24 fitness, EVERYTHING is near here.
## 363 Quiet and peaceful in the Hills of Glendale. Close to downtown shopping and central to Pasadena and downtown LA.
## 364 The country club suite over looks a beautiful green golf course. This neighborhood is private and secluded. We have nature all around us. You might spot our furry friends (rabbits and deers). This is a safe location in the city but out of the city.
## 365
## 366 The neighborhood is safe, clean, quiet and enjoys the benefit of gracious neighbors.
## 367
## 368 This 5000 sq ft estate home is located in the Devonshire Highlands Estates of Northridge, a suburb of Los Angeles's, San Fernando Valley. The spacious property is landscaped with sprawling green lawns, peach, lemon, orange, fig, apple, pomegranate, and grapefruit trees, fountain, sparkling swimming pool, spa, flower gardens & Fountain. Upscale neighborhood, minutes walking distance to public bus lines, 5 minutes walking to great shopping, parks, restaurants and bars; California Pizza Kitchen, Elephant Bar, Subway, Ben & Jerry's, Claim Jumpers, Red Robin, Macaroni Grill, The Yard House, Pacific Movie Theaters, Starbucks, and MORE. 3 miles from CSUN.
## 369
## 370 This is a unique upscale neighborhood in LA often featured in movies. It is called "Sherwood Forest" for its old tall trees, oversize lots and beautiful landscaping. It is quiet and very safe. In case you are interested or would like to film or photograph the premises the charge is 1450 a day for a crew of up to 10.
## 371
## 372 The studio sits in the prestigious Los Feliz Hills minutes from the Griffith Park Observatory and charming Los Feliz Village. Los Feliz Village features cafes, restaurants and bars. It's a charming little Main Street that is the heart of Los Feliz. Bustling with nightlife, thrift stores, magazine kiosks and a famous little theatre that plays a mix of mainstream and indie films.
## 373
## 374
## 375 The trees and the closeness of the beach and the city.
## 376
## 377 Del Rey is centrally located near LAX. Four miles south of Venice, Six miles south of Santa Monica, nine miles north of Manhattan Beach, and ten miles from Beverly Hills. The Balona Creek bike path is a great way to tour LA and visit local beaches without biking near cars. Watch the boats come in and out of Marina Del Rey harbor as you relax on the beach in Playa Del Rey. The small residential neighborhood of Del Rey is next to one of Los Angeles' largest commercial and retail developments- Playa Vista Runway, scheduled to fully open in the fall of 2015. Cinemark Theatres and Whole Foods are open as of June 17, 2015, and restaurants, cafes and retail shops will open later in the year.
## 378 Great quite and very safe neighborhood and family oriented.
## 379 Parks and recreation[edit] California State Parks operates the 5-acre (2.0 ha) Los Encinos State Historic Park in Encino.[15] The park includes the original nine-room de la Ossa Adobe, the Garnier Building, a blacksmith shop, a pond, and a natural spring.[16] The Sepulveda Dam Recreation Area, located in Encino,[17] includes the Woodley Worel/Magnus Cricket Complex with the four best grass cricket pitches in the United States. Host to many famous stars and games reflecting cricket's origins in Los Angeles from 1888.[18] Also included in the basin is the Encino Golf Course and the Balboa Golf Course, having a total of 36 golf holes. The Balboa Municipal Golf Course, a short-length golf course, was lengthened by Steve Timm in 2008. The Balboa course has a banquet room, back nine play, cart rental, club rental, classes, a lighted driving range, a lounge, practice chipping greens, practice putting greens, and a restaurant.[19] The Encino Municipal Golf Course, the second course of the two
## 380
## 381
## 382
## 383 It is in Gardena, one of the south bay cities. Easy to access major freeways to great LA. Apartments and single houses in this street. Family with kids live there. It is NOT a upscale home, area, price.
## 384 This home is located in Gardena (It is not a luxury city, so we do not think it is a good fit for high maintenance guests) South bay area, Los Angeles. It is easy to access to major free way, like (PHONE NUMBER HIDDEN)...
## 385 It is in city of Gardena, one of the south bay cities. Easy to access to major freeways to great LA. Apartments and single house are in this street. Family with kids live here. It is neither an upscale area nor price.
## 386
## 387 This bungalow is located on the hills between Adams Hills of Glendale and Glassel Park of Los Angeles; in what is known as Verdugo Village.
## 388 Directly across the street from park & recreation center(pool, tennis courts, soccer field, baseball diamond, basketball courts, playground, etc) Near Silverlake, Eagle Rock, Atwater Village, the beautiful American Mall in Glendale, and Downtown LA.
## 389 Glassell Park is bordered by Glendale, Eagle Rock, Mount Washington, Elysian, Atwater Village. Distance from a few areas of interest: The Americana @ Brand: 3 miles Griffith Observatory: 5 miles Staple Center 7 miles Hollywood 7 miles El Capitan & Chinese Theater: 8 miles Universal City Walk: 11.5 miles Santa Monica: 21 miles Knotts Berry Farm: 26.5 miles Disneyland 32 miles Magic Mountain: 32.5 miles Museums: Los Angeles County Museum of Art (LACMA) Huntington Library, Art Collections & Botanical Gardens Natural History Museum The Broad Getty Center Griffith Observatory Petersen Automotive Museum California Science Center Annenberg Space for Photography Hammer Museum La Brea Tar Pits and Museum MOCA Grand Ave Norton Simon Museum Japanese American National Museum Academic Institutions: Ribet Academy: 1/3 mile Occidental College: 2.5 miles Glendale Community College: 4.8 miles Cal-Tech, Pasadena: 10 miles JPL, La Canada: 10.3 miles USC: 8.5 miles Airports: Bob Hope Burbank: 12 miles LA
## 390 Located in what is known as the nation's "most hipster city" in LA's most up and coming Eagle Rock neighborhood, this duplex house is central to SO many locations in LA! Situated near the 134 and 2 freeways, get to any Los Angeles hot spot in less than 20 minutes! FREE parking, on the street and/or garage parking! - Send me a message for shooting inquiries! - Send me a message for long term rental inquiries!
## 391 ***Please note that I am unable to accommodate guests requesting to stay longer than 10 nights. Close to coffee shops, shopping and restaurants. You'll be a 5 minute drive from the Americana, Glendale Galleria and historic Alex Theater.
## 392
## 393 This is a very quiet neighborhood located on the hill under the famous Hollywood Sign. You will be staying in the same neighborhood these famous people chose to move to: Marilyn Monroe Sandra Bullock Clark Gable Theodor Geisel (Dr. Seuss) Queen Latifah Ronald Reagan Jimmy Kimmel Sonny & Cher Keifer Sutherland
## 394
## 395 The hills are quiet and beautiful day and night. For those who like to dine out or do some grocery shopping in the neighbourhood you can drive down to the trendy Franklin Blvd with cafes and restaurants like La Poubelle Restaurant & Bar, The oaks gourmet market and the Gelsons supermarket. Before or after a hike in the Griffith observatory park you can have a coffee or a tea in the lovely outdoor cafe the Trails. Beachwood canyon is right next door if you want to drive up the scenic route viewing the Hollywood sign, right under the sign there's Beachwood Cafe where you can have breakfast or lunch. It's about 30 minutes to Downtown Los Angeles depending on traffic. Around 20 minutes to West Hollywood.
## 396 This quiet, secluded home is right in the middle of everything. Just off Barham, near the top of the hill, straddling Burbank and Hollywood with immediate access to the 101. Warner Brothers, Universal Studios, Lake Hollywood are all 5 minutes away.
## 397
## 398
## 399 Great centralized location easy to walk to and from all of Hollywood attractions.
## 400
## 401
## 402 The neighborhood is quiet, safe and tree-lined, with a dead end at the top of the hill. All residential and family houses - a great little block nestled below the foothills of Eagle Rock - tons of birds and flora. We are also walking distance from Occidental College and the "hippest block in LA" - York Blvd - where you can find great food, drinks, coffee, treats, records, art and vintage treasures.
## 403 Highland Park has quickly become one of the more popular neighborhoods in Los Angeles due to a scenic hilly setting, attractive Craftsman architecture, and a great blend of cultures. If you like Mexican food, two of LA Times' food critic Jonathan Gold's favorites are on York Boulevard. Meanwhile, new bars, restaurants, and art galleries representing a range of cuisines and experiences seem to be opening monthly. Highland Park is happening.
## 404 This apartment has a wonderful location, just minutes away from all the entertainment along Marina Del Rey & Venice Beach. Just around the corner are popular shops, cozy cafes, trendy bars and restaurants. If you wish to also explore other parts of this amazing city, you can easily access the highway from the apartment. The people of Marina Del Rey are very friendly and give off a welcoming vibe, which will make you feel right at home :)
## 405 The apartmemt is in a great area! Famous restaurants, close to the popular Venice Pier, Venice Canals, Abbot Kinney outdoor shopping and many local shops.
## 406
## 407
## 408 Nice quiet neighborhood great for walks, local parks and shopping malls
## 409
## 410 I have a beautiful park across the street with a lake that is great for a morning jog.
## 411
## 412 Lincoln Heights is a 10 minute car ride from downtown Los Angeles. The Dash and Metro Bus line is a block away. The Metro is a 15 minute walk away. The hills behind the house are a great place to get exercise. Lincoln Park is a few blocks away and is also a great place to walk.
## 413 Mar Vista is a quite and residential neighborhood. You can walk to cafes and restaurants. Venice beach is 10 min away by car. LAX is also close by, 15 minutes by car with no traffic.
## 414
## 415 Walking distance to lots of nice restaurants and bars! You can ride a bicycle to the beach. Middle of every thing.
## 416
## 417 We are on top of Mar Vista Hill, it is a tree lined, quiet & friendly neighborhood. Wonderful neighborhood views of Century City, the mountains, the Hollywood Sign and the ocean. Lovely ocean breezes! Very close to Venice, Marina Del Rey, Santa Monica - convenient to freeways and airport.
## 418 Mar Vista is a safe and family friendly neighborhood adjacent to Venice Beach. Our house is at walking distance of the Mar Vista Park and of the restaurants and coffee shops located on Venice Blvd. The Mar Vista Farmers' Market (every Sunday from 9am to 2pm) is a 5 minute walk away. A 6 Uber ride or a short bike ride will take you to the world famous Abbot Kinney Blvd and all its shops and restaurants. And just follow Venice Blvd and you'll end up on the Venice Boardwalk and beach right in front of the Breakwater Surf Spot.
## 419 This house has a community "walk score" of 87, meaning it is walkable to restaurants and stores, the Venice and Santa Monica bus lines (to the beach and Santa Monica Promenade, etc.), public library and fast food. The renown Mar Vista Farmers Market is a 5-minute walk away every Sunday morning from 9:00-2:00. Centrally located from LAX, Venice Beach, Santa Monica, Melrose Avenue, Hollywood, the Getty Center, Pacific Coast Hwy, Malibu, Beverly Hills. A perfect location and a great community! - Vons Supermarket: 0.8 miles - Whole Foods: 1.4 miles - Santa Monica Pier: 4.7 miles - Venice Beach: 3.5 miles - LAX airport: 5.9 miles - Hollywood: 9.8 miles - Beverly Hills: 6.0 miles
## 420
## 421
## 422 Head down to Venice Beach for some OG Cali Vibes.
## 423
## 424 Highlights of the area: - Mar Vista Farmer's Market on Grand View Blvd! - CVS, VONS, coffee shops, restaurants, thrift shop all within a mile away. Trader Joe's and Whole Foods are around 1 mile away as well in the other direction - Venice Beach is 2 miles straight ahead!
## 425
## 426
## 427 Mar Vista is a lovely community and a very convenient neighborhood. We are 1/2 block from Venice Blvd and public transportation. Within 3 blocks of our property there are numerous cafes, restaurants, a bowling alley, shops, a public library, a laundromat, grocery/convenience stores and a bank. Getting around is easy
## 428 5 minute walk to the Rustic Kitchen (great fried green tomato and avocado sandwich). 10 minute walk to the Venice Grind for a morning coffee. 10 minute walk to the newest restaurant in the neighborhood - the Mar Vista (make a reservation on a weekend night!).
## 429 Great new restaurants within walking distance include: Hatchet Hall, Corner Door, Pit Fire etc..
## 430
## 431 Mar Vista is centrally located on the Westside. Extremely walkable, family- friendly neighborhood. Very quiet and safe. Close to LAX, 10-minute drive to Santa Monica, next to major freeways and public transportation. Walk 3 minutes around the corner to restaurants and bakery. Walk 15 minutes to Mar Vista Farmers Market, restaurants, bike rentals, public transportation to the beach.
## 432
## 433 Quiet neighborhood conveniently located with easy access to the (PHONE NUMBER HIDDEN) freeways, El Dorado Regional Park, and the San Gabriel River bike trail.
## 434 You are right across the street from the beach. There are restaurants and bars only a few blocks away. You are less than 1 mile from downtown Long Beach. Everything is accessible from my location. If you are looking for convenience you have found it.
## 435
## 436 The room is located in the middle of Belmont Shore, a district in Long Beach known for restaurants and bars along 2nd Street, as well as the beach to the south, and Alamitos Bay to the east. The area is extremely walkable, and nearly anything you need is within reach. If you'd like to visit downtown Long Beach, busses run along second street to downtown, and Uber rides tend to be around 5. The area is about 3 miles from freeway access to I-405, as well as I-605, I-710, and the 22 Freeway (towards Disneyland and Anaheim Stadium).
## 437 *There are 3 Ocean view Restaurants within a 5 min walk. *Supermarket is a 5 min walk *Second St is a 10 min walk * Broadway Strip is only 3 blocks with lots of stores, restaurants and Bars its an easy walk. *Belmont plaza outdoor & Indoor pool is less than a 10 min walk .Entertainment :Activities in the area Roller Blading Deep sea Fishing Pier Fishing Sound/Bay Fishing Snorkeling Scuba Diving Or Snorkeling Golf Fitness Center Whitewater Rafting Surfing Snorkeling/Diving Swimming Fishing Cycling Wind-Surfing Sailing Kayaking Tennis Jet Skiing Parasailing Water Skiing Cinemas Health/Beauty Spa Restaurants Museums Live Theater Marina Library Theme Parks Recreation Center Playground Miniature Golf Shelling Boating Paddle Boating Shopping Whale Watching
## 438 Generally quiet, however this is the city and some noise is to be expected. If you are used to the suburbs, this may not be the place for you. The area is multicultural with many different age groups including young people in their 20's-30's. The weekend nights sometimes can be noisy when people return from clubbing.
## 439
## 440
## 441
## 442 Quiet neighborhood with small general store one block away; shopping district with lots of restaurants, bars and shops is just over 2 blocks away.
## 443
## 444 This is a quiet, safe neighborhood of multi-million dollar homes owned by long time residents and a growing number of celebrities (two right on our street!) Just down the hill is Los Feliz Village where you will find a post office, library, movie theater, trendy shops and boutiques, an independent bookstore, and lots of restaurants of every variety including: Thai, French, Italian, Greek, Indian, Chinese, Sushi, Mexican, Coffee shops. and a slew of cool coffee houses. We are right next to the ultra cool hipster heavens of Silverlake and Echo Park- destinations within themselves. Close by are Trader Joes, Gelsons, and Whole Foods.
## 445
## 446 Indie culture and wonderful places walking distance from the house.
## 447 This is like a slice of NY in LA. Great urban environment mixed with residential. One of the few places where you can go without a car and enjoy eating, shopping and bar-hopping in the neighborhood on foot. Also close to Griffith Park and Observatory for hiking, a 5-minute walk to Barnsdall Art Park for sunsets, and enjoy a great farmer's market every Sunday, just 500 feet away.
## 448 Griffith Park is a large municipal park at the eastern end of the Santa Monica Mountains, in the Los Feliz neighborhood of Los Angeles, California. The park covers 4,310 acres (1,740 ha) of land, making it one of the largest urban parks in North America.[1] It is the second-largest city park in California, after Mission Trails Preserve in San Diego, and the 11th largest municipally owned park in the United States.[2] It has also been referred to as the Central Park of Los Angeles[citation needed] but is much larger, more untamed, and rugged than its New York City counterpart.
## 449
## 450 What we love about our neighborhood? Literally everything. Gorgeous trees, huge beautiful Griffith Park nearby, countless wonderful dining and bar options and lots of unique and interesting boutique stores and coffee shops.
## 451 Los Feliz. Feliz means “happy” in Spanish and it’s an accurate name for such a pleasant and livable area of L.A. It’s hard to be down when you’re in walking distance of coffee shops, theaters, boutiques, and sidewalk cafes on Vermont Avenue, between Franklin and Hollywood, or the Hillhurst corridor between Los Feliz Boulevard and Prospect Avenue. In a city where people feel like they spend more time in their cars then out, this neighborhood-feel is a welcome relief. Aside from the plethora of entertainment options, Los Feliz is also home to some of Los Angeles, CA’s most tranquil neighborhoods and standout architecture including many historical homes from the 1920's and 30's. Los Feliz is adjacent to Hollywood and Silver Lake and home of the Greek Theatre and The Observatory.
## 452
## 453 Great Central location in Los Angeles. Close to USC, Downtown L.A., and Hollywood. Close to public transportation and easy freeway access. Free street parking
## 454
## 455
## 456 5 minutes from the Four Seasons Hotel, Markets and Restaurants. 15 minutes to Malibu (URL HIDDEN)
## 457
## 458
## 459
## 460
## 461 We are 10 minutes from Miracle Mile, 20 minutes from Venice, North Hollywood/Burbank/Studio City, Hollywood, Beverly Hills and down town are 10 minutes away. "Down Town Fashion district". I have a list of wonderful tourist attraction's I can suggest such as local hiking trails, horse riding, museums, beach's, camping, skiing, shopping, theme parks etc. Groupons have some great deals on shopping/restaurants/attractions so it's worth looking into. There is a local korean spa house and gym nearby…. anything you would like to do or see on your iphone or your computer .... there are many thing's to do in LA. Our neighborhood is friendly and safe, tree lined street and transport is close, the bus stop is a couple minute's walk from the home, you can walk to the Washington Markets on the next street over.
## 462 Location is easy accessible from almost everywhere. The closest intersection is Olympic/Western. 15 min to Beverly Hills, Hollywood Blvd., Downtown LA. It is in the corner of Olympic blvd/3rd Ave. Great sushi Place across the street: Chunghae Susan Korean BBQ: Bak Kung Korean BBQ Olympic Noodle (4008 Olympic Blvd.) Chinese Food: Tang (954 S Norton Ave.) Galleria Market (3250 W Olympic Blvd.)
## 463 Built in 1921 My home is located in Historic Country Club Park. During the Late 1920's and 1930's it was a prime location for various Jazz musicians and young artists on the rise. The neighborhood is very safe and quiet for a city home. Very often you will find neighbors walking their dogs on the street. It's centrally located and just minutes away from Hollywood, Beverly Hills, Downtown, Larchmont and West Hollywood. Los Angeles is the perfect place for enjoying unique cuisine form various cultures. There are many culinary hot spots to enjoy a delicious plate, lounge with Tapas and appetizers, or have a chic cocktail. Just 10 mins away you can partake in Korean, Ethiopian, Mexican, French, Japanese, Italian, Thai, Peruvian, Vietnamese, Indonesian, Brazilian, and UK style Gastro Pubs just to name a few. Local Attractions include: Farmer's Market/The Grove, LACMA, La Brea Tar Pits, Hollywood Walk of Fame/Graumans Chinese Theater Runyon Canyon, Hollywood & Highland Center, The Archlig
## 464 In this peaceful and quiet neighborhood you will have access to our quaint 1 block town just 1/4 mile down the road, featuring a small grocery store, and restaurants including a French Bakery, pizzeria, cafe and mexican cantina. There are hiking trails and horse back riding rentals locally, as well as the Vasquez Rocks state park.
## 465 We're minutes away from Le Chene, an excellent, renowned French restaurant; Maria Bonita, a delicious Mexican restaurant; the Agua Dulce Winery; and plenty of other dining options in Agua Dulce and the Santa Clarita Valley. You can walk right off the property onto the many nearby hiking trails, drive to the famous Vasquez Rocks Park, or retreat and relax on the property!
## 466
## 467
## 468 Walking distance to 7-11, Papa John's pizza. Granada Park is also walking distance. 3 minute drive to Monterey Park Golf Club, a 9 hole golf course with the best driving range in LA area. 5-10 minute drive to Valley Blvd to access many Chinese restaurants in the San Gabriel Valley. 5-10 minute drive to USC+LAC Medical Center. 15 minutes drive to San Marino, South Pasadena area. 10 mins to East Los Angeles College, 20 mins to Pasadena City College.
## 469 Great place to work
## 470 Close to everwhere
## 471 Flat / Apartment is located in a Historic Neighborhood of Harvard Heights in Mid City Los Angeles. Right Across the building is Lucy Wheeler House, the last remaining Greene and Greene Architect home in City Of Los Angeles. You can (SENSITIVE CONTENTS HIDDEN) more information under Harvard Heights Los Angeles. Neighborhood has much historic homes and with strict city and historic controls home owners can not make repairs to the outside of their homes without strict Historic Preservation approvals. This is mid Los Angeles and very easy to get around in public transportation or Uber or a Rental Car. Minutes from all major tourist destinations.
## 472
## 473 Right at Belmont Pier Short walk to Bluff Park Scenic bike path on the beach Free movies on the beach Etc...
## 474
## 475
## 476
## 477
## 478 Gorgeous Furnished Two Story Luxury Loft in the heart of Downtown, steps away from the Grand Prix in the historical Walker Building.
## 479
## 480
## 481
## 482
## 483 Very safe neighborhood, and the unit is set back 60 feet behind a big gate.
## 484
## 485 A local coffee shop culture owned by families living in the neighborhood. An artsy feel of downtown while village atmosphere dwells in. A local to local kind of experience.
## 486
## 487 Downtown near everything including convention center, Queen Mary, Pine Ave. and 5th st blue line station.
## 488 Naples Island offers quaint homes, many along canals. You can rent kayaks, SUPs, hydrobikes, or even be escorted through the canals on a gondola! There's beach access just a half block from Casa di Napoli, and Mother's Beach is just two blocks away. Ample street parking is free.
## 489 Directly in the middle of the Alamitos Beach downtown core. The entire suite is yours to enjoy. It is only a block from the beach. Walking distance to eclectic cafes, shops, restaurants, bars and markets. Several local and eclectic coffee shops are nearby. A local grocery market Vons and a Fresh and Easy grocery store are within a 5-minute walk. There is also a Friday Farmers Market a couple blocks away.
## 490 The home is located in a nice, safe, residential neighborhood in east Long Beach that is wonderful for walking and biking (Long Beach is very bike friendly!). Within walking distance, there is a 7-11, several eateries (pizza, chinese, italian, pastries) and Fed-Ex Office (1/4 mile), and we would love to recommend other great places to eat, farmer's markets, adult and kid friendly activities as well. Long Beach has an amazing selection of restaurants and there are endless options for fun things to do! Please have a look at our Guidebook. We are located a 1/2 mile from Cal State Long Beach, central access to the 405, 605 and 22 freeways, and 10 minutes from the Long Beach airport. We are 3 miles to the closest beaches in Long Beach, and 15-20 minutes to the best surfing beaches in Southern California! We are located just under 20 miles to Disneyland. The largest park in Long Beach (El Dorado Park) and playground, are within walking distance as well. Please let us know any specific desti
## 491
## 492
## 493 The neighborhood is safe and mostly residential so it is quiet & not a rowdy, party area. There is typically plenty of street parking available although you'll want to pay attention to the street sweeping days noted on the signs to avoid a 50 ticket.
## 494
## 495 My neighborhood is within walking distance with free parking and easy access to the train/bus. I live in a multicultural neighborhood, my apartment complex has a gated entrance with a courtyard. Families and couples live in my complex. "The RMS Queen Mary is a 1936 Art Deco ocean liner permanently docked at Long Beach. Roughly 200 ft (61 m) longer than the RMS Titanic, the former Cunard Liner is famous for being the fastest in the world from 1936 to 1952, for its distinctive art deco design and for its use during World War II as a troop transport. It was purchased by the City of Long Beach in 1967 for conversion to a hotel and maritime museum. The nonprofit Aquarium of the Pacific is located on a 5-acre (20,000 m2) site on Rainbow Harbor in Long Beach, Calif. — across the water from the Long Beach Convention Center, Shoreline Village, and the Queen Mary Hotel and Attraction. The Aquarium features a collection of over 12,500 animals representing over 550 different species." - Another
## 496 Beautiful fun lively part of town quiet at night.
## 497 The neighborhood is safe, friendly, diversity and creative buzz it provides. If you enjoy walking, lots of neighborhood restaurants, cafe's, bars, stores and grocery markets are all accessible by foot within 10 minutes, mainly along 4th street and Broadway. 7 supermarkets within 1-mile radius. A short 2 minute walk from this apartment takes you to 4th street with eclectic collection of cafe's, restaurants, bars and Art Theatre is a one-of-a-kind return to the Golden Age of Cinema offering unique experience for a great night out. Nearby Restaurants in Walking Distance: Name of Restauran(URL HIDDEN) Miles Minutes Addres(URL HIDDEN)Star Lola's Mexica(URL HIDDEN)0.(URL HIDDEN)Walk 3 2030 E 4th Stree(URL HIDDEN)Pike Restaurant & Ba(URL HIDDEN)0.(URL HIDDEN)Walk 2 1836 E 4th Stree(URL HIDDEN) 4 Honduras' Kitche(URL HIDDEN) 0.05 Walk 1 1909 E 4th S(URL HIDDEN) 4 Anandamide Vega(URL HIDDEN) 0.(URL HIDDEN)Walk 3 2040 E 4th S(URL HIDDEN)The Social Lis(URL HIDDEN) 0.(URL H
## 498 Parking can be challenging at peak hours so walking, biking or UBER is suggested. If you are looking for things to do, you won't have a problem finding them in this Beach neighborhood.
## 499
## 500
## 501 The motel is situated right off the 105 freeway and few blocks down. It's about a 10-15 minute drive to LAX and 30 minute drive to Hollywood.
## 502
## 503 This is on a long sandy beach where you can go for long walks on. Goes all the way past the Malibu Pier.
## 504
## 505
## 506 Get away from the hustle and bustle and enjoy coastal canyon living in our peaceful and private bungalow. Located in a beautiful setting in the Santa Monica Mountains. The area is perfect for hiking, biking (on road or off), surfing Malibu's famous surf breaks, walks on the beach. We're also conveniantly located minutes from world class dining, wine tasting, shopping and 6 minutes to Pepperdine.
## 507
## 508 Getting to Malibu's six beaches, sunbathed coast, or illustrious university is a once in a lifetime opportunity. Evidence of this small-town's nonpareil respect for nature is everywhere. Malibu's celebrities, surfers, and students bask in its proximity to both the coast and the Santa Monica Mountains. Board, bike, and engage in the 'Bu's favorite community pastimes—judging chili cookoffs, pre-screening films at festivals, and fundraising for local organizations. Malibu is a dream. There are celebrities everywhere, the weather is perfect, and everybody is nice. Your neighbors on this property will likely be dolphins, pelicans, and seagulls, as you're at the beach! A dream location with breath taking views. It starts from the moment you enter your Malibu getaway, from early morning sunrise, to spectacular sunsets and magical moon beams across the ocean floor. High ceilings and a wood burning fireplace enhance the romance of your relaxing vacation. A well equipped kitchen, outdoor grill
## 509 Point Dume has many delights to the senses! Hike Point Dume National Preserve to watch whales with 360 degree ocean views. Stroll the neighborhood and smell the ocean, Eucalyptus, lavender and other florals abounding. The wildlife is always entertaining; bunnies hopping all about; parrots screeching above, hummingbirds everywhere, chickens, roosters, ponies, horses, sheep; many animal lovers around here!
## 510 This neighborhood has everything. The hottest stars live within walking distance and shop at these stores, the best beaches are here and the air is simply better. The water is cleaner up this way too! A local favorite, Duck and Dive is wonderful for high quality burgers etc and local flare music! Be sure to say "Hi" to the cutie Ryan there! The Grassy Knoll up by Vintage Market, which has fresh scooped Beachy Creme Ice Cream and is where the Malibu bus ends, is a favorite for local celebrities to try out their acts and has played host to many recently! Casa Escobar, down by the Malibu pier, is the stop for yummy TexMex and some higher end acts. Lucas Nelson was just there. They have fabulous egg dishes too! My favorite is a romantic spot looking over the ocean, Geoffrey's. Plan to be there just before sunset so you can see the dolphins who are always swimming by!! Ask for a table along the rail so you have the best ocean views!! This is one of the most romantic spots in the world!
## 511 We are very centrally located – 5 minutes or less to the Grove, LACMA, La Brea Tar Pits, Larchmont Village, Beverly Hills, 10 min. from Downtown LA, Culver City, Hollywood and West Hollywood and 20 minutes away from Venice and Santa Monica, UCLA, Glendale, Universal Studios and the Getty. We are within walking distance of a convenience store, and a number of restaurants, galleries and bars on La Brea and Pico Blvd.
## 512 Our house is truly located in Central L.A. with easy access to all the popular hot spots (9.1 miles to Santa Monica; 3 miles to Beverly Hills; 3 miles to West Hollywood; 3 miles to Koreatown; 5 miles to downtown; 5 miles to hollywood; 3 miles to Culver City; 7 miles to Venice Beach)! Our surrounding area contains Little Ethiopia, Miracle Mile (located 2 miles from the Grove), Park La Brea, Park Mile and Wilshire Vista. We are walking distance to small cafes; boutique clothing stores; restaurants; bakeries; and the famous Mad Men Cafe is around the corner! The neighboring communities are Arlington Heights, Beverly Grove, Carthay, Fairfax, Hancock Park, Koreatown, Mid-City and Windsor Square.
## 513 What I love about this neighborhood is it's diversity of cultures and how quiet it is considering it is in the middle of the city. I love that I feel safe and can take an early morning or evening walk. We are a lovely little cul-de-sac with 1920 style homes with commercial businesses just around the corner, the smell of freshly roasting coffee beans is what you will wake up to Monday thru Friday because I'm behind a gourmet coffee company!
## 514
## 515 LOCATION! LOCATION! LOCATION! It is the BEST neighborhood in LA, hands down. The ability for it to keep its peaceful, safe neighborhood feel in the CENTER of a hot spot of LA is phenomenal! Walking distance to TONS of the BIGGEST Tourist Attractions in LA, including the following: • The Grove & Farmers Market --BIG for CELEBRITY SIGHTING, shopping, restaurants, fresh produce, live entertainment, small water show, and BEAUTY (3rd & Fairfax) • LACMA --- Museum Row w/ the Famous “Urban Lights”, and tons of Art Museums (Wilshire & Fairfax) • La Brea Tar Pits ---Some of the Oldest fossils found in active tar pits • Pan Pacific Park ---Tons of beautiful greenery for a picnic or to work-out, walk trails, play sports, BBQ, play ground for kids. • Beverly Center ----Tons of CELEBRITY sightings, high end shopping, food court • Melrose Ave -----shopping, shopping, shopping, CELEBRITY stores •• Popular Restaurants (tons featured on Food Network): Republique, Cheesecake Factory, Johnny Rockets, I
## 516
## 517 The Grove is a world-renowned shopping, dining and entertainment destination with unparalleled stores like Anthropologie, Apple, Michael Kors, Coach and Nordstrom. Guests are enamored with the old-fashioned trolley rides and magnificent dancing fountains that have become a “must see" in Los Angeles. Your apartment is only 5 minutes away from this beautiful landmark of LA.
## 518
## 519 The apartment is within walking distance to the miracle mile museums including LACMA and the LaBrea Tarpits, The Grove, The LA Farmer's Market, The Beverly Center, Whole Foods, Trader Joe's, Pan Pacific Park, and many other LA attractions.
## 520
## 521
## 522
## 523
## 524
## 525
## 526 Only one mile from the beach, right across from the mountain trails, this estate sits in a gated community that is quiet and peaceful. Close by are fun restaurants, beautiful beaches and coffee spots. 2 bikes available for trekking Malibu.
## 527
## 528
## 529 Beautiful clean beach and best surf in LA. Close to restaurants and nightlife
## 530 Manhattan Beach neighborhood is very quiet and secure place to leave. Please respect our neighbors. Please not drugs, Sorry not visitors. Thank you.
## 531 OUR LOCATION Just a block from the house, those tantalizing ocean views become a reality of golden sand and sparkling water. You can be wriggling your toes in the sand within a couple of minutes, or wander down the coast to the historic Manhattan Beach Pier, half a mile away, where you can throw a line or enjoy the view. Manhattan Beach Boulevard, just over a mile away is bustling with cafes and bars. Or pick up local groceries at Vons for the evening ahead. The Strand House is the perfect spot for an evening glass of wine while you watch the sun go down. It takes a special house to showcase the beauty of this sought after location, but this spacious home with high ceilings, dramatic waterfall and gourmet kitchen may just manage it! Rentals require a 30 day lease agreement. THE TURNKEY ADVANTAGE Our property is TurnKey Rental Certified. All photos, amenities, calendar, and rates are 100% accurate. We will notify you proactively when early check-in / late check-outs are possible an
## 532 Manhattan Beach is popular for sunbathing, beach volleyball, surfing, paddle-boarding and it's restaurants/bars. A paved path, called The Strand, which runs along Manhattan's beachfront from Torrance Beach to Santa Monica is good for walking, riding bikes and people watching (not to mention looking at the stunning houses along the water). The Manhattan Beach Pier is at the end of Manhattan Beach Blvd, which is one of the beach community's main shopping, eating and partying areas. Every August, the city hosts the Manhattan Beach Open Volleyball Tournament and the International Surf Festival. Only 10 minutes from LAX, Manhattan Beach is bordered by Hermosa Beachto the South, Redondo Beach to the south and east, and El Segundo to the North.
## 533
## 534 Central! Blocks from beach. Very quiet. Blocks from downtown
## 535 Manhattan Beach is a beautiful beach town. It's located centrally between all other beach towns. This particular house is located in front the famous surf break, El Porto. You will find a large variety of restuarants, shops and yoga studios.
## 536 The place is 2-minutes from the Manhattan Beach Village / Beach. Very affluent and great walks including a wood chip trail that goes the whole way to Redondo Beach. Also near Hermosa Beach, Redondo, & el Segundo. Great place to relax on the sand, play beach volleyball, surf, paddle board & body board. Fantastic restaurants for breakfast, lunch & dinner and a great place for sunsets. No need to rent things like: paddle boards, bodyboard, beach cruisers (2), surf boards, golf clubs upon request ahead of time. Save on very expensive rentals with this place! Many free summer beers nearby: beach competitions, concerts on the sand, movies at the beach,...etc.
## 537
## 538 Our nice and quiet neighborhood is located at ARCADIA school district
## 539
## 540
## 541 The neighborhood is safe, quiet and residential, but still just a few blocks away from the very busy La Cienega, Venice Boulevard and Washington Boulevard, with tons of restaurants and food options of all sorts. As for grocery stores, there is a Sprout, a Trader Joe's, and a Smart & Final all within a mile.
## 542 ========================================== Green neighborhood close to all: restaurants, movie theater, Vroman bookstore, coffee house, nightlife and the list goes on. Less than a 15 minute walking distance to Pasadena Convention Center or a 5 minute drive!
## 543 Steps away from California Institute of Technology. Across from Polytechnic School. Walking distance from Shopping and grocery stores, parks and fabulous food!
## 544
## 545
## 546 We live in a quiet and diverse neighborhood that is just off of the main street (Lake Ave) and a few blocks north of the Playhouse District. Our favorite affordable brunch spot (The Reyn) is right on our street. We also have some fancier brunch spots about a mile away. You can easily walk to affordable ethnic restaurants and a brand new Starbucks. Just a few blocks away is a Walgreens for your sundry needs, a cupcake shop, and the Lake Ave metro spot, which is your portal to the rest of LA. According to Yelp, there are 29 restaurants within 4 blocks of our home and at least 100 restaurants within 1 mile. We've probably eaten at most of them (!) and can provide recommendations. We are about a mile away from the Playhouse District, one of LA's cultural epicenters with museums, theaters, movie theaters, SoCal's largest independent bookstore, shopping, farmer's markets, and many fun free outdoor events. Some of our favorite attractions include the Norton Simon Museum, The Huntington Libr
## 547
## 548
## 549 ========================================== Green neighborhood close to all: restaurants, movie theater, Vroman bookstore, coffee house, nightlife and many other local shops to check out. Less than a 25 minute walking distance to Pasadena Convention Center or a 5 minute drive! Only a few blocks and can walk to Cal-tech and PCC!
## 550 The city of Pasadena is beautiful and has its own charm. The condo location is about 1 mile from Pasadena City College and Cal Tech. Close to Old Town Pasadena, the Rose Bowl and central access to freeways and getting into downtown LA
## 551
## 552 This is a very family friendly up-and-coming residential neighborhood. Children play up and down the street and families jog and walk their dogs day and night. Our neighborhood is as diverse as Los Angeles itself! We are centrally located and a very close drive to many restaurants, shopping areas and tourist attractions in and around Pasadena and Old Town Pasadena. We welcome you, come be our guest!
## 553 Quiet, safe, friendly. Close proximity to Rose Bowl,Old Town Pasadena, JPL, Cal Tech, etc.
## 554 Tree-lined street, close to nearby beautiful and active city park. Facing the majestic San Gabriel Mountains and all their glory, is a great way to start the day! Quiet neighbors, no loud dogs at this time..(could change, you never know!). Great for peaceful walks around the block or to the local, hand-made ice cream shop - you decide! Wonderful Saturday morning farmers market just up the street in walking distance - start your weekend off to a good start!
## 555 Quiet neighborhood,plenty of street parking. Nice family friendly park 2 blocks away
## 556
## 557 Expensive, very clean and safe neighborhood. Beautiful Park with jogging trails and ocean view, 2 blocks away. Market, drugstore and bank 4 blocks away
## 558
## 559
## 560 Beautiful quiet residential neighborhood and a short distance to the beach and restaurants.
## 561
## 562
## 563 Located between Santa Monica and Malibu, the bluffs in the Palisades are among the most sought after neighborhoods in LA. The beach, popular hikes, shopping opportunities are in walking distance. The best surfing spots in Malibu are just 10 minutes away. The area around the house with its spectacular views of the ocean are popular locations for film and television crews. Just last month scenes from "The Fast and the Furious 7" were shot in front of the house. Very safe for kids. Virtually no traffic or pollution. Tennis courts and public swimming pool in walking distance.
## 564 Pacific Palisades has all the advantages of a small town with none of the disadvantages. It's safe and the people are friendly, but you can still maintain your privacy. Also, it's not congested here, and easy to access greater Los Angeles. I like to say, "It's close, but far away." Further, the air is clean and our micro-climate is amazing. Being close to the ocean keeps it warmer during the winter and cooler during the summer.
## 565 Pacific Palisades is an upscale beach community and is a great springboard to explore the many areas, major attractions and diverse culture in Los Angeles. We are very close to L.A.'s famous Sunset Blvd. A mile drive down Sunset is the Pacific Ocean. Turn north on the Pacific Coast Highway and in 10 minutes you are in Malibu; or head south and in 10 minutes you'll be in lively Santa Monica. The center of the Palisades village is 1.5 miles away and closer than that are wonderful hiking trails. You will be close to restaurants, nightlife, hiking, ocean, surfing, kayaking, biking, golf, tennis, museums, and shopping. Southern California's attractions are all around us!
## 566 Pacific Palisades Village, is a quaint village by the sea, you can smell the salt in the air. Residents have sense of community, it is quiet, cozy and heart warming.
## 567 We are close to the Palisades bluffs - beautiful cliffs on the edge of the hill that overlook the Pacific Ocean. You can easily walk there in about 10 minutes or even go for a run with your dog! Neighbors gather there to walk their dogs. We are less than a mile from the beach which you can walk. The village, where many shops and restaurants including Starbucks, Cafe Vida, Tivoli, The Yogurt Shoppe, Pearl Dragon, is a cute area to hang out and visit. The area is very quiet so you'll sleep so well. But it is a couple blocks from Sunset Blvd to get around LA easily.
## 568 Rustic Canyon is one of the most special, tucked away neighborhoods in all of Los Angeles. It is nestled among couple hundred ft tall trees, lush hills, and Rustic Creek, wedged between Santa Monica, Pacific Palisades, and the beach. It has some very famous architectural homes from the likes of Ray Kappe, Harwell Hamilton, Thornton Abell, Melinda Gray, David Hertz, etc, and is home to Hollywood celebs, famous artists, writers, producers, and other creative professionals. The entire neighborhood has a very casual, creative, comfortable feeling, despite many of the properties being in the 5-10 Million+ range.
## 569
## 570 You can walk everywhere from my home, it's quiet and peacful.
## 571
## 572 Apartment windows and balcony face out onto a quiet, tree-lined street with nice views of sky and sunsets. The apartment is a short walk or uber ride to Downtown Culver City, with nightlife, bars, and all kinds of restaurants. There is a great pizza restaurant with bar on the corner of my street, and another full restaurant and bar just around the corner. 7-11, all-night cafe, and yoga studio at the end of the block, with supermarket and pharmacy in walking distance. One local gem is an ice cream and coffee shop across the street with great coffee brands and handmade ice cream with unique flavors and non-dairy options. I can help you find all of these online and/or give directions. The surrounding neighborhood is mostly young professionals and people living in apartment buildings. As well as bars and all kinds of cuisine, there is a local library and parks/recreation areas within walking distance. The apartment is centrally located and allows easy access to local hot spots as well
## 573 Very quiet and safe place,but convenient for access to famous place(Hollywood,Santa Monica,Beverly Hills etc..)
## 574 Explore downtown Culver City restaurants: The Wallace, Father's Office. Or down Washington Blvd to Hatchet Hall, Corner Door or try Roy Choi's menu at Alibi Room. Or step over to Sawtelle and have some of the best ramen at Tsujita. If you can get a reservation, try Chef's Table-featured n/naka just around the corner.
## 575
## 576 Culver City/Palms, first came into existence in the 1900s, as a secondary "lot" option for production studios. Culver City is the home to two major expo (train) stops, including one in Downtown Culver City, and the other in next door neighborhood, Palms. Additionally, Culver City is well-known for trending restaurants, nightlife and bars, movie theaters, playhouses, art galleries, quaint boutiques, yoga studios, and farmer's markets. Day or night, there is something for the whole family in Culver City. People always find that Culver City is incredibly convenience. Guests will be 15 minutes to Beverly Hills and Century City, and 20 minutes to world-famous Venice/Muscle Beach and Santa Monica. Hop on the expo/train, which runs every 20 minutes, and find yourself in Downtown LA or Downtown Santa Monica within 15 - 20 minutes.
## 577 The upscale Cheviot Hills has a local shopping area which is just a stone's throw away from the property. It has a Vons supermarket, star buck cafe, dry-cleaner, shoe repairs, chinese restaurant, subways and nail care. Vibrant Culver City, the well-stocked Sprout supermarket are within easy access and just a short walk away. The Palms station which is 5 minutes walk from the property is a real bonus to the neighbourhood.
## 578 Walking distance to Sony Studios and all of the shops and restaurants in down town Culver City.
## 579 -Metro Tarins -Trader Joe's -Ralph's -Bars and Restaurants -Farmers market -Sony Pictures Lot -4 miles from Venice Beach
## 580 Palms is a neighborhood that represents a perfect location. Halfway between the westside and the east side. It is 15 min to Santa Monica and Venice, 20 min to Marina Del Rey and Airport. 20 min to West Hollywood and 30 min to Downtown Los Angeles. When it comes to the location, nothing is more convenient: (Bakeries, Restaurants, Ralph's, Rite Aid, Best Buy, Tattoo, Smoke Shop, Gas station, International markets, nails and beauty salons) all of the above are less than 5 min walk away while tucked away in quiet street. Easy access to public transportation that will take you west to Santa Monica and East to Downtown LA.
## 581
## 582 The neighborhood is in Pico Robertson, next suburb on is Beverly Hills. We have a multi cultural feel with everyone living peacefully together. Up the road there are a couple of small supermarkets for those last minute needs, an ice cream parlor, takeaways, Chinese, Italian, Pizza, Burgers and Kosher places of all those too...and all sorts of places from casual to up market! We are really central to all the attractions and have an easy drive to the ones a bit further away. Very safe and very central!
## 583 Families are mostly modern orthodox Jewish. Quiet area, the street does not bleed into Pico so there is not much traffic.
## 584
## 585
## 586 It's a calm neighborhood, but once you're out everything is happening!
## 587 Around the corner are restaurants, cafes, and grocery stores. Kosher establishments and a diverse range of local synagogues and communities are walking distance. La Cienega Park is a 5 minute walk. Rodeo Drive, The Grove, LACMA, and Culver City are short drives away. Within a 30 minutes drive, you can access the beach, DTLA, Griffith Park, or LAX.
## 588 Walking to Rodeo Drive, Beverly Drive, Robertson, Beverly Center, Century City, The Grove, Fairfax Avenue
## 589 Walking distance to all of the shops and Restaurants in Beverly Hills on Olympic and Robertson. And next to all of the Kosher establishments in the Pico Robertson area.
## 590
## 591 You are a few blocks from the Pasadena Playhouse District and midway between Old Town and Lake Avenue shopping and 2 blocks away from the Rose Parade route.
## 592 Convenient Location surrounded by a school and a big park. North East Pasadena is known as the Bungalow Heaven and most houses are from the 1920s. Majority of the bungalows are well maintained and you will definitely see a lot o historic structures! The nearby park provides you an escape from the city while a 3 minute bike ride or a 8 minute walk takes you right on Colorado with easy access to Pasadena Downtown and Old Town Pasadena
## 593 Pasadena is full of historic charm and lots of arts related events, including free summer concerts at the Levitt Pavilion. There are lots of museums nearby, which makes this a culturally diverse and rich area. Tons of great food nearby. Huntington Garden is a bike ride away, or a short ten minutes by car.
## 594 We love Pasadena and all the things it offers. Great food, architecture, shopping, museums and schools.
## 595
## 596 My house is located on a safe and quiet tree lined street with a neighborhood feel yet with easy access to active commercial streets. You are not a slave to your car, everything is within walking or biking distance. Go for a walk on the beach or down trendy Montana Ave and explore unique boutiques, enjoy a cup of tea at an outdoor coffee shop and watch the paparazzis chase the celebrity du jour. You won't want to leave.
## 597 It's a quiet neighborhood and within 3 blocks you have a great health food store and a few restaurants. A 10 minute bike ride leads to the heart of Santa Monica with all the restaurants and shops and the beach.
## 598
## 599 Santa Monica Beach is 7 blocks away with surfing, boogie boarding, wind-surfing, sunning or rollerblading or bike riding on the bike path that winds along the beach from Pacific Palisades to Palos Verdes. Stroll along the Strand in Venice and bargain with the vendors for a one-of-a-kind souvenir. Take a leisurely walk along trendy Main St. just 6 blocks away, enjoy coffees (Coffee Bean & Tea Leaf, Starbucks, Urth Caffe), fine cuisine (Chinois on Main), quick bites (Library Alehouse with patio dining, Holy Guacamole, Panini Grill, Wildflour Pizza), shopping at boutiques (Free People, Planet Blue) the Farmer's Market on Sundays and gourmet food trucks on Tuesday evenings. Stock up on groceries or get prepared food and specialty wines and beer to go at Whole Foods, just 3 blocks away. Beautiful charming Craftsman cottage is conveniently located for your fun exploration of Santa Monica and Venice in a residential quiet and safe neighborhood.
## 600 - Best neighborhood in downtown Santa Monica. - Very Safe - 1 minute walk to the best shopping around and 4 minute walk to the beach! - 3rd Street Promenade. The heart of Santa Monica is a minute walk away. - Santa Monica Stairs less than a mile away if you want to get a nice workout with scenic ocean views. - There is a Farmers Market on Wednesdays and Saturdays!
## 601
## 602 Literally footsteps from the Pacific Ocean in the Center of Santa Monica. Trophy location with countless attractions nearby.
## 603 Sunland is a charming bohemian equestrian community nestled near the foothills. We are near Burbank airport (5 miles) and at the gateway to the Los Angeles Forest (2 miles). There are great cafes, golf and entertainment near our place.
## 604 It's horse country! With hiking trails all along the wash. Yet, only minutes to freeways connecting to the hustle and bustle of the city.
## 605 Shadow Hills is a gem located along the LA Foothills with scenic views, quiet ambiance and private residents. Locals enjoy the equestrian lifestyle and large residential lots. Close to all......entertainment, restaurants and city life!
## 606 I love Sherman oaks because of the safety and ton of stuff to do! Shopping eating out and hikes minutes away..
## 607 World class shopping and dining on Ventura Blvd, less than a mile away. Grocery and convenience stores located less than a mile away. Hollywood is a 15-20 minute drive south on the 101 freeway. Beaches are 35 min drive west. Beverly Hills is 15 minutes drive south through Beverly Glen.
## 608
## 609 Right off Ventura Blvd with plentiful shops, bars and restaurants. 10min walk to Sherman Oaks Galleria, where you can enjoy the beautiful Arclight Cinema, Restaurants, Shops, Gyms, Salon's etc. Take a stroll down Ventura Blvd and you'll find an array of quirky boutique stores and al fresco cafe's.
## 610
## 611 Very quiet lovely part of West Hollywood. If you walk out you can see Trader Joes as it's a 30 second walk from the apartment. Whole foods, The Grove & The Farmers Market are a 3 minute walk. There are lots of restaurants and shops on 3rd street.
## 612 The place is in walking distance of; The Grove (the best mall in L.A, shopping, any kinds of restaurants, cinema), Farmers Market, LACMA ( La Brea Tar Pits) Pacific Park, Whole Foods, Ralph's, Trader Joe's, CVS, Walgreens, Office Depot, Staples. Minutes from; Beverly Hills, Hollywood, Griffith Observatory, Santa Monica, Venice Beach, Marina del Rey, Downtown LA, Universal Studios, LAX.
## 613 Quiet established neighborhood with great neighborhood watch program. Sidewalks, palm trees, view of the Hollywood sign.
## 614 One of the most convenient neighborhood in Los Angeles, located in the middle of everything and there is lots of things to do in just a walking distance.
## 615 Access to any place in Los Angeles within 5 to 15 min, and 25 minutes at most to Santa Monica.
## 616
## 617 Everything you can imagine is within walking distance! Only one block away from Wilshire Blvd, and is located between Fairfax and La Brea. Close to both Fairfax and La Brea Ave. You can walk to beautiful outdoor shopping mall at The Grove and enjoy something delicious at the Farmer's Market. Other nearby attractions include the La Brea Tarpits, The LACMA/ Paige Museum, and Pan-Pacific Park. Easy access to the city bus takes you to Beverly Hills within minutes and ends in Santa Monica Beach. Groceries are available walking distance at Trader Joe's, Ralph's, Whole Foods and Erewhon Market. We have local coffee shops as well as all of the major chains just a block away.
## 618
## 619 There is such diversity, vitality and creativity in my neighborhood. I just love walking to the bank, the Farmer's Market, Trader Joes, and riding my bike in Hancock Park. There is a feeling of "neighborhood" here even though we are in the middle of the city and everything is convenient. There are great bars and restaurants just blocks away on La Brea, Beverly, and Wilshire (URL HIDDEN) well as art galleries, museums, movies, vintage stores, antiques and furnishings/interior design stores...everything you could want or need within steps.....There is an amazing donut shop a block up from my building, which is open 24hours too, if you are a donut lover. But no matter your reason for traveling, whether it's work, leisure, or family-related, this is such a central, safe, and convenient location. I just love living here! (URL HIDDEN)
## 620
## 621 This location is unbeatable situated right between west Hollywood and Beverly hills you are in walking distance more than 100 shops and restaurant. This is the absolute perfect location if you want to shop and explore the culinary world of LA with little to no driving. The famous outdoor shopping mall The Grove is just a 3 min walk away. The Farmers Market which is adjacent to the Grove feature dozens of gourmet food stands. Amazing, a must see/go place. 3rd street featuring tons of boutiques,specialty shops, restaurants, cafes and bakeries is just a 5 minutes walk away. Many sights are in walking distance: 0.5 mi to The Grove shopping and entertaining center 0.5 mi Farmers Market 0.5 mi to Los Angeles County Museum of Arts, Museum of Folk Arts, Peterson Automotive Museum and much more... then 3.2 miles to Hollywood 3.4 mi to Beverly Hills 10.7 mi to Santa Monica Pier 6 mi to Universal Studios Hollywood 9.3 mi to Venice Beach 9.5 mi to LAX
## 622
## 623 It’s a 5-minute stroll down to South La Brea Avenue, where popular restaurants and live music venues stand side by side with art galleries and shops. Try Roscoe’s House of Chicken and Waffles, a soul food favorite of Barack Obama. Find the Grove, a high-end shopping mall with a theater amongst a bustling promenade, just 10 minutes from home. It’s 13 minutes to the heart of downtown, or you can head towards the Hollywood Walk of Fame. Find your favorite star—in person, if you’re lucky!
## 624
## 625 I love my neighborhood. I am steps from Ralph's, Rite Aid, Smart & Final, & Starbucks (it's in Ralph's). Everything is at my fingertips. I can also walk to LACMA, la Brea tar pits, and the Peterson Automotive museum. I am only a few minutes drive to the Grove. I am right off Wilshire Blvd with a bus stop at the corner. The bus goes straight downtown or to Beverly Hills, even the beach. Wilshire Blvd is a big boulevard which stretches from downtown to almost the beach.
## 626 The neighborhood is extremely walkable, especially for Los Angeles. Grocery store and two drug stores are within three blocks. Many restaurants, cafes, and little shops are along Wilshire and La Brea. This apartment is in Museum Row on the Miracle Mile, and you can walk to LACMA, The La Brea Tar Pits, The Architecture and Design Museum, the Craft & Folk Art Museum, and the Peterson Automotive Museum, among others. ((website hidden)_Angeles_California.html) Approximately one mile (easy walk) from The Grove shopping center, the famous Farmers' Market, and movie theaters.
## 627 I love my neighborhood there is never a dull moment ! Miracle Mile is a great neighborhood to visit or live in if your looking for a combination of convenience, culture, and fun. Miracle Mile is convenient for commuters to Beverly Hills, Korea town, Hollywood, Hancock Park , and the rest of the ares in Mid-City.
## 628 The neighborhood is beautiful, full of life and great for walking. It is perfect for both travel and business because it is close to everything. We are across from The Grove, The Farmers Market, several grocery stores, Pacific movie theatres, LACMA Museum, all major banks and every type of restaurant you can think of. 10-min drive will put you right smack in the heart of Hollywood Blvd, Sunset Strip, Beverly Hills, Rodeo Drive, Melrose Ave, and Beverly Center. 20min to Santa Monica Beach for a beautiful sunset or 30min to Downtown LA.
## 629 Quiet street that is tree lined with other classic "Story Book" houses from the mid 1920's. Very close to the Grove shopping center, Beverly Hills Mall, LACMA museum, La Brea Tar Pits, and El Ray music venue
## 630 Best walking area. Hot, trendy area. Best place in L.A. Shopping around the corner, museum row a block away, the grove 2 blocks away.
## 631
## 632 Walking distance to local hot spots, grocery, shopping, dining, freeway, gas station.
## 633 Down the hill there is a grocery store and not much further is a section of Figueroa St. that has lots of shops and stores. There is also a park with tennis courts and a dedicated section for dogs that is located 2 minutes away from the store down the hill. Also, this neighborhood is quiet, it's definitely not a college town. So if you're looking for a peaceful place then this is it!
## 634 Highland Park is the most up and coming neighborhood in Los Angeles and is less than a mile from our front door. Both Figueroa Avenue and York Blvd are loaded with great restaurants, bars and boutique shopping. There are also wonderful hikes just minutes away, both at Debs Park and in the Arroyo Seco.
## 635
## 636
## 637 We are located on a quaint quiet tree lined street. The majority of our neighbors are families and we all care about the neighborhood. Target, Starbucks, CVS and a few fast food restaurants are walking distance within a couple of blocks. We are between two long boulevards with a few local eateries and fast food. A 2 minute car ride to Noho arts district is a trendy area for walking, shopping, celebrity gazing and bar hopping. Noho Arts District is primarily known for its plethora of live theaters and world renown dance studios. A 10 minute car ride will get you to the famous Ventura blvd (please see ourventurablvd for events and fun things to do). For the freshest food make sure to visit the local Farmer's Market every Sat from 10am -3pm located at 5200 Bakman, North Hollywood, CA 91601.
## 638 This property is located in a very quiet and homey residential neighborhood that is just a minutes walk away from the center of the NoHo Arts District!
## 639 Safe, plenty of street parking, walking distance to NoHo arts district and metro station. Plenty of bars and restaurants nearby. Short Uber ride to nearest target and grocery stores.
## 640 Right in the middle of NoHo Arts District with all the local live theater, tons of dance studios, restaurants, coffee shops and bars. Burbank with all the quaint vintage shops Toluca Lake with all the splendid charm don't miss The Original Bob's Big Boy on friday nights when the locals bring out their vintage cars. You might just see Jay Leno!
## 641 Convenient location, in a quiet, older neighborhood in North Hollywood away from the hustle of LA, right on the border of Burbank. Located a little over a mile from the North Hollywood Metro Station, which is a 3-4 minute car ride or a 20 minute walk. We're just two blocks from the Chandler bike path that can lead you right to the train! Close to the North Hollywood Arts District where there are restaurants and bars! As well, we're just a block from the city of Burbank, where you can find studio tours like Warner Brothers, less than a 10 min car ride away. If you are from out of town, please understand that LA is huge and the public transport is not similar to NYC. You will likely need to uber at some point during your stay. There is not one perfect location to stay while visiting LA, but we are located close to public transport and also close to a lot of tourist spots like Universal Studios. Our neighborhood is safe, and looks typical of LA neighborhoods, older, not glamorous- this is
## 642 The house is located on an eclectic street with artist warehouses and music rehearsal studios. The house is a block from an amazing separate bike/foot path that goes from Downtown Burbank to Woodland Hills. The house is walking distance to the adorable NoHo Arts District which was just voted LA's Best Neighborhood by LA Weekly. It is a hip arts district filled with wonderful Restaurants and Bars. Live music. Coffee houses. Playhouses. Dance Studios. Music Studios. Boutiques. a 24 hour fitness. Yoga studio. Jazz club. Sports bars. Grocery store. Movie theater. For public transportation to Hollywood and Downtown there is the Red Line train that is a half mile walk from the house. It drops you off at Universal Studios. The Hollywood Walk of Fame. Hollywood Bowl. The famed Hollywood/Vine. Los Feliz-Vermont street. Korea Town. and Downtown. By car, it is minutes from All TV Studios (Disney, ABC, NBC, Universal, WB). As well as freeways. It is a great home base to explore LA.
## 643 Close walk to NoHo metro red and orange lines. Great for interns at Universal, WB, Disney studios and New York Film Academy in Burbank. Also a close walk to the Acting Corps Studio in NoHo Safe, quiet neighborhood. Walking distance to Target and other shopping areas.
## 644 Beautiful house in the heart of NoHo. Quiet neighborhood with a lot of free street parking. Close to public transportation. 5 minute walk to NoHo Art District with a lot of nice restaurants and bars. I highly recommend EAT, Republic of Pie, Eclectic Wine Bar& Grille (they have a happy hour bites and cocktail specials). Close to major dancing studios such as Movement Lifestyle, Evolution Studios, LA Tango Academy, Debbie Reynolds Dance Studio ant etc.
## 645
## 646
## 647 Family friendly
## 648 NoHo Arts District is a great location lots of creative people. Theaters, all the hip bars and cafes and so close to transpiration. 24 hour super market also.
## 649 Really nice safe neighborhood with private parking in family friendly building 7 mins from burbank airport and 20 mins away from LAX
## 650
## 651 Grocery store, convenient store, dining areas, and the metro are all a 15-20 minute walk away.
## 652
## 653 Atlantic Times Square is a modern shopping and restaurant complex with lots of entertainment options. Here are some of the cool spots you can check out - literally just downstairs! AMC Movie Theater 24 Hour Fitness Gym Arcade Spa 101 Noode House (Taiwanese cuisine) Uni Boil (hot pot) PappaRich (Malaysian cuisine) Gatten Sushi Curry House (Japanese curry) Dim Sum Phoenix (Hong Kong cuisine and desserts) Okie Poke Ten Ren's Tea Time ... and so much more!
## 654 The hills of Monterey Park is a quiet neighborhood with families all around. Just down hill in downtown Monterey Park is every assortment of the best Chinese food in Los Angeles. Organic Chinese food, hot pot, shabu shabu, spicy Hunan food, HK style cafe, boba shops, and Chinese bakery. You can't beat the Chinese food in this area.
## 655 This is an up-and-coming neighborhood just north of Downtown LA, on the slope of the Mount Washington (MW) area, where you can find great places for walks and hiking. LA River is about 5 minutes away by bicycle and it has a very nice bike path along. This is Los Angeles, so we share some common problems such as homelessness and busy traffic. It is very safe and a family-friendly neighborhood, nevertheless. There is also a local bicycle shop and an awesome Mexican restaurant right across the street. Highland Park, Eagle Rock and Occidental College to the north, Downtown LA to the south & Dodger Stadium to the Southwest is just 10 minutes drive, so it is very centrally located in a car city. (with public transit options - Metro Rail & buses.
## 656 Nice quiet neighborhood, hip locally owned coffee shop just down the street, some of the best Mexican food around.
## 657 Great things to do in the neighborhood, coffee lovers can go to Antigua Coffee House on Figueroa St. Once a month there are art walks in the community. York St. near Occidental College boast hip and trendy eateries. Good Mexican food such as La Morenita not far away. Public library in walking distance and Taylor Yard Park for soccer.
## 658 Neighborhood is safe and with a lot of vegetation, beautiful palm trees,two parks with city view.Pet friendly neighborhood also great for hikers.
## 659 Highland Park has quickly become one of the hottest neighborhoods in LA. With the re-opening of the stunning Highland Park bowl just blocks away, the nightlife has really taken off. York & Figueroa streets are lined with plenty of bars, vintage shops, & yoga spots. Also, we have quick access to many parks and hiking trails nearby, including a great view of downtown by the pond at Earnest E Debs Park and The meditation gardens at the Self Realization Fellowship in neighboring Mt. Washington. And did I mention the Tacos? There are taco joints at almost every block.
## 660 The neighborhood is quiet and comprised of single family homes interspersed with ranch properties and horses. There is a large acreage of empty desert featuring Joshua trees located along the main boulevard as you turn onto the residential street.
## 661
## 662 Ocean view. Walk to Getty Villa Malibu.
## 663
## 664
## 665
## 666
## 667
## 668 The people, the coast, and the history.
## 669 The view from the top of street is great. There are several parks, restaurants and shopping within a 15 min walk. The beautiful San Pedro and Palos Verdes coast line with cliffs and beaches are close by and good for walks as well as bike rides. For bicyclists, the coast provides a great view and workout.
## 670 Neighbors are friendly, near to World Cruises port, near the freeway, lots of choices of restaurants, about half-an-hour to Disneyland, and you just cross the bridge to Long Beach.
## 671 A very hilly neighborhood! Great views all around :-) 2 great restaurants and a small local market are 2 blocks away. The beach is a 5 minute (1/3 mile) stroll down the hill. Point Fermin Park and beautiful cliff views is about 1/2 mile walk. Korean Bell is a block away.
## 672 There are good restaurants nearby, Mexican and Italian, even within walking distance! Starbuck's, Pizza Hut, Subway, Papa John's, CVS, Circle K too! There is a park across the street and we have a neighborhood pool.
## 673 My Neighborhood is Safe, Beautiful and New! Easy access to everything you need!! People are friendly here :-)
## 674 Located near Placerita Nature Center and Park where there are lots of beautiful hiking trails to enjoy. Equestrian riding facility on property and lessons or riding is available. Ask for rates. Grocery stores and restaurants located within 4 miles.
## 675
## 676 Very beautiful area with lots of trees.
## 677
## 678
## 679
## 680 This is a lovely and quiet family neighborhood, close to many of the more areas of the city and West LA. During the day the streets are fairly busy with children and their families around, but it is never too noisy. The wide streets and mature trees make it very pleasant and easy walking. At night it is quiet and safe.
## 681
## 682
## 683
## 684
## 685
## 686 我很喜欢住在这里是因为她的便利,尤其是适应了国内的生活附近卖东西,买菜做饭,华人超市非常方便,而且价格最便宜最新鲜
## 687
## 688 邻居都很友好。
## 689
## 690
## 691
## 692 安静整洁
## 693 生活机能非常的方便,不会英文也能生活的十分惬意方便,周围的华人超市有好几家,各种风味的餐厅数不胜数。周围还有几家星级饭店和旅馆,会友探访方便,快速上下10步高速公路出行十分的方便快捷。步行可到旁边的大型公园散步煅练。开车几分还可以去旁边的电影院观看中文电影。
## 694
## 695
## 696
## 697
## 698
## 699
## 700 This is one of the few walkable neighborhoods in LA! The neighborhood has tons of great restaurants and coffee shops and plenty of shopping. But walking to the beach will be the best part of your stay!
## 701
## 702
## 703 Walk down the hill to to the beach . Main Street is 6 blocks away and there is a Gelson's supermarket 3 blocks away.
## 704 The first best thing about our neighborhood is how quiet it is. There is no traffic, no cars, no noise, no kids in the street. It's just a beautiful little area. And not to mention, from our street there is an INCREDIBLE view of los angeles. Looking over Venice, Marina, and all the way to LMU, and even past… On the clearest of clear days, you can see ALL THE WAY TO CATALINA… It’s kind of crazy, actually.
## 705 Amazing neighborhood. Truly one of the best locations in the entire country. See description above.
## 706
## 707 (URL HIDDEN)
## 708 Lots of apartments and condos around but a very quiet neighborhood especially at night. No partying.
## 709
## 710 Trader Joes Grocery Store right down the street. Shops, Cafes, Banks and other points of interest on Ocean Park Blvd. and also Pico Blvds.
## 711 The neighborhood is considered the best in Santa Monica. You're north of Wilshire in a very safe area with access to all of the best attractions in town by foot. That said, the area is also quiet, and just far enough away to have a relaxed feel that makes it seem like a quiet neighborhood rather than the tourist capital of Los Angeles.
## 712 Santa Monica, California offers more than its beach and year round warm weather. Its proximity to the greater Los Angeles area makes Santa Monica the perfect base for vacationers and business travelers alike. Some of the features of Santa Monica are: - A walkable 8.3 square miles (21.5 km²) - 3.5-miles stretch of coastline laid-back beach town atmosphere with big city sophistication - Eight neighborhoods offering a diverse mix of shopping, dining, entertainment and outdoor recreation. easily accessible public transportation and rentals making it easy to go car free.
## 713 There is an elementary school across the street, yet it is a very quiet neighborhood. If anything, it feels safer. I personally love to hang out on Montana Ave, which is only a few minutes walk away and has great coffee houses, cafes, boutique shops, and restaurants. Newest addition to the neighborhood is the very first Dunkin' Donuts on the West Coast!
## 714
## 715
## 716 It's a walking distance to the beach, 3rd street Promenade, Restaurants, Shops, Library, YMCA, UCLA, and farmers market.
## 717 Quite tree lined neighborhood on the North side of Wilshire, very active short walk to Ocean Avenue. Avoid the downtown traffic, easy to Uber or get a Hulu Bike
## 718 I love being so close to the beach! So many places to go on foot! The people are very friendly!
## 719 Very safe, clean, quiet neighborhood, 10 min from the beach, closed by great restaurants, stores, malls, great transportation and freeway.
## 720 The unit is across the street from Chase bank and 5 blocks away from Bank of America, the post office and the library. 7 blocks from Trader Joe's and 10-15 minutes from UCLA. There are also many restaurants withing walking distance (Japanese, Indian, sushi, pizza, hamburgers and more) all on the trendy Wilshire area with boutiques, coffee shops and yoga studios. Don't forget the Sawtelle area also know as Little Osaka, which also has restaurants withing walking distance (Japanese, Korean barbecue, sushi, noodle house, pizza and more). Go hiking in the Santa Monica/Brentwood mountains, surfing in the ocean, visit the Santa Monica Pier and 3rd Street Promenade. Malibu, Beverly Hills, Hollywood, Venice, The Getty Museum, LACMA.
## 721 West LA is great. We're close to the restaurants on Sawtelle, and there are cute coffee shops and a great diner downstairs from the apartment. Most importantly, it's centrally-located, so if you're looking to spend time in Santa Monica, Brentwood, Century City, or Beverly Hills, our place is great.
## 722 Centrally located, walking distance to many places
## 723 This is a very safe and fun residential neighborhood, especially if you're into Japanese culture. Just a hop, skip, and a jump away from amazing restaurants and shops. Restaurants mostly include Japanese and Asian cuisine, but not limited to, tacos, burgers, southern, bar bites, and desserts!!! Less than 5miles away from the beautiful shores of Santa Monica Beach, 3rd Street Promenade, Westwood(UCLA), Venice Beach, Downtown Culver City, Beverly Hills Easy access to major highways I-405 and I-10 7 miles from LAX airport and can take 15-45 mins to and from(depending on traffic):)
## 724 Great neighborhood. Steps away from all the restaurants and Market.
## 725
## 726 The apartment is located 1 block from Santa Monica Blvd, and it is about a 10 minute drive due west to the beach. It's about 10 minutes from Hollywood, and basically in the heart of LA. Great location.
## 727 两个字:方便
## 728 安静,便利,安全
## 729
## 730
## 731
## 732 It is safe and we know our neighbors.
## 733
## 734
## 735
## 736
## 737 Walking distance to outstanding food and hangs, or to go hiking in the hills around the neighborhood.
## 738 Great part of Los Angeles with lots of great things to walk to. The other thing that is really great is how easy it is to get to downtown, Hollywood, Pasedena. The 101 and the 5 are very quick to get to.
## 739 Silver Lake is just East of Los Angeles, not far from downtown, Hollywood and Echo Park. Forbes magazine named it the hippest city in America because of it's eclectic community, stores, bars, and restaurants. Silver Lake has easy access to most of the major attractions like Disneyland, Universal Studios, Grauman's Chinese theatre ect. If you like nature, Griffith Park, the largest urban park in America, is just minutes away. The 91 bus that goes to downtown is just down the street.
## 740
## 741
## 742 Our home is walking distance to a vast array of wonderful neighborhood restaurants, cafes, markets (Trader Joe's & Gelson's), music venues, exercise studios and a spa. If you prefer to eat in and not cook, there are a variety of places offering delivery services. We are a short driving distance to Griffith Park and Observatory, the Autry Museum, L.A. Zoo, Greek Theatre, Hollywood sign and Downtown L.A. You could also walk to Sunset Junction if you are up to the 15-20 minute walk. There’s a sweet farmer’s market held in Triangle Plaza on Sunset Blvd. at Edgecliff Dr. every Saturday (8am-1pm) and Tuesday (2-7:30 pm). There’s also the Silver Lake Meadow and Recreation Center which is a 15-20 minute walk or short bike ride from our home.
## 743 Silver Lake is a hip, vibrant, artistic neighborhood in the heart of Los Angeles. The suite is located on a quiet residential street north of Sunset Blvd, a block from the Silver Lake reservoir and just south of Griffith Park. There are so many wonderful shops, restaurants, museums, hiking trails and more to explore in the neighborhood. And a few minute drive (also walkable) to "360" - the newest Whole Foods store
## 744 Silver Lake is hip and rad! Tons to do. Tons to walk to.
## 745 Silver Lake was recently voted "Best Neighborhood in Los Angeles." Restaurants, nightlife, urban hiking trails and great coffee houses are all walking distance
## 746
## 747 Everyone loves this neighborhood. It's close to the beach and in a safe area!
## 748 All sorts of dining and nightlife are within walking distance, and all that LA has to offer is a short drive away!
## 749
## 750 It's a very safe, clean, quiet and friendly neighborhood located in Redondo Beach, a South Bay neighborhood of Los Angeles, CA. The home is adjacent to Hermosa Beach and Manhattan Beach. All three cities are very popular with locals and tourists and there is a strong thriving day time and night life also.
## 751 Nice neighbors
## 752 It's central to everything in the San Fernando Valley. We are eighth next to a great car wash. 9.99 for the inside and out to get cleaned and 8.99 on Tues and Weds! We are three lights away from a CVS. We are directly across the street from a Baskin Robbins ice cream and a Denys. We love all the diverse restaurants around us! We are foodies so please ask us for recommendations!
## 753
## 754 We are only 1.5 miles from CSUN. Walking distance to many different restaurants, bars, coffee shops, grocery store & great shopping. Less than 6 miles to 3 major malls: Westfield Topanga, Woodland Hills Promenade, & Northridge Mall.
## 755 The neighborhood is spectacular, you feel like you are out in the country, but actually just a 5 minute drive to the city. There are people riding their horses down the street, and there is definitely a small town feel where everyone knows each other. The peacocks roam the neighborhood and put on a beautiful display each Spring & Summer. The people are wonderful, and I couldn't think of a better place to live!
## 756
## 757
## 758
## 759 The neighborhood is a hot spot in LA; tons of great little shops and restaurants, including all walks of Asian food, from killer ramen, to sushi, to Korean BBQ; to foodie spots like Plan Check, Sonoritas Prime Tacos, and Flores + Sons Wine Bar. Grocery stores (Japanese/Korean Market, Ralph's, and Trader Joe's) are within walking distance, as well as easy access to bus stops.
## 760 My apartment is walking distance to many places and minutes away from different beaches and many tourist places and areas
## 761
## 762 The space is perfectly located between Santa Monica and West Los Angeles and is minutes away from Trader Joes, Ralphs, Vons, CVS, 7-Eleven, and a variety of restaurants ranging from 5 star to quick take out. Within just a few blocks is a yoga + pilates studio, bar and restaurants, car rental, and Smart and Final grocery store. Santa Monica Pier is 3.5 miles west of the house, and can be driven or biked to on Broadway.
## 763 Peaceful, quiet, centrally located, accessible. Close to Ralphs, Wells Fargo, cycling gyms, bicycling paths, the park, coffee bean, Trader Joe's, Starbucks, bed bath and beyond, LA fitness, boxing gym, rock climbing, Chinese Japanese Korean barbecue Greek food middle Eastern food, sushi, Ramen, burgers, yogurt, ice cream, yoga studios, the metro, and 3 miles from the ocean.
## 764 The apartment building is on a tree filled, lovely, cul-de-sac, near variety of small and excellent Coffee Bistros, Restaurants from Persian to Japanese. You are walking distance from Little Osaka, independent Kosher Market, Post Office, Bank of America, Royale Lemelle Independent Movie Theater. We're a few blocks west Wilshire Blvd and the 405 FWY, minutes from Brentwood, and about 10-20 minutes by car (depending on traffice) from UCLA/Westwood, Santa Monica Beaches, Venice Beach, etc.
## 765 Coffee shops, restaurants and grocery stores within blocks: apartment is a short walk to Starbucks, Ralph's, Smart and Final, and 5 min drive to Trader Joe's, short walking distance to LA Fitness, and is close to the 405 and 10 freeway, there is a direct bus line to UCLA, the bus stop is a block away.
## 766 The apartment is located on the border of two great neighborhoods: Brentwood and West LA. You are within walking distance to lots of high end shops and restaurants on San Vicente Blvd., a 5 minute drive to UCLA (or short/direct bus ride), 10 minutes drive to Santa Monica. Most of the neighbors on the block are young professionals, along with many UCLA graduate students. The nearest cross street is Wilshire Blvd. (the main avenue of Los Angeles), which makes getting around the city very easy.
## 767 Prime location in west LA. Max 10-15 minute from all main spots like Santa Monica & Venice Beach, Beverly Hills, Hollywood, UCLA. Perfect for holiday vacation.Rest and relax in this safe & convenient area of Los Angeles. Within walking distance to: Trader Joes, Ralphs, Starbucks, Walgreens.
## 768 The neighborhood is a very nice area with many celebrities nearby. Thus there is not much commercial activity (to keep it safe). You may go walking to the Getty, which is free and has beautiful gardens and great food!
## 769
## 770 Safe and Quiet neighborhood. Easy Uber ride to almost anywhere in LA
## 771
## 772 We are right at the edge of the Miracle Mile, about a 5-10 minute walk from the LACMA Museum, Peterson Auto Museum, LA Brea Tarpits, and a number of smaller museums. We are also about a mile away from The Original Farmer's Market, The Grove, and numerous independent shops along 3rd Street. A short bus ride or Uber will take you to West Hollywood, Culver City, or Beverly Hills. However, the studio itself is on a quiet tree-lined street that feels far away from the loud city surrounding.
## 773 Residential historic Carthay Circle neighborhood, tree-lined street. Walking distance to Starbucks and independent cafes. Minutes away from Beverly Hills, West Hollywood, and The Grove
## 774 Centrally located to many LA attractions: the Grove, La Brea Tar Pits, LACMA, Beverly Hills, Hollywood, downtown, malls, lots of great restaurants.
## 775 The neighborhood is a quiet and predominantly populated with single family homes, mostly bungalows built in the 1920s.
## 776 In the heart of the Miracle Mile, Carthay Circle. Walking distance to some of the best museums in LA. Beverly Hills adjacent. Very close to The Grove (about a 15 minute walk or 5 minute drive). What we love about our neighborhood is that it’s centralized yet very quiet.
## 777
## 778
## 779
## 780
## 781
## 782 This is an older historic neighborhood in the midst of well known cultural attractions, an artist, design, film and television center with LA County Museum of Art, Petersen Auto Museum, LA Tar Pits, CBS Studios, West Hollywood attractions, and a foodie paradise all nearby. Longtime residents are friendly and do walk the streets with pets. 2 public parks are close by. Beverly Hills is adjacent.
## 783
## 784
## 785 nice and safe
## 786 Korea Town is a neighborhood that never sleeps. Here you can find restaurants around the clock, karaoke clubs and dive bars. It has the highest concentration of nightclubs and restaurants in Southern California, so if you are looking for a place where you can have 24/7 fun and great places to eat, then this is just the neighborhood for you! If you are looking to have an affordable spa treatment, then the Korean spas would be a great option! For as low as 15, you can relax in the steam room, sauna, hot tub and pool. Come experience a neighborhood where the locals speak English, Spanish and Korean. The mix of languages and culture in this area led to the most famous food from LA, Roy Choi's Kogi tacos. You are also just a stone's throw from downtown. A very quick taxi to Staples Center will save you a bundle on parking or just simply take the Metro transit. Once there you can experience Los Angeles' downtown renaissance. Lot's of shops and restaurants. Visiting USC, Santa Monica, Dow
## 787 Amazing safe neighborhood !
## 788 Old structures from different time periods of Los Angeles history.
## 789 SAFE NEIGHBORHOOD
## 790 Location to major freeways 3 streets away, Privacy.
## 791 Great deal for nice private studio in downtown LA. Safe area.
## 792
## 793
## 794
## 795
## 796 It's quiet, beautiful, and family oriented!! There's a few new hip bars in the neighborhood too. Look theses up : - Cinco - Playa Provisions
## 797 My neighborhood is quiet and friendly. Mostly all neighbors have been here for over 20 years. This neighborhood is comprised of a mixture of elderly to young working adults. Everyone is cordial and stays to themselves. The neighborhood is filled with trees and wide roads.
## 798 We are centrally located near Fox, MGM/Culver and TV studios, so if you are working on pilot or series, come stay with us, it's a perfect place! Our neighborhood is adjacent to Beverly Hills, and nearby destinations such as The Grove, Century City and Beverly Center malls provide lots of shopping opportunities. The Getty, LA County Museum of Art, California Science and Space Museum (featuring the Space Shuttle, Endeavor) and other cultural centers are among the things to do nearby. Popular places like Venice Beach, Santa Monica 3rd Street Promenade, Hollywood Blvd and downtown Los Angeles will keep you busy while you are here.
## 799 The perfect location for all Los Angeles visitor, situated directly between Santa Monica/Wilshire Blvd minutes from the main highway. Very close to UCLA, Santa Monica, Brentwood, Beverly Hills, Wilshire Corridor, Culver City, Venice and more! Walkable distance to Brentwood shopping and coveted San Vicente BLVD. 2 minute drive to Brentwood country-mart, Sweet rose creamery, Katsuya Sushi. 15 minute drive to beach and Santa Monica and 10 min to Beverly Hills and 20 min drive to Hollywood.
## 800
## 801
## 802 Brentwood is a rare walkable area of Los Angeles. Everything you need is a short walk or cheap uber away! It is safe and the weather is almost always perfect. It is a great base of operations for those visiting UCLA, Santa Monica, the Getty, or who simply want to be in an super safe neighborhood. It's a charming area and I feel lucky to live here.
## 803 Walking distance to the beach, Brentwood shops, near Beverly Hills, best weather, easy transportation.
## 804 Best neighborhood in LA. Close to Whole Foods, CVS, coffee, shops, and restaurants all within walking distance.
## 805 The address is 1151 Amherst avenue Los Angeles CA 90049, there is a Ralph's supermarket walking distance, CVS pharmacy, bars (I recommend Cabo Cantina, Q's billard and Bruhaus) and a lot of restaurants. There's a great French breakfast / lunch place on my block called Amandine (reasonable prices) and a very good sushi place called Hara Sushi (with happy hour all day!) across the street.
## 806 Brentwood has many fine restaurants and shops, has a moderate climate, 2.4 miles from the amazing Getty Museum, 5 miles to the beach and 20 minutes to Hollywood, Downtown LA and LAX. UCLA is just 2 miles away. Prime location on the westside.
## 807 Palm trees on the street make the neighborhood look beautiful Friendly quiet neighborhood. Great location. 3 miles from the beach 4 miles from beverly hills 5 Miles from Hollywood.
## 808
## 809 While the street I'm on is quiet, Wilshire Blvd is only one block away, where there are many great shops, restaurants, and bars. If you're here on Sunday mornings, the Brentwood Farmers Market is only a short walk and a great place for many kinds of food, as well as local arts and crafts.
## 810 Centrally located near Westfield Century City, Beverly Hills, Westwood & Fox Studios. Just a short drive to Santa Monica Beach.
## 811 Centrally located in the heart of the Burbank Studios district. Quiet neighborhood with pleasant neighbors and curbside appeal. The studio is located directly on Alameda, which is a busy street, but extremely convenient to get around. The studio has double pane glass windows throughout, which helps with street noise.
## 812 Neighborhood is quiet and charming with coffee shops, boutiques, a farmers market, sports bars, juice bars, ethnic restaurants, the original drive-in Bob's Big Boy (vintage car show every Friday night), celebrity sightings, close by malls and minutes from Hollywood.
## 813 Less than 2 miles from the Burbank airport. I live in a gated apartment building. There is a park with tennis courts, an Ikea, a mall and plenty of restaurants & grocery stores nearby. Did you know Burbank has the most studios than any other part of Los Angeles including Hollywood?
## 814
## 815
## 816
## 817 Very quiet, tree-lined street, with plenty of charm and lots of great architecture.
## 818 Altadena is nested in the foothills of the San Gabriel Mountains. Trails and wilderness are just a couple steps away. JPL, ArtCenter, Rose Bowl, Caltech and Pasadena are only minutes from your door.
## 819
## 820
## 821 The neighborhood is a quiet residential area with lots of trees and other foliage. Be on the the lookout for a flock of green parrots that is usually seen in the late afternoon.
## 822 This is a quiet part of Pasadena, located in the foothills of the San Gabriel mountains. After having spent so many years in the Midwest, I am always amazed to see the mountains outside my front door.
## 823 Very quiet, close to hiking trails, coffee shops and public transportation. Near JPL.
## 824
## 825
## 826
## 827 Located northeast of downtown Los Angeles, Arcadia is bordered by six other communities: Pasadena, Sierra Madre, El Monte, San Marino, Monrovia, and Temple City. The Westfield Santa Anita mall (formerly the Santa Anita Fashion Park) is a major shopping center in the city. In 2005, the Westfield Santa Anita completed its first phase of expansion featuring a new food court, Sport Chalet, Borders Books and Music, Dave & Busters, numerous smaller retailers, various full-service eateries in an area known as Restaurant Square, and a 16-screen AMC Theatres. In 2008, expansion of the mall continued as the Promenade outdoor structure was completed, with new high-end retailers such as Coach and Talbots. Santa Anita Racetrack is located nearby and hosts live and remote horse races throughout the year. Transportation: Arcadia has several main roads, including Foothill Boulevard and Huntington Drive. It is also served by the Foothill Freeway (I-210). Metro Gold Line: In 2016, Metro opened a new a
## 828 安靜,安全,優美。
## 829
## 830 This is really close to the center of Hollywood, which is at the intersection of Hollywood Blvd and Highland Avenue. There you will find most of the most famous Hollywood tourist attractions such as the hand/footprints in the cement courtyard of the Chinese Theatre, the Dolby Theatre, Hollywood and Highland entertainment complex, Madame Tussaud's and more. This area also holds some of the most famous celebrity stars in the Hollywood Walk of Fame (stars inlaid on the sidewalk). A short walk away are more famous tourist attractions, such as the Hollywood Wax Museum, Guinness World of Records Museum, the Hollywood Museum and Ripley's Believe it or Not Odditorium.
## 831 Check out Airbnb's Hollywood neighborhood guide: https://www.airbnb.com/locations/los-angeles/hollywood
## 832
## 833
## 834 Great and convenient neighborhood. Metro station, airport shuttle bus stop, Walk of Fame, Pantages, Trader Joe's, Walgreens, Chase, beauty salons, and restaurants are in a walking distance.
## 835 This is the perfect neighborhood for someone wanting to see lots of Los Angeles, quaint restaurants,cool bars, Runyon Canyon, Hollywood blvd. and the world famous Guitar Center are all within walking distance!
## 836 Melrose District / Hancock Park adjacent. Walking distance from Paramount Studios, Pink's Hot Dog, and the hip Melrose Avenue scene.
## 837 This neighborhood is amazing, friendly and safe. We have a small market in the corner and around the corner there is a shopping center with sushi and fat-sal's.Ride aid , 7 eleven, chick-fil-A , Raphls and much more in a walking distance
## 838 Our apartment is a 15 minute drive to Universal Studios; Where the Wizarding World of Harry Potter just opened this summer. You can catch a movie or dinner at City Walk. Not up for the drive? Walk on over to Sundance Cinemas (about 7 minutes) where you can have dinner/cocktails and enjoy a movie. Check out comedy at the world famous Laugh Factory- and no need to worry about parking or getting a Taxi. The Laugh Factory is just a 5 Minute walk up the Blvd. Coffee Drinker? Coffee bean is just a 3 minute walk across the Blvd. If your a die hard Starbucks drinker- Tag on another 2 minutes and you're there.
## 839
## 840 The apartment is located in a quiet neighborhood, 15-minute walk to Hollywood Blvd Walk of Fame, Hollywood Tours bus stops, 20-minute walk to Chinese Theatre. Hiking trails of the Hollywood Hills, 10-minutes drive to Runyon Canyon, and we have a secret way to get to Hollywood sign by car or hiking!!!
## 841 You'll simply love how close you are to everything at this location! Just a 1/4 of a block to Hollywood & Highland: -World famous Manns Chinese Theatre (Where they host the Oscars and many movie premiers regularly. I see famous people all the time!) -Hollywood Walk of Fame -H & H shopping mall -Disney's historic El Capitan Theater -Rippley's Believe it or Not -Madame Tussauds Hollywood Wax Museum -Hollywood tours -Jimmy Kimmel Live (Get tickets to a show!) -Numerous eating/drinking/shopping establishments -Javista Organic Coffee Bar -Starbucks -Historic Mel's Diner is across the street & open late! Within 3-4 blocks: -The Selma and Cahuenga hot spot where more of the locals hang out. (Includes renowned venue Hotel Cafe who gave artists like Ingrid Michelson and Sara Bareilles their start and Piano Bar which has live jazz fusion from some of the best musicians in LA on Wed and Fri nights. A local fav spot) Many eating/drinking/clubbing locations at this intersection. -Sunset and Vine is
## 842 Famous Hollywood Stars, Shopping and Restaurant walking distance.
## 843 Melrose Avenue is a shopping, dining and entertainment destination in Los Angeles that starts at Santa Monica Boulevard, at the border between Beverly Hills and West Hollywood. Its most famous section, known as the Melrose District, is the West End through West Hollywood and Hollywood. One of the most famous landmarks located on Melrose Avenue is Paramount Pictures. The neighborhood became a popular underground and new wave shopping area in the early 1980s. Pioneered by adventurous independent retailers and restaurateurs, Melrose Avenue captured the global imagination as the birthplace of Southern California's New Wave and Punk cultures. Rapid notoriety quickly lured movie stars, moguls, and style seekers, leading the press to dub Melrose Avenue "the new Rodeo Drive." Ready for its close-up, the avenue enjoyed its share of TV and movie cameos, and appeared regularly on Jay Leno's "Jaywalking" segments of The Tonight Show With Jay Leno, in addition to pop culture gems like Entourage and
## 844 Classy, Quiet & Mature
## 845 WALK TO: Hollywood and Highland Mall Kodak Theater Graumann's Chinese Theatre Pantages Theatre Hollywood Wax Museum The W Hotel Best NIGHTLIFE in Hollywood! (Drai's, Tru, Sayer Club, Mr. Black's, Colony) Trader Joe's Grocery Store CVS Pharmacy 24-Hour Subway Sandwiches Major Bus lines to West Hollywood, Beverly Hills, Santa Monica, Venice Metro Subway to Universal Studios, Downtown LA, and more! GAP, Banana Republic, Express, H&M, TONS of shopping! Frozen Yogurt Brazilian Food Thai Food Mexican Food Pizza Amoeba Music - HUGE Record Store Arclight Cinemas - Best Cinemas in Hollywood
## 846 Neighbors are friendly and trustworthy, it's nice to walk around the lively streets of Downtown Hollywood.
## 847
## 848 NO PARTYING, NO EXTRA GUESTS. NO PETS Its a quiet complex in a very safe building, great neighbors too.
## 849 Right in the center of Hollywood close to everything. You wont even need a car!
## 850 A safe place with TONS of tourists and locals around from dawn to past midnight. that includes a good police presence too. Some homeless or begging folks too - which is part of the city experience these days. I feel safe as a woman walking alone all over up to midnight. Eclectic area. Cartoon and movie characters, tourists, lots of different languages swirl around you - and maybe there will be a movie premiere outside your door!
## 851
## 852 Located 2 blocks from Hollywood Blvd, all the tourist spots, amusement parks, restaurants, clubs, theaters ,shopping. Quiet and peaceful neighborhood
## 853
## 854
## 855 Historically protected city. Small town feel, but very close to the city. One of the best school districts.
## 856 Safe and quiet. Family oriented.
## 857
## 858 Great walkable neighborhood, stroll to Ventura Boulevard restaurants, cafes, bars and stores.
## 859 Studio City is one of the nicest area in LA, with tons to see and do. You can walk to Ventura Blvd in 10 mins, and it's loaded with restaurants, sushi, bars, clubs, boutiques and shopping of all kinds. There's a big market up the street that's got everything you'd need in a pinch, including a huge alcohol selection (!). 10 mins walk to the east and you'll be on a very cool, hip stretch of Tujunga Blvd, full of great cafes, boutiques, and restaurants as well. 5 mins drive puts you at the base of Fryman Canyon, one of LA's coolest hiking trails (never too crowded, always good for a celeb siting), which is a 2.7 mile loop with awesome views. Sundays there is a huge farmers market off of Ventura Blvd/Radford Ave that's got tons of food, produce, and stuff to do for the kids. Ventura just below me has a Trader Joes, McD's, yoga studios, Laurel Tavern, Firefly, Black Market (all popular nightspots), sushi restaurants, coffee shops and cafes, drugstores, a Vons market and more cool stores, sh
## 860
## 861 Studio City is one of the trendiest areas in Los Angeles. providing lots of amenities to all type of travelers. Fun for family vacations, solo travels, and businesses as well! Lots of great restaurants, coffee shops, shopping, amazing hiking trails, great night life and it’s all with walking distance of the property which is rare for LA!
## 862
## 863 Colfax Meadows was one of Studio City's original neighborhoods - Now it's one of the most popular and established neighborhoods. It's best known for its proximity to the trendy Tujunga Village which features the popular Aroma Cafe, Vitellos, the Gelato Bar, Sweet Rose Creamery and many other boutiques and hair salons.
## 864 Close to parks, cafes, and shops. Family oriented neighborhood. Close to all studios, schools, and other. Convenient for getting around LA.
## 865 Studio City is the Beverly Hills of the San Fernando Valley. I am one block north of Ventura Blvd. at Coldwater Canyon. Excellent neighborhood with jogging paths along the river, 17 restaurants and all services within walking distance. Studio close. 15 min. to Beverly Hills or West Hollywood and Universal City!
## 866 Walking distance to the most trending boulevard in LA , Ventura Blvd. with many, many shopping centers, restaurants, banking, church and just minutes away to Universal Studios, Warner Brothers, Disney / ABC / NBC Studios, Burbank /Glendale/ Pasadena, Hollywood, Six Flags /Hurricane Harbor, LA ZOO and major freeways access ((PHONE NUMBER HIDDEN), etc.).
## 867 The apartment is on the main street in studio city so anywhere you want to go is walking distance. CBS studios is a one minute walk, on Sunday mornings there is a farmers market right out the front door, Universal Studios is a three minute drive
## 868
## 869 Walking distance to grocery stores, Universal Studios and Ventura blvd
## 870
## 871
## 872
## 873
## 874 My neighborhood is very quiet and close to everything you may need. This would include Vons, Ralphs, Library, Post Office, Costco, Convenience stores, restaurants, parks, moutains for hiking, bus transportation, freeways, down town los angeles and other major cities. I am very central to everything that makes Los Angeles what it is. Burbank is full of most of the studio lots. Many shows are filmed there as well as Universal City and Universal City Citywalk-about 15 minutes.
## 875 The home is on the end of a quiet cul de sac. The neighborhood is one of the few paved residential areas in Topanga, so it's upscale yet close to the rural beauty of Topanga. There is ample free parking along the street.
## 876 Wonderful clean,safe, perfect weather.
## 877
## 878 Secluded setting located on a private street with no traffic noise. Find tranquility among the sounds of wildlife and the ocean breeze where the only neighbors you are likely to see are birds and an occasional deer.
## 879
## 880 Can bike to restaurants or lake.
## 881 No neighbors live in view in any direction. Setting is totally rural yet offers relatively easy access to beaches, Los Angeles attractions and the famous Malibu scene. Numerous hiking trails a short distance from the home. 1 hour from Los Angeles & Burbank airport. Multiple restaurants and shopping in Malibu by the beach or Westlake Village in the other direction.
## 882 Malibu beaches, Malibu Wine Region, hiking trails, biking (there is a bike path along the Pacific Coast Highway, Vintage Grocers, shops and restaurants across from Zuma Beach ..about a 15 min drive.. RESTAURANTS in the area. -Ollie’s Duck and Dive- good vibes, live music on some weekends. -The Farm on Malibu Pier- Organic deliciousness located on the end of Malibu Pier, on the water. Must go, see, eat and drink. -The Sunset- Awesome happy hour and beautiful beach setting. Make sure to go in time to catch the Sunset. Or fine dining upstairs. -The Old Place- Rustic, Cowboy, Hipster, Coolness. Artists, Musicians, Models, Actors and one darn eccentric crowd love this hidden gem. Located about 20 minutes away in the middle of the Malibu Mountains/Wine Country. Make reservations. Books up fast and is very small and intimate. -The Malibu Cafe- Huge, beautiful, rustic outdoor setting. Located in the Malibu Mountains/Wine Country. Lake, ducks, peddle boats, amazing for Brunch, drinks and chil
## 883 Our home "Sequit Falls Ranch" is located within the Santa Monica mountains national recreation area (SMMNRA). There are many beautiful hiking/biking trails including the world famous Backbone Trail, we are a convenient overnight stop. We are located in the midst of the training routes for international cyclists, including training for the tour de France and other major cycling events. (URL HIDDEN) We are also close to "Malibu's Wines" vineyards, tasting location and Wine Safari. Malibu has some great restaurants and shops and of course world famous beaches, a beautiful 6 mile canyon drive to Leo Carillo beach and state park and Pacific Coast Highway. We are approx. 1 hour from Universal studios, Venice Beach and Santa Barbara and approx. 1 1/2 hours from Disneyland and Knotts Berry farm. We are approx. 21/2 hours from San Diego and Sea World. Los Angeles international airport is approx. 1 hr 15 min, with a lovely drive along Pacific Coast Highway.
## 884 As you drive up our very safe and well paved road in Corral Canyon, the views are breathtaking and you will most likely see Wildlife as you ascend up the hill. You will see the glittering ocean and at night the city lights along the coast. We have a very friendly close knit community and walking anywhere is safe.
## 885
## 886
## 887
## 888
## 889 safe and quiet residential neighborhood
## 890 You won't feel stuck in your unit. There is an excellent Mexican restaurant located on the first floor of the building. There are also other restaurants and shops within walking distance to your location, including a café down the street.
## 891 close to lots of restaurants and cafes
## 892 Silver Lake.
## 893 The neighborhood is safe and friendly, but it is Los Angeles, so street smarts are always advised. This is a pretty, residential little nook though, with kids and dog walkers, and I have never experienced anything remotely threatening here. Places to eat, drink, shop and be entertained are too many, too varied, and too awesome to list here, but this neighborhood is world-famous for all of the above. Cafe Stella, Bar Covel, Black Cat, Figaro, Dinosaur, Sqirl, El Condor, The Dresden, and many, many others are within walking distance.
## 894 Our location has many walking food and drink spots.
## 895 artsy & polished neighbors crime and hassle free less than a mile from the reservoir & dog park
## 896
## 897 Silver Lake is located around Sunset Boulevard, between Hollywood and Downton Los Angeles. It is the creative center of LA. Our house is in a neighborhood called the Sunset Junction. Only a two block walk to; Intelligentsia Coffee, Cafe/Bar Stella, Bulan (Vegan Thai), The Black Cat, Cafe Flore, Nature Well, Blossom Vietnamese, Bowery Bungalow, Kettle Black, Sawyer, the LA Eagle. Akbar, El Cid, Cliffs Edge. Open air farmers market on Tuesdays and Saturdays, all within walking distance. We're also very close to, Los Feliz, Echo Park, and a quick bus ride or Uber to get to both Downtown LA and Hollywood.
## 898
## 899 This trendy, and highly diverse neighborhood of Los Angeles is filled with some of LA's greatest coffee shops, retail shops, restaurants and bars. There will be plenty to do right within your neighborhood. The less than 5 minute trip down the Silverlake Hills, you will find you are in an Ideal location for a day of shopping and exploring this great neighborhood. Only minutes from the Sunset Junction. If you like to stay active, you should know, you are just a quick trip down to the silverlake reservoir where many active Angelenos gather for daily exercise. Though there is plenty to do right within your neighborhood, its refreshing to know, you're Less than 15 min to Downtown LA, Arts District, Griffith Park Observatory, Greek Theatre, Los Feliz, 101 fwy, Hollywood, Echo Park Lake, Dodger Stadium, Atwater Village. Less than 25min from Hollywood Bowl, Santa Monica, LACMA, Mid-City, & Culver City.
## 900
## 901 We have been living in this neighborhood for the last 26 years and we love it. Silver Lake Rocks!!!
## 902
## 903 -Silverlake is an absolutely wonderful and inspiring place to live or visit. Whether you are an artist, musician, or just looking to get away for a little while, there is always plenty of things to do or see to keep you entertained during your stay. -We are conveniently located within walking distance to fabulous LA Weekly featured restaurants (such as Black Cat, Silverlake Ramen, Sawyer, Hache, Diablo, etc), as well as many coffee shops (our favorite is Muddy Paw, which is just right next door), and quirky retail stores. -Located directly next door to the well-known “Silverlake Heart Stairs” painted by Corinne Carrey -We enjoy a twice weekly Farmer's Market (every Tuesday from 1pm to 8pm and Saturday from 8am- noon) located at the SIlverlake Triangle Plaza -Sunset Junction and an array of notable cafes, retail shops, and cafes that are all very walkable
## 904 This lovely Home is in a nice neighborhood in Los Angeles County. Has a wonderful park near by, close to all fun places California is popular for and new shopping places at the Azelea Shopping Center.
## 905 The 1920s California Bungalow is ideally located a short walk from the throbbing heart of Highland Park: York Blvd, where lively artists and artful events abound. There are copious amounts of mom-and-pop shops, cafes, restaurants, bars, vintage and vinyl nearby. This neighborhood is no sleepy suburbia, but a colorful cultural melange of all types. The Bungalow is located on a low-traffic street, but its flavor is more urban- abuzz with the energy and noise of a lively community. At times, you can hear a pin drop, or perhaps a pair of squirrels scampering up a local tree - the nights especially can be library quiet. The daytime soundscape may feature home improvers, puppies, a flock of parrots hanging out. We do provide a fancy sub-woofered sound machine for those who enjoy a soundtrack for their slumber - as well as a speaker in the living room to pair your phone or mp3 player for musical accompaniment throughout the day. However, if you are particularly sound-sensitive, this neighb
## 906 If you are in the mood for upscale food and ambiance, check out Cafe Birdie on Figueroa St, they have a great bar too, or walk across the st to E.T.A. if you are in more of a party mood. Next door you have Highland Park Bowl, it is not your hometown bowling alley, they have amazing drinks and pizza and leather couches to sit on while you watch your friends score. Up the street from there is La Estrella, a tasty taco stand that is highly instagrammable and a neighborhood staple. If you wanna sweat out your toxins from Friday night, I highly recommend KINSHIP YOGA for some zen hot yoga. Monte 52's is an awesome deli only a 5 minute walk from the house, where you can get home made bagels, smoothies, amazing sandwiches, and of course, a breakfast burrito. Bearded Beagle next store to that has the coolest vintage denim and t-shirts. Kitchen Mouse is very popular for vegan/vegetarian food.
## 907
## 908
## 909
## 910 Heart of Hollywood Hills. Very safe neighborhood, you can walk around even late at night with confidence. you are 5 min away from Hollywood Blvd, Hollywood Sign, Beverly Hills, Sunset blvd numerous shops, clubs and restaurants.
## 911
## 912 We are in the middle of the Hollywood Hills so the closest shops are not in walking distance but there is a bus at the end of the street that can take you either way down the hill: valley or city. If you like to hike, we're very close to Runyon Canyon, Franklin Canyon or Fryman.
## 913
## 914
## 915 Nature! Peace and Quiet. 10 min to West Hollywood and Beverly Hills but removed enough you feel a sense of wild freedom.
## 916
## 917 The Neighborhood It's the best! Real Country Living in the centre of a bustling metropolis. This is what LA offers and no other city is like it. You can even walk to the Laurel Canyon `Country Store which is a legend and they deliver too! Pace is the closest restaurant. It's a hop to all the wonders of the Sunset Strip, B. Hills and the valley for calm shopping and the studios. Walk up hill to Fryman Canyon for hikes.
## 918
## 919
## 920
## 921 Very nice upscale quiet neighborhood. Street parking. Our house is gated.
## 922 This is a beautiful upscale neighborhood. Close to the freeway, and shopping areas. but once you step onto my grounds it's as if you are in another world
## 923 The neighborhood is quiet, friendly, and convenient.
## 924
## 925
## 926
## 927
## 928
## 929
## 930
## 931 Toluca Woods is a beautiful residential area located adjacent to the NoHo Arts District, Toluca Lake, and beautiful downtown Burbank. It is historical in nature and home to several major movie studios. NoHo Arts District is a vibrant area which has many restaurants, bakeries, coffee shops, banks and a movie theater. It is a 10-15 minute walk to NoHo Arts District from the guest house. The area is also very close to the major attractions in Los Angeles: Universal Studios Theme Park Warner Bros VIP Tour, Walt Disney Studios, Beverly Hills, Hollywood Walk of Fame, The Grove, Downtown LA, West Hollywood, Miracle Mile Museum Row - all within a 10 to 20 minute drive, or accessible via the LA Metro.
## 932
## 933 Our neighborhood is full of huge oak trees and gorgeous rock. Surrounded by friendly neighbors, with eclectic stories. Take a walk and enjoy the awesome trails of the santa monica mountains. Child friendly trails available too.
## 934 The rural-residential neighborhood has a charming, friendly, laid-back, small-town vibe. Super close to town, yet seems like a world apart. Guest's say they can't believe they're in LA. Five minutes to Topanga center's restaurants, coffee shops, grocery stores, and post office. Ten minutes to the beach. Ten minutes to Woodland Hills and Ventura Boulevard with every urban amenity. A hiker's paradise. Walk out the door and hike or mountain-bike all the way to Ventura county, West LA, or the ocean over the famous Backbone Trail.
## 935 Wonderful location in Topanga Canyon, the world-renown vortex of art and eccentricity! Surrounded on all sides by thousands of acres of the Santa Monica Mountains, the largest urban park in America. Charming, friendly, rural-residential hood with laid-back, small-town vibe. Guest's say they can't believe they are in LA. Five minutes to the Topanga business district's restaurants, coffee shops, grocery stores, and post office. Ten minutes to the beach. Ten minutes to Woodland Hills and Ventura Boulevard with every urban amenity known to man. A hiker's paradise - walk out the door and hike or mountain-bike all the way, literally, to Ventura, or West Los Angeles, or to the ocean over the breathtaking backbone trail.
## 936 Once the home of the Chumash Indians, Topanga is a creative community located in the Santa Monica Mountains National Recreation Area, America's largest urban national park with 500 miles of hiking and biking trails. Imagine a country lifestyle conveniently located where fresh air, open space and conveniences are all close by. - 6 min (3.6 miles) to center of town Pine Tree Circle and the shopping district across it (The locals' favorite area for authentic shops and bohemian boutiques, fantastic restaurants, bars, cafes, yoga and dance centers) - 5 min (3 miles) to Gelson's (the closest supermarket to us) - 15 minutes from the beach - 25 minutes from Santa Monica - 10-20 min from shopping (Trader Joe's, Whole foods, Sprouts, Drugstores and Westfield mall) - Topanga has a farmers market on Fridays. the nearby beautiful old town Calabasas Farmers market is on Saturdays. In all the markets you will find local organic incredible food year round. Please bear in mind our property is b
## 937 We are easy access in the canyon either from the 101 or the beach. PCH is a 15-20 Minute drive The neighborhood List of our favorite towns to walk around, shop a little, eat a little.... - Old Town Calabasas (5 -10 minutes drive from us) • Beautiful Saturday's Farmer's Market 8am-1pm - The Commons in Calabasas (a block west from Farmer's Market Calabasas) - The Village (10 minutes drive from us) (URL HIDDEN) (URL HIDDEN) - Topanga downtown (7 minutes up Topanga Canyon going South) More unique boutique shops and culture Hiking.... A close easy hike is 1 mile away Across from Top of Topanga Another close easy trail is end of View ridge 2.5 miles away Hike to an Amazing Ocean View and get a killer workout 25 minutes away Very nice drive through the Canyon to the Pacific Coast Highway. Best time to go is early morning for easy parking. Is NOT a super busy hike because is very challenging but very beautiful. Paseo Miramar Trailhead in Pacific Palisades (URL HIDDEN) Restaurants... The Six
## 938 There are places to shop and eat that are walking distance from the house. We are minutes (by car) from most of the major movie studios, including Universal, Warner Brothers, Disney, and a ton of others.
## 939 The neighborhood is quiet and centrally located
## 940 The house is located in a quiet residential neighborhood with no apartments condos or town houses so there's always free unrestricted street parking. Walking distance to Laurel Grove Park and MTA bus stops with connects to North Hollywood Station (Subway Redline)
## 941 The neighborhood is a small pocket that is close to the 170fwy and 101fwy. Plenty of street parking or use of the drive way.
## 942
## 943
## 944
## 945
## 946
## 947 Venice is an “artsy” and colorful community and is undergoing a big shift towards gentrification. So there are many great new restaurants, shops and lots of amazing new homes being built. But the “old school Venice” is still around - - it’s the most multi-cultural, multi-ethnic and socially diverse area in L.A. - - with the classic hucksters on The Venice Boardwalk and L.A.’s most chic shopping scene on Abbot Kinney. There are multi-million dollar homes with celebrities, rockstars and movie stars, and homeless people. It’s all part of the scene and scenery.
## 948 The Venice Canals are truly iconic. While you have the ecletic action of Venice Beach just a block away, the Canals are in Oasis in the middle of the cool, hip, arts section of LA. There are no streets so the only sound you here is the ducks in the canal at night. One of the most peaceful settings in LA.
## 949
## 950 Perfectly located directly on Main Street above the famous Chaya Venice restaurant. It is steps from restaurants/cafes, bars and shops, 1 block from the beach, and a short walk to the Venice Beach boardwalk and Santa Monica farmers market. Half a mile from the trendy Abbot Kinney Blvd and Rose Ave, and less than 2 miles from 3rd Street Promenade and the Santa Monica Pier. So convenient there are 3 restaurants, a coffee shop, yoga studio, hair salon, massage spot, and CVS all located on the ground floor of the building! Only 15 minutes from LAX; 30 minutes from Universal Studios; 30 minutes from Hollywood Bowl
## 951 Experience beach living at its best in one of California’s most famous beach towns, Venice Beach. Home is just a short drive from downtown Los Angeles, Santa Monica and Malibu! The Los Angeles beach town features top attractions like the world famous Venice Beach Boardwalk (the ocean front walk is bustling with street vendors and performers galore), hot surf spots, Dogtown, Abbot Kinney Festival, the Venice Canals and Muscle Beach. One of LA's most creative spots to work, play, or visit, no beach in the world is like Venice Beach.
## 952
## 953
## 954
## 955 The rental is situated right on the famous Abbot Kinney, close to world-renown restaurants and exclusive shopping. The property is walking distance from the canals and five minutes from the beach.
## 956
## 957
## 958 This is one of the only place in LA where you really don't need a car. Hop on a bike or just walk to anything you need.
## 959 The Marina Peninsula (just south of Washington Blvd.) is a great neighborhood of people who love beach living. My place is 1 block from the beach. There are lots pick up volleyball games, joggers, and sunset watchers daily. The Venice Canals - a visual feast of landscaping and architecture; exploring the walkways and quaint bridges is a must. The trendy street of Abbott Kinney Blvd., is one mile away (a 15 minute walk) where there are many trendy shops, restaurants, bars, and galleries. It's also home to a food truck bonanza and street scene the First Friday of every month. But there's no need to walk that far if you are looking for good food and drinks. Here's the line-up that's right around the corner (starting closest to the beach and working East): -The Whaler - mostly 20s/30s crowd, full bar and solid tap selection, full food menu, live music, DJ or karaoke various nights. -Terrace Cafe - 30s and up crowd, great place to meet locals, American menu with average food. -Hinano Cafe
## 960 Venice Beach is a vibrant, culturally diverse neighborhood, home to an eclectic and creative community of entrepreneurs, surfers, skaters, artists, and musicians. Independent shops and boutiques line the streets, providing a unique shopping experience. Renown local restaurants and shops offer an excellent dining experience. Activities to do with children: Walk to library and along Abbot Kinney. Playground located at small park - Linnie Canal Bridge and Dell Ave. Park has playground equipment and a protected area for wild birds and ducks that frequent the area. Beach - short walk to bike path, rent bikes - tandem bikes are available, and Segways also can be rented. Venice was founded in 1905 as a seaside resort town. Originally designed to replicate Venice, Italy, six canals were constructed in 1906. This inland waterway utilized reclaimed marsh land for building one of the most unique neighborhoods in all of Southern California. Fronting the canals are approximately 370 reside
## 961
## 962
## 963 Nearby attractions include: - Abbot Kinney restaurants and shops (12 minutes walk/ 5 minutes bike ride) - Venice beach and the Venice Boardwalk (20 minutes walk/ 8 minute bike ride) - Beautiful Venice Canals (12 minutes walk/ 5 minute bike ride) - Venice and Marina Farmers Markets (12 minutes walk/ 5 minute bike ride) - Santa Monica Pier and Third Street Promenade shopping area (20-30 minute bike ride/ 10 minute drive) - Whole Foods (15 minute bike ride/ 8 minute drive) - Rose Avenue restaurants, shops and yoga (15 minute bike ride/ 8 minute drive) - LAX Airport (15 minutes cab ride) - 5-10 minute walk to multiple bus stops - Enterprise car hire (3 minutes walk) Los Angeles attractions include: - 1.6 miles to Venice Beach and the famous Venice Boardwalk. - 11.8 miles to the Hollywood Walk of Fame. - 9.3 miles to The Getty Center. See art from around the world from Renaissance to present day, take tours and a stroll through the gorgeous architectural and magnificent Getty Gardens. - 7
## 964
## 965 Leave your car behind and enjoy local attractions by bike! Visit Santa Monica Pier, famous Venice and Santa Monica beach, Third Street Promenade, Venice Canals, Venice Skate park and of course the wonderful restaurants, cafes and boutique shops on Abbott Kinney, Main Street and Rose Avenue which are all very close to the house! The quiet residential area allows for relaxation after a busy day of exploring locally or more broadly in Los Angeles, Hollywood and Universal Studios. The incredible weather in Southern California makes getting outdoors a must. Grab the bicycles, surfboard and boogie boards and head to the beach. I have a bike rack for your use if you would like to plan a longer bike tour. Play tennis at local courts or wander around the farmers market in Mar Vista or Main Street Santa Monica on Sunday Mornings. Santa Monica College and Loyola Marymount, Marina Del Rey are a 10 minute drive away. UCLA and USC are 25 minutes by car. LAX is a 20 minute drive or 15 Uber dri
## 966
## 967 This is Abbott Kinney in Venice beach. It it truly the coolest street in the US. My house is about 7 minutes on foot from all the action and the best organic market you have ever seen. (I promise)
## 968 Marina del Rey is located on the south end of Venice Beach. My home is on the north end of Marina del Rey just bordering Venice. The building is less than half a mile to Washington blvd, literally a 5 min stroll, and it is 1.4 miles to ABBOTT KINNEY Blvd ( very hip street with shops and great restaurants). Best market : Whole Foods, and it's 1.3 miles from the house. The house is : 1.1 Miles to Muscle Beach in Venice 3.3 miles to the Famous Santa Monica Pier 7.6 miles to Culver City 11.3 miles to UCLA / Westwood and the famous Fox Theatre 13 miles to Beverly Hills and Rodeo drive 19.1 miles to Downtown L.A. , home o the Staples Center and LA Live 17.8 mies to Hollywood, Mann's Chinese Theatre and the Hollywood Walk of Fame 26 miles to Universal Studios 40.7 miles to Disneyland
## 969
## 970 Venice Beach, CA is an amazing place to visit and an even better place to live. Venice is home to an eclectic bohemian culture filled with artists, world-class restaurants, breath taking sunsets, impressive architecture and endless outdoor activities.
## 971
## 972
## 973
## 974
## 975
## 976 Venice is one of the oldest artist communities that continues to evolve. Enjoy the beach, the weather, the hidden walk streets and canals, the skatepark, boardwalk, and all the street art as you walk up and down our neighborhood. Home to some of the best coffee shops and restaurants it's easy to stay local and have an amazing culinary experience. If you like people watching then this eclectic mix of artists, surfers, entrepreneurs, and homeless millionaires is for you. And these three bungalows are as old-school Venice as it gets. They were built over 100 years ago with care, using more higher quality woods than we have available today. They were sitting vacant until about mid-September, when I decided to buy them and renovate them to keep their outwardly appeal of being old-school Venice, while working to make the interiors modern, sophisticated, and comfortable.
## 977
## 978 The neighborhood is the BEST LA has to offer. Walk to Abbott Kinney Blvd. Walk to the World Famous Venice Boardwalk! Walk to Main Street in Santa Monica. Want to have a beach day? The sand is a 4 minute walk from the front door. The place is situated 1 door away from the Venice Canals entrance. A stroll through there will brighten your day for sure..
## 979
## 980 We are located on the east side of Lincoln blvd where parking is a breeze. It's a very quiet and relaxing area.
## 981 There are great bars, cafes and restaurants in the neighborhood- Rose Cafe, Groundworks, Oscar's, Hostaria del Piccolo, Cafe Gratitude, The Other Room, The Fire House, Komodo, O'Briens, Clutch, and more.
## 982 Ideal Location steps from the Venice Boardwalk & the sand.
## 983 An awesome neighborhood! Walking distance from the ever popular Abbot Kinney, and Rose Ave. Where you can find amazing coffee, restaurants, bars, and shopping too. Endless amounts of options. Also, just a quick 5 min bike cruise over to the beach, or Venice Pier. Literally the best neighborhood you can find.
## 984 Venice, also known as Silicon Beach is one of the most unique neighborhoods in Los Angeles with a long history of famous artists and musicians who called Venice their home.
## 985
## 986
## 987 Location!! Right off "coolest street in America" Abbot Kinney Blvd and Washington Blvd. Super close to LAX, Santa Monica, and Marina Del Ray! Take a stroll through funky Venice neighborhoods, explore the Venice Canals, walk to Venice Pier, and frolic at the beach! Abbot Kinney Blvd hosts some of the best shopping, entertainment, and dining in all of LA. The first Friday of every month is Food Truck Friday where all of LA's food trucks come and showcase AMAZING food of all types! Great for live entertainment, amazing weather, and fun vibes!
## 988 Venice Beach is an amazing area. There are laid back surfers to young professionals to amazing artists. You name it. Abbot Kinney is an awesome street to explore, the canals are beautiful, the beach is huge and close by, and there are a ton of great restaurants and bars within walking distance. This house scored a 93 walk score, which is outstanding. Lots of really great things to do and places to see, all very close by.
## 989
## 990 In the heart of Downtown Nashville Nearby Attractions: -Tennessee Performing Arts Center: 2 Blocks -Nashville Convention Center: 2 blocks -Tennessee Sports Hall of Fame: 4 blocks -Bridgestone Arena: 4 blocks -Country Music Hall of Fame: 0.5 miles -Grand Ole Opry: 12.7 miles -Vanderbilt University: 1.8 miles
## 991
## 992 In the heart of Downtown Nashville! Nearby Attractions: -Tennessee Performing Arts Center: 1.4 miles -Nashville Convention Center: 1.1 miles -Tennessee Sports Hall of Fame: 1 mile -Bridgestone Arena: 1 mile -Country Music Hall of Fame: 0.8 miles -Ryman Auditorium: 1 mile -Vanderbilt University: 2.7 miles
## 993 The Germantown neighborhood is THE new and upcoming area of Nashville - full of young professionals, critically-acclaimed restaurants, and trendy new bars. Multiple breakfast spots and coffee shops along with an abundance of great restaurants are within walking distance from the house. For longer stays, there is a grocery store and farmers' market within a mile of the front door.
## 994 Eleven North is located at the intersection of Church St. and 11th Ave in the trendy Gulch neighborhood. Nearby Attractions -Tennessee Performing Arts Center: 0.8 miles -Nashville Convention Center: 0.9 miles -Tennessee Sports Hall of Fame: 0.8 -Bridgestone Arena: 0.8 miles -Country Music Hall of Fame: 1.9 miles -Grand Ole Opry: 13.7 miles -Vanderbilt University: 6.4 miles
## 995
## 996 When you’re in Midtown, you’re never far from anything Nashville has to offer – 5 minutes to Vanderbilt University, the Parthenon, Centennial Park, West End Avenue, St. Thomas Hospital, and Centennial Hospital – 10 minutes to downtown Broadway Avenue, Nashville Convention Center, Bridgestone Arena, Ryman Auditorium, Country Music Hall of Fame, the Gulch, Music Row, Belmont University, Schermerhorn Symphony Center, Tennessee Capitol Building, TPAC, and the Frist Center for the Visual Arts – and no more than 15 minutes to Nissan Stadium, Ascend Amphitheater, and the Adventure Science Center. You can enjoy great dining – low scale to upscale – including Flemings, P.F. Chang’s, Jimmy Kelly’s, Ruth’s Chris Steak House, Elliston Place Soda Shop, Nama Sushi Bar, Michaelangelo’s Pizza, Café Coco, Chuy’s, Tavern on the Row, Midtown Café, Ted’s Montana Grill, Blackstone, Amerigo, Bound’ry, Valentino’s Ristorante, and many, many more. A thorough listing with their locations and maps will be avail
## 997 Quiet Established Neighborhood.
## 998 East Nashville is the city's oldest, artsiest and most charming neighborhood. There are so many great restaurants and shops within walking or biking distance from the house, including: Restaurants - Two Ten Jack - Lockeland Table - Mas Tacos - Little Octopus - Pharmacy - Family Wash - Wild Cow - Butcher & Bee - Rose Pepper - Pepperfire - Jeni's Ice Cream - Five Points Pizza - Mitchell's Deli - Treehouse - Marche Bars - Bar Lucca - Dino's - 308 - Mickey's Breweries - Fat Bottom - Smith & Lentz - Souther Grist Coffee - Barista Parlor - The Post - Bongo East Shops - Hey Rooster - Welcome Home - The Groove - Shops @ Fatherland - Fond Object - OMG
## 999
## 1000 We are right in the heart of Lockeland Springs in East Nashville! Everything is very walkable with almost nothing but local establishments - you could stay in Lockland Springs for an entire weekend and not be able to visit all of the great places that the neighborhood has to offer! -"Five Points" is the most well known area of East Nashville, complete with over a dozen bars and restaurants. -"Walden/3 Points" is another very popular area with some of our favorite restaurants and coffee shops. -"The Fatherland Shoppes" is a newly developed area 8 blocks from our house with over a dozen shops and some Nashville restaurants' first foray into East Nashville. -"Main Street" is the main corridor in East Nashville and has many new establishments taking advantage of a revitalization of the street. -"Shelby Park" is the largest park in the city and is only a few blocks away, complete with a greenway, lake, baseball field, dog park and much more.
## 1001 What is East Nashville like? Imagine if Los Angeles and Brooklyn had a baby after a one-night stand at a honky-tonk! Yes, it’s pretty special. Cool note: A filming location for the television show "Nashville" (Gunnar’s house) is a couple of blocks away. (Remember: Don't feed the celebrities!) We’ll provide you a list of our favorite restaurants and things to do. We’ll even show you a secret hiking trail (shhh!).
## 1002 Eastwood offers a number of options within walking distance, and a multitude of options within a quick car ride. Some of our favorites are Silly Goose - lunch, dinner (1 block), Ugly Mugs - coffee, breakfast (1 block), Rosepepper - mexican lunch, dinner and best margaritas in town (1 block). Just a short drive or long walk - Barista Parlour - coffee shop, 5 Point Pizza, Pepperfire - hot chicken, and many more.
## 1003
## 1004 One mile from the popular 5-points area and some of East Nashville's most famed eateries, coffee houses and shopping guests to our home will find themselves close to: - Silly Goose - Rose Pepper Cantina - Two Ten Jack - Mad Donnas - The Lipstick Lounge - 5 Points Pizza - Red Door - 3 Crow Bar - Ugly Mugs - Barista Parlor - Hello Boys - Goodbye Girls - The Hip Zipper - Welcome Home Looking to experience the heart of Nashville's Country Music Scene? You're in luck! Our home is a short 1.5 miles from downtown and some of the best Honky Tonks in the South! Downtown locations we recommend: - Honky Tonk Central - Roberts Western World - The Stage - Tootsies Orchid Lounge - Rippy's - Legends Corner
## 1005 We love East Nashville for it's funky progressiveness, walkability, and awesome amenities. We couldn't imagine living in any other neighborhood and we think you'll enjoy hanging out on the Eastside. From our house, you'll be within walking distance to the city's best coffee shops, bars, vintage stores, music venues, and restaurants -- Barista Parlor, the 5-Spot, No. 308, Mas Tacos, I Dream of Weenie, Treehouse, Goodbuy Girls, Turnip Truck, Hip Zipper, Red Door, Marche and Margot, Lockeland Table, Sweet 16th Bakery, Hey Rooster General Store, Silly Goose, Jeni's Ice Cream, and more! Shelby Park is about 1.0 mile away.
## 1006
## 1007 This is the best neighborhood in Nashville. Not only is all of the entertainment right at your door but five blocks East and you are in Shelby Bottoms Park. The park features six full tennis courts, two softball/baseball fields, a full golf course, driving range, nature center and running trails. You can also rent bikes from the Nature Center.
## 1008 This is a historic neighborhood (one of Nashville's oldest!) with gorgeous, old houses lining the street. Five Points is one of the most happening areas in Nashville, with tons of local food, shops, and bars.
## 1009 Lockeland Springs is the "hip-historical" neighborhood of East Nashville. Craftsman style and turn of the century Victorian homes line the wide side-walked streets. This is paradise for the front porch sitter, the runner, the dog walker, and the cloud gazer. With corners adorned by mom and pop restaurants and vintage shops, you'll find yourself feeling like a local as soon as you arrive. East Nashvillians are friendly, creative, optimistic and united in collective pride for our little piece of heaven. We can't wait to share it with you! "La Casa" sleeps 6 and "La Casita" sleeps 4. If you need beds for 10 and are interested in both homes please use this link to book them together: https://www.airbnb.com/rooms/6254999 The Closest! Closest Coffee Shop (.12miles) : The Post East - Cafe, Smoothie & Juice Bar 1701 Fatherland St. Nashville, TN (phone number hidden) Open every day 7am - 6pm Closest Tea (.66 miles) : High Garden Tea 1006 Fatherland St. Nashville, TN 37206 (no phone - very groov
## 1010 Great restaurants, pubs, nightlife and shopping are all within a short walk.
## 1011 This is the Garden District. Not Central City, or Uptown, or any other area that other hosts might advertise as the Garden District. PLEASE RESPECT OUR NEIGHBORS! No music or loud gatherings outside at night.
## 1012
## 1013 The main street is broad Carrollton Avenue, lined with live oaks, with the St. Charles Avenue Streetcar running on the "neutral ground" or central median. The streetcar barn is a block off the avenue in Carrollton, on Willow St., and the landmark Camellia Grill diner is near the corner of St. Charles and Carrollton Avenues. The old Neoclassical Carrollton court house building is on Carrollton Avenue near the Mississippi. The neighborhood and Avenue are pronounced "kaa-rull-ton" or "kaa-ril-tin" by residents and other uptowners, but many people from the downtown parts of New Orleans (especially those born in the mid 20th century and earlier) pronounce the names as "Karl- ton". Tulane University and Loyola University New Orleans are just a few blocks below Carrollton, and many students, faculty, and staff live in the area and patronize the businesses there. Small businesses line Maple Street In addition to Carrollton Avenue and Saint Charles Avenue, the neighborhood still retains two "ne
## 1014
## 1015 I live in the historic Riverbend area, close to Oak Street, the Mississippi River (top of levee is paved and is great for walking, jogging, or biking) and the St. charles streetcar line.
## 1016 The Lower Garden District is one of New Orleans' oldest neighborhoods with many homes and structures dating back to the mid 1800's. Best to experience as a self guided walking tour. Guided tours of Garden District are also available. Information available in the property.
## 1017 Just steps from the shopping and restaurants of Magazine Street. Steins, District, Charcoal, Mayas, Juans, and many more. Franco’s Gym is just two blocks away. Amazing location!
## 1018 The Garden and Lower Garden Districts are wonderful areas to walk and bike around. Many people use St. Charles Avenue as a jogging route. Magazine Street is loaded with trendy shopping, restaurants and bars.
## 1019 Conveniently located in the historic Faubourg Marigny, you’ll have easy access to all the notable New Orleans attractions! From here, you’ll be walking distance from Frenchmen Street, where you can explore some of Louisiana's best funk and jazz music. Along this stretch, you’ll find fantastic music venues such as The Blue Nile, The Maison, and D.B.A for dancing and singing to your heart’s content! The French Quarter is merely 3 blocks away, where you’ll look forward to perusing antique shops, quaint art galleries, edgy record stores, museums and much more! Transportation will not be an issue, as the Street Car line is only a few blocks from the apartment. While you’re in the area, be sure to check out as many of the hot spots as possible, including The Spotted Cat, Bourbon Street, Cafe Du Monde, Jackson Square, the Royal Street Art Galleries and more! Regardless of how you choose to spend your time here, this stunning New Orleans vacation rental apartment will quickly become your Big E
## 1020 The Lower Garden District is uniquely located with convenient access to the French Quarter, the Central Business District, the Convention Center and the Garden District/Uptown.
## 1021
## 1022 A Cool Calm and Collect Setting,
## 1023
## 1024 The Lower Garden District is one of the best known and loved historic neighborhoods in the city. It is considered the best in terms of it amazing central location being close to everything. It has a reputation of having cool artistic people and its own antebellum park and fountains! Full of shopping and restaurants and right beside the Warehouse district, 3 blocks frome the National WWII Museum and a stones throw from the Convention Center.
## 1025
## 1026 The neighborhood is very walkable. We are within walking distance of Shelby park, several shops/restaurants and bars and just minutes away from downtown.
## 1027 I love Whites Creek because we are conveniently located to anywhere in Nashville. Whites Creek is also a great country hideout with lots of wildlife and scenery unlike anywhere else in Nashville. It's the best kept secrete in Davidson Co!
## 1028
## 1029 We are located just outside the city, just few minutes away from everything. Several restaurants within 5 minutes from location (Olive Garden, Logan's, TGIF, Bar-B-Cutie's, Panera Bread, WingStop, Waffle House and more.
## 1030 We live in the Historic Woodland In Waverly Neighborhood. We love that we can walk to our favorite coffee shop, and that we are just minutes away from the 12th South area - full of local restaurants and bars. This is a mixed neighborhood, like all of Nashville, with some houses that have been flipped and others that need some work. Great people and friendly neighbors!
## 1031
## 1032 Our neighborhood is very clean, safe, pretty, and is located on a hill overlooking the fairgrounds. Dining and nightlife is less than half a mile walk. Shopping in major stores such as PJ Max, Guitar Center, Ross for Less, Walmart, Home Depot, Sketchers and more located less than a mile. Premium movie theater is 1 mile. Downtown Broadway 2.5 miles.
## 1033 12 South neighborhood is one of the hippest neighborhoods in all of Nashville. Great shopping, parks, restaurants are all just around the corner. You'll love 12 South!
## 1034 There is a TON of stuff within a 5 minute walk. ML Rose Craft Burgers and Beers, Sinema (upscale restaurant), The Sutler (live music and food), Athens Cafe (great breakfast spot), Walgreen's, and Kroger's all within walking distance.
## 1035
## 1036 Nashville's 12th Ave. South district is easily one of North America's most vibrant neighborhoods. It's easy to see why musicians, celebrities, film industry and such from across the globe seek out 12th South when in town. Great restaurants, coffee shops, ice cream, shopping and more.
## 1037
## 1038 The Fairgrounds Triangle neighborhood is one of New Orleans most beautiful, safe and historical neighborhoods. It is safe and lush with greenery. It is centrally located. Neighbors are friendly and it is a wonderful area to explore by foot, on bike, or by car! The Fairgrounds Race Course is one of the oldest thorough bred race courses in the nation! Just 3 blocks from the house - open 7 days a week, with live horse racing everyday during the season. Also home to the spectacular, legendary New Orleans Jazz and Heritage Festival - held during the last weekend of April and 1st weekend of May
## 1039 My neighborhood is very centrally located in New Orleans. I love the fact that it is almost equal distances to City Park and the French Quarter. Should you have a car, on-street parking is readily available and it's a short drive to different neighborhoods without putting up with a lot of traffic. Within a short walk, there's the Seahorse Saloon, Pagoda Cafe, Toast (breakfast), CC's & FairGrinds Coffees, Swirl Wines, great restaurants, grocery stores,etc.
## 1040 The apartment is directly on Bayou St. John and across from City Park, in the beautiful, tropical neighborhood of Bayou St. John/Mid-City New Orleans. This is a prime location, as both uptown and downtown are very accessible, there are stores, groceries, restaurants, bars, and coffee shops within walking distance, and you're right in between Jazz Fest and City Park on the bayou. -Front yard looks out onto Bayou St. John -5 minute walk to the City Park entrance/New Orleans Museum of ART -5 minute walk to the streetcar to go uptown or to the French Quarter -5 minute walk to historic Esplanade Avenue and amazing architecture -10 minute walk to the Fairgrounds (Jazz Fest grounds!!) -10 minute walk to groceries, coffee shops, and popular restaurants You can fish, kayak, canoe, or SUP on the bayou (and load in right in front of the apartment). There are a few equipment rental places in the neighborhood.
## 1041 Historic Bayou St. John neighborhood full of architecturally-stunning homes. Only 5-6 minute walk to coffee houses, ethnic restaurants, bars, casino with slots, and racetrack where the Annual Jazz and Heritage Festival is held! A 20 minute walk or 5 minute drive, past St. Louis Cemetery No. 3, will find you at New Orleans Museum of Art, Botanical Gardens, Sculpture Garden, City Putt, and Cafe DuMonde all in nearby City Park. The historic Vieux Carre (French Quarter) is a 5 minute drive or 20 minute walk.
## 1042
## 1043 This is a quiet neighborhood, 10-15 minute drive from the French Quarter, best for guests with cars but also with fairly easy access by public transportation to downtown! There is a bus stop at the end of the block.
## 1044 Chilly Gentilly is a laid back, residential neighborhood of New Orleans. There aren't really restaurants or coffee shops around this part of town. It is diverse and beautiful in landscape and people. From oak-lined streets of Gentilly Blvd, Franklin and Elysian Fields Avenue to the tall beautiful cypress trees that scatter our neighborhood.
## 1045
## 1046
## 1047 The Irish Channel is a special and sought after neighborhood to live. Inside the apartment you will find a detailed description of all of our favorite places to eat, drink and play. The apartment is off a quiet stretch of Magazine that does not have the crazy foot traffic that other locations do but a quick walk in either direction on magazine street will get you to some of the best restaurants, bars and shopping in the city. The apartment is only 2 miles from the heart of the downtown.
## 1048 Very safe, hidden street that not many locals even know about. Frequently patrolled by NOPD, the sheriff lives right around the corner. Plenty of parking, it's a quiet block except for the sound of the trains.
## 1049
## 1050 Walking distance to Starbucks, Commander’s Palace Restaurant, Ruby Slipper Restaurant, Coquette Restaurant, Tracey’s Sports Bar You will find 922 Fourth St. to be a perfect location for the convenience of getting places. Most of the favorite attractions are less than 5 miles away, yet it still has the peace and quiet of a neighborhood.
## 1051 The Irish Channel is a historic neighborhood with many families having lived in the same homes for generations. (including this house which was owned by one family from 1850 to 1990) Many of the homes in this neighborhood were built in the 1800's, their also historic cemeteries and churches close by architectural sight seeing. Magazine st. which is known for it's many independent shops is only a few blocks away as is the St. Charles street car line. On Tchoupitoulas st. their is a brand new rock climbing gym, as well as Nola Brewery and Tchop yard which a big fun places that just opened.
## 1052 The Lower Garden District is a beautifully unique and eclectic neighborhood dating back to the early years of the 19th century. The neighborhood is full of architectural gems, magnificent old streets, interesting residents and a rich cultural heritage for all to enjoy. There are more things to do in this district than one can possibly try to see/eat/drink in a few days, and we hope our guests will consider this their home-away-from-home, and come back again and again!
## 1053 The Irish Channel is one of the hottest neighborhoods in the Uptown area of New Orleans. The best stretch of Magazine Street is five blocks away. Stroll down to some of the best restaurants, bars and shopping Uptown has to offer. The Neighborhood is a 10 minute Uber ride to the French Quarter, halfway between Downtown and the Tulane / Loyola / Audubon Park area. Sit on the porch and watch the world with a cocktail.
## 1054
## 1055 Bordered on the north by Lake Pontchartrain, this community features many newer homes in a variety of architectural styles. Experiencing a real estate boom over the last five years, the neighborhood has developed substantially, now offering specialty shops, neighborhood bars, and locally celebrated restaurants centered around its main thoroughfare, Harrison Avenue. Lakeview sits a short distance from City Park and all of its available amenities, including Carousel Garden Amusement Park, with bumper cars, a ferris wheel, and all other types of rides and activities to keep kids twisting and turning. There is also Equest Farms, a full-service horseback-riding facility surrounded by beautiful lagoons and the City Park golf course, giving the feeling of the countryside in the center of New Orleans.
## 1056 Guest house is conveniently located in the Lakeview neighborhood of New Orleans. Lakeview is so named because of its' proximity to the lake. Harrison Avenue is the commercial hub of Lakeview (1 block from guest house) and features numerous delicious restaurants including Susan Spicer's Mondo, The Steak Knife, Reginelli's Pizza, Cava, and Creole Creamery (best ice cream you will EVER eat). We are located within walking/biking distance of the beautiful City Park, one of the oldest urban parks in the country. City park has it all - walking trails, the art museum, golf, fishing, boating, botanical gardens, and so much more! We are located 1 block off of Canal Street. Catch an Uber, city bus, or drive yourself just 6 miles down Canal to the French Quarter, CBD, or beautiful Uptown neighborhood. Lakeview is truly close to everything, but quiet and, best of all, safe :) We know you will love it as much as we do.
## 1057 In the heart of Uptown New Orleans's Garden District neighborhood, our beautiful condo is just steps away from shopping and local restaurants on Magazine St., a hop from St. Charles and the street car, and just 5 minutes from the FAMOUS FRENCH QUARTER!!!
## 1058 This is a fantastic historic neighborhood with great architecture. The majority of the houses in the area were built in the 19th century. Yet the neighborhood is far from a "museum" (like the Garden District, just across Magazine Street). Rather, it is a thriving neighborhood of great social, ethnic and economic diversity ranging from professionals to working class families. The neighborhood is very lively with many types of characters on the streets. There is lots of pedestrian activity throughout the Irish Channel and on Magazine Street and St. Charles Avenue. I have lived in this area for nearly two decades and I am deeply attached to the special character of the place.
## 1059 Our property is a short 5 minute drive to Magazine Street's boutiques and restaurants, and only 15 minutes drive to downtown New Orleans for entertainment, music, clubs, and parks. Please see our list below of recommended spots to visit. CITY GUIDE FOOD New Orleans Staples Muriel’s - 801 Chartres Street | (URL HIDDEN) Commander’s Palace - 1403 Washington Avenue | c(URL HIDDEN) Cafe du Monde - 800 Decatur Street | (URL HIDDEN) Galatoire’s - 209 Bourbon Street | (URL HIDDEN) Antoine’s - 713 St. Louis Street | (URL HIDDEN) Jacques Imo’s Cafe - 8324 Oak Street | (URL HIDDEN) Arnaud’s - 815 Bienville Avenue | ar(URL HIDDEN) Port of Call - 838 Esplanade Avenue | (URL HIDDEN) Local Favorites Cochon - 930 Tchoupitoulas Street | c(URL HIDDEN) Annunciation Restaurant - 1016 Annunciation Street | annunci(URL HIDDEN) Stein’s Deli - 2207 Magazine Street | (URL HIDDEN) Compere Lapin - 535 Tchoupitoulas Street | (URL HIDDEN) Willa Jean - 611 O’Keefe Avenue | (URL HIDDEN) Kenton’s - 5757 Magazine S
## 1060
## 1061 Just steps from the shopping and restaurants of Magazine Street. Steins, District, Charcoal, Mayas, Juans, and many more. Franco's Gym is just two blocks away. Amazing location!
## 1062
## 1063 14 blocks to the French Quarter.
## 1064 Trendy, artsy neighborhood with lots of charm, great restaurants and bars, nearby parks with lots to do in walking distance to the house
## 1065
## 1066
## 1067 The Crescent City Park is 2 blocks away and it is beautiful. There is a wonderful view of the city. The Bywater is a great walking neighborhood. It is interesting to walk around and just observe the different houses. I am also 2 blocks from The Joint and very close to the wonderful Bacchanal Restaurant.
## 1068 The Marigny is located a mile from the French Quarter. It is one of New Orleans's oldest neighborhoods with charming historical homes painted in vibrant colors. It is a bohemian neighborhood that has housed artists and musicians for decades. There are a handful of bars, clubs, restaurants, cafes, and markets within walking distance from the house.
## 1069 We are located in the Bywater neighborhood, approximately 2 miles from the edge of the French Quarter. The neighborhood is full of beautifully, funkified shotgun houses, great locals, awesome divey bars, live music and one of the best wine shops in the city and more. It is the perfect place to enjoy a true New Orleans experience without the hustle and bustle of the French Quarter and downtown.
## 1070 Do your research and you'll see you're smack dab in the middle of the Bywater buzz. You're across the street from The Country Club ((URL HIDDEN) with a huge pool! 11 blocks to Frenchman St. in the Marigny. 12 blocks to the French Quarter
## 1071
## 1072 Midcity is a beautiful area of New Orleans. Its a safe area with great people. There are a lot of awesome neighborhood bars & restaurants in the area.
## 1073 I've lived in this neighborhood for 10 years, and it's one of the most beautiful areas of New Orleans. The people are friendly, the homes are beautiful, and Bayou St John is 300 feet away! Also in the area are City Park, NOMA, many groceries and restaurants, 2 streetcar lines, and easy access to the 10 or 610.
## 1074 In 5 minutes you are in the beautiful city park. Lots of great restaurants near by. Close to Lafitte Greenway and it takes you to the French Quarter in 10min via bike.
## 1075 Five blocks to booming Freret street. The neighborhood is one of the safest in the city with access to a great food and bar scene within a five minute walk. It continues to grow and become more and more popular.
## 1076
## 1077 While our neighborhood is quiet and comfortable, it offers easy access to all the fun and festivities of New Orleans. I especially love going to Riccobono's Panola Cafe just a block away. Evenings you can walk or take the St. Charles Streetcar to Carrollton Station for cocktails then carry on to Jacques-Imo's or the Mellow Mushroom for dinner. When in the mood for some more serious frivolity, the French Quarter is only a 15 minute drive. For daytime family fun, Audubon Park and the zoo are close by. We love this neighborhood, so will you!
## 1078 Uptown near the Irish Channel and just one block from a great strip of Magazine St. Tons of bars, restaurants and shops nearby. It's also a very safe neighborhood full of young families, folks walking their dogs and tourists exploring.
## 1079 Classic uptown living! Quaint and quiet neighborhood with neighbors who are friendly.
## 1080 Our neighborhood has vintage stores, coffee houses, gourmet eateries including the acclaimed Urban Grub and Epice; we are the home of Bongo Java, Fido's, Frothy Monkey, and Portland Brew coffee houses; we have a beautiful bustling park in our neighborhood and a bike rental place that is within a half mile walk of the accommodation. Downtown Nashville is 2-3 miles.
## 1081 This house is located just around the corner from both Vanderbilt and Belmont Universities and just down the street from Lipscomb University. It is blocks away from Hillsboro Village which boasts multiple restaurants and shops such as Double Dogs Sports Bar, Pancake Pantry, Jackson's, Fidos and Sweet Cici's. Just a little further and you will find Belmont Blvd. and the Curb Event Center, Bongo Java, PM, Chagos and The Blvd. If you walk a couple blocks towards 12th Ave. you will end up in one of the hottest areas in Nashville, 12 South District. There you will find great restaurants, coffee houses and bars such as The Tap Room, Edley's Bar-B-Que, Burger-Up, Frothy Monkey, Portland Brew, Mafiozas, and Urban Grub. It is less than a mile to Lipscomb's campus and a 7-10 minute drive to downtown where you can take in all the Honky-Tonkin you can handle.
## 1082 Great location! West Nashville is charming and convenient. Quiet, with easy access to great restaurants and entertainment. Park with .7 mile walking path directly across the street!
## 1083
## 1084
## 1085 Hermitage Nashville is a great place to live. We have everything you would want very close by. The neighborhood is friendly and a great place to go for a jog, walk or bike ride. We're located within miles to everywhere you want to be... Location (without traffic): Airport - 13 minutes (8.1 miles) Country Music Hall of Fame - 21 minutes (14.3 miles) Hermitage - 9 minutes (3.1 miles) Nashville Shores - 10 minutes (5 miles) Bridgestone Arena - 22 minutes (14.5 miles) Grand Ole Opry - 21 minutes (10.3 miles) Opry Mills Mall - 20 minutes (10 miles) Vanderbilt University - 23 minutes (15.8 miles) Tennessee State University - 25 minutes (18.2 miles) Nashville Zoo - 23 minutes (15.3 miles)
## 1086
## Notes
## 1
## 2
## 3
## 4 Smokers please do not make inquiries.
## 5
## 6 I'm accepting maximum weekly rental only. No monthly Thank you
## 7 Extra Details- House cleaning and vacuuming will be provided weekly unless room access is denied.
## 8
## 9 Rates based on 30-Night Minimum All Utilities, WiFi, Linens & Towels, Parking are included in the rental. No Smoking No Parties No Pets No Unauthorized Guests Maximum Occupancy 5 - including children. Guests are required to sign our simple 3-page Rental Agreement prior to check-in Mid-Stay Cleaning required on stays of 3 weeks or longer at 125 per cleaning.
## 10 Like any apartment, hotel, hostel or AirBnB, the common area is shared, so be respectful of that. Do your own dishes and don't leave your personal stuff lying around. To protect all parties involved all bookings must be made through the Airbnb site. My guests get one key of the house and one key of their room, so they are free to come and go whenever they want. Access to the house is for paying guests only. You are not permitted to invite people to your room or to the house. Smoking is not permitted inside the house. Please treat the apartment as if it's your home, not a hotel. To make sharing comfortable for everyone, clean up after yourself and don't leave dishes in the sink :-) Please let me know if you break or stain anything, so it can be replaced in time for the following guests. Smoking is permitted around the pool area. Please don't leave cigarette or any kind of garbage around. No dogs or other animals are allowed in the apartment. Feel free to use any of my spices, and anyt
## 11 *Please note I am unable to accommodate anyone wishing to film in the apartment. *Please note that I am willing to be flexible with check-in and check-out times on a case-by-case basis. Let me know if you'd like to discuss!
## 12
## 13
## 14
## 15 Check-in is between 3:00 and 9:00 pm. For late check-ins we can also accommodate but we have to add a late check-in fee to cover the cost of getting someone there at that time, please ask.
## 16
## 17
## 18
## 19 I am the proud papa of Atticus Lee, the sweetest 2 year old terrier-chihuahua-pug you will ever meet. He is completely house broken, loves every guest he meets and is a complete lover. He spends most of the day in my room, but occasionally ventures into the common areas. He isn't allowed in your private room, so need to worry there. Check him out in the photo section and you may just fall in love as much as I have. No he can't go home with you! ;)
## 20 No Parties No Pets No Unauthorized Guests Photo ID required All guests need to sign our simple 3-page Rental Agreement After-hours check-in fee applies on arrivals after 7:00pm (varies by arrival time 7p - 12a) Lost or unreturned keys within 2 hours of check out there is a strict 250 replacement key/key fob fee & no exceptions. 5-NIGHT MINIMUM BOOKING OVER CHRISTMAS AND NEW YEAR'S. No check-ins or outs on major holidays - Thanksgiving Day or Christmas Day
## 21 Go see my favorite bars and restaurants that are only a short walk away! Laurel Hardware (my personal favorite) - American Hudson - American Sweet Chili - Thai Connie and Ted's - seafood Marix - Mexican Sushi Omi - Japanese Earth Bar - Smoothies and health food Barney's Beanery - Sports bar Red O - fancy Mexican
## 22 This is a original older apartment building with very spacious Interiors. There are about 12 stairs to get to the unit, there is a balcony, and there are three AC units that are mounted to the wall. There is a pool adjacent to the suite through a gate. It is in a different complex, however the complex is owned by the same owner. You are allowed to use the pool in the adjacent complex but please be mindful of pool rules. This 3 bedroom apartment is equipped to handle 12 people. With that being said please note that it is just a 3-bedroom apartment while it technically will sleep 12 people, it was not designed for extremely comfortable living conditions for 12. It is ideal for a party of 6 adults 2 children , however will sleep 12 only IF YOU UNDERSTAND THESE TERMS. One king bed - 2 3 queen beds - 6 One 1 person futon -1 One 2 person futon - 2 One additional mattress to sleep
## 23
## 24 Coin operated laundry and dryer on site. Balcony
## 25
## 26
## 27
## 28
## 29
## 30 Please read house manual for additional information
## 31 - No cable TV but HDMI cable for laptop hookup
## 32
## 33
## 34
## 35 Filtered water, great glassware & kitchen equipment, tankless water heater (never run out of hot water), free farmers market eggs & oranges, breakfast included + fully stocked pantry, meals are available for any diet either cooked at a certain time or made to warm up (extra cost)
## 36
## 37
## 38 We have a very friendly Boston Terrier who you may see during your stay (if you choose), as well as a small flock of backyard chickens.
## 39
## 40
## 41
## 42
## 43
## 44 Hosts are very friendly and welcoming.
## 45
## 46
## 47
## 48 feel free to ask me anything.
## 49
## 50
## 51
## 52
## 53
## 54
## 55 No Smoking cigarettes inside please.
## 56 Extra towels, bed sheets, pillows, etc are kept in the black wardrobes/closets at the front entrance/foyer. Guests staying for longer duration, and requiring additional linens, will need to wash these items using the washer/dryer located in the laundry room. Weekly yard cleaning day is Monday, and it is normally done by noon. So there will be noise of yard cleaning equipment (lawn mower, leaf blower, etc) on Monday morning.
## 57
## 58
## 59
## 60
## 61 After arrival, I will be available by phone at any time for travel recommendations and to help you navigate your stay. Thank you very much for reading, and we hope you enjoy your stay!
## 62
## 63
## 64
## 65 Cleaning fee 75 20% discount offered if paid in cash. Fees are not charged by airbnb and due upon arrival.
## 66 From Santa Monica beach down to the south along the ocean shore there is a special bicycle road 30 km long. It is combined with a pedestrian route with multiple beaches on the way (Venice beach, Marina del Rey beach and other). We recommend you to rent our bicycles only for 15 per day.
## 67
## 68
## 69
## 70 We are three easy-going guys from Chicago. We've all lived in Venice for four years and can tell you everything you need to know about this amazing community. If you have any questions at all, just ask!
## 71 60 inch TV in living room, HBO, WIFI, beach chairs, boogy boards, sports equipment
## 72 Marina del Rey (MDR) Land and Water Area: is only 1.5 square miles :) MDR just celebrated its’ 50th anniversary. It is a home to the largest number of yachts in LA county! You may spot some serious celebrities here. One of the most expensive areas of LA to live in.
## 73
## 74 Venice Beach, which receives millions of visitors a year, has been labeled as "a cultural hub known for its eccentricities" as well as a "global tourist destination." It includes the promenade that runs parallel to the beach (also the "Ocean Front Walk" or just "the boardwalk"), Muscle Beach, the handball courts, the paddle tennis courts, Skate Dancing plaza, the numerous beach volleyball courts, the bike trail and the businesses on Ocean Front Walk.
## 75
## 76 If you are interested I have two Bikes for rent 15 per Bike per day
## 77 We have two very friendly and lovable dogs that live on our property. Although the dogs do not reside in the LandYacht, if you are allergic to or afraid of dogs we would not recommend the LandYacht for your stay in Venice.
## 78
## 79 An extra twin bed will be added to the bedroom if there are 3 guests check in. An extra Queen bed will be added to the bedroom if there are 4 guests check in **Please be careful with the KEYS. Fee for losing any of the keys is 200.
## 80 Daily rates include lodging, use of amenities, wireless internet, ironing board and iron, hair dryers. Don't hesitate to ask if you need anything!
## 81
## 82 The Front Main House is the Place we rent and there are 3 rooms available. Living room and dining room and kitchen You are allowed to smoke if you wish in the front entrance with space available for seating and also on the side of the house going out through the door in the of the kitchen. Sometimes you may be sharing with others, part of the house but your room will be for yourself. Your room will not be share with any other.
## 83 My cats are friendly but one is very curious. They will like to say hi so people with allergies would probably not enjoy their stay.
## 84
## 85 Please note the following, it is important! Thanks! 1) Parking: There are 5 parking spaces on the property available to guests. They are available on a "first-come, first-served" basis. If there is a spot available when you come home, you can take it. If not, you will need to find street parking. Street parking does not require a permit, but there are restrictions, including street cleaning on Fridays. Please read signs carefully. We HIGHLY recommend NOT having a car. You can use Lyft or Uber combined with public transport to go almost every where in LA easily and cheaply. Renting a car means paying for fuel, and probably getting at least one parking ticket. We have had so many guests that get a ticket somewhere or other while in LA, the parking enforcement is very strict and the signs are confusing. Save yourself a lot of hassle, don't rent a car. 2) Security deposit. We almost never place a charge on the deposit. However, there may be additional charges at our discretion for such thi
## 86 There is lots of traffic in Los Angeles most of the time so if your new to the place and area please keep us updated via text as to what time your coming in advance so that we can meet up. We usually work a lot and travel so we might not always be around but where are always provide guests with what they need and are always reachable via phone or texts
## 87
## 88
## 89
## 90
## 91
## 92
## 93 Echo Park has a huge man-made lake with row boats, great views of the city, and a walking path to enjoy. There is also delicious vegan, vegetarian, gluten free and meat-friendly food nearby. You can also check out Koreatown, Thai Town, Chinatown, Little Tokyo and the Arts District - which are all within driving/uber distance. One major thing to note: we do have a cat that lives at the house! Her name is Lola - she is super friendly and loves people. Our neighbor comes and cares for her while we're gone. If you have issues with pets or animals, please do not book :)
## 94 House has two cats, but they are outside.
## 95
## 96 Free coffee and cappuccino in the lobby and an on-site concierge. Pets up to 35 lbs. are allowed but there is a non-refundable deposit (300) plus pet fee of 10 per day.
## 97
## 98 • Please Note - There are some stairs in the unit. You will enter the Living Room, which has two steps up to the bed & bath hallway, and two steps down to the dining and kitchen areas. • Convenient and safe. Walking distance to commerce, amazing restaurants, famous hotels, department stores. • 5 minute drive to Westwood/UCLA, including Ralph's Target and Trader Joe's. Walking distance to Walgreens and Coffee Bean & Tea Leaf too! Close to Rancho Park and it's 2 golf courses (18 and 9 hole), Fox studios and Century City. Perfectly situated between Beverly Hills, Westwood and the beaches. • Parking - what's LA without a car? You will have one spot in the driveway for your use or if you prefer, there is street parking on Eastborne as well. • Hardwood Floors - Wood is lovely, but does not absorb dust the same way that carpet does. To keep your tooties clean and happy, we've provided a lightweight vacuum for daily use. • Enjoy some time in Venice and Malibu.
## 99
## 100 place used towels and sheets in closet laundry basket
## 101 This is a strictly non smoking building
## 102
## 103
## 104
## 105
## 106 This is a walk up apartment so is not suitable for those who have issues walking up a few stairs. The space is also not set up for children.
## 107
## 108
## 109 IMPORTANT-YOU MUST BE AT LEAST 21 YEARS TO BOOK Before you book, MENTION HOW MANY INDIVIDUALS IN YOUR PARTY AND THEIR AGES DEPOSIT...You do not pay for the deposit upfront. In the event there are damages to the property or keys are lost, the deposit money may be used. The "NIGHTLIFE" is located Uptown Whittier. Look at my Guide Book. PLEASE NOTE, there is a 30 INCH OVEN and it might not be big enough for baking many items at one time or very large pants or large turkey. There is Nexflix and ROKU (internet streaming channels)... no cable. ARRIVAL TIME...Please let us know your arrival time and departure time so we can accommodate you. DEPARTURE TIME... is IMPORTANT because we have to get the house ready for the next guests. Please keep in mind the following are APPROXIMATE DISTANCES. BECAUSE OF TRAFFIC, it is best to check the Internet for the time of day you will be traveling to these locations. DEPENDING ON TRAFFIC, THESE LOCATIONS CAN TAKE 1 HOUR to 1 & 1/2 HOUR DRIVE: Irvine Sp
## 110
## 111 Laundry facility is available at the building. Based on guest need i'll load the card and give it to them.
## 112 The room itself is now occupied and I am not able to go in to take a picture. Once it's open, I will do so and put it on here.
## 113 Welcome to the heart of LA! I would like to disclose again that this location isn't for the noise-sensitive/light sleepers. Sometimes there are studios who love to film at the Huron Substation across the street (or couples who host their weddings there), we have a fire station down the block, bars, neighborhood dogs that howl with the sirens, ice cream trucks, Jr. High School with a loud intercom at 8 am on weekdays, etc. Oddly, some guests actually prefer this type of atmosphere. Just wanted to be transparent about it. Power: The wiring in this old home is very low power and without much insulation. We were quoted 20,000 to redo the wiring and breaker box. This would be prohibitively expensive for us to host on Airbnb. Instead we've decided to provide a large space at a low cost. We love meeting people from all over the world and our goal is provide an affordable, clean, and convenient place for our guests to stay. There's only 20 amps total. To give you an idea, a hair dryer will t
## 114
## 115 To keep our floor clean we don't wear shoes in the home, please keep your shoes by the shoes cabinet. Zero tolerance on drugs including weeds/marijuana in the home. No smoking in the home either. No visitation of friends please. Laundry: 1X complimentary use per every 7 days of stay. Fridge: If you bought food, we will have space for you to store them.
## 116 Easiest UBER ride ever from all LAX terminals. 6-10 max UBER cost to arrive at location. Minutes from Manhattan Beach and ALL AEROSPACE JOBS.
## 117
## 118
## 119 CANCELLATION POLICY: We abide with Airbnb's "STRICT" cancelation policy. Please read more about our cancellation policy here: https://www.airbnb.com/home/cancellation_policies#strict We also highly recommend our guests purchase travel insurance to protect them against any issues that would cause a guest to have to cancel their trip. InsureMyTrip offers plans from 21 different carriers, have an easy-to-follow website that allows you to compare and contrast each policy or e-mail details to yourself, and offer a wide range from standard policies to 5 star coverage. If you do a quick online search it should pop up.
## 120
## 121
## 122 NO A/C.
## 123
## 124 I am very liberal and open minded, however, I totally appreciate privacy and mutual respect to other peoples property and consideration of our neighbors. Absolutely no parties and loud noise.
## 125 This is a REAL loft, not a shiny new apartment masquerading as a loft. While we have done a tremendous job making it somewhat luxurious and comfortable, there are some funky things to note. This is a brick building with no insulation. The windows have thin glass and no screens. We find it lovely for fresh air and a nice breeze, but this means we get an occasional fly or mosquito buzzing about. It also gets city dusty real fast and as much as we try, its hard to keep up. The loft is warm in the summer and cool in the winter. The floors are gorgeous old barn wood that we installed ourselves and sometimes a board becomes loose or uneven, so be careful walking around with bare feet. The shower is a comedy of old tiles. We keep it very clean but its not the most glamorous shower in LA. The shower is located behind a folding partition, adjacent to the kitchen and living room–mostly private, but not in an enclosed room with a lockable door way. We are acutely aware of this and make a point t
## 126 Local nightlife can be heard towards the end of the week and weekend nights. It will beckon you to go out and have some fun!
## 127
## 128
## 129 Uber drivers and paid street parking are ample and easy to find. CVS is walking distance but there's also a convenience store and dry cleaners located in the complex.
## 130
## 131 Adjacent to Restaurants, Pubs, Coffee Shops, All Amenities – Fully-Equipped Photo, Film+Audio Production Studio – Stunning DTLA Views from Wraparound Windows + Rooftop – Unique+Cozy Indoor-Grassfield Luxuriously Fabric-Draped Decor – 2100 s/f, VIP audiences to 125 – Elegant Lighting + Superior Sound – Stylish Modern Kitchenette+Bathroom with Tub+Shower – Extensive Faux Finish Woodgrain + Original Brick Wall Room – Convenient Parking; Available Valet – 32-channel Presonus digital audio recording – Speedrail Lighting Grid – 16x9' Video Projection Wall – high capacity electrical power – Insteon remote lighting control – dual HVAC.
## 132
## 133 Parking is located free and un-metered on the street out front. For 25/day you can have a space in the gated lot, subject to availability. Please let me know if you would like to take advantage of this when booking.
## 134 I've installed a TV in the living room! :) I also added 2 new bluetooth/wireless speaker systems in the bedroom and living room so you can feel right at home listening to your favorite jams! If you have a larger group, I can accommodate more guests at another unit in the same building, just a level below. Here is that listing: http://abnb.me/EVmg/jMbv3YKkWA
## 135
## 136 This is a shared space with other travels. The beds however, have curtains and offer privacy.
## 137
## 138
## 139
## 140
## 141
## 142 Parking passes available, 25 for 24 hours with unlimited in and out priveledge. Pet fee 25 (service animals only) Extra guest fee 25 per person per night. We are located in downtown LA. Do not stay here if your sensitive to city noise. Thank you
## 143 Free access to: - private swimming pool and spa (heated for year round use) -24/7 fitness center -private dry saunas and steam rooms -two full scale barbecue and picnic areas -outdoor basketball court -outdoor TV entertainment area -24/hr library study No parking included, but lots of cheap parking nearby.
## 144 Please download the link for self-check in. Look at with detail and the pictures will help you to find the lockbox and elevator and the apartment.
## 145
## 146
## 147 No Pets allowed. No visitors with pets allowed. No Smoking inside the unit.
## 148 The goal is to make you feel welcome. If there is anything that can be done to make you feel at home we will try our best to make it happen. Please don't hesitate to message with any questions that you may have. We will make every effort to ensure that you get a very prompt response.
## 149 This is by the far the MOST PRESTIGE building located in DTLA. Please verify my reviews and you'll see I'm rated a super host with over 600 5 star reviews! We take pride on delivering an exceptional experience to all each and one of our guest!!
## 150 CHECK IN: 4PM CHECK OUT: 11AM
## 151 NO PARTIES, no pets, no smoking, no extra guests... FIVE PEOPLE MAXIMUM, NO EXCEPTIONS!! Other than that, this is LA... GO EXPLORE AND HAVE FUN!!
## 152 We will provide a parking spot with a remote control. Please remember to leave the remote on the dining room table and please no tall vehicles such as a SUV. The garage has low clearance.
## 153
## 154
## 155
## 156
## 157 If you like easy, down-home living, this is a perfect place to live in without the hassle of ownership.
## 158
## 159
## 160 RECREATION Universal Studios® 6.4 km/ 4.0 miles Griffith Park Observatory 9.6 km/ 6.0 miles DISNEYLAND® Resort 65.3 km/ 40.6 miles Santa Monica Beach and Pier 38.7 km/ 24.1miles Knott's Berry Farm 49.2 km/ 37.2 miles ENTERTAINMENT Pantages Theatre 1.6km/ 1.0 miles Hollywood Bowl 1.9 km/ 1.2 miles Kodak Theatre .32 km/ 0.2 miles Dolby Theatre .32 km / 0.2 miles The Improv Comedy Club & Restaurant 4.0 km/ 2.5 miles Chinese Theatre 0.22 km / 0.1 miles House of Blues 3.7 km/ 2.3 miles Greek Theatre 7.5 km/ 4.7 miles Ahmanson Theatre 12.2 km/ 7.6 miles Dodger Stadium 11.2 km/ 7.0 miles Studio City 9.3 km/ 5.8 miles Little Tokyo 14.3 km/ 8.9 miles Staples Center 12.55 km/ 7.8 miles China Town 13.35 km/ 8.3 miles Korea Town 8.04 km/ 5.0 miles Rose Bowl 25.26 km/15.7 miles SHOPPING Hollywood & Highland Mall .32 km/ 0.02 Miles. The Grove Shopping Center 6.27 km/ 3.9 miles Beverly Center Shopping 8.4 km/ 5.0 miles Rodeo Drive/Beverly Hills 9.01 km/ 5.6 miles Six Flags - Magic Mountain California
## 161
## 162
## 163 There are three security cameras located on the outside of the house and one in the living room pointed towards the front door. Parking - we have free street parking - there are no permits required on our street. We serve a light breakfast on either Saturday or Sunday. This may include donuts , bagels, fruit and muffins with either juice or coffee.
## 164 Environment: This is a non-smoking, non-partying, quiet environment, please be considerate. Smoking: Please, no smoking is allowed anywhere on the property; please do your smoking off the property. Unregistered guests: Please don't bring unregistered guests to the property and sleep over guests are absolutely prohibited. Coasters: Please use coasters for your hot & cold cups as they can leave rings on the table. Kitchen: We love to cook, so we welcome you to cook and have provided you with basic tools; pots, pans, spatulas, etc. Toilet: the toilet can clog, please do not put diapers, cloth, paper towels, wet wipes, etc. in the toilet, only toilet paper please. -Enjoy life.
## 165
## 166
## 167
## 168 It is a duplex. I live in the studio bath and guest will stay in 2 bed 2 bath. All party request. There will be a minimum fee of 500 for the night or 5+ day stay required. Please keep in mind that everything is brand new and white therefore any damage will be on the guest.
## 169
## 170
## 171
## 172 Perfect for discovering and enjoying Los Angeles, business travel, couples, and small families. Sunny, modern, and spacious (1,100 sqf). Use one room as an office and the other for sleeping. High speed wireless internet, fully stocked kitchen. Laundry room on-site. Please contact us with any questions regarding the townhouse, neighborhood or best time to visit Los Angeles. HOUSE RULES -No smoking on the property. (50 will be deducted from security deposit if any smell is detected. No exceptions.) -Not suitable for pets -No parties or events -Check in time: After 3:00 pm / Check out time: 11:00 am (If you need to check-in earlier or check-out later, please send a message and we hope to work something out. Late check-out without approval may be charged a fee.) - No excessive loud noises between 10:30pm-8am. - No drugs allowed (including marijuana, even with medical note). - Any extra guests must be pre-approved or security deposit may be charged. - Please turn off air conditioner or h
## 173
## 174 This is on the second floor -- stairs only
## 175
## 176
## 177 You will be Sharing the apartment with two musicians from Singapore that have their own room. Guest get the living room it's a real bed if there is two one can sleep on the sofa.
## 178
## 179
## 180 Will be transporting two long surf boards. That will come with a rack. Wax not included. If you have any concerns or questions, please do not hesitate to ask me so that I can prepare for your arrival.
## 181
## 182 There are personal belongings in the room/ closet, and drawers. Mostly clothes that are off limits. Please respect property of host.
## 183
## 184 The room come with free of charge wireless Internet, Roku movies channels, Internet TV, Free Towel & Linen service. .
## 185
## 186
## 187 WARNING Los Angeles is having a severe DRAUGHT!! Please help by limiting WATER usage and running of excess water. Please note that while we own a cat, she will never be on the property when a guest is staying there and the house is always meticulously cleaned. Our plumbing system is very old so please be aware not to put anything extra down the toilets or use excess tissue as they clog easily. Thank you for your attention to the above.
## 188 We speak French.
## 189 The unit is behind the house that we also rent out, as well as two more units. Please respect your neighbors and each other and take care of your space. Please help us to keeping it clean and cozy. Take off your shoes. Make new friends. Enjoy LA.
## 190
## 191 Dogs are very friendly. Parking is free, no street restrictions and pretty safe in our neighborhood. We except animals on a case-by-case basis.
## 192 I or someone on my behalf will be only a phone call away at all times (24-7). As your host, I will make myself available if you have any questions or need any assistance. Should you need, I can be available for some transportation and we are very knowledgeable of the city. There are three bedrooms and an office in the home. In addition to your Private room there is one other Bedroom which is available for lodging of Airbnb guest. The third bedroom is located in the rear of the house where family lives on the premises and stay to ourselves unless otherwise needed or asked.
## 193
## 194 In addition to the fact that you'll be sharing the room with me, there are no spare keys and the door does not lock by itself, so we will need to coordinate on arrival/departure times. Namely, please do not arrive after 1am at night. Also, I am sensitive to noise, so if you're a heavy snorer, do not request this apartment.
## 195 There is a queen size bed and a full size couch.
## 196 Please leave the apartment as you found it. Clean up after yourself and be respectful
## 197
## 198
## 199
## 200 There is street parking in my neighborhood, but no dedicated off-street parking space. Finding a parking after 6pm is very tough. Inside Parking is also available by reservation 6! There is another guest on the other room. Bathroom is shared with separate access door. Security Camera on lobby of building, parking, laundry also entrance door/hallway of apartment.
## 201
## 202 We have swing down bed rail for babies.
## 203
## 204 The unit is located in a family-friendly building. Please treat the unit and common area with respect. Although the building is safe, please lock your car, close the windows, and do not leave any valuables. We are not responsible for any theft or damage. * Twin air mattress can be provided upon request if someone doesn't want to share beds, but please do not exceed the number of guests allowed without first asking. I am always on the property and will know if the number has been exceeded. I try to be as accommodating as possible so please be honest. *
## 205
## 206
## 207 Check in is flexible any time after 3 pm. If no guests are booked the previous night, you may check in whenever is convenient for your schedule. This listing is for 2 separate units; the property has one other unit on premises. You will enjoy total privacy in your houses. Motion sensor lights help you to see at night for security.
## 208
## 209
## 210
## 211
## 212 Take care and proceed with caution when searching for vacation rentals. Quite a few of the rentals listed on Airbnb are done so by tenants who have no permission to sublet their rental units. Most tenants have a "do not sublease clause" in their Rental/Lease agreements and are grounds for eviction by their Landlord.
## 213
## 214
## 215
## 216
## 217 Apartment is fully furnished, including a microwave, coffeemaker and toaster and brand new Samsung 55inch curve TV. Wireless internet and cable included.
## 218 Wifi included.
## 219 Please know that I don't have my cat when I put my place on Airbnb however; if have bad allergies I wouldn't suggest this home . Everything is clean and doesn't smell of kitties . I don't even like that myself . I have a blow up mattress if needed for 3rd person . Parking is included .
## 220
## 221 Right around the corner from the Penninsula Hotel, Walking distance to most major theatrical agencies... William Morris /endeavor , CAA, Gersh, ICM etc Around the block from Century City Our location is golden!
## 222 You'll enjoy staying here :) I am kind hearted, thoughtful and easily accessible.
## 223 Washer dryer is shared with the building
## 224
## 225
## 226 We hope you enjoy all that Los Angeles has to offer--so much to do and see! When you get back to the house, sit back, enjoy the views, and relax.
## 227 No smoking inside the house.
## 228 Daily rates include lodging, use of amenities, wireless internet, ironing board and iron, hair dryer and much more... • Check in time is 3 P.M. • Checkout is at 11 A.M. Please communicate well with me upon arrival and departure. Thank you and we look forward to accommodating everyone.
## 229 If you have been to west LA before and you want to come back out, or you have never been here before , then this will be the best Priced home for Rent in Bel-Air. If you don't mind saving money versus other properties in the area, or would much rather have a home and some land to stay at when your in West L.A, Bel-Air Look forward to seeing you..........
## 230 The space works best with two adults and one or two small children. There is not a full separate kitchen; it's a kitchenette area with toaster oven, microwave, hot plate and small fridge.
## 231
## 232 Valley Village is the perfect location for a Los Angeles getaway. We are just minutes from Universal Studios, Hollywood, Beverly Hills and just a 30 minute drive (traffic depending) to the beaches of Malibu. Close by you have your choice of dozens of the hottest and trendiest bars and restaurants on the famous Ventura Blvd. Just a few hundred feet away is the most quaint French coffee house for those lazy mornings.
## 233 I have a small cat and dog. If renting the entire home, they can be removed, and the home will be cleaned before your arrival, but wanted to alert you in case there are any cat allergies.
## 234 I have a small pup named Sammi! She loves all people and is great with children. Sammi is a Jack Russel Terrier mix and is hypo-allergenic! I'm allergic to most all things, so believe me, she and the house are spotless! If you are renting the whole apartment opposed to just one room, Sammi the pup will not be there. If this is a room share situation, she may be around!
## 235
## 236 Please, be aware of the fact that we are pet owners and we consider our pets a part of our extended family :D We have 2 cats that roam around freely and hang out in the back yard. As well as small dogs that we keep both indoors and outdoors, but within an enclosed area. We have the dogs run around only if we are outdoors with them. If you have a problem such as a dislike or fear of either, we strongly suggest that you find accommodations elsewhere. Our utmost desire is for your experience in our home to be a pleasant and positive one.
## 237
## 238 Our home is located in the prestigious guard gated community, Calabasas Park Estates. You will be required to present ID for access upon arrival. There is plenty of parking available.
## 239 Please bring a lot of quarters for laundromat, no change machine is available!
## 240 Monday morning street parking is restricted. Please ask about convenient alternative parking options for Sunday night/Monday morning.
## 241 Our average stay is about two weeks, but long term guests have stayed nearly four months! We are conveniently located two blocks from the nearest grocery store, which is next to the local laundry mat. You also have an outdoor close line available if you'd like to dry off after a quick trip to the local beach. While you are here, feel free to reach out - we're happy to assist with anything else.
## 242
## 243 Host is entertainment industry professional in TV & Music production, very in tune with events and nightlife entertainment options in the area.
## 244 No smoking. No party. No drinking. No pets. No illegal activity. Please keep quiet after 9pm. Please do not bring friends or family back home without asking us. And if you have any other question, feel free to text us or call us. We would love to answer your question and help you as much as we could :) The most important, Enjoy the stay and Enjoy LA!!
## 245 NO SMOKING NO LOUD MUSIC NO PARTIES NO PETS
## 246
## 247
## 248 Breakfasts are included. Breakfasts include coffee, tea, juice, some toasts, yogurt, and some fruits from the local farmer market. Most are organic food. Breakfasts are served between 7:30am – 9:30am. Earlier breakfasts can be arranged.
## 249 No Parties. No Smoking. No Pets.
## 250 IMPORTANT! Please do not book if you want wifi (we don't have any in the guest house) or aircon. There is also no television - this is a basic listing, which we have reflected in the price. We do not have air-conditioning in our home, which is pretty standard in Los Angeles due to the temperate climate. If you need aircon, you should look for a new build apartment, perhaps try the Marina. Thanks!
## 251
## 252 We have one friendly cat that is very independent. Guest is asked to feed it once or twice a day.
## 253 We also have a designated parking spot for our guests available.
## 254
## 255
## 256
## 257 Please do not throw kitchen garbage and leftover into the sink even though there is a disposer. 因为之前有好多客人把水池弄堵,请不要把厨房垃圾或剩饭菜倒到水池里。即使有搅碎机也容易堵,美国的水管工非常贵,一次就需要100美金,如果出现此问题,维修费将由客人承担,为避免额外的损失,请大家多加注意。谢谢理解。
## 258
## 259 Please send a note with any questions you may have.
## 260
## 261
## 262 Easy access to major highways and downtown. Near Los Feliz and Silverlake.
## 263 In 2014, Moby photographed the house and wrote this in his blog: i was out hiking today and i came across this perfect little a-frame house. whenever i see perfect little a-frame houses i think of record producers in the mid 70’s reading about est and sitting in the hot-tub thinking about how best to record background vocals for the doobie brothers. they seem quintessentially californian, the perfect home in which to make lentil stew for robert plant and melanie. which is odd. odd because with their super pitched roofs they’re designed for alpine climates where it snows 8 months out of the year. further re-inforcing the idea that almost all architectural vernacular in southern california is arbitrary. awesome, but arbitrary. swiss chalets in a place where it never snows? down the street from normal castles and center hall new england colonials? delirious los angeles. -moby
## 264 Daily rates include lodging, use of amenities, wireless internet, ironing board and iron, hair dryers. Check in time is at 4pm Checkout time is at 11am The apartment is cleaned by two professional maids. Don't hesitate to ask if you need anything!
## 265 There are lots of books and videos and CDs to enjoy. We subscribe to the daily Los Angeles Times, and have many entertainment and beauty periodicals.
## 266 Check in 3 pm Check out 11 am Early or late check in/out available upon request and if there is availability !
## 267
## 268
## 269
## 270
## 271
## 272
## 273 We need 48 hours or more in advance to book There is only one bed and it is a Queen size. If there are two guests - they must share a bed. There is no room for another bed or a third person. Please do not request a stay if you are a group of 3, unfortunately we can't accommodate older children (as much as we love them) but possibly a baby. We are very particular about who stays in our cottage, since it is on our own property. We would like guests who are verified, have a photos of themselves (not their pet) on their profile and preferably who have used the Airbnb service before (or understand what airbnb is). Please expect to have an email exchange with us before booking. Our ideal guest is a quiet single person coming for work or a quiet couple here to enjoy the great city that is Los Angeles. Nice people only! Parking is free, on the street and plentiful.
## 274
## 275 Because of the water pressure is low on our boat. Please expect to use the regular shower and toilet on the dock which is 2 minutes walk from the boat. on board toilet is for emergency light use only.
## 276
## 277 PLEASE NOTE: There is currently a construction next to our building, we are sorry if it cause any noise or inconvenience. We want to be clear and upfront with our guests. In order to help you to create a relaxing stay and seamless check-in, please keep me updated on your arrival so we can meet you outside the building and give you a proper tour. Any questions and or concerns can be answered to make your experience at Perfect Vacation a memorable one! If we are not informed of a delay in departure, a penalty of 250 per hour for late checkout will be charged and will be deducted from your security deposit or from your credit card.
## 278
## 279
## 280
## 281
## 282 There's plenty of things to do in Hollywood. You can walk down to Santa Monica and visit the Gateway shopping Mall with a large Target, or you can take Uber to the Grove shopping center on Fairfax, which has theaters, Nordstroms, and the famous Farmers Market.
## 283 Parking is street parking. Please be aware of street cleaning signs on Mondays and Tuesdays. Also, there is no parking on Hollywood Blvd from 4pm to 7pm Monday - Friday. PLEASE take note as your card will be towed.
## 284 14 day (2 week) minimum. Substantial discount when you rent for 30 days or more (see Pricing).
## 285
## 286 There is 1 available parking space behind the building. It is large enough for an SUV, but be advised the space in the back is tight and may require maneuvering if the parking spaces around it are full. Personally I'd recommend using public transportation, Uber, or Lyft for means of transportation as parking can be a hassle in the city. **The odor reported in reviews has been greatly reduced. The building is from the 1920s and has an old apartment smell when all windows and doors are left closed. To combat this the windows in the main area will be left open and the ceiling fan on, I've also added a natural scent deodorizer**
## 287 Please feel fee to inquire about 30 days stays or longer - are doing a long term project or work stint or coming to LA to take classes. The apartment is very comfortable and very centrally located. If you are staying for a long duration I will try to acommodate things you might need while here, and will consider a pricing break after the first month, although a cleaner come every few weeks for long stays, with a fee that we can come to an agreement on for that service.
## 288 Its a shared apartment with two more guest rooms. Cancellation policy will be enforced, please pay attention.
## 289 You get instructions for key exchange/ drop off time and internet password the day of your check in. It is important that you communicate any plan changes such as earlier and/ or later check in. It is all pretty simple!
## 290 * Reserved Parking is included for 2 cars * ultra fast wifi * queen size bed with duck feather pillows and and 600 thread count egyption cotton bedding * addition futon thst opens into a queen size bed. * gym and movie theater in the building for you to enjoy
## 291 Daily rates include lodging, use of amenities, wireless internet, ironing board and iron, hair dryers. The apartment is cleaned by two maids Don't hesitate to ask if you need anything!
## 292 If you like easy, down-home living, this is a perfect place to live in without the hassle of ownership.
## 293 There are so many new places springing up in the area to explore. The Emerson Art College with it's unusual Architecture is down the street.
## 294 I have a small dog named Trippy. She is a chihuahua/min pin mix, about 10 pounds. So you likely won't see her much, she stays in her bed in my room when I am out of the house, and only comes out when I'm around. She is very sweet, but has a phobia for rolling suitcases! So you may hear her bark when you leave.
## 295
## 296
## 297 We are very proud of our garden and would love to share the watering/fresh produce with you during your stay - if you are not interested or experienced in tending to a garden, we can also make arrangements for that to be done during your stay.
## 298
## 299
## 300 We have very loving and very friendly pets. So if you are an animal lover this is the spot for you, you can have the company of a furry friend whenever you like. How ever if are allergic to cats or dogs, or just are not an animal person you may not enjoy staying here. Please consider this when booking :)
## 301 Street parking is the only available option. Depending on the time of day, it usually isn't too hard to find! Just double check the signs :) Make sure you read all other parts of the description before booking!
## 302
## 303 This property is gated and secure.
## 304
## 305
## 306 We have a very independent Cat-Jenny, we leave food for her, but she may need a little more and would definitely like a snuggle or pet once in a while! She is outdoor, so no litter box.
## 307 We also have cars for rent on Turo. So, book our place and book one of our cars (link provided with confirmation), and your car will be waiting for you at the house when you arrive.
## 308
## 309 Gardener will show up every Friday afternoon for approx. 1 hour. We will use the washer and dryer located in the guest house.
## 310 There is an additional cottage on the property in a separate listing on Airbnb, please search for "Echo Park cottage"
## 311
## 312
## 313
## 314 We are very open to meeting new people and love making friends. We also value privacy and are normally quiet and keeping busy around the grounds or taking trips around Los Angeles. Day trips to the beach are extremely important to us and we love visiting weekly. If you are curious about anything that goes on in or around the city we'll do our best to lend some advice. Safe and Happy times, Travelers!!
## 315 There is street parking available.
## 316 Other house guests are staying in a separate ground floor space and look after the house generally. Both spaces are private and separate.
## 317
## 318
## 319 The floor plan is designed for sociability and security, and we have a teammate living in the space to answer all of your questions and be available from 10am to 11pm daily! This location has 10 pods but if you are booking more than 6 beds, please write to me first. These listings are setup for individual or coupled bookings and we may not have availability for 10 if you instant book that!
## 320 Photo shoots: please contact me for rates and availability.
## 321
## 322 There is a three night minimum
## 323
## 324
## 325
## 326 I have one dog in the backyard, she is friendly, if you are afraid of dog, please let me know so I can lock her up in ahead of time. Please read House Manuel upon arrival. This is a safe neighbor and we installed security cameras in front of the house to ensure extra safety.
## 327
## 328 This neighborhood is one of the safest locations in Los Angeles and you are in a short walking distance to the heart of the melrose shopping area. The hotspots are literally at the end of the block and around the corner from this location.
## 329 每天早晨太陽出來的時候我的雞們可能會走出到院子裡大聲歌唱,太陽落下去的時候它們就會自己回家睡覺了。 早晨9:00前至晚上11:30以後請保持安靜。Before 9:00a.m and after 11:30p.m keep quiet please!
## 330
## 331
## 332
## 333 I have a room mate in one of the 5 bedrooms. Very nice kid, quiet kid, A college engineering graduate, working and rarely home.
## 334
## 335
## 336
## 337
## 338
## 339
## 340 Walking distance to Dodger Stadium! Or a 5 Uber ride. There is a great health food grocery store just two blocks from the house. If you exit the house and turn left, walk two blocks to Sunset Boulevard and in the shopping center on your left there is "Lassen's", a health food shop with fresh juices, organic hot food bar and salad bar, and prepared foods along with groceries. There are also lots of bars, cafe's and shops on Sunset.
## 341
## 342 Hey. Quick note. Everything in LA closes early. This is not the east coast. Restaurants closes by midnight. Bars and clubs shut down at 2. Ask me about what's jumping off AfterDark! I would be glad to make sure your visit is most memorable and Stress Free.
## 343 This is an active area for coyotes, squirrels, raccoons, owls and hawks. The house is on a Nest thermostat. If you download the app to your phone you can adjust the temperature from other locations, allowing you to heat or cool the house before you return.
## 344 Laundry up the road but not on site. No TV. 1 parking spot is provided and there is tons of free parking on the street but make sure to notice the signs for street cleaning days.
## 345
## 346 There are two bedroom - 1 Queen bed and 1 blow-up air mattress. So will sleep 4 people.
## 347
## 348 There is a ceiling fan, an AC, a heater, and plenty of windows + small bathroom window. You will be ready to beat the "cold" LA winters, or leave the windows wide open with a nice breeze, or crank that AC and turn it into an ice box in August. This is not a hotel, it's my home :) and because of that the kitchen has all the utensils + accoutrements you should need to cook a nice dinner at home! Plenty of safe street parking up and down my street!
## 349 You have access to an outdoor patio and a grill.
## 350 We would like for guests to know, we have a dog that lives in our portion of the house. This is as a courtesy to our guests who may need to know. When a guest would like to stay with a pet, we ask for information prior to confirming the booking. We would like to pre-qualify your pet prior to confirming your reservation.
## 351 My room is good for solo adventurers, and business travelers.
## 352 There are also 4 surf boards that can be used ... two 8 foot boards one foam board good for learning and a 7.5 egg fun shape and a 6.5 fish shape.
## 353 OUR BASE RATE IS BASED ON ONLY FOUR GUESTS DAY & NIGHT: We would love for you to enjoy my home with family and friends. Yes, as mentioned in the ad we offer a discounted base rate so groups of four and under may enjoy the house without paying for the maximum number of people/30 guests! Like hotels (suite w/ multiple rooms vs. single bed rooms), we charge for guests over four to cover out of pocket costs: discounted rent, linens, towels, supplies, beds, utilities, maintenance, cleaning, breakage, wear and tear, etc. The price is proportionate to the number of guests. Like hotels, since the set up, washing linens and cleaning are the same as if a guests stays a partial versus the entire stay we need a maximum count of guests for your entire stay. Also hotels charge day fees, day pool passes, sell food and beverage, not allow outside food or beverages, merchandise and parking to help pay for the cost of day visitors. You save by bringing your own food and beverages! :) The discount/f
## 354 You will notice two similar listings for our accommodations. If we are booked with this option try booking through our other listings. https://www.airbnb.com/rooms/6969512 https://www.airbnb.com/rooms/3711687
## 355
## 356
## 357
## 358
## 359 Pets are allowed as long as they get along with other dogs and cats. We also have a doggie door that is easily accessible for your pet to go in and out of to the back yard.
## 360 The guest house is located behind the main house so it is a walk from the street. There is a incline path up to steps that lead to the main entrance. We have been told that this path is is not the best when wearing heels.
## 361
## 362 Just be clean, respectful, and ENJOY YOUR TRIP!
## 363 I have large friendly dogs.
## 364 We have local hiking trails around country club. Its in the city but feels like the suburbs. The backyard is always sunshiny bright.
## 365
## 366
## 367
## 368 We have extra towels you can use if you forget to bring yours.
## 369
## 370 This is a very peaceful neighborhood! So please no loud music, noise at the pool or anywhere else, especially before 8:30 a.m., and after 10:00 p.m. No smoking Please! Check-in time is 3:00 p.m. Check-out time is 11:00 a.m.
## 371 If you are 420 friendly we can order and deliver whatever needed for you. If this is an off week for kids, you are allowed to smoke, please check in with me if this is your preference.
## 372 BY CAR: 20 minutes to DOWNTOWN (depending on traffic) (8miles) 6 minutes to Los Feliz Village (2 miles) 15 minutes to DODGER stadium (5 miles) 10 minutes to SUNSET JUNCTION (2.5 miles) 2 minutes to GREEK THEATRE 30 minutes to MAGIC MOUNTAIN 15 minutes to GRIFFITH PARK OBSERVATORY 50 minutes to DISNEYLAND
## 373
## 374
## 375
## 376
## 377 Check in: 3pm or later Check out: 11am or earlier We have two small dachshunds that may be in the fenced front yard. Your entrance is completely separate, so you will not be in direct contact with them. If you arrive and they are outside, they will probably want to say hi ;) We have a tankless water heater, which is good for the environment, but does take a few extra minutes for the shower water to heat up. If you are a smoker, you will probably want to book elsewhere as we are smoke free on the entire property.
## 378
## 379
## 380 FREE PARKING
## 381
## 382
## 383 Welcome guests, who will keep my home clean! NO stoves in kitchen. heat up or light cook only by using microwave Wall furnace in hallway (temperature can NOT be adjusted ) Living room is NOT useful at all. (It is a curtains enclosed room for a guest) Parking: Only one spot for 2 rooms. First come first serve. Free over night street parking. Kinda easy too.
## 384 There is NO stoves and oven in the kitchen. Other than that, it is a normal kitchen (shared). Microwave, toaster. coffee maker.Plates, bowls, knives, forks... Living room is NOT useful at all. Heating: wall furnace in hallway. (temperature is preset; can not adjust)
## 385 No stoves and oven; no cook wares. Do not bring your own tools and cook in the home or your deposit will be withheld.
## 386
## 387
## 388
## 389 Due to how quiet our neighborhood is, we ask that you quiet noise level down out of respect for our guests and surrounding neighbors. Please notify host of your desired check-in time between 4pm-10pm as one of us needs to be home to welcome you. If you need a later check-in time, please message me before instant booking to ensure we can accommodate it. Thanks. We are a 100% smoke and drug free home. For the health of our own family and other guests who are allergic, we have made our home a smoke free space. This means there is absolutely no smoking of any kind including E-cigarettes inside or outside the premises including the deck, backyard or driveway.
## 390 Available for shoots! Please e-mail an inquiry for prices.
## 391
## 392
## 393 TV tapings nearby: Search ‘TV Tickets Los Angeles’ to attend these shows: 2 Broke Girls The Big Bang Theory America’s Got Talent So you think you can Dance Ellen DeGeneres Conan O'Brien Jimmy Kimmel Bill Maher The Talk Jeopardy! with Alex Trebec Wheel of Fortune The Price is Right Dr. Phil The Doctors We get lots of requests to be a location for Photo, TV and Film shoots, but we do not allow commercial shoots here at our home. There are several hiking trails in this neighborhood that are fun and scenic, including the famous Runyon Canyon. Hiking: Lake Hollywood, Runyon Canyon, Beachwood Canyon, and Griffith Park Surrounding Neighborhoods: Beachwood Canyon, Franklin Village, Toluca Lake, Burbank, Universal City, Studio City, Hollywood, West Hollywood, Los Feliz, Silver Lake, Glendale, Pasadena, Beverly Hills, Studio City, Sherman Oaks, Van Nuys We are happy to help as your travel concierge if you have any questions. We know all the street shortcuts, the traffic traps to avoid, th
## 394
## 395 Please respect our neighbourhood .
## 396
## 397
## 398 Lovely host, lovely guests :-)
## 399 A queen sofa bed in the living room and another in the den ,2nd bedroom is in turret which is 7 ft in diameter ,( with the Den, the Living room , the Cove and the turret there are actually 4 separate sleeping areas if you use the sofa beds ) , 4 stories of stairs to get to that level but totally worth it because incredible views a very unique stay experience.
## 400
## 401 Keys: there is a lock box inside to the bottom right of the locked front gate. the code is 1979. Please lock gate when you are not at the house and leave keys in box when you depart. Wifi network: Witty Password: nw7837
## 402 We are located just three blocks from Occidental college and four blocks from the best/hippest strip of York Blvd. We are also a five minute drive from Colorado Blvd in Eagle Rock, and a 10 minute drive from Highway 2, Highway 134 and the 110 Freeway. We are a 10-15 minute drive from Pasadena, Glendale and Silverlake, and a 15-20 min drive from DTLA.
## 403 My neighbors are not only good neighbors but good friends. We look out for one another. If you treat them with quiet, kindness, and courtesy, I believe they will do the same for you.
## 404 Check in's after 12 am are subjected to a 50 charge
## 405 Check in's after 12 am are subjected to a 50 charge
## 406 Very close to Washington blvd and the Venice pier. Great central location for dining and bars.
## 407
## 408 1 block away from lakewood sheriff's station. Nice and safe area
## 409
## 410 Again, the dogs will be here as will I. We are friendly and easy to get along with. This is the perfect place for families, couples or individuals looking for a relaxing time away.
## 411
## 412
## 413
## 414
## 415
## 416
## 417 We are 2 miles from trendy Abbott Kinney Blvd., and 4 miles from Venice Beach, Santa Monica, Marina Del Rey and Culver City. Terrific shopping, restaurants, bike paths and so much more. The Mar Vista Farmers Market is on Sunday. Nearby good restaurants within walking distance - Atmosphere Café and Rustic Kitchen. About a 20-25 minute Uber ride from Airport.
## 418
## 419 For our guests who smoke: Please restrict any kind of smoking to the street and not the common areas. All four bungalows are non-smoking so please respect your neighbors. Thank you in advance for your collaboration.
## 420
## 421
## 422 Everything else is in our house manual ♡
## 423
## 424
## 425
## 426
## 427 We have a Honor Roll, Red Cross trained teenager available for babysitting on site at reasonable rates if you need.
## 428 We are a 5 minute walk from the Mar Vista Farmer's Market on Sundays from 9-1pm.
## 429 We have a small, friendly and quiet dog that stays in the main house unless we are home.
## 430
## 431 Please note the kitchen is stocked with only the most basic cooking supplies for simple meal prep. Coffee maker, pots, pans, mixing bowls, flatware, knives, cutting boards. Washer & Dryer is located in the garage and shared with the tenants in the guesthouse.
## 432
## 433
## 434 Everything is within a mile or less such as; Queen Mary, Aquarium, Mall,Movie theatre,restaurants & bars and Long Beach convention center, a park,and a Starbucks
## 435
## 436
## 437 Will allow some pets, but to be discussed prior to booking regarding size and Nightly Price before acceptance, A liability waiver must be signed and a Picture of the Pet sent to my phone with a copy of the Liability waiver. The main person booking is a Required preference to be 21 or Older.....Kids are welcome.. Thanks for staying and I hope you have a really Good time, Enjoy!!!!
## 438
## 439
## 440
## 441
## 442
## 443
## 444
## 445
## 446 This is a great area to visit! It's a very special part of Los Angeles. In the courtyard and backyard area, you'll feel like you're in paradise. Yet, the house is located in the middle of Los Angeles. On the property, you can forget that you're in a city and feel like you've escaped to a private getaway. Yet, simply leave the property to easily access all that the city of Los Angeles has to offer! Prices shown are for typical guests. Filming and photo shoot pricing is higher.
## 447 Airport pickup/drop-off may be available - inquire upon booking. 50 LAX OW/85 LAX RT (taxi is approx 80-90+tip OW); 40 Burbank OW/75 Burbank RT. Cash only. Add'l fee may apply before 8am and after 10pm. A dog is sometimes in the yard (belongs to duplex neighbor).
## 448
## 449
## 450 The garage and driveway are not available but there's lots of street parking. There is a gardener who comes on Friday early afternoons. He has a key for the backyard.
## 451 There is no street parking on Friday mornings so be sure to park your car in the driveway!
## 452
## 453 We have several rooms for rent in Los Angeles. Please, check out our other listings for LA Room Rentals.
## 454
## 455
## 456 (URL HIDDEN)
## 457
## 458
## 459
## 460
## 461 I have a weighted piano/organ inside the home for use, we love the sound of music, so if you can play we would love to listen. There is a washing machine and dryer in the out house. A washing machine inside too. We are surrounded by a wonderful Latino Friendly Community. Their fun spirit comes out on a Friday or Saturday night with their lively music which ends around midnight. I've joined in with the festivities before and its been lots of fun…unless of course if you like to go to bed before midnight on the weekend. In general the house is lively at times as I have 2 rooms inside the home that I have for guests and the 2 bedroom unit which can house up to 6/7 people. Please don't park in the alleyway as it blocks the other peoples driveways to their homes. I have upgraded to high speed turbo internet, I also bought an extender as the unit is about 10 meters/32 foot from the main home. I work hard to keep the home well maintained and clean, I'm vigilant and do due diligence with profe
## 462 Please take off your shoes when entered.
## 463
## 464 The property has a horse and outdoor cats on it. Since we are in the mountains, be sure to print out directions to get here because sometimes cellular signals can be fluctuate for carriers except Verizon.
## 465 Music video location shoot 2013 Tiny Hearts-Stay-YouTube zoned for horses, if you are self contained you can stay with horses here, talk with owner regarding details
## 466
## 467
## 468 1 parking space is available for mid-size sedan or small SUVs. Overnight Parking is not allowed but you can purchase a daily permit on (URL HIDDEN) Print the permit and put in under the windshield on driver's side. Printer is set up and free to use. Please take off your shoes upon entering the house, hardwood floor will be mopped after every stay so it's very clean. Absolute NO SMOKING inside the house; if you do need to smoke please go to the back yard and clean up the butts and throw them in the trash can outside. I understand some people have smoking needs, but no trace of smoking, including smell, should be found anywhere on the property. Do not leave dirty dishes and cookwares if you use them, leave them in the drying tray after cleaning. Dishes will be cleaned again for the next guests. Toilet is completely sanitized every single visit. All towels, bed sheets, blankets, and pillow cases are washed every single visit.
## 469 Upstairs, No elevator
## 470
## 471
## 472 Our building was built as a Hotel in the 1920's we have only stair access. Be advised (no elevators). We are also a small Boutique Hotel so be aware your unit is one of the rooms in our hotel :-). To inform you a little more about this room it is a shared bath unit meaning the bathroom is not in the unit itself but down the hall shared amongst our other guests on that hall. The bathroom is a private bathroom just like in a house (not gym style or anything) that is cleaned everyday and includes a forgot anything closet with toiletries and hair dryers. There is also a fully stocked community kitchen for all guests to use. Each shared bath studio includes a mini fridge, microwave, coffee maker (tea, coffee, sugar and creamer are provided as well) and towels. PARKING PASS POLICY We provide parking (5/night) for all of our guests. Unfortunately the City Lot charges us 95 dollars for these parking passes. If your pass is not returned we will have to charge the price of the replacement fo
## 473
## 474
## 475
## 476
## 477
## 478
## 479
## 480
## 481
## 482
## 483
## 484
## 485 Our place is on the top floor of the building it's on the 4th floor. We do not have an elevator. It's great for us since it helps keep our bodies in shape but if you don't really like to exercise perhaps it's not best suited for you.
## 486
## 487 Waterbed room uses back entrance and front room has its own door in the room.
## 488
## 489 Enjoy the apartment!
## 490 Children 2 years and over are considered a full priced person. Please include them in your reservation. TV with Verizon FiOs. Please note: There is no A/C in the house but we do provide 4 fans as well as the main house fan in the hallway. Opening the windows and turning on the fans, as well as the ocean breeze, cools down the house quite well.
## 491
## 492
## 493
## 494
## 495 One block to the grocery store, bank, and convenient stores 8 block (-1.5 miles) walk to the beach 1 block walk to Metro (Bus and Train) stops 5 blocks to bars and restaurant
## 496
## 497 PARKING: There is ONE designated parking space directly in the back of the building, open space behind the garage. If more than one car, plenty of street parking. Maid service: Optional and available upon request 20/hour as you need.
## 498
## 499 This is a great neighborhood, and nice place to hang your hat for a visit. Making a guest room available to welcome you to stay in a private home surroundings.
## 500
## 501 Other motel rooms are rented by locals in the area.
## 502 Due to the high level of requests please try to book in advance ,message me for availability as I am unable to update my calendar every hour
## 503
## 504
## 505
## 506 We can provided you with a list of the best restaurants, hiking trails, beaches, surf spots, wineries and sight seeing when you arrive. Most importantly, enjoy, relax, and rejuvenated.
## 507
## 508 You can easily walk to Moonshadows bar and restaurant. The size of the beach is directly impacted by the tide levels. When the tide is low, there is a lot of beach to walk on. When the tide is high, there isn't much beach. I can direct you to larger, more public beaches nearby, but our beach is very secluded and fun when the tide is low. The grill may or may not have a full tank of propane. I do not include propane in my rental. If you need a refill, the gas station at sunset and Pch provides them for a small charge.
## 509
## 510 I have highlighted some of the nearby attractions and local points you can review if you like. You will also find the printed guide for you in your room. I am also happy to tell you about any other interest in the area. The bed is a brand new California King Sterns and Foster plush Euro pillow top. Because we have a lot of options for fresh, high quality linens from Egyptian cotton satin to flannel, we invite you to tell us what you want and let us have it ready, just the way you like. At this point, everything in the room is brand new or a freshly re-finished antique.
## 511 Please note that this is an apartment unit with permanent occupants in adjacent units. We ask that you be respectful to the other occupants and reframe from loud noise, jumping, or throwing parties as these violates our rental policy.
## 512
## 513 This is my home office, and on when I have guests I do my best to get what I need from there and work from inside the main house, but there is always a chance I might need access to a file; I will text you in advance & work out access that does not impose on you. The is very rare.
## 514
## 515 THIS IS NOT A PARTY HOUSE. Please be mindful that we DO NOT allow parties or loud noises in our apt due to respect for our neighbors, so please DO NOT book if that is your intention. Should this occur, the security will be called (from a neighbor) and you will be fined. **Additional cleaning fee for longer bookings. I am extremely friendly and will do my best to accommodate any special requests, just ask ;-)
## 516
## 517
## 518
## 519
## 520
## 521
## 522
## 523
## 524
## 525 No pets or kids. We love them both but unfortunately can not host them.
## 526 There is a large dog living on property. A nice dog, but visitors must be dog friendly. No other animals permitted.
## 527
## 528 The suite is offered with a 2 guest limit.
## 529
## 530 Manhattan Beach Pier is around 8 minutes driving. Redondo Beach and Hermosa Beach are 12 minutes driving. You can shop for your groceries at Traders Joe's or Target only 5 minutes driving. LAX airport 15 minutes driving. Disneyland 40 minutes and Hollywood 50 minutes. For lunch or dinner you can go to Downtown Manhattan Beach best food ever!!!
## 531
## 532 Please contact me if you have any additional questions.
## 533
## 534
## 535
## 536 This is the best location and has all you need. Have a good time.
## 537
## 538
## 539
## 540
## 541 Unfortunately there is no laundry, gym, or parking. Street parking in the area is generally available during the day, but later in the afternoon and evening our street is generally full, so you may need to venture to nearby blocks. That said, I've never had to park more than 3 blocks away.
## 542 ========================================== Summary: -Full Bathroom with Shower and Toilet -Clean Towels -Fast Internet WIFI up to 60 mbps -Queen Tempur-pedic covered bed. -Secure Room with Passcode Lock No parking in the building, but there is a 5-7 parking lot right next to building with some free street parking in the area with specific streets with no overnight restrictions. In our introduction email, you will receive directions on where you can park overnight as most streets will not allow overnight parking.
## 543 There is a dog but she is mainly indoors
## 544 *Pasadena is under severe drought conditions; Water use is highly restricted. Therefore, you are asked to keep showers short, 5-7 minutes, one per day, to avoid penalties for excessive consumption. Disregard of this City mandate will result in immediate cancellation. Curbside parking is available on both Lambert Drive and Oak. The City of Pasadena allows curbside parking overnight, from 2a -6a, *only with a temporary parking permit. These are available at a parking kiosk down the street and cost 3 per night. Getting around: Many guests without cars find using the Metro, with a major station nearby, to be very convenient. Uber gets high praise, too.
## 545
## 546 We prefer to rent to people who have a complete profile and can include some information about themselves and the nature of their stay.
## 547
## 548
## 549 ========================================== Summary: -Full Kitchen including Refrigerator and Stove - Living Room with Large TV that has Netflix Access -Bathroom with Shower and Toilet -Clean Towels -Fast Internet WIFI up to 60 mbps -Queen Tempur-pedic covered bed. -Clean Room Parking for this unit is ONLY space # E in the back of the unit. Please be careful coming in and out of the driveway and drive slowly. In introduction email, you will receive directions on where # E is located. Please only park in space # E
## 550 Please reach out to me if there is anything specific amenities or things you are looking for to make your stay more pleasant. I will do my best to accommodate you and your guests' needs.
## 551
## 552 This is a family home with a small dog and 2 children who live on the premises. However, your suite is completely separate and shares no entries (duplex style.) We are a relaxed easy going family that enjoy visitors or are equally comfortable giving you complete privacy. For weekly and/or long-term guests a weekly cleaning service is available for an additional fee. This is in addition to the regular cleaning fee. However, if you use the cleaning service immediately following your stay there is no regular cleaning fee.
## 553 Please note that owner reserves right to occupy the private garage/ studio. It is private w separate entry. The only common area is the washer/ dryer. Again, this is a very private studio w separate entry. Your privacy is highly respected and is my greatest priority. The only guest interaction is at check in or incidentally if we happen to be coming or going at the same time.
## 554 If you're looking for a clean, quiet, stress-free environment to relax in for your temporary stay in beautiful Pasadena, this could be the right choice! No loud music, no crazy animals (only a very lovable kitty) and not a lot of clutter...
## 555 You wanna surf? I got extra longboards and wetsuits available..but I kinda suck at it and I won't go if it's over 3 ft waves
## 556
## 557 Ex tennis coach. Will add tennis lesson for free. Rackets and balls provided.
## 558 Total price is including tax Fresh towels and linens are provided at your arrival. The area is very secured and in a refined residential area. If you need additional rooms for more guests with you in the same house to rent then please ask the house manager for availability and an additional rate will be added to your booking for rending additional rooms. The house consists of 5 bedrooms total with 3 bathrooms.
## 559 No drugs or smokers. No drinking on premises. Clean and respectful to others' property and space. Treats living quarters as if the owner. Responsible and prompt to financial obligations. Grateful, optimistic and friendly demeanor. Direct and clear communication style. Furnished student SHARED house has six bedrooms and three bathrooms. Near the expo train and direct bus to campus. Off campus housing. SHARED REMODELED MODELED HOUSE. Private comfortable homes to enjoy with other serious students. Everything you need... furnished house...Complete kitchen..for microwaving meals, salads & small meal preparation. No cooking. Microwaving is OK Furnished bedrooms that are shared with other college students and grads. Linen available...
## 560 Check out the Guidebook for my recommendations in the area. There is plenty of street parking but street sweeping is Thursday and Friday mornings at 8AM. Garbage pickup is every Wednesday accept when there is a holiday then its on Thursdays. Gardner comes every other Thursday.
## 561
## 562
## 563 Housekeeper comes once a week. Gardener comes once a week. Laundry service comes twice a week for pick up of shirts. (Washing machine/ Dryer in garage. Housekeeper does laundry)
## 564 We are walking distance, or a very short drive, to the beach. There are a wide variety of good and affordable restaurants in the village. Also, Gelson's grocery store offers quite a large variety of inexpensive takeout options. One of our favorite things to do here is hike on the trails in the mountains above the village. The trailhead is a short walk from our front door.
## 565 Minimum 2 night stay and maximum 2 week stay.
## 566
## 567
## 568
## 569
## 570
## 571
## 572
## 573
## 574 For those with allergies, though the house will be cleaned thoroughly, we have two dogs. Please consider this before booking. Gardeners come every two Saturdays and only in the front yard.
## 575
## 576
## 577
## 578
## 579 we have two and keep the house very clean. They do not go into the master bedroom.
## 580
## 581
## 582 Our neighborhood is safe and friendly. We use a lock box for the delivery of the keys in most instances. We provide much, much more than the usual Airbnb home! Our place is like your home away from home!
## 583
## 584
## 585
## 586 LACMA is two streets away!!!
## 587
## 588 Sober women supporting sober women. Great group of girls!
## 589
## 590
## 591 Washer & Dryer in the unit for use Free WIFI Free Chromecast on the TV to connect to any of your wireless devices Free Cable TV with 40inch HDTV 2 car tandem garage (please use extreme caution when parking as the garage is very narrow) No elevator (2 flights of stairs to the living room/kitchen/dining/guest bath and 1 more flight of stairs to the 3 bedrooms/2 bathrooms and laundry room)
## 592
## 593
## 594 We are a non-smoking and no pets home. We want our guests to relax and enjoy our beautiful home the way we do. We love small children, but unfortunately our home is not child proof. Thanks.
## 595 This townhouse is close to others within the neighborhood. Please be mindful and respectful of the neighbors.
## 596 This is important, I ask that no meat product be eaten, brought or cooked in the house. I've been a vegetarian for over 25 years and desire to keep meat out of my house. What is meat? It seems to be a blurry concept to some. Meat is any animal product to include beef, pork, poultry, seafood, shellfish or animal organ. Dairy products such as eggs, milk, cheese... are acceptable and can be brought. Some guests have come and criticized my decision and tried to sneak meat into the house, they've labeled my lifestyle "unnatural", "dangerous", "anti-christian"... I'm making a big point of mentioning this aspect so you know what to expect and no one is surprised or disappointed. I average 25 requests per day, please message me before making reservations. I travel for a living and want to make sure I'm available to greet you. If I agree to rent please make reservations as soon as possible, someone else might beat you to it. I give priority to people who have profiles, thanks. To confirm you'v
## 597 There's a projector that spans about 80 inches with Apple TV. If you have an Itunes account, you can easily set it up to watch shows/movies (or happy to use my account as well). There's also Sonos speakers to play music from your phone if you like.
## 598 Some of the best restaurants in LA are just a short walk away!
## 599 Kitchen fully stocked with appliances, dishes, glassware and cutlery. Bath towels, beach towels, boogie boards, beach toys included.
## 600
## 601
## 602
## 603 The trailer would be uncomfortable for very tall ( over 6') or large people as it is a travel trailer.
## 604 Friends and family pass through but their schedules change, so check back again :)
## 605 PETS WELCOME; if well trained and house broken. Pet fee and pet deposit applies.
## 606 Shoes off and smile!
## 607 Master bed has a king size 2nd bedroom has a Double size bed (Fits 2 people) but but a Queen Size There is a washer and Dryer on laundry room. Kitchen has a all-new stainless appliances - dish washer, Oven and stove, and large Fridge.
## 608
## 609 We are a relaxed, quiet house with a a nice calm energy. We hope to attract similar guests.
## 610
## 611
## 612 FREE unlimited High-Speed WI-FI INTERNET access. Access to the Swimming Pool and the Gym is 10 daily or 35 weekly per person. Free Parking in the complex with a DAILY VISITOR PASS from the security.
## 613
## 614 Myself and another roommate live here, so please consider that and we both are very professional and busy, we are out most of the days and come home to relax/sleep.
## 615 -5 guests at most please! -A quiet building, not suitable for parties! Thank you!
## 616
## 617 The hosts' room is not for guest access and is to remain locked, host WILL NOT be there during your stay.
## 618
## 619 I have two cats, so please find another place if you are allergic! Parking is very limited in my neighborhood. There is no overnight street parking for visitors less than 4 blocks away. My place is more suitable for travelers without a car, or relying on Uber or public transportation.
## 620
## 621 If you have some issue or question, please do first text or call directly to me. Pets are welcome. REFUNDABLE Pet deposit is extra 200 (PAID ON ARRIVAL). Please be considerate and LEAVE THE APARTMENT AS YOU FOUND IT - cleaning fee covers basic cleaning after checkout.
## 622
## 623
## 624
## 625 It is street permit parking. I supply a guest parking permit for your stay.
## 626
## 627 If you are going to be using your car or renting I will provide a parking permit for you. However, parking can become rather difficult to find at times, It works as a first come first serve method.
## 628 Our home is in a perfect location with beautiful views, super comfortable and very safe. We enjoy hosting and love meeting travelers (but no kids and pets). Please note that we monitor the living room when we are away. The pool area and gym are part of a private club that charges 10/day or 35 for 7-day pass, as the guest of a member. This includes access to saltwater pools, lap pool, jacuzzi and gym. The theater on premise shows three free movies each week on Thursday evenings, and Saturday and Sunday afternoons.
## 629 I have beach cruisers that can be borrowed to cruise around town. Very close to the Grove shopping center, Beverly Hills Mall, LACMA museum, La Brea Tar Pits, and El Ray music venue
## 630 No parking on the premise. Street parking available outside the building. Sorry not my rules.
## 631
## 632 One loveable dog. Must be pet friendly!!
## 633 Home is always being updated with different decor. Very welcoming space :)
## 634 We also have a cat living (mostly outside) here, which our student will take care of.
## 635
## 636
## 637 We do not allow third party bookings. Whoever books the property must be present during check in. You must get written (typed) consent for ANY additional guests on the property at all times including visitors who are not sleeping on the property. Violation of this rule will result in a 100 per person fee over the reservation limit. Absolutely no parties are permitted without prior consent and an agreed upon event rate. Absolutely no filming is allowed without prior consent. Please note we have separate filming rates. Breaking either of these rules will result in the forfeit of your deposit and additional fines up to the event/filming rate (1k per day). Absolutely no smoking indoors is permitted. Violation of this rule will result in the forfeit of your full deposit and fines. No animals are permitted on the property without prior consent. Violation of this rule will result in a fee of 150 per day the animal is on the property. The pool can be heated at an extra rate to be determine
## 638
## 639 Please be ok with large friendly dogs and no other pets allowed.
## 640
## 641 We have recently moved across town, and have Airbnb'd out the front house. The only time you may see these guests are when you come through the side gate and pass through the backyard. Each has your own little backyard, so it's completely private.
## 642 The shower in the bathroom gets great water pressure but the curtain rod is janky. I made it from plant hangers and things I found at the hardware store. It is temporary but it works. The house is the back half of a duplex please do not disturb the front tenants. Also to be noted. . .there are free range chickens in the back yard. Free range, meaning they leave little chicken poopies in the yard so watch your step. They also make some noise in the morning when they wake up and after they lay an egg. There is someone that comes by to let them out in the morning. If you are willing/interested in providing some chicken assistance during your stay which includes letting them out of their pen and feeding them 2 bowls of feed, making sure they have water, and collecting the eggs. We can work it out at the time of your reservation and I will discount your stay. Lastly, it never rains in southern California but when it does it comes in through the bottom of the kitchen door. So please use a to
## 643 100 MBit/Sec High-speed wireless download 10MBit / Sec High-speed wireless upload
## 644 I have a 5 years old Siberian husky, named Cairo. He's very active, friendly, love to interact with guests and being pet. He will be more than happy to hang out with you anytime ;)
## 645
## 646
## 647
## 648 This room can be changed to 3 beds for 3 people if wanted. Or one bed if like..you call it! all is possible
## 649 Also comes with toiletries and plates and clean sheets but No parties or loud noise very quiet residential complex
## 650
## 651
## 652
## 653
## 654 Our house is situated on the side of a hill so in order to gain access to our loft you will need to walk down a staircase . Might not be handicap friendly .
## 655 Airbnb is a community of hosts and guests that cherish the unique experience of staying in local neighborhoods and get to know a little bit deeper about the culture of the place visited. A description on your profile, a picture of your face and about what you do / who you are would help me to determine if you are a right fit for "THREE COWS." To ensure the best experience possible, let me know your travel plans (such as itinerary, arrival time, etc.) so check-in can be arranged smoothly. It is best to have a phone (smart phone even better) while you are in town. Self check-in can be arranged. First time Airbnb users are welcomed to book "THREE COWS!" There are articles about how review works for both guests and hosts, which I encourage you to check out this article on Forbes (shortlink: bit . do / airbnb reviews).
## 656 We have one cute kitten named Buttercup whom you get the privilege of playing with.
## 657 The location is great and each day I fall in love with my neighborhood and the surroundings. It is a peaceful and quiet space, it gives you time for reflection. Nature is all around, and when you come out of the city the country atmosphere envelops you with hugs and warmth.
## 658
## 659 Willa the cat lives here... she is a sweetheart and will want to cuddle with you, but knows when to give you space. Please note this if you are allergic!
## 660 The home is quiet, clean, comfortable and is located within a large gated yard. A continental breakfast is provided to guests on Day 2.
## 661
## 662
## 663
## 664
## 665
## 666 Parking can be tough later in the evening
## 667
## 668 SO MUCH TO DO! Here are great sites that go over local area attractions: (Search san (URL HIDDEN) Within a couple of blocks you can see panoramic views of the huge cruise ships and cargo ships entering the Los Angeles Cruise Terminal & Long Beach port, the St. Thomas Vincent bridge, the Cabrillo Lighthouse, and incredible ocean views from the cliffs over 100 feet high just a couple of blocks away. 2 blocks to Angel's Gate Park (see (website hidden)). 3 blocks to Point Fermin Park (open green park, live plays, whale watching) - outstanding! 3 blocks to Paseo Del Mar (stunningly beautiful panoramic ocean views) 3 blocks to Point Fermin Park The Point Fermin Lighthouse of San Pedro Harbor - a local historic attraction that is just one of the many things to see at Point Fermin park. 3 blocks to the Los Angeles Harbor Lighthouse AKA Angel's Gate Light is a local historic attraction. This can actually be seen from the street steps from your front door. You could also walk dow
## 669 15 min walk to grocery stores, restaurants, parks and beautiful views. A 5-minute drive to: -Coast and beaches -Cabrillo Marine Aquarium -Ports O'Call with restaurants, harbor tours and shops -Crafted Marketplace: featuring handmade items from local craftsmen -San Pedro Harbor where boats leave for Catalina Island and whale watching -The USS Iowa battleship -LA Maritime Museum Within a 20 min drive to: -Long Beach Aquarium -Queen Mary Within a 30 min drive to: -Los Angeles International airport -Venice and other beautiful beaches Within 1 hour drive: -Disneyland -Universal Studios My place is close to restaurants, grocery stores, the beach, family-friendly activities, hiking trails, and local public transport. You’ll love my place because of the comfy bed, the quiet backyard surrounded by trees and the neighborhood. This place is good for couples, solo adventurers, and business travelers.
## 670
## 671 I can put a twin mattress on the floor for an extra guest for 15. (The room will be very crowded though) MUST REQUEST AT BOOKING. Please be aware that there are steps up to room. See pictures. No pets allowed.
## 672
## 673 Come visit my home and enjoy your stay in Valencia!! Smoke Free Home! Please do not smoke in or on premises.
## 674 Santa Clarita’s rich Western heritage takes center stage each year at the Cowboy Festival in April at the Melody Ranch™ Motion Picture Studio. Also Santa Clarita Performing Arts Center at College of the Canyons has entertainment year round. Deeksha or the Oneness blessing is offered to all guests upon request. For more info you may see printed flyers in the office desk at the guest house or go to (URL HIDDEN) for an explanation. Meditation and Deeksha night is held the 2nd and 4th Monday of ever month on site at 8pm in the main house. Join us to experience the Oneness Phenomenon!
## 675
## 676
## 677
## 678
## 679
## 680 We have our rescue puppy, Cali (4 year old boxer mix) who patrols the property and barks a bit. We like to introduce her to guests, as she is protective and barks at strangers, but once she meets you, she is a sweetie and just loves to be petted, loved, and chase her toys or play tug of war. Also with us is our cat, Molly, a very adorable sweet tortoise shell calico. She found us 3 years ago and never left. She also loves to be petted. Neither Molly or Cali are allowed in the guest suite. Let me know if they are intrusive.
## 681
## 682
## 683
## 684
## 685
## 686 罗兰岗也是代购最爱的地方,有很多的华人快递公司,而且价格美丽
## 687
## 688 不要在房间以及屋内抽烟。请保证房间内和公共区域的卫生! 在你离开时,请给我5星好评,我肯定会给你5星好评的。谢谢!
## 689
## 690
## 691
## 692 保持安静清洁,每个房间只能入住2人
## 693 出門时请锁好房屋大门和车库大门。房间内拒绝吸烟,可带小型宠物。厨房你可以随意烹饪美食。
## 694
## 695
## 696
## 697
## 698
## 699
## 700
## 701
## 702
## 703 A baby under one year of age is acceptable. No toddlers because of the stairs.
## 704 It’s about a 15 minute walk to the beach. The weather around here is always fantastic, and there are no streetlights on the street so it makes night time even more enjoyable with the stars. We also have a set of bicycles that we are more than happy to lend to you as well. Everything is nearby, and there is ALWAYS parking on the street. Always. One thing to note though, there is street cleaning on Wednesday mornings from 9-11am, and the car must be parked on 16th, so you won’t get a ticket.
## 705 International guests: I've gotten some inquiries as to whether I have TV channels that show World Soccer. Yes! I have several channels. Barclays Premier League (channel 220) La Liga (channel 620) FA Cup & Champions League (channel 219). Many others...
## 706
## 707 Santa Monica Business License #217399
## 708 No smoking anywhere, inside or out. Santa Monica is vigilant about smoking, not even at the beach. No TV but WIFI and a Bose speaker for phones and tablets (black cord next to it; volume preset on, adjust volume on your device).
## 709
## 710 Santa Monica Rules and Regulations requires Host to be present at property. License # : 218395
## 711 No smoking Not suitable for pets No parties or events Check-in is after 2PM At all times during your stay, please treat all of my personal property within the apartment with your love and care. And, please be considerate of our neighbors and neighborhood! Thanks!
## 712 Please, no pets allowed in the apartment.
## 713 There is a washer and dryer available in the building. Laundry detergent and coins are provided. Please do your laundry between 6am - 10pm.
## 714 We try to practice sustainability/good environmental practices such as turning out lights if we are not in the room, recycling, washing pots and pans after use, etc. We really appreciate your support in this. The bathroom is not en-suite. It’s a private bathroom for you use only. Half bathroom/Laundry room is downstairs for your use as well.
## 715
## 716 I'm a very easy going Host but please respect the following rules. Please be respectful of my home, neighbors and community. • Check ins after 8 PM are subject to a late check in fee • If you need an earlier or later check in just let us know and we will try and accommodate you, an additional fee will may apply. You will be asked to show a valid ID that matches with the name of the person that made the reservation, otherwise we reserve the right not to check you in. No third party bookings allowed, unless you use the business travel option. You will lose your FULL DEPOSIT if any of the following house rules are broken: • No parties, events, birthdays, bachelor or bachelorette stays • No pets • No smoking inside • Disrespecting Neighbors • Contacting property management or apartment staff (We are your ONLY point of contact and will address and fix any and all issues) • Staying past check out time unless prior written approval in Airbnb • Have more guests then stated in your reservatio
## 717 Street parking, passes are on the kitchen counter and must returned or there is a 60 replacement fee.
## 718
## 719 Secure controlled access building, safe, clean, quiet neighborhood. Check in is after 7 pm. Check out is at 10 am. Very friendly and home atmosphere! Clean and organize! Plz, message me about your check in time before you request the book. A little pappy, Maltese, might be in the house. Very friendly. Adorable! Doesn't bark at all. No any visitors of hosted guests r allowed.
## 720 *Please note that close proximity to the bus stops is great but it comes with noisy disadvantages. This apartment is just a few feet away from the Wilshire bus stops so if you are a very very light sleeper, like me :( you'll probably need earplugs. Do not book here if street noise is an issue for you! * Upon our agreement of an arrival time you will have a 30 minute grace period. After 30 minutes, unless previously agreed upon, your reservation is subject to cancellation or a late arrival fee of 50 (I will check you in at a later time as my schedule permits). While a slight 15-20 minute delay can happen, being 1-3 hours late is not. Especially without communicating. Please be considerate of my time as I am of yours. I work full time and have a child so do not assume I can wait around for you as that is not feasible for me.
## 721
## 722
## 723 Amenities include: secure Wi-fi for your Netflix or iTunes. Memory foam mattress. Linens included. Wheelchair accessibility can be accessed through back entrance.
## 724
## 725
## 726 The apartment is a small studio in an older building, but I've made it as functional as possible. In an effort to be as transparent as possible, I wanted to note a couple things based on recent guest comments: In the summer, it gets hot. I purchased a standing 13" fan to circulate the air, and I usually leave the glass door open when I'm home to make sure fresh air gets in. The bathroom is always clean, but there are smudges on the mirror that will not come out, and the bathtub has some tarnished spots. Again, it all gets cleaned, but there's nothing I can do about those spots unfortunately! Lastly, the parking space is the very first one when you enter the garage. So unless you have a compact 4-door sedan or smaller, it will take a little maneuvering to get in and out.
## 727 讲文明 讲礼貌 讲卫生 讲程序 讲道德
## 728 不能带宠物,不能抽烟,不能酗酒,不可以从事违法活动
## 729
## 730
## 731
## 732 We have a chihuahua, McGuffin, who mainly stays in Rick's office and we often take care of our daughter's dog, a Sharpei mix named Bruce. They can be kept away from guests, if needed, as we have a large yard. We host an AA meeting at our house every Wednesday from 9-10 AM, so there are 10-15 people in the dining room at that time. We often have games night with friends and family, so it is a lively household, but there is plenty of privacy for guests in their room.
## 733
## 734
## 735
## 736
## 737 There are cats in the adjacent apartment (not in this studio apartment of course).
## 738
## 739 Please remember that you will be staying in a home, not a hotel. Therefore, we ask that you treat our space with the same respect you would show your own. We travel often and have help managing guest services for our home while we are away.
## 740
## 741
## 742 PLEASE CONFIRM AVAILABILITY, RATES AND DISCUSS DETAILS OF YOUR STAY, INCLUDING THE NAMES OF ALL INVITEES (NO MORE THAN 4) WITH ME PRIOR TO SUBMITTING A RESERVATION REQUEST. VERIFIED ID w/ A PHOTO is required for booking. Full names and contact information of all Invitees must be made known to Host no later than 1 week prior to Check In. MONTHLY GUESTS and all invitees who stay 30 days and beyond do so with the understanding that such a stay does not constitute a lease agreement and that they cannot take possession of the property as a lease or a month-month occupancy beyond the confirmed and agreed upon check-out date of booking. A signed a short term rental agreement will be required. Depending upon the length of an extended, the deposit can be increased. FILMING, PHOTOGRAPHY & EVENTS Separate rates and specific requirements apply for use of the property for filming or still shoots. Please contact Lens Action Productions for such inquiries. TRANSIENT OCCUPANCY TAX (T.O.T) The City o
## 743
## 744 You will have the place all to yourself. A cat typically lives in this house fyi, but will not be around when you stay. The bedroom is small but has an extremely comfy queen size memory foam bed. You can park one car in my garage. You are welcome to use washer and dryer. I have 2 bikes that you are welcome to ride. The bedroom may have a large computer in it that you are welcome to use for internet or to watch something while you fall asleep.
## 745 There's a downstairs garden room with a sofa bed - perfect for an additional overnight guest - or if you just want more space to stretch out.
## 746 The house is part of a duplex attached to another 2 bedroom 1 bath property. Which is also a vaction rental. We are a non-smoking house, but should you want to smoke, in the private Yard, but please remember to close the door. We also ask that you be respectful of our neighbors.
## 747 I have a Big Bright and Sunny Town-home and there are always other guests in the house.
## 748
## 749
## 750
## 751
## 752
## 753
## 754 We have extra towels we can use if you do not bring yours.
## 755
## 756 We would like create a quiet enjoyment environment for each visitor. Therefore, pets, noice, and smoking are not allowed in the house.
## 757
## 758
## 759 The winter months can be a bit nippy, so I've added in an excellent space heater to use whenever you'd like!
## 760 I'm a very clean person and all I ask to keep the room and the spaces you are using clean.
## 761
## 762 We prefer to rent to people who have a complete profile and can include some information about themselves and the nature of their stay.
## 763 It is OK to have a friendly trained neutered dog at an additional fee. The space includes free Wi-Fi, cable, & TV.
## 764 I prefer renting the Master Bedroom, if possible to a Female, since my small family is me and one other female. The living room will be in use by me for teaching private students, and I will be having dinner with my family of one other female.
## 765
## 766 This unit does not have A/C but we provide fans. Please keep in mind of Street sweeping, info- Thursday 10am to 12pm & Friday 10am to 12pm. There is also a parking facility on 11620 Wilshire but you can enter through Barry Ave. It's about a tenth of a mile from the unit and offers 5 flat fee from 6pm to next day 5am.
## 767
## 768 Los Angeles has attractions spread all over. You cannot be in one location and be close to everything. My house is great if you will commute to UCLA or the Getty. If you drive, it is also central to Santa Monica, Downtown and LAX. There may be other guests in the house because but they would be in a separate hallway and they have a separate entrance. Also, when my guests are typically Phd's, professors, doctors or very nice/quiet students.
## 769
## 770 There are two dogs, one who barks to greet you but both are extremely friendly and happy to meet new people
## 771
## 772 This studio is located on a quiet street. We also live just downstairs from the studio with our two young children, so we kindly request that guests are courteous and quiet during their stay.
## 773 Family Friendly Home / Kosher Kitchen
## 774 The upstairs unit of our duplex is also listed on AirBnB, so just let us know if you want to rent out both units together.
## 775
## 776 We have three beautiful and very friendly, and hypoallergenic Shi Tzu dogs + one medium size dog that leaves in the back house. The other private bedroom: Occupied by myself and my partner. We are both super friendly and respectful and, per request, would love to answer any questions or give local suggestions or stay out of your way. Whatever you decide, you will feel at home with us. We love accommodating guests!
## 777
## 778 There are hundreds of miles of National forest dirt bike trails about 1/4 mile from the cabin. Drop the bikes at the bottom of the driveway, let the non-bikers stay and play at the cabin while you and friends ride...
## 779
## 780
## 781
## 782 This is an urban residential area on a street with cars (no public transportation vehicles though) but no commerce. It is tree lined and the back yard seems a world away from the bustle. One can walk many places. There will be sirens from time to time because Cedars-Sinai Medical Center is close by and a major emergency facility. They also have an urgent care clinic open daily only 4 blocks from our place. Museums, Beverly Hills, West Hollywood,Shopping Centers, small boutiques, CBS Television Studio, and ethnic eateries and fine restaurants are all within 15 -20 minutes walk or short Dash bus ride (buses are only 2 blocks away)
## 783 Please note that my couch is not a sofa bed! I do have an air mattress if you need extra sleeping space.
## 784 Netflix TV
## 785
## 786 Easy to follow self Check-In instructions allow you to check in ANYTIME YOU WANT!! (after 3:00 pm). We are not located on the site, so be prepared with your printed itinerary so that you understand fully how you can check-in yourself. Depending on when you arrive we don't want you to be stuck trying to get in to your home away from home.
## 787
## 788 Parking tends to be hard to come by later in the afternoon, and especially on Friday-Sunday.
## 789
## 790
## 791 Quite and no smoking
## 792
## 793
## 794
## 795
## 796
## 797 Due to the given privacy, this location is more of a lover's paradise, or someone who needs a place to sleep in peace and quiet. This is not a loud and rambunctious neighborhood, so please do not make it that way.
## 798 700 Sq Feet. There is a privacy screen between the bedroom and living room. PLEASE NOTE: The Hollywood Sign is only up for the Oscars (late February) we love the sign, Oscars and the picture so that is why we included it. :)
## 799 In addition a to the gate and front door, the bedroom is also equipped with a lock so you can securely lock the bedroom room when your out and about. There is also a high power blow dryer and hair iron so that you don't have to worry about packing one and for those traveling from abroad because of electric compatibility. The fireplace is shutoff due to host's asthma condition. Please let the host know prior to Checkin if this is an issue. For your enjoyment: -Clean, high quality linens -Cooking tools, tableware and appliances -Coffee and tea fixings -Wine glasses -Air conditioner and Fan in dining room/space heaters for winter time Please note Fireplace gas is shutoff ...Please let the host know prior to Checkin if this is an issue. -Shampoo, conditioner, soap - Complimentary wine bottle and chocolates for those staying more than 3 nights -Free high speed wifi through the entire unit -2 free private parking spots -Dining table with 4 chairs not shown in pictures -32" flatscree
## 800
## 801
## 802 ***Do not book with me unless you and your companions like cats. Colby cat will want to be your friend and follow you around. I don't want anyone to feel uncomfortable.*** I will cancel your reservation if you do not have an Airbnb VERIFIED ID. Having a verified ID will help both of us.
## 803 I am a local photographer and love this area of LA. I can be a great guide if you need advice on places to go according to your specific taste.
## 804 CHECK OUT 11 AM CHECK IN 4 PM PLEASE LEAVE THE KEY UNDER THE MAT WHEN YOU CHECK OUT. Street Parking is Free. There is Street cleaning on one side Thursday and Friday morning for 3 hrs beginning at 9am.
## 805
## 806 The unit is on the second level in the rear building down the driveway . It is up a short flight of stairs. No pets. Wifi is available :) No smoking on property.
## 807 There will be other travelers in the second bedroom.
## 808
## 809 I can be somewhat flexible with check-in and check-out times depending on the specific dates. Please ask if you have any questions.
## 810
## 811 Pop up crib available upon request. Although there is only 1 bed in the unit, we allow guests to bring an air mattress to accommodate a maximum of 4 guests in the unit at any time.
## 812 I have been very fortunate to have had the most wonderful guests that have become friends!
## 813 I do have a Wii for any kids and lots of DVDs to keep them occupied. Sorry I do not allow any pets,
## 814
## 815
## 816
## 817
## 818
## 819
## 820
## 821 On Wednesday evenings, PLEASE park about 10 feet (3.3 meters) away from any of the driveways in the neighborhood, as the neighbors have to use this space to place their trash receptacles for pickup on Thursday morning.
## 822 There are two cats on the property and they will come into the studio if you leave the door open.
## 823 Near JPL
## 824
## 825
## 826
## 827 We have lived in Arcadia for 16 years, and in the Los Angeles area for over 50 years. There are lots of things to do here, and we would love to chat with you and find out what you like to do, and then offer suggestions.
## 828 位置极好,位于白人华人富人区。学区,购物,待产,一应俱全。
## 829 This property is a duplex.
## 830 My neighbors are pretty sensitive to noise, so please be as courteous as possible - other than that I hope you enjoy.
## 831
## 832
## 833 Free Street Parking. Signs are posted indicating street cleaning days :)
## 834 The apartment is able to accommodate up to 4 adults. Please note that in this apartment we have 1 real bed and 1 sofa-bed. Fine for lost keys - 100 for each set. Fine for an extra dirty apartment - 100. ABSOLUTELY no parties and no smoking in the unit. Due to security reasons, I don't provide the apartment exact location in the listing description on AirBnB. After booking, you will receive an email from me containing the full address and the check-in details. The check-in is from 3 to 9PM (we can leave the keys in a lockbox if you check in at night). The check-out is before 11AM. Failure to check in/out at this time may result in a 50 fine. Any additional guests in the apartment staying overnight are subject to a 20 fee for each guest for each night. If there is some maintenance on premises (for instance, water or electricity cut off), I'm not responsible for it. Also, if the management posts any kind of notices about it, you should read them and be prepared.
## 835
## 836
## 837
## 838 Parking: All day street Parking, between Sunset and Fountain. * Only listed guests are allowed to stay at the premises. * Check out is 12pm on the last day of your stay
## 839 Upon arrival all guests must show proper identification /a drivers license /credit card Nothing will be charged. Non-smoking property.
## 840 There are fantastic amenities, a great pool with a hot tub, laundry room with washing machine (1.25) and dryer machine (1).
## 841 Sadly, based on some recently bad experiences: -I request no cooking of seafood of any kind. Any kind of sea food smells in the apartment will incur an addition 100 cleaning fee -I am unable to hold bags after check out -I am unfortunately unable to accommodate early check-in's. Late check out's may be possible if I do not have anyone checking in later that day Please contact host directly with any questions or concerns or for any additional photos. You will love your stay here and I look forward to speaking with you!!
## 842
## 843 - When AirBnB calculates the average nightly rate for your booking, it adds in the cleaning fee, which is why the final rate will appear higher. - AirBnB also charges Guests a Service Fee (between 6%-12% of the total depending on the size of the booking) and charges Hosts a separate 3% Service Fee. - All L.A. city taxes and tourism taxes are included in the nightly price when you book!
## 844
## 845
## 846
## 847
## 848 There is no better place to stay to explore hollywood, and everything is steps away.
## 849 • Early luggage drop off can be possible. Please make arrangements beforehand. • The apartment is cleaned by two maids • Self Check-in available
## 850 The TV is basic cable - no premium channels but plenty on Netflix etc. There is SO MUCH other stuff to do here! TONS of places around here deliver, too
## 851
## 852 There is a book of Hollywood with lots to do and see. Emergency numbers and wifi password listed.
## 853
## 854
## 855 My dog stays at the house two days during the week and there is dog hair in the house so if you are allergic or have a fear or dogs please let me know.
## 856
## 857
## 858
## 859 Street parking is free and unrestricted all up and down Colfax Ave and the adjacent side streets (which are fun to walk around as there are beautiful homes sprinkled throughout) EXCEPT in front of the building just below mine (there are signs, but no red painted curbs).
## 860
## 861 Film, TV, Web and Print productions are accepted based on daily rates (please inquire). Daily or weekly service of house cleaning is available for additional cost. Grocery service is available. Additional beds can be provided for additional guests at a cost. When leaving the premises: Please lock all doors (including french doors). Turn off the air conditioner (located between pool table and rooms 2&3). Thank you! We have a concierge service available for your needs, please don't hesitate to contact us if you would like us to coordinate a private chef for a dinner, salon hair services, luxury car rental, flights, restaurant reservations, event tickets, etc. Daily or weekly service of house cleaning is available for additional cost. Grocery service is available. Additional beds can be provided for additional guests at a cost.
## 862
## 863 - All new bedding & beds have been added to this house. - lots of closet space - towels included -gated backyard...great for pets
## 864 This is close to many music, film studios and schools and well as most of the major studios. Warner Loughlin Studios, Stella Adler School, NYFA, Universal NBC, CBS, Warner Brothers....
## 865 This is a condominium. I have two small friendly dogs. Your dog is welcome, and, oh, yeah, no smoking, anywhere.
## 866 NOTE: You may get different unit, with similar description but different location. Walking distance to the most trending boulevard in LA , Ventura Blvd. with many, many shopping centers, restaurants, banking, church and just minutes away to Universal Studios, Warner Brothers, Disney / ABC / NBC Studios, Burbank /Glendale/ Pasadena, Hollywood, Six Flags /Hurricane Harbor, LA ZOO and major freeways access ((PHONE NUMBER HIDDEN), etc.).
## 867
## 868
## 869 Due to different types of allergies to certain soaps, shampooes etc.. We do not provide these items nor do we provide food for the same reason.
## 870 - Check-in time is anytime after 2 pm and Check-out time is anytime before 11 am. - No animals allowed - No monthly stays
## 871
## 872 Concierge services are available at an additional charge we can arrange transportation to and from the airport or even just around town. Need a massage or facial we can set up in home or out spa services. Grocery shopping before arrival, tickets for events, babysitter, dinner reservations or daily housekeeping whatever the request we will try to accommodate!
## 873
## 874 We are a pretty quiet household. My roommate is hardly here.
## 875 I have an amazing 10 year old son living at home. He is disabled, non-verbal and receives care from loving nurses during the day. He pretty much stays in his room and 1 downstairs playroom. He gets homeschooled 3 times a week in the playroom. Compassionate, positive vibes only! :-)
## 876 There is a small fridge with bottled water, coffee maker with coffee and microwave in your room.
## 877
## 878 This apartment shares walls with the main house yet it is well insulated, quiet and has its own entrance and bathroom. Superhostin Topanga
## 879
## 880
## 881 A short drive to multiple wedding and special event centers such as Calamigos & Saddlepeak, we are able to host groups of out-of-town guests in a 3 bedroom setting. Malibu's Leo Carrillo beach is 4.1 miles from the house.
## 882 As we are in a High Fire Area please use caution when lighting candles, wood stove etc. There is no central heat in the main area so when it is cold you will need to light a fire in the wood stove. There is a wall heater in the Master Bedroom. The loft bedroom now has a queen size bed! The property is on a Septic System ~ No Tampons in Toilet ~ Light Toilet Paper Please! Country Septic :)
## 883 Our property is also an ideal venue for outdoor weddings or other events. and we have on site parking to accommodate 200 plus people. Please contact us at Sequit Falls Ranch Locations for pricing and more information. We are listed with several movie location companies and have occasional TV, Movie and commercial shoots here.
## 884 Virtual Tour ~ Really Cool ~ Check this out! (URL HIDDEN)
## 885
## 886
## 887
## 888
## 889 Less than 15 minutes drive to all LA areas Local transportation(buses,bikes etc) a block away .
## 890 Location Location Location!!!
## 891
## 892
## 893
## 894 Please note the Property is not a Stand alone studio. The property is a Tri-Plex. Main house upstairs where I/we live. Downstairs are two separate units with their own private patios.
## 895 there is some building next door during the weekdays
## 896
## 897 Parking Instruction: The street directly behind my house is Sanborn Ave. No parking permit is required for that (900) block of Sanborn Ave. (note that there is street sweeping on one side of the street on Wednesday and the opposite side of Friday, from 12noon till 2pm, so check the signs.) If you're not able to find parking on Sanborn, you can park on my property. If you check your g-maps, located between 967 and 961 Sanborn, there is an alley. Pull straight into the alley and you will see at the end, an 8 foot tall, wood fence. Pull up to the fence, keep to the right and pull up into the corner. If there is already a car there, park to the left of the other car, close enough so that you don't block the driveway on the left. Please lock the gate behind you. The apartment is the first floor of the house. Walk up the few steps and make your self at home. Keys and information are on the counter. If you need any help with anything, just call or text me. (I"m up on the top floor) C
## 898
## 899 Ink Property Management is a friendly team of folks who look after this beautiful property while the owners are away. The owners are wonderful people and this is their home they retreat to. We simply ask that you respect & take care of the property as if it where your own. Let that love flow.
## 900 The compound shares a driveway. It is very important that everyone parks in their designated parking spot so the driveway does not get blocked up.
## 901 We all speak English, Spanish and dad also speaks Italian! We love to travel and explore the world. As a family we have been to Europe (France-Italy-Belgium-Netherlands-UK-Greece); Asia (Japan-South Korea-Mongolia); North, Central & South America (Mexico-Guatemala-El Salvador-Costa Rica-Panama-Ecuador)
## 902
## 903 -Allergy notice: while there are no animals in this apartment, the building does allow pets, and dogs and cats are present in other apartments. -Please be sure to obey all traffic laws/signage when parking in our neighborhood - there is street cleaning every Thursday and Friday on our side of Sunset blvd., and across the street (the opposing side of Sunset blvd.), there is an elementary school that you cannot park in front of during the day. -Please be sure to check the posted signs to avoid being ticketed or towed.
## 904
## 905 Location Rental Fee for Film & Photo Shoots start at 500/day. Sorry but no exceptions for student films.
## 906 The gate opener is located in a bowl next to the record player. Please leave them there when you check out.
## 907
## 908
## 909
## 910 PARTY / EVENT: A party or special event may be allowed if discussed in advance. Swimming Pool Heating: 79 extra fee 2/3 hours to heat completely
## 911 Most expensive and exclusive neighborhood. Neighbors are leonardo DiCaprio and madonna. Steam shower and jetted tub with views.
## 912
## 913
## 914
## 915 The main house has an open living/dining/kitchen space with amazing views. There is a loft with a king size bed, a den and a bathroom with tub and shower. Large deck off the living room with a table for eating or relaxing. Also there is another deck off the back of house with a washer and dryer.
## 916
## 917 Trash cans need to be put out on Wednesdays and brought in on Thursdays please.
## 918 Room has a Smart TV equipped with Netflix, Pandora, and other web TV options. The room also has a mini fridge for your use.
## 919
## 920
## 921
## 922
## 923 You are staying in a very quiet neighborhood so please be courteous.
## 924
## 925 如果入住人数多一人另外加付10
## 926
## 927
## 928
## 929
## 930
## 931
## 932
## 933 You will be in a highly sensitive area to fires, so please use FULL CARE when smoking outside, or making any type of outdoor fires, BBQ-ing, etc. Caretakers will be on the property 1-2 times per week.
## 934 Dedicated phone line, wifi, and cable TV. TOPANGA RESTAURANTS ——————————————————— The Topanga Table Breakfast and Lunch only 1861 N Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN)Daily 7am-3pm Closed Monday ——————————————————— Rocco’s in the Canyon Italian, Dinner only, WILL DELIVER 123 S Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN) Daily 5pm-10pm ——————————————————— Canyon Bistro 120 N Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN) Lunch: Mon-Sat 11:30-3:30 Dinner: Mon-Fri 4pm-9pm Sat 4pm-10pm Sun 5pm-9pm ——————————————————— Inn of the Seventh Ray Romantic, on the creek, Sunday brunch is amazing 128 Old Topanga Canyon Rd, Topanga ((PHONE NUMBER HIDDEN) Mon-Fri 11:30am -10pm Sat 10:30am -10pm Sun 9:30am -10pm ——————————————————— Abuelita's Mexican Restaurant 137 S Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN) Mon-Thu 4pm-12am Fri - Sun 11:30am-12pm ——————————————————— Reel Inn Fresh Fish
## 935 TOPANGA RESTAURANTS ——————————————————— The Topanga Table Breakfast and Lunch only 1861 N Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN)Daily 7am-3pm Closed Monday ——————————————————— Rocco’s in the Canyon Italian, Dinner only, WILL DELIVER 123 S Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN) Daily 5pm-10pm ——————————————————— Canyon Bistro 120 N Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN) Lunch: Mon-Sat 11:30-3:30 Dinner: Mon-Fri 4pm-9pm Sat 4pm-10pm Sun 5pm-9pm ——————————————————— Inn of the Seventh Ray Romantic, on the creek, Sunday brunch is amazing 128 Old Topanga Canyon Rd, Topanga ((PHONE NUMBER HIDDEN) Mon-Fri 11:30am -10pm Sat 10:30am -10pm Sun 9:30am -10pm ——————————————————— Abuelita's Mexican Restaurant 137 S Topanga Canyon Blvd, Topanga ((PHONE NUMBER HIDDEN) Mon-Thu 4pm-12am Fri - Sun 11:30am-12pm ——————————————————— Reel Inn Fresh Fish Restaurant 18661 Pacific Coast Hwy, Mal
## 936 - The pricing will vary depending on the event type, length of time, number of people and number of cars. For movies or photoshoots it can not be more than 10 hours (includes set-up and clean up, if you need more time, anything more than 10 hours will be charged hourly and deducted from your deposit) All events need to be between the hours of 8am to 9:30 pm. Check-in and check-out for events are on the same day (unless previously arranged for sleepover) and check-in & out times are flexible (depending on your event start time and closing time) - It is highly recommended that comfortable shoes be worn around the property due to the cobblestone steps, driveway and natural terrains. No shoes in the studio, Please bring your indoor shoes. And pls bring your flip flops or sandals as well so you may easily take it off and put it back on when leaving and coming back in the studio. - We require an event insurance to have any events at this space. Lodging is available on the property next to t
## 937 I am a professional Photographer specializing in LifeStyle Portraits So if you have an interst in capturing you and a part of your vacation let me know and we will book a session
## 938
## 939 The price is based on two people, 30 a night for each additional person and there is 100 cleaning fee and 20 a night if you have a pet
## 940 DRIVING distance: 3 minutes to Studio City 5 fryman Canyon (Hiking) 10 Runyon Canyon (Hiking) 5 minutes to Universal Studios 8 minutes to Burbank Airport (BUR) 10 minutes to Hollywood 12 minutes to the Griffith Park Observatory & the Hollywood sign 12 minutes to hikes in the Hollywood Hills 15 minutes to downtown L.A. 15 minutes to Beverly Hills & to West Hollywood 25 minutes to Santa Monica & the ocean 30 minutes to Los Angeles airport (LAX) 30 minutes to Surf Rider Beach, Paradise Cove and Malibu beach 55 minutes to Disneyland, Kontt's and Orange County 2hrs to San Diego's Zoo, San Diego Animal Park, Legoland & SeaWorld! Please clean up after yourself in the back yard area and keep noise level down after 9pm
## 941 DRIVING distance: 3 minutes to Studio City 5 fryman Canyon (Hiking) 10 Runyon Canyon (Hiking) 5 minutes to Universal Studios 8 minutes to Burbank Airport (BUR) 10 minutes to Hollywood 12 minutes to the Griffith Park Observatory & the Hollywood sign 12 minutes to hikes in the Hollywood Hills 15 minutes to downtown L.A. 15 minutes to Beverly Hills & to West Hollywood 25 minutes to Santa Monica & the ocean 30 minutes to Los Angeles airport (LAX) 30 minutes to Surf Rider Beach, Paradise Cove and Malibu beach 55 minutes to Disneyland, Kontt's and Orange County 2hrs to San Diego's Zoo, San Diego Animal Park, Legoland & SeaWorld!
## 942
## 943
## 944
## 945
## 946
## 947 All Utilities, WiFi, Linens & Towels, Parking are included in the rental. No Smoking No Parties No Pets No Unauthorized Guests Maximum Occupancy 3 - including children. Guests are required to sign our simple 3-page Rental Agreement prior to check-in
## 948
## 949
## 950
## 951 Because many people ask: 1. Payment- You “submit a booking” which means you pay the full amount now. I do not get paid until after your arrival. There are no cash transactions, and unfortunately you may not put down a deposit. 2. The home comes with linens, towels, soaps, etc. 3. I can not send you any more pictures. 4. The site blocks telephone numbers so please do not send me your number and ask me to call you.
## 952 1. I provide the code from electric lock on the front door 2. I have a lockers for your private things, you just have to bring the lock (in security purpose) 3. The room is shared with other travelers travelers
## 953 ****Travelers be aware you are in a high tourist area and you need to remember to always lock your door when you are not at home. Always be careful of your surroundings and belongings. Also, please read all PARKING SIGNS. There is street cleaning days on Monday and Tuesdays.
## 954
## 955 - - -
## 956
## 957
## 958 The block is very pretty and quiet but one block away is Abbott Kinney which is quite lively and very fun.
## 959 I'm open to renting daily, weekly or monthly - longer term available and welcomed!
## 960 The mattresses for the beds are soft, if you would prefer something harder, please request to have the tempur-Pedic foam cover taken off before your arrival. Would be best to have a few days advance notice.
## 961
## 962
## 963
## 964
## 965 1. The room comes with ONE Queen size bed. 2. The bathroom is NOT private for this bedroom. It is shared bath. There is plenty of space in the cabinet for toiletries, the shower is a full tub shower. 3. Should you need an earlier or later check in time feel free to ask. We are usually able to be flexible if you let us know ahead of time. You are always welcome to leave your bags here till your flight departs. It is our goal to make your visit as comfortable and effortless as you have imagined it to be.
## 966
## 967
## 968 Small yard area with chairs and a table; we have high speed internet, Direct Tv with HBO, Showtime, quality bed linens and towels are provided, as well as beach towels, beach chairs, and we have surf boards and boogie boards for use.
## 969
## 970
## 971
## 972
## 973
## 974
## 975
## 976 There is street cleaning on one side of the street between 10-12pm on Wednesday's & Thursday's. You will get a ticket if parked on the street during street cleaning so we advise moving your car ahead of time!
## 977
## 978 This is Venice. It IS LOS ANGELES. You are in a totally safe area, but please be aware this is a major city and there are a lot of people. Please remember to lock up and keep all gates around the property closed and locked at all times.
## 979 1. I provide the code from electric lock on the front door 2. I have a lockers for your private things, you just have to bring the lock (in security purpose) 3. The room is shared with other travelers
## 980 This is a guest house, located in OUR backyard. We have a beautiful home and a beautiful backyard and deck which use quite often (who wouldn't?). Mini Me is set back in the yard and we are respective of our guest and their privacy.
## 981
## 982 wifi is 20thavenue Password ((PHONE NUMBER HIDDEN))
## 983
## 984
## 985
## 986
## 987 We both are in the hospitality business and love the opportunity to host people from all over the world. We are available to answer questions, provide fun tips, and share stories while enjoying a good drink! We do have other rooms available, so there may be other guests staying during your trip. It makes it so much fun!!
## 988
## 989
## 990 All of our rentals are fully licensed and regulated, and maintaining excellent relationships with our building managers is our top priority. We furnish all of our properties to a uniform standard, but individual units may differ slightly from the pictures shown.
## 991
## 992 All of our rentals are fully licensed and regulated, and maintaining excellent relationships with our building managers is our top priority. We furnish all of our properties to a uniform standard, but individual units may differ slightly from the pictures shown.
## 993 The house is new construction and was just completed in October 2014. All furniture and mattresses were purchased brand new so everything is in top condition. This space is a perfect spot to have large family gatherings, group get-together, or for a few couples wanting to visit Nashville in style. I hope you enjoy your stay, and I will be fully accessible to assist in any way that I can.
## 994 All of our rentals are fully licensed and regulated, and maintaining excellent relationships with our building managers is our top priority. We furnish all of our properties to a uniform standard, but individual units may differ slightly from the pictures shown.
## 995
## 996 Listing prices include all Taxes (9.25% sales tax & 6% occupancy tax).
## 997
## 998
## 999
## 1000 We do have an (awesome) spiral staircase that leads downstairs, so be mindful if stairs are difficult for anyone in your group.
## 1001 We welcome everyone equally. Check-in time is 3pm; check-out time is 11am. The suite is up an external stairway and is not wheelchair accessible. We have cats in the downstairs of our house, but they never have access to the upstairs suite. The bathroom is stocked with soap, shampoo and other toiletries. There is a Keurig coffee maker with complimentary coffee, tea and hot chocolate. There is street parking directly in front of the house. We comply with all local laws and regulations, including adherence to fire safety guidelines. We have a permit and pay all appropriate taxes and fees. There are public tennis courts one block away and we have rackets/balls for you to use.
## 1002 - Strip all sheets and pillow cases and place at laundry room door in kitchen - Load the dishwasher, but please DON'T start it! Wood plates do not go in. - We'd encourage you to turn off lights while you are away from the home. - Place the key back into the lockbox when you are checking out.
## 1003 Smoking only outside please. Feel free to ask me for tips on live music, restaurants, or cocktail bars.
## 1004 •PLEASE NOTE: Due to new Airbnb regulations in Nashville, a 16% tax will be added to your total once you have booked, to be paid to the City and State. This includes a 10% sales tax + 6% Nashville hotel occupancy, plus an additional 2.50-per-night fee. If you have any questions regarding these fees, please do not hesitate to reach out prior to booking. •Guests are more than welcome to bring their pets along, but a 25 daily pet fee will be required. This will be added to your total after you've reserved your dates. Failure to notify the host of animal guests will result in the charge being requested through the airbnb resolution center. •On the day of your arrival, check-in will be any time after 3 pm. •On the day of your departure, checkout is scheduled at 11 am. •Should either of these times conflict with your itinerary, please contact me to check if there is some flexibility on changing check in or check out times. This flexibility will be dependent upon the schedules of departi
## 1005 Rental Rate includes almost 15 percent in taxes: Tennessee Sales Tax of 9.25% Acct. (phone number hidden) Nashville Hotel Occupancy Tax Acct. #500527
## 1006
## 1007 Please be careful while accessing the loft space. There will be two keys per party provided. It is a 40 fine for lost keys so please keep track of them.
## 1008
## 1009 "La Casa" can sleep 8 and "La Casita" can sleep 4. If you need beds for 12 and are interested in both homes please use this link to book them together: https://www.airbnb.com/rooms/6254999
## 1010
## 1011 Original paintings displayed on the walls from artist Dominic Sgro are available for purchase. Contact your host or Dominic (contact info in the guest manual) for details. Base nightly prices do not include the downstairs living space. Please message for quote and availability. We also reserve the right to book the downstairs to another party, though preference will be given to parties booking the entire house. There will never be shared living space between parties! Both units are set up to book individually or together. The solid interior stair door locks from both sides. If you find you have less guests than your original booking, 1 price adjustment may be made prior to your arrival. Refund is 50% of additional guest fee up to 1 week prior to arrival.
## 1012
## 1013 Ample free parking on the street. There are flat screen HD TVs that have streaming TV service. One block away from the streetcar line, which guests can take to The Universities, The Garden District, Downtown and The French Quarter. Special event pricing applies to Mardi Gras, Super Bowl, Jazz Fest, Memorial Day, Labor Day, July 4th, FQ Fest, Essence Fest, Southern Decadence, Halloween, Thanksgiving, Christmas, Sugar Bowl, etc.
## 1014 We're located at the end of the block. Quiet n'hood. There's a freight train that passes by and toots its horn, not excessively .
## 1015 Because the guest suite is within my home, and because I have a 9-year-old daughter, you will hear some sounds! However, we try to be respectful and keep the noise to a minimum and I would expect the same courtesy from my guests.
## 1016
## 1017
## 1018
## 1019 Key Residence Features: - Amenities include a fully equipped kitchen, private wraparound furnished balcony, central AC and heat, expansive 9-foot windows throughout, 65-inch flat-screen HDTV with surround sound and wifi capabilities, 5 ceiling fans, elevator access, walk-in shower with 36-inch handrail accessibility and more! - Unbeatable location in the heart of New Orleans, within 3 blocks of Frenchman Street, Mississippi River, Washington Square Park, Old US Mint, French Market, French Quarter, Garden District and the Streetcar line Bedroom Configuration: - Master Bedroom: King-sized Bed - Bedroom 2: Full-sized Bed
## 1020 Please be respectful and mindful of the owners who live in the neighborhood and the properties which border ours. Please treat the space as if it were your own. Property has two smart TV's with Netflix and other streaming options, and digital antenna for local channels.
## 1021
## 1022 Condo has brand new appliances in the kitchen with plenty of storage space and washer and dryer! Condo also features a view of the great Mississippi RiverMinutes from Riverwalk shopping center, restaurants, nightlife and more!Condo has secured entry (access code/key), building has elevators and an amazing rooftop deck with an amazing 360 degree view of the city
## 1023
## 1024
## 1025
## 1026
## 1027 The farm is constantly working on bringing you the country life. With each guest we receive, we use that money to invest in fencing, trees, animals and seeds. It's our dream to be a self-sustaining farm that is inviting to everyone.
## 1028
## 1029 Check in is anytime after 3PM. Check out is by 11AM. If you need special arrangements, please feel free to let us know. We use a professional cleaning service to ensure upon arrival, your space is clean. Having said such, it is important that check out time is adhered to without prior arrangements to prepare for our next guest. PLEASE NOTE - HOLIDAYS AND WEEKENDS ARE 2 NIGHT MINIMUM
## 1030 My husband and I are both young professionals in the music business, and my husband primarily works from home. If you are around during working hours, you might hear music :)
## 1031
## 1032 Before booking please note: From September 1 through and including September 5 there will be a three night minimum stay. There has been a glitch in the system that prevented me from creating this requirement correctly. The room shows 1 queen air bed, however when 3 or 4 guests are staying, we set up a luxury twin or queen air mattress. They're really comfy! Very important ... Please don't get the impression that I'm a personal tour guide as some have gotten from the reviews. Touring artist, yes! Lol. I would love to give you suggestions and verbal guidance as best as I know it, and as I have done so with all the other guests who inquire and written in their reviews. :-). Also, this space is not a short walking distance to downtown Broadway. You can walk it. I have. But it's an 8 to 10 min car ride to that area. It's no more than an 8 to 10 Lyft ride to that area. This space is on New Music Row which is primarily a recording studio, original live music venue, restaurant area. We h
## 1033 WEEKENDS - minimum of 2 nights please.
## 1034
## 1035
## 1036 On the map I have pinned local and walkable locations. I have Polk Hampden bluetooth speakers that sound amazing. No television.
## 1037
## 1038 It is important for guests to respect the space. That is how we are able to keep it well maintained and functioning as a B&B. For the purpose of your safety and our property, the rules are as follows: No smoking, no drugs, no pets, no unauthorized additional people, no crazy partying/ out of control behavior. We appreciate mature, responsible respectful guests who know how to have a good time responsibly!
## 1039 This is a NON SMOKING Property.
## 1040 NO PETS. Highly allergic to cats.
## 1041 Safe for people allergic to pets and plants.
## 1042
## 1043 The temperature in the house in typically about 68 in the winter and 79 in the summer.
## 1044 Our home is located in Gentilly which is not walkable to the French Quarter. It's about a 10-15 minute drive. Uber and Lyft are available.
## 1045
## 1046
## 1047
## 1048 This house is directly across from the train tracks so if you don't like trains, it won't be suitable for you. Entrance is through the back of the house. Bus line is right around the corner. This is a historic house so I provide space heaters. Great for Mardi Gras because of the unlimited parking, and right along the parade route.
## 1049
## 1050
## 1051
## 1052
## 1053 DirecTV in all rooms. Apple TV in master bedroom, free wifi. Front porch and rear courtyard.
## 1054 This is an upstairs apartment.
## 1055
## 1056 Special event pricing will include Mardi Gras, Jazz Fest, Memorial Day, Labor Day, July 4th, FQ Fest, Essence Fest, Southern Decadence, Halloween, Thanksgiving, Christmas, Sugar Bowl, etc.
## 1057
## 1058 This is an apartment on the second floor in a house that consists of four apartments. The downstairs tenants have friendly dog that has access to the yard. Guests have private front and back porches to be used as outdoor space.
## 1059 There may occasionally be maintenance staff on the property surrounding the apartment during your stay. However, we do try to keep maintenance relegated to times between stays.
## 1060 For convention travelers wanting to get out of the downtown hotels and see a new part of the city, the New Orleans Morial Convention Center is a quick one-mile away.
## 1061
## 1062
## 1063 My little dog has been challenged . He has had hip and knee problems. Please be sweeter to him than me. I adore any moment's I still have with him. Thanks! :)
## 1064
## 1065
## 1066
## 1067 No need to worry about cooking as there are plenty of restaurants within walking distance, or, a short Uber ride. There is a wonderful Yoga studio a few blocks away that accommodates all levels. I do feed a stray kitty that came with the house (outdoors only). So you may see the cat as i put food out for her daily.
## 1068 This house is within walking distance of many of New Orleans greatest attractions. You are a five minute bike ride or fifteen minute walk to Frenchmen Streets, New Orleans center for authentic jazz.
## 1069 Like dogs? We hope you'll get a chance to meet the famous Percival Winston, resident French Bulldog, pool boy and bell man.
## 1070
## 1071
## 1072 Parking is available for free on the street. We have 2 dogs that love people & are friendly to have around.
## 1073 I'm very happy in this little apartment. The vibe has been described as "calming and motivational" by a few guests, which I hope you will find inspiring! It's not the fanciest 100 year old building, but I keep it clean and call it home.
## 1074 Parking is available on the street for free. We do have 2 dogs that are very friendly that live at the house.
## 1075
## 1076 The house is professionally exterminated quarterly. This is a standard for people living in the South. Parking is street parking, first come, first serve. Please park in the same direction of traffic and do not block anyone's gate or driveway.
## 1077 Our home is smoke-free and welcomes guests age 24 and older. We require a 3-night minimum, festivals excepted, and are flexible in check-in/out.
## 1078
## 1079 I have two kittens who are very friendly. They may try to annoy you by being adorable wanting attention.
## 1080 This home is in the heart of Nashville, and is a highly sought after community by young professionals, world travelers, artists, and families.
## 1081 Because the weekends tend to be our most popular time, we typically require a 3-night minimum and Friday and Saturday nights to be booked in the same reservation. Under certain scenarios we can make exceptions to this, so please ask if you are looking to check in or out on Saturday! Find me on Instagram (@urbannashvacations) if you are interested in some great local spots and events to try! Join in and post some pictures of yourself and tag me in them if you are having a good time! This is not a party house. This is a nice house perfect for a family or group of friends in town to enjoy the city. We ask that guests are not outside late at night being loud and disturbing neighbors past 11:00. We want you to go out and have a blast in the city but when returning to the home, please be conscious that people are sleeping in the surrounding houses.
## 1082
## 1083
## 1084
## 1085
## 1086
## Transit
## 1
## 2
## 3
## 4
## 5 Warner Center Transit Center is close by, and additionally the Metro Orange Line will connect you with the Metro Red Line which connects to Union Station in Downtown Los Angeles.
## 6 I recommend to rent a car in Los Angeles as it is the easiest way to get around. From the house you can go to the supermarket on foot as it is at the bottom of the hill and there is bus stops as well near by.
## 7
## 8
## 9 The location is outstanding. Walk to shops, restaurants, Sunset Strip, multiple gyms, The House of Blues, Santa Monica Blvd. and everything that West Hollywood has to offer. The beach is an easy 25 minute drive.
## 10 Rent a car, take Uber, take the bus on Sunset, or simply walk around the neighborhood. Getting around is easy.
## 11 • Lots of free, street parking available • Close to multiple main and express bus stops • Taxis and Ubers are normally only a 5 minute wait
## 12
## 13
## 14
## 15 WALK EVERYWHERE and if you want to take the bus, metro or drive, it couldn't be easier from this location. We are right near the metro Redline which will whisk you to Universal City and Universal Studios, and the 101 Freeway is RIGHT HERE!
## 16 Although a parking spot is included, you don't need a rental to get around. Uber, Lyft and the metro are all convenient transportation options.
## 17
## 18
## 19 Whether by bus, taxi, rental car or town car service, getting to West Hollywood is easy. And once you're here, you'll appreciate that we've been named the Most Walkable City in California! At just 1.9 square miles in size, nearly everything you need for a great leisure or business trip is within easy walking distance to any West Hollywood hotel. Looking to get to attractions and destinations beyond WeHo? Use our complete bus-route guide to getting in and around WeHo, and venturing out to popular LA attractions. ((website hidden))
## 20 WALK, DRIVE, UBER
## 21 Public transportation 2 blocks away Walk everywhere
## 22 We have buses that pass by every 15 minutes or so. I'm Santa Monica Boulevard you have access to every bus route, Uber Lyft, and of course if you can bring your car because that's the best way to get around in Los Angeles.
## 23 Parking available with provided permit, garage might be open - inquire. Santa Monica and Sunset buslines are 1 block away.
## 24 Everything is within walking distance!
## 25
## 26
## 27 The bus stops are close to the apartment. UBER is everywhere and quick.
## 28 Getting around in my in this area is so easy! At the end of my street which is Santa Monica Blvd, you can hop on the bus that will take you straight to downtown where you can enjoy the Art District. If you take that same bus west you will be taken straight to the beach of Santa Monica! This same bus will take you to all the hot clubs and bars of west Hollywood. Also you will drive through Beverly Hills where you can hope off and walk down Rodeo Drive:) No Car NO problem!
## 29
## 30 1 block from Metro Red Line subway station. Close to 101 and 110 Freeways. Major bus lines on Wilshire Blvd
## 31 Easy access to freeways and public transportation. Walk Score is 96 out of 100. Dozens of Restaurants Are Within Walking Distance of Your Apartment. You will be close to the best museums, shopping, restaurants, theaters, movies, bars, lounges, and clubs In all of Los Angeles. Favorites: 110 Freeway - Bixel + 8th Street LA Metro Station - 7th & Flower St. Uber/Lyft Walking
## 32 Transportation: Metro: Red Line - Beverly/Vermont (0.3 mi) Bus Lines: 14/37 Beverly/Council (0.1 mi), 201 Virgil/Silver Lake Blvd (0.1 mi), 10/48 Temple/Hoover (0.2 mi)
## 33
## 34 A lot parking space. 5mins to freeway.
## 35 It's LA, so a car is recommended, buses run 1 block away & can take you any direction including to LAX, the Metro rail which goes a lot of places. I also have a Garmin GPS and Metro lanes transponder that you can borrow. Uber and Lyft are very easy and arrive quickly.
## 36
## 37
## 38 Less than a 10 ride by Uber of Lyft gets you to and from the airport. Because of our proximity to LAX there are plenty of transportation options that will take you all over LA. We are a 2-minute walk to the Big Blue Bus #3 bus stop, which takes you to LAX and connects to the green line to Union Station, enabling public transportation access to the rest of LA and Orange County. The fare is 1.00 one way, 1.50 with a two hour open transfer, or 4.00 for an all day pass.
## 39 There is a metro station right by the Westfield Mall.
## 40
## 41
## 42
## 43
## 44 Plenty of free parking. Public transportation close by. Close to two major freeways.
## 45 You are walking distance to the bus stop. I keep a parking pass inside the unit so you may park on the street in front of the complex.
## 46
## 47
## 48 bus stop is 1 block away! you can take a bus and in 15-20min you are at the beach! it's 8min away from 405 enterance also. and famous rodeo dr just 10min away!
## 49
## 50 The FBA is right in the mix of Venice. Walk down Abbot Kinney, head to the Venice sign, or just go to the beach. Restaurants, cafes, shops, boardwalk vendors and characters from all walks of (URL HIDDEN) all right here. There are bus stops all around. Take a short bus or bike ride to the Metro rail for an easy and fun ride to Downtown LA or any of the stops along the way.
## 51
## 52 Convenient public buses nearby.
## 53 Also suited for out of state professionals. Close to Local Film Festivals. Approximately 800 square feet. A homelike alternative to hotels.
## 54
## 55 You can reach many local attractions by walking or by bike. We recommend using Uber if you wish to explore other parts of LA.
## 56 The Metro train stations "La Brea / Exposition" and "Farmdale" are 0.6 mile from our house - a 12-minute walk to both of these stations. Using the Metro, you can go to Downtown Los Angeles, China town, Santa Monica beach, etc. The Bus station is within a 5-minute walking distance - you can go around the city using the city buses.
## 57
## 58 You need a car or an Uber/Lyft to get around or a short ride to public transit
## 59 The best way to get around in California is to rent a car. There are several bus stops that can take you places at the bottom of our hill. Information for Foothill Transit and Metrolink can be found on the web.
## 60
## 61 We highly recommend easy access Uber or a car rental as California is hard to get around without one in general. However, our home is less than 5 mins walking to Bus station, about 10 Min to Metro station.
## 62
## 63 The location of this apartment is amazing! You're just a few steps from the sand at Venice Beach! You're also very close to Marina del Rey, and Santa Monica. Muscle Beach is the practically right outside your door, and you can easily walk or ride a bike through all of Venice, and Santa Monica. All the shopping, nightlife, restaurants, and everything that the area has to offer is right outside your door. Including the Santa Monica Pier, the 3rd Street Promenade, and some of the best restaurants that Los Angeles has to offer! Walk Score: 90 Bike Score: 94
## 64
## 65
## 66
## 67
## 68 We provide a private secure parking spot for 1 normal sized car (this is rare so close to the beach!). Although there is no need to drive when you can walk everywhere. Bike rentals are available nearby on the Boardwalk. There is even a bus stop conveniently located just across the street, for easy access to Santa Monica or exploring other parts of LA.
## 69
## 70 Parking is pretty easy around our house. It is a straight-shot down Lincoln to the airport--20 minutes at most. Uber, Lyft, and Sidecar are all really easy to use and are never far away.
## 71 Bus, Uber, Car, three parking spot available
## 72 Ralph's, the grocery store, is right next door. Convenient when you are staying for a few days! Ralph's has all you need from food to liquor, to supplies. There is also Starbucks in Ralph's and across the street. Community is in walking distance to a wide range of restaurants, bars, entertainment, 2 theaters, Equinox, massage place, and shopping. Only 3.5 miles away from LAX or just 10 minutes away, 2 miles from Santa Monica, virtually next to Venice, and a walk away to the famous Abbott Kinney Street famous for its boutiques, restaurants and night life. The best way to get to the beach is to Uber. Whether you live in Venice, Marina Del Rey, or etc, Biking or 4 Uber will take you straight to the shore.
## 73 There is a bus stop across the street with rides direct to the Santa Monica Promenade and to the beach. The bus comes every 10 mins.
## 74 Walk, Bike, Bus, Taxi, Uber!
## 75 Uber and Lyft are best options. La Metro and busses run from Santa Monica to Downtown. Station is about 10 minutes from here. Also several rental car options all within 1 mile from our home.
## 76 From the Airport 15 minutes, there is Uber,Lyft ,Buses,Shuttles ,Taxis or Bicycles
## 77 There are bus lines that run within 3 blocks of our home and a train station close by as well. As we are centrally located it is very easy to bike or walk to get to Santa Monica or Venice. Without traffic we are located about 20 minutes from LAX airport.
## 78 Close to bus, Expo Line metro station.Fun to take the bikes to get around the neighborhood. Street parking. A walking neighborhood.
## 79
## 80 2 FREE PARKING SPOTS INCLUDED Plenty of convenient public transit! Take the metro all over the city! • 5 Minute Walk to Subway Metro • 24 Hour Bus stops right out front of apartment • 15 min to Hollywood • 1 Block away from Staples Center • 1 Block away from Nokia Theater • 15 min to Universal Studios • Freeway to Disneyland is 5 min away. (About 35 Minutes away) • Best nightclubs, restaurants, shopping, bars, sights, entertainment, all walking distance from apartment. • 24 Hour Restaurants, 24 Hour Grocery, 24 Hour Pharmacy, 24 Hour Bus, all walking distance. - AIRPORT - • LAX Airport 17 Miles away. About 25-30 minutes drive depending on traffic.
## 81 Street parking
## 82 We are 1 block from Buses and 0.9 mile from Metro Station. 10 minutes from Hollywood Walk of Fame, 15 minutes from Griffith Park (Observatory), 15 minutes from Downtown, Staplers Center. Great Location is what all my guests love. 15 minutes from Glendale Galleria Mall, 20 minutes from Citadel Outlets, 20 minutes from Beverly Hills Center Mall and many other convenient stores close by.
## 83 We're about a 10 minute walk to the Red Metro line which is one train to downtown or North Hollywood. There are buses within one block to downtown or the metro along Beverly St. Uber and Lyft are also very easy and quick in this area.
## 84
## 85
## 86 Metro and buses are available as well as the tour shuttles and Uber. Uberpool is the best and the prices are very cheap in Los Angeles due to the heavy population which allows them to provide rides doe much cheaper than usual
## 87
## 88
## 89
## 90 • Universal Studios • Griffith Park Observatory • Disney MGM Studios 11.3 km/7.0 miles • Santa Monica Beach and Pier 33.8 km/21.0 miles • Knott's Berry Farm 45.0 km/28.0 miles • Six Flags - Magic Mountain California 45.0 km/28.0 miles • DISNEYLAND® Resort 51.5 km/32.0 miles • Farmer's Market • Farmer's Market & The Grove 8.0 km/5.0 miles • Beverly Center Shopping 8.0 km/5.0 miles • Rodeo Drive/Beverly Hills 14.5 km/9.0 miles • Pantages Theatre • Hollywood Bowl • Sunset Strip • Kodak Theatre • The Improv Comedy Club & Restaurant • Grauman's Chinese Theatre • House of Blues • Greek Theatre • Comedy Central • Ahmanson Theatre • Dodger Stadium • Little Tokyo • Staples Center • China Town • Rose Bowl
## 91
## 92
## 93 If you don't have a car, uber is the best for longer trips around LA. Some areas, like Echo Park, are within walking distance.
## 94 There is metro stop close by - about 15 min walk. But I would recommend renting a car.
## 95 There is guest parking in the building if needed for 9/night per car. If you do decide that you need garage parking, I can reserve you a spot in the building with advanced notification. Once I reserve the spot, I will send you detail on that and request the extra fee through Airbnb special offer.
## 96 Everything you’ll need is within walking distance. The beach and luxury shopping are only a short ride away.
## 97
## 98 You'll have public transit on the main boulevards (which you are very close to). If you prefer car service Uber is very popular and affordable. I'm a big fan of Organic Limos - always on time, green and great for my dime. (URL HIDDEN)
## 99 There is guest parking in the building if needed for 9/night per car. If you do decide that you need garage parking, I can reserve you a spot in the building with advanced notification. Once I reserve the spot, I will send you detail on that and request the extra fee through Airbnb special offer.
## 100
## 101 While public transportation in LA is not the most ideal, the apartment is located 6 min walking distance away from the bus station where you can commute anywhere you want. Uber is always a better option of course or a rental.
## 102 It will be transit if you chose it.
## 103
## 104
## 105 The traffic around the apartment is very convenient!
## 106 There is a bus area within walking distance.
## 107
## 108 Westwood Village and UCLA are a short walk away. If you don’t have a car, Uber, Lyft, and Taxis are a convenient and inexpensive way to get anywhere you want in LA.
## 109 Walking distance to Whittwood Town Center. It has department and grocery stores, Starbucks, restaurants, and many more. See my Guidebook. 20 minutes to La Mirada Splash Aquatic Center, Whittier and Biola Colleges. **The following are APPROXIMATE TIMES without traffic. **Expect traffic during peak times. The house is 30 minutes to: Disney and Knott's, 40 minutes to the following: Long Beach Airport, Queen Mary. 1 hour to downtown Los Angeles, LA Convention Center, Staples Center, Disney Concert Hall, Coliseum, USC, UCLA, LA Fashion District, LA Live, Exposition Park, If you want to gamble, you can go to the City Commerce Casino 20 minutes and Citadel Factory Outlet shopping mall 30 minutes.
## 110 Many guests prefer to either use their own vehicle to get around town, or take an Uber or Lyft car.
## 111 Guest will receive a secured parking pass from me at the time of checkin, Also there are plenty of street parking. Victory/Randi bus station is 0.2 miles and about 3 mins walk.
## 112 If you don't have a car, this is a perfect place for you. The train station and the bus stop are only 7 minutes walk. Claremont Dial-a-ride is a good cheap service to use too, although registration is required.
## 113 If you take a look at a map, you'll quickly realize this location is one of the most ideal locations to stay in Los Angeles. Ubering to Downtown ranges from 5-10. Most of my guests Uber to save the headaches of finding and paying for parking. Sign up here! (URL HIDDEN) A little bit more about the location: - A block away from a grocery store, bars, a neat Mexican dessert place, and restaurants. - 13 minutes to Universal Studios (without traffic) - Less than a 9 minute walk to the Lincoln Metro Gold Line Station. Southbound, Chinatown is the next stop and Downtown is right after. You don't want to deal with parking in those areas...trust me. Northbound takes you to various parts Pasadena in just a few stops. - Less than 5 minute drive to the major freeways (I-5, I-110, I-10, CA-2) - A block away from Bus Route 81 - 5 minute drive away from muay thai and yoga & pilates gym - 7 minute drive to Dodger Stadium...doesn't get better than this folks. - 5-10 minute drive from plenty of places
## 114
## 115 Home away from home for you! It's so convenient to shopping, restaurants and pub crawling. IKEA serves great Swedish breakfast and is located a wall away (literally). 26-miles away from Disneyland. 19 miles from Ontario Airport. 20 miles to Rose Bowl Pasadena. 6 miles to San Dimas Raging Water. 10-min walk to TGIF, BJs, Hobby Lobby, Marshalls, Target, Walmart. AMC threater, ALDI organic supermarket, Westfield Shopping Mall, Azusa Pacific University, Mtn SAC are about 10-mins DRIVE
## 116 Plenty of onsite street parking available. No Overnight restrictions. Metro train is just 3 minutes walk.
## 117
## 118 Easy public transportation
## 119 1 FREE PARKING SPOT INCLUDED Plenty of convenient public transit! Take the metro all over the city! • 5 Minute Walk to Subway Metro • 24 Hour Bus stops right out front of apartment • 15 min to Hollywood • 1 Block away from Staples Center • 1 Block away from Nokia Theater • 15 min to Universal Studios • Freeway to Disneyland is 5 min away. (About 35 Minutes away) • Best nightclubs, restaurants, shopping, bars, sights, entertainment, all walking distance from apartment. • 24 Hour Restaurants, 24 Hour Grocery, 24 Hour Pharmacy, 24 Hour Bus, all walking distance. - AIRPORT - • LAX Airport 17 Miles away. About 25-30 minutes drive depending on traffic. TRANSPORTATION TO/FROM LAX: The best way to reach the apartment is using a cab, or Uber. Should you chose to use Uber, we would recommend downloading the app and you will be able to use this to call for the Uber once you have picked up your luggage from the airport. The estimate cost for each brand of Uber varies but can be in the range liste
## 120
## 121
## 122 Easy transportation Metro train station - 1 min walk Bus station - 1 min walk
## 123 I suggest using Uber or Lyft instead of Taxis. But, you are around a lot of public transportation options as well.
## 124 MTA is available all around and the Union Station is 3 blocks away.
## 125 Downtown is known to be one of the most walkable parts of Los Angeles and it is quite easy to walk from one neighbor/district to the next. Little Tokyo is a 5 minute walk from us, and the Arts District an additional 5 minute walk from there. Its also the hub to LA’s much improved transportation system. Walking distance to METRO subway trains and our new METRO Bike Share, where you can conveniently rent European style city bikes and bounce around the downtown districts–a great way to see the sights and enjoy our beautiful weather! There are trains and buses all around to take you to Hollywood or the west side. We are also a short ride from Union Station where trains can be caught to San Francisco, San Diego or anywhere else in the States. Uber and Lyft are abundant and the wait is usually never more than a few minutes. If you are driving be prepared to pay a premium for parking. We have several convenient parking lots which charge around 10-20 (and up) a day. There are metered parking
## 126 Walking distance to restaurants, cafes, desserts, fun nightlife. Nearby: Staples Center, LA Live, Grand Park, Walt Disney Center, Arts District There are metro train lines within walking distance. Red Line to Hollywood or Universal Studios with stops in KoreaTown. Gold Line to Pasadena. Uber car service is always a very convenient, efficient way to travel. It also has luxury or economy options. Parking is available in the building upon request.
## 127
## 128
## 129 Access to Union Station and the 7th/Metro rail station are walkable, although Uber will get you there faster and generally 4-7. Many parking meters (0.50 per hour, free after 7pm and Sundays) and a per day pay garage. There is also an LA bike rental station one block away should you like to bike around town.
## 130
## 131 Public transport is plentiful within a VERY short walk. Those popular Searchable Internet Maps make it SO Easy! ❤ PARKING ❤ Valet Park: 712 S. Spring St. Los Angeles CA 90014 Self-Parks: 7th Broadway Parking Corporation 214 W 7th St. Los Angeles CA 90014 SP+ Parking 208 E 6th St. Los Angeles CA 90015 5 for up to 24 hours! – Cheap rooftop lot, if you don't mind a bit of extra walking! Enter on the E side of Los Angeles just N of 7th.
## 132
## 133 There is one space available in the gated lot for 25/day and must be Pre arranged (subject to availability), and ample parking (free) along the street just outside. You have quick access to the 10, 5 and 101 freeways.
## 134 All public transportation leads to downtown LA, making access very easy. A newly expanded rail system takes you to Santa Monica and all the major sites (Universal Studios, Hollywood Walk of Fame, Long Beach, etc.). Recently the Metro BICYCLES were made available for those who want to experience the city while cycling.
## 135
## 136 I always recommend Uber or Lyft. In many cases Uber Pool is cheaper than both buses and the metro in LA.
## 137
## 138 You need to have a car.
## 139
## 140 We are 1 block from the subway, walking distance from everything, or an inexpensive uber ride!
## 141
## 142
## 143 Easy transportation out to the beaches with the new subway line only a 10 minute walk away and access any of the major freeways within 5 minutes.
## 144 Easy access to Downtown Los Angeles, Hollywood, Sunset, Venice beach, Close to public transportation, Disney hall museum, Nightlife, USC and best bar and lounges. Beverly hills is not far, just drive through sunset and enjoy all cool coffee places, China town, and Little Tokyo are a must to visit! Enjoy sushi and ramen places there! and spend some time in Grand park.
## 145
## 146
## 147 Want to take on an urban adventure to experience what this amazing city has to offer but don't have a personal mode of transportation, no problem. Reach your destination via cab, rideshare, perhaps a GO GREEN Metro Bike Share rentals (1.75/30mins) or MTA city buses with stops at almost every block or travel by way of subway/train located just a 5 minute walk west to the 7th/Metro Center (both bike share and subway on 7th & S Flower St).
## 148 If you're driving, there are 2 (free) assigned parking spaces in a gated structure. The location is a few minute walk to Metro, bus-stops, and Metro Bike Share. I highly recommend exploring L.A. by taking Metro to avoid parking and traffic. It is a very quick walk to the station and then take the Red Line (15-20 mins or 8 - 9 stops) to visit Universal Studios, Hollywood, Madame Tussauds Hollywood, Dolby Theatre and more.
## 149 1 FREE PARKING SPOT Included. Plenty of convenient public transit! Take the metro all over the city! • 5 Minute Walk to Subway Metro • 24 Hour Bus stops right out front of apartment • 15 min to Hollywood • 1 Block away from Staples Center • 1 Block away from Nokia Theater • 15 min to Universal Studios • Freeway to Disneyland is 5 min away. (About 35 Minutes away) • Best nightclubs, restaurants, shopping, bars, sights, entertainment, all walking distance from apartment. • 24 Hour Restaurants, 24 Hour Grocery, 24 Hour Pharmacy, 24 Hour Bus, all walking distance. - AIRPORT - • LAX Airport 17 Miles away. About 25-30 minutes drive depending on traffic.
## 150
## 151 Buses and Trains in Walking Distance - Uber and Lyft
## 152 You're only three blocks to the Subway station at Hollywood and Vine, or you can take Uber for under 10.00 and get to the Griffith Observatory, The Grove/ Farmers Market. Tons of stuff to do within a 4 block radius.
## 153 There are many bus stops near by as well as the Metro Redline at Hollywood and Highland and Hollywood and Vine (both walking distance)
## 154 This location is perfect for someone without a car. The Metro and Bus Stops are right around the corner. There is a Parking Garage right across the street, but I do not know their fees. Street Parking in this area is very limited and requires a Permit.
## 155 Bus stops across the street on Vine, and Subway station up the street at Hollywood/Vine. Uber, Lyft, and other driving services are also available via smartphone apps.
## 156
## 157 Close to Metro and buses. Close to all major freeways. Easy access to the 101. Located between Hollywood and Sunset Blvds. Quick drive to WeHo, Culver City, Beverly Hills, Beach Cities Easy commute to USC, Los Angeles Community College (LACC), Occidental College, Kaiser Hospital, Hollywood Presbyterian Hospital, Children's Hospital and Cedars-Sinai Hospital. Also close to Hancock Park and Fairfax Avenue.
## 158
## 159
## 160 There are many fabulous restaurants, theaters and businesses walking distance from my apartment. You will always find yourself having something to do or somewhere to go throughout your entire stay! You will be near the Wattles Mansion, Community Gardens, the iconic Magic Castle, as well as the Runyon Canyon hiking trail if you are looking for a great outdoor experience! Plenty of convenient public transportation! Take the metro all over the city! There is a bus stop right out front and the Metro Underground is 0.6km/0.3 miles from the apartment.
## 161
## 162
## 163 Most guest use Uber or Lyft to get around. The Metro bus stop is a 7 to 10 minute walk. The Metro train is about 10 minutes away by car or a 30 minute walk. You can also catch the bus to the train station.
## 164 My place is close to LAX Airport: 15 minutes by car Santa Monica Pier: 25 minutes by car Hollywood Walk of Fame: 25 minutes by car Venice Boardwalk: 20 minutes by car The Grove: 25 minutes by car
## 165
## 166 three bus line
## 167
## 168 Expo 1 mile on Exposition 10 freeway .7 miles Koreatown 3.4 miles Culver City 5.5 miles Downtown 5.5 miles Santa Monica 11 miles Venice 13 miles Manhattan Beach 13 miles Hermosa Beach 13 miles Redondo Beach 23 miles Ralphs 1.6 miles Trader Joes 3.1 miles Whole Foods 3.5 miles Staples Center 4.7 miles Dodger Stadium 7.4 miles Disneyland Park 36 miles Six Flags Magic Mountain and Hurricane Harbor 39 miles
## 169 Walking distance to many bus stops and several metro stations.
## 170
## 171 - Blocks away from the Metro Purple and Red Line Subway Station Uber / First ride free for New Customers. Use code o70mr Lyft / First ride free for New Customers. Use code MKY071589
## 172 Less than 5min from the 10 freeway that will take you directly to Downtown, Santa Monica and connect to the 110 and 405 freeways, which you can take to LAX. Close to Larchmont Village, Hollywood Ave of the Stars, The Grove, Griffith Park, Paramount, Universal, Downtown, LACMA and many other museums, easy highway access, public transportation, and much more. You can also take one bus straight to Hollywood Blvd, Larchmont, Melrose, and Downtown LA.
## 173
## 174 There are four bus stops on our corner with access to all the lines. Metro purple line is opening up on our corner very soon.
## 175 TRANSPORTATION: Our building is about 3.5 blocks from the Metro Station and main bus lines on Wilshire Blvd. We are *not* within walking distance to any tourist spots (like the Hollywood sign) because LA is a very big city and everything is spread out.
## 176
## 177 Public transportation can be accessed with in less than five minutes walking
## 178
## 179 Very close to Vermont/Beverly metro. Street parking is ample during the day but difficult in the evening. Uber is very affordable- considering the cost of gas and parking fees, it's the most sensible and affordable choice.
## 180 Public transportation is available from buses and subways which is a few blocks to the Vermont Station. I can also help you (SENSITIVE CONTENTS HIDDEN) map to any location, there is an option to search through car, bus, train, bicycle, and walking.
## 181 There is metro and bus access, plus uber is always a great option
## 182 Lyft, uber and bus stops are plentiful.
## 183
## 184 The bus is near by, Uber, Lyft are always available. There is a really super cheap rental car company near by...I used them before and the prices are great !!!!
## 185 The easiest way to travel in LA is by private car, although the closest Metro stop is in Pasadena.
## 186 This place is great if you have a car because you can use the driveway to park and there is additional street parking, but I always tell all of my guests not to worry if you don't have a car...everyone is LA uses Uber or Lyft to get around. If you are using a car I would recommend that you use Waze to get (URL HIDDEN) the best app to avoid traffic!
## 187 There is always Uber or Lyft... The nearest bus stop is 100ft at the end of the street at Beverly Blvd. You can take the bus 2 miles to West Hollywood to shop or 4 miles to Beverly Hills. Korea Town is 2 miles East with some amazing Korean BBQ restaurants. Hollywood Forever Cemetery is 1.5 miles north and just South of Holywood, a really cool place to visit to see some famous gravesites and during the summer you can pack a picnic/blankets and watch movies on the side of the wall or (email hidden) play. Easy access to the 101 (Hollywood Freeway), 110 (Downtown Freeway), 10 (Santa Monica/ LAX freeway, and the 2 (Glendale Freeway). Near by attractions include: Dodger Stadium, Olvera Street, The Staples Center, Museums, China Town, The Disney Concert Hall and sights such as Hollywood Boulevard, Griffith Park Observatory The Hollywood Bowl, Universal Studios and Disneyland. Nearby is Los Feliz, a hip neighborhood with great restaurants and shops, movie theaters, cocktail bars (Tiki Bar, Th
## 188 Street parking, bus lines on Melrose and Western.
## 189 The bus stop is in a corner of the same street. The Farmers Market is each Sunday in Larchmont Village.
## 190
## 191 Very close to bus stops, orange line, metro link and not to far from subway. Its a bit of a walk to the metro but not too too far
## 192 You are extremely close to several fast-food eating places, food & liquor stores, nail, beauty and barber shops, churches and other religious organizations, personal needs, clothing and shoe stores; (all within short walking distances). Driving Time: 7 to 10 minutes, approximately 1.5 miles to the LA Coliseum, USC Campus, Natural History Museum, Exposition Park; 10 to 15 minutes or Approx. 2-3 miles to the Staples Center, LA Convention Center, L.A. Live, Downtown LA Fashion & Jewelry Districts, Chinatown, Culver City; Approximately 0.7 mile to Metro/Santa Monica Expo Lines on Crenshaw and Exposition Blvds.; Approx. 20-30 minutes to LAX Airport, Hollywood Park Casino, The Forum, Marina Del Rey, Venice Beach, Santa Monica, Beverly Hills, Sunset Strip, Hollywood Blvd., Griffith Park, and many other Los Angeles Attractions ( All times vary depending on traffic). Via Public Transportation: The public transit local Metro Bus Line is a 2-3 minute walk around corner on Arlington (going North
## 193 Public transit is super easy. Bus stops everywhere, good car parking, and walking distance from theaters, eateries, and parks.
## 194 Public transportation: Closest metro/subway station is Wilshire/Vermont, buses are available there as well Parking: I have a private, gated parking spot that you can use
## 195 As far as parking is concerned, Koreatown is tricky. If you arrive earlier in the day (before 5pm) you should be fine. I would leave my car parked and take Lyft or Uber at that point. After 5pm, if you leave your space, it becomes incredibly difficult to find another one. Always pay attention to the parking signs! I've had may friends be ticketed because they ignored them. You can also take the subway. The purple line and the red line are both within walking distance.
## 196 There is public transport a couple blocks away. Uber 1-2 min away
## 197 The subway is a 2 minute walk from my building, and gets you to downtown LA, Hollywood, and Universal City in minutes. Faster than driving.
## 198 TRANSPORTATION: Our building is about 3.5 blocks from the Metro Station and main bus lines on Wilshire Blvd. We are *not* within walking distance to any tourist spots (like the Hollywood sign) because LA is a very big city and everything is spread out.
## 199
## 200 Getting around is really easy if you have or don't have a car. Public Transportation is very accessible. Purple Train station is 4 blocks. Bus station 3 main streets from 1 block to 3 blocks. To HOLLYWOOD (3 miles), SILVERLAKE (3.5 miles) AND BEVERLY HILLS (6 miles). 25 mins to the BEACH.
## 201 You can use the metro or the local bus stop. (infront to the building) or use uber.
## 202 Metro: Directly across street from the Metro Purple/ Red Line Station Taxi: Uber/Lyft
## 203 Here is a detailed description of what to do and how to get around: (URL HIDDEN)
## 204 1 covered parking is available. Street parking is also available, but please read the signs. Although the building is safe, please lock your car, close the windows, and do not leave any valuables. We are not responsible for any theft or damage. The closest Metro (Purple Line) exits are Wilshire & Normandie and Wilshire & Western, which are a few blocks away. The easiest way to get around Los Angeles is with Uber (use code: MBRJL for 20 off first ride). Uber Pool and UberX are the cheapest methods and costs only a few dollars getting around Koreatown.
## 205
## 206
## 207
## 208
## 209
## 210
## 211
## 212 A car is the best mode of transportation in Los Angeles If you are not driving, UBER/LYFT is also a great method of transportation. Public Transportation: Bus stop 3rd St. at Sweetzer Ave. also at Wilshire Blvd at San Vicente Blvd. and also at San Vicente Blvd. at Drexel Ave. All are only a few blocks away. If you will be using the bus a lot we suggest downloading the "Go Metro" phone app. It's very helpful in planning your trips while here in Los Angeles. You need to know that the bus system in this city is pretty darn abysmal in terms of frequency of busses driving by though. and don't forget, tons to walk to. - Check out our Guidebook! If you will have a car, we will provide you with a visitors street parking permit as our street has restricted parking. It is valid for your entire stay and there is no charge but we must have the visitor pass returned to us before you leave or there will be a 50.00 charge. (Note: Alternate side street sweeping is Mon & Tue mornings--check t
## 213
## 214
## 215
## 216
## 217 Yes.
## 218 We are very centrally located so you can walk into the city of Beverly Hills. There is a bus station across the street and a taxi station in front, however, the best way to get around is Uber.
## 219 Two grocery stores Bristol farms and Ralph's across the street . Buses across the street . Cesar Sinai few blocks down . Uber cheaply since your right where all the fun things to do .
## 220
## 221 There are bus lines that run east west ..... Very near by
## 222 Convenient location to anything you want.
## 223
## 224
## 225
## 226 You have to drive pretty much everywhere. There is no public transportation nearby. Driving services, such as Uber and Lyft, are good options if you don't want to drive.
## 227 Super convenient to public transport and uber friendly
## 228 Public transit is difficult, but available. Having a car will make things much easier. Los Angeles has UBER & LYFT!!! Download the App before you arrive! EST. TRAVEL TIME (BY CAR) Westwood/UCLA/Ronald Reagan Hospital: 7 mins Beverly Hills (Rodeo Drive): 10 mins West Hollywood: 15 mins The Grove: 20 mins Santa Monica Pier: 20 mins Hollywood Walk of Fame: 20 mins Venice Boardwalk: 25 mins LAX Airport: 25 mins SURROUNDING CITIES Westwood, UCLA, Brentwood, Beverly Hills, West Hollywood, Century City, Sherman Oaks, Studio City, Encino, Hollywood, Santa Monica. Check out Airbnb guide to Bel Air/Beverly Crest neighborhood: https://www.airbnb.com/locations/los-angeles/bel-air-beverly-crest Parking:
## 229 There is convenient transportation available, the World Famous Sunset Blvd, is a 12 minute walk or a five minute bike ride, from their , all different public transportation is available, also Uber and taxis are readily available.
## 230 Metrolink; bus
## 231
## 232 Perfectly positioned, you will be just a minutes drive to several of the cities major freeways to get you anywhere you need to go.
## 233 Plenty of parking in front of the home and on the cul-de-sac. 5 minute drive from LA subway that can take you to Hollywood and downtown. 10 minute drive to Burbank Train Station for easy commuting to neighboring cities including Irvine, Newport Beach, San Diego, and Santa Barbara.
## 234 The best busses are a few blocks away and the Metro is down the street. You are also central to all freeways. 101 South goes down to Hollywood, Silverlake, Downtown LA. 405 South goes to Beverly Hills, Santa Monica, Venice. And you have all the canyons down the street as well which drop you right into Hollywood or West Hollywood! If you go north it will bring you to the canyons that take you to Malibu! This is the perfect location to explore ALL LA has to offer!
## 235 Metro Red Line and Orange Bus Line are are short walk away. The Metro red Line takes you in 1 stop to Universal Studios or 2 stops to Sunset and Hollywood Boulevard. Driving is also an easy access via 170 freeway or the 101 freeway. 10min drive to Universal City Studios, or Hollywood Bowl and 15min to the Stars Walk of Fame
## 236 Public Transportation near by: DOWNTOWN UNION STATION IS 3 MILES AWAY (1 bus ride away, less than 10 minutes) Buses (5 -10 min walk), Shuttle Bus (3 -5 min walk) and Metro Rail Train (15 -25 min walk). All depending on where you want to go. We are near all major freeways...a car is the best way to get around L.A.and get to do and see more.
## 237 There is a city bus 100 steps away, and there is uber that will show up to the front door within minutes.
## 238 We have bikes at your disposal for getting around Calabasas and exploring local bike trails. Lyft / Uber is another easy way to get around. The Calabasas trolly is also available for transportation to local shops and restaurants.
## 239 There is a bus (Mon-Fri) at the entrance to the community traveling every hour to point of interest in one of the most expensive city in Los Angeles area and home to a lot of celebrities. Also free trolley Fri-Sun. Must visit Farms Market on saturdays in down town of Calabasas!
## 240 Easy access to 101 freeway
## 241
## 242
## 243 Within blocks of Chatsworth train station (Metrolink Orange Line) Metro Bus Stop right outside. (schedule is provided for guest) Drive to Hollywood: 34 min (26.2 mi) via CA-118 E
## 244 Bus stations next to the front and back entrances. Union station is less than 1000m away:) Chinatown is less than 300m away. Several Bus station right across the street. 20 minutes walking to little Tokyo. 5 minutes driving to Staple Center. (without traffic) 18 minutes driving to Universal Studio. (without traffic) Lots of popular restaurants and fast food right surrounding us too!
## 245 It is located within minutes distance to Metro and Union Station (trains, busses, other means of public transportation). If rental car is needed, guests will receive discounted rate that it can be delivered to you.
## 246
## 247
## 248 by metro and 3 bus systems: Culver City, Santa Monica and Los Angeles
## 249
## 250 This is LA so hire a car! It's a city built for drivers and we have free on street parking, although please be sure to check for street cleaning days - only two hours a week, but they WILL give you a ticket. If you fancy a drink then Uber is a great choice for getting around. Public transport wise we are a two minute walk from the bus stop for the number 1 bus straight down to Venice beach. Or park your car for free at the Culver City expo, which is straight down the road, and head downtown or to the Science Museum.
## 251 You are a short bike ride or car trip to Culver City station where you can take the train to downtown Los Angeles. Uber and Lyft are both cheap options for getting around via car vs. taking a taxi. Download the apps! The 405 freeway entrances are just around the corner. If coming from LAX you will get off the Venice exit and we are just a few blocks away.
## 252
## 253 Closely located next to the 101 Freeway and only 5 min walking distance to Redline subway .
## 254
## 255 Beachwood Market is just up the street with groceries and dining.
## 256 I recommend renting a car to get around LA but there are plenty of places to walk to if you are willing to get a good hillside workout!
## 257 The metro station of Hollywood/Vine is within a few minutes walking, which can takes you to a few popular spots in Los Angeles area including Universal Studio and Staples. Lots of hot spots in Hollywood are in walking distance. You do not need to worry about parking while you enjoy the excitement in Hollywood.Major highways, like 101 and 405 are super close as well. It saves you lots of time driving around in such a big city like Los Angeles. If you need to take buses, do not worry, there are a few bus stops close to the house as well.
## 258
## 259 The metro is an 8 minute walk away and can get you downtown, Universal Studios, Union Station. There is also bus service to take you all over the city.
## 260
## 261
## 262 Free and easy parking on street. 5 minutes from the 101. 10 minutes from I-5. Walking distance to shuttle and bus services.
## 263
## 264 Walking distance to all the best restaurants, theaters, nightclubs, museums and more. The location makes it effortless go anywhere without traffic because of the Hollywood/Vine Metro Station is located right across the street.
## 265 Parking is free across the street for an unlimited time. You can use Uber and Lift but the public transportation is a half mile down the hill. We have three roommates who drive down every day and we can give rides to the metro if necessary. We also have drivers that can offer assistance if notified in advance.
## 266 Two blocks from Hollywood/Highland Metro station and many bus routes. 10 min from Universal Studios/ City Walk. 20 min from DTLA 10 min from The Grove 15 min from Beverly Hills
## 267
## 268
## 269
## 270
## 271 Public Transportation, Uber/Lyft, Walking distance to all stores needed.
## 272
## 273 We do recommend having a car when visiting Los Angeles to really see the wonders of this great city. We live in a great location to get all around the city. And unlike many areas, we do have some shops and restaurants in walking distance. Distances by car. Please be sure to check traffic. The distances can change Venice Beach & Boardwalk – 10 minutes Abbot Kinney Shopping & Restaurants – 8 minutes I-405 – 8 minutes Marina del Rey – 5 min (15 min walk) Santa Monica Beach & Pier – 15 minutes LAX – 13-20 minutes (check traffic) Downtown L.A. – 45 minutes Hollywood – 45 minutes Malibu – 50 minutes Most people who visit LA have a car but our neighborhood is very bikeable. Plenty of street parking with no restrictions
## 274 FOX and SIXT car rental are a quick Uber ride away from our home. We're also conveniently situated right off a main bus route.
## 275 There are many city buses can take you to places where you need to go
## 276 This is L.A., you need a car to get around, although Uber or Lyft is a great alternative. And the light rail system has added a line that goes to Santa Monica. I haven't been on it yet but I'm told it's easy.
## 277 Plenty of convenient public transit! Take the metro all over the city! METRO Metro Underground 0.64km/0.4 miles RECEATION Universal Studios® 4.5 km/2.8 miles Griffith Park Observatory 5.9 km/3.7 miles Disney dMGM Studios 11.3 km/7.0 miles Santa Monica Beach and Pier 32.1 km/20.0 miles Knott's Berry Farm 45.0 km/28.0 miles Six Flags - Magic Mountain California 45.0 km/28.0 miles DISNEYLAND® Resort 51.5 km/32.0 miles ENTERTAINMENT Pantages Theatre 0.80 km/0.5 miles Hollywood Bowl 1.44 km/0.9 miles Kodak Theatre .96 km/0.6 miles The Improv Comedy Club & Restaurant 5.6 km/3.5 miles Grauman's Chinese Theatre .96 km/0.6 miles House of Blues 4.8 km/3.0 miles Greek Theatre 4.8 km/3.0 miles Comedy Central 3.2 km/2.0 miles Ahmanson Theatre 9.6 km/6.0 miles Dodger Stadium 11.3 km/7.0 miles Studio City 9.6 km/6.0 miles Little Tokyo 11.3 km/7.0 miles Staples Center 11.9 km/7.4 miles China Town 12.9 km/8.0 miles Korea Town 16.1 km/10.0 miles Rose Bowl 29.0 km/18.0 miles SHOPPIN
## 278 There are multiple bus stops around the building, the condo is also built on top of the Vine Metro Station. The location is makes it incredibly easy to get around.
## 279
## 280
## 281
## 282 There is a private parking spot if you want to rent a car, or you can take Uber and forget about finding a parking spot. The Subway station is located one mile away at Hollywood and Highland. Take a 15 minute walk and visit the Hollywood walk of Fame, Grauman's Chinese Theater and the Heart of Revitalized Hollywood.
## 283 There is a Subway that is a few short blocks away! It can take you to North Hollywood, Downtown and the Beach.There is also a bus stop right by the front of the building. Taxis are also plentiful as are Uber cars.
## 284 There are hundreds of shops, restaurants and bars within walking distance. Taxi service via Yellow Cab, Uber and Lyft are a phone call or a click away. Several LA Metro bus lines pick up outside on La Brea Avenue and on Hollywood Blvd.
## 285
## 286 Access to the Red Line is about 3 blocks away on Hollywood and Highland, this grants you access to many locations throughout Los Angeles. There are also bus stops within 1 block of the apartment. Other alternatives are Uber or Lyft. Within a 0.5 mile there are four theaters along with excellent dining options. A little bit further is a grocery store and 3 gyms. Everything you need within a 1.0 mile radius.
## 287 The public transit is plentiful -- buses, subway and two metro stations: Hollywood and Vine, and Hollywood and Highland. Both are about a 10-15 minute walk. Buses are far closer, and can also take you to the metro. I know a driver that can take you to and for airport. Please inquire. Uber and lyft of course-- there's no where that you can't get to from this conveniently located neighborhood, and in this part of Hollywood there is very little congestion.
## 288 The best location to get around while staying in LA weather you have or don't have a car. All public transportation is 3 min away: subway and buses will take you to all major destinations. Shops, attractions and restaurants in a walking distance. Need to get to renovated Downtown LA for business or leisure? It will take you only 15-30 minutes to get the whether you have a car or want take a subway. Walk Score - 85 (Very Walkable; Most errands can be accomplished on foot). Transit Score - 70 (Excellent Transit. Transit is convenient for most trips). Businesses Within Walking Distance: Grocery Stores: Ralphs Food For Less Gelsons Pharmacies: CVS Wallgreens Right Aid Other Stores: Home Depot Marshall's Ross Target (coming soon!) Aaron Brothers DB Shoes WSS shoes Restaurants, Cafes and Fast Food: Starbucks (2 different ones) Jamba Juice Denny's (Breakfast!) Panda Express Chinatown Express Ono Hawaiian Barbecue McDonald's Subway Yogurtland Quizno's Subs Pollo Campero Thai Town Plaza with p
## 289 There is public transportation available around the corner - buses number 4 and 704 take you to Santa Monica and Downtown LA! The subways is few blocks away. Uber and lift can take anywhere for few bucks! A centrally located spot.
## 290 There is a bus stop across the street and it's 2 blocks aways from the Los Angeles Metro
## 291 Situated at one of the world's most famous corners. Walking distance to all the best restaurants, theaters, nightclubs, museums and more. The location makes it effortless go anywhere without traffic because of the Hollywood/Vine Metro Station being right across the street. The bright lights of showbiz and glamour make a neverending searchlight arc across the Southern California set with landmarks such as Capitol Records, Paramount Pictures and CBS and ABC TV studios.
## 292 Close to Metro and buses. Close to all major freeways. Easy access to the 101. Located between Hollywood and Sunset Blvds. Quick drive to WeHo, Culver City, Beverly Hills, Beach Cities Easy commute to USC, Los Angeles Community College (LACC), Occidental College, Kaiser Hospital, Hollywood Presbyterian Hospital, Children's Hospital and Cedars-Sinai Hospital. Also close to Hancock Park and Fairfax Avenue.
## 293 The subway is three blocks away under the W Hotel. Stop by the W have a drink and cross over to the Pantages Theater.
## 294 This listing is perfect for out-of-town visitors as it is a very short walk to all public transportation, including the Hollywood/Highland Redline Station (Subway). FROM LAX: Uber now picks up from LAX! I recommend this for my guests, especially couples who would be paying about the same price for 2 Flyaway tickets. Cost is usually between 20 - 30. SECONDARY OPTION Board the LAX "Flyaway" Shuttle to Hollywood (8) This drops you off at Hollywood/Vine Redline station... Board train toward North Hollywood, (2.75) Exit Hollywood/Highland Station, 5 minute walk up Hollywood Blvd to listing.
## 295
## 296
## 297 We are about 30-40 mins from LAX, 20 from Burbank Airport. Parking is free and ample on the street, driveway parking can be arranged. We are about 5 miles from Union Station, about 10 cabride. Metro Bus routes 96, 92 and 201 are all within walking distance.
## 298
## 299 There are public busses on our corner and 8-10 min Uber access to the Highland Park stop on the Metro Gold Line (which whisks you to DTLA) are easily accessible. Street parking.
## 300 Public transportation is very close just a short walk to the corner. One bus ride to the heart of Hollywood, Down Town LA, Pasadena and the Rose Bowl aswell as many other local destinations of interest. Renting a car in Los Angeles is always Tevomemded LA is a large city with a lot to see and car may be the easiest way to fit in all the attractions you are interested in. :)
## 301 Public transportation is super convenient. Sunset Blvd is right around the corner, and you can take the bus in either direction (to West Hollywood or Downtown). The metro is on Hollywood Blvd and Western Ave, which is a 5 minute walk, only 3 blocks away. That runs to North Hollywood (Universal Studios) and to Downtown LA.
## 302
## 303 There are numerous metro stations close to the house. The recently completed metro now runs directly to Santa Monica! We highly recommend renting a car in LA; no matter where you are, there's going to be something interesting on the other side of town. Public transportation in Los Angeles is not great, but it's getting there! If you decide not to rent a car, uber pool is another great option.
## 304 A few steps away from bus and metro station.
## 305 Nearby the Redline MetroStation on Vermont, but the area is very walkable, with a short 10 minute Uber to Echo park, or 15 Minute Uber to the downtown and arts districts.
## 306 There are buses on Beverly that run frequently. Uber/Lyft friendly hood as well. There is a new Metro line that will take you to the Beach just 30 minutes away as well! All is very close...and accesible!
## 307 Uber is incredibly cheap and fast in LA! Many rides you take will cost you under 10.
## 308
## 309 Approx. 1.2 mile south of Sierra Madre Villa Gold Line Station
## 310
## 311
## 312
## 313
## 314 Uber is phenomenal and can take you anywhere you want to be taken! Lyft is great too and both offer pools to meet others along the way. Download the apps for your smartphone and get picked up in minutes. The Metro Dash bus stop is right on the corner.
## 315 I highly recommend downloading the Waze app for directions in avoiding traffic if you plan on driving. I also recommend using ride-sharing services: For 20 in Uber credit, use my code - uberairbnbworld For 20 in Lyft credit, use my code - erica46931
## 316 Bus routes are a 5 min walk away on Sunset Blvd and Echo Park Ave. One parking space in car port is available, and nearby street parking also. From LAX take 105 east to 110 north to 101. Exit Echo park and drive north into Echo Park.
## 317 the house is a five minute walk to sunset boulevard, a main route for many buses going cross town to the west side / connections to the red line train; and downtown / union station.
## 318
## 319 We're close to the Sunset/Vermont metro and several major bus routes!
## 320 Metro station is at Sunset/Vermont. This is literally around the corner from the apartment! Or take advantage of front door service offered by Lyft and Uber.
## 321 There is a bus stop less than a 5minute walk from the place
## 322
## 323
## 324
## 325 The metro, bus, Uber and Taxi services, but so much is within walking distance.
## 326 There is a bus stop on Bevely Blvd runs from beverly hills to downtown L.A. The big Pan Pacific Park is on the same block as the house. Farmer's Market and The Grove is only 5-10 minutes walk. Walking distance to Melrose and Fairfax district. 10 minutes drive to Hollywood & West Hollywood, 15 minutes drive to downtown and Beverly Hills. Easy access to the easy and west side of Los Angeles. Just blocks from all the restaurants, bars and entertainment,
## 327 Parking can be provided upon request. Uber and lyfts come in minutes and public transportation is 1 block away.
## 328 For travel I'd recommend Uber or Lyft or a private car. The Metro is within 1 mile of my apartment.
## 329 附近公交車、火車站可以帶你遊遍大洛杉磯地區。
## 330
## 331 走路15-20分鐘可到巴士站. 開車20 分鐘到洛杉磯市區. 40分鐘到環球影城, 迪士尼
## 332
## 333 There is no public transit in walking distant. From the LAX airport is about 40 miles and there is a shuttle available. 1 car parking available inside the property
## 334
## 335 Ideally it is best to rent a car, however, public transportation is in close proximity to the house. One block north is Melrose where you can catch a bus to downtown, to the westside or to the beach. There is also the subway close by on LaBrea or up on Hollywood and Highland.
## 336 We are walking distance to the Metro Green Line. (About 2 miles)
## 337 Most people use Uber, but there are buses close by and a lot within walking distance.
## 338
## 339
## 340
## 341 Getting around via public transportation is a breeze. At the base of my street is a bus stop which can take you directly into Silver Lake, or up to Glendale for some spectacular shopping... Also available in LA are the driving services Uber and Lyft. I also have an electric fiat in the driveway you are welcome to rent for 40/day on the Turo website!
## 342 1 block to the buses #10 #92 which can take you anywhere really. Glendale mall? Take the 92. Want to go to the beach? Take the 10. Want to just go without care? Take the 92 or the 10 to any train (metro rail: blue line, red line, purple line, union station) (which is also in walking distance). Or just ask about our personal driver prices and dont worry about time and apps for navigation.
## 343 Only recommended for visitors with a car or who plan to use Lyft/Uber during your stay. Unfortunately, it's eastside Los Angeles, and we don't have much in terms of public transportation! You can access the public bus system on Echo Park Ave and Sunset Boulevard, about 3/4 mile walk from the house.
## 344 1-parking spot is provided and there is ample free street parking (no meters, but watch the street cleaning signs). Otherwise there is an LA-Dash bus stop on our corner and Taxis, Uber or Lyft are always just a few minutes away.
## 345
## 346
## 347 Close to Metro on Sunset... as well as Dash bus. We recomend Uber or Lyft car for taxi purposes. They are much faster cheaper and friendlier. Not to mention you know how much your paying when you call them.
## 348 There are bus stations right near my house, you can walk anywhere around Echo Park, and with Uber and Lyft you can get anywhere without renting a car! Downtown a few minutes to the east and Silverlake/Los Feliz a few miles to the west. A little further west and you are in the heart of Hollywood and on your way to West Hollywood and the beach!
## 349
## 350
## 351 Airport pickup 15 LAX is 10 minutes away with car beach is 5 minute from the apartment.
## 352
## 353 Transportation State Route 1, California's Pacific Coast Highway, passes through the city as Sepulveda Boulevard, while Interstate 105 begins its journey at Sepulveda Boulevard just outside the northern city limits of El Segundo and heads east to Norwalk. Amtrak's El Segundo Bus Stop (ESG) is located at the Los Angeles County Metro Green Line Douglas Station and is serviced by Thruway Motorcoach. The stop is on Amtrak's 1c bus route that runs four times a day between Amtrak's Torrance Bus Stop (Alpine Village) and the Bakersfield Amtrak Station where passengers transfer to and from trains on Amtrak's San Joaquin route; passengers can also connect with Amtrak's Pacific Surfliner route at the Van Nuys Amtrak Station. Los Angeles International Airport is located to the north of El Segundo. Also it is highly advise to take taxi and/or Ubers or Lifts instead of driving if you plan to drink as they do pull people over for drunk driving. Again I want you have a great time, be safe and not
## 354
## 355
## 356
## 357
## 358
## 359 There is a bus stop with a ten minute walk from our house that can take you to various places throughout the city and connect you to the metro and other forms of public transportation. Your best bet is to use Uber to get to where you are going since it is so inexpensive and will save you so much time. You can also use uber to get to the Glendale metrolink or red line at Universal/Studio City metrolink in about 10 minutes if you are going to farther locations. Free street parking is abundant in the neighborhood. If you need specific directions from anywhere, we will be glad to help.
## 360 We are located close to the 5 freeway, 134 and 2. There are buses at the end of the street that can take you to metrolink or amtrack, 15 minutes to Burbank Airport, 45 to LAX. Multiple Car rental places in walking distance. Public transport is easy and you can walk to shops and restaurants.
## 361
## 362 there is plenty of free street parking
## 363
## 364 We have a nearby metro stop that takes you directly into the city. All the main highways are within a 2 miles radius. Car rentals, uber and taxi services are available in this area.
## 365
## 366 There is access to public transit less than a mile from the home.
## 367
## 368 Just under a minute to walk to bus lines! We also have 2 cars available to rent, when not already being rented by another guest, @ flat rate of 150 /week or 35/day includes insurance. Your valid drivers license required.
## 369
## 370 Northridge Metrolink Train Station is a short walk away. You may have access to many attractions with this system. Also there are plenty of public buses nearby. In LA it is very popular to rent a car if you wish to explore many places in a short time.
## 371 If you need transportation we are contracted with Uber and lyft, as well as delivery services for food We have bikes available to ride around the neighborhood
## 372 LA is mostly a car town I would say but a bicycle would get you around our neighborhood (Los Feliz, Silverlake, Echo Park, Atwater Village, Glendale) just fine. The Hollywood / Vermont subway station is very close by as well.
## 373
## 374
## 375 There are bus lines and also light trains.
## 376
## 377 Public bus stops close by. Near Culver City Metro station. Playa Vista shuttles to Playa Del Rey beach and Marina Del Rey during the summertime. Balona Creek Bike Path access nearby.
## 378 L.A. is known to go around by your own car, but there is bus stop just 3 minutes walking distance * Close to restaurant and bars, easy access to all main Freeway. * 15 minutes to Studio City attractions, 25 minutes to Santa Monica and Venice beach, 20 minutes to Beverly Hills and 30 minutes to Malibu beach. * 10 minutes to Getty Museum, 15 to UCLA.
## 379 great public transportation at walking distance .
## 380 Parking is very convenient and in driveway. Public transportation is very close - 0.2 mile walking distance
## 381
## 382
## 383 Use Uber or Lyft for ride services Metro buses Am track (train) (SENSITIVE CONTENTS HIDDEN) knows how; we do not
## 384 Metro bus 125 Very close to shops, coin laundry, restaurants within walking distance. Uber or lyft for ride services (a lot cheaper than traditional taxi)
## 385 Metro bus ((SENSITIVE CONTENTS HIDDEN) how to take it) Uber or Lyft for car ride services
## 386
## 387 Very accessible and central thanks to the 2, 5 and 134 Freeways. (8 miles to Downtown, 10 miles to Hollywood, 20 miles to Santa Monica/Venice)
## 388 The Studio is a short walking to Eagle Rock Blvd where a lot of public transportation is available
## 389 Best suited for someone who has a car as we are centrally located near the 2 & 5 freeways which connects you to the 134 & 210 freeways, as well as the 110 & 101 freeways, all which are about less than 5 minutes away without traffic. However you can always use lyft or traditional cab company if you plan to go out late at night. Public Transportation options are: Rail lines: Antelope Valley Line 1.3 mi Ventura County Line 1.3 mi Bus lines: 90/91 Metro Local Line 0.2 mi 94 Metro Local Line 0.2 mi 685 Metro Local Line 0.2 mi 28 Metro Local Line 0.2 mi 603 Metro Local Line 0.4 mi 794 Metro Rapid Line 0.4 mi We are within walking distance 5 minutes to a local King Market offering a variety of international groceries.
## 390
## 391 Walking distance to Buko Sushi, Two Guys From Italy, Panda Express, Coffee Bean, The Habit, Rubios, Skaf's Lebanese Cuisine, Kabob World, Dave's Bar, Virgils Hardware, Rite Aid, Vons, Ralph's, Whole Foods, Michaels, Nordstrom Rack and World Market.
## 392
## 393 You will need a car. You CANNOT walk to public transportation here in the hills. There are car services that are run similar to Airbnb that feature local people giving you a ride to your destination, in case you prefer not to rent a car. You can look up Lyft and Uber on the internet. There are also taxi's of course, as well. Distances from Cottage to: LAX Airport: 20 miles Hollywood Sign: 5 minutes Hollywood Bowl: 1 mile Hollywood Blvd: 1.4 miles Universal Studios: half mile Warner Bros. Studio Tour: 1 mile Walk of Fame & Chinese Theatre: 1.6 miles New York Film Academy: 2 miles Pantages Theatre: 2.5 miles Griffith Park & Observatory: 3 miles The Greek Theatre: 3 miles Kaiser Hospital, Sunset: 4.2 miles Children’s Hospital Los Angeles: 4.3 miles Lee Strasberg Theatre & Film Institute: 4.8 miles Cedars-Sinai Hospital: 5.8 miles Beverly Hills: 7 miles Downtown Los Angeles: 7 miles Union Station: 8 miles Sherman Oaks: 8 miles Dodger Stadium: 8 miles The Getty Museum: 12 miles Cita
## 394
## 395
## 396 Street parking is available right outside. A parking permit is made available to you upon arrival.
## 397
## 398
## 399 4 blocks from Hollywood and Vine metro station. Uber is always available in 2-5 minutes.
## 400
## 401
## 402 There is a DASH LADOT bus stop two blocks away.
## 403 Highland Park is bicycle and pedestrian friendly and there is almost always plenty of on-street parking if you need it. The Gold Line train connects very quickly to Pasadena, downtown LA, and the greater Los Angeles region. The rapidly expanding light rail network now goes all the way to Santa Monica and the ocean.
## 404 If you're not going to have access to a car then this area will be very easy for you to get around. There are inexpensive car services and buses all close by. 0.5 mi to Venice Beach - 10 Min Walk 3.4 mi to Santa Monica Pier - 15 Min Drive 6.4 mi to LAX - 16 Min Drive 9.8 mi to Beverly Hills, CA - 32 Min Drive 11.2 mi to West Hollywood - 36 Min Drive 20.5 miles to Malibu: - 37 Min Drive (All without traffic)
## 405 Conveniently located walking distance to many tourist attractions,but if you're not going to have access to a car then this area will be very easy for you to get around. There are inexpensive car services and buses all close by. 0.5 mi to Venice Beach - 10 Min Walk 3.4 mi to Santa Monica Pier - 15 Min Drive 6.4 mi to LAX - 16 Min Drive 9.8 mi to Beverly Hills, CA - 32 Min Drive 11.2 mi to West Hollywood - 36 Min Drive 20.5 miles to Malibu: - 37 Min Drive (All without traffic)
## 406
## 407
## 408 1 block away from bus, 2 blocks from the lakewood mall. We have great bus system that makes it easy to get to los angeles, Disneyland or the beach
## 409
## 410
## 411 This is a very quiet neighborhood with lots of parking and places nearby to eat. We do ask that you park on the street except Wednesdays 12pm-3pm.
## 412 The Dash (50 cents) and Metro Bus (1.75) are a block away. The Metro is a 15 minute walk away.
## 413 The best way to experience LA is to rent a car. We have 2 parking spots available in the building garage. If you don't have a car uber/lyft is your best way to get places.
## 414
## 415 Next to many private transits
## 416 Best to get around by car, Uber, bike or foot (if you don't mind walking for 15-20 mins) to Lincoln Blvd.
## 417 Bus lines run along Venice Blvd., which is about a 10 minute walk. Uber car service makes getting around very easy. Approximately 20 minute taxi ride from the airport. New Metro Line is about 1 mile away - can take you to Santa Monica, Culver City, Downtown LA.
## 418 Bus lines to Venice Beach and Santa Monica, as well as most anywhere in LA are at walking distance. The new Expo Line is just a few miles away in Culver City.
## 419 No off-street parking available. Street parking only - Please read signs. Most of the time street parking is fine here and Victoria Ave is usually the easiest place to find spots. There are occasional neighborhood events that require different parking arrangements. There is bus transportation to Venice Beach and Santa Monica, as well as most anywhere in LA. The new Expo Line is just a few miles away in Culver City.
## 420
## 421
## 422 There is plenty of street parking. There are also busses that run up and down Washington Blvd and Venice Blvd that can take you practically anywhere in the city. These streets are but a block walk from the place!
## 423
## 424 - Public transportation (buses) are very accessible as you are on Venice Boulevard - We use Lyft or Uber around here, it is super easy and there are always several drivers around because the apartment is in a popular location
## 425
## 426
## 427 The property is located a ½ block from Venice Blvd and public transportation and 3 miles from the beach. There is plenty of street parking. Walking distance to the Sunday farmers market and fun restaurants that feature locally grown and health conscious foods and juices. LAX is 15 minutes away and we are only 3 direct miles from the ocean.
## 428 Sleep in. Street parking is unlimited. No need to wake up early to move your car.
## 429 We offer our guest(s) our beach cruiser bike for use during their stay.
## 430
## 431 Close to number of bus stops. Metro rail less than 10 mins away to Culver City and Downtown.
## 432
## 433 Bus, Redline, Blue line
## 434 Yes there is a subway in walking distance less than a mile. All parking is street parking. If you park by 5pm you're fine. At night it gets tricky but a short Uber or Lyft ride is only like 5 and so much easier in my opinion. All in all, the perfect location! Easy to get around anywhere. FYI bikes for rent across the street at the beach also.
## 435
## 436 Most of what you need for essentials as well as entertainment are within walking distance. Busses run along 2nd Street.
## 437 AIRPORTS: Long Beach Airport 5.05 miles LAX 23.87 miles , John Wayne :19.35 miles TRANSPORT : Catalina ferry:3 miles Long Beach train to Downtown: 2.3 miles * PASSPORT BUS (runs till midnight)4 houses away & will take you to all the Local attractions Queen Mary, Shoreline Village, Convention Center ,The Pike, Aquarium of the Pacific, Pine St and Second St. ATTRACTIONS: 4 miles to Queen Mary 2.4 miles to Long Beach Convention Center 14.98 miles to Knotts Berry Farm 16.91 miles to Disneyland. 25.79 miles to Nokia Theater 25.88 miles to Staples Center 27.94 miles to Dodger Stadium, 21,24 miles to Honda Center 17.78 miles to Angels Stadium 5 Golf Courses under 7 miles, nearest 2.3 mile
## 438 Metro blue line is 2 blocks away to take you downtown LA. There are numerous buses. Cost is 1.75.
## 439 I love where I live because you can walk or ride a bike to several attractions or take a bus or walk to the metro station from my place!
## 440
## 441
## 442 Local bus is just two and a half blocks away, and it connects downtown to the Blue Line, which connects to the Los Angeles rail system
## 443
## 444 If you don't have a car, there are several options: We run a professional car and tour service. We are happy to do transfers to/from airports or the Union Station, and can also offer transportation to Disneyland, Beverly Hills, Museums and Beaches. Being experienced tour operators, we are on hand to offer advice and help with all your travel needs. You can use public transportation to get to most places -- we can advise on route planning. Los Angeles has an excellent subway, light rail and bus network. And, of course, there are Uber and Lyft who will pick up at the door. Local attractions: Griffith Observatory, Greek Theater, LA Zoo, Travel Town and miles of hiking trails right in our own back yard! 10 minutes to Hollywood walk of fame, Hollywood Bowl, Universal Studios. 20 minutes to Downtown, Staples Center, LA Live, MOCA, Olvera Street, Music Center, Disney Concert Hall, LACMA. 15 minutes to Glendale with one of the largest shopping malls in So Cal and the Americana upscale shoppi
## 445
## 446 The subway and buses are nearby. There's free street parking available on our street. Aside from public transportation and your vehicle/rental car, I recommend using Uber and Lyft. They're better than taxi cabs and can be quickly and easily summoned using your smartphone. It's a great option if you're drinking or just want to avoid parking costs and headaches. If you're new to Uber, and enter the promo code "yepus" when you sign-up, you'll get free credit to use. If you're new to Lyft, and enter the promo code "Elizabeth767314" when you sign-up, you'll get a free credit to use. I can text you invitations to both services to give you free credits.
## 447 LA Subway is just a few blocks away. Local Dash bus also around the corner as well as main bus lines. Enterprise rental car within walking distance. This is a walkable, liveable neighborhood. If you've not tried UBER or LYFT yet, it's an easy way to get around - just ask and I can provide a code for up to a 20 discount on your first ride!
## 448 Los Feliz encompasses several smaller but distinct areas, including the Los Feliz Hills and Los Feliz Estates (north of Los Feliz Boulevard), Laughlin Park, Los Feliz Village, Los Feliz Square, Los Feliz Knolls, and Franklin Hills. Los Feliz is part of Central Los Angeles. It is flanked on the north by Griffith Park, on the northeast by Atwater Village, on the southeast by Silver Lake, on the south by East Hollywood, and on the northwest by Hollywood and Hollywood Hills. Its boundaries are the Griffith Park line between Fern Dell Drive and Riverside Drive on the north; the Los Angeles River on the east; Hyperion Avenue and Griffith Park Boulevard on the southeast; Fountain Avenue and Hollywood Boulevard on the south; and Western Avenue, Los Feliz Boulevard, and Fern Dell Drive on the west and northwest.
## 449
## 450 Easy street parking, also very close to bus stop on Hyperion.
## 451 We are walking distance from the Western and Hollywood entrance of the subway.
## 452 Blue bus line, Uber, bicycle, personal car
## 453
## 454
## 455
## 456 (URL HIDDEN)
## 457
## 458
## 459
## 460
## 461 uber and lyft will become your favourite apps! make sure you download them if you don't have a car to drive. It can be as little as 5 is do Uber share. LAX also has a shuttle which you will need to book.
## 462 From LAX airport by bus: LAX LOT C Bus Terminal BUS 102 - Huntington Park - Palm - Seville Take it to Martin Luther King Jr /4th Ave, Arlington stop Make transfer to BUS 209 towards Western/Wilshire Station Take it to Arligton/Olympic Then just 3 min walk and you are at the house. From Union Station: Metro Purple Line (805)805 towards Wilshire / Western Station On Wilshire/Western transfer to bus 209 towards Vermont / Athens Station Take it to Olympic/Wilton Then just 3 min walk and you are at the house. Remember that Uber Pool or Lyft sometimes very fast and inexpensive transport.
## 463 LAX airport is 20mins away Street Parking is ALWAYS available directly in front of the apartment. Local Attractions include: The Grove/Farmer's Market, LACMA, La Brea Tar Pits Hollywood Walk of Fame/Graumans Chinese Theater Runyon Canyon, Hollywood & Highland Center, The Archlight Movie Theater, Larchmont Village, Hollywood Bowl, Griffith Observatory/Griffith Park, The Hollywood sign, Rodeo Drive, Shopping on Melrose, and the Beverly Center Mall. The apartment is centrally located and literally 10 mins away from Hollywood, Beverly Hills, Larchmont, Downtown, and West Hollywood. There are busses within walking distance and street parking is always available. The 101,405 and 10 freeways are just minutes away and easily accessible.
## 464 This is located in the country side, no public transit is available.
## 465 We're a little over an hour from LAX and about 45 minutes from Burbank Airport. Due to the off-the-beaten-path location, public transportation isn't available, but taxis are an option if called in advance.
## 466
## 467
## 468 There are bus stops right around the corner of the street.
## 469 Bus / shuttle across the street goes to Cal State LA, USC, Downtown LA
## 470
## 471 Public transportation, Uber or Rental Car. Very Central in Mid Los Angeles.
## 472
## 473
## 474
## 475
## 476
## 477
## 478
## 479
## 480
## 481
## 482
## 483 Uber and Lyft are always nearby, a bus stop is on the corner.
## 484
## 485 we are 2 blocks away from the metro link with connection to LAX, Hollywood, Universal Studios, Downtown LA, and more. Check metro LA for details.
## 486
## 487 Metro Blue line 5th st station is next to house and passport free shuttle is next to house and even aqua taxi leaves from shoreline going to all the piers in the bay.
## 488 There's a bus stop a half block away and Uber is also available in this area.
## 489 Easy Transit from LAX by metro. Take free shuttle in airport to metro station, take metro to Willow Station and change for the Blue Line towards Long Beach. Free public transport in Long Beach to all touristic locations provided by red bus Passport.
## 490 Parking in the driveway is available for 1 car. There is street sweeping one day a week on each side of the street but there is abundant and free street parking for additional cars. We do live across the street from an elementary school so during the school year, 9am and 3pm get a bit crowded, but quiet down within 15 minutes. There are bus stops at both of the nearby cross streets that can give you access to all of Long Beach, neighboring beach cities, and the train station in downtown Long Beach, which goes into downtown LA.
## 491
## 492
## 493 Bicycles are the quickest & easiest way to get around Long Beach. Long Beach Bike Share is the simplest way to rent (URL HIDDEN) Or if you just need a bike for the day, I will let you borrow one of mine for free. I also have a tandem bike you can use if you're up for the adventure.
## 494
## 495 Free on street parking One block from Metro station (bus and train) Easy walk to the beach and most locations Uber is available in this area "Long Beach Transit takes you just about anywhere you want to go in Long Beach, Lakewood and Signal Hill. We have 34 bus routes and nearly 2000 bus stops to provide you with fast, reliable service in air-conditioned comfort. Most Long Beach Transit routes run seven days a week and all of Long Beach Transit's routes are wheelchair accessible. We have 4 routes that travel to and from the Long Beach Airport, and connections with the Metro light rail service to Los Angeles, El Segundo and Norwalk are easy and convenient, as well as connections to all of our neighboring cities: Carson, Compton, Paramount, Bellflower, Artesia, Cerritos, Hawaiian Gardens, and Norwalk." - Another Air bnber nearby
## 496 Public transportation is easy trains, buses, cabs, and Uber or Lyft but I mainly walk.
## 497 Distance to interests: 1/2 miles (2 minute drive) 1/2 mile (2 minute) to Long Beach Museum of Art 1 mile (4 minute) to the Beach and Bluff Park 1.6 miles (7 minute) to Long Beach Convention Center, on Ocean Blvd. 2 miles (7 minute) to Belmont Shore / 2nd Street Shopping 3 miles (9 minute drive) to CA State University Long Beach 2 miles (8 minute drive) to Catalina Express, Golden Shore 2 miles (7 minute drive) to Aquarium of the Pacific 1.3 miles (7 minute drive) miles to Pike Restaurant and Bars and Art District East 4th Street 3.7 miles (9 minute drive) Queen Mary 5 miles (14 minute drive) to Long Beach Airport 22 miles (25 minute drive) to LAX International Airport (30 minute drive) to STAPLES Center, Los Angeles 3.7 miles (10 minute drive) to The Boeing Company, East Wardlow Road 5 miles (12 minute) to Seal Beach (20 minute drive) to Cerritos / little India 32 miles ( 40 minute Drive) to Universal City and Hollywood 20 miles to Disneyland (25 minute drive) 19 miles ( 20
## 498 There is a bus stop 1 block over in most directions. Long Beach buses are generally very clean and relatively tourist friendly.
## 499
## 500
## 501 There are bus stops near by and also the train station stop is located near the freeway. Best way to get to the motel is by car or taxi.
## 502
## 503 UBER. LYFT.
## 504
## 505
## 506 Guests will need their own mode of transportation. Uber, taxi's available
## 507
## 508 Parking provided or uber everywhere!
## 509
## 510 The bus stops right out front, and there is plenty close enough to walk to! If you choose to drive, parking is generally abundant and free in Malibu!
## 511 You are close to shops and restaurants by foot. Public transportation is available directly outside the building. You can also request Uber at a very affordable price using this promo code 32ics. Do not forget to download the Uber App from ITunes Store or (SENSITIVE CONTENTS HIDDEN) play.
## 512 There is a bus stop that is .2 miles from our house; the closest train station is 1.2 miles away that takes you to culver city all the way down to Santa Monica Pier; and you can connect to other train lines to get to downtown, hollywood, long beach, etc. (please see map for further details)!
## 513 Like most LAers I drive, but there are bus stops within a block of my house, the Metro has a big station not too far and many of my guests have rented or purchase bicycles for getting around. It's also easy to get a share ride with Uber or Lyft for reasonable price.
## 514
## 515 • Public transportation ONLY a block away: -----Metro Red Line • Car Services -----Uber: If you are looking to get somewhere outside of Public Transportation that is CHEAP, UberX (Up to 4 people ride) or UberPool (share the Uber and pay less) are AMAZING. UberBlack are the luxury cars if you are looking to impress. The cars/SUVs are usually less than 5min away. Check your Android/iPhone store for the app. -----Lyft is another great low cost ride share app, check it out on your app store • Car Rental -----Hertz Car Rental is located close by and they do pick-ups and drop-offs • Private car service -----We are available, sometimes, during your stay to drive you to your activities and/or airport pick up/drop off for an additional fee (if we are in town).
## 516
## 517 Walking distance from all the best restaurants on 3rd Street, The Grove shopping, 3 miles from Beverly Hills. Easy access to the bus, metro and uber/taxi's are always a few minutes away.
## 518
## 519 You can park in your dedicated space at the apt and walk or take Uber/ Lyft anywhere in the city within minutes. Parkin in LA is not easy so I always recommend taking alternative transportation when possible.
## 520
## 521
## 522
## 523
## 524
## 525
## 526 There is a grocery/coffee house/restaurant/gas station one mile from here. The center of Malibu is 5 miles away. 2 bikes available for fun, the coast highway (1/2 mile) has mass transit bus if needed Lots of hiking trails. Uber available in Malibu as well.
## 527 Ten minutes walk to the 534 bus to Santa Monica
## 528 Overnight street parking is available for one car. The suite is within walking distance to public transportation.
## 529 Bus stop one block away and Uber always available
## 530 At the front corner of the house there is public transportation stop to take a bus. You also can call a taxi or Uber.
## 531
## 532 Ubers and cabs are very easy to get as well to go between Manhattan and Hermosa beach.
## 533
## 534 There are buses that you can walk to but a car is always recommended in California. Beach 10 min walk. Downtown 15 min walk
## 535 Beyond the typical modes of transportation such as cabs, uber, biking and the bus Manhattan Beach uniquely offers a free ride service called the Downtowner.
## 536 Use a bicycle, walk, Uber to all the places you need within 5 minutes. Download the App Downtowner and get FREE pick ups and rides around the beach area of Manhattan Beach. Download the App for details. You can have optional paddle boards, bodyboard, beach cruisers (2) and surf boards upon request.
## 537
## 538 交通方便, 離其他華人區, (PHONE NUMBER HIDDEN) 高速公路都非常近
## 539
## 540
## 541 3 blocks away from the La Cienega exit on the 10 freeway, making this location very accessible to all of Los Angeles. Culver City is on the other side of the 10 freeway (half a block away), and very close to Pico/Robertson, Beverlywood and Mid-City.
## 542 ========================================== Conveniently located near the MTA Gold line, easy location for LYFT or UBER pickups, freeway access to 210 in less than 10 minutes drive.
## 543 1 block from the bus and about a mile to the Metro Gold Line. There is also a Zip Car location on the CalTech campus. Multiple Freeways are less than a mile away so there is easy access to anywhere. We are 45 minutes from LAX and 20 minutes from Bob Hope, Burbank Airport.
## 544
## 545
## 546 The Lake Ave Gold Line stop is about 3 blocks away. You can easily take it to Downtown and Hollywood or wherever else the Metro goes. There is also an Avis/Budget car rental shop just one block away from our home where rentals run 25-35 per day. A lot of our guests like to take Uber to get around town. If you haven't signed up yet, use this code to get 20 credit: pbuyr
## 547
## 548
## 549 ========================================== Conveniently located near the MTA Gold line, easy location for LYFT or UBER pickups, freeway access to 210 in less than 3 minutes drive
## 550 Public transit is readily available here. There are also many Uber and Lyft drivers working in the area all the time as well.
## 551 Metro Gold line/bus lines are in walking distance.
## 552 We are 1.1 mile to the Rose Bowl Stadium, under 3 miles to NASA's JPL, 3 miles to Old Town Pasadena, 3 miles to Parsons, under 4 miles to Huntington Hospital, under 5 miles to Cal Tech, and under 5 miles to Pasadena City College. Public transportation is limited but, the Metro can be accessed via city buses. Taxi service and Uber are available. At times for a small fee, I am willing to provide limited transportation to locations within a 5 mile radius and free drop-off to the Rose Bowl.
## 553 Private car, Lyft, Uber, bike, walk, public transportation available.
## 554 Home is situated very close to Metro Stations, bus routes and freeway. You will have no trouble with accessibility here!
## 555 By car: 3 minutes to (PHONE NUMBER HIDDEN) freeways 5 minutes to Costco/grocery stores 15 minutes to Orange County ( Disneyland/Knotts Berry Farm/Angels Stadium) 20 minutes to Downtown L.A/Hollywood
## 556
## 557 Bus top only 40 yards away. Bus will take you to Downtown LA, the beaches and the Airport Uber and Lift are also available.
## 558
## 559
## 560 Uber & Lyft are a 5 minute wait any given time. Beach city transit bus line goes to all Southbay Beaches and LAX airport.
## 561
## 562 Walking distance to the beach, blocks from Third Street Promenade and the Santa Monica Pier.
## 563
## 564 Guests should know that, because we live so close to the village, parking right out front might not be available during the day. However, there's always street parking within one block, and spaces open up in the evening after workers head home.
## 565 The house is about 30 - 40 minutes from the Los Angeles Airport. A car is preferable to have in L.A. however bus transportation is a 10 minute walk.
## 566
## 567 There is a bus that picks up two blocks from the house which is super convenient. Or if you have or are renting a car you can park it/them on our driveway which fits 2 cars. We also have a lot of parking space on the street right outside the house without any permit needed, etc.
## 568 While there are many places you can bike to from the home including the beach, local restaurants, downtown Pacific Palisades, and downtown Santa Monica via the beach bike path, I would recommend renting a car.
## 569
## 570
## 571
## 572 The "Palms" neighborhood (90034) is right next to the major 10 freeway and 405 freeway, taking you to most parts of LA. Bus stops on the corner will take you anywhere in West LA (LA Metro, Santa Monica, and Culver City bus routes). And! You can walk or take a very quick car ride to the LA Metro train station that will take you to Downtown LA, the Natural History museum, California Science Center, and Staples Center (you can also connect to trains for Pasadena and Long Beach).
## 573 Train,bus
## 574 Driveway allows up to two vehicles. Street parking available. #17 bus stop located 3 blocks away. Metro Expo train line 1 mile away (20 minute walk) @ Palms station.
## 575
## 576 Like most of LA, everything is more convenient with a car. If you are not used to Los Angeles traffic, we highly recommend taking the Expo line (train). We are a 10 minute walk from the newly opened Metro stop that conveniently bypasses traffic and can take you to downtown Los Angeles (Staples Center and Nokia Theater) or Santa Monica (Beaches).
## 577
## 578 There is a light rail station approximately 1 mile from the apartment and there are many bus stops right outside of the building.
## 579 we are a mile away from Culver City blue Expo-line.
## 580 Convenient public transportation are between a 2 and a 15 min walk away. 33/733 Bus takes you east to Downtown LA with stops near areas like Beverly Hills and West Hollywood, all the way to DTLA and take you West towards the beach with stops near the Venice Boardwalk and Santa Monica Pier. The Big blues bus R12 takes you to Westwood/UCLA with connections in West LA and Brentwood. The metro exposition line is also a fast and convenient way to get around to the best shopping areas of the city and it's a 10 min walk or two bus stops away.
## 581
## 582 Plenty of options, you get 2 free car spots included - off the road within about 25 feet of the apartment door. Uber and Lyft are super cheap (about 5 to the big shopping malls) and there is also very frequent bus transport to all over LA from just 1 minute walk up the road on Pico Blvd. Taxis are also an option. Most of the things you need will be within an easy walking distance including place to eat, grocery shopping, ice creamery, diner (Nick's Diner is very close by for the best breakfast in LA - it's one of the top 10 diners in the LA area!)
## 583 Walking distance to all restaurants and markets. Bus stop, banks, etc is 1 block away.
## 584
## 585 Buses and Taxis are easily accessible within a block away from our location. There is also a transit system to downtown LA close by the 10 freeway and LA Cienega Blvd. Uber, Lyft, and Sidecar services are also readily available.
## 586
## 587 Our neighborhood has several bus lines on the major streets, to get to Santa Monica, West Hollywood, Century City, and Downtown Los Angeles. Walking and biking are encouraged in the neighborhood, there are ample sidewalks. If you have car access, you are welcome to use our two parking spaces in our garage. Otherwise, we recommend Lyft or Uber.
## 588 Bus stops right on the corner. Rapid 20 minute ride to the beach -- 15 to downtown. VERY convenient
## 589 A short Uber or Lyft ride to all of LA attractions and close to Public Transportation.
## 590
## 591 The townhome is conveniently located between Lake and the Memorial Park Gold Line stations. You can take this line to Union Station and connect with the Metrolink train that travels throughout the rest of Los Angeles or even take the Fly Away Bus to LAX International Airport for 8 roundtrip.
## 592 Free Bike and Helmet for use during stay, 1 Block away from either Allen Goldline Station and Lake Goldline Station. 1 -2 blocks away from majority bus lines. Convenient covered parking for those who drive and can fit up to two cars if you park tandem.
## 593 We are located 3 blocks from the Gold line, which will take you to Highland Park and then on to downtown. Close to the freeway access, which makes it very convenient if you are driving while staying here. Uber and Lyft are always readily available for your convenience. If you are driving and parking a vehicle, you will be parking on the street and you will need to obtain a Pasadena Overnight Parking Permit at a kiosk conveniently located 3 blocks away. The fee for the permit is 3 per day.
## 594 The Gold line is a short walk away and buses are right across the street. Street parking is available and free during the day. Overnight street parking requires a permit. A kiosk at a nearby firehouse (3 minutes away) sells permits for 3 per night.
## 595 Metro Gold Line: Memorial Park Station. Metro Local Lines: 264 and 267.
## 596 Bus stops are located nearby. Bus number R3 to bus 18 will take you to/from LA airport for 1.25 each. Buses also are available to downtown LA, Beverly Hills, Hollywood, Venice... You can use my bikes or easily walk to nearby restaurants, grocery store, coffee shops...
## 597 The bus is 1 block away and comes every 10 or so minutes to the 3rd street Promenade and beach.
## 598
## 599 Gorgegous, secluded Craftsman cottage is located 1 block from bus stop to catch LA Metro or Santa Monica's Big Blue Bus, 7 miles from The Getty Villa along Pacific Coast Highway, 10 miles from downtowm Los Angeles and Staples Center, 11 miles from the Miracle Mile in Los Angeles where the Page Museum-LaBrea tar pits and The Los Angeles County Museum of Art are located, 15 miles from the University of Southern California, the Los Angeles County Natural History Museum, and the California Science Center, 16 miles from Hollywood, 22 miles from Universal Studios, 36 miles from Knotts Berry Farm, and 40 miles from Disneyland. Catalina Island is accessible via ferry from Marina del Rey less than 3 miles away, or take a whale watching cruise, a snorkeling or diving trip.
## 600 - Uber is a good bet but walking is really all you'll need unless you want to venture out. - There is also public transportation available and of course taxis.
## 601
## 602
## 603
## 604 12 minutes to Burbank 25 minutes to downtown Los Angeles 20 minutes to Magic Mountain
## 605 Public transit is within minutes, nearby highways to all major Los Angeles destinations. Buses, trains and Bob Hope-Burbank airport are within miles.
## 606 Buses are all around block away! Ventura boulevard shopping restaurants and coffee shops footsteps away.. Shopping mall trader joes and Ralph. A beautiful park to exercise in minutes away.
## 607
## 608
## 609 There are bus stops and shuttles from the airport however you would need to check with metro link etc.
## 610
## 611 Public transportation is located at 3rd and fairfax - a 30 sec walk.
## 612 Since we are located in the center of everything; restaurants, malls, grocery stores, theaters are in walking distance. On the other hand, Bus Station, Taxis and Ride-Sharing applications are also available in the neighborhood.
## 613 Will need your own mode of transportation
## 614 Metro Red Line. Uber & Lift apps offer low cost car service and get you anywhere in L.A with exceptional service. Hertz & Enterprise car rental is close by and they pick-ups and drop offs.
## 615 -Close to the new metro line on Wilshire (takes you to DTLA and Santa Monica) -Minimum Uber/Lyft fee to all shopping centers in West Hollywood!
## 616
## 617 There is public transit very close on Wilshire Blvd. Also Uber is super popular here in LA. If you order an Uber or Uberx car from here, they will arrive within minutes. There is plenty to see within walking distance if you choose to enjoy the amazing weather while exploring the neighborhood.
## 618
## 619 This is a walking neighborhood, and everything you need in terms of shopping, market, hardware, food, and pharmacy is well within walking distance. Note: This is a two story townhouse on the upper floor, so if it is difficult for you to walk or climb stairs, this is not the right fit for you. Finding parking in evening hours can be challenging in my neighborhood, but I am happy to give you tips on where you are likely to find it, if you have a car. There are many bus lines that run in this area to different parts of LA, in addition to using Uber or Lyft, and the metrorail. I have a bicycle which I will loan out if you arrange it with me ahead of time, and there is an Enterprise rent-a-car walking distance away.
## 620
## 621 2 bus lines stations situated in 1 minute walking.
## 622
## 623
## 624
## 625 Bus stop is steps away at the corner on Wilshire Blvd which stretches from downtown to almost the beach. Uber is also a great way to get around in L.A.
## 626 Parking for one car in adjacent garage. There are also major bus lines on Wilshire, 3rd, La Brea, and Fairfax
## 627 public transportation such as the bus is very close by also Uber transportation is fast and convenient.
## 628 Our apartment is the perfect union of convenience and relaxation. You're gonna love that there is so much to do within walking distance, as well as easy access to inexpensive transport options. Uber/Lyft, buses and metro lines all nearby. Bus Lines: -720 Rapid Bus gets you to Santa Monica and Downtown LA -212/312 bus gets you to Hollywood LAX is about a 30 min drive from our place. Uber Pool (15), Super Shuttle (25), or a taxi (40).
## 629 Some of my favorite restaurants and bars to walk to in the area are: Republique (ranked top 30 in LA), Commerson, Rascal, Little Bar, and Candela Tacos. LACMA museums are a 15 min. walk or 7 min. bike ride. I have bikes available to use.
## 630 Uber, lyft, bus and taxi
## 631
## 632 Freeway access 5 min away.
## 633 Free parking inside the garage for 1 vehicle. This is LA so you should probably rent a car if you won't have one. LA has a terrible public transportation system so, just be aware of that. Looking for a great restaurant, good attraction, or need directions to the nearest barber shop? We have you covered, just tell us what you need and we will give you all the info including the address and directions. :)
## 634 Our home is only a couple of blocks from the 110 Freeway which can get you anywhere in the city, fast. We are also only a few miles from the Metro Gold line which can also get you all around town. By car, we are 10 minutes from Silverlake, Downtown and Pasadena, 25/30 minutes to Santa Monica with no traffic, 15/20 minutes to Hollywood.
## 635
## 636
## 637 We are 10 min bus ride from the nearest grey hound station and the North Hollywood metro station. For those with cars we have a 4 car driveway and plenty of street parking with no restrictions. We recommend downloading the ridesharing apps Uber or Lyft if you are looking for a taxi service. These companies operate similar to Airbnb and tend to be less expensive than a typical taxi.
## 638 If intending to stay within the NoHo Arts District area, you may easily walk to many destinations approximately 15-20 minutes without a problem! We are just a 10-minutes walk away from a newly remodeled supermarket RALPHS and restaurant/shop plaza, and if desiring to access Hollywood, Universal Studios/City or Downtown LA, we are just a 20 minute walk to the North Hollywood Metro Station that will take you to those destinations quickly and easily!
## 639 Less than a mile to metro station or less than 5 Uber ride.
## 640 This is one of the most central locations in Los Angeles. It is in the middle of all the major FWYS The Metro is walking distance One stop from Universal Studios Two stops from Hollywood/Highland Three stops to Silver lake Four stops to Downtown 30 minutes to Santa Monica There is plenty of grocery stores, banks, great restaurants, bars, live theatre as well as a movie theater, and a park, all walking distance
## 641 North Hollywood Metro Station is just a 3-4 minute car ride, or a 15-20 minute walk. We're more than happy to help you navigate the metro system. Uber/Lyft are really popular ride sharing options as well here in LA and we can share first time discount codes. The train is just one stop from Universal City Walk and 2 stops from the Hollywood Walk of Fame, with the ability to head downtown and all the way to the beach. We're less than 10 mins away from the Burbank airport.
## 642 The metro Red Line North Hollywood stop is one mile from the house. The Freeways (PHONE NUMBER HIDDEN) are all near by. Lots of street parking.
## 643 Close walk to NoHo metro red and orange lines. A bike is also offered for getting around. The area is also well served by Uber and Lyft.
## 644 The house is close to major bus and train lines (the the NoHo Metro), NoHo arts district.
## 645
## 646
## 647 Convenient to bus and metro train lines
## 648 5 blocks subway metro.. 2 blocks metro bus lines!
## 649 Next to major freeways ((PHONE NUMBER HIDDEN)) and public transportation like the orange line and Dash
## 650
## 651
## 652
## 653 - Located right off the 10 Freeway - Extremely walkable to local restaurants - 3 supermarkets within 1 block: Ralph's, 99 Ranch, and Shun Fat
## 654 You will need a car to get around. We are located in a quiet neighborhood up in a hill. With a car, the closest 7-Eleven is 5 min away. If you walked, that same trip will take you 35-45 min on hills. We have ample street parking so I highly recommend a car. Otherwise, your best bet is a ride share like Uber or Lyft. Uber and Lyft are readily available and usually pickup within 5-10 min. Public Transportation is not good in this area. You will need to walk 15 min to the Monterey Park Spirit Bus Route 3. This bus will take you to a big street in Monterey Park where you can transfer to a regular city bus. (URL HIDDEN) Bus Schedule: (URL HIDDEN) Bus Map: (URL HIDDEN)
## 655 Easy street parking available. 5 minutes drive to I-5 and 110, plus SR-2 and I-10 just minutes away. Bus # 81 just right down the street takes you south to Chinatown, Downtown or north to Eagle Rock. 8-minute walk to Metro Gold Line station which can take you to even more places – Pasadena, Hollywood, Westside & even Long Beach!
## 656 10-15 minute walk from Herirage Square station on the gold line which runs from downtown to Pasadena. Drive downtown in less than 10 minutes. Or Uber/Lyft for 5.
## 657 Uber is available use code 66a29 for a firsttime user discount of 25 or more. Buses are a few blocks away and connect to trains easily if you so choose. The fly away bus at Union Station can take you to and from the airport.
## 658 Right down the hill there are many busses and a metro that goes to all arias of Los Angeles
## 659 Blocks from the 110 freeway and very close to the 2 freeway, getting around is easy and convenient. The house is walking distance the Highland Park Metro Gold line and great biking trails. Uber & Lyft rides run quite cheap to get around to almost any 'hood.
## 660 Many locations are within minutes of driving but requires a car to get around.
## 661
## 662 There is a bus stop 5 minutes walk from the house that goes south to Santa Monica or north to Malibu.
## 663
## 664
## 665
## 666 We are a 1.5 miles from the Van Nuys Amtrak and 3.5 miles from the Fly Away Bus Terminal in Van Nuys
## 667
## 668 There's a bus stop some 50 yards away, but realistically you'll need a car for most activities and sightseeing outside of the Point Fermin/Palos Verdes area.
## 669 There is a local San Pedro bus.
## 670
## 671 There is very limited public transportation (buses) in this area. Night time there are no buses. Uber or cab.
## 672 Plenty of street parking, and nearby bus and train routes.
## 673 Walking distance to Bus and easy access to Train, as well as stores and restaurants and mall. No car? No problem! An Uber driver will come pick you up and take you anywhere within 5 minutes of calling! And it's really affordable! (Much Cheaper and Faster than a taxi)! Ask me!! We have it all here! We are in the Perfect and IDEAL Location!!
## 674 Metrolink to downtown Los Angeles located approximately 7 miles or about 12 minutes away. About 45 minutes to LAX airport and 25 minutes to Burbank airport by car or shuttle
## 675
## 676
## 677
## 678
## 679
## 680 You name it, we are close to it in public transit, car rental, buses (Big Blue Bus and LA Lines), as well as many bike rental stands and bike paths on most streets. The Expo Line train opened in Santa Monica October 2016 and is easy and fun to ride all the way to downtown Los Angeles. You can catch it from 4th Street with several stops along Colorado Blvd. which is a 10-15 minute walk from our street. Lyft, Uber and Zip cars are all over as well. For the more adventurous, there Marvin Braude Bike path that runs along the beaches from Will Rogers to Torrence Beach for about 22 miles.
## 681 One block from Santa Monica public transit - Blue Bus stop. Breeze bike share station three blocks away - easy to rent and ride, then drop off at any other station.
## 682
## 683
## 684
## 685
## 686 附近有租车行,还有公交车,远近都能到
## 687
## 688 非常便利,步行一分钟就到公交站。驾车一分钟就可上60号高速。
## 689
## 690
## 691
## 692 周边交通方便,76路公交车,10号高速
## 693 距10號高速公路的DM出囗只有2/3分钟车程就可上去,附近也有公交站搭乘,出机场35分钟即可到达,去好莱坞环球影城、迪斯尼乐园约25-30分钟。步行可到超市、餐馆和公园。
## 694
## 695
## 696
## 697
## 698
## 699
## 700 No car is necessary to get around Santa Monica or to and from the beach. There is a bike path along the beach that can easily take you from Santa Monica to Venice and a bike rental shop is located conveniently near the Santa Monica Pier. If you're traveling with a car, the building includes two garage parking spaces. The apartment is also located near the Pacific Coast Highway for drives up to Malibu and the 10 for going to downtown LA and/or Hollywood.
## 701
## 702
## 703 There is a bicycle stand at the corner . The train to downtown Los Angeles that is a 20 minute walk or there is a bus two blocks away that transfers to the train. the airport is 25 minutes away.
## 704 Yes, if you don't have a car, there is the big blue bus stop down the street from either way. On lincoln and ashland is the big blue bus 3 stop. And on the other side, on 16th and ocean park, there is another big blue bus stop. On Lincoln (2 blocks away) there is Whole Foods, Albertsons, Blick, CVS, 99 cent store, and A LOT more things just a few blocks away, and from ocean park there is Bob's market and ice cream. Also Santa Monica College and John Adams Middle School are nearby, there are lots of cafes and little shops, and thrift stores, and so on. There are lots and lots to do around here, and getting there is almost never a problem.
## 705 We recommend Uber or cabs, but buses and the Metro train are options as well. PARKING: If you have a car, there is no parking on the premises but I will leave you a parking permit so you can easily park directly outside the building or on the adjacent streets.
## 706
## 707 1/2 block to Santa Monica Blvd providing regular bus services to Santa Monica 3rd St, Downtown Los Angeles, Beverly Hills and many more.
## 708 Santa Monica has a system of bicycle rental stations around the city including two blocks down at Wilshire Blvd. Also local and LA Metro buses at the same location.
## 709
## 710 If your driving, this location is convenient to the 10 & 405 Fwys. Bike, Santa Monica has started a bike rental program and the bikes are in various areas near to this property. Metro Rail - Starting May 20th!!! Uber/Lyft Buses on Pico Blvd and Ocean Park Blvd. Walk, walk, walk..this neighborhood is very walkable!!
## 711 Bus stops close by, easy walk to all the restaurants and attractions in town.
## 712 Santa Monica is easily accessible to public transportation and rentals making it easy to go car free. Our condo is close to both bus stops and train stations, and we are only one block away from Santa Monica's newly built Metro Expo Line, which goes straight to Downtown LA in under one hour. We are a 35 minute car ride to LAX, 45 minutes to downtown LA and 28 minutes to Beverly Hills.
## 713 Although there is a bus line around the corner, I strongly recommend you rent a car during your stay to fully explore Downtown LA and the surrounding areas. Enterprise Rent-A-Car has a location right around the corner. From LAX, the easiest would be taking a taxi, which is about 35 to get to the apartment. It is approximately a 20-minute ride.
## 714
## 715 Big Blue Bus and LA Metro are half a block away. Parking is available in the assigned carport spaces in back or by permit on the street. Permits are available by request. Please do pay attention to street cleaning signs to avoid any unwelcome citations.
## 716 Metro, Bus station, close to fwy 10&405.
## 717 Uber is always great, there are Hulu bikes posted all over Santa Monica as well. Metro is located on Colorado Ave and can take you to Downtown La in just 40 min
## 718 I have bikes for rent, there is a bus pick up half a block from me which takes you directly to the metro or anywhere else in Los Angeles. the metro is about 1 mile from me. And of course there is taxi service, Uber, and lyft.
## 719 Great public transportation! Blue bus #7 is right next to the house. The house is a min away from the Blue bus and the freeway 10, and in 5 min away from the metro. The bus stop is right next to the house takes u almost everywhere. Metro is next to the house too.
## 720 Both the Metro bus and Santa Monica Blue bus stops are on the corner.(please do a search online for specific routes). Off Wilshire Blvd you can take the Metro 28 (stops at every stop), or the Metro 720 (rapid bus and makes limited stops) or the number 2 Big Blue bus. The fares range from 1.50(Big Blue Bus) to 1.75 (Metro). If you prefer you can walk south for a block and take Santa Monica Blvd which has the Metro bus number 4 (stops at every block) and the 704 (rapid bus and makes limited stops) as well as the Big Blue Bus number 1 (which takes you to Westwood/UCLA). If you are driving, the 405 and 10 freeway are right next door :). There is meter street parking on side of the building and regular street parking on the other side, please do read the signs. The street parking is free between 8 pm and 8 am and on Sundays. My location is very user friendly, a car is not necessary for most places, you can walk, bike or take the bus. However, please do your research about specific tourist
## 721 There is a bus stop right outside the apartment! I mostly drive or Uber when I need to get places, but it's very centrally-located. We're right off the 405 freeway, so getting to and from airports is super easy. There is a parking garage in the building, so you can use my spot if you'd like - just let me know so I can set that up.
## 722 Walking distance to several places. Apt is located between two major street in L.A where there is very easy access to the Bus. Uber is also a great option and easy to deal with.
## 723 Most travelers rent a car, use private driver apps such as Lyft or Uber. As far as Public Transit. The Expo line is currently under construction which will go to Downtown LA or out to the beach starting in mid-2016.
## 724 1 block from the Metro Bus and few blocks from the Metro train to downtown and beach. Can Uber around town cheaply.
## 725
## 726
## 727 洛杉矶没有公共交通的概念
## 728 位置便利,附近生活配套设施齐全,步行十五分钟可到达香港超市,顺发超市,海鸥超市,银行,公园,租车行,各种风味的中餐馆,韩餐馆,美式餐馆等,幼儿园(中文幼儿园,英文幼儿园)等供您选择,商场(macys,Puente Hills Mall)等,PIH医疗大楼(产检中心)。 如果您是旅游的朋友罗兰岗是洛杉矶的中央交通圈(我们可为您提供更多的旅游资讯): 到迪斯尼 35分 到十个门 35分 到城堡奥莱 30分钟 到沙漠奥莱 1小时 到downtown 40分钟 到南岸购物中心 40分钟 到圣地亚哥 2小时 到环球影城 45分钟 如您是来待产(距产检大楼5分钟车程。医院距离如下:长老医院25分钟丶惠提尔医院20分钟丶洪恩医院25分钟丶皇后谷医院25分丶Pomona医院25分钟) 如果有自己开车,这里有很多免费的停车位在房屋前,如果没有自己开车,出门可以打UBER, LYFT, 如果走路10分钟到香港广场那里就有去各处的公交车,如果碰到房东自己出行就可以搭顺风车
## 729
## 730
## 731
## 732 Not very. Bus stops within walking distance.
## 733
## 734
## 735 Street or driveway parking
## 736
## 737 Parking on premises, Busses and taxi and uber available.
## 738
## 739 If you have a car, it's easy to get around the Silver Lake area and the larger Los Angeles area. If you don't have a car, public transportation is available or you can also take Uber or Lyft. Come stay in this Silver Lake unit!
## 740
## 741
## 742 Since we are near most of the major freeways, you can get to destinations like Hollywood (West and North), Studio City, Burbank and Pasadena with ease. Atwater Village is just over the Hyperion Bridge. Echo Park, Eagle Rock, Mount Washington and Downtown L.A. aren't too far either. We're about 22 miles from LAX and Burbank Airport is approx. 9.5 miles away.
## 743 We're located within easy access of the local freeways -- Hollywood (101), Golden State (5), Glendale (2), Harbor (110) and Ventura (134). Uber and taxis operate locally. And there are bus stops within walking distance.
## 744
## 745 Yes, walking distance to bus and metro. The place is an ideal destination for visitors to LA who don't drive. Cafes, restaurants, bars, nightlife and the city's best shopping are all walking distance from the house.
## 746
## 747 There is a 232 Bus on Pacific Coast Highway which is a 6 block walk and it will take you North and South. Most guests walk, have cars, or use Uber and Lyft.
## 748 I prefer Uber or Lyft for any place that is not within walking distance!
## 749
## 750 It is close to three major freeways making it easily accessible. There are public transportation stops that are very close, so getting to the beach, airport, mall, and other locations are no problem. All roads and sidewalks are paved with asphalt and concrete.
## 751 Close to all. Hollywood , downtown Los Angeles, beaches , universal studios , Beverly Hills , rodeo drive
## 752 Car or the bus are best.
## 753
## 754 We have a few bicycles available ! If you are a ( valid ) licensed driver we also have a 2 cars available, when not already being rented, for a flat rate of 40/day and 185/week. Both cars are insured
## 755
## 756 The bus stops are 0.4 miles away, many restaurants are in 1 mile. The nearest supermarket is 0.6 miles away. We can also provide tax service for your convenient.
## 757
## 758
## 759 The unit is right off the Santa Monica Blvd exit on the 405. Super easy access to feeways, and the connection to the 10 is really close. There is free street parking all around the unit (just be mindful of street cleaning hours Thurs or Fri mornings, depending on the side of the street). Getting around is easy, and all necessities are walking/biking distance. Buses are easily accessible; there are stops all along Santa Monica, Olympic, Sawtelle, and Bundy.
## 760 Metro and bus stations are walking distance
## 761
## 762 Bike rentals are close by. No.1 Blue Bus takes you to 3rd Street Promenade or Westwood. Santa Monica Expo Line goes directly to 3rd Street Promenade, and also connects Santa Monica by rail to Downtown LA, Pasadena, San Fernando Valley, South Bay, Long Beach and dozens of points in between (0.7 miles away so a 10-15 minute walk). The cottage is central to Santa Monica, Brentwood, Sawtelle, Westwood, and Century City, and is a 10 minute drive to each location depending on traffic. Also a close drive to Venice, Marina Del Rey, and Beverly Hills. Uber and Lyft access.
## 763 Yes you can get around easily here as we are right on the border of Santa Monica and Bretwood in West LA. One block from Trader Joe's, Ralphs, Wells Fargo bank, the park, rock climbing, 2 miles from UCLA, 2 miles from Santa Monica college, under 3 miles from ocean. Walking distance from new metro. Easy bus access as well. Tons of street parking, and space to park your bike.
## 764 Uber main station is two blocks away, and Uber can come by in minutes. Taxi service same. The Blue Bus and the Red Metro Bus are within walking distance from my location, so you can easily go to Venice/Santa Monica, or East to UCLA, Beverly Hills, or transfer to Green Lines and go to Culver City. We are about 15 minutes to LAX without traffic.
## 765 Public transportation is close by including many rentals for transportation. If you have a vehicle, free street parking is on the street.
## 766 Public transportation is fairly close the unit but most attraction, shopping, dinning etc are walking distance. The apartment is located between Wilshire Blvd. and Santa Monica Blvd., which are two of the most important streets in Los Angeles. The apartment comes with two on site parking spaces. There are frequent buses running on both streets. These buses provide direct transportation to the heart of Santa Monica (and the beach) in one direction; and Beverly Hills in the other direction (we are about halfway between the two).
## 767 You can get on the big blue bus or the orange metro bus. 2 mins walking distance to the bus stop.
## 768 We are lucky to have a bus since many areas of Los Angeles do not have public transportation. Also this bus is supposed to pass every 15 mins M-F 7am to 10pm and less frequently at other hours. Please double check the times.
## 769
## 770 Drive, Uber, or Walk to shopping, highways, restaurants, parks, and museums. Space for one car in garage.
## 771
## 772 The studio is located walking distance from a number of public bus lines. We can also provide a street parking pass if necessary. Because we are located in the heart of the city, it is very easy to use Uber or similar services.
## 773 Easy access to everywhere
## 774 Close to several bus lines. Free parking in driveway.
## 775 There is on street parking and private access to the backyard through a side gate. Uber and Lyft waits are short- under 5 minutes.
## 776 Lots of options here: Several bus lines run within walking distance 5 minute walk to LACMA 5 minute drive to The Grove 8 minute drive to Hollywood and Highland 15-20 minutes to downtown LA 20 minute drive to Venice Beach Beverly Hills adjacent
## 777
## 778
## 779
## 780
## 781
## 782 Public bus Transportation is within 5 minutes walk. Express and buses go to Hollywood, Downtown, Beverly Hills , West Los Angeles and Santa Monica. Local buses go to West Hollywood and all of above. Uber, Lyft are easy to call and arrive quickly. You can walk easily to all the nearby attractions.
## 783 You are one block from the subway, central to all of Los Angeles, and it takes around 2-3 minutes for an Uber/Lyft to arrive. There is also plenty of free street parking if you rent a car.
## 784
## 785
## 786 Secure/covered parking is included, so feel free to bring a car along. Once there you will find it very easy to hop on the freeways or just drive around in this vast sprawling city. Car services are also available; Cab Companies, Uber and Lyft run 24/7 in this area. Public transportation is accessible with metro stops a block from here!
## 787
## 788 Metro Rail and Bus lines available and close by.
## 789
## 790 Metro, Uber, Lyft
## 791 Bus and Metro
## 792
## 793
## 794 I'll be happy to show you around and give you a ride on my way east.
## 795
## 796 There's a bus stop right on the corner of Manchester and Saran (2 minute walk from the property)
## 797 UBER is the most convenient way to get anywhere in the city if you want a private chauffeur for super cheap. All bus stops (Dash, 210, 710) are one block away. The train station is a few blocks walking distance. The quickest way to commute to the train is utilizing Uber for less than 2. The 212 bus on Labrea Blvd is less than five minutes away.
## 798 Easy access to freeways and public transportation make our location ideal. We have plenty of free, non-permit street parking which is a plus in Los Angeles. LAX is a 20 minute drive.
## 799 There is a bus stop about 10 meters just on Sunset and Bundy and our location is also very convenient for Uber or Lyft pickup and drop off.
## 800 There is public transportation less than 2 blocks away.
## 801
## 802 There are a number of ways to get around without a car. There are buses (less than a block away and on Wilshire Blvd.), ride share (Lyft or Uber), and the Expo train. Downtown: The Expo train will take you downtown with no connections in 35 minutes (2.50 pp). To get to the Expo line, you can walk (40 mins., 1.8 miles), Lyft or Uber (4-6 for 1-2), or take the Santa Monica blue bus (1 block away, 1.75 pp). If you want to directly Uber or Lyft downtown, it can cost 12-40 for 1-2 people, depending on the time of day. Santa Monica: You can walk to Santa Monica beach (90 minutes, 3.3 miles), use Lyft or Uber (6-14 for 1-2), or take the Metro bus (1.75 pp). Note: you will need to walk 10-15 minutes to Wilshire Blvd to catch the bus. UCLA: You can walk to UCLA (60 minutes, 2.8 miles), use Lyft or Uber (6-10 for 1-2), or take the Metro bus (1.75 pp). Note: you will need to walk 10-15 minutes to Wilshire Blvd to catch the bus. Universal Studios: I recommend renting a car or takin
## 803 Bus line 720 from Wilshire and Bundy goes 3 stops west to the beach and east to Beverly Hills and downtown for 1.50 each way. Every 15 minutes arrives. Easy Taxi and other transportation also.
## 804 Uber Pool is super cheap. Metro is 1 mile away.
## 805 There are 2 main bus stops walking distance (going all the way to Downtown and to Venice & Santa Monica) on Bundy & Wilshire as well as on Santa Monica & Wilshire. I recommend using (URL HIDDEN) (getting around - rider tools) it will give you the itinerary to go anywhere and which buses to take. And of course you can use Uber and Lyft (let me know if you would like a discount code) and there are car rental places close by (10 minutes by bus on Wilshire blvd)
## 806 Plenty of street parking is avail with minimal restrictions. Do not park in the driveway .
## 807 There is a bus station 30 second walk from the apartment which provides access to much of LA, as well as the Metro. Uber and lyft are great ways to get around and very cheap Plenty of Parking available on the street Please read the signs before parking on the street and if unsure check with me.
## 808
## 809 There are very convenient bus stops located just one block away which connect to all major public transit, however I strongly recommend borrowing my spare bike and biking around the West LA area to get the best experience. I'm also only 1 mile from a Metro train station, which connects to most parts of the city.
## 810 Car, Uber, Taxi.
## 811 Buses and Metro are easily accessible and Uber & Lyft are inexpensive transportation options in the local area.
## 812 Walking distance to major busses and close by subway.
## 813 There is a bus stop practically across the street Glenoaks/Scott Rd.
## 814
## 815
## 816
## 817 The Pasadena Arts Buses run regularly, and stop almost in-front of the residence.
## 818 Bus (PHONE NUMBER HIDDEN) nearby (URL HIDDEN) Free parking. Commute to JPL, Rose Bowl, Art Center 10min. Commute to Pasadena, Caltech, Eagle Rock, La Canada, Huntington Library 15 min. Downtown LA 20min.
## 819
## 820
## 821 Guests have access to UNLIMITED 24/7 street parking in front of the house. It is 1.6 miles to the Allen Avenue Metro Station, (walkable), and a 5 to 10 minute drive to Old Town Pasadena, Hastings Ranch Shopping Area, Huntington Gardens, Pasadena City College, CalTech, and many other points of interest. The 210 freeway is 1.6 miles away. It’s a 25 minute drive to downtown LA and 50-60 minutes to the beach.
## 822 If you are coming from LAX, the cheapest public transportation is the Flyaway bus to Union Station. Then hop on the Gold Line to Pasadena and get off at Allen Station. From there it is a 15 minute walk, so let me know when you are arriving (I might be able to meet you at the station, but can't guarantee it.) (URL HIDDEN) If you are renting a car from LAX, there are several options. Here is the (EMAIL HIDDEN)
## 823
## 824
## 825
## 826
## 827 Located in South-East Arcadia, about 3 miles south of the I-210 fwy. Metro bus service is 2 blocks away where you can then connect to all of LA's public bus and rail systems. There is also a METRO GOLD LINE TRAIN STATION in Arcadia 2.8 miles from the house.
## 828
## 829
## 830 The best way to get around all of LA is by Uber or Lyft app on your phone!
## 831 I highly recommend downloading the Waze app for directions in avoiding traffic if you plan on driving in Los Angeles. I highly recommend using ride-sharing services: For 20 in Uber credit, use my code - uberairbnbworld For 20 in Lyft credit, use my code - erica46931
## 832
## 833 Close to metro station and bus routes
## 834 Metro and bus stops are nearby.
## 835 There are several local bus stops. As well as local taxis: ((PHONE NUMBER HIDDEN) Uber code: "ecl66" will get you a free ride around the city *first time users*.
## 836 Walk, Uber, or simply rent a bicycle for 20.00 per day down the street.
## 837 Two blocks from Hollywood/Highland Metro station and many bus routes. 10 min from Universal Studios/ City Walk. 20 min from DTLA 10 min from The Grove 15 min from Beverly Hills This extremely walkable neighborhood gives you access to whatever your heart desires but Uber and Lyft are always available within 2min of your request. The LA metro and subways are also within walking distance.
## 838 There are multiple bus stops in the area. the closest is on the corner of Fairfax and Sunset next to Bristol Farms. The metro is about a mile away at the Hollywood & Highland Shopping center- this will take you down town, the beach etc. Uber or Lyft is another great way to get around the city- we are centrally located so most rides will be around 6 during regular pricing.
## 839
## 840 The best way to get around in Hollywood I would recommend Uber or Lyft, is not expensive and we will provide you some offers so you won't spend that much money and you won't need to use your car all the time.
## 841 The metro subway train station (great for heading downtown) and 217 bus stop (major bus route that will take you directly to The Grove shopping center/ farmers market) is a quarter of a block away. The 101 freeway entrance is 3 blocks away. However in reality, you can walk to do just about anything from this location. If you plan on going to the beach or heading out to the west side I would recommend renting a car or using Uber or Lyft. The bus will take you out there, it'll just be a really long ride and the Uber and Lyft rates are great out here!
## 842 Metro Rail and Bus one block away.
## 843 If you have a car, everything is between 1 minute to 30 minutes away: If you are not going to have access to a car then this area will be very easy for you to get around. WALK SCORE IS 93 OUT OF 100 !! There are inexpensive car services in my area, buses and metro line all close by
## 844 -You are walking distance (1 block or less) to: *Restaurants (Dave & Busters, California Pizza Kitchen, Chinese, Mexican, +++) *Entertainment (Bars, Lucky Strike Bowling, Movie Theater, Museum) *Shopping (Victoria Secrets, Louis Vuiton, Lids, Shoe Palace, +++++) -The Metro stop is also a block away walking -Uber and Lyft to and from this location is very inexpensive due to the property being in a prime. area.
## 845 UBER: The best way to get around if you're not driving is via Uber. Uber is an App on your phone that let you order a private upscale taxi and have it arrive within minutes to wherever you are. All payments are automatic and you can see where your taxi is at all times. You can even review the route the driver took, rate your driver, or contact Uber's support team in case you are not satisfied. Service is superb and costs less than city run taxis. To sign up, download the UBER app on your Iphone or Android phone. Enter code 6d3zn to receive a 30 gift certificate. METRO & BUSES: There is a bus stop on the corner of the street at Hollywood Blvd. There is also the Red Line Metro on Hollywood Blvd and Ivar St that takes you to most places around Los Angeles.
## 846 The metro and all main transportation is 2 blocks away.
## 847
## 848 Metro Station is a few steps away (subway) and there is taxi, buses and tours around the corner.
## 849
## 850 Uber and Lyft are your best friends as they are constantly in the area. Metro is 1 block away and can take you to downtown, Universal Studios, the beach, and more. 1 private gated parking space is available. Bus and Trolley and Tour buses are right outside the door. best thing to do is put on your walking shoes and explore the famous areas from here to Vine and Sunset and more
## 851
## 852 Close to Metro, buses, uber and lyft a phone call away.
## 853
## 854
## 855 Gold Line train station is less than a mile away and bus stop one block up the street.
## 856 There is metro bus nearby, uber is easy to get, and street parking is plenty available. If driving freeway is a few blocks away. And if have car you have to pay the city of Pasadena 2 from 9pm-8am to park on street per night. Other hours it's free all day long.
## 857
## 858 Easy reach of all of LA: 2 mins to Radford Studios 5 mins to Universal, NBC, Warner Bros 15 mins to West Hollywood/Beverly Hills 15 mins to Downtown
## 859 Walking from the apartment, you can find everything you want/need. I have a mountain bike that I love to hop on to explore and run errands on, which you are free to use as well. With Uber, you're a cheap ride away from Hollywood, Burbank, Sherman Oaks, or anywhere else you want to go. Universal CityWalk is 1.5 miles away, and there is a Metro Station there that will take you to downtown or anywhere else in the city.
## 860
## 861 Close to major freeways and a 10 min. drive to the Red Line Metro station, nearby car rentals include: Hertz, Dollar Rental and Enterprise. The house is 6 min. from Universal Studios, 15 min. to downtown, Hollywood Walk of Fame, The Grove and Farmer's Market in West Hollywood, North Hollywood Arts District, Burbank Airport, 10 min. to the Metro Train Station, 5 min. walk to Fryman Canyon hiking trail, Farmer's Market on Sunday mornings and much, much more… Uber and Lyft are also available. There are buses on Ventura Blvd (5 min, walk) and Red Line Metro by Universal Studios. The villa has 2 parking spaces in the driveway. There is street parking in front of the villa. Easy access to Hollywood, Beverly Hills, and Downtown LA.
## 862
## 863 - Located approximately 10-15 minutes away from Burbank Airport - Located approximately 35-40 minutes from LAX - Central to the 101 fwy & 134 fwy. - 1.5 miles to the metro line & Universal Studios
## 864 Easy via car, bike, bus, subway and walking to cafes and parks. Convenient for getting around LA. 3 freeways a minute away.
## 865 There are buses along Ventura Blvd that drop you at the Red Line Metro to downtown. Parking is included. Cabs or shuttles to the airport.
## 866
## 867 There is a bus stop on the corner and from there is a three minute drive to Universal City metro station, from there get downtown or to Santa Monica beach in 30-45 minutes.
## 868
## 869 Buses, subways, and über available.
## 870
## 871
## 872
## 873
## 874 The bus is a short 5 minute walk. Freeways are about a 5 minute drive. We do a lot of Uber and Lyft in Los Angeles
## 875 The home is only 3 miles south of the 101 freeway and only 9 miles north of the Pacific Coast Highway / the coast. It's close to all the convenient shopping of Woodland Hills and Topanga Village.
## 876 No bus service
## 877
## 878 You will need a car, though there are many quiet walking trails to enjoy locally.
## 879
## 880 Uber,bike,car.
## 881 Plenty of free parking. Shuttle to airports available, but car is essential.
## 882 You will need a car. There is no public transportation but you can always check with Uber.
## 883 We are in a rural area and there is no public transportation, however you can get Uber for your convenience. Guest often use it to go wine tasting, out to dinner or down to the beach to watch the sunset. Of course there's plenty of walking, hiking and cycling areas too. Note: There is no restaurant delivery service in this area of the canyons.
## 884 We have plenty of parking. You will need a car to get here and back to airport. Most guests rent a car at LAX. We do have Taxi, Uber and Lyft services.
## 885
## 886
## 887
## 888
## 889
## 890 There's a lot to do within walking distance. However, if you are without private transportation, public transportation is available on Sunset Boulevard as well as transportation with Lyft, and Uber. You won't have any issue getting to your location.
## 891
## 892 The neighborhood is very walkable. We moved here from New York and that is part of why we love it. There are busses, and the subway isn't too far off. Uber is, of course, everywhere.
## 893 Metro stops and well connected bus routes are within easy walking distance, and street parking is always easy--just make sure to read the signs! **Rental of a manual 2013 Fait 500 can be negotiated separately.**
## 894 We are one block away from Sunset Blvd with several bus lines.
## 895
## 896
## 897 To get to my house: There are also shuttles available (Prime Time and Supershuttle) There is also the 'Fly Away Bus' that takes you to Union Station Downtown, then you can take Uber or Taxi to get to my house. (5-7 minutes). 25 minutes from LAX with light traffic. 50 minutes from LAX with heavy traffic. In my neighborhood you can take the city bus anywhere. There is also a subway stop for the Red Line, less than a half a mile away that will take you to Hollywood and Universal Studios, or downtown LA, where you can transfer to other trains. You can download an app called 'GoMetro' for more information. I advise guests to use (SENSITIVE CONTENTS HIDDEN) Maps and click on 'transit' to see what public transportation options are available.
## 898
## 899 Let’s face it, LA doesn’t have the greatest public transit system... However, Public transit bus 201 is less than 1 mile away. Parking is usually readily available, right out front or within a block.
## 900
## 901 We want to make it easy on our guest(s), pick up from airport/bus/train station can be arrange if needed for 25 cash or PayPal payable to your host upon arrival. Specific directions will be provided once you confirm booking. - 101 Hollywood Fwy - Silver Lake exit. - Metro Bus Line 10 stop - Hoover/Bellevue - 1 short block away. - Metro Bus Line 201 stop - Silver Lake/Bellevue - 4 short blocks away. - Metro Rail Red Line Station - Vermont/Beverly - 15 minutes walk distance.
## 902
## 903 -We live right on Sunset blvd with two bus stops conveniently located directly outside of the building (Bus lines 2 and 4). -Easy access to the 101 (Hollywood Freeway) -Located just five miles northwest of downtown Los Angeles and just east of Griffith Park and Hollywood -Lyft and Ubers are always readily available in the area and tend to only take 2-3 minutes for pick up. -There are many shops, clubs, LA Weekly featured restaurants, bodegas, and bars within short-walking distance. -There is typically ample street parking (metered and unmetered), although you may have to find a spot a block away if it's crowded
## 904 You can rent a car or Uber your way around.
## 905 Public transit is equally convenient. Head a couple blocks to York Blvd ...where one can catch the 83 Bus to downtown LA or the daytime Dash bus (to Eagle Rock). Property is located less than one-mile from Highland Park Gold Line Metro Stop, which frequently travels to Little Tokyo & downtown LA to the south and Pasadena to the north.
## 906 The Highland Park stop on the gold line is a 15 minute walk from the house. There are lots of lovely shops, smoothie stands, coffee shops, and bakeries on Figueroa within 10 blocks of the house. If you want to venture away from the 'hood, Pasadena, Downtown LA, and Silverlake are just a 15 minute drive away!
## 907
## 908
## 909
## 910 The location of the house is amazing: you are 5 min away from Hollywood Blvd, Hollywood Sign, Beverly Hills, Sunset Blvd, numerous shops, clubs and restaurants. Also many convince stores and groceries near by. If you wish to explore the city outside the heart of Hollywood Hills, you can use rental car, Uber, Taxi, or there is a bus stop near by.
## 911
## 912
## 913
## 914
## 915 Uber and taxis are the only option up in the hill if you don't have your own car.
## 916 There is some street parking. There really isn't public transportation in Laurel Canyon, but Uber and Lyft work quite well if you aren't bringing a car.
## 917 Getting Around We are off Mulholland Drive with 5 min car access to both the studios and shopping in the valley or Sunset Strip and Hollywood life. Buses do go up and down Laurel Canyon and you can walk to the bus stop and taxi apps (Uber, Lift) make it simple for non driver visitors. Beaches 30 mins away.
## 918
## 919
## 920
## 921 We are very close to Ventura Blvd where you will find every shop you might need. Close to the 101 freeway as well. We are south of Ventura blvd.
## 922 You can walk to Ventura Blvd and grab a bus. or just walk to Whole Foods, which is on Ventura Blvd
## 923
## 924
## 925
## 926
## 927
## 928
## 929
## 930 1.0 mi from the NoHo Metro station! Plenty of free street parking around the neighborhood if you're driving in, too.
## 931 There are several bus stations all within walking distance - 1 to 4 block radius. The Metro Redline North Hollywood Station is a 15-20 minute walk away.
## 932
## 933 You must have a car, the bungalow is located right off Topanga Canyon Blvd. Parking space for 2-3 vehicles on property.
## 934 Having a car will give you the greatest degree of mobility in LA. Convenient metro public transportation system is less than 15 minutes away with links to much of Southern California. No bus service in Topanga, but UBER is available, plus a number of shuttle services to the airport, and there is highly reliable luxury car service owned by a Topanga couple.
## 935 Having a car will give you the greatest degree of mobility in LA. Convenient metro public transportation system is less than 15 minutes away with links to much of Southern California. No bus service in Topanga, but UBER is available, plus a number of shuttle services to the airport, and there is highly reliable luxury car service owned by a Topanga couple.
## 936 You will need a car to get around. Parking is limited on the property. Carpool is encouraged. (Please inquire about satellite parking for larger groups for your workshop, retreat, or event)
## 937 We are 1.8 miles off the 101 fwy in Topanga Canyon
## 938 Uber or Lyft is the best way to get around LA.
## 939 There are buses close by and the Noho greenline yellow line etc.
## 940 To experience the greater Los Angeles you should rent a car if not there is a bus stop two blocks away and a second one for blocks away that takes you to the North Hollywood redline station. I myself on occasion use uber or lift car share service. From the airport it's about a 37 just depends on traffic.
## 941 Best way to see Los angles is by car. you could rent a car or use a ride share car Uber or Lift car service (about 36.00 dollars) From LAX use Van Nuys Flyway Bus to the Van Nuys station, the cost is 9.00 dollars.
## 942 Let me know if you need transportation to my place. I can offer pickup and transportation services to my home from LAX and Burbank airport OR within any other reasonable distance radius.
## 943
## 944
## 945
## 946 Close to bus stops. and close to LAX.
## 947 20 minute bus or Uber ride from LAX, and once you're here, you can easily get virtually anywhere walking, riding a bike, using Uber or the bus. Having a car is great, and you have private parking, but it's easiest to simply show up and wander about. It's Venice and it's fun and easy!
## 948 The best part about Venice is its walkability and bikeability. Its truly one of the few places in LA you dont need a car to get around.
## 949
## 950
## 951 Feel free to bring a car, there are 3 parking spots available, 2 indoor spots with an electric charger available, and one outdoor space. To experience beach living we recommend walking! This property is within walking distance to A+ dining, Abbot Kinney, and the beach. Public transportation is also available with bus routes conveniently located on 1 Santa Monica Blvd- UCLA.
## 952
## 953 Uber is great.
## 954
## 955 Transportation is convenient with its prime location, and LAX airport is only 15 minutes away.
## 956
## 957
## 958
## 959 You can walk, bike, bus or rent a car. There is free street parking right out front. Bike rentals are walking distance. If you play to stick around the westside and beach areas then you definitely don't need a car. If you're going to tour LA either bus or car rental recommended. Buses are frequent and easy to walk to. The #1 Bus stops right on Washington which can take you north into Santa Monica, Westwood and beyond - or east toward Culver City and Downtown. The local 108 also stops at the top of our street (1 block away). Taxis are usually posted up in front of the bars and restaurants near the beach, and Uber will come right to the house.
## 960 If traveling by car use street parking. Please notice the days and times for street cleaning and garbage collection. Uber and Lyft are convenient to use. There is a bus stop on the corner of Ocean Ave and Venice Blvd. *10 min walk to beach - .4 mi. via N. Venice Blvd. *13 min walk - .6 mi to the Venice Beach Boardwalk *8 min walk to beginning of Abbot Kinney *5 min walk - .2mi to Venice Farmers Market open Friday's 7 – 11 AM. *9.6 miles to UCLA/Westwood *From Los Angeles International Airport (LAX) 6.7 miles via Lincoln Blvd. The Expo line is located at 401 Colorado Ave, Santa Monica on the corner of 4th St. and Colorado Ave. Located 2.8 miles from the house via Main St. and 4th. The Expo Line runs from Santa Monica through West LA, Culver City, and ends in Downtown LA. Bicycle Rentals: Santa Monica Bike Share Program. Check out the app SoBi. It stands for Social Bicycles – a bike share program that shows where bicycles can be picked up, and allows you to rent bikes by the hour
## 961
## 962
## 963
## 964
## 965 All things beach side are a bike ride away or a 5 minute drive by car. GroundWorks coffee, Starbucks are 5 minutes from our home. Enjoy the close proximity (5 minutes by car) to some of the hottest restaurants in Venice (Hosteria, Oscars, Venice Wine Bar, Cafe Gratitude, Superba, Tasting Kitchen and Gjelina. The 405 and 10 freeways are 10 minutes away. Uber and Lyft are a quick and easy way to get to where you need to go without dealing with the hassle of parking and navigating your way through LA traffic. If we are home and available we are always happy to drive you to the local bus stop which is located on Lincoln and Rose which is a 2 minute drive from our home.
## 966
## 967 Walk, use Lyft or rent a bike/skateboard.
## 968 Feel free to use the bikes provided in the garage or : 1) use UBER 2) Big Blue Bus takes you to LAX or north Santa Monica free
## 969 We are in a prime location to get to the main streets of all the action of Venice. We are also easily accessible to bus stops and the metro of either Santa Monica or Culver City that can take you downtown!
## 970 The location is excellent for travelers who need easy access to and from the airport, major highways and public transportation. Bus stops are also located at the end of the street to Santa Monica, UCLA, Culver City, LAX and the metro line train to downtown Los Angeles.
## 971
## 972
## 973
## 974
## 975 The neighborhood is incredibly walkable, in a city that isn't known for its walkability: everywhere from the beach (5 min) to the Santa Monica Pier (20 min) to the shops and restaurants of the west side are minutes away by foot. Aside from that, buses and cabs are always available to take you wherever you need to go, and it's about a 15-20 min drive from LAX. Best neighborhood in the city!
## 976 Venice is highly walkable and bike-able which is one of our favorite things about the area. Along with the bikes we provide you are right next to line 18 of the Big Blue Bus that runs from UCLA to Santa Monica and down to Windward circle in Venice. Head up to Santa Monica and transfer to Metro's Expo Light Rail to head downtown. You can connect with other lines that go into different parts of the city like Dodger game, the Staple Center, and Union Station. We also frequently use Uber when going out or when heading to the airport, there's always an Uber waiting close by.
## 977
## 978 You can walk to everything you need, however Uber, Taxi Magic, and Lyft are all available. If you would like a town car or something more "corporate" please feel free to text me and I can arrange it.
## 979
## 980 If you have rented a car, we have plenty of street parking, we also offer 2 bikes with the rental. There is lots of public transpiration or we have UBER ( a car service app that you can put on your phone)
## 981
## 982 Parking spot, bus stop nearby, bike and skate rental, taxis, uber.
## 983 Street parking only, but its always easy to find a spot. And its just a two block walk to the bus stop.
## 984 Close to public transportation such as city bus.
## 985 You are very centrally located being right on Pacific, next to Winward Circle, and with Main Street and the posh out door strip Abbot Kinney right behind. There are two liquor stores, multiple different styled restaurants, a CVS, Whole Foods, and the sandy beach with bike path, all walking distance from the property! We have a great bus system out here, with a bus stop only 1 minute away, also lots of Uber and Lyft drivers available all the time. There is free street parking right in front of the building from 8pm-8am, and tons of other street parking with only weekly street cleaning prohibited hours.
## 986
## 987 Uber and Lyft are always available, and convenient ways to get around. Bus transportation is also available as well as bikes and rollerblades!
## 988 Uber and Taxis are abundant and always close. Washington Blvd is a block away and there is a bus stop right at the corner should you want to partake in Los Angeles' finest public transportation. The airport is roughly 15-20 minutes away and very easy to get to. You're also very close to Marina Del Rey so if you want to do something nautical, there are plenty of options on the boat side of things!
## 989 There are free B-cycles across the street, the free Green Line is 2 blocks away and will take you downtown, you can walk or take a cab!
## 990 Convenient public transportation. The locations of our properties are ideal for guests who prefer to travel without a car.
## 991
## 992 Convenient public transportation. The locations of our properties are ideal for guests who prefer to travel without a car.
## 993 You will not need your car, and that's always a great thing! Uber or Lyft would be the most convenient way to get around, and both are always readily available. If you're up for a little exercise, then Broadway and all the honkey tonk music bars are only a 25 minute walk. The Germantown restaurants are less than 10 minutes on foot. But taxi and taxi services are readily available and inexpensive.
## 994 Convenient public transportation. The locations of our properties are ideal for guests who prefer to travel without a car.
## 995
## 996 Taxis, Uber, and Lyft are everywhere and typically arrive in less than 5 minutes. A listing with phone numbers is provided in the Guest Book once you arrive.
## 997 Public Transportation is not available, but you are 15 minutes to downtown Nashville, 15 minutes from Opryland Hotel
## 998 Most East Nashville hot spots are within walking distance from the house. If you'd like to ride bikes, there are public bikes for rent at 5 points, about 1 mile away. And around the corner is a city bus stop. The buses have bike racks on them, so you can take your bike to explore other parts of town. Taxis are also available, but Lyft and Uber make transportation easier, cheaper and a little more fun around Nashville. If you have a car, you can park it right in front of the house. And parking around Nashville is relatively easy, except for downtown where paid lots and garages are your best bet.
## 999
## 1000 Uber is AWESOME in our area, and we are so close to everything it shouldn't cost much at all!
## 1001 You are a 5-minute walk to a great local coffee shop/juice bar called The Post. You are a 10-minute walk to Lockeland Table, one of the top-ranked restaurants in town. Uber and Lyft drivers are always close by. Nissan Stadium (home of the Titans) is a 5-minute drive away. The Five Points area of East Nashville is a 15-minute walk or 5 minute drive. In our opinion, it's the coolest crossroads in the city...great bars, delicious range of casual and upscale restaurants, funky shops and galleries, best pizza, plus I Dream of Weenie, the coolest hot dog stand in the U.S. The airport is a 20-30 minute ride depending on traffic. And downtown Nashville (including the Ascend Amphitheatre, Schermerhorn Symphony Center, Bridgestone Arena, Ryman Auditorium and more honky-tonks than you can shake a stick at!) is a ten minute drive. A Metro Transit bus stop is a block away. You are also literally 3 minutes away from two public golf courses.
## 1002 The bus runs 2 blocks away and about twice an hour. Uber gets you downtown for typically 5-6.
## 1003
## 1004 We have room for 3 cars onsite as well as ample street parking, if guests choose to bring their own vehicle. For those guests without cars, I highly recommend using the apps lyft or uber. Our home is a short 1.5 miles from downtown Music City, and 1 mile from the popular 5 Points area of East Nashville- This will equal out to about a 5-10 ride tops! We are 15 minutes from the airport (via 40E)- Also just a 10-15 lyft or uber ride.
## 1005 5-Points is one of the most walkable neighborhoods in the city. We're located about a fifteen minute drive from the airport. There is plenty of free street parking. Downtown is 2.5 miles away, easily accessible via bike, bus, or car (Uber/Lyft). If you'd like to explore the rest of Nashville via public transit, there are three bus lines a short walk away from our front door (#26, #20, and #4). You can also borrow one of our bikes or rent a B-Cycle from the nearby bike-share station on South 11th.
## 1006
## 1007 Samantha recommends Uber or Lyft to get around beyond East Nashville and there are lots of options within five minutes' walk.
## 1008 If you don't want to walk, downtown is a quick Uber/Lyft/Cab ride away or buses are located a block away. Everything in the five points, downtown, East Nashville area are only minutes away!
## 1009 Walk everywhere in East Nashville. Uber and Lyft, as well as the MTA bus are only footsteps away. Nashville Taxi companies are also readily available to take you where you want to go! And, La Casa is just two miles from downtown Nashville and the famous honky-tonk bars on Broadway. The neighborhood is also just 2 miles from I-65, I-24, I-40, and only 8 miles from the airport.
## 1010 No car is needed to enjoy all downtown has to offer because you are already were you want to be.
## 1011 Catch a Lyft, Uber, or taxi, or walk to the St. Charles street car line. Or Take the "Hop On, Hop Off" sight seeing bus - we are two blocks from the Magazine and Jackson stop where a bus stops every 30 minutes (9:30-5:30). 3-day unlimited passes are 39 for adults and 10 for children. (URL HIDDEN)
## 1012
## 1013 Minutes from everything! A quick 5 mile drive to French Quarter and the Central Business District of New Orleans. Blocks from Palmer Park for children's playgrounds and only 1 block from Carrollton Avenue for running and biking. The Historic Street Car line is so close you can hear it while sitting on the porch. Walk to restaurants, bars, and stores on fabulous Oak Street.
## 1014 The St Charles streetcar is 9 blocks. Many guests take Uber to the French Qtr rather than drive as parking can be difficult & expensive. The streetcar is a great way to head downtown along beautiful St Charles Ave. 1.25 each way, or 3 Jazzy pass (unlimited daily rides). Depending on the time of day , it can take 30-40 minutes as it stops every few blocks. Relax and enjoy scenic St Charles Ave and the beautiful homes.
## 1015 You can walk to Oak Street or Carrollton Avenue and find great restaurants, live music, shopping, coffee shops, cocktails, bookstore, etc.. The St. Charles line streetcar stop is just three blocks away and will take you all the way downtown! Ubers and Taxis, too!
## 1016 Assuming you do not have a car. UBER is best used when traveling to the French Quarter or for a late night out. During the day, I recommend taking the streetcar either downtown or uptown during your stay. The St Charles Avenue line is 5 blocks away. A CTA bus line is also available
## 1017
## 1018 .5 blocks to the 91 - Jackson/Esplanade Bus line (French Quarter, Jazz Fest/Horse Race track and Cemeteries are on this route) 1.5 blocks to the St. Charles streetcar line (French Quarter, Universities and Audubon Park/Zoo are on this route) 3 blocks to the 11 - Magazine Bus line (French Quarter, Audubon Park/Zoo and trendy restaurants/shopping are on this route)
## 1019
## 1020 Walking should be is a great option in this neighborhood. Access to the street car via St Charles Ave and bus service runs on Magazine St and St Charles Ave.
## 1021
## 1022 Uber and Lyft is real popular
## 1023
## 1024 We are just a couple blocks from the streetcar, UBER to the quarter averages around 6.00-8.00! Bicycle rental a few blocks away on Magazine.
## 1025
## 1026 We recommend Uber or Lyft. It's about 7 to downtown Nashville and the Nashville drivers are the great!
## 1027 We have plenty of parking for multiple caravans or RV's. If car travel is not an option, we are located on a bus route (limited schedule), 1.5 miles away. It is easier to access by bike. If you don't have one, you can get one from Nashville's new bike-share program, Nashville B-cycle.
## 1028
## 1029 We are located on the outer edge of the city in Madison. The great part is that we are only 9.9 miles from the Grand Old Opry/ Opryland Hotel & Mall, 5 points, about 15 - 20 min from downtown Nashville and the airport. If you don't have a car may we suggest downloading the LYFT or UBER application to your smartphone. This is definitely the best and cheapest way to get around the city by auto if you have chosen not to rent a car.
## 1030 We are located about 10 minutes from BNA International Airport. The city is very drivable, but if you don't have a car, there are many locations you can walk to from the house. There is a city bus that stops a couple of blocks away from the house with very cheap fares. Also easy to get a cab or uber.
## 1031
## 1032 Lyft and Uber are available 24 hours a day at very reasonable rates. Biking is also another common means of getting around. There is no mass transit in our area. Nashville has no train or subway system. For 50 worth of free Lyft rides, use my promo code when signing up (URL HIDDEN) I suggest you do this before you arrive so your ride from the airport will be free or discounted. If not, when you arrive just ask me then for a Lyft code for free rides. We rent bikes for 10 per day.
## 1033 The best way to get around Nashville is via car. But, we have two new services in town that are Great! Lyft and Uber are two new services in Nashville. Great people provide affordable rides via an application you can download. Please let us know if you need help setting up the app. You can get most places via these apps for only 3-8 per ride! No need to ever drive!
## 1034 Less than 10 minutes from downtown driving time.
## 1035
## 1036 Getting around is a cinch. Public transit every half hour. Rent a bike right out the front door. Uber is usually parked somewhere on the street or close. Hillsboro village is an easy walk. 10 minutes to downtown, Ryman, Convention Center, Stadium and more. About 20 minutes to airport.
## 1037
## 1038 3 short Blocks to the main entrance of the New Orleans Jazz and Heritage Festival. About 1 mile to Bayou St.John and City Park - location of Mid City Boogaloo, Voodoo Fest, Hogs for the Cause, Christmas in the Oaks, many other festivals and events - and New Orleans Museum of Art, Botanical Gardens , Sculpture Gardens, Boat rental. Canal Streetcar stops in front of City Park 2 miles to French Quarter, Frenchmen St. 2.5 miles to Super Dome, Smoothie King Center 3 miles to Convention Center Street parking available, close to public transportation, a quick uber ride to all New Orleans hot spots!
## 1039 Esplanade Bus stops are a couple blocks and the City Park Streetcar is a 15-20 min. walk. The French Quarter is a 12 minute bicycle ride. Taxis are easily available and inexpensive (10 to Frenchman St. or the Quarter)
## 1040 5 min walk to public bus transportation as well as the streetcar which runs for 1.25 to either the French Quarter (downtown) or Garden District (uptown).
## 1041 Off-street parking provided. One block to bus stop and 10-minute walk to streetcar. Walk two blocks to get a cab or call for pick-up. Uber and Lyft are available. IT IS A 20 MINUTE WALK TO THE FRENCH QUARTER. 15 MINUTE WALK TO CITY PARK.
## 1042 Uber or cabs are easy and accessible. If you have a car or rental, parking is included.
## 1043 Yes! the city bus is only 1 block away! If possible I am happy to drop off or pick up guests as needed. A taxi cab is about 20 to the French Quarter and Uber is approximately 12 (NON SURGE PRICING).
## 1044 We are about a 10-15 minute drive to the French Quarter (Cafe Du Monde) area. It's an easy drive and we have plenty of free parking in front of our house. Cabs, Uber, and Lyft are available as well.
## 1045
## 1046
## 1047 The house is 2 blocks from a bus stop that will take you downtown to the heart of the city as well as 7 blocks from the famous St Charles Streetcar line that will also take you to the heart of downtown. A quick transfer to the Canal Streetcar line will take you to City park, one of the largest parks in a city. There are two bikes for guest use throughout their stay. Uber has started a huge presence in New Orleans and prices are reasonable to get anywhere in the city.
## 1048 The bus stop is literally half a block away on Tchoupitoulas. Otherwise, it's a short walk to magazine street and St. Charles ave.
## 1049 Bus and street car
## 1050 Walking, Bus (2 blocks away), Street Car (6 blocks away), Uber, Bike Rental, Taxi
## 1051
## 1052 --You are a short 5 block walk to the bustling Magazine St. -- 10 blocks from St. Charles St. where you can jump on the streetcar and explore the city
## 1053 Blocks away from frequent bus service on Magazine St., Tchoupitoulas St. (Both lines run from Downtown to Audubon Park) and on Louisiana Ave. Easy street parking is available on my block. Bikes always welcomed.
## 1054 We are walking distance to the bus and Canal St. street car line, which on a good day takes about 30 mins to get one downtown.
## 1055 Lakeview is somewhat walkable, though not like areas closer to the city center. Most visitors will need a car to get around, but it is never that far a drive from restaurants, bars, and coffee shops. To get downtown / the french quarter, I would recommend using Uber or a taxi, although public transportation is available.
## 1056 Minutes from it all! 6 mile drive (or Uber) to French Quarter and the Central Business District of New Orleans. Canal Blvd bus line is easily accessible which leads you to the historic Street Car line. Walk to many restaurants, bars, and the grocery store on Harrison Avenue.
## 1057
## 1058 There is a bus only three block away that goes to Uptown (Audubon Park and the Zoo) or directly downtown to the French Quarter.
## 1059 GETTING AROUND United Cabs | (PHONE NUMBER HIDDEN) Coleman Cab | (PHONE NUMBER HIDDEN) Veterans Cab | (PHONE NUMBER HIDDEN) Patio Cab | (PHONE NUMBER HIDDEN) Uber For first time users, sign up with the code “9bg39” and get your first ride free!
## 1060 We are closely located to several great restaurants, bars, coffee shops and stores along one of the best stretches of Magazine Street in the city, which is only a three block walk from the apartment. Regular bus service on 11 Magazine Street, 91 Jackson Avenue and 10 Tchoupitoulas Street all with stops a few blocks from the apartment. Walk up to St. Charles Avenue eight blocks away and take the historic street car line downtown or to the university district. Easy St. Charles Streetcar ride to the French Quarter and Audubon Park. Transfer to the Loyola Streetcar to check out the Superdome or New Orleans Arena. Transfer to the Canal Streetcar to visit City Park and the New Orleans Museum of Art. Jump in a cab on Magazine Street or have Uber pick you up at your the doorstep. Five minute ride into the CBD or French Quarter (less than 10 one-way). For drivers, on-street parking only but it is almost always available right in front of the place.
## 1061 Easy to walk to all the shops and cafes, just one block away from Magazine. The bus stop is within a block, and the streetcar is just six blocks away. Easy to walk to the Quarter in 30 minutes.
## 1062
## 1063
## 1064 Bike rentals close by, street parking if you have a car, and easy walk to Frenchman Street and the French Quarter.
## 1065
## 1066 We are a 10-15 minute walk from all the attractions in the French Quarter! Also if you choose to rent a bike this is another great way to see the city.
## 1067 There is parking available on the street. Uber is also commonly used in New Orleans. It is possible to walk to the French Quarter and to Frenchman Street, but i would personally recommend Uber (although if you are a frequent 'walker' you should be fine). The Bywater itself, is a very walkable neighborhood.
## 1068 We are not particularly close to public transits, as New Orleans is not exactly a mecca for that, however you will have access to bikes and we are within walking distance of many fun and interesting things to do.
## 1069 While there is no streetcar available in the Bywater, there are 2 buses that provide transportation to the French Quarter; the #5 and the #88.
## 1070 We offer complimentary bikes! Also Bus #5 stops on our corner and goes through the Bywater, Marigny, French Quarter and CBD. or JUST STROLL!
## 1071 There is a bus stop a half block away that goes straight to the quarter and canal st.
## 1072 7minute walk to the streetcar on North carrollton.
## 1073 There is always street parking available. It's just a few minutes to drive to i10 or i610, and there are so many major streets running through Midcity! It's just a few blocks to walk to the Carrollton or Canal streetcar lines, where you can also catch a bus.
## 1074 Just a 7 minute walk to the streetcar off north carrollton.
## 1075 Uber and Lyft will pick up in front of house and take you anywhere in the city. It's usually around 8-10 dollars to get to French quarter unless there is a big event where prices are surging
## 1076 a few blocks to the Carrollton/St. Charles Streetcar line.
## 1077 Walk or hop on the streetcar to great bars & eateries. Continue a little further to Mardi Gras parades, galleries, and shops on Canal Street, the French Quarter, Oak Street, and Magazine Street. Easy driving access for: Alumni and parents: Tulane and Loyola Universities are close-by. Saint’s Fans: you’re a short 15 minute drive from downtown and the Superdome. Who Dat! Film Industry Transplants: convenient commute to downtown and the Warehouse District!
## 1078 Short walking distance to the garden district and the streetcar stop. And an 8 uber ride to the quarter. There is no off street parking but there is space directly in front of the house for 2 cars. Being a good neighbor in Nola means not parking in front of their homes so please be mindful and park in front of the house directly.
## 1079 There is free parking on the street if you have a car. I'm 2 blocks from the Magazine St. bus stop and 6 from the St. Charles Line street car stop (refer to NORTA's website). Taxis and Ubers are easy to get from my area as well. I'm within easy walking distance of Magazine St. restaurants, bars, and shopping. If you have a bike the city is your oyster. 10 minutes max from the Quarter, Marigny, and other parts of Uptown
## 1080 3-5 minute Uber ride to all major Nashville attractions including parks, downtown music entertainment, vintage stores, coffee houses, singer songwriter venues, the Blue Bird Cafe, Tootsies, BB Kings . . .
## 1081 ON FOOT Walk 10 minutes and you will find yourself in Hillsboro Village, a great area with restaurants, boutiques, and coffee shops as well as Vanderbilt University. UBER AND LYFT Both of these ride-sharing companies have a strong presence in Nashville. Whether it is midday or midnight, just open your UBER or LYFT app on your smartphone and a ride will appear within minutes. TAXIS Nashville, like any other city, has taxis of all shapes and colors. There are so many taxi companies that we really cannot recommend any one over another, and we encourage you to investigate rates and reviews to find one that suits your needs. MTA BUSES The MTA (Metro Transit Authority) Buses run all over Metro Nashville and even some surrounding counties. Very reasonable fares and the wide range of routes make the bus a cheap and easily navigable choice for visitors. The Music City Circuit route is free and includes many stops along key points of downtown Nashville. NASHVILLE B-CYCLE Nashville’s bicycle sh
## 1082 We'd recommend having a car or using lyft.
## 1083 We have Lyft or uber as a ride share program if you need a ride around town. We are also available for a per mile ride most of the time. There is a train service a few miles from our location nut not within walking distance! Metro bus lines are near the exit a few miles out from our location.
## 1084
## 1085 If you don't have access to a car, Uber and Lyft are available. Another option is the Music City Star (train) which is only 1.9 miles away. There are six trains available to and from Nashville starting at 6:12 am - 5:07 pm (M-F). Friday nights only have a late train that leaves Nashville at 10:57 pm. Check out fares and more at (URL HIDDEN)
## 1086
## Access
## 1
## 2 Guests can use anything inside the house. Feel free to play around with some of the smart home tech we have installed! With the Amazon Echo in the living room, you can tell "Alexa" to do certain tasks! Some things you can say: -"Alexa, turn on/off the living room lights" -"Alexa, turn on/off the dining room lights" -"Alexa, turn on/off the foyer lights" -"Alexa, set the temperature to 70 degrees" -"Alexa, lock/unlock the front door" -"Alexa, how is the weather in Woodland Hills/LA/Pasadena/etc" -"Alexa, tell me the news" -"Alexa, tell me a joke" -"Alexa, sing me a song" Give it a try!
## 3
## 4 Guest access is via stairs from the driveway.
## 5
## 6 Guest will have access to the kitchen, living room, dinning room, Front courtyard, outdoor bath, Pool, BBQ.
## 7 Guests have access to- Kitchen, Living, Dining, Patio, Pool, Laundry, Free Street Parking. Guest food to be stored in private room refrigerator.
## 8
## 9
## 10 There is Laundry in building located next to the apartment. The washer cost 1.25 and the drying depends on how long you want to dry your clothes. Please have quarters available. There is no change machine in the laundry room. If you feel like working out at home, there is a stationary bike at your disposal and a couple of small weights.
## 11 • Cooker's kitchen with microwave and gas stove/oven • Blender, SodaStream, and French Press • Chef's knives, baking materials, etc. • Located in a safe, quiet complex of 25 units • Lots of street parking, close to several bus stops • Modern, minimalist theme with a variety of art • Cleaned weekly by a professional service
## 12
## 13
## 14
## 15 You have the whole place to yourself, and can access all the amenities like the gym, the pool, and the jacuzzi :)) and, of course, parking
## 16 Full kitchen 1.5 baths (separate bath tub and shower) Shared pool Elevator High speed internet/wifi 1 Garage parking spot Washer & dryer on the all floors (shared coin laundry)
## 17
## 18
## 19 You'll have full access to the entire condo (minus my bedroom). So please, make yourself at home and enjoy the modern living room, the Zen Garden, the clean dining room and the fully stocked kitchen.
## 20 guests have access to the entire building, heated pool, gym, meeting room etc. 1 secure parking space. Additional parking available for a fee. WIRELESS HIGH SPEED INTERNET THROUGHOUT THE BUILDING. RESTAURANTS, GROCERY STORES, CLUBS, THEATERS & SO MUCH MORE RIGHT OUTSIDE YOUR DOOR
## 21 Please do not park a car in the back lot. PLEASE only park on the street. Parking there is free.
## 22 You will be given access to the full three-bedroom apartment as well as one parking spot, and 1 parking pass for West Hollywood Street parking.
## 23 Full access to the the entire apt. Closet available.
## 24 Private Bedroom/ Bathroom (with bath) Large Shared living room, Kitchen and Balcony.
## 25
## 26
## 27 The entire apartment.
## 28 Roof top access with amazing views. Roof is good for tanning/laying out and working out.
## 29
## 30 Access to the entire unit. Garage parking available for additional fee
## 31
## 32 You are free to use our kitchen utensils and appliances. We have an HDMI cable you can use to connect your device to the TV. There are board games (Settlers of Catan and Scrabble) as well as various reading material if you're bored.
## 33
## 34 Entertainment district, the kitchen, garden, laundry, barbecue grill, a vegetable garden. The study and master bedroom is banned.娱乐区,厨房,庭院,洗衣房,烧烤架,菜园。书房和主人卧室是禁止使用的。
## 35 The whole place is yours: computer, AT&T's highest speed WiFi, 900+ books, 2500+ movies, Amazon Unlimited Music with Amazon Echo Dot, professional kitchen with EVERYTHING you could need, 3 TV's (55" 3D & 2 46" HD), 3 DVR's, DirectTV with HBO, Bose Surround sound, BBQ (both gas & charcoal), herb & lettuce garden, washer & dryer glider on porch.
## 36 Guests will have access to the swimming pool and laundry room, and may use the kitchen.
## 37
## 38 You'll have access to your private bedroom and bathroom via a separate entrance, as well as our outdoor living area. Laundry facilities and an iron/ironing board are also available upon request. There is no guest access to the main house.
## 39 Pool, jacuzzi, gym, business center.
## 40
## 41
## 42 I am happy to share my home with my guests. The few areas I will have closed off is first floor's room and two storeroom( one is under the stairs, other one is on the second floor). All other space are free for the guests to enjoy.
## 43
## 44 Access includes the private pool and spa.
## 45 As a guest you have access to the on-site laundry (coin operated) and the pool.
## 46 Renting the whole space .
## 47 There is a private patio which you share with the apartment owner only. It is a great space to sit outside and relax at the table.
## 48 i will provide wifi,tv in the living room with time warner cable,apple tv netflix ( if you want itunes ,you can wenmo me or you can turn your apple account), water , towel,soap,1 parking space downstairs
## 49
## 50 Bikes and the beach
## 51
## 52 Access to living and dining area, kitchen, and outdoor poolside patio area.
## 53 You can fall asleep to the Sound of the Ocean. We are ONE BLOCK from the beach. Come and see what makes Venice the most popular destination in California. Beach Cooler, Beach Chairs, small BBQ, No Smoking inside, only on Deck or outside. Small Pets considered. Property is gated with coded entry to both gate and cottage door.
## 54
## 55 Guests have access to the apartment, private outdoor space, common yard and laundry.
## 56 Parking: The long driveway can accommodate up to 5 cars - we recommend you not to bring more than 2 cars to avoid neighbors curiosity. Plenty 24-hour street parking also available - do not park during the street cleaning time between 8:00-10:00 AM on Wednesdays and Thursdays. Guests will not have access to the garage in the backyard - we are using it for our storage. Laundry: In the laundry room, guests will have access to only washer, dryer, and ironing board. We have a 2nd set of stove, refrigerator, microwave in the laundry room - guests will not have access to these appliances, and other things inside the cabinets of the laundry room. Guests will have all the appliances and cooking utensils, in the main kitchen, inside the house.
## 57
## 58 Family room, kitchen, private quarters with separate bathroom, 2 patios and 1 back yard.
## 59 Space in the refrigerator located in the kitchen to place perishable food. Dining room and Garden room to enjoy a continental breakfast, coffee or tea provided. Sorry no access to washing machine.
## 60
## 61 The Room: A MASTER BEDROOM WITH PRIVATE BATHROOM AND SHOWER ATTACHED. We have the house professionally cleaned between guests, and we provide the following for your stay: Fresh linens and towels upon arrival Iron and Hangers Fire proof safe box to lock your valuables when requested Wifi and Internet connection Space Heater Fan & A/C Unit Common Area: Living Room, Kitchen, Back yard, Kitchen appliances available to our guests are Coffee Machine, Electronic Water Boiler for Tea or other usage, Drinking Water Filtration system, Toaster, Microwave, Frag, Freezer with auto Ice maker, BBQ with prior arrangement Complimentary Morning Tea, Coffee. Please feel free to use products in the Bathroom during your stay.
## 62 There is cool bike rental store in front courtyard it is part of the home, as the grounds are large.
## 63 Guests have access to the studio apartment and garage, as well as the
## 64
## 65
## 66 You will share the apartments with other guests and have access to everything you need. You are welcome to use the kitchen and the balcony.
## 67
## 68 There is a manual provided with house instructions, local recommendations for restaurants and fun things do in the area! Even a list of local parks and family friendly restaurants for those of you traveling with kids. We are family friendly and provide toys and a pack n play crib for the little ones. Interaction with Guests The house is completely yours! We live close by and available if you need anything or have any questions. We are always happy to help!!
## 69
## 70 Washer and dryer, wireless FiOS internet, cable TV (in the common area), kitchen (in the common area). The bathroom is detached from the room but no one else uses it.
## 71 WIFI, HBO
## 72 Full garage assigned 1 FREE parking space, complete access to all amenities, and full interior access to all rooms, patio, and kitchen utensils.
## 73
## 74 Guests have access to the entire apartment, laundry room and rooftop deck.
## 75 Guests have access to the entire homes common areas as well as roof access.
## 76 Free Wireless Internet ,Modern Kitchen, Cable TV ,plenty of in and out door seating. I have two Bikes for Rent 15 per bike per day
## 77 As our guest you will have access to our garden, indoor restroom and laundry room. We will provide you with basic amenities (such as towels) for your stay. You are able to store food and beverages in our fridge.
## 78 There is a bike and a surfboard available for guests to use .Feel free to hang out and relax in the garden patio under the umbrella.
## 79 Laundry in the apartment for travelers. Private bathroom with tub Kitchen with utensils and ingredients for cooking Desk, wifi and printer on second floor Pool with hot tub on third floor Gym, Sauna, steam room and Tent on second floor
## 80 You will have complete access to the following Amenities: 24/7 Secured Inside Parking Quiet Mediterranean Environment 1 King Size Bed with Fresh Linens in master suite 2 Double Size beds with fresh linens as well 2 Swimming Pools Tennis Courts Private Park Children's Playground Fitness Center 2 full gyms Lounge 2 Business Centers Conference Rooms ATM on premises Putting Green Practice Golf Driving Range Cages BBQ's Additional Queen Sized Air Mattress with Fresh Linens Flat Screen TV in Living Room with Cable Free Wireless High-Speed Internet Walk in Closet Cotton Towel-Sets Hair Dryer Iron & ironing board Hangers Fully Stocked Kitchen with High-End Appliances Plates, Bowls, Fork, Cups, Etc... Central Heat and Air Controls 4th Bed is a Queen sized air mattress with full bed set Private Balcony Over looking resort style scenery Washer & Dryer Included
## 81 Living room, kitchen, bedroom and bathroom.
## 82 Guests can use the kitchen, living room, dining room, 2 bathrooms. Also for your convenience, we have WiFi available for free at high speed 130Mbps. Wifi password will be provided to you on the date of your arrival and keys for the property.
## 83 Guests can use kitchen, provided it's non-meat products (severe allergies). They will have access to the common areas; dining table, living room. Guests have their own bathroom, full with bathtub, shower. Off limits will be owners personal room and bath unless discussed prior to.
## 84
## 85
## 86 You may access everything in the studio Smoking is allowed on the balcony Kitchen has all the necessary materials to use Plastic plates forks spoons and cups are also available for use
## 87 Easy access anytime.
## 88 Upon check in will provide all access keys to gym and pool deck.
## 89
## 90
## 91
## 92
## 93 Your booking includes a private room with a large Queen bed, one housemate (me!), a shared bathroom, access to the living room, kitchen, dining room/work area and a spacious yard with an avocado tree, picnic bench, fire pit and swing! The front window and yard have stunning views of DTLA - especially at sunset.
## 94 Living room. Dining room. Shared bathroom. Fully equipped kitchen. Beautiful garden.
## 95
## 96 24/7 guest access to the unit plus the workout center.
## 97
## 98 You'l have all the modern basics in this restful spot. Things like cable TV, Wifi, Hairdryers, portable airconditioner, and a washer dryer set. Nearby access to Golfing, transit and entertainment. Not to mention a Coffee Bean and Walgreens on the next block. We'll leave you a list of things to do and see in the area. Don't forget to drop by the coolest looking gas station! (URL HIDDEN)
## 99
## 100 Full acccess A key for the laundry room in back will be provided
## 101 Guests are welcome anywhere in the apartment: the kitchen, living area, the bedroom and the patio! And are welcome to use building's shared Laundry room and the pool as well
## 102 Only one or two Guest
## 103
## 104 The room has its own big bathroom . The guests are welcome to use the living room and kitchen. I'll be at the loft of apartment. There is TV , Netflix and free wifi available and basically you can have access to all apartment except the loft upstairs.
## 105 You can enjoy the swimming pool and gym of the community at any time .
## 106
## 107
## 108
## 109 -The entire house and yard is available to you. -There is plenty of parking in the front circular drive way for 3 cars -Clean sheets and towels, shampoo, body wash -Laundry detergent and softener -Wifi, TV-NETFLIX-ROKU, BBQ, Coffee, Tea and FILTERED water for coffee or cooking
## 110 Guest has complete access to the entire front home, the back yard, and 3 parking spots. On-site host lives in the back guest house, using a separate entrance.
## 111 Guests have access to the community's gym and pool and also to the kitchen, living room, and mini study in the apartment.
## 112 Besides your private room, common areas are open for use including living room, kitchen, outdoor sitting area, and laundry room. update: common area might be limited because we're in the process of moving
## 113 *Please note that for security reasons, guests must be ready to present valid identification upon arrival. You'll see The Pink Door at the front of the house. Just press the "Schlage" logo and enter the PIN. When leaving, press the logo again to lock. If you forget to lock, it'll automatically lock in 30 seconds. Please don't chain lock the front door from the inside and leave out the back because the front is the only entrance to the unit.
## 114
## 115 Balcony. Guests are allowed to use our microwave and toaster oven but sorry, we don't encourage any cooking. Plenty of great and inexpensive restaurants within walking distance. Laundry: 1X complimentary use per every 7 days of stay. Fridge: If you bought food, we will have space for you to store them. We provide free bakery breakfast.
## 116
## 117 Guests have access to the cosy living room with a white couch, Smart TV, well equipped modern kitchen, the bedroom area with a queen-size bed, large closet, the beautiful bathroom. In addition, you will have full access to all community amenities such as: pools and hot tubs, Theater, basketball court, Two 24-Hour State-Of-The-Art Fitness Centers, Private Dry Saunas and Steam Rooms, Private Tanning Rooms and Massage Tables, volleyball net.
## 118 Easy access to fine dining, public transportations, all the night life that downtown L A have to offer and more
## 119 -Your rental includes this entire 1 bed/1 bath apartment home. As our guest you will have access to the following: • Resort-style pool with expansive sundeck and towel service • Private cabanas with lounge seating and TVs • Outdoor kitchen and dining area • Private cabanas with lounge seating and TVs • State of the art, 24 hour fitness center with Technogym equipment and spin room • Private theatre room • Upgraded rooftop terrace with panoramic city views, lounge seating, and outdoor fireplace • Free, secured parking
## 120
## 121
## 122
## 123 You are free to use everything the building and apartment unit has. But, stick to the rules and read over everything before you book with us. One of us will always be there to answer any questions you may have. We want you to feel at home, so don't feel shy about opening up. We want you to enjoy your trip with us as much as possible.
## 124 The entire space is yours during your stay. the kitchen is fantastic and the entire apartment is full of art work so please be careful.
## 125 Our home is in a unique 3-story building with no call box or automated entry system and locked up like a fortress. Guests are required to schedule their arrival so we may greet you and give you access to the building. Once inside, there are 3 flights of stairs to reach the loft on the top floor. There, we will give you a quick tour of the space and your lovely room. The guest bedroom is a part of a large loft that has one other private bedroom where we stay. The room has shutter style doors with a simple latch lock on the inside. We have these doors so that in case of an emergency, anyone who is in the loft will have access to the fire escape which is located off the guest room. Just outside of the two bedrooms is our office area, where we work when we are not in the gallery. Our office area and bedroom are off limits to our guests. We provide coffee or tea and some easy going breakfast food so you have nice start to your day. Use of the kitchen is limited to light meals and guest
## 126 The entire apartment except for the service closet is accessible. There is a fitness center, pool, jacuzzi and fire pit. You will receive a fob device to access these amenities. Washer, Dryer, dishwasher are in the apartment.
## 127
## 128
## 129 Access to 4 swimming pools including a rooftop pool, gym, basketball & volleyball courts, outdoor track, hot tubs, dry sauna, and steam room! Calendars in the elevator inform you of what free activities can be done at the complex.
## 130
## 131 Full Access, with Production Equipment & Crew Rental available at Industry-Standard Rates. • Kitchen & Bath: Yes! See note below. • WIZNU Studio is "Upscale Casual" – with 2 hi-quality sofabeds at "Full" size approx. 54 x 71" – plus 2 "floor mattresses" same size – all with very high thread count cotton sheets & nice blankets!
## 132
## 133 As a guest, you’ll have access to the studio space for shooting, free parking just outside the gates, and outdoor seating around the pool and hot tub. Use of the pool and hot tub is restricted to two guests at a time. Please be courteous of everyone around you and your surroundings. We are located on the second level and do not have an elevator. Please note - filming is ONLY allowed inside the studio, or along exterior brick wall outside of front door. Any shooting without specific approval from studio manager which does not abide by the aforementioned allowances will result in immediate eviction and loss of deposit.
## 134 Fully equipped GYM, Media Room/Office and Game Room in the basement of the building. Amazing Rooftop Deck with a hot tub and barbecue grill along with Breathtaking views of the city! I mean absolutely Breathtaking!
## 135
## 136 I have a washing machine, dryer, fully stocked kitchen, bathroom and common area for all guest. K-CUP coffee machine also available all day.
## 137 Rooftop pool and bbq deck, two gyms, pool, Jacuzzi, game room, private theatre.
## 138 Internet, laundry, parking
## 139
## 140 You will have access to the rooftop pool, bbq, and gym.
## 141
## 142 the doorman will great you on the ground floor then guide you to the Rosemary.
## 143 Guests can access all of the building amenities along with the entire apartment space.
## 144 All 5 stars Amenities for free! Entire Large size one bedroom apartment with complete kitchen and a large master bedroom & bathtub, 5 Stars Amenities including large pool, a rooftop pool, Jacuzzi, gym, meeting room, study room,...All you need to enjoy your stay better than anywhere! Quiet Balcony with a small set of furniture to chill!
## 145
## 146
## 147 -24 Hour Gym with modern equipment spanning 2 floors -Rooftop Patio/Lounge -Swimming Pool -Jacuzzi -Movie Room -Recreational Area
## 148 The secured building has great amenities to include gyms and pools. Two elevators are available.
## 149 Please send a note inquiring about availability before attempting to book. You get the entire apartment to yourself with all amenities. Amenities •Chic Reception Lobby with 24 Hour Front Desk •24 Hour Valet Parking •1 FREE Parking Spots in Covered Parking Lot •Open Rooftop Infinity Pool •Poolside Cabanas w/City Views •Spa/Hot Tub/Sauna/ Steam Room •Resident Events •BBQ/Picnic Area •Lounge •Catering Kitchen with FREE Coffee Bar •Billiards/Business Center/Wine Cellar and Tasting Room/Media Center/Movie Theater •FREE 24 hour Fitness Center with Yoga Classes and Personal Training Classes •New High Rise Building
## 150
## 151 - Full Kitchen with everything needed for cooking (other than food lol), including dishwasher, oven, stove, coffee maker, microwave, plates, silver, cups, cooking utensils, cutting board, baking tray, KURIG COFFEE MAKER, wine glasses... - Full Bathroom, Extra Towels, HAIR DRYER, Vanity mirror, laundry basket - HD TV IN EVERY BEDROOM AND LIVING ROOM, each with Netflix and Hulu - High Speed Internet Throughout the House - PARKING SPACE!! (This is a Huge deal in LA if you have never been lol). A second parking space is also provided just around the corner from the House - WASHER AND DRYER IN HOUSE - Gated and safe community - Two copies of the keys - Walking distance to shops and restaurants
## 152 Access to laundry room with coin operated machines, garden area with seating, and garage parking with remote control access. No tall vehicles such as SUV because the entrance has low clearance.
## 153 As our guest you will have full unlimited access to the 24 hour fitness facility, resort style pool and jacuzzi, laundry room and free covered parking, Wifi Internet and Cable.
## 154 Kitchen privileges: Fridge, Stove, Oven, Microwave. Bathroom is shared with one person. (The Female Host)
## 155
## 156
## 157 We do not pass around keys for your safety. An email will be sent from eRentalLock with a randomly generated combination code to access your place.
## 158
## 159
## 160 You have full access to everything inside my unit. I do not have any personal belongings inside the apartment, so there are no off limit areas inside my unit! You are also have full access to all amenities inside the building!
## 161
## 162 24/7 open access.
## 163
## 164 1 Queen bed + 1 Full bathroom + 1 Sofa bed (Can Sleep 1) (Sleeps 2 or 3)
## 165 Bedroom and bathroom
## 166
## 167
## 168 Spectrum Internet: Netflix and Pandora are provided Frontpoint Security System: Rated #1 Security System 3 cameras upon request: 2 facing the front door and 1 facing the backyard (to come)
## 169
## 170
## 171
## 172 The rental includes: •TV and Netflix •Electric water kettle •Pans, pots, wine glasses, mugs and silverware •Microwave •Stove oven •Refrigerator •Fully stocked kitchen appliances •Washer and Dryer •Iron / Iron Board •Blow Dryer •High-speed Wifi •Piano
## 173
## 174 On-site laundry behind the building A large flat-screen TV and a PlayStation 3 (limited game selection but access to streaming apps) Basic shower toiletries included Basic dish/silverware set Empty closet Queen bed
## 175
## 176
## 177 Living room bathroom kitchen
## 178
## 179
## 180 You have access to the gym which is located on the first floor to your left if the back elevator is used.
## 181 Guests have access to kitchen, living room and dining area and patio
## 182 Kitchen access, cooking utensils, washer and dryer with host permission and a small fee of 5.
## 183
## 184 I live in a safe gated apartment. You will have your own key access. You will have full access to a clean full kitchen, clean shared bathroom.
## 185 Private access through back entrance directly leading to the rooms. Safe street parking
## 186 The whole house is yours and it is a free standing structure. There is a common area behind the house but it belongs to the neighbor next door...there is plenty of space in the house so I'm sure you won't need it.
## 187 Guests have access to the en suite bedroom and bath through a private entry way that opens onto the rear deck of the house and allows you to come and go in privacy without being disturbed. The master suite is locked from the rest of the house, so you will feel like it's your own space and can enjoy and relax. Wifi: Zaccari Password: daa(phone number hidden)
## 188 Shared bathroom, kitchen, Dining table, Wifi.
## 189 You will have free wifi. 1 bathroom and a kitchen space. If you will be staying a week and longer we'll do your laundry for free once a week.
## 190
## 191 Guests will have access to the master bedroom, main bathroom for showering / bathing, 1/2 bathroom to store all grooming supplies, Living Room, Kitchen, Dining area, Backyard, Jacuzzi. Usage of fire pit as well. Guests will have access to the key for the front door that is always kept in Key Safe on porch. We will give you the code to Access to the key box upon your arrival.
## 192 You will have a Private Bedroom with a 2 Full size REAL beds. You will have access to all common areas; Living Room, Dining Room, Kitchen, one full bath with tub and shower, and one bath with shower only. There is one sitting porch in front of house and one sitting porch on south side of house and a large rear yard with patio table and chairs you may utilize anytime during your stay.
## 193 Guests have access to TV, wifi, record player, pool, hot tub, laundry, fridge, etc.
## 194 You can access any and all parts of the apartment and the common amenities like gym and pool. Just have common courtesy and not flip around my private items (so drawers are out of bounds).
## 195 The only part of the apartment which is off limits is the closet. I have a portable clothing rack with hangers that I can have available for you upon request!
## 196 Garage parking Washer and dryer TV wifi Air mattress
## 197 Full use of kitchen and free wifi. The television has chromecast, so if you bring your computer/ipad/phone, you can stream your Netflix movies, HBOGO, Youtube directly to the large tv. Laundry facilities in the basement.
## 198
## 199
## 200 Kitchen laundry room in the bldg. Swimming pool.
## 201 You can use the laundry room.
## 202 24 Security 24/7 Secured Parking Heated Pool Jacuzzi 24/7 Fitness Center BBQ Area Free Wifi Direct TV 1 King Size Bed 1 Futon Bed (2 people) 1 Chaise Lounger Bed(1 person) Kitchen Washer/Dryer Hair dryer
## 203 You can use and access the kitchen and the laundry area. Our large patio is available. The dining area and the Throne Room is where you can hang out and share stories or watch a TV saga. Not cool to wonder in the dungeon... (that's where we keep the skeletons) as well other areas of the Castle, uninvited, where we host other guests... some of them, Knight's, are well versed in tournaments.
## 204 Washer and dryer are located inside the building, but not in the unit. The machines take quarters. Instructions on how to access the machines are in the House Manual.
## 205
## 206
## 207 Guests have access to the entire home, two off-street (driveway) parking space and fenced yard. The houses are entirely your own space during the duration of your stay. You'll have a dining room, 2 breakfast nooks, 2 living rooms, 4 bedrooms, 3 bathrooms (2 showers, 1 tub) and the laundry room.
## 208
## 209
## 210
## 211
## 212 Enjoy the Salt water swimming pool (it's heated with a solar cover in the summer time) Outdoor patio Washer/Dryer
## 213 Backyard, guest house.
## 214
## 215 The guest can have access to the kitchen and washer/dryer.
## 216
## 217 Optional maid service for an additional charge. Town car available on premises. Reservations required. Coin operated washer and dryer on premises. One car parking space included.
## 218 Washer/dryer downstairs. Will be able to use pool, bicycles if discussed in advance.
## 219
## 220 LA EXOTIC LIFE
## 221 Our guests have access to the whole house with use of the washer / dryer....gardens .... Kitchen... Dining room etc
## 222 You have access to your bedroom and a shared bathroom and you have your own private entrance. There is a mini fridge, complimentary drinks/ snacks and a hot water kettle for your use.
## 223
## 224
## 225
## 226 The entire home, all 4,000+ sq/ft is yours to enjoy. Garage and one office, however, is not accessible.
## 227 Master bedroom with kitchen and deck and occasional living room.
## 228 The entire main house including access to back private court yard (see photos).
## 229 This property is very unique in Access, so wether your in West L.A for Business or Play, this will serve its purpose, minutes away from Westwood/UCLA . if its the beach you want, Santa Monica is a 12 minutes away. if you want the arts , the La Museum of Art is 12 minutes away
## 230 During their stay, guests will enjoy full membership to the Reel Fitness Workout Club in Studio City
## 231
## 232 * Huge private backyard with BBQ, hammock & gas fire pit * WIFI * HD TV with surround sound speaker system * HBO * Netflix * Free Washer/Dryer * Wood burning fireplace * Wood paneled office/study with desktop computer * Classic kitchen, fully loaded with pots and pans & cutlery * Breakfast nook with booth seating * Central AC & Heating * Ceiling fans in every room * Private parking in driveway and free parking on street * An assortment of books and games
## 233 15 minute drive to Beverly Hills, West Hollywood, 20 minute drive to beaches, 5 minutes from Universal Studios Hollywood and Citiwalk, and walking distance to restaurants and Ralphs Supermarket. Great suburban feeling community in the middle of the city. People walk their dogs and kids play on the street. Guests can either rent out the guest bedroom or the entire house. Entire house can be used by guests either way.
## 234 You will have access to the whole apartment, minus the guest bedroom/bathroom which is where my lovely roommate Allison lives. She works at an amazing bar in the heart of NoHo Arts district called District Pub! Go visit! They have the best sweet potato fries EVER.
## 235
## 236 House: Private room, living room, kitchen area to have your meals only (no cooking allowed), restroom and backyard. Free street parking available.
## 237 Pool Sauna Gym Washer/Dryer (in unit) Full Kitchen
## 238 The space includes designer kitchen; living space, luxurious pool and spa, patio, golfing access to famous Calabasas Country Club across the street (Golf Clubs available). There is much to explore.
## 239
## 240 Minimum stay 1 week. Kitchen is available for light cooking (except seafood). Living, dining room and outside patio available for occasional use, laundry on premises.
## 241 The whole studio is yours. You'll have a private outdoor patio area with table and seating.
## 242 Backyard access is available as needed!
## 243 Full use of kitchen & coin operated laundry facility.
## 244 Private room and private restroom Full Kitchen (breakfast included-cereal & milk) Washer and dryer Parking Easy Access to bus station&Union Station Elevators Swimming Pool Gym Basketball Court Running track Steam room
## 245 This large complex includes 3 buildings connected by inner bridges. Guests will have access to all amenities with no limitation.You will have full access to four sparkling pools and hot tubs including a gorgeous roof top pool with an amazing view! Theater, full size underground basketball court, track, volleyball net, karaoke lounge and virtual bowling and golf!
## 246
## 247
## 248 Family room, deck overseeing the pond, kitchen area.
## 249 Guests have access to the entire apartment and 2 tandem spots in the parking area
## 250 The guest house is accessed via a shared back garden, and guests are welcome to soak up the sun in this space during their stay. It's a private guest house, but we will use the garden - so expect to see us around!
## 251 You have access to the house and the laundry room. Please do not take anything that you did not bring with you.
## 252 We have a ping pong table, five bikes and a lot of board games to use. There is also a bbq to use outside.
## 253
## 254
## 255 Whole apartment with outside garden with dining set.
## 256 The entire house but we strongly recommend not using the stairs going down the hillside because they are not very safe. Guests also have access to the pool but should use with caution and at their own risk. The pool is heated by solar power only so it is usually too cold for use Nov.-March.
## 257 As our guests, you will have complete access to common living spaces both indoors and outdoors. If you enjoy cooking or want to save money by eating in rather than going out to restaurants every day, feel free to cook in our fully equipped kitchen. It is all yours.
## 258 The entire area
## 259 Washer and dryers located in the basement.
## 260 You will have access from the street via the driveway and in general the street is pretty quiet. There are a lot of friends in the neighborhood and its a family environment. We have a 5 year old son ourselves who I'm sure will wander outside in the back garden to say hello, we also have a smallish dog and a cat! the garden, fruit, hammock, bbq are all open for you to use at your leisure aswell
## 261
## 262 Fully equipped kitchen and breakfast nook. Three bedrooms (one of them a kids room). Two LCD televisions. WiFi. Patio with sitting areas and a side mountain view. Built-in gas grill for the ultimate BBQ.
## 263 Common areas include the kitchen, livingroom, TV loft, and Jacuzzi deck. My studio in the garage is by invitation only.
## 264 You get the entire apartment to yourself with all amenities. Amenities •Chic Reception Lobby •Urban Bar with Residents' Lounge •24-Hour Fitness Center with Premium Technogym Strength and Cardio Equipment •Pool for Sunning, Swimming and Socializing •Outdoor Dining Space • FREE Parking in Covered Parking Lot •Executive Business Center with Conference Room •Private Courtyard with Fireplace •Steps to Hollywood and Highland and the Metro Red Line •Assigned Private Parking •Access to Hollywood Blvd. Exclusive Shopping, Cafés, Restaurants and bars.
## 265 The entire house is accessible: Living room, Dining room, Den, Front porch, Pool and outdoor dining tables with lounge chairs for sunning and relaxation.
## 266 -Laundry room with washer and dryer in the building. -Gated parking space (upon request) -Fast Wi-Fi connection -Refrigerator and Microwave
## 267
## 268 This is one of three units with it's own private entrance. I live in the front house and there is another AIRBNB downstairs.
## 269
## 270
## 271 Guest will have access to full amenities in building. Amenities include: - Updated fitness center and flex studio with cutting-edge - - Technogym cardio equipment and weights - Instructor-led fitness classes - Business center - Refreshed elevator lobbies and corridors - Controlled/gated access - On-site dog park - On-site laundry facilities - Reserved, covered parking - Two spas - Two swimming pools - Sauna - Zen sundeck and lounge - Community clubhouse with billiards - WiFi lounge - Gourmet barbecues and outdoor fireplace - Two conference rooms
## 272
## 273 Must enter through front gate of main house and then down path to second open gate. Key will be waiting for you. Cottage is completely separate from main house but you must walk past our home to get to it. Parking is street parking - free, plentiful and safe!
## 274 Guests will have access to the entire home along with the yard and driveway.
## 275 Guest can use the entire boat. We also have free guest parking permit available.
## 276 Feel free to watch TV in the living room, hang out in the dinning room or our cozy backyard ( & take a soak in the Jacuzzi).
## 277 • Urban Bar with Residents' Lounge • 24-Hour Fitness Center with Premium Technogy Strength and Cardio Equipment • Pool for Sunning, Jacuzzi, Swimming and Socializing • BBQ/Outdoor Dining Space • FREE Parking Spots in Covered Parking Lot • Executive Business Center with Conference Room • Private Courtyard with Fireplace • Steps to Hollywood and Highland and the Metro Red Line • Assigned Private Parking • Access to Hollywood Blvd. Exclusive Shopping, Cafés, Restaurants • Walk to shopping, dining & nightlife • 2 min drive to Runyon Canyon • Easy access to Metro Red Line Hollywood & Highland
## 278 • Entire place to yourself! • Guest support 24/7 • Professional maid services • View of Hollywood and Walk of Fame • Stainless steel appliances • Walk-in closet • Oversized double pane windows • Central Air Conditioning • Pool with lounge areas and sundeck • Large Gym • Fitness studio • FREE WiFi • FREE parking • FULL kitchen • Washer / dryer inside the apartment • Natural shampoo and hand soap • Fresh clean cotton towels and bedding • Our maid service uses natural cleaning supplies and detergents
## 279
## 280 You'll have access to whole apartment and all building amenities
## 281
## 282 You will have the entire one bedroom apartment to your self. Has an inflatable mattress with an extra set of sheets and towels for extra guest. Check in time is 3pm and check out time is 11am.
## 283 You have full access to the newly remodeled swimming pool that is located right outside your front door. There is also a laundry room on premises.
## 284 You have full access to all building amenities including gated parking, gym, pool, lounge, business center, complimentary classes and more.
## 285
## 286 You have access to the entire apartment except for the back room. It will be locked.
## 287 Entire apartment, all the kitchen amenities and most cabinets in the kitchen, Guest will also have their own designated closet that includes: drawers, a clothing rod, and a window; space to hang clothing, tons of hangers and space to keep suitcases out of the way. Basically a nice walk in closet with light. You have access to the washing machine in the sundry room as well as laundry detergent. Things dry very quickly in our weather; there's a pull out drying rack for your use!
## 288 Bedroom Shared Bathroom Kitchen (Dishes, Cookware, Utensils etc)
## 289 Parking spots, Apple TV, Laundry room, full kitchen, leaving room and dining room.
## 290 As a guest you have access to the entire apt. In addition to that, have full access to the movie theatre and gym on the first floor of the building
## 291 Please send a note inquiring about availability before attempting to book. You get the entire apartment to yourself with all amenities. Amenities •Chic Reception Lobby • Common room with FREE WIFI • FREE Parking in Covered Parking Lot •Pool •Poolside •Hot Tub •BBQ Area •Lounge •FREE 24 hour Fitness Center • Modern Outside Fireplace
## 292 We do not pass around keys for your safety. An email will be sent from eRentalLock with a randomly generated combination code to access your place.
## 293 You will have access to the laundry room, courtyard and garage. Large studio with hardwood flooring, separate full size kitchen with full size refrigerator, flat screen tv and wifi. Bathroom has been totally remodeled. Located on the first floor in a gated building.Parking available. Please note the garage has low clearance and cannot accept high profile SUV's Laundry facilities and parking
## 294 Guests will have full access of their bedroom and bathroom with a shower and bathtub. Guests also have full access of the kitchen, living room and balcony. Also, feel free to enjoy a game of foosball :)
## 295
## 296
## 297 The house is yours - all appliances, furniture, kitchenwares, pots/pans, cable/tv, washer/dryer. We will have our small office locked for personal items.
## 298
## 299 The whole upstairs is yours to use as is the back patio if the weather draws you outside!
## 300 Your room has a private bathroom with tub and shower, TV and everything that you may need to be comfortable, there is a mini fridge and toaster oven, kettle, if you would like to use the full kitchen in the house please let me know so I can make it available and show you how to use the oven etc. Thank You and look forward to hosting you and welcome to Los Angeles :)
## 301 Apartment has 3 bedrooms. One of which will be yours! Feel free to make yourself comfortable in all of the SHARED spaces in the apartment. The kitchen, double-size living room, and balcony are yours to hang at, but please be mindful of my roommates and their belongings in the apartment.
## 302
## 303 During your stay, you'll have access to the entire house. Depending on the situation we also me be able to provide access to our garage for secure storage.
## 304 Wireless Internet, kitchen, large closet and bathroom.
## 305
## 306 You are welcome to hang in any part of the flat. There is lots of space to chill...
## 307 Everything but the basement.
## 308
## 309 Laundry room, swimming pool, and back yard.
## 310 Guests will have access to entire home, including driveway, front and back yards.
## 311
## 312
## 313 Guest have access to all common spaces, kitchen, living room, balcony, bathroom and parking spot
## 314 Charm. Charm. Charm. Location. Location. Location. Privacy, views, lush native-plants garden in front and back. Fruit trees throughout property. Walk to Elysian Park for nature and hiking trails. Walk to Echo Park cafes. Two bedrooms and one bath both upstairs and downstairs. Spacious dining room and living room in an open space. Oak and bamboo floors, and ceramic tile. Large kitchen.
## 315 In case one of us isn't around when you arrive, you will be able to check in at your convenience using key codes provided in advance of your stay. If you have any questions, comments, or concerns, or if you just want directions to various points of interest or advice on local destinations and cuisine, we are happy to help. Otherwise, we will leave you to enjoy your stay.
## 316 Guests have access to 1 bedroom/1 bathroom private, second story living space with balcony.
## 317 everything pictured
## 318
## 319 You'll have your own pod, and we share everything else. Included: WIFI, toiletries, some food, and projector screen.
## 320
## 321 You will have access to everything in the apartment, including the bicycle (fastest way to travel).
## 322
## 323
## 324
## 325 The pool and gym both are free to access!
## 326 Use the private entrance through the gate on the side of the house. This room has a private bathroom attached you can enter through private entrance on the side of the house by the laundry room without passing through common area. No access to share common space of kitchen and living room. You can access Laundry room and Backyard access.
## 327 There is a courtyard guests can access or pass through upon entering or exiting the house. This area is gated and private to tenants who live on the property
## 328 You'll have access to the entire space.
## 329 獨立衛生間,有洗衣房、客廳、飯廳,Wifi,可以有限使用廚房。
## 330
## 331 廚房, 客廳, 洗衣房可供使用
## 332
## 333 Dining area, family room and limited use of kitchen (microwave, and washing dishes. Parking. Wireless internet may be weak in the bedroom for smartphone and tablet but okay with laptop..
## 334
## 335 The guest room and bath are accessed through a locked driveway side gate to the backdoor of the house. All guests have access to the kitchen, living room, dining room, backyard patio with fire pit and outdoor dining area.
## 336 Large bedroom, private entryway, private bathroom and walk-in closet, includes a microwave, small fridge, counter, but not a kitchen.
## 337
## 338
## 339
## 340
## 341 As a guest you have access to all the rooms seen in the posted photos and the front and back yard!
## 342 Kitchen, stove, shower, basketball courts, children's playground for infants and kids. Laundry room. Handicap ramps and elevators. Plenty street parking. Walking distance from local libraries, CVS, bakeries, 99% store, Parks, Indoor Swimming pool, Banks & JackNtheBox. [Personal driver upon request *cash value*] inbox for prices & any additional quesions.
## 343 Yard below and above the house are accessible, as are the northern and southern decks. BBQ. Firepit. Small deck off of the dining room. Driveway fits 2 cars. Limited street parking.
## 344 The entire apartment is yours though there are others on the property. You also have your own parking spot and your own porch with plenty of room for dining outside. There's also a shared grill that you are welcome to use for outside BBQ.
## 345
## 346
## 347 No access to lower back yard.
## 348 * On site coin operated laundry * Wi-Fi * A/C + Heater * Plenty of safe street parking * Bose speaker system with AUX cable to plug into your device for music or movies! *Board games (in the closet) *A handful of DVD's including the Indiana Jones trilogy
## 349 You have full access to the apartment with wi-fi. We have a fully equipped kitchen with coffee! In the bedroom there will be closet space and a dresser to use, along with the queen-size bed. The living room has a dining table and a very comfortable full-size futon. There will be fresh towels provided.
## 350 The access for our guests is the front door entrance with own front porch.
## 351 Guest are allowed to access the full apartment, the private room with bath. You are welcome to use all the shared areas. including the the fridge :) I'm not a big eater and there is always food, so you are welcome to eat whatever you want.
## 352 Respect the place, share everything
## 353 “El Segundo Entertainer” (Pacific Ocean and Manhattan Beach Adjacent) BEACH ACCESS -Walking Distance -Blocks to El Segundo Beach off Grand Ave. & Pacific Coast Highway (PCH), with parking, fire pits, bike paths, etc. -Slightly North of Manhattan Beach, El Porto Beach -Slightly South of Playa del Rey Beach & Marina del Rey VIEWS FROM THE HOUSE - Downtown City and Recreational Fields - Santa Monica Mountains - Hollywood Hills / Hollywood Sign - Big Bear Ski Mt., Snow Caps - Garden - Yard - Jacuzzi - Pool LOCATION! WALK TO RESTAURANTS, SHOPS, ACTIVITIES 2 Blocks to: - Downtown / El Segundo Main Street & Grand Ave with community vibe - Adorable Authentic Local Restaurants - Bars - Shops - Grocery Stores - Farmer's Market - Recreational 2 pools, tennis courts, fields, parks ENTERTAIN FAMILY AND FRIENDS with -Relax with modern casual style beachy home -Spread out with open-designed living -Cook for large groups with formal casual dining and fully-equipped kitchen, BBQ and outdoor dining
## 354 You can use the entire space, including the kitchen! Please don't be shy and make yourself at home! You are welcome to come and go as you please. We will give you detailed descriptions on how to enter when you book!
## 355
## 356
## 357
## 358
## 359 In addition to your own private room, our guest will have open access to our house which features a full kitchen, laundry room, dining room, living room, shared bathroom, sports room/man cave, vegetable and fruit garden, patio terrace, and detached garage with projection theatre, darts, hammock, bicycle, and work out equipment. Private bedroom amenities you will be welcome to include -free wifi -private room personal 32" LCD Samsung TV with Roku access to Netflix, HBOGO, Amazon, Watch ESPN, and more -towels, toilet paper, and guest shower shampoo and soap -study desk -private closet -clothing dresser -Queen Bed -Ceiling Fan with remote control House amenities include -Free open Street Parking -Printer -Netflix, Amazon, HBOGO, and many other online streaming services -Beach Cruiser Bicycle and lock to explore the area -Washer/Dryer -Work out weights, yoga mats, bench, pull up bar, and ab roller -Basketball, and other sports equipment that can be used at nearby Manor Park -fruit and
## 360 The cottage has a full kitchen, queen bed and yard. Plus washer and dryer.
## 361 Guests have access to a common area with complimentary coffee & tea. Common area has a table where you can sit to eat, work or play a game. Guests may store food/drink items in the refrigerator and use the kitchen for light food preparation - no cooking.
## 362 ALL NEW Appliances(refrigerator, dish washer, microwave oven, gas stove, washer, dryer) Fire place, Big patio for BBQ party, Laundry on site.
## 363 Cooks kitchen, large living room with fireplace and formal dining room. Huge porch with Jacuzzi and views.
## 364 Private entrance, private patio, parking and pool access to backyard sun deck.
## 365
## 366 Access to kitchen, den, bathrooms, pool, pool areas and assigned bedroom
## 367
## 368 Our room accommodations are similar to a high end hostile in an estate home. Please keep in mind that this is a shared space, and that your large room consists of 2 twin or bunk beds, Flat screen TV, your own dresser, hamper, and closet space. You will have full access to the rest of the home. We do have private, 2 person and/or couples rooms, as well as 2 larger master bedroom suites with bathroom, which can accommodate up to 6.
## 369
## 370 Gated property, safe and private. WiFi, TV, comfortable queen size memory foam mattress Private bathroom with full tub, inside room Pool, Lush grounds Continental Breakfast
## 371 You have a separate fridge, bathroom, common area, and cooking facility to use connected to both your rooms. Your entrance is private and separately accessed through the back yard, and not from the front main part of the house.
## 372 Guest have plenty of unrestricted street parking, a private patio with a table, 2 chairs and an umbrella. Perfect for working outside or just relaxing with a glass of wine at the end of a long day. There is also a large beautiful front yard space with a table and chairs available to our guests.
## 373 guests have access to the full property grounds
## 374
## 375 Private entrance street parking and cable television and Internet and wi fi.
## 376
## 377 Separate private entrance.
## 378
## 379 No smoking Inside is permitted, 2 large patios available for smoking .
## 380 You have access to living, kitchen and nearly whole house except my room
## 381
## 382
## 383 Private room Kitchen (shared) Bathroom (shared) Parking : Only one spot for 2 rooms. First come first serve. Free over night street parking. Kinda easy too.
## 384 private room bathroom (shared) kitchen(shared) parking space first come first serve Many street parking though
## 385 Entire home (other than the locked bedroom) Parking spots.
## 386
## 387 Barbecue
## 388 Guest access to: 2 tandem parking spaces, on your right as you drive in. Laundry room with washer and dryer. Beautiful yard.
## 389 Master En-suite Private Bath Private Kitchenette area Outdoor deck with dining table Designated parking space on property A 50" Samsung Smart T.V. equipped with an active Netflix account and DirecTv. Additionally we offer free high speed WIFI so you can comfortably get work done from your electronic devices.
## 390 Guests can easily check in through self check-in! Once your reservation is booked, information on self check-in will be provided to you.
## 391 Access to one parking spot behind building, laundry on premises, and outdoor patio. The kitchen includes pots, pans, baking dishes, utensils, drink ware (water glasses, wine glasses, shot glasses etc), keurig, kitchen aid mixer, juicer, stove, oven and refrigerator.
## 392
## 393 Because of our beautiful cottage, we get lots of requests to be a location for Television and Movie shoots. We do not allow commercial shoots here at our home because of liability issues. Guests do have access to the Living room, Kitchen and the spacious backyard. The kitchen was custom designed by a Beverly Hills Chef; it is new and large, with every modern convenience. You are welcome to use the whole kitchen, to prepare some or all of your meals. Feel free to buy your own groceries and store them in the refrigerator. The ingredients for a fresh breakfast are INCLUDED in the price of your stay. The new Laundry and Dryer machines are available for guest use, and washing soap and extras are all provided. Guests are encouraged to enjoy the back yard view for meals or tanning or relaxing in the evening.
## 394
## 395 We do have a large private driveway where you can park two cars. The house is in close proximity to the U.S. Route 101 from Franklin Blvd and the Interstate 5 from Los Feliz Blvd.
## 396 Save for a few private closets, guests are free to access the entire house. This includes living, dining, entertainment rooms; a full kitchen, and a wonderful backyard that includes a large porch that is surrounded by trees. Guests will have their own private bathroom; and their private bedroom will have a lock.
## 397
## 398
## 399 The space has its own private atrium which has a dining table with a great view . There is also a private roof deck w Jacuzzi and heat lamps ( see photos ) Reservations can be made to use this hourly in advance for 50 per hour ,
## 400
## 401 You have access to the whole house, except the back room, which is locked. smoking is permitted on the patio, but please put cigarettes butts in the trash.
## 402 Guests have a secure and separate entrance through our driveway gate to the studio and may come and go as they please. They are welcome to enjoy our lovely, landscaped backyard as well!
## 403 You will have access to the entire house and yard, minus one closet and the Canadian Cabin.
## 404 You have full access to the apartment, kitchen, living space, all amenities and 1 parking space.
## 405 Treat the place as your very own beach house by discovering the fun in all it's amazing amenities
## 406 The boat stays in the slip unfortunately, however, if you are interested in Charters, please inquire for availability and rates.
## 407
## 408 Fresh pot of Starbucks Coffee with a relaxing patio to enjoy the morning.
## 409
## 410 I'll be here during your stay. I'm very friendly but will keep to my room during your stay, so you will have the run of the house. I also have 2 small dogs, a miniature schnauzer and a jack russell, who will be here running around. They are sweet and friendly.
## 411
## 412 Guests have access to the garden and to laundry facilities. Guests have to make arrangements because this requires walking through the main part of the house.
## 413 You will have access to whole loft including living room, dining area, kitchen, bathroom, bedroom on the second floor and bedroom/guest room on there first floor.
## 414
## 415 Private entrance to the main building and the studio.
## 416 The guest bedroom is closed and not to be accessed during the stay.
## 417 Living room, dining room, kitchen, 1 bedroom (queen bed), en suite powder room. Shower is in hall bathroom.
## 418 Guests have full access to the guest house with a separate entrance from the main house and can enjoy the outside area in front of the Guest House. Pool and backyard are for the owners and do not technically come with the guest house however when the owners and owners family are not using the pool and/or the yard you can access it. So after 10am to 4pm weekdays is good during the school year and weekend access is only if owners are not on the property please.
## 419 Guests have full access to this home- and there are no other guests sharing the bungalow. This bungalow, while private, does share the outdoor amenities with the other 3 bungalows on the property. Shared amenities: Pool, BBQ Grill, outdoor table and chairs, Laundry room with iron & board. Pool is not heated and not to be used by anyone else other than guests staying in the bungalows. Outside guests and friends are not allowed at any time.
## 420
## 421
## 422 Guests can utilize the living area and kitchen. Head up to the top of the stairs for inspiring Venice views from this cozy roof-deck containing a 4 burner propane grill, crystal fire-pit, workout bench, plant life and lighting decor!
## 423
## 424 As a guest you would have access to the kitchen, but we take cleaning up after yourself seriously. Please take care of the dishes, and use the correct spatulas for pans so as not to scratch them up. The Dishwasher does not really work, so we use it as a large drying rack, please do your dishes right away and then place them in the dishrack.
## 425
## 426
## 427 Direct Separate gated entrance to Unit Saltwater Pool Jacuzzi (Spa) Lounging area Outdoor seating/dining area Large backyard with volleyball court and ping pong table Private Dry Sauna WIFI DISH Network
## 428
## 429 Yard, outdoor shower, Fire pit. Street parking. Separate entrance.
## 430
## 431 Entire House & backyard is yours to enjoy.
## 432
## 433 Whole house and yard
## 434 Wifi, TV with Amazon Firestick, beach across street. Queen bed, futon sofa which turns into bed, all bathroom supplies provided. Also, there is a laundry room on site in the basement.
## 435
## 436 Guests will have access to the room with private bath (with a shower), as well as the back patio.
## 437 As an FYI Airbnb Does NOT CHARGE the DEPOSIT to your credit Card. Just if anything Happens a claim can be made to the amount :) *Keys: I can meet you with the Keys or there is also a lockbox, 1 key for gates, 1 key for house a & 1 key for parking space if booked.
## 438 Wifi access, full Kitchen, laundry on premises.
## 439 Everything
## 440
## 441
## 442
## 443
## 444 It is a self-contained upper floor (but at street level) apartment .. 2 large rooms with a balcony looking across the city, a bathroom with shower and bathtub, and a kitchenette. Private entrance.
## 445
## 446 Washer and dryer Heated pool Jacuzzi hot tub Courtyard Gas grill Hair dryer Toaster Keurig coffee machine, coffee, tea, sweeteners, etc. Sun-bathing lounge chairs Outdoor fireplaces Iron and ironing board Mini refrigerator Futon (couch that folds-out into a bed) Closet with hangers Wifi Heater and air conditioner Towels Shampoo, conditioner, body wash, shaving cream, etc.
## 447 Yard, front garden and Driveway are shared. 1 parking spot in driveway is available for guest use - best fits a small to medium size car but a 4-door sedan or SUV can fit with straightening out.
## 448
## 449
## 450 We hope you will make your self at home and enjoy the whole house, the chefs-style kitchen, the beautiful and private garden with several terraced patios, a large hot tub, an outdoor dining room with speakers, and a writing room in the top level terrace that is a perfect space for working, napping, or just bringing a glass of wine up to watch the sunset over Los Feliz. There is also a large flat screen TV set up with cable and wifi as well two very unique and stylish bathrooms.
## 451 The whole house is yours!
## 452 Pool, hot tub, Gym, balcony, Bicycle, wi-Fi, direct communication with the host.
## 453 Free Wi-Fi. Guests have access to the kitchen and coin-laundry.
## 454 LED lights. Large speaker. Projector. Wifi.
## 455
## 456 Tennis courts, pool and jacuzzi, private patio with BarBQ, Koi pond, waterfall and a great view. (URL HIDDEN)
## 457
## 458
## 459
## 460
## 461 1. Access via front gate or through the alleyway. Each door has its own coded entry and I will give you the code for your door in a text message after you book. The 2 bedroom apartment has its own parking spaces with access from the Alleyway. Please call me and I will show you how to access them. 2. Generally the side gates to my Alley are closed but not locked when it's late at night, if you come through them please shut them again with the chain back around it, it looks locked but is not. 3. You will see the back of my house where I park "it has a big balcony with colorful deck chairs on it", you can also access the unit from that yard, gate's are just closed not locked. "Your parking is behind the unit so it will be easy to unpack as it's right next to you're back door." 4. The keys have access to the front and back Alley gates to drive through if you find one is ever locked. 5. There is the little gate key on the keyring which can only open the little gate from this side of t
## 462 Code locks that make your check-in and living very easy and comfortable.
## 463 This is your home away from home. Please make yourself comfortable and enjoy the 42" flatscreen TV with Cable connection, and Complimentary Wifi. For your cooking needs there is a full kitchen outfitted with a French Press, Blender, Toaster, Juicer, Kettle, Cookware, Flatware, and Dinnerware. You can create a lovely meal and relish in your culinary creation at the Vintage Dinning Table which seats 6. There is a washer and dryer in the unit! Fresh clean towels and extra linens will be provided. There are 2 queen sized air mattresses available as well as an iron and ironing board if needed.
## 464 You will have access to 1.5 baths, a kitchen with granite counter tops, dining room, living room with wide screen tv with roku for netflix movies, and 1.5 acre yard.
## 465 Swimming pool Washer & Dryer Plenty of parking Gas BBQ Private bedroom deck
## 466
## 467
## 468 All spaces are allows for access except a locked storage in the backyard. Bathroom and office space is only accessible from the bedroom.
## 469 The room and a bathroom down the hall
## 470 Everything in the house
## 471 Guests have access to entire home / Flat.
## 472
## 473
## 474
## 475
## 476
## 477
## 478
## 479
## 480
## 481 This home is centrally located!! -2-blocks from the BEACH - where you can walk or run the boardwalk, bike, catch a wave, or swim -1/2-block from a large park and kids play area. *Yoga is offered FREE everyday @ 11am and @ Sunset. -Farmers Market every Tue/Sat. -Walking distance to neighborhood shopping and dining This home offers street parking. -Passport (public transit) is just 1/2 block walking distance or water bus/taxi @ multiple locations. -Uber is always just 5-7 minutes for pick up. -15 minutes from Long Beach Airport -Just blocks from 2nd Street/Belmont Shores or downtown/Pine Street -30-45 Minutes to Los Angeles -25 Minutes to Orange County -1.45 Hours to San Diego -1.5 hours to Temecula Wine Country -2 Hours to Santa Barbara
## 482 Have the full run of the apartment except I ask you to please keep out of the room off the bedroom and the room off the dining room.
## 483 Total privacy in the unit, access to the back redwood deck and sitting area, and a large entry area to hang out talk or even BBQ.
## 484
## 485 Enjoy free laundry services located on the mezzanine floor and relax on the common balcony area to people watch and sip local coffee.
## 486 PARKING GYM OFFICE FOR ANY QUESTIONS OR ISSUES
## 487 Private big bedroom with 2 closets and 1 window in a house with 2 rooms. Shared living room with futon bed couch, shared kitchen, shared bathroom and private back yard.
## 488 You have access to the backyard and kitchen.
## 489 Private amenities in The Suite include: - 1 Bedroom with Queen-sized bed and incredible mattress - Suite includes Sleeper Sofa that sleeps 2 - Futon couch that turns into twin size bed - Linens and Covers, Pillows and all blankets are included with each bed. - Towels, soap, shampoo are provided. - Fully Equipped Kitchen: Cookware and Knives, Tableware, Silverware, Brew Coffee Maker, Gas Range and Stove, Microwave - Iron, Ironing Board, and Hair Dryer - Washer / Dryer
## 490 Guests have full use of the house and backyard. Please note there is no garage access and no washer/dryer (We recommend Spin Cycle laudromat on 7th and Termino). Our neighbors are quiet and keep to themselves, and we ask that you respect them by doing the same.
## 491
## 492
## 493 You are more than welcome to use the charcoal BBQ grill if you prefer to cook
## 494
## 495 You will have access to the whole apartment Shared bath and kitchen High Speed Internet/WiFi You may borrow my bike as long as you use the lock 60 inch TV with HD DVD player, Net Flix, and Apple TV in the living room Coin operated Washer and Free Dryer
## 496 Pool, Jacuzzi, and Gym
## 497 •Located on the 2nd level •No Elevator
## 498 For a small fee of 10 per day, guest can rent one of two beach cruisers. You will also have access direct tv with some premium channels along with WIFI for no additional fee.
## 499 Guests can access the whole house, and yard. Full kitchen has all basic appliances.
## 500
## 501 Guest have access to the guest room and parking lot.
## 502 Laundry room , wifi
## 503 Off-Highway location with private access to private sandy beach.
## 504
## 505
## 506 Guests enjoy their own entrance and a private ocean view deck for their morning coffee or tea. Convenient street parking is located adjacent to the property with a lighted trail to the front porch.
## 507
## 508 You will have access to my entire place. There is beach access in my complex, along with coin operated laundry. You'll need to bring your own toiletries/wash cloths. We provide a beginning supply of bathroom tissue and hand soap!
## 509 Complete stand alone cottage, park-like grounds with hammocks, organic garden, rose garden.
## 510 Pool, gym, tennis court, theater, fabulous patio and garden, on site parking, luxury linens, California King, private entrance, on suite bathroom, smart tv and free wi-fi. Kitchen can be shared with some ground rules, if agreed upon in advance.
## 511 For your convenience and safety entry doors are keyless. Prior to your arrival, you will receive text notification with the keyless entry code. Both the doorknobs must be turned at the same time after entering the code. You will have an access to the entire executive suite, gated (dedicated) parking spot and laundry room. Free Wi-Fi and cable TV is included
## 512 You'll have access to whole house; kitchen appliances; cutlery; plates/glasses. Certain cabinets will be locked for our privacy and will clearly be labeled accordingly. The garage will also be off limits as we use it for storage!
## 513 The space is separate from the main house. Guest has access to the backyard, shared space and the outdoor BBQ/grills. Also, access to my coin-operated washer and dryer.
## 514
## 515 LUXURIOUS APT: Our Apartment is located within one of the most LUXURIOUS, and highly sought after apt communities in LA, Park La Brea. Within the apt community itself you have the following AMENITIES: • Gated Community with 24 Hour Courtesy Patrol • FREE Multimedia Theater: Movies play at different times/days • WiFi Garden Cafe with DELICIOUS Coffee overlooking a Water Fountain • Business Center, w/ Copier, Fax, Internet (Fee) • 2 Jr Olympic Salt Water Pools & Jacuzzis (Additional Fee) • Professionally Managed Fitness Center (INCLUDED w/ Pool) • Courtyards
## 516
## 517
## 518
## 519 Private bedroom with access to closet Private bathroom Shared living room Shared dining room Shared kitchen In apt laundry Dedicated parking space
## 520
## 521
## 522
## 523
## 524
## 525
## 526 Guest may use pool downstairs deck, grill and outdoor garden areas. BONUS: Gym may be utilized while hosts are home.
## 527 One spacious room; a small hallway and a private bathroom .
## 528
## 529 Access to 2 beach cruisers, washer and dryer
## 530 You can use the kitchen, dining room, living room, patio, front yard, restroom,
## 531
## 532 Guests will have full and exclusive access to the home (large living room, den, kitchen, dining room, bedrooms, bathrooms, outdoor barbecue, and hot tub). On street parking is available.
## 533
## 534 The room is very private with own entrance and a private deck and a whole backyard that no one else really uses. And the parking is all within the same space for a lot of privacy
## 535 Longer term stay of 2+ weeks will have access to laundry. Unit has own entrance and is completely private. Can be flexible on arrival and departure time depending on other bookings.
## 536 You will be able to access the entire space. Private for you.
## 537
## 538 前院歡迎使用, 車庫和後面游泳池都上鎖沒有開放
## 539
## 540
## 541
## 542 ========================================== Access to your own guest bathroom (with toilet, shower, tub and towels). Please note the bedroom is separate from the bathroom. Queen Tempur Pedic Covered Bed provides for a great night sleep after a long day of exploration. Close by to the world famous Rose Bowl, if you are in town to cheer your team on! Please provide your email address upon acceptance of reservation. You will be emailed within 72 hours of your RESERVATION with complete instructions on everything from directions to how to check in. The building is very modern and secure, so please be sure to confirm the receipt of our check-in instructions.
## 543 Pool, BBQ Grill, WiFi, A/C, Fresh sheets & towels, Shampoo. 2 Bicycles available to ride to shops
## 544
## 545
## 546 1) Fully-equipped kitchen with cooking supplies, dishes, utensils, dish soap, etc. 2) Coffeemaker and tea kettle 3) Half-bath with shower, sink, and toilet (no bathtub) 4) Wifi 5) TV (local channels and movies and shows available on Amazon Prime) 6) Beach stuff (chairs, cooler, toys, etc) 7) Outdoor patio, yard, and eating area 8) Swings and play equipment for young children 9) Virtually anything baby or toddler related (by request) 10) Washer/Dryer in the garage (shared with us) 11) All sheets, towels, and toiletries provided Don't have an Airbnb account yet? Use our referral link to get 20 off: www.airbnb.com/c/bmathews2?s=8
## 547
## 548 1king bed in Masterroom 1queen bed in second floor guest room 1full bed in first floor guest room 1double foam bed in dan room 1huge sofa bed in living room sleep up to 12 people 2200 sqft huge house
## 549 ========================================== Access to your own apartment with full kitchen, living room, desk and bathroom (with toilet, shower and towels). Queen Tempur Pedic Covered Bed provides for a great night sleep after a long day of exploration. Close by to the world famous Rose Bowl if you are in town to cheer your team on! Please provide email address upon acceptance of reservation. You will be emailed within 72 hours of your RESERVATION with complete instructions on everything from directions to how to check in. The building is a lovely Spanish Style Charm building which is secured so please make sure you receive instructions on how to check in.
## 550 You and your guests will have all access to the condo. The condo is the end unit away from the street traffic noise.
## 551 Washer & dryer Backyard Patio
## 552 Off street & side-by-side parking for 2 vehicles, additional tandem parking and parking next to your door is available. Private gated back door entry. Walled outdoor patio access for dining or relaxing.
## 553 Entire house, excluding owner occupied, private garage/ studio. Use of bicycle included in rental.
## 554 Guest have access to kitchen, dining room, bathroom and open living room with even a beautifully tuned upright piano! If you're in need of parking your vehicle, the ample driveway can accommodate...
## 555 You'll have access to the kitchen,backyard,laundry room and living room with all the NETFLIX movies you want!!!...( I'm partial to art house/documentaries and classics...we can discuss your preferences and debate 70's American cinema and the Autuer theory)
## 556
## 557 A dream of a Gourmet kitchen well stocked with spices, pots and pans where you can practice your culinary expertise. Well equipped gym with large cable screen TV, Use of dining room. Dinner and silverware are provided, so you can dine like an aristocrat. Living room also with large screen TV. WiFi, computer and printer. Barbecue grill in patio. Just clean thoroughly after you use it. There is a 5.00 fee per load for use of washing machine and dryer, including detergent. Parking in driveway could be available. Please, ask. Safe street parking, but please, park in front of the house only. Neighbors are obnoxious. We don't want to bother them. Beach chairs are provided
## 558 Guest will be provided with an access key at check in.
## 559
## 560
## 561
## 562
## 563 * Barbecue Grill (natural gas) * Fireplace * Outdoor Firepit * Alarm System/ Patrol Service * Video Projector * Wireless Internet * Fully Equipped Kitchen
## 564
## 565 There is off-street parking on the driveway specifically for you during your stay. You enter through a locked front gate into the courtyard. Your private room is through the french doors immediately to the right as you enter the courtyard. The sheltered courtyard is outside your front door equipped with a couple of chairs and ottomans for conversation or relaxation. Feed the fish, sit outside in the morning with a cup of coffee, afternoon with a book or in the evening with a glass of wine. This is specifically part of your space to enjoy while here.
## 566 One block to beautiful Temescal Canyon Park and hike to the top to see the waterfall. Enjoy the Farmers Market every Sunday. Dine with the myriad of restaurants steps away from your door in Pacific Palisades Village. Walk down the block to sandy beaches of Pacific Plisades, or walk 2 minutes and enjoy the local live theater at Pierson Playhouse. Visit us on July 4th with our quaint parade and enjoy the fireworks at the Palisades High School from your private patio, without getting in your car. Take a drive to Santa Monica's famous Third Street Promenade just 7 minutes away and watch the street performers or see a film. If you want a work out rent a bike and ride from the Palisades all the way to Venice Beach and watch the athletes at Muscle Beach. Go sailing off the coast of Marina Del Rey and catch a glimpse of a dolphin or a whale. Go to Will Rogers for a horse back riding trip or or catch a polo match. Come to the Riviera Country Club for the world famous Northern Trust Open. Spend
## 567 The entire home is available for you except for two rooms that will be locked. Feel free to use everything else - kitchen, two bathrooms, living room and even play the baby grand piano in your room!
## 568 Guests have access to the pool and spa, all the main areas of the house, nearby secret walking trails, tennis courts, playground, and other sport courts in walking distance at the Rustic Canyon Community Center, parking for up to 8 cars on the property, bikes on the premises, lots of privacy, and proximity to the beach, downtown Santa Monica, downtown Pacific Palisades, and tons of restaurants all within a few miles.
## 569
## 570 Kitchen, living room and balcony, I would ask that no cooking be done in the kitchen after 9pm and common areas dark and quiet after 11pm.
## 571
## 572 I like to be there to meet guests when they arrive to introduce the space and provide a set of keys. If I'm not there, I'll arrange a secure way to leave keys for you. You'll have total access to the apartment and the building to come and go as you need.
## 573
## 574 All areas of house are accessible with the exception of the garage and the 3rd bedroom which is used as a home office. For an extra fee (when you select "additional guest") we can allow use of this 3rd bedroom. Please understand that the 3rd bedroom/office has a daybed, which can sleep one person.
## 575
## 576 Guests have access to coin-operated washer and dryer on the premises. Overall, the property is low-density w/ 2 other units occupied/rented by professionals.
## 577
## 578 Entire apartment
## 579 Guests will have access to an on site washer and dryer and secured access to the building.
## 580 Entire place Parking Spot
## 581
## 582 Guests get access to the whole apartment, every wardrobe, cupboard and drawer is yours to use except for just one that we keep our cleaning things in!
## 583 Entire house is accessible for use
## 584
## 585
## 586 One bedroom with king size bed and it's own rest room and TV. The shower is separate, but available to use. Living room with access to TV. Anything in the fridge as long as it's replaced. Free coffee and tea :)
## 587 Guests can use the whole space, including 2 parking spots!
## 588 Kitchen, laundry in house, refrigerator,
## 589 To all common areas and the Gym on the first floor of the building.
## 590
## 591 You have access to the ENTIRE townhouse. Please disregard the reviews from 2013 as they are now outdated.
## 592 You will have full access to the house, private covered parking, up to 2 cars if you park tandem.
## 593 Guests have access to the entire house and back yard / patio complete with a hammock for lounging.
## 594 Guests have access to the living and dining room and share the outside gardens including the outdoor kitchen.
## 595 Access to entire house and garage.
## 596 You're renting a room but have access to entire house... laundry facilities, gourmet kitchen, wifi, garage parking, 5 bicycles, cable TV. I travel 12 days a month for work, therefore you sometimes will have the house to yourself (important: message me before booking to check my availability). Note: For the security of all occupants, a security camera is located in living room.
## 597 I have 2 bikes and happy to share them along with 1 parking space and 2 parking permits for street parking. Feel free to use the cookware.
## 598
## 599 Gorgeous, secluded Craftsman guesthouse with private entrance is hidden behind the main house. Enjoy a family vacation, romantic interlude, or relax after working as you enjoy the greenscape view from wraparound deck, bedrooms and living room. Camillas and azaleas line the walkway.
## 600
## 601
## 602
## 603
## 604 Your bedroom patio doors allow you access to the best views in the house and its own entry! Take advantage of the entire property! Many friends have slumbered under the stars on the daybed, had their dinners outside with the breathtaking sunset view, and cozied up in front of the fire with drinks. It's a beautiful house for your enjoyment.
## 605 House manager will meet and greet the guest at check in and check out. For your convenience lock boxes are available too.
## 606 Parking in garage. Pool and jacuzzi kitchen and washer and dryer!
## 607 Entire house with 2 bedrooms, large living room, Dining room, Kitchen, Laundry, very Large private front yard (with a privacy hedge), Backyard with lounge area and barbecue. The only room there is no access to is a locked 3rd bedroom/home Office which does not contain a bed. That room will be empty during your stay.
## 608
## 609 Guest access via house
## 610 Parking, pool, lava lounge, pool table, gym, courtyards, etc
## 611 Washer and Dryer shared with 8 unit apartment complex.
## 612 You will be using the entire house; porch, kitchen, living room, dining area, back patio, bathroom and the two bedrooms.
## 613 Semi private access to your room. Access to kitchen, office, dining, living and outdoor living spaces.
## 614
## 615 -Rooftop pool and jacuzzi. -Small gym -Large laundry space -2 parking spots underneath the building.
## 616 Outdoor area is off limits. Though the images show a couple views of the patio, for location purposes, rental IS restricted to studio unit. No problem using sitting area for a little rest early morning before hitting the road, to have a cup of coffee, or in the evening to rest after a day of sightseeing. BUT, not supposed to be a hang out for guests to use during the day, let alone to invite friends over. Thank you for understanding and respecting this very important request!! =)
## 617 Guests have access to garage parking (1 space), one bedroom, one bathroom, kitchen, living room and extra twin size air mattress if needed. The living room has an awesome view, a large sectional sofa with 2 electric recliners, a 55" 3D Smart TV, and a PlayStation 4. The hosts' room is not for guest access and is to remain locked, host will not be there during your stay. NO ACCESS TO THE MANAGEMENT OFFICE (please read House Manual)
## 618
## 619 In addition to your own private bedroom (with a full-size bed and brand new mattress, a closet with space for you to hang your clothes, a dresser and computer desk with lamp), you will have access to the living room, dining area and kitchen, and a shared bathroom with separate tub and shower.
## 620
## 621 The guests will have access to the whole apartment including PRIVATE Parking with out any fee. The one bedroom apt come with a full kitchen, bathroom and a king size bed, single bed, sofa bed and a air mattress. You will have access to additional working space with free WiFi, printer and fax machine. If you want to use pool and/or gym the pricing is 10 per person per day. Let me know if you want to use it and I'll bring the passes for you.
## 622
## 623
## 624
## 625 Entire apartment, laundry room located in building.
## 626 Wireless internet and cable included.
## 627 You have access to the entire apartment except one closet space
## 628 You have access to the living and dining room to hang-out, have dinner or do some work. The kitchen is open to use (light cooking only) salads, instant noodles...and is equipped with basic cooking essentials. Feel free to stock up on juices and sodas in the refrigerator (just no eating in the bedroom). Parking within the gated community can be arranged for an extra 5 per day. If you decide not to use our parking permit, there is street parking outside the community but you will need to read the signs to avoid fines.
## 629 All common areas of the house, including the private yard, are accessible to guests.
## 630 To fully equipped apartment. Kitchen with appliances, refrigerator and stove. Bathroom with tub. One bed. Stay out of closet please.
## 631
## 632 Laundry, balcony/patio and kitchen for light meal prepartion or microwave available.
## 633 Guests will have access to the private loft space (bedroom), living room, dining room, kitchen, and balcony.
## 634 Guests are welcome to use the entire home apart from the very separate downstairs 4th bedroom which is being used by the student who will be staying in the home. She also has claim to the bathroom in the kitchen which is hers. There is an additional full bathroom between two of the upstairs bedrooms which is entirely for you. The washer and dryer are downstairs in the student's room so you would just need to coordinate with her a good time to go down there to use those if you need them.
## 635
## 636
## 637 You will have access to the entire house and pool. We keep the garage and back shed locked for owner use only.
## 638 You'll have access to a side gate that will allow you to move in and out of The House at your leisure, and we will provide keys for you so that you may securely lock up the property when departing. We have 2 separate houses on the property, with separate entrances.
## 639 Free wifi, anything in the kitchen, amenities in bathroom, closet, living room.
## 640 Shared Backyard BBQ Fire pit Outdoor table and chairs Bicycle There is plenty of street parking but let us know if you need to park in our tandem driveway on street cleaning days
## 641 Depending on your arrival time, we can plan to meet you at the house or arrange to leave you the key. I'll connect with you the day before arrival. You'll have a private side entrance that leads you through our backyard to your space! You'll also have private parking. We use keys, not keyless - sorry!
## 642 Guests have full use of the private studio, kitchen and bathroom as well as backyard area. Shared outdoor washer and dryer. Freshly laid chicken eggs. Parking is street parking only. There is ample parking available but check the signs for street cleaning days and hours.
## 643 Gourmet kitchen, bathroom, dining and living rooms, grand piano, washer and drier, front and back yards. Close walk to NoHo metro red and orange lines. Great for interns at Universal, WB or Disney studios. Also within walking distance of the Acting Corp and Actors Boot Camp, so it is an ideal location for students visiting for a program.
## 644 Guests access a common area living room, kitchen and dining area.
## 645
## 646
## 647 Guests have access to all bathroom, kitchen shared space areas.
## 648 Hi well wifi, Apple TV, laundry with soap, kitchen with spices and such, also showers with soap shampoo if like also towels. Bikes, skateboards and Razor scooters.
## 649 Completely Furnished with private parking spot, Bluetooth radio, TV, bed, pullout couch, Wifi and all utilities included no party's or loud noises
## 650
## 651 Two kitchens, two living rooms, laundry room, and small work out area outside.
## 652
## 653 Guests will have access to the entire condo and the common pool area - Pool closes at 9pm. But please, do not touch my personal belongings left in the condo.
## 654 WIFI, TV with Roku, Oven, Microwave, Keurig Coffee Maker, Hair Dryer, Clothing Iron
## 655 The apartment is all yours! It includes bedroom and bathroom, as well as kitchen, dining & living room. The second room is for storage only and will remain locked during your stay.
## 656 Kitchen, home theater, living room, balcony, hot tub, putting green, outdoor grilling area, back yard.
## 657 The washer and dryer is for guests staying five days or longer, provided I am available, as sometimes my husband or me are not around. At those times the washing machine cannot be used because it is in a separate locked room outside the home. The property will be undergoing light lawn renovation.
## 658
## 659 You will have access to the entire house except for the front bedroom, the master bedroom and garage.
## 660 Shared living room, dining room, den with fireplace and kitchen.
## 661
## 662 house and private entrance guest quarters off lower deck
## 663
## 664
## 665
## 666
## 667
## 668 WiFi & Netflix access included (we'll give you the codes after you book). Please call Anthony (number provided once you book) to get the keys and see you in - please let him know when you plan to arrive the day before or at least 12 hours before you expect to arrive...or at least touch base even if you don't know your schedule yet. Earlier is better. Thanks! The entire house is all yours of course, as is included WiFi, your own fenced front yard, a full 1-car garage. We're happy to help with other traveler necessities that come up! TV: There's a Roku & Netflix is included with hundreds of free movies & TV series offerings (try something new!), 60+ over-the-air antenna channels.
## 669
## 670 Kitchen, dining room, patio, washer & dryer and living room
## 671 You will have one bedroom and an attached bathroom. The door that goes into our area is bolted on both sides so that your privacy will not be invaded. Outside your entry door is a small ferns and flowers garden with a bistro table and chairs. You can also enjoy views from the front yard garden. You can take the bistro chairs out or there are walls (cushions available) to sit on.
## 672 downstairs, outside
## 673 Very Privately located (quiet) Newly Remodeled Bedroom and Bathroom, on separate wing of house, Brand New "Serta Perfect Sleeper Luxury Super Plush" Pillow Top, Queen Size (Real Bed), and New Wood Floors. In house Laundry Room access for guest staying 8 days or more (please ask first), In-Room Fridge/Freezer, & In-Room Microwave. (Note: If my 2nd room is occupied, it will create a shared bathroom with that other guest). We have 3 Heated Private Swimming Pools, 3 Private Jacuzzi's, Tennis Court, Basketball Court, Miles of Paseos for Strolling/Jogging, Miles of Bike Paths for Cycling. Room has Flat Screen TV with Cable and Hi speed (Super Turbo) WiFi, Large closet and 2 drawer dresser to store your belongings, desk for your laptop with space to write or do your work. Plenty of Free Residential Street Parking. New, Beautiful and Safe Neighborhood. If you are traveling with a larger party, I have other rooms available as well in the house. Guest / Common areas include: kitchen, kitchen
## 674 The guest house has private access and carport parking next to entrance.
## 675
## 676 Access to living room, kitchen, dining room, patio and garage
## 677
## 678 Guests will have access 2 different bathrooms that's they can choose from. Guest will also have access to the kitchen and dining room. Please inquire about parking. If we have space, we would be happy to make arrangements.
## 679 Guests will have access 2 different bathrooms that's they can choose from. Guest will also have access to the kitchen and dining room. Please inquire about parking. If we have space, we would be happy to make arrangements.
## 680 There is a separate side entrance for guests to access the suite.
## 681 Shared living space, bathroom, and patio
## 682
## 683
## 684 Two bedroom, one bath, kitchen, dining and living room all available for use. Private entrance and one back gated entrance to unit. Access to shared outdoor terrace available for outdoor dining and entertaining. Free laundry on the premises and permitted on street parking.
## 685
## 686 在这里配有无障碍设施,公园,BBQ,泳池,儿童娱乐设施等,房间内还准备了洗衣机,电冰箱,微波炉,以及家居用品,给您省钱哦
## 687
## 688 洗衣机,烘干机,厨房里的厨具等
## 689
## 690
## 691
## 692 客厅,餐厅,洗衣机,烘干机
## 693 廚房餐厅、客厅停车库、洗烘衣服,无线上网等客人都可可随意使用。
## 694
## 695
## 696
## 697
## 698
## 699
## 700 The apartment includes wifi, cable with HBO, and A/C
## 701
## 702
## 703 The kitchen and the bedroom and the bathroom.
## 704 Guests will have access to television, internet, shower, toilet, mini kitchen, big closet. Basically everything you would want- minus a washer and dryer. The beach is incredibly close, and we also have bikes that you’re welcome to use. There are lots of things to do in this area, and getting there isn’t a problem at all.
## 705 Will provide detailed info prior to your arrival.
## 706
## 707
## 708 All accessible except one locked closet but a small closet and dresser available for guest use. Large kitchen with seating area featuring all appliances - fridge, stove, microwave, toaster oven, coffee maker, blender and more available to make snacks or meals.
## 709
## 710 Guests are welcome to use all common areas.
## 711 - Full access to entire apartment! - Full use of all amenities! - If you have questions, please message me for more details.
## 712 During your stay, you will have access to: -Private bedroom -Bedroom's own private attached bathroom You will also have free access to: -Living room -Balcony -Kitchen (featuring: refrigerator, stove, microwave, and dishwasher) -Washer/dryer in the unit. We can accommodate four people in my bedroom, with two on the queen bed and two on an air mattress.
## 713
## 714 The house is keyless entry, we will provide password for the guests before check-in, late arrivals are no problem. Parking is FREE. In addition to the private bedroom/Bathroom, the guests can access to the Living Room, Kitchen, Dinning Room, Half Bathroom/Laundry room.
## 715 The room is private and accessible via the dining room. Guests may use the kitchen, dining area, and living room. The host lives in the private space downstairs. An assigned parking space in the rear carport or a permit for street parking is provided for guests with a car.
## 716 - Clean Bedroom, bathroom, modern kitchen, living room with TV and big balcony. - Private parking place in the building (Free). - Two bikes for riding on the wonderful beach of Santa Monica and Promenade (10 per day for 1 bike).
## 717 All of the house, kitchen, two bathrooms and dressers no closet space.
## 718
## 719 Kitchen. Light cooking only. Frying is not allowed.
## 720 Guests are welcomed to use the kitchen as well as the living room provided they clean up after themselves :) INCLUDES THE FOLLOWING AT NO EXTRA CHARGE: POOL GYM TENNIS COURT LINENS AND TOWELS COFFEE *SELF SERVED CABLE TV WIRELESS INTERNET MICROWAVE/TOASTER OVEN HEATING BALCONY LAUNDRY ON SITE
## 721 You have the master bedroom and private bathroom to yourself, and feel free to use the large common area with cozy couches, ktichen, balcony, and in-apartment washer/dryer. Make yourself at home!
## 722
## 723 Common areas include : Both front and back patios. Garage can be accessed for washing laundry. No gym on premise, but the YMCA is located directly in front of us.
## 724
## 725
## 726 You'll have unrestricted access to the studio and laundry facility.
## 727 家用电器 锅碗瓢盆 杂七杂八 啥都有 拎包入住
## 728 水电煤网冰箱微波炉洗衣机烘干机免费停车,所有设施可以使用
## 729
## 730
## 731 No garage access
## 732 Guest room, bathroom, living and dining room, front and back yards. Some kitchen use.
## 733
## 734
## 735 All areas of the home are available for your use, with the exception of the bedroom closets. A rolling rack with hangars will be provided in the master bedroom for your convenience.
## 736
## 737 Private studio apartment with full deck, private bathroom. 40 inch TV with Netflix/Hulu/HBO/iTunes/Apple TV. Refridgerator, Microwave, Coffee Maker, Grill, parking for 1 car.
## 738 - Guesthouse - Private courtyard - Reserved single parking space - There is typically additional parking available on the street.
## 739
## 740
## 741 Feel free to use pots and pans in the kitchen, as well as butter, oil and spices etc. I don't have a toaster yet, I use the oven for now. No microwave and no tv either. There's coin laundry in the basement that you're welcome to use, I have laundry detergent under the kitchen sink. The grocery store, Yummy, is usually cool about giving you quarters.
## 742 Enjoy the balcony off the living room and kitchen, the patios and badminton court. Badminton gear is provided for use during your stay. A laundry room off the main backyard patio can be used at your convenience; laundry supplies are stored in the middle wall cabinet in the laundry room.
## 743 Guests have access to the entire suite and patio -- it is not a shared space. There are two other units on the property, each with their own separate entrances and patios.
## 744 You have access to everything except for my bedroom.
## 745 Laundry, Internet, Cable.
## 746 Access the private yard connected to unit. Both front and back sides of House will have a locked gate. Not accessible.
## 747 Kitchen, Living Room, Dining Room Back Yard and Front Patio Laundry Room
## 748 Guests will have full access to the apartment, BBQ, and yard!
## 749 Bikes in Garage.
## 750 The entire home. It also has two entrances. Guests also are welcome to use the bicycles in the garage as well.
## 751 Private room And bath parking inside the gate next to the unit
## 752 Kitchen, living room, dining room, bedroom, bathroom, pool, spa, sauna,
## 753
## 754 We have a large "fifties diner" styled kitchen, with booths and tables, completely equipped. There are 3 different outside patios to enjoy, all wifi enabled. Our accommodations are similar to a hostel in a very nice home. Please keep in mind that this is a shared space, and that your large room consists of twin or bunk beds, your own dresser, hamper, and closet space. You will have full access to the rest of the home.
## 755 Numerous trails for hiking, our private barbecue area, pool & jacuzzi
## 756 You will have private room and bathroom, also kitchen, living room, washer/dryer, and drive way are shared with owners.
## 757
## 758
## 759 You'll have access to the entire unit. Street parking only Smoking permitted outside only
## 760 Guests are welcome to use kitchen, balcony and the living room.
## 761
## 762 The private cottage comes with its own patio. The backyard is a shared common area for the home. We will provide driveway parking exclusively for our guests. There is keypad access to the cottage for easy check-in. Queen Bed Sofa Bed Wireless Internet Cable TV 42 inch TV Iron Hair Dryer Air conditioning and Heater Kitchen with new appliances Washer and Dryer (shared) Backyard (shared)
## 763 Queen size bed, studio room, own entrance, fully secured building, gated front and back gardens, tons of parking, basic kitchen amenities: fridge, mini oven, grill top, crockpot, pots and pans, outdoor barbecue grill(requires propane), espresso machine, popcorn maker, hot-plate, tennis courts, pool and basketball courts at the end of the block that are accessible to the general public, walking distance from the gym, grocery stores, foodcourts, right on the border of Santa Monica and Brentwood in West LA, mini fridge and many of an in room. Own bathroom. Double headed shower. Access to basic kitchen amenities: fridge, mini-over, cook-top, crockpot, outdoor grill. Walking distance from new metro station. Wi-Fi, cable, Internet, AC, queen size bed. Access to shared common private front and back gardens. A couple of blocks from Metro.
## 764 No use of living room as I work from there. No cooking. You can have partial use of refrigerator.
## 765
## 766 You will have exclusive access to the entire unit and all common areas outside of the building. Additionally, there is a shared laundry facility for the building.
## 767 In addition to your private bedroom and bathroom, you will have shared access to the spacious living room and an outdoor patio. You will also have shared access to a fully appointed kitchen with all appliances and washer/dryer.
## 768
## 769
## 770 Access to all other parts of the house EXCEPT for the other bedrooms.
## 771
## 772 Guests will NOT have access to our laundry room, garage, and pool.
## 773 Peaceful private backyard with hot tub and beautiful outdoor furniture. Washer/Dryer available for guests staying a week.
## 774 You'll have full access to all rooms, both yards, all toys, and all amenities.
## 775 The backyard and pool area are a shared space but exclusive access can be arranged. We can also arrange use of the gas grill.
## 776 Access to the back yard and kitchen. Access to the swimming pool. Access to jacuzzi between the hours of 6 pm to 10 pm. Access to the kitchen.
## 777
## 778
## 779 The backhouse has its own separate entrance. Its a private secured direct access from street to the backhouse garden path area which leads you to directly to door of the unit.
## 780
## 781 The gym, laundry room, pool.
## 782 Access to Front Door and into large Living Room from step up porch facing street. Back door access from service porch to back patio also available. Permit available for street parking in front.
## 783
## 784
## 785
## 786 Guests will have access to the first floor workout room, the outdoor commons patios on the north and south side of the building and, of course, the apartment and all it provides. Everything in this apartment is just for you. We have stocked you up for light snacks and beverages and you can relax while you settle in before trying to figure out where to eat and where the nearest Grocery is.
## 787 Everything :)
## 788 Access only to room being occupied till end of stay.
## 789
## 790 Private Backyard
## 791 Everything
## 792
## 793
## 794
## 795
## 796 On site cleaners, laundry mat, garage, club house, gym with sauna, pool, BBQ grills, and sitting areas located inside the complex!
## 797 Access to every part including garage.
## 798 Guests have a separate entrance private detached guesthouse (separate from main house) and access to the garden for relaxing in the California sunshine.
## 799 Look for the house number above the mailbox. Private garden entrance through backyard. Totally separate home. Guests will have access to the backyard, BBQ area, private parking space for 2 cars, private entrance, laundry room, fully equipped kitchen, cable and fast speed Internet, and printer, outgoing fax machine, landline. Also there is a 24-hour concierge for your service requests. Heater and Ac unit.
## 800 There is 1 Parking spot that comes with the apartment and there is also plenty of free parking on the street, you must pay attention to the street cleaning times. Laundry machine (coin-operated) is in the parking lot, linens and towels are available, a full kitchen with pots and pans, tableware and cooking basics including tea bags and Keurig coffee pods. There is Wi-Fi high speed internet and Netflix.
## 801
## 802 You have access to the building's pool, laundry room, roofdeck and every part of my condo except the master bedroom and the balcony. Kitchen: No cooking. Feel free to use the microwave to heat up leftovers. Please use the refrigerator in your room for your food and beverages. Off limits: The balcony and the master bedroom are off limits. Eating Areas: Anywhere, except for the "off limits" areas.
## 803 Access to all amenities, Kitchen, Balcony, Pool, Jacuzzi, Laundry room. Kitchen with dishwasher, microwave, toaster, all utensils and new pots and pans for cooking. Clean rooms with NEW sheets and NEW towels for each new arrival. Pool and Jacuzzi, secure and gated entry.
## 804 Full access to everything in the house.
## 805 You will have your own bedroom and will share a bathroom with a woman in her early 30s and you will have access to the living room, dining room and kitchen. The apartment is upstairs on the 1st floor, the stairs are on your left when you walk into the building.
## 806 Access to bathroom, living room and patio .
## 807 You will have access to everything in the apartment besides my bedroom. Wifi - 200 MBPS connection Laundry Room All Kitchen Utensils TV I have a beach mat and a beach tent, let me know if you would like to use it at the beach. I also have a volleyball,football and frisbee that is fun to play with at the beach.
## 808
## 809 You will have your own private bedroom and bathroom, as well as access to all shared spaces, which include the dining room, living room, and kitchen. The living room includes an HD digital projector and my extensive film library if you feel like staying in one night for movie. I also have a large vinyl record collection, which you're welcome to browse and play from. If you drive here, I have a tandem parking space in a gated garage which you are welcome to share.
## 810 Entire home. Wi-Fi, Apple TV, Sonos Speakers, Fully Equipped Kitchen.
## 811 You will have exclusive access to the unit during your stay. This is a private full-sized studio apartment. You will not have access to other common areas outside of the unit, such as the back patio, garage & laundry, as these are reserved to full-time tenants. Free street parking is available for guests with cars.
## 812 Guests have own private bathroom, access to a private garage, and use of the kitchen and pool.
## 813 I don't mind occasional use of my kitchen, dinning room, living room, laundry room and even your own gated parking spot if needed. Anything you need please do NOT hesitate to ask and I will do my best to accommodate your request.
## 814
## 815
## 816
## 817 The World-Famous Rose Bowl is very close to the residence, as well as Old Town Pasadena, and a multitude of trendy shops and restaurants. The Rose Parade route also happens to be close to the Oasis- in addition to several world-class museums, such as the Norton Simon, and Huntington Gardens and Art Galleries.
## 818 Private access through own door. Access to own porch. Limited access to backyard.
## 819
## 820
## 821 Guests are welcome to use the pool and the backyard patio furniture. The pool is not heated, but during the hot summer months, the water is a comfortable temperature and very refreshing.
## 822 The back yard has a patio with a gas grill and a gorgeous tiled table made from a tree trunk. There are many tables, making eating outside a special treat. Let me know if you plan to eat outside and I will provide some candles and citronella candles for the bugs. The gazebo has string lights and is beautiful at night. There is a porch swing in the front yard if you want to meet the neighbors as they walk their dogs in the late afternoon and early evening. Bring a book!
## 823
## 824
## 825
## 826
## 827 Rental includes one fully furnished bedroom with a queen pillow-top bed bed and soft sheets. There is also a queen sofa sleeper. The room sleeps up to four people. Two computer desks and a super comfy leather recliner/rocker chair are in the room. A privately accessible bathroom with a sink, toilet and shower/bathtub is also accessible from within the room. Towels, soap, body wash, shampoo, Kleenex tissue, and toilet paper, and 1 blow drier are all provided. You may use the backyard to sun, or relax in the shade all you wish. The pool has a cover, and the pool may not always be clean of debris. Using the pool is at our convenience - we will try to accommodate your requests to swim, but it may not always be possible. Pool hours are from 10am to 8pm. Also, the pool may be cold in some months. June-September is hottest. There must be at least two people in backyard to swim (for safety). Both do not need to swim, or you can just dip your feet/legs. The city of Arcadia does not allow
## 828 房屋所有固定設施。
## 829
## 830 The whole space is yours!
## 831
## 832
## 833 You will need to have the (SENSITIVE CONTENTS HIDDEN) Chrome Cast App on your device(s) if you want to cast/watch television.
## 834 Magnificent city view from a high floor apartment, gym, pool, hot tub, BBQ area
## 835 Guests will be able to access the entire unit, including: bedroom, kitchen, bathroom and balcony. There is also an on-site hot tub and washer dryer unit.
## 836 Rooftop deck with grill, chase lounges, and outdoor furniture for reading/relaxing.
## 837 -Laundry room with washer and dryer in the building. -Fast Wi-Fi connection -2 gated parking spots -Full Kitchen -Sectional sofa bed with memory foam mattress
## 838 Guest has access to the listed and photographed areas during their stay. Upon check in you will receive your keys and gate access.
## 839
## 840 We provide bed linens, towels, blankets, shower gel, shampoo, conditioner, q-tips, iron with iron board, dishwasher detergent, hair dryer, tea, coffee. The apartment has a large living room, with a 42 inch TV with Apple TV, a roomy and cozy balcony, and a fully equipped kitchen (large refrigerator, oven, stove, dishwasher, microwave, toaster, coffee machine, blender..) you can use everything during your stay. We also provide 2 FREE parking spaces in gated garage, your car would be safe and the best thing is that you do not have to deal with street parking and more knowing that in Hollywood it can be really annoying and tickets are not really cheap in here.
## 841 Guests will have access to the entire apartment and designated parking space.
## 842
## 843 ALL INCLUSIVE !!! - Full Kitchen Facilities - 2 Separate Living Areas - Bathrooms - Backyard - BBQ Area - All TVs with Netflix and Amazon Video - FREE WIFI - Street Parking ( No permit Needed) - Backyard Lounge - Backyard and Kitchen Dining Areas
## 844 Pool Wifi Laundry Facility Parking (1 Space Optional)
## 845 No one will be staying with you. The entire unit is yours!
## 846 Wireless internet and pool
## 847
## 848 Guest have access to the pool, Wahing room, Garage, And all the cool stuff outside our doorsteps starting with the famous walk of fame.
## 849 Access to our apartment and entry way.
## 850 My guests will be able to utilize the entire apartment. I will generally not be staying here but will be visiting. Guests will have keys & can come and go as they please. Gated parking is available for 1 vehicle if needed. Keys to gate and unit are provided of course. A neighbor manages for me in case of problems. Entry/Check-in after hours via lockbox.
## 851
## 852 The whole house
## 853
## 854 The pool and outdoor dining/lounge patio area surround the guest house and its access. Everyone refers to our place as a tropical resort.
## 855 The whole house except my room.
## 856
## 857
## 858 Fully fenced back yard. Very private.
## 859 All!
## 860
## 861 Guests have access to the entire property during their stay.
## 862
## 863 The entire house & backyard.
## 864 Huge Living room, Dining area, fully equipped Kitchen, Front Porch, Bathroom. Free coffee, tea and water.
## 865 Full use of house, laundry, swimming pool. Only my master suite is off limits. Tandem parking.
## 866
## 867
## 868
## 869 Full access to unit + all amenities and 2 parking spots
## 870 - Guests will only have access to the Guest House/Studio. - You let yourselves in. The key location will be informed to you once your booking is accepted - Enter the property by walking up the driveway. Your place is by the garage, next to the stairs leading up to the backyard patio. - Park anywhere on the street for free day and night. It is very safe and no permits are required. - Check-in is at 2 pm. Please inform the host of non-daylight late check-in. Check out is before 11 am. Come and go as you please and enjoy a stress-free stay.
## 871
## 872 Entire house and ALL amenities!
## 873
## 874 Living room, bedroom, bathroom, kitchen for storing food or refrigerator. If you need to microwave, toaster oven, coffee pot, that is fine.
## 875 You'll have access to just about every area of the house except the master suite, 1 occupied bedroom and my son's therapy play room.
## 876 Guests have their own private entrance to this space. It was designed as a private suite and private bath with travertine floors, separated from the main house by two inch thick alder wood doors that lock. When looking at picture on site of our home this room is the 3 windows in front. Our street is very quiet.
## 877 Guests can make use of the full house. Garage is full, but street parking is always convenient here if the driveway is not enough.
## 878 Access to laundry facilities and hiking trails.
## 879
## 880 Kitchen
## 881 Guests can enjoy walking and relaxing in and around the expansive 2 plus acre grounds as well as casual and rustic indoor living spaces.
## 882 The entire Dolphin Octagon is available for our guests use only ~ 4 person Max ~ No visitors please! The drought has affected many of our fruit trees :( and as we are on a "well watering system" please be conscious of your water usage ~ thanks!
## 883 Enjoy a walk around the property and a meditative stroll through the peace path, ending under the 300 year old oak, for peaceful meditation. Take a 2 min walk down the street to our neighbor, Arroyo Sequit State Park, for hiking & nature walks. Hike or bike on one of the many trailheads that start near by in the Santa Monica mountains, or go horseback riding at one of Malibu's horse riding facilities. We are six miles up from Leo Carrillo beach and state park on Pacific Coast Highway in Malibu and approx. 8 miles to the 101 freeway, which is a gateway to many local Southern California sites. For an additional price you can book massage and/or a facial, by Ali who is a licensed esthetician and massage therapist, at our cottage day spa, right here on the property. We have a special for our airbnb guests of 75 for either our deluxe 1 hour massage that incorporates Swedish, acupressure and some deep tissue, tailored to your specific needs, or our 1 hour European facial. Before your tr
## 884 We are minutes to Malibu center and fabulous state of the art restaurants and shopping. There is a short ride to the beautiful white sandy beach. The property is 250 acres of hiking trails and nature walks.
## 885
## 886
## 887
## 888
## 889
## 890 We want our guests to feel at home so the entire apartment is available for guest access. Also, guests have access to all common areas which include hallways and the smoking patio.
## 891
## 892
## 893 Access all areas, including a lovely communal backyard (which no one else ever uses).
## 894 The studio has a private patio and private lot with parking available.
## 895
## 896
## 897 Full access.
## 898
## 899 During your stay, you will have sole access to this home including the private use of the outdoor deck area specific to this unit. Keep in mind there are 2 other units in the building, one below you and next to you. All units have their own entry/exit way-- and are completely private from one another. On occasion our in house cleaning staff may use the washer/dryer in the utility room connected to this unit. The utility room has a lock, and you can simply leave that locked during your stay. We value your privacy and will not go into your space.
## 900 The Cabin shares a wrap-around deck with the Bungalow. Use the Cabin deck with pleasure, however, please leave the upper avocado tree deck for the Bungalow guests only. The lower yard is for everyone to share - it's great for dogs and is completely enclosed. The main house has a front yard which is private to the front house. There is a manual walk-gate which can be used by all guests in an emergency or if the gate were to fail.
## 901 Mi casa es su casa, just be responsible and respectful.
## 902
## 903 Guests will have access to everything in the apartment (including private kitchen, microwave, refrigerator), a shared laundry room, and fitness room.
## 904 Guest access 3 bedrooms and 2 bathrooms House, front and back yard.
## 905 Guests will have sole access to the front yard featuring a Victorian-style garden and a brick patio- perfect for enjoying a morning coffee or tea, lunch or a glass of wine. Backyard access is shared - and includes a patio as well as a large green space for one to picnic or otherwise unwind underneath 49 Queen Palm trees. Parking is street parking -- and is first-come - spots are available in front of home on Avenue 51 & behind the property at Hub St.
## 906 The garage is locked and off limits but there is a driveway to park your car.
## 907
## 908 LA EXOTIC LIFE is a full service concierge company. From jets to cars to anything you need... We will do everything in our power to make your stay enjoyable. Also available : grocery delivery, airport pickup, massage, private chef, helicopter ride, surf lessons, private trainer, and more
## 909
## 910 Private house and full access to the yard.
## 911
## 912 You have your own entrance to the property. You also have full access to the pool - it's a bit chilly but it's warming up with the weather.
## 913
## 914
## 915 The main house and garden. There is a separate guest suite on the property. No connection to the main house with separate entrances.
## 916 It's a spacious shared rental. Mi casa es tu casa. Note that the garage is shared with our neighbors. There is street parking only.
## 917 Access through the lower garden gate. You have the two storey house up the flight of steps. A self contained apartment/office in the lower garden is off limits to guests. It is for our occasional use when in town or for our assistant to sort mail etc.
## 918 Guest have access to private room and bathroom, outside terrace, kitchen, laundry, and downstairs living area.
## 919
## 920
## 921 Your entrance is private and there is street parking. We do have nice friendly dogs in the main house so if you are dog friendly that is a plus.
## 922 The grounds, the meditation area, the ponds
## 923 Washer and Dryer
## 924 厨房、客厅、餐厅、洗衣机、烘干机、微波炉、烤箱、后院 Kitchen, living room, dining room, washing machine, dryer, microwave, oven, backyard
## 925
## 926
## 927
## 928
## 929
## 930 You'll have access to your private room and bathroom (across the hall), plus the kitchen, dining room, large living room, and patio with seating and dining.
## 931 Guest House has a private entrance separate from the main house, and covered outdoor living space.
## 932
## 933 Please ENJOY the entire property.........multiple levels of decks and grounds. Drive up to the bungalow, entering through a Private Gate with remote access. Make yourselves at home.....kick up your feet and RELAX.
## 934 Park on the street in front of 20416 Callon Drive, walk up the brick stairs, go through the gate to your left, and you are a million miles away. Enter the Bungalow through the front door opposite front fountain.
## 935 Guests have exclusive use of the entire first floor.
## 936 This is an event listing of the space. Hours for any event needs to be between 8am to 9:30 pm. Check-in and check-out are on the same day and are flexible depending on your event start time and closing time. For filming the cost is different (depending on the number of crew, cars etc), no more than 10 hours maximum (includes set-up and clean up, anything more than 10 hours will be charged hourly and deducted from your deposit)
## 937 Swimming Pool Jacuzzi Lounge Chairs Out door tables Gazebo
## 938 We will give you a code to the gate once you book so you can come and go as you please. If you come home late at night please be quite, thank you.
## 939 Backyard pool Internet cable TV big screen Full kitchen fully supplied
## 940 The studio has it's own entrance and is attached to the main house. Access to a beautiful professionally landscaped backyard with outdoor patio furniture and umbrellas.
## 941 Kitchen has stainless appliances, microwave oven, refrigerator, dishwasher, washer and dryer. Use of the front yard and shared backyard with the owner.
## 942 Please help yourself to use our kitchen and appliances if you'd like to cook or store leftovers, as well as our communal living space. We're happy to share them with you. We also have a washer and dryer in bathroom feel free to use it (please clean dryer filter after using it). You are welcome to swim in the outdoor pool, although it is not heated. You can see it from the patio. On the patio you can do BBQ if you want to.
## 943
## 944 Private shared bedroom, Private bathroom, Kitchen, Living room, free coffee and Internet.
## 945
## 946
## 947
## 948
## 949 Both Houses... Yards and all Amenities.
## 950 Building offers pool and spa with a large deck. Ample guest parking is available in the building with validation provided, valuable for the location! Also enjoy access to 2 beach cruisers. Get the full Santa Monica/Venice experience with no need for a car - a huge plus in LA! Available amenities include TV with cable, wireless internet, AC and heat, fully equipped kitchen, washer and dryer.
## 951 Guests have access to everything in the home.
## 952
## 953
## 954
## 955 Amenities: Spa Wi-Fi High-Definition Flat Screen TVs with Cable 2 Firepits Barbeque Lounge Chairs Parking Available Washer/Dryer on Premises New Stainless Steel Kitchen Appliances Espresso Machine Bathtub and Shower Tempur-pedic Mattresses on Beds Outdoor Home Theater Outdoor Bar Area Outdoor Heating
## 956
## 957
## 958 You'll have access to the front patio, living room, dinning room, kitchen and one bedroom. We have a second bedroom which is locked unless we agree to open it for more guests. You'll also have access to the washer and dryer in the back of the house.
## 959 You have access to whole apartment (except my bedroom and my private bathroom).
## 960 Entire home, including gated front and back yards, plus front and back decks. HD TV + Apple TV which features Netflix, HBO Go, and Itunes, guests can access with their Apple ID. Outdoor Shower BBQ - Propane Grill Outdoor Dining Table Outdoor Heat Lamp Parking in street - please read signs for street cleaning Guests may temporarily park in the alley behind the house, for loading / unloading purposes - Do Not Block Alley. Guest house is off limits
## 961
## 962
## 963 You will have access to the entire main house, front yard and backyard. The office/studio in back will be locked.
## 964
## 965 •High speed internet •Ceiling fan with central heating •Closet with hangers •There is plenty of non permitted parking in front of the house. •5 bikes with locks (shared between renters.) •electric kettle •french press •boogie boards •beach chairs and beach towels all for your complimentary use. •Kitchen access
## 966
## 967 Whole house, fire pit, yard, kitchen. Just please don't go in the other bedrooms.
## 968 You will have access to the outdoor front patio, where there is a BBQ, and you have a two car garage with bikes for use.
## 969
## 970
## 971
## 972
## 973
## 974
## 975 There is a front and back yard, and the entire house is available, with a front and rear entrance. There is a master bedroom and a guest bedroom that has a pull-out bed.
## 976 Guests will have a private entrance to the front door of their bungalow. We have added Restoration Hardware outdoor furniture throughout the property, and we encourage guests to use that up until midnight, at which point we ask that noise is kept to a minimum. We ask that you respect the privacy of the other two Bungalows. They are all divided by gates (with easy access if you want to socialize!) but each Bungalow does have it's own barbecue and outdoor furniture to use. There will be two bikes provided for each bungalow. If you need a third, just ask! Dogs are welcome but please let us know! We are very dog friendly but for the safety of all our guests, we can only allow dogs that have never had any behavior issues with people or other pets.
## 977
## 978 The entire place is yours as you are my guest. We ask that you respect the neighbors as these are my friends and this is my home. Please be considerate and aware. This is Venice make sure all doors are locked and secure when you enter and exit.
## 979
## 980 Guest have private access to our backyard.
## 981
## 982 Studio is attached to a single family home. Private back entrance. (Entrance in alley, parking spot right in front of your door.) Very soundproof, air-conditioning, closet, large dressers, bathroom. premium direcTV-all channels, wifi, parking, bedding, pots pans, toaster, coffeemaker, iron.
## 983 You will have access to the gate surrounding the building, and you can enter the apartment through the front and only door.
## 984 This is a private guest house. It has it's own private entrance so that you can come and go as you please without disturbing anyone.
## 985 Everything in the apartment is avaliable for you to use, besides the closet which will be locked, and the bottom half of the big dresser.
## 986 high-speed wi-fi
## 987 It is important to us that we are here to check you in, and make you feel comfortable. So, it is also important that you be very clear and communicate your arrival time. We plan our day around your arrival so please keep us updated if that time changes so we can be here for you! Imagine you are meeting a friend for dinner; you would not show up 2 hours early, or 3 hours late :) Thank you for understanding!!! Feel free to explore everything our house has to offer! Two full (shared) bathrooms, multiple hang out areas, giant kitchen with provided continental breakfast, multi-level balconies, and magical gardens! Free bikes!! Free parking!! Free laundry!! Free continental breakfast until 11AM!!
## 988 You'll have full access to the entire house except for one room/closet that I store my stuff in while away. Everything else is available to use at your leisure. There is a private living room that solely belongs to you or you may choose to interact with the tenants in the rear of the house and hang out with them in the back living room. The back and side yard are common spaces which are always open and the dogs like to sunbathe back there. The bbq is in the back yard and is available at all times, just grab something to grill from the corner grocery which has everything you could possibly need. There is plenty of street parking with no limits except for street cleaning on Monday and Tuesday morning, but there is a designated parking spot that is available at all times.
## 989
## 990 All of our properties utilize our streamlined self-catered check in process, which means you'll never need to waste time trying to meet up with someone to get your keys. Just follow the easy instructions we'll send you a week before your arrival.
## 991
## 992 All of our properties utilize our streamlined self-catered check in process, which means you'll never need to waste time trying to meet up with someone to get your keys. Just follow the easy instructions we'll send you a week before your arrival.
## 993 Entire house!
## 994 All of our properties utilize our streamlined self-catered check in process, which means you'll never need to waste time trying to meet up with someone to get your keys. Just follow the easy instructions we'll send you a week before your arrival.
## 995
## 996 This exclusive unit includes the following: - Master loft bedroom with queen bed, full ensuite bathroom with shower, and walk-in closet - Living area on the main floor with a comfortable West Elm queen sleeper, queen murphy bed with a Serta Luxury Firm mattress with pillow top, and half bath - Home theatre projector, featuring AT&T u-verse HD TV service, Roku included for access to Netflix, Hulu, Amazon Prime and other services, and additional HDMI connection for laptop - Free high-speed wireless internet - Gourmet kitchen w/stainless steel stove, cooktop, microwave, and refrigerator - Cookware, cutlery, toaster, blender and coffee maker for preparing meals inside - Granite & quartz countertops in kitchen and bath - Washer/Dryer inside the condo - Hair dryer, iron and ironing board - Fully controlled HVAC - Street level entry, or through a secured covered parking garage - Free parking for 1 vehicle in covered garage, plenty of free parking in neighborhood Your building's amenities incl
## 997 Entire House ~ 3 Bedrooms, 2 Baths, Kitchen, Den, Dining Area, Living Room
## 998 I hope you'll make yourself at home during your stay by enjoying full use of the kitchen, dining room, both living rooms and back deck (with grill and a fire pit). Washer and dryer are open for your use as well. There's wifi too.
## 999
## 1000 The whole house is all yours!
## 1001 You have total access to a private one-bedroom/living-room with pull-out sofa/kitchenette suite with private entrance. The entire space is yours.
## 1002 You have access to the entire home except for the laundry room, we keep that room locked. One queen and one full bed are upstairs, and a queen bed downstairs. Each level has a full bath. Please enjoy the front porch swing and rocking chairs as well!
## 1003
## 1004 The entire house is your oyster and yours alone! Guests will have full access to all household amenities including a full kitchen and washer and dryer.
## 1005 Feel free to use the washer and dryer. We'll provide coffee (french press), water, and light snacks (fruit, granola bars) if you'd like.
## 1006
## 1007 Guests get the entire house! Nothing is off limits. The house features two main bedrooms and has a full size pull out sofa bed as well as a full size mattress in the lofted bedroom. There is also a fire pit in the backyard. Your host, Samantha, provides all kinds of picnic gear including a water proof blanket (for those outdoor concerts), cooler and chairs (and to go cups!). The house comes fully stocked with flatware, glasses, mugs, plates, pots, pans and whatever else you can think of needed to prepare meals. Kroger and The Turnip Truck (our local version of a Trader Joe's) are within ten minutes of the house.
## 1008 The entire loft :)
## 1009 "La Casa" guests will have shared use of the back and front yards and the swing set. OFF LIMITS: The deck above the parking spots in the back yard is not available for guest use. It is a future deck and treehouse but is not accessible and there should be no attempt to access it. Also off limits are "The Garage" (the space under La Casita), the trampoline, and the inside of La Casita (the guest house)... unless you are renting La Casita too, which sleeps 4 and is also available for your groups larger than 6. If you would like to enjoy both "La Casa" and "La Casita" please email for availability and details. Here are the listings: La Casita (for groups of 4 or fewer) https://www.airbnb.com/rooms/5998119 To reserve both La Casa & La Casita for your larger groups: https://www.airbnb.com/rooms/6254999
## 1010 The entire building is yours to enjoy.
## 1011 This listing includes the upstairs only (detailed above). Downstairs is also available which includes: ~1,600 total sq ft, including three independent bedrooms, 2 full bathrooms, large living area, laundry, and kitchen. 2 queens, 1 full, 2 twins (trundle). Accessed via interior stairs and an exterior door. Pictures of downstairs can be seen in this listing: https://www.airbnb.com/rooms/9184154
## 1012
## 1013 Video monitored stairway leads you to your front porch and door. Enjoy the outdoors on the front porch...well, assuming it is not too hot outside! Come and go at your own convenience. Check in is 3 pm with easy access at any time after that. Late flight? No problem, unit will be ready and waiting for you! We will email/text the code to access the key. Check out is 11 am.
## 1014 The entire apartment .
## 1015 Private entrace through second front door! Porch space available to sit outside (smoking ok here)
## 1016
## 1017
## 1018 Pool and yard area are available.
## 1019
## 1020 The entire unit with the exception of the owners closet.
## 1021
## 1022
## 1023
## 1024 The entire downstairs apartment is yours and its private courtyard.
## 1025
## 1026 Entire house including large back yard entertaining area, grill, washer and dryer and any toiletries or food in fridge or cabinets.
## 1027 For your pleasure, we have wireless internet, farm-fresh eggs, and local Drews Brews Coffee to help you get going for the day. If you catch us during the warmer months, we may have a sizable garden for you to get your hands dirty or pick fresh vegetables for your meals. I have one bedroom with cozy queen size bed. For one to two night stays, I have a sofa-sleeper that can comfortably accommodate one person for a lesser price. If you need to cook, I have a fully stocked kitchen with just about any appliance that you would want. I have one full-size bathroom with a vanity mirror that is clean and accessible to all.
## 1028
## 1029 Our guests have privacy of the whole house, a full size washer and dryer, side by side refrigerator with ice maker, microwave, glass top stove with 2 ovens, coffee maker, cookware, dishes, etc. Guests have access to front and back yard. The backyard has a new patio with bar-b-que grill and fire pit! This will be your home away from home and we want to make you as comfortable as possible. There is private parking for your convenience in the driveway for 2 vehicles. When you see the RED GUITAR MAILBOX, you have arrived at your home away from home. WELCOME
## 1030 Guests can park in our driveway or on the street, and will have a private entrance through the backyard.
## 1031
## 1032 Shared bathroom between two rooms. Our guests have access to a large back yard, utilitarian living room space & dining room which are set up as a music room space for in the tone of a party environment. For a fee rehearsals can be booked in our writers room or stage room. Full kitchen privileges for a fee of 10 per day will give you access to a your own small fridge, toaster oven, full oven & stove, coffee makers, espresso machine, water distiller, quality pottery & dishware, food pantry storage space.. Bicycle rental for a fee of 10 per portion of a day. Basically its all day but if you're not using it and I want to jump on and take ride, we're good.
## 1033 The guests have ample street parking in front of the home. Parking out back once you enter home (need remote to access)
## 1034 The entire second floor is available for guests. Guests may also use fridge, microwave and keurig in kitchen downstairs.
## 1035
## 1036 A stand alone building, it is all yours to use. A private entrance, A veranda behind it.
## 1037
## 1038 You'll have full access to the space
## 1039 There is a laundry room opposite the patio which is available for your use.
## 1040 There is one front door for the small apartment complex with key access, and the private apartment also has key access. You can come and go as you please.
## 1041 Private entrance through courtyard which is shared with a long-term tenant who has a very gentle, friendly dog. Dog, TrixieLou, never goes out to the courtyard by herself.
## 1042
## 1043 Guests will have access to the entire house outside of 2 bedrooms. Obviously, visitors to New Orleans will want to eat at the fabulous restaurants, but there is a kettle on the stove for evening/morning tea, and of course I can make room in the fridge for leftovers or to-go boxes!
## 1044 Make yourself at home! You have full access to the entire house, minus a few closets containing our personal items. Feel free to use our kitchen to make yummy food and drinks. There is a full size blow-up mattress . Laundry is open to use. If you're sick of going out or sick from going out? We've got Netflix, HBOGo, and Hulu! And there's ample parking around our house.
## 1045
## 1046
## 1047 Private guest access so guest can come and go as they please. Electronic keypad lock on door, so custom 6 digit code can be selected by guest and check-in/check-out is flexible and easy. Backyard is not for guest use.
## 1048 Entrance through the back with bathroom, kitchen, and two adjoining rooms. I live in the front room of the house.
## 1049
## 1050 Entire home
## 1051 A set of keys will be given upon arrival, just let me know if you need more than one set be for you arrive.
## 1052 Guest will have full access to the entire unit and patio area.
## 1053 Entire home.
## 1054 First of all, my home is the top portion of a double, so guest will have to use stairs for both entrances. I have a private entrance if you like, but to access it you do have to walk through the backyard and around the house, which could be a little tricky if it's dark or raining. I also have two dogs which live in the downstairs part of the house. They occasionally will be in the back yard, but I do try to limit this when guest are here. The room and bathroom will be completely private/yours although I might on a rare occasion need something from a shelf that is in the foyer, which I will only access if the guest isn't home.
## 1055 Our house is actually 3 bedrooms but you'll only have access to two as we generally throw all of our junk in the third room. You'll also have access to our backyard and patio.
## 1056 Enter our fenced-in backyard through the wooden gate to access the front door of the guest house. We will leave the outside lights on for you. Check-in is 3:00pm, but we are flexible when we do not have another booking. It's usually best to message us your desired arrival time and we can try to honor it. We will happily e-mail or text you directions to access the guest house. Check out is at 11am and Late checkout is available if we are not expecting a guest the same day.
## 1057
## 1058 Guests will have access to the entire apartment.
## 1059 The pool, tennis court, lawn area and laundry room (located on the side of Apt #9) within the property gates are all accessible to guests, in addition to apartment #1.
## 1060
## 1061
## 1062
## 1063 The porch , kitchen, living room ,bathroom. Nothing is perfect. Neither am I !
## 1064 Guests have their own entrance.
## 1065
## 1066 Courtyard and Kitchen access.
## 1067 You will have access to my whole house.
## 1068 As a guest in our home, you will be able to access the back balcony, which will only be used by you, the laundry room, private bathroom, kitchen, living room, and beautiful front balcony with a view of the bridge over the Mississippi River. You will also have access to two bikes, perfect for transporting yourself around this beautiful city.
## 1069 By renting all 4 suites, you'll have access to each suite as well as unlimited access to the pool patio, hot tub, BBQ, kitchenette cabana and seating cabana with outdoor TV.
## 1070 We offer complementary bikes! They're ugly so nobody will steal them from you. Fenced back yard. The shared laundry room is out back with washer, dryer, iron/board and extra supplies. Adults only pool across the street at The Country Club with cover charge.
## 1071
## 1072
## 1073 The apartment will be all yours. Drawers are available in the bedroom for clothing and there's shelf space in the bathroom. Space in the kitchen cabinets and fridge for your snacks.
## 1074
## 1075 The guests have access to the whole 2809 Soniat side including driveway and back/side yard. The yard and deck are a work in progress but are definitely accessible
## 1076 There is a shared backyard and front porch with our duplex neighbors.
## 1077 Private apartment in classic New Orleans double (duplex) with shared porch, balcony, and backyard.
## 1078 You have access to the entire home. However please be considerate of neighbors when using the backyard.
## 1079 Most of the house will be accessible with the exception of my bedroom and bathroom in the back. There is a full kitchen, indoor and outdoor dining area, quaint backyard and deck, guest bedroom and full bathroom, and living room all available
## 1080 Guests will have access to parking on the street in front of the home (not in the back yard on the grass) and the following amenities: Local Businesses on 12th Avenue South Art & Soul 2303 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Burger Up 12th Avenue South & Paris Avenue Nashville, TN (phone number hidden) (website hidden) Corner Music 2705 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Fork's Drum Closet 2701 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Frothy Monkey Coffeehouse 2509 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Green Pea Salon 2900 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Imogene + Willie Jeans Shop 2601 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Katy K's Ranch Dressing 2407 12th Avenue South Nashville, TN (phone number hidden) (website hidden) Las Paletas Mexican Popsicles 2907 1
## 1081 Guests have access to the entire property. Prior to your arrival, you will receive a unique keypad code that will serve as your keys to the property. This code is changed every time we have a new guest so it is very secure. It will work for the time of your reservation only.
## 1082 Everything in the house. We live very close by, so just call if you feel you're missing something.
## 1083 Full Kitchen access Additonal Rooms available copy and paste this in your search bar.. https://www.airbnb.com/rooms/2131408
## 1084
## 1085 Access to home is by digital code (will receive by airbnb message before check-in) 3 pm Check-in 11 am Check-out All areas of this basement apartment are of use to our guests (including the gas grill on second floor deck), except for the garage and storage closets. Except in the rare cases that the whole house is rented, the door at the top of the inside stairwell will remain locked for your privacy.
## 1086
## Interaction
## 1
## 2 I am available via text messages. Please text me first as I am not always available to talk, and I will call you back!
## 3
## 4 Either I or a local friend would be available to interact with Guests.
## 5 Guests will be able to contact me by phone or email if they have any questions or concerns.
## 6 It is my first time that I am listing a room in my house. I am very independent easy going woman. I ll be here to help you in any way possible to enjoy your stay in Los Angeles. If you have any questions do not hesitate to ask me !
## 7 I give my guests total privacy, allowing them to call me for travel or dining recommendations. I greet every guest personally and walk them through the house and orient them to home features, usage and food access!
## 8
## 9 This is a Private Residence, so a Personal Check-in and Check-out are required. Photo ID Required at Check-in. Check-in: 4p - 7p Check-out: by 11a After hours check-in fee applies to arrivals after 7:00 pm. 7:00p - 9:00p: 40 9:01p - 12:00a: 75 - We are a bona fide corporate housing company -
## 10 I don't work a traditional 9-5 so some days I am home all morning or afternoon. Other days I am gone most of the day. I have classes at UCLA a couple of evenings so I don't get home until after 10:00 pm. In the dining area, a huge table is used for eating and as a work desk when needed. Some days I stay home working or I go work at the beautiful WeHo library down the street. It has a magnificent view of the Pacific Design Center and the Hollywood Hills. You can't do better than this for your personal office.
## 11 • Young, gay professional working in the Entertainment industry • Outgoing, creative, and respectful; very open-minded • Like to keep a balance of fun and work in life • I have shared custody of two small dogs, Bodo (pictured in the photos) and Bang!. I have them every other week. In many people's opinions, they are the best thing about the apartment, so if you want to know if they will be there during your stay, just let me know! • French Press Coffee is made every morning! If you'd like extra, just let me know ahead of time! • Light breakfast is provided upon check in, and I am close to lots of bakeries, cafes, and restaurants (guide book included!) • I have lots of recommendations for things to do from museums, outdoor activities, social activities, nightlife, shopping, etc.
## 12
## 13
## 14
## 15 As much or as little as you would like!
## 16 1. During greeting/key exchange 2. Departure
## 17
## 18
## 19 I make myself available, but tend to live a very busy life. You'll most likely feel like you have the entire condo to yourself!
## 20 Guests are checked in. Host available for your needs during your stay. Additional check in fee for all check ins after 7pm Please Note We do require for all our clients to sign our own simple Rental Agreement. Check in. Inventory List Provided. On Site Maintenance Staff.
## 21 I am available by phone or email almost 24/7
## 22 You can contact me by phone at any time, if you need anything let me know and I'll be there in a jiffy.
## 23 Available in person or by phone anytime. If I am not available, a friend lives near by.
## 24 We are available by phone or email at any time to answer any questions. Always happy to help with queries about the area or offer recommendations.
## 25
## 26
## 27 During the day, I work from home in the apartment. I don't usually come to the apartment at night. There is a full size memory foam pullout sofa in the living room that can also sleep 2. I can provide travel tips and inside Hollywood information to guests.
## 28 I'm a very easy going guy. I give my guest as much interaction as they need. I'm here to answer question when needed, but other than that, I let my guest enjoy their stay!
## 29
## 30 Very accessible to offer any assistance
## 31 Please call/text/email if you need anything (24/7)
## 32 We can be as communicative as you prefer. I will be available through text and email if you need to reach me.
## 33
## 34 Hi, this Mu. My girlfriend and I will leave in this house too. But we will offer an quiet surroundings to you. We love to offer help to everyone. Also provides for the airport shuttle service. Los Angeles guide and low price quote for travel service. LGBT friendly of course. Just let me know if you have any question,
## 35 It's up to you, there is a private entrance with a key safe so you can have all the privacy you want. I won't enter without your permission in advance but I live next door & will gladly help with anything you need as often as you want. I also offer cooking or catering for any diet at an additional cost.
## 36
## 37
## 38 Nelson and I are always be available via text for anything you need to make your stay more comfortable, but also will respect your privacy. We are happy to offer recommendations of local places you may enjoy or assistance in navigating West LA.
## 39 As often as they need!
## 40
## 41
## 42 I am always available on my cell phone
## 43
## 44 Hosts will be available to share info on the area and general info.
## 45 I am available by phone but will only see you in person should you need anything specific. If you do need anything please do not hesitate to ask!
## 46 I can be reached trough out the stay .
## 47
## 48
## 49
## 50
## 51
## 52 Host available on premises to answer questions about the area.
## 53 I'm available by phone or email 24/7
## 54
## 55 We are available via text or phone. We give our guests privacy but are always a phone call away.
## 56 We live in the same block, but we will never bother you during your stay. However, if I can be of any help to you, please do not hesitate to contact me by text or telephone.
## 57
## 58 As often or as little as they want
## 59 We are a friendly family who frequently host people from all over the world. How much interaction is up to you. We will respect your privacy.
## 60
## 61 My mother and I switch off hosting, sometimes at the same time. I am a yoga teacher and designer and my mother is an IT professional. We both work remotely and freelancing so we have time to host and spend time with our guests. We are very happy to offer our home oasis as an opportunity for people to experience the nexus of LA and the myriad choices it has to offer!
## 62 I own the eyewear store down the street CaliSons and live close by!
## 63 I give the guests self check in instructions, but if they need me, I'm just a phone call or text away!
## 64
## 65
## 66 We enjoy meeting new people. We will be happy to help you with everything during your stay! Please let us know if you are interested in bikes.
## 67
## 68 The house is completely yours! We live close by and available if you need anything or have any questions. We are always happy to help!!
## 69
## 70 I'll be out of town, but it is possible that roommates or other Airbnb'ers will be in the other bedrooms. Not to worry--the house is spacious and everyone is really friendly.
## 71 I send out an email that has all the information needed to check in and out in order to enjoy your vacation.
## 72 Available to help the guests throughout their stay. I will help your family settle in and check out. PLEASE CALL ME 1-DAY BEFORE ARRIVAL AND 1-DAY PRIOR DEPARTURE TO ARRANGE CHECK-IN AND CHECK-OUT. Photos will be taken at the end of your stay to see if all is in place for the deposit return. Thank you!
## 73
## 74 We will interact with you as much or as little as you like. Some guests don't ever see us. Some like us to show them around. Either way is fine.
## 75 I am always available to help and welcome any questions you may have on my cel.
## 76 Interaction can be as much or as little as you prefer. Love helping people to have an unforgettable beautiful experience here by the Beach. Can give you plenty of recommendations where to go and what to avoid.
## 77 We would be present for your entire stay, as we live in the main house. Your restroom is shared. We are always happy to provide recommendations for your stay in the area and if you catch us on a good night happy to serve you a homemade meal and have a nice conversation at the fire pit in our garden.
## 78 You have the entire front of the house to yourself, which includes your room, a living room, and the kitchen. If I am there, I stay in a back room with its own entrance and kitchen.
## 79 I am always be ready there to help you
## 80 FEEL FREE TO CONTACT US 24/7 Me and my assistants are here to help you have an awesome experience and want you to come back! If there's anything we can do to make your stay more enjoyable please don't hesitate to ask! We go above and beyond to provide you excellent customer service and make your stay as delightful as possible!
## 81 You can contact me for help if needed.
## 82 We offer them a lot of valuable information of any places to go for fun or business, or pleasure and where and how to find great discounts on many items and places. We guide people all the time, if you need since that's one of our specialties. A Tour Guide. You can even book Tours through us.
## 83 I am available most hours via phone. I work from home or in coffee shops most days.
## 84
## 85
## 86 We let our guests have their freedom and privacy and usually were out and about working but if ever needed were available via text or messaging on the Airbnb app and we always respond quickly
## 87
## 88 You will be able to reach me throughout your stay and I can assist with a guide of Los Angeles's best spots for restaurant, tourism, nightlife etc...
## 89
## 90
## 91
## 92 Should you have any problem you can call me or address to the building manager.
## 93 I can also recommend great bookstores, cafes, museums, beaches, hikes and day trips for you to explore.
## 94 I respect guests privacy but will be available to guide them to activities if requested.
## 95
## 96 You have your own access, but I'm almost always on-site and available.
## 97
## 98 I'm just a few blocks away and available when needed. On occasion, I might drop by with some handmade soaps or other goodies to make your stay more enjoyable, but mostly I prefer to have everything in readiness for you.
## 99
## 100
## 101 I will be available if needed
## 102
## 103
## 104 The living room is shared with me but I most likely will be at the loft area.
## 105 I'll try my best to help my tenants, provide them convenience as much as I can!
## 106 I typically am here to check in guests, and available by phone during their stay.
## 107
## 108
## 109 Arrival time is important. Please inform us of you arrival time so we can meet you and give you the keys and show you around the house. In addition, at that time, we can answer any questions you may have. We are ready to help. We are a phone call away.
## 110 Our interaction will be as little or as much as you prefer. Our on-site host is located in the back unit and is available to give you tips and assist you in any way.
## 111 I am available to help my guest when needed
## 112 We're working professionals so we may be busy with our schedule and may have limited interaction with our guest. Door code will be provided and we may or may not be there to welcome you, we apologize for that.
## 113 My favorite thing about hosting is meeting new people from all over the world and from all walks of life. If you're up for grabbing drinks or getting food, let me know! I've lived in Los Angeles for more than 30 years and have plenty of suggestions! Just ask away! Local experience and local expertise. The "Yelp" phone app is also a popular way to explore Los Angeles. I'm usually on the premises but if for some reason I'm not there, there's always someone in or around the building who would be happy to help. You will be provided with their contact information if needed.
## 114
## 115 I love learning new languages and cultures. If you are from out of state or overseas and love to chat, be my guest! Text me or call me anytime should you need further assistance but I have a clear Q&A house manual in the guest room for your convenience.
## 116 I will be available for help or questions while you enjoy your stay here.
## 117
## 118 Zero interactions with guest, total privacy
## 119 We are available to help guests 24/7 by phone, text, email, and through Airbnb. We are here to help you have an amazing DTLA experience and want you to come back! If there's anything we can do to make your stay more enjoyable please don't hesitate to ask! We go above and beyond to provide you excellent customer service and make your stay as delightful as possible
## 120
## 121
## 122
## 123 If you want to leave your bags early before you check in, we will do our best to work with you if possible. You are welcomed to come pass the unit as early as 2:30 PM, but the room may not be fully cleaned until 6 PM. The wifi is free in all of the common areas of the building, but you should only use it in the LOUNGE AREA because we do not want you hanging around in the front first-floor lobby. The lounge/library is on the second floor of the same building as the unit, so it's literally only a few steps away.
## 124 I can be available within few hours, and will meet you to hand over the key.
## 125 Los Angeles is a big city with much to see and do–we will be happy to make recommendations and explain directions. Our art gallery and store are located on the second floor of the building, so we are usually around to answer any questions or help when needed. We enjoy cooking and the occasional glass of wine or cocktail, and are usually home in the evenings.
## 126 I will be available primarily via text. Airbnb message can be used for less urgent communication. Please contact me for any needs or questions. It is required that any requests for concierge service go through me.
## 127
## 128
## 129 This is my personal bedroom, but I travel a lot for my job. Since you'll be staying when I'm out of town, you'll likely meet my housemate James. Outside of cooking and laundry, you may not see him too often as we both work long hours with a changing schedule. When you do see either of us, we are open to chat but will always allow you your privacy and space.
## 130 Please contact us at (PHONE NUMBER HIDDEN) for any concerns or questions.
## 131 Michael has a very busy schedule, most of his time working within his office space at WIZNU Studio. He will likely be present unobtrusively during much of guests' stay, available for conversation & recommendations.
## 132
## 133 The studio manager will be on site to answer any questions you may have, and give you a run through of the space upon arrival. The manager will also complete a final walk-through with you upon check-out.
## 134 I stay 2 blocks away, so I am easily accessible if there are any issues. Please feel free to text or call anytime. I am happy to assist with any questions. Checking in has never been easier-- it's a keyless process.
## 135
## 136 I am am always on site! If you need anything or have any concerns, please feel free to let me know!
## 137
## 138
## 139
## 140
## 141
## 142 Our front desk staff and bar tenders are very helpful and experienced. The will show you what "to do" and what "not to do" in Los Angeles.
## 143 Available during the entire stay. Call or text 24 hours / day.
## 144 I will be definitely available to help you as much as I can!
## 145
## 146
## 147 Interaction during check in and check out.
## 148
## 149 I am available to help guests 24/7 by phone, text, email, and through Airbnb. Me and my assistants are here to help you have an awesome experience and want you to come back! If there's anything we can do to make your stay more enjoyable please don't hesitate to ask! We go above and beyond to provide you excellent customer service and make your stay as delightful as possible!
## 150
## 151 - I hand you the keys, and then it's all yours!! Also, I live down the street, so I can usually be at the house quickly for emergencies. - I am GREAT with texts and communication, so let me know how I can help!:)
## 152 I am always accessible with texting and phone. We will provide you with sheets, towels, shampoo and other amenities. Happy to give advice on places to eat and sight see.
## 153 I will be there to greet you, show you to the parking space, give you a tour of the building and be available to you 24/7 should there be any issues during your stay.
## 154 The Host will happy to provide information and directions. Host will spend nights in the Living Room and be available at least several hours during the day for questions/assistance.
## 155 Call/text anytime!
## 156
## 157 Our team is only a phone call away for any needs you may have during your stay.
## 158
## 159
## 160 I am available for help 24/7 by phone, text, email, and through Airbnb. I am here to make sure you have an great experience. If I can do anything to make your stay more enjoyable please don't hesitate to ask!
## 161
## 162
## 163 We are right next door and we will be in the house often. Always ready to answer questions or give suggestions.
## 164 Orientation and help if they need it.
## 165 I have a pretty busy schedule but am very friendly and hospitable. Always available to answer questions and make recommendations if needed.
## 166 room service not free 20 /hour
## 167
## 168 I am available for help. I am very sociable although mindful and respectful of others space.
## 169
## 170
## 171
## 172 My mother, Adela, and I will be co-hosting you. I will help you answer any questions while you are booking your reservation and as you arrive to Los Angeles for your visit. I grew up in Los Angeles and now live in NYC. However, I visit my mom at least five times a year and can share many secret spots that will make your visit extra special. My mother lives in the town-house part-time and she will be the one to greet you. We are both world travelers and enjoy sharing stories, food, local and global interests. However, we both also appreciate privacy and quiet, which is why we enjoy this townhouse. We are here to help you check-in smoothly and make the most of your trip to our hometown!
## 173
## 174 I live in the complex and can be available in case of emergency.
## 175 While I won't be present at the property, there is an on-site manager, and am always reachable through the Airbnb app
## 176
## 177 You renting a shared space
## 178
## 179
## 180 I will be available through calls, text, and in person. I can also recommend places to go, eat, and drink! I can be reached 24/7.
## 181 I may or may not be in the space when quests are here, there will be little interaction
## 182 I may or may not be around during guests stay. However I come around often and encourage interaction, however more private guests can expect not to be bothered unless willing to socialize.
## 183
## 184 I'm a genuine friendly person, I'm never home much. I'm a grad student and full time IT professional. But, I interact with guest quite well and love to entertain and I'm very generous. I'm from the east coast originally. I love to meet new people and become friends. Oh I was told I'm a great cook!!!!
## 185 Owners are available during your stay for any questions or concerns and tips about LA.
## 186 I'm here if you need me, but will leave you alone so you can enjoy your stay!
## 187 I am available when guests need me. I can always be contacted by phone and I will also be on the premises. Just an FYI, my partner and I have two children (aged 14 and 16).
## 188 I'm available to assist my guests if they need anything. Great experience with my guests
## 189 I am open to your ideas, comments, questions anytime. Don't hesitate to ask. Welcome to read my other reviews so you'll see that I do care and trying to make you feel very comfortable no matter if it is a high-end living or not.
## 190
## 191 We understand the need to give and receive solitude with a balance of healthy interaction. If you are a night owl we would appreciate keeping the peaceful energy and not making it a party house. We are early risers in the morning so we enjoy our sleep. 1 or both of the owners (husband, wife) will be accommodating guests in the space most of the time.
## 192 Along with possible other Airbnb guests, there will always be one person consistently residing in the home that will be pleasant and very helpful if and when needed. Should you desire any support, recommendations or guidance it will be provided, however, if you choose complete privacy do not hesitate to advise us of that fact. Given that each person is allowed the usage of all common areas (living room and dining areas, kitchen, bathrooms, porches, parking and yard areas), it is important that you respect each other's wishes, comings and goings and just be thoughtful to each other.
## 193 A cool neighbor of ours is here for anything you might need.
## 194 Currently, it's my fall semester and my class schedule is such that I have class every (week)day at around the afternoon/evening. I will hangout with you and show you around if I'm free, but it's not a given.
## 195 As far as my hosting goes, I will make myself as available, or as scarce as you'd like. I will always be close by to answer any questions, and to fix any problems. If you want to have drinks and/or be shown some of my favorite neighborhood haunts, I'm down to do that as well!
## 196 As much as the guest needs
## 197 I will not be present during the guest's stay.
## 198 While I won't be present at the property, there is an on-site manager, and am always reachable through the Airbnb app
## 199
## 200 100% Privacy to the guests. You will only see me when I welcome you on your check in & maybe when you check out too. Unless you prefer self check in. But you can also txt or call me for whatever appropriate reason.
## 201
## 202 Available 24/7 for any assistance needed
## 203 Daniel can be reach anytime during the day. Most of the time Natasha is around but she is busy doing stuff to maintain the Castle. Ask her if you need something. We need to sleep as well, so after 10, if it is an EMERGENCY, reach out, if not let us rest for the Tournament of the next day.
## 204 Please feel free to message me with any questions, concerns, or if you would like recommendations to restaurants and what to do around Los Angeles. I am always available on my cell or thru Airbnb so please feel free to contact me if you need more supplies or anything else.
## 205
## 206
## 207 I live minutes away and am available 24/7 for your needs. The level of interaction is determined by your desires, and all of your needs will be met.
## 208
## 209
## 210
## 211
## 212 We usually greet our guests in person to give you keys & show you where everything is, then you have your complete privacy until departure. We are available at all times for anything you may need, but also very respectful of your private space. We live in the main house. Just text or knock on the side door if you have any questions or if you need anything at all. We are here to assist any way we can to make your stay as comfortable as possible.
## 213
## 214
## 215
## 216
## 217 Host lives on premises and available as needed.
## 218 We will be available to offer information and recommendations for restaurants, bars, malls, activity with kids etc.
## 219 You can ask me any question anytime
## 220 Contact LA EXOTIC LIFE for all your vacation needs. 30+ Villas, Cars, Jets, & More. LA EXOTIC LIFE
## 221 I live right next door and I am here to help my guests with directions..... Suggestions.... Reservations.... Anything you need!
## 222 Happy to Help with anything they may need. :)
## 223 I'm always available for my guests and would be happy to share restaurant and nightlife recommendations.
## 224
## 225
## 226 When this house is available, we will have moved to the Pacific Northwest. Our good friend and neighbor is three houses down. He will provide you with keys and will show you around the house. If you have any questions that our neighbor can't help you with, we are readily available via phone or e-mail to make your stay easier / more enjoyable. Preferable check-in is before 9:00 p.m., but we can make exceptions.
## 227 We encourage an easy going, independent interaction, kept to minimum relationship in a household which is friendly, warm and kind.
## 228 I am available to help guest 24/7 by phone, text, email, and through Airbnb. I'm here to help you have an awesome experience. If there's anything I can do to make your stay more enjoyable please don't hesitate to ask. Ill go above and beyond to provide you excellent customer service and make your stay as delightful as possible.
## 229 I do not bother my guests unless they need something, i am here or one of my staff to assist with all concerns. Our property MGMT office is 15 minutes away
## 230
## 231
## 232 We will always be within a phone call, text or email to help you with anything during your stay.
## 233 I will be available to offer help or suggestions of things to do during your stay. Morning Coffee will be provided in a Keurig machine, and I would be happy to do some grocery shopping before your arrival.
## 234 Interaction with you during your stay can be as little or as much as you'd like. I am a great host and I love getting out and enjoying all that LA has to offer.
## 235
## 236 Guests will be co-habitants in my home. They have their own private room but all other areas within the home are communal space. Great place to meet fellow travelers from around the world as well as locals.
## 237 I am available anytime you may have a question or need a suggestion on my cell phone.
## 238 We are here to help make your stay fabulous and memorable.
## 239
## 240 Happy to help in whatever way I can, before going to work and most evenings and on weekends when I'm home.
## 241 I love to greet guest and show them the space and amenities. I am always available via text if you have any additional request.
## 242 We are more than happy to interact as little or as much as our guests request!
## 243 Host will be available to assist traveler during stay, very discreet and respectful.
## 244 If you want to look around downtown LA, we could take you around and try some good food:) Please let us know if you would like to try new things with us~ We would love to do something together! If your interested in Lakers, Clippers, or Dodgers game, let me know before you buy your tickets. I might be able to help you. Also if you want to go to Disneyland, Universal Studios, or other attractions let me know too. I get discounts from work that would be better then paying full price.
## 245 We are always available for phone/online chat. Normally we respond within an hour. Will meet you for check in and available any time for questions or suggestions during your stay.
## 246
## 247
## 248 chit chat at breakfasts
## 249 I'll provide self check in instructions after a confirmed booking on Airbnb, but I am always just a phone call or text away!
## 250 We are always happy to give advice on local facilities to visitors. We will be on hand to welcome guests, and during you stay we will at times make use of the shared back garden - and we encourage you to do the same.
## 251 We will be available via email, and depending on the dates you book also by phone in case you need anything.
## 252
## 253 We have a very comfortable King size-bed for 2 in the Master-bedroom. We respect our guests' privacy but will be happy to help you with any upcoming question and or tips.
## 254
## 255 I am available to help at any time. Let me know any questions or how I can help.
## 256 I will always be available through e-mail and will respond as soon as possible. I also have friendly neighbors that live just across the street and are always ready to help!
## 257 If I'm around please feel free to talk with me. I would be happy to answer any questions you might have and always up for some good conversation.
## 258
## 259 I am available to help via e-mail, message, or phone.
## 260 Im here to help in anyway I can. I work for the Fire Department so am on shifts but whenever you need something you can just ask. And when I'm home I'm available and will prob sit and have a chat if you like or give you your own space, its really up to you
## 261
## 262 There is a house manager who is available on call when needed.
## 263 I am normally available on-site, working out of the garage/studio to address any problems.
## 264 I am available to help guests 24/7 by phone, text, email, and through Airbnb. Me and my assistants are here to help you have an awesome experience and want you to come back! If there's anything we can do to make your stay more enjoyable please don't hesitate to ask! We go above and beyond to provide you excellent customer service and make your stay as delightful as possible!
## 265 I live there so I can be seen at different hours daily.
## 266 I can be reached anytime by phone/ text or in person.
## 267
## 268 I live in the front house and will be available if you need anything or have any questions.
## 269
## 270
## 271 I am available 24/7 to answer any questions or concerns.
## 272
## 273 Minimal interaction. We provide information on house and area. If guests need us, we are happy to be there for them. We are experts on where to eat in LA on every budget. Just ask!
## 274
## 275 When guests have extra time, I'd hangout and chat with them.
## 276 We have maps and brochures of local attractions and can make recommendations for dining in Downtown Culver City. We can help set up surf lessons at Venice Beach. Or you can rent beach chairs, a surfboard or boogie board from us to take to the beach.
## 277 I am available to help guests 24/7 by phone, text, email, and through Airbnb. We are here to help you have an awesome experience and want you to come back! If there's anything we can do to make your stay more enjoyable please don't hesitate to ask! We go above and beyond to provide you excellent customer service and make your stay as delightful as possible!
## 278 I'll meet you at the property, give you a tour of the complex and hand the keys over to you.
## 279
## 280 Throughout your stay, you'll have someone dedicated to making sure your trip is perfect. Available from 9am-9pm.
## 281
## 282 If you need any information about restaurants or sight seeing, just text or call me and I'll be happy to help.
## 283 I am available to help you with any questions or concerns via email, text or phone. The apartment is self check in and self checkout. You may check in any time after 3pm and you must checkout any time before 11am.
## 284 This is a private apartment. We will meet you to give you keys and answer any questions you might have. After that we will be available locally by phone at any time.
## 285
## 286 My availability is open via text or email. Usually I will respond within 1 hour, any urgent matters please call and leave a voicemail if I do not answer.
## 287 I am usually here to greet you, and hopefully to see you off. I am usually staying close by for any other interactions. If you have a U.S. cell phone number all the better! Otherwise we can keep in touch with the airbnb thread, or text messages. I give my guests as much space as they need, but I like to check in occasionally, if it's a long stay, I also like to check in and see how you are getting one. Let me know if there is anything that you need, or any information that you might need.
## 288 I worked in the industry of tourism for a few years and know the city, California and the surrounding states well. If you wish I will be glad to provide guidance on how to experience and explore Los Angeles and its surroundings efficiently or how to pleasantly spend your leisure time. If interested I can even offer professional private guided tours.
## 289 None
## 290 I'll be there to check you in, when leaving please the keys on the counter and lock the door behind you.
## 291 I am available to help guests 24/7 by phone, text, email, and through Airbnb. Me and my assistants are here to help you have an awesome experience and want you to come back! If there's anything we can do to make your stay more enjoyable please don't hesitate to ask! We go above and beyond to provide you excellent customer service and make your stay as delightful as possible!
## 292 Our team is only a phone call away for any needs you may have during your stay.
## 293 I hired a designer to remodel this apartment. Going for the edgy old Hollywood look with a brick wall, painted poster art from the 40's comfortable furnishings. A very spacious studio located in the heart of Hollywood! Walking distance to the Pantages + Mann's Chinese + Hollywood Walk of Fame + W Hotel + Redline (Subway). Can't ask for a better centrally located place in Hollywood! I will handle any repairs pretty quickly and if people need any advice on places to explore I would be happy to help.
## 294 I'm a freelance producer so my schedule can vary from time to time. I am always available via text and try to give super fast replies to any questions!
## 295
## 296
## 297
## 298
## 299 Happy to give tips on tasty places to eat, etc.
## 300 I am available to you for any information, or questionsyou may have, from local dining to directions please don't hesitate to ask. I've lived in LA all my life and know the city well. :)
## 301 I have 2 roommates. One will be traveling a week after I'm gone, so you'll mainly be sharing the living room with only one roommate, when he's not busy working. They will be happy to recommend places to eat, sights to see, and answer any questions. I am also only a phone call away from answering any questions you may have.
## 302
## 303 We live next door, so we are typically readily available BUT we absolutely respect your space. We want you to feel at home and we are more than happy to give you complete privacy, but we're also happy to share coffee or a glass of wine, provide tips on where to go for food, music, and other entertainment, or accompany you to one of the great neighborhood bars!
## 304 Always available to help!
## 305
## 306 We will be just a phone call away.
## 307 I have an assistant who takes care of all my guest's needs.
## 308 Feel free to let me know if you need any help during your stay and I will try my best.
## 309 I can be reached by text with any questions or concerns. I also would love to meet and greet our guests in person if possible.
## 310 When possible, I can be available to check guests in, and I'm also reachable through Airbnb, email, or by phone.
## 311
## 312
## 313 I will be normally traveling but I'm always one phone call or text away. My roommates would be around also so they can help you if you need anything. For consideration to them keep the communal areas always clean as you find them, remember you are only renting a room and the common spaces as bathroom, living room and kitchen are for everybody.
## 314 In house manager will meet you at check in and familiarize you with the property and neighborhood. We are here for anything you may need during your stay and am open to meeting you under the gazebo for some lemonade. See you soon!
## 315 24hr self check-in is available, as the apartment is accessed with an app and a keypad code that will be sent to you via the Airbnb messaging system. You can call me if you have any questions. Otherwise, I will leave you to enjoy your stay.
## 316 Arrangements will be made to pick up keys at location prior to check in.
## 317 as much or as little as guests want. i come and go but am always happy to stop and talk.
## 318
## 319 The floor plan is designed for sociability and security, and we have a teammate living in the space to answer all of your questions and be available from 10am to 11pm daily!
## 320
## 321 However frequently or infrequently you'd like. I'm always available for my guests with advice, ideas, and things to do. You can also do your own thing, get lost in the city of Angels. That's probably what I'd tell you anyway.
## 322
## 323
## 324
## 325 I will meet and greet all guests. Show them around the apartment and provide them with information regarding local restaurants, tourist attractions!
## 326 I will be available to help the guests if needed. Feel free to call or text if you need anything If anything is broken such as toilet running water, please let me know immediately and we will have someone repair asap.
## 327 If you need anything one of our community managers are always around so feel free to shoot us any questions or ways we can help with your stay.
## 328 Most likely I will be out of town so interaction will be limited to mobile communication and check in will be remote and it's work so well for all previous guests and friends of mine.
## 329 可以車載客人去附近火車站、超市、影院、圖書館、醫院、學校、景點等(小费1hour/5.00)
## 330
## 331 有問題請隨時與我們聯絡. 我們會盡力幫你解決
## 332
## 333 I am always available to my guest, for questions concerns and just about anything. I'm always around the property and you can email/call or text me anytime even at night specially if it is urgent.
## 334
## 335 Minimal or as accessible as needed.
## 336 We are very hardworking people (I work at Ralph's Grocery and my wife is a teacher) but we make every effort to greet our guests personally.
## 337
## 338
## 339
## 340 I am available by airbnb messenger and telephone. I check messenger a few times throughout the day, but if there is an urgent matter please give me a call or send a text.
## 341 If all goes well, our interaction will be limited to greeting and key exchange! If you need any assistance, a manager will be available for texts or calls...
## 342 I would of course check in time to time to make sure your needs are met. ALSO: Need to be picked up at the Airport? Ask about personal driver pick ups and drop offs. *Complimentary pick ups for guests coming in from Union Station location downtown.*
## 343 During the winter holidays 2015/2016 we will have very limited availability, but a friend down the street will be available by cell/text if and when you need anything. He's very familiar with the house and neighborhood. Information will be provided when you arrive.
## 344 I can help any time I'm home, & if I'm not there my neighbor, Kate, helps with our guests. I'm also available by cell.
## 345
## 346
## 347 Please call me or email me with any issues that come up. Steve (PHONE NUMBER HIDDEN)
## 348 As much interaction as I can! Sometimes I am able to give a quick tour of the neighborhood or grab a drink and give you the lay of the land. I run a performing arts venue in a warehouse in the Arts District of DTLA, I'd love to invite you to an event! Most of the time I have to do remote check-ins which means I will leave a key out for you and you can check in any time after the scheduled check in time for our mutual convenience. I make sure to make communication and answering of any questions quick and reliable!
## 349 My husband and I are pet-sitting for a friend nearby, so we will be available by phone and in person if needed. The entire apartment is private and yours to use throughout your stay.
## 350
## 351 We respect all of our guest's privacy and needs. We are very accommodating and we want you to enjoy your stay as much as possible.
## 352 I will be there living there too
## 353 I'm the proud owner and remodeler of "South Bay El Segundo Beach Entertainer" Home. I love to give recommendations and help guests navigate their holiday. Please message me if you have ANY questions or comments. I have 3 Co/Host's that help me out. Jenelle, Leslie and Melanie. We are all here to help! I also have a fabulous local El Segundo House Manager named Boris who lives just 10 minutes away who is available to you while on your stay if you have any questions or need help with anything hands on. See my 100% 5-star reviews that mention me, Laura :) by name. BEST WAYS TO SAVE ESPECIALLY IF YOUR DATES ARE FLEXIBLE! Save up to 65% off when you book your vacation for weekend days. Mon-Thurs. are up to 65% off. Also if you lengthen your stay to 5-7 days – over a month you get a bigger savings depending on the season. Book your stay super far in advance (at least 3-4 months to a year) and you get the standard rates vs. the seasonal adjusted rates. Sometimes there are last minute an
## 354 If you would like some advice of places to eat and see we will be more than happy to direct you in the right direction.
## 355
## 356
## 357
## 358
## 359 My fiance and I love to meet new people, and are more than willing to share our knowledge of the best places in Los Angeles, provide recommendations of things to do, or even have a drink and watch a good film projected outside during the nice weather. We also very much respect people's privacy and space if they desire it, and are respectful of any quiet hours if they are desired. We are not at home much during the week as we both are working professionals in the Manufacturing and dentistry industries. During the week we often leave around 7:30am and are not home until the late evening. I can still be contacted readily throughout the day if you have any questions.
## 360 On arrival and if they need anything during their stay.
## 361
## 362 I can help you to find any good place wherever you need.
## 363 Always available for help.
## 364 We are always willing to make our guests feel the most comfortable. We have all the accommodation available. You are welcome to ask if you need something.
## 365
## 366 As often as required, but not in a manner to bother or disrupt their privacy
## 367
## 368 If needed, you can make arrangements with us to assist you with your transportation from LAX to our home. During your stay please feel free to ask questions, myself or one our friendly local tenants will be glad to help you!
## 369
## 370 I am friendly, but will respect your wish if you prefer a quiet space. If you desire, I would be more than happy to help you with your travel goals in the city. I have maps and expertise to make your stay more pleasant. Just ask!
## 371 You may only see us outside, or passing by the windows during certain times. If you are social we are social, and if you are private, we are private. I'm less available, or sociable when my kids are around because they take up my time and energy. Please confirm if you are booking with preference for an adult social large group party experience, or kick back, or private explore on your own type of experience, a large group experience, or If you have kids and prefer other kids around or not. We can accommodate all those preferences, depending if your booking falls on a week for kid friendly stay, or my weeks off from kids to party with you while you stay.
## 372 We provide total privacy for our guests but are here for them to happily help with anything they may need. The studio is a separate and private living space.
## 373
## 374
## 375 Complete autonomy and privacy given to all guest.
## 376
## 377 Minimal interaction with guests due to separate space. Host can be available if needed. Dog walks available for 20. Pre-arrival amenities (stocked fridge, wine, champagne etc) TBD per request. Mid-stay cleaning 30.
## 378
## 379 I am mostly home big interaction if so is requested or needed
## 380 Most of weekends I am out of home
## 381 I'm easy going person and happy to help you anytime
## 382
## 383 We fully respect your privacy. We prefer self sufficient guests. But we will try to answer all of your questions asap (usually within 30 minutes) (SENSITIVE CONTENTS HIDDEN) knows a lot more, like best places to eat, play...than we do :) :(
## 384 No interaction. I fully respect your privacy
## 385 No interaction. We fully respect your privacy
## 386
## 387 The bungalow shares one wall (off of the kitchen/bathroom hallway) with the owner's art studio and extra bedroom. BUT, if it is complete privacy you require, the owner will not use these premises during your stay (upon request.) The place is spacious but everything is on a smaller scale, beds are full size (sofa included). The front house is occupied by the owners' family.
## 388 the guest can call me anytime with any issue I am always available to take care of any situation,
## 389 We will meet you at check-in and make sure you have a comfortable stay. Our work schedules vary from week to week but if we are not home we are always just a text message away.
## 390 I can provide loads of information in-person or through text, whichever is more suitable for you! I've lived in Los Angeles my whole life so I can direct you to whatever you want to do or wherever you want to go!
## 391 There will be minimal to no interaction however I will be available by phone to answer any questions or assist with any issues that come up.
## 392
## 393 I work from my home office located in the back of the property, but I'm always available for any questions you may have. I like to give my guests as much privacy and quiet as I can during their visit, unless they want to chat. I love hearing about different places and my guest's adventures too.
## 394
## 395 We can help you with any of your requests regarding addresses and place to eat visit etc. Feel free to ask for advice.
## 396 This is a shared space; the host will be available to help you throughout your stay.
## 397
## 398
## 399 I or someone will be there when you check in.
## 400 I make myself readily available all at all times :)
## 401
## 402 We are a quiet couple who will give you your space and privacy, however we do live with two trained, very friendly dogs (who also live inside). We will share the backyard space with you in the day, but please let us know if you are not comfortable with dogs. We are happy to help you with any questions you might have about the place or the area.
## 403 While you are staying in Highland Park I may be one of two places: traveling (I write from the road), or staying in the "Canadian Cabin," a self-contained tiny home (micro-home, actually) in the back corner of the property. If I am around I am happy to offer you as much or as little guidance as you might like, as would the quiet and kind Canadian (is there any other type?) who sometimes stays there.
## 404 Please if you need anything don't hesitate to contact me.
## 405 Please don't hesitate to contact me if there is anything I can help with, I available 24 hrs
## 406 My interaction with guests depends upon my work schedule, if I am not close by there will be someone that is if anything is needed.
## 407
## 408 The room is in front of house and offers privacy. We spend most our time in back of house. We respect people's privacy and always enjoy good conversations over a cup of coffee in the common area of the house.
## 409
## 410 I am happy to offer you assistance while I am here.
## 411 We will be as interactive as you want us to be.
## 412 Hosts are available to guests and can help plan your LA getaway. Guests have as much privacy as they desire. We will introduce ourselves and let you in. We enjoy meeting our guests so feel welcome to interact with us if we are home. We also appreciate that some guests want privacy. Feel free to initiate interaction. On weekends, if we are cooking a family breakfast, we will text you an invitation. Feel welcome, but not obligated, to join us. Pets and children welcome. Please let us know if you are bringing a pet.
## 413 I will give you the keys, walkthrough the space and leave. You can call/text me anytime if you need anything.
## 414
## 415
## 416
## 417 I live on the property and have a small, friendly dog (spaniel mix, 15 lbs). He is in the house, but not in the guest room (unless you love dogs).
## 418 We will offer you our phone number if you need to reach us for an emergency or have any questions about cool stuff to do or great place to go eat!
## 419 This home is professionally managed by our company, Air Concierge - we will handle everything from the inquiry to the booking details, ensuring your check in is smooth and safe and any issues with the home during your stay. Our amazing team will not spare any effort to make sure you will feel well cared for by booking this home. Please send us a message with any questions you have here inside Airbnb and we will respond as fast as possible. Thanks!
## 420
## 421
## 422 Call, Email, Text. If I don't respond right away, I may be snowboarding and/or out of service. One of my fellow roommates can help. His contact info is in the House Manual and he is working close in the area.
## 423
## 424 I will not be available for this trip, however my girlfriend will be. She is very helpful and friendly, please feel free to reach out to her with any concerns/questions.
## 425
## 426
## 427 We live in the main house above the studio apartment and are available most of the time.
## 428
## 429
## 430
## 431 Our house is your house during your stay. We are always a phone call or text away to answer questions or provide recommendations, but we are not on the property and you will not see us unless you have an urgent request.
## 432
## 433 As needed, just a phone call away!
## 434 I prefer to meet the guest in the beginning to give the keys and meet them and give a tour. Feel free to call or text if you have any questions during your stay. Otherwise, I just need to see you at the end of your stay to receive the keys back. Hope you enjoy my beautiful space and have a relaxing time.
## 435
## 436
## 437 If you need anything don't hesitate to call or text , I know Los Angeles and Orange County well and Love to Dine out so I can tell you where is good. Also if you need more linens, towels let me know and I will be happy to accommodate.
## 438 As often as needed. However, if a problem arises, I would appreciate the guest contacts me right away.
## 439 It depends on the guest! Do they want interaction or not! Im happy either way... But I will say it's important to me that every guest feels comfortable and that they can approach me for anything they made need from directions to extra towels!
## 440
## 441
## 442
## 443
## 444 After you check in and get oriented, you will have complete privacy in your suite. We will be on hand to answer any questions and help with planning. If you don't need us for anything, you won't see us again until you check out.
## 445
## 446 I'm available by text, email, Airbnb message and phone almost all the time. If you have any questions or concerns, it's easy to reach me. I love it here!
## 447 I will either not be present or may stay in separate private space on property, but will reachable by phone/email for any issues. I may not always be there to greet you, but instructions for key retrieval and emergency info will be provided and you can reach me 24/7.
## 448 This property does have a greeter fee of 50 for all arrivals after 3:30 pm and on weekends. Please pay the greeter directly upon check in. During the weekday M-F there is no fee.
## 449
## 450 We will be traveling, working on some new creative endeavor but our good friend David is in town and very happy to make sure you are comfortable!
## 451 We are local and available for help.
## 452 As often as guests need me.
## 453 This is not a room in a family-home where you will be greeted by the host and receive personal attention. This is a hostel-type setup, with several private rooms that are all rented out individually.
## 454
## 455
## 456 I only live in the other master bedroom suite once in a while. Otherwise this upscale townhouse is very private.
## 457 Im ok with pets, as I have a dog & cat, pet fee is extra 20 per day. This is due to a lot of maintenance watching all animals making sure everyone is ok and managing the potty outings, one goes out, the other goes in, etc.
## 458
## 459
## 460
## 461 I'm Australian, social interaction is part of my nature. Think of staying with me as staying with you're favorite Aunty, make yourself at home. I'm very multicultural, I enjoy people from all over the world, we enjoy all walks of life... Old, young, kids, pets, Gay, straight, married, divorced, any religion, race, height... We enjoy the different energies of wonderful spirits in life.
## 462 We are always open to your questions and will do our best for you to feel home away from home. LA is very busy city that's why it is hard to meet everyone in person but I do have my helpers and together we'll make sure you are happy!
## 463 You will be greeted upon check-in, given a walk thru, and provided with the house keys. During your stay you are more than welcome to contact me at anytime with any questions that you may have. It is my pleasure to be of assistance; I am always here to help. On the day of departure I will collect the keys and bid you adieu.
## 464 When I'm home, we may cross paths in the kitchen or dining area, or perhaps outside in the yard.
## 465 We live on the premises in the main house, which is next to but separate from the guesthouse. We will not interact unless anything is needed or requested from our guests.
## 466
## 467
## 468
## 469 Only when needed
## 470 Any time
## 471
## 472 We are here to show you to your room and we have staff from 7am-9pm. I live here on site as well. We love to communicate via text message so feel free to text us with questions :-).
## 473
## 474
## 475
## 476
## 477
## 478
## 479 If you need anything at anytime, please don't hesitate to write me here, via text or ph(PHONE NUMBER HIDDEN)
## 480
## 481 You are my guest, I just ask that you treat your space with respect. Keep a clean and orderly area, clean up after kitchen and common area use. *A cleaning fee will apply for guest that stay 3 + days. *You are welcome to use freezer/fridge, but prefer no serious cooking *Meal preparation is provided upon request (additional charges apply) *Guest(s) must keep house access doors closed and locked at all times *10 replacement fee for lost keys *NO Smoking on entire property (street or alley OK) *NO Pets Allowed
## 482 I will be avail via phone or email if you have any questions or concerns.
## 483 Owner is on property, but rarely seen.
## 484 We live on the property along with our labradoodle.
## 485 If you need anything at anytime, please don't hesitate to write me here, via text or ph(PHONE NUMBER HIDDEN)
## 486 OFFICE
## 487 I will be available during stay
## 488 I'll usually be at home and can give tourist recommendations.
## 489 We like to give our guests plenty of privacy -- we will only be around if you have requests -- Sincerely, The Blue Wave Team Host is available for advice, directions and assistance anytime during regular hours. • Regarding Calendar availability: Our accommodation calendar is meticulously synchronized several times an hour. If your desired dates show availability, feel free to put in a Reservation Request. If you have questions, by all means ask, but you don't have to ask if the dates are available. Book it! =)
## 490 We are happy to help with local suggestions of places to go and things to do. We have lived in Long Beach for 8 years and recently relocated out of state, however our local house manager, would be happy to greet you upon arrival and assist with any needs. Lockbox access can also be arranged.
## 491 As necessary. Based on my reviews, I have always attended to every needs of my guests.
## 492
## 493 Once your booking in confirmed, I will provide the code to the lockbox where you can access the keys and let yourself in. There will be clean linens, towels, soap and shampoo for your stay along with instructions on how to access WiFi. I am always available via text.
## 494
## 495 I will provide you with the front gate key and front door key. I will also give you the bedroom key. This way you may come and go as you please. Please only have the people you tell me about at my home. I will be sleeping on the full size couch bed during your stay unless I am out of town. Feel free to enter the living room/kitchen when I am in the living room. Before I go to work (7:30/8 am, M-F; 8/8:30-Some Saturdays), I will be using the kitchen to make my breakfast (including the blender for a minute) and the bathroom to shower. If you need the bathroom at a certain time, just let me know. Please let me know if there is anything I can do to make your stay more pleasant.
## 496 As they need me..
## 497 We completely respect the privacy of our guests during your stay. All our guests can easily reach us or your host 24 /7 as you need, we make extra effort to accommodate you and offer you the convenience and comfort staying at any of our properties. For more availability and options of different short term furnished properties in Long Beach or if you would like to inquire further about the location at any specific property, please contact us!
## 498 I will either not be present or present sporadically. My Roomate may be home but typically he works very long hours.
## 499 The owner is also present and available for consultation, directions, local info, etc.
## 500
## 501 There is an on site manager available 24 hours.
## 502
## 503 Monthly rentals include weekly housekeeping at no extra fee.
## 504
## 505
## 506 We want you to enjoy your Malibu experience to it's fullest and are available to assist any way we can. We're usually around should any questions or needs arise.
## 507
## 508 I'm a local - happy to offer some suggestions.
## 509 As much or as little as would like!
## 510 Although often available on-site, the place is large enough and spread so that our paths may not ever cross. If I am here, I can make you a smoothie in the morning or you can make it yourself with fresh fruit, frozen fruit and supplements that will give you every nutrient your body needs. It's a great way to kick off a day in paradise! If you would like to host a dinner party, as long as you clean everything up and replace anything broken or missing, be my guest. The place is very well suited for it either in the fabulous dining room or on the lush garden patio. Emphasis on clean up after yourself and don't break anything or replace it if you do. This does need to be agreed to in advance.
## 511 I’m a Los Angeles native and know a lot about the area. If you would like a recommendation , if you have special needs or concerns, please do not hesitate to contact me directly at ((PHONE NUMBER HIDDEN). I'm here to ensure that your stay is pleasant and comfortable.
## 512 You will have complete privacy and owner will not enter premises unless its necessary or required by the guest for whatever reason.
## 513 I love people, but because the guest house is not attached to the main house often times the most I see of a guest is when I check them in. Especially if they are busy off doing things, but if they spend a lot of time in the garden and I see them I always say hi. I've also had guests that we make a point of doing things together; if I'm going to a party or event & can invite others I generally extend the invitation & I have a few repeat guests that we make plans to get together. I go with the flow & respect your reason for being here; if you are here to write a book or study for exams, or work I will not bother you. If you are here to see sights & visit old friends & I can extend the invitation to something I will.
## 514
## 515 We do our best to ensure that our guests are extremely comfortable within our home.. We truly enjoy getting to know our guests, but should we be traveling (which we do OFTEN) we are always available via text to answer any questions or concerns.
## 516
## 517
## 518
## 519 I am available to guests as I live in the second bedroom. I travel a lot for work so if I'm not at home I am always available via cell, text, email, or the airbnb app.
## 520
## 521
## 522
## 523
## 524
## 525
## 526 Happy to help with questions during their stay.
## 527 Yes of course , we can help if we are at home . There is a very detailed customized guide book available
## 528 Interaction with Guests - Your space and privacy is very important to me during your stay. I am happy to provide recommendations on request.
## 529 Available anytime
## 530 I will be happy to help you if you need anything!
## 531
## 532 Myself or my wife will greet the guests upon arrival to give a brief tour. I will always be responsive when needed, and if you'd like a tour guide, I am happy to point you in the direction of some great spots in the area!
## 533
## 534 I respect their privacy and would only interact to see if they needed anything
## 535 I will available to host your stay and to make sure all of your needs are met. I will provide a guide to help you get around and am happy to recommend activities.
## 536 I am friendly and am only looking for honest, friendly and respectable guests. I can be around to help if need be as I work close by but you will have all the privacy unless you need to reach out to me.
## 537
## 538 Owner is available to help if needed
## 539
## 540
## 541
## 542 ========================================== If I’m available and around, I typically try to greet guests so that they can get situated. I provide a list of suggestions in our check-in manual about nearby restaurants and attractions and direct them to the guidebook that I printed out and left in their room. Of course, privacy is respected.
## 543 As needed, we are close by.
## 544
## 545
## 546 The guesthouse is detached from the main house, where we live. You will have full privacy but if you need anything or have any questions, we are just a stone's throw away. The guest house will be professionally cleaned before your visit. But if you are staying for an extended time, you may request professional cleaning for a fee of 50.
## 547
## 548
## 549 ========================================== If I’m available and around, I typically try to greet guests so that they can get situated. I provide a list of suggestions in check in manual about nearby restaurants and attractions and direct them to the guidebook that I printed out and left in their room. Of course, privacy is respected.
## 550 I work nearby in the Pasadena/San Marino area which is why I purchased this condo. I am always available 24/7 by text or phone with any questions or concerns.
## 551 We will be out of town but will have a family member close by.
## 552 I am willing to arrange a flexible check-in/check-out time to accommodate guests with their specific needs/special events. After submitting your reservation request, please add additional guest names and contact information immediately following the checkout page. Upon request and availability, I am willing to provide and/or arrange transportation to and from the Rose Bowl. There is access to a washer/dryer. Double garage storage space available for bikes and/or camping equipment. We are happy to answer any questions and recommend restaurants and area attractions.
## 553 At check-in.
## 554 More likely than not, one of us will be home. This is a shared environment situation, with no private bath offered. Suited perhaps more for the individual traveler more than for couples since bed is a full, etc.,.
## 555 Anything you need to know,routes to take,places to see,we're here to help..if not we can always (SENSITIVE CONTENTS HIDDEN) it :-)
## 556
## 557 Love socializing with guests. I am a people's person I am a motivator. If you are feeling down, come here. I can energize and make anyone comfortable and happy. The warm atmosphere will allow you to feel at home the minute you walk in the door. We have very interesting gatherings with guests, where we discuss music, art, museums, and Europe in General. Hundreds of guests have been happy here
## 558 I am available via texts, telephone and emails to assist our guests with whatever needed.
## 559
## 560 Happy to help! I have a Welcome Letter with information on local activities and Restaurants in the area.
## 561
## 562 I am always available should any issues arise!
## 563 Housekeeper or landlord will welcome you in person.
## 564 We are available to make sure our guests have their needs met, and are happy to provide information and guidance about Los Angeles in general and our neighborhood in particular. We've lived here for over twenty years, so we have quite a lot of information at our fingertips.
## 565 I like to do a meet and greet upon your arrival. Your comfort and privacy is a top priority to me, so I will be readily available if something is needed during your stay. I work from home and if I am out, I'm always reachable by phone or text, or a knock on the door.
## 566 Immediate response to texts, 24/7. Your comfort is our top priority. Please communicate, and let us know how we can better serve you. Non emergency repairs will be done at the first business day after requests
## 567 We will not be at the house during your stay but are very responsive if you need anything.
## 568 We live close by and like to be available to assist when needed. However, we also want our guests to enjoy their privacy so try to respect that as much as possible.
## 569
## 570 I work at home in a guest house out back, so I'm close by but not in your hair.
## 571
## 572 Very happy to be available for my guests, so don't hesitate to call/text me when you need any assistance! I moved here from Ireland 15 years ago and I know it can be useful for travelers to have help in a big city like LA. And I worked as a student counselor at UCLA, so I like assisting students also. I will be available to provide information on taking the Bus/Train around the city, on local restaurants and nightlife, as well as major landmarks, attractions, beaches, etc. I work during the day, sometimes at home, and sometimes at night. But I don't cause a lot of noise at night and my presence is pretty minimal, so I invite you to make yourself at home!
## 573 If you want to hung out with me, It would be glad for me!
## 574 We can arrange for easy delivery of the keys. Someone will be available to manage the property if I am not available in person.
## 575
## 576 We are friendly and hands-on host. We are not only available for your check-in/check-out, but we are near the premises and available for advice, questions, and suggestions. Additionally, Keishia is a certified yoga instructor, so if you would like a private one-on-one session on the patio, please let us know. We are also big surfers, and can point you in the right direction, if you'd like to try it during your stay.
## 577
## 578 I am available to answer questions most afternoons and evenings and will provide my telephone number and email address
## 579 We both have busy schedules but always love to entertain and are totally cool if you just want your own privacy too.
## 580 Whenever needed.
## 581
## 582 We will be around to help as we live nearby. At times we have a lovely lady who will be your contact while you are staying, she lives nearby also and can help you if you need it. Otherwise you will have no contact unless you want it apart from the exchange of keys but you are free to say hi to the other apartment owners as they are all very friendly! If you need any help we are only minutes away!
## 583 Perfect for families with kids, babies seeking to visit Jewish Los Angeles.
## 584
## 585 We can be reached reached via Airbnb app and text message through the week except between Friday night and Saturday day.
## 586 I'm not home most of the day, and I like to give people their space so they can feel comfortable enough to treat my place as their own.
## 587
## 588
## 589 Management as needed
## 590
## 591 The unit is managed by a professional management company. We welcome all questions or help with any special travel needs or recommendations to restaurants in Old Town, Glendale, Chinatown, Burbank, Downtown LA, and especially Koreatown which is only 20 minutes away!
## 592 Please contact me with text message or email. I respond pretty quick to any request.
## 593 I am more that happy to give suggestions of where to go to eat and what to do during your visit.
## 594 Our family lives in the house , but mostly stays in the back of the house, while guests use the front part of the house.
## 595 Assistance provided 24/7.
## 596 Since LA is the entertainment capital of the world... you are the star of your stay. I'm simply the supporting cast. You need help finding the best restaurants or the hidden jewels that no tourist know about? I can guide you in the right direction. Want to join me for tango, yoga, swimming, biking... you're welcome to tag along. You have your visit all planned out? I'll be invisible and you'll be on your own. It's all about you.
## 597 I rent the unit out when I travel to Asia or locally, so I'm not in the neighborhood typically. Almost always available by phone/email for questions.
## 598
## 599 Always accessible via phone, text or email; however I value my guest's privacy and interact only per their request.
## 600 If you would like to meet at check in we can arrange that but I like to give you privacy and let you check yourself in. I like to keep check-in very simple :) Once you book you will receive a welcome email with all instructions you need to know to access the unit.
## 601
## 602
## 603 I have lived in Los Angeles for over 15 years. As an experienced traveler I am available to answer questions, and give suggestions.
## 604 I will be either in the studio (writing and designing) during the day, and slumbering in one of the other rooms at night. The bathroom is shared with one other room.
## 605 House manager is available at all times. Transportation, tours, special request available as needed.
## 606 Often whenever they wish im just a text message away.
## 607 Will not be present during the guest's stay.
## 608
## 609 Always available either on the property or via phone & email.
## 610 At night only
## 611 Will not be around for interaction. You will have complete privacy.
## 612 I will definitely be guiding you for everything about the your trip, the city and whatever you need.
## 613 You can text me anytime, I am quick to respond. I will be in and out of the house.
## 614 I am a full time student and attending California state university Long Beach, very busy throughout my days, but would love to answer you're questions when I am available.
## 615 Contact Ali (preferably by text) for any questions, he will respond within a few minutes!
## 616 I am definitely around to offer any advise, tips, recommendations, etc. Please, do reach out in case you have any trouble while visiting around as well. I'll do my best to help. :)
## 617 I am happy to guide you through all of the LA attractions and destinations. Friendly and hospitable, I am available to help you at anytime. I am more than happy to provide any information about the city and my favorite spots. I love that there is so much to do within walking distance in the Miracle Mile neighborhood and it is so central to everything. Santa Monica beach is just a short drive, or bus ride away. The Grove outdoor mall is right here, many restaurants, bars, shopping, and parks all around us! Beverly Hills and West Hollywood are a short distance away, and major shopping street Melrose Ave and Beverly Mall nearby. There are great restaurants within walking distance of the apartment or grocery stores only 10 minute walk away. The apartment is comfortable and relaxing. My house is your house!
## 618
## 619 I am available by text or phone during daytime hours. I will be home most evenings. I love having guests, and am happy to guide you and advise you, or I am happy to leave you to yourself, if privacy is what you desire.
## 620
## 621 If you need anything during your stay, feel free to contact me.
## 622
## 623
## 624
## 625 I am always available by phone, text or message.
## 626 I will not be in town at the time, but am very reachable by text.
## 627 Im available anytime if needed
## 628 We have had some great hosts in our travels around the world who shared awesome info which made the difference. We live here so you can have as much or as little contact as you desire. We are always available for any questions or help you may need to make your trip more enjoyable.
## 629 I am always happy to offer neighborhood recommendations and treat my guests to a complimentary drink!
## 630 Only as neeeed. During Check in and out.
## 631
## 632 Available for local recommendations!
## 633 My girlfriend and I will be around in and out most likely doing our thing, but we will be happy to do anything to make our guests feel comfortable and welcome! We can talk as much or as little as you want! Just tell us, we are completely understanding.
## 634 I will be available by phone any time, but our live-in student can also be around to help you with any questions or problems you may have.
## 635
## 636
## 637 I will greet you at the door to give you keys and a tour. If somehow we aren't able to coordinate, key location will be provided at time of booking along with a guest binder with a manual and other helpful information. Please be aware there may be times we may need to get into the garage during a guests stay which is separate from the house with a separate entrance. If this is a problem for you, please let me know beforehand otherwise you are agreeing to allow us full access to the garage during your stay. I am always available via email to help you with anything you need. You are my guest and I care about your experience!
## 638 Upon your arrival, I will be providing a tour and going over the house rules with you and informing you of the surrounding area/being a resource to you for what you may desire to do while you're here with us in LA! I will also be available via cell should you need anything further throughout your stay.
## 639 I interact with guests as little or as much as you want. I do live here too, but I keep to myself and want you to feel at home.
## 640 We're at work most of the time but if you need anything or any recommendations, I am a phone call or text away. Enjoy your privacy !
## 641 We currently live across town in Highland Park, which without traffic, is a 20 minute drive. We will set up self check in, so we will likely never meet. I, Stephanie, am happy to offer any suggestions for tourist locations, and local recommendations. I also provide a guest guide which has a huge variety of suggestions, but I am always happy to offer more based on your tastes. Feel free to text or call me for anything you need.
## 642 I am usually available to let you in and answer questions. I or a property manager will be available at all times by phone or email.
## 643 When I'm not working I'm very interactive with guests and enjoy showing them the city if they are interested. It is possible that when I'm working long hours that I'm not available.
## 644 I respect my guests privacy but if you have any questions, I'm always here to help. I am very cognizant of being quiet so as not to disturb guests.
## 645
## 646
## 647 Basically in the evenings and when needed.
## 648 I can guide you to anyplace you need. Can even get you free into some tv shows if like!
## 649 We will only see eachother for check in and check out
## 650
## 651 Our property is designed to host travelers, students, and etc. from all over the world. We have many types of rooms from shared rooms to single rooms. There is plenty of interaction with all our guests.
## 652
## 653 Feel free to call/text me but I will not be on the premises
## 654 My wife and I are available upstairs. Feel free to contact us if you need anything.
## 655 Self check-in is available. You may also be checked in by a friend of mine.
## 656 As much or as little as you want.
## 657 The upstairs is occupied with a medium sized dog. We are however easily accessible by text or email.
## 658 Mostly we are present in the house while guests are here,although the house has tree separate levels so we are not necessarily in contact with our guests but we are on service if they need us.
## 659 I live in the master bedroom and there is an awesome, female tenant (and friend) living in the front bedroom. We are both very easy-going, have sense of humors, and love to cook. And to eat a lot of tacos. We take great care of the home and keep things clean. Please send me a message if you would like to know more about us : )
## 660 Guest rooms are mostly on the east wing with the one private ensuite and extra guest bath on the west wing. On site concierge is also on the west wing, providing assistance to guests if needed.
## 661
## 662
## 663
## 664
## 665
## 666 Happy to give tips re food and beaches in LA and secret parking too in Venice!
## 667
## 668 As much or as little as you like. We've lived in San Pedro for decades, so can tell you about all kinds of attractions and history. We will certainly respect your privacy as well.
## 669 We enjoy having guests and are more than happy to help you plan, or give you tips about your stay. If you need something we are not far away.
## 670
## 671 I live on the premises with my family, so there should always be someone around to help with any needs. But if you prefer, you do not have to see us at all. Your door has a keypad entry. We have 2 small dogs. They will not go into your area.
## 672 I will try to be on hand to greet them, answer questions, give basic directions.
## 673 I interact with my guests just enough to make sure they have everything they need to have the BEST stay possible...I also respect my guest's privacy, so I allow them their space...However, I am easily reachable if need be. If you need suggestions for sight seeing, activities, local events or anything else, just ask me. I am available by text at 8 one 8 two zero 3-zero 3 sixty eight. Thanks!
## 674 Guest will have all the privacy they need and will be welcome to visit the horses on the property or to converse whenever they feel the need as well as enjoy the back patio of the main house. Work out weights and equipment available for use as well.
## 675
## 676 We love to meet new people! It's all up to you. I'm a restaurant manager and my roommate is a detective so we are very good at reading what people are in the mood for. We want you to feel at home.
## 677
## 678
## 679
## 680 There is usually someone home or nearby in case our guests need anything. Always happy to answer questions or help when we can. If you are driving there is permit parking on our street. A visitor permit will be available to display on your dashboard.
## 681 Minimal interaction - we're not homebodies - frequently out and about enjoying all socal has to offer.
## 682
## 683
## 684
## 685
## 686 房客只要有任何问题都可以咨询我,无论是住家的问题,还是您来生宝宝或者是新移民,我都可以帮到您
## 687
## 688 见面打招呼
## 689
## 690
## 691
## 692 可以提供能力范围内的帮助
## 693 随時(SENSITIVE CONTENTS HIDDEN)短信、电话电邮、面谈沟通互动都行。中英台粤语均可。
## 694
## 695
## 696
## 697
## 698
## 699
## 700 I'll be out of the house often for work but I'll be available to answer any questions you may have throughout your stay via text or email!
## 701
## 702
## 703 I may not be at home all day, but am here if needed.
## 704 We won't interact with you unless you want us to, we will gladly answer any questions you have for us, at anytime. We are very friendly and we won't bite, but we would be glad to help you if need something! :) Please don’t be shy.
## 705 Most likely, I will be away for the duration of your stay.
## 706
## 707
## 708 I send an email with directions and key location. I live a couple of miles away and am usually just a phone call away if any problems crop up.
## 709
## 710 I am available to assist you and help you with your stay.
## 711 I'm available by phone at all times. I will also be available to meet for check-in, answer questions about the apartment and neighborhood, and whatever else you may find helpful. Otherwise, interactions will only be based on your needs.
## 712 Due to my travel schedule, I may not be around much, but my flatmate lives in the apartment and will be able to answer questions and help you get around. We work long hours, so may not be around much during the day. However, we will be happy to give you tips and advice for your visit to Santa Monica and Los Angeles!
## 713 I interact with guests as much as they require. Some guests are totally self-sufficient while others like helpful suggestions on where to dine, etc. Let's play it by ear!
## 714 We respect guests' privacy. At the same time we will be available 24/7 for any questions and recommendations on local scene. We also travel to a lot of places around the world, and have a lots of stories and pics to share :)
## 715 Guests are entitled to complete privacy with the possibility to meet the host, who lives in the private space downstairs.
## 716 - We can meet you in airport LAX - 20
## 717 I will be in the area working so if you need anything I'm a short drive away!
## 718
## 719 My goal is to make my guest feel comfortable and enjoyable. I would be happy to help w direction, answer questions, or just have a conversation.
## 720 I really appreciate guests letting me know what their expectations are in terms of level of interaction. I have a regular job as well as 4 listings and I always make an effort to be as available as I can. However, I am not a mind reader and cannot guess which guests are more self sufficient and which are not. Please don't be afraid to speak up and let me know your needs :)
## 721 There are two roommates there, but they are two 30 year old professionals who are rarely even there. I've moved out of the room, but I'm living nearby, so happy to pop in if you ever have any problems!
## 722 I like to give you all the privacy you need. But if you are feeling sociable we would love to say hello. And if there is anything you need, please don't hesitate to ask, we are all about making sure you enjoying your stay!
## 723 As needed
## 724
## 725
## 726
## 727 7*24 可交流
## 728 随时可以,我会尽量解答各种疑问,包括旅游,生子,移民
## 729
## 730
## 731
## 732 My husband, Rick, and I are very friendly, but also respect the guest's privacy. People love hanging out with Rick, who is a wonderful man, as you can see from the reviews. He is a retired Vietnam veteran, so he's around more than I am.
## 733
## 734
## 735
## 736
## 737 Mostly via text and phone and to introduce ourselves. No key necessary, everything handled with entry codes.
## 738 We live in the main house, so let us know if you need anything. There is a dog and cat on the property but they don't go in the guest unit.
## 739
## 740
## 741
## 742 We will welcome you at check-in. After that, we are available by text, email, or phone to assist you if necessary. There’s a rare chance we would need to access items in our garage. If we do, we’ll be sure to let you know so there’s no surprise; we will not need access to the house to do so. Extended stays of 10 or more days will require mid-stay cleaning (once every 10 days to 2 weeks); we can discuss scheduling prior to your arrival.
## 743 We try to make everything as welcoming and comfortable as possible! Check-in is anytime after 3pm on date of arrival. I'll be available via cell, text, or email throughout your stay to answer any questions or concerns.
## 744 I can be available if you wish or just leave you alone to your liking.
## 745 Available via email or phone.
## 746 We prefer very limited interaction. Please don't hesitate to contact us if any issues arise however!
## 747 There is a lot of interaction in the kitchen as there are 3 other listings. I work at home for questions! This is a quiet house, not a party house!
## 748 When I am in town, I love to enjoy a glass of wine with my guests and let them know all the fun places and activities in the area!
## 749 Will be out of town
## 750
## 751 As needed
## 752 We are super friendly and look forward to meeting new friends!
## 753
## 754 This House is a place where you will make friends ! During your stay please feel free to ask questions, we will be glad to help you!
## 755 As much as needed!
## 756 我们有丰富的经验和人脉可以帮您找到像我们一样靠谱的宝宝办证中介,租车服务,介绍给您值得一去的旅游路线和注意事项,考取美国驾照,购买美国人寿,提供签证官所需要的租房合同,这些在天价月子中心的服务我们都能免费提供给您相应靠谱讲中文的中介让您自己去办理。让您每一分钱都花的清楚明白。 我们自己也有加州房地产执照,帮助您完成开户,贷款,买房,出租一条龙服务。通过我们细致入微的服务让您在美国能真正的放松心情的有一段愉快的旅行。
## 757
## 758
## 759 I'll be available via message to answer any questions.
## 760 I'll be available if you have questions or need help.
## 761
## 762 We are available to you should you need anything. Helen is easily reached by cell phone through texts and calls if not at the house, and will answer any questions immediately. We hope to make your stay in LA a wonderful memory.
## 763 As needed, friendly, relaxed environment.
## 764 Minimal interaction. Best for a working professional or very busy student. No overnight guests allowed in your room. I've hosted many international students who usually are out most of the day, sight-seeing or studying. I work in and out of the home as a private tutor/music teacher and take care of my teenager. Kitchen in the front part of apartment and living room would be off-limits. The Master Bedroom has sliding doors that lead onto the long balcony, so easy access to Kitchen via the balcony as well.
## 765 If I'm not at home you can always call or text me, i will gladly help you with any questions.
## 766 We live in Santa Monica and are happy to provide you with tips on where to eat, drink, shop and more.
## 767 I will be in and out during the week, interaction will depend on the guests and what they want.
## 768
## 769
## 770 Interact with us and the dogs all you like. Happy to answer any questions.
## 771
## 772 We will be available in person on weekdays in the mornings (7-8:30am) and in the evenings (6-7:30pm). Weekends are more sporadic, but we can always be reached by cell phone if there is an emergency.
## 773 Will have someone greet you when you arrive.
## 774 We only rent out our house when we're out of town, but we have friends nearby who can help out. Please be respectful of the neighbors and avoid making noise late at night.
## 775 I'm happy to provide recommendations on everything from restaurants and nightlife, activities to skilled massage therapists and yoga instructors who will come to the residence and provide massage on site/at the pool.
## 776 Will intereact most of the time.
## 777
## 778
## 779
## 780
## 781
## 782 We enjoy assisting guests and can provide guidance and tips for visiting our area and any desired information about neighborhood and our home's history. Glad to answer all questions and give tips for a comfortable visit. We also respect those who want privacy. We will ask you about your privacy as we do live in the upstairs flat and come in to the guest flat twice daily to feed and take care of Leo the cat's personal care needs. We are pleased to welcome guests of all backgrounds, from all places around the world, and lifestyles.
## 783 I will be available by phone if you need anything. There is a lockbox to enter the apartment.
## 784
## 785 call me anytime
## 786 We make ourselves available during your stay if you need us. Feel free to contact us if you have any trouble. Sometimes we will be unavailable so if you have any questions please consult your itinerary and house rules to see if the answers might be there. Otherwise we will get back to you ASAP.
## 787 Please call me anytime for help or in case of urgency !
## 788
## 789 CALL ANYTIME
## 790 Any time they need me.
## 791 Sometime
## 792
## 793
## 794
## 795
## 796 All guests will have access to me during their entire stay. I will answer all calls, unless I'm on a plane :-)
## 797 Guest are more than welcomed to call if they have any question during their stay. City tours of Hollywood, Beaches, and Studios are included.
## 798 We live in the main house and the cottage is in the back so we will be available for any questions or needs you may have.
## 799 Only when needed but always available.
## 800 I will check you in and also be available via phone, text and email.
## 801
## 802 I will chat with you as much or as little as you would like. I work from home, so I'm here most of the time. Be aware that my orange tabby "Colby" LOVES people. He will want to be your BFF and hang out with you. So you may not see a lot of me, but you will see Colby cat!
## 803 I usually greet the guest(s) upon arrival and present with a " welcome home" gift, and directions for internet and 2 sets of keys. I leave my phone number to call for a ride or anything they need during stay.
## 804 We are in an out. Home most evenings.
## 805 I will be reachable by phone, text or email during your stay and my roommates will be on premises in case you need anything.
## 806 I usually met with all the guests and will interact with them at arrival and departure. You can always text or call me.
## 807 I have another room as well that will be rented out to other Airbnb Guests. You will be sharing the apartment with other Airbnb guests so you will share the common areas. get to know them
## 808
## 809 I will be present during all stays, and I'm happy to interact as much or as little as you'd like. At the very least, I enjoy sharing recommendations of nearby things to see and places to eat and drink.
## 810
## 811 Suggestions on travel itinerary and local dining are available upon request. We are available by phone for any needs during the stay and live in the LA Area.
## 812 I'm an area native, so I can help with any recommendations you may need.
## 813 I can interact with you as little or as much as you would like. That is up to you.
## 814
## 815
## 816
## 817 I live on the premises, and am happy to provide any assistance to help make your stay as comfortable as possible.
## 818 We're a family of 4 with a 1 and a 10-year old daughter.
## 819
## 820
## 821 Karen and Mel are available in the main house to answer questions or assist you if you need anything, but you will have complete privacy in the guest house.
## 822 When I'm around I would love to get to know my guests. Just let me know if you have questions, and I will help you find what you are looking for.
## 823
## 824
## 825
## 826
## 827 We do have day jobs, but we still come and go throughout the day. There is a keyless entry and alarm and you will receive guest codes for both. They are easy to use. If we are home on any given weekend morning and you are too, we would be happy to make an extra breakfast for you (and guest, if any.) We love to cook and share our waffles, eggs, pancakes, cinnamon french toast, Keurig coffees, fresh fruit, etc for our guests.
## 828 每天
## 829
## 830 I am ALWAYS around to help with anything that comes up, but am happy to leave you alone and let you enjoy your privacy!
## 831
## 832
## 833 At check in.
## 834 Guests should feel free to contact me any time via phone, or e-mail. I'll be glad to assist!
## 835 I will be available by phone or text and likely in a nearby unit if you need help or direction.
## 836 Quiet 25 unit condo building filled with artistic and professional couples and individuals.
## 837 I'll meet you at my space, give you a tour and keys, then let you get to relaxin' asap. I can be reached anytime by phone/ text. I would try my best to help you as much as I Can !!!
## 838 Our contact information will be provided upon booking. Please feel free to text or call us with any questions.
## 839 We will meet and greet you upon arrival.
## 840 We are from another country so obviously we are a non-discriminatory household, we are happy to have people from all over the world, all cultures, races, ages, cults, religions... What really matters to us is that we want honest and respectfull people in our home we would like you treat our place like yours. Check in and out times are flexible, we would like you to let us know in time if you have any special request and we will do our best to make things easy for you!
## 841 Host offers ample communication via your method of choice- phone, email, airbnb message, and text.
## 842
## 843 We are here to answer any questions you may have. Text me, airbnb message me or call me with any questions in your mind. I’ll be nearby if you need anything and I’m always reachable unless when I am sleeping :)
## 844 Ill be around if you need me. Ill make recommendations if you need me to. If If I'm not busy I may be able to give you a brief tour of the surrounding area. Just ask.
## 845 CHECK IN PROCESS: Check In's are 3pm-Midnight 7 days a week. You are a VIP guest and should be treated as one. My concierge will check you into my unit personally.
## 846
## 847
## 848 I am available for any questions or concerns 24/7
## 849
## 850 I am happy to recommend places to go and see but will be leaving the guests mostly on their own.
## 851
## 852 You will be greeted upon check in and check out,We are available by phone and text.
## 853
## 854 We like to share our home and interact with guests.
## 855
## 856
## 857
## 858
## 859 I'm always reachable for advice, tips, and cool things to see and do, like Fryman Canyon hiking, Ventura Blvd dining/nightlife, and the Sunday farmer's market around the corner!
## 860
## 861 You will have your privacy during your stay. Should you have any questions you may feel free to contact me via texting, phone call or email. I will be glad to help you and accommodate your needs anytime.
## 862
## 863 We live close by and are happy to help make your stay comfortable. We also know a thing or two about LA & would be happy to offer you suggestions on places to visit.
## 864 As you wish.
## 865 I work from home, with laptop and dogs on couch. Pretty laid back. I'm here when you need me. Happy to help you any way I can.
## 866 NOTE: You may get different unit, with similar description but different location.
## 867 For any questions or concerns or if you just want to chat, call me!
## 868
## 869 We will greet you at check in to turn over keys
## 870 - Feel free to text or knock in the main house if you need anything. We are here to help at any time. - We will say hello if we cross paths but guests will be able to enjoy their complete privacy.
## 871
## 872 Only as needed.
## 873
## 874 Yes I am available to help out in any way possible!!!!
## 875 I am extremely friendly and helpful! I will absolutely assist you with any questions that may arise about your stay!
## 876 Limited. Orientation and help if they need it.
## 877 I will do my best to respond within 24 hours.
## 878 Initial welcome and orientation by host, responsive communication and advice if desired, otherwise total privacy.
## 879
## 880
## 881 Owners or staff onsite to assist guests.
## 882 Kathleen is available by cell (PHONE NUMBER HIDDEN) to answer any questions and make the arrangement for you to pick up the keys. Other recommendations surf lessons, massage, private chef, horseback riding etc. Emergency # Nina ~ (PHONE NUMBER HIDDEN) / Sara ~ (PHONE NUMBER HIDDEN)
## 883 We live and work here on our property, so will often be around if you need anything, or questions answered.
## 884 There is usually always someone on the property during your stay. If you need something just let us know. We do have enormous respect for your privacy and we make a point of not disturbing you once you have checked in. Check in time is 3:00pm and check out time is 11:00 am. Sometimes we can be flexible if we don't have guests arriving or leaving on the same day. We totally understand air travel can be difficult trying to coordinate flights car rentals and so on.
## 885
## 886
## 887
## 888
## 889 I am an easy going person, I know the area well and happy to help you out anytime. I also speak Russian, Turkish and Kazakh.
## 890 By request we are available practically 24/7. We are not imposing and always respect your privacy.
## 891
## 892
## 893 I'll be available and local on and off throughout, but my good friend will be on hand if I'm out of town and anything is needed.
## 894 I work from home if I'm not out with a client. I am available for any questions, food options or what to do in L.A.
## 895
## 896
## 897 I usually don't see much of guests who stay in the apartment, however they're always welcome to come upstairs to say hello, or join for a cocktail if people are gathering before heading out for an evening.
## 898
## 899 Ink Property Management is a friendly team of folks who look after this super neat property while the owners are away. We ask you to keep in mind, this is a privately owned home. We simply ask that you respect & take care of the property as if it were your own. Let the love flow.
## 900 If I am on the property I am as available as you'd like me to be. I love meeting new people and I am happy to chat, hang out or just say hi.
## 901 House owners are present most of the time, living at the house, dad Ricky, mom Isabel, daughther Marcy, brother Riccardo. We, all are a very friendly, warm and welcoming family, will interact with guest(s) as much as he/she/they want.
## 902
## 903 Either myself, or my co-host Eric, will be present to welcome you and check you in, but will not be present during your stay.
## 904 I interact with my guests as necessary and check up on them once a week to see how they are doing.
## 905 My wife and I are always available to provide help & guidance and if you'd like we can offer numerous recommendations for enjoyment of LA during your stay.
## 906
## 907
## 908 LA EXOTIC LIFE
## 909
## 910 I'm staying 10 min away from the house so if you need anything I'm easy to reach. I'm always glad to give recommendations for restaurants and places around.
## 911
## 912 We're here if you need us, we're not if you don't. We do tend to garden so you'll see us around.
## 913
## 914
## 915 Minimal
## 916 Laurel Canyon was a major hangout for 70s rockstars like the Doors and Joni Mitchell. The neighborhood is hilly, quirky, and beautiful! While it's only 5 minutes from the Sunset Strip, it feels a world away.
## 917 Our house manager lives nearby and will welcome you and help with your needs if we are not there. We will let you know the name and cell number when you book.
## 918 You can be as private as you'd like or a social butterfly. Either way, we just want you to enjoy your stay. Our dog might want to say hello, but she is very well trained and will respect your space. Also, she is hyper allergenic and doesn't shed one hair!
## 919
## 920
## 921 We have a house keeper every other week. We will clean your room, wash sheets and towels if you wish.
## 922 I love to connect with people. So it maybe a great conversation over some herbal tea.
## 923
## 924
## 925
## 926
## 927
## 928
## 929
## 930 I may or may not be staying here during your stay, as I live in West Hollywood but also Airbnb that property. If I am, I'll make sure to answer any questions and help in whatever way you may need to make your stay comfortable. Please just ask prior to booking your stay and I will let you know!
## 931 Check in time is after 3pm unless we can accommodate an earlier time. Check out time is 11am unless we can accommodate a later time. If we are not able to greet you when you arrive, then we will provide you the electronic door code to access guest house, and are available via phone/text to answer any questions. There are two friendly Pugs in the main house that may be spotted in the backyard from time to time with your hosts.
## 932
## 933 We live on the other side of the ocean, but we have property caretakers that stop by to maintain the property and assist with trash day or anything else you may need during your stay. We are just a phone call or text message away.
## 934
## 935 Your peaceful enjoyment of the location is of utmost importance, and your privacy will be totally respected. Owner or manager will be available if you need anything.
## 936 We are closeby and will be available to offer help throughout your event if necessary.
## 937 I have 2 friendly dogs ;-) A little 8lb bichon poodle mix named Moxie and A Beagle/ Cattel Dog Mix 40 lbs named Shilo They mostly stay in my office or Deck
## 938 We'll be around to help you with anything you might need during your stay with us and can always be reached by phone at any time if we are not around. We usually have several guests staying with us at the same time so it's a great place to make some new friends but we do urge all our guests to respect everyone's privacy as well.
## 939 Will meet them upon arrival, there is a tenant in the back of the house he has a separate entrance
## 940 Guests can choose to be as private as they wish. Owners live in the main part of house on property and are happy to help as needed.
## 941 Guests can choose to be as private as they wish. Owners live in the back part of house on property and are happy to help as needed.
## 942 Please don't hesitate to text, call, or seek us out if you have a question, can't find something, something isn't working, or if we've overlooked anything. It is not intruding on us, and we don't want you to forget any comfort simply because you don't want to "bother" me!
## 943
## 944 I have a busy schedule but am easily reachable and I have my bed on the opposite side of the room.
## 945
## 946
## 947 This is a Private Residence, so a Personal Check-in and Check-out are required. Photo ID Required at Check-in. Check-in: 4p - 7p Check-out: by 11a After hours check-in fee applies to arrivals after 7:00 pm. 7:00p - 9:00p: 40 9:01p - 12:00a: 75 - We are a bona fide corporate housing company -
## 948
## 949
## 950
## 951 You will receive an email shortly after booking on how to check-in, including Wi-Fi and all other pertinent info. You will not hear from me again after check-in unless you need me.
## 952
## 953 I am available by text, email or phone for any needs you will have, and happy to help you out with suggestions for restaurants, shopping, etc. I have lived in Los Angeles most of my life.
## 954
## 955
## 956
## 957
## 958 I am usually traveling if the house is being booked on air bnb but I am always available by phone and my associate can meet you if there are any problems.
## 959 I work freelance in film production so often work mostly outside the home during the day, and out a lot in the evenings, thus you have the place to yourself a good amount. I'm always happy to give you travel tips and the local area offers a lot. And I travel a lot so might not even be there.
## 960 You may let yourself in using our keyless entry system. You can meet host upon request, and can always be reached via phone, text, or email. Happy to answer any questions, offer advise, and recommendations.
## 961
## 962
## 963 If you have any questions or concerns during your stay, please do not hesitate to contact us on our mobile numbers.
## 964
## 965 Our rooms are upstairs. You have your own private bedroom downstairs and full bath (shared if 2nd room is being rented). This is a shared home, please be respectful of our other guests and that this is our home and full time residence. We are always available and happy to interact with guests. We have been hosting on airbnb for years and have shared many lovely experiences with guests from all over the world. We look forward to creating new ones with you.
## 966
## 967 I'll be available digitally and usually there is someone around the house to lend a smile if you need anything.
## 968 If you have any questions, please feel free to text me!
## 969
## 970
## 971
## 972
## 973
## 974
## 975 We'll be out of town but will always be available by email and/or phone!
## 976 I have a great team, and one of us is always just a bike ride away. We like to give our guests all the privacy in the world, and really only step in when there is an issue at the house, or a neighbor has complained. We take our relationship with our neighbors very seriously, and therefore take every step possible to keep a positive relationship with our community. If you're looking for a late night party house, unfortunately this isn't the place for you.
## 977
## 978 I typically keep my interaction with guests to a minimum after your arrival. However I live in the area and will assist you with restaurant reservations, recommendations on day and night entertainment, and I can arrange car service if you need it. I am always a text away . Please call or text anytime with any questions at all.
## 979
## 980
## 981 Zero.
## 982 We are available and respond quickly by email or text message.
## 983 I will be there to greet, and hand over keys. I will also be staying close by and can available for any questions or concerns.
## 984 Gracious host will gladly give you recommendations on the best places to see around Venice and Los Angeles.
## 985 My girlfriend and I are both always close by the apartment and avalibale for anything questions you might have! You can text or call either one of us, we're both very good at responding back quickly. We have been living in Venice for a while now, and definatly have lots of fun, Venice local events and cool spots to go to around the area. The most important thing for us, is that you have a great stay, and get to enjoy everything awesome about living in sunny Venice Beach, California! :)
## 986
## 987 We love entertaining and hanging out with people from all over the world!! However, we are totally cool with respecting your privacy, and our house is perfect for having plenty of your own space :)
## 988 I am always reachable via phone, text or email however the reason I'm airbnbing is I'll be traveling for work. Therefore I won't be in Los Angeles during your stay. Should the need arise, I can be contacted and will handle everything from my end, though. One of the tenants in the back of the house will be around for anything urgent, as well and will be the local point of contact while you're here.
## 989
## 990 Our dedicated customer service agents are on hand 24/7 and are committed to making sure you have the best stay possible!
## 991
## 992 Our dedicated customer service agents are on hand 24/7 and are committed to making sure you have the best stay possible!
## 993 I will be there when you check into the house, but then it's all yours! I was born and raised in Nashville, and I love to share my knowledge of the city with (URL HIDDEN) if you want suggestions to local bars/restaurants, the hottest new foodie spots, or a hip, new place to watch the game, then I'll just be a quick call or text away.
## 994 Our dedicated customer service agents are on hand 24/7 and are committed to making sure you have the best stay possible!
## 995
## 996 After reserving your stay with us, we will be in contact to coordinate our connecting with you upon your arrival. We will provide you with a security FOB, parking pass to our secured garage, key to the condo, a booklet of local information and maps, and helpful tips about getting around town. We want you to spend your time enjoying our home and our city – not trying to figure out where everything is, and how to get there. Should you run into any confusion, feel free to message us on the Airbnb mobile app or give us a call.
## 997
## 998
## 999
## 1000 I can be there for check-in if you would like me to answer any questions you might have, or if you would rather I can just give you your electronic key code to get in the house and then it's allllll yours! And of course I will always be a phone call or text away to help you with anything and everything you might need for the duration of your stay!
## 1001 We would love to meet you and chat, but we’re flexible and want you to enjoy your experience, your way. We are a text or phone call away if you need anything or have questions.
## 1002 We are available to text or call, but other than that, we will stay out of your way.
## 1003 I will be in the area but out for the weekend. Available by phone.
## 1004 As your hostess with the most-ess, I am there to assist my guests with any special requests, recommendations or help in navigating our beautiful city. I will be there to drop off the key as guests arrive, and answer any immediate questions- from there I am just a phone call away if needed! Before your stay if you should have any grocery/booze shopping or special requests you would like to have upon arrival, just let me know and I will be sure to pick them up! I charge a small fee for all deliveries that will be discussed upon request.
## 1005 We're in the house, but around as much or as little as you'd like.
## 1006
## 1007 Samantha lives nearby so if you need any help or have any questions about the city, the neighborhood or whatever else you can think of, simply ask!
## 1008 Either you will be provided with the door code, or someone will be present for checking in and checking out, but that's it. You will have the loft to yourself!
## 1009 We respect the privacy of our guests, so the place is yours to enjoy! We are friendly and the level of social interaction is up to you. We live in "La Casa" unless we are traveling and you are staying in our home... or you need both La Casa & La Casita for a wedding party, a reunion, or just a weekend with your 11 siblings. We are happy to accommodate for your Nashville visit.
## 1010 This house is on a keypad entry system, so no need for a key exchange. However, l would be happy to meet you for a tour and answer any questions.
## 1011 I will provide check-in instructions one week prior to check in. The house operates on combination door code - so there is no key exchange (or to lose!). We set the space up where you should have everything you need. Our goal is to stay out of your way until you need us. We are always available if you need us via AirBNB messenger or phone.
## 1012
## 1013 Hosts live on the property. Enjoy the informational binder that we have left for you inside the unit. We have created information that you may need throughout your stay.
## 1014 We're just a few blocks away. Let us know if you need anything
## 1015 I am a teacher, so I'm around during the evening, weekends and vacations! I love to meet new people, but I won't be lurking! :-)
## 1016 I am available by text at all times in case of an emergency and available if you need any assistance.
## 1017
## 1018 I live in the main house on this same property and work from home, so I am usually available and will do my best to help out.
## 1019 Evolve Vacation Rental Network is on a mission to make vacation rental easy for travelers. Every property in our network has been vetted and verified so you can book with confidence. If you have questions prior to your trip, we are happy to assist you 7 days a week. During your stay, your local contact will be available 24/7 to help with any issues that may arise.
## 1020 I may stop in to say hello and check in typically in the afternoon. I will always attempt contact you before I come to the property.
## 1021
## 1022 Any Questions, Concerns feel free to Contact B&B at ((PHONE NUMBER HIDDEN) or ((PHONE NUMBER HIDDEN)
## 1023
## 1024 We are around the corner or in our owners apartment if you ever need anything including recommendations on most anything New Orleans! We are true foodies (and drinkies) . Just tell us what type of night or day you want and we can give you a list either on the beaten path or the lesser known haunts.
## 1025
## 1026 I am just a phone call or text away to help answer any questions or improve your stay in anyway I can!
## 1027 I work most of the week but I'm here usually in the mornings. I'm very laid back and willing to go out of my way to accommodate guest. My abode is your abode.
## 1028
## 1029 We are happy to help with suggestions of places to eat and places to see. We will be accessible for your convenience to ensure your stay is enjoyable. We will make certain you have contact numbers for easy access.
## 1030 Because there is a private entrance, there is no real interaction with Allen or myself. We love Nashville, and have put a guidebook on our listing full of our favorite Nashville spots. And we will be (along with our furry friend Ozzy) just feet away - so we are happy to help you with anything you might need or give more recommendations!
## 1031
## 1032 Our place is a place of social interaction based on a theme of musical enjoyment. Creative writing, musical composition and more. Smoking is allowed outside.
## 1033 We are happy to interact as much or as little as our guests like. We are happy to help our guests as much as we can.
## 1034 You may text me at anytime with concerns!
## 1035
## 1036 Located behind my store, I am almost always on the premises until the store closes and guests won't be bothered unless needed.
## 1037
## 1038 We do reside on the property but it is very large, so you may not ever see us.
## 1039 I am very friendly and if guests are out, I am likely to have a conversation with them. There have been several guests that I have only met in person when checking them in due to the privacy of the cottage. I usually do not realize when you come and go because you have an entrance that is on the side of my house. I am a licensed tour guide, and I am very willing to give you information about New Orleans if you ask.
## 1040 I will be leaving town, so I will provide keys. I always leave a list of my "local's tips"/ favorite places in the city and in the neighborhood (according to your interests), to ensure that you have an enjoyable stay in New Orleans. I've lived in the city for almost 7 years, and know all the local gems when it comes to great food, drinks, and music.
## 1041 Owner on-site or available to assist or answer questions during your stay. I would love to share a glass of wine or food with my guests if they would like. I also have a bike guests are welcome to borrow.
## 1042
## 1043 I am happy to interact with guests as little or as much as they'd like! In other words, I can offer privacy or tips on the city! I live in the house, and while I work, I will be present on the property! Brees the Dog will happily entertain any and all guests. He is a soft hearted guard dog and will woof at all arrivals or noises, but is thrilled to be petted and fussed over. Eloise, my daughter, is a good sleeper and typically shouldn't be a disturbance.
## 1044
## 1045
## 1046
## 1047 My wife and I live next door. Please let us know if there is anything we can do to make your stay amazing!
## 1048 I'll be home and available for help with navigating the public transit. If I'm working and you have any questions, feel free to shoot me a text.
## 1049
## 1050 Call me if you need anything ( I live next door).
## 1051 I'll be there to meet you on check in, you can always call me if you need something. The owner lives in the same building as well and can help with anything also.
## 1052
## 1053
## 1054 I am more than happy to accommodate guest in any way that I can. As I mentioned in my profile I am a stay at home mom, so if the guest don't mind riding in the car with children I can offer rides to close by places. I have lived in New Orleans for about 13 years and worked in the restaurant industry for many of those years. I feel that I am very knowledgeable on this subject.
## 1055 We are happy to help you with any questions you might have about our home or recommendations for your trip. We want our guests to make themselves at home so we leave our key in a lockbox for you to pick up. You will not see us unless it is absolutely necessary.
## 1056 The guest house is located behind our main house so, as long as we are home, we are available to assist with any directions or local recommendations.
## 1057
## 1058 The guests have total privacy and we interact with them only to ensure that they are having a pleasant stay. We are available to assist them with any concerns or questions they may have. We are always happy to offer tips and advice about the area and New Orleans in general.
## 1059 Our staff lives in the city, so you can text or call any of the numbers on your house guide at any time during your stay for questions. Texting works best for most inquiries, but in case of emergencies, please call!
## 1060
## 1061
## 1062
## 1063 I enjoy having temporary roommates . They are here to see this crazy city. I don't expect to spend to much time with them, if we connect..... It makes it really special for me :)
## 1064 We are around as little or as much as possible depending upon your needs. We love to let our guests know our favorite spots to eat, where to listen to music, and to basically enjoy the most of this beautiful and magical city.
## 1065
## 1066 We like to give guest their own space in our home but are happy to share all information about cool stuff to do in New Orleans that you need! We are also present during your stay...we enjoy having the types of guests at our home who like to explore the city, don't mind socializing, who are open minded, musicians, artists, creatives and laid back. Sometimes we get very busy with gigs and work so you might not run into us however we are always reachable by text or phone. We are working artists in the community and our home is our sanctuary that we thrive in....we appreciate it when you treat it and especially us with respect and open mindedness. Please be mindful that you are staying as a guest in our home that we are opening up to you while we are living in the space. If you share these qualities you will absolutely enjoy your stay with us! We want you to have an enjoyable stay and knowing these things will make your stay easier for you and us.
## 1067 I will be a phone call away if needed. I want everyone to enjoy their stay at my house. If i can help, i will.
## 1068 The two female roommates who live in this house will be staying in the two upstairs bedroom, a level above the downstairs. We both work full time, and are not home during the days and some evenings.
## 1069 As my husband and I live in the front half of the property, we are always nearby if there is anything you need!
## 1070 We live on the opposite side of the double. We love to give recommendations or even have a drink at one of the local bars if you like ... if we aren't traveling too... or we'll leave you alone.
## 1071 I am a very busy person but I will gladly make time to guide you towards restaurants, bars, and events that may be to your liking.
## 1072 My husband & I work a lot at different hours so we come & go. If you need advice we'll be available via text always, but if you want your space that's cool too.
## 1073 A neighbor can be available to help if there are any issues, but you'll be mostly self-sufficient.
## 1074
## 1075 I will leave my guests alone but will always have my phone on me to answer any questions they may have
## 1076 We do not interact on site with our guests except to occasionally hand off the keys. We are not onsite when you are. However, we are available for any issues or questions that may arise during your stay. Please contact us ASAP with questions or problems.
## 1077 We welcome interaction and are available for all your questions/needs.
## 1078 I am available by telephone or email at any time but I will not be in New Orleans during your stay. This is the home where I live, so the fact you are here means I am somewhere else :)
## 1079 I'd be more than happy to offer any suggestions to folks coming to New Orleans! We love to show our city off!
## 1080 Cell phone and text for instant replies.
## 1081 My company's name is UrbanNashville. We are here to help make sure your stay is as amazing as it can be. If you have any questions or are less than satisfied with any part of your experience, please contact us right away so we can fix any issues you might have. Inside the property, you will find a property and neighborhood information book. Not only will this book have our contact information in it for your convenience, it will give you all the info you should need about the property and also places to check out in the area!
## 1082 You shouldn't need us at all, but if you do, we live very close by!
## 1083
## 1084
## 1085 Please do not hesitate to call/text me throughout your stay with any questions! If you see me lounging outside, grilling or hanging out with friends or family, feel free to join us.
## 1086
## House.Rules
## 1
## 2 - No rearranging or modifications to any of the rooms without host approval. - No shoes inside the house. - No loud noise after 10pm in respect to our neighbors. - No unsupervised children in the pool. We are not liable should anything happen. - If you need to ship any packages/mail/parcels to our home, we are not liable should you not receive them. It is your responsibility to take delivery. - If parking any vehicles in the driveway, please park horizontally so as to not block the street with the tail of your car. - NO PARTIES! If we find that there have been any parties, we will keep the entire deposit. - Please make sure to wash any dishes, utensils, glasses/mugs, and cookingware that is used.
## 3 - 25 Extra Poeple - 55 Cleaning Fee - Pls confirm with me date & check-in time before booking - No parties or large gatherings - Must be at least 25 years old to book - Photo ID may be required upon check-in
## 4 Please inquire about availability and provide bio for yourself and your friends before booking. 1. ** My house is not suitable for functions/parties ** 2. I keep my house at 78° during hot days. 3. Smoking/pets are not allowed at or near my home. No smoking is strictly enforced. 4. My house is not suitable for children under 12. 5. Please reduce traffic to the kitchen between 11 PM to 7 AM. The studio is below the kitchen where I would most likely be while you're staying in the main house. You will be asked to find alternative accommodations if you attempt to break my house rules.
## 5 While visitors, dinner parties, and gatherings are expected. House Parties are absolutely forbidden and will result in full loss of deposit. If you have a special event or would like a special consideration please discuss in advance. Please honor the amount of people you state in your reservation, if something changes please notify us so we could properly charge the additional person fee (if applicable). Property should be treated with care, respect, and consideration, as well as all furniture and appliances. Neighbors should be treated with respect as well please refrain from loud noise at all times. After 10 pm no outdoor music and refrain from loud talking in the backyard. Film, TV, Web and Print productions are accepted upon approval, based on daily rates (please inquire). No smoking inside the house, if you spoke outdoors please make sure doors and windows are closed. Please notify owner of any damages prior to departing. Generally we allow well trained pets at the property, ther
## 6 * IF YOU ARE A COUPLE YOU MUST REGISTER & PAY FOR 2 PERSONS. No additional overnight guests are permitted without special permission and add'l fees. * Check out time is 11:00am * Check in time is 3:00 These times "may" be adjusted depending on the incoming and outgoing of other guests. If you arrive after 3:00pm a key will be left for you in a special spot. Please inquire with your host for details. * NO ANIMALS, NO SMOKING, NO PARTIES and NO CANDLES. This is a PEACEFUL, SHARED SANCTUARY. I am seeking, quiet, respectable guests only. * PARKING IS IN THE STREET. PLEASE NOTE: We have a SEVERE WATER SHORTAGE in California so each guest is allotted one bath towel + one wash cloth per person per week. We also include one hand towel per bath room. Additional towels are 15 per set. * Thank you for your understanding and cooperation. Please lock all doors as you come and go and respect the nice furnishings. No drugs or heavy drinkers please. You will be ask to put in an alarm code if you
## 7 No smoking or illegal drug use in the house. No additional overnight guests. Parking is limited from 8 am to 5 pm, Mon-Friday on Mariano; Alternate parking on Wilhemina Street at cross street. Please ask for Internet access code upon arrival.
## 8 Please be respectful of our neighbors and keep the noise level low, especially after 10pm. We can accommodate two cars: one can park in the driveway, the other on the street with a permit. You may need to share the driveway with another tenant. You will be provided with one parking permit for street parking that you must return at the end of your stay. The black garbage bin is for trash, the blue is for recycling. If you would like trash removal, the garbage collector comes every Tuesday morning, so please leave the garbage bins on the sidewalk Monday night and return them to their appropriate place after trash collection is done. Please leave everything as you found it. Enjoy your stay in Los Angeles!
## 9 30 Night minimum stay requirement No Pets No Smoking No Parties 5 Guests Maximum No unauthorized Guests Cleaning (200) and Check-in charges (69) apply. Mid-Stay Cleaning Required for stays of 30 Nights
## 10 I am a very easy-going but I do have a few rules to make things easy: This is a non-smoking, non-vaping, non-drug, non-partying, quiet environment. If you are coming to the city just for partying or late night life, I'm probably not the best choice. For everyone's safety, I ask that you not bring strangers into the property. The toilet can clog, please nothing foreign other than toilet paper down the toilet. Pets are not allowed in this place. I keep the wood floors very clean because I like to walk barefoot in the house. You will find my home organized and clean. I appreciate you keeping the place in the same state you found it in. There are two different trash cans. One for recycling and one for normal trash. The bins are outside in front of the garage so if the trash is full please don't leave it in the house when you leave. It is 3 steps away :-) Thank you. I am about clean, quiet, happy co-existence, and very accommodating and respectful of your privacy. I hope to share my home
## 11 I am very open-minded and request the same of any guest. Being raised in the South, I also expect common courtesy standards in terms of cleaning up after one's self and being respectful of other people's schedules. Please ask about any overnight guests ahead of time. Should you need a different check in or check out time, please just message me; I'm sure we can work something out! My number one rule is: if you ever have any questions, just ask! :)
## 12
## 13 - Musicians only!
## 14
## 15 No parties, no smoking inside the suite, no loud noise after 11:00 pm, and no animals. There are also no guests allowed who are not on the reservation. Guest is charged 150-300 per violation of above rules based on our discretion, and is also charged for damages or stains plus labor cost to go and purchase new items and deliver them. Missing parking passes or keys or devices are 150 per lost item. Acceptance of booking is consent to this charge. Sorry but no mail or packages allowed. Conservation: The state of California is experiencing an unprecedented and severe drought. We are also experiencing increases in utility costs across the board. PLEASE help us keep costs down and protect the environment by limiting your showers to 5 minutes whenever possible. And PLEASE do not put the air conditioning at below 72 degrees, and ALWAYS turn it off completely when you leave. Excessive utility use can result in charges to your security deposit if well above the norm. Thank you so mu
## 16 Please smoke on the balcony only, no parties, be respectful of neighbors and leave the unit in the same condition received. Enjoy your stay!
## 17 Courteous to neighbors pertaining to noise. Please leave the apartment clean as you have found it.
## 18
## 19 Be nice, courteous and respectful and you'll receive the same in return.
## 20 ALL GUESTS MUST ADHERE TO ALL CONDO RULES. VERY STRICT NO SMOKING IN THE CONDO OR PATIO OR ANYWHERE IN THE BUILDING WILL RESULT IN FORFEITURE OF ENTIRE SECURITY DEPOSIT YOU WILL HAVE TO LEAVE IMMEDIATELY PLUS NO REFUND ON RENT. ABSOLUTELY NO PARTIES IN THE APT Copy of passport of all tenants or government issued IDs must be provided prior to check in. WE WANT YOU TO HAVE FUN & YOU WILL HOWEVER YOU MUST RESPECT OUR NEIGHBOURS
## 21 -No parking in the back -No loud noises or partying, especially after 9pm -No smoking inside. Smoking is only permitted by the sidewalk away from the building entrance. -Must be respectful of neighbors. -Use only outside door deadbolt when locking door on the way out. Do not use door knob locks or interior-door deadbolt -Please pull shower curtain across to cover shower after use to prevent mildew -Common courtesy expected in the main area. -Have fun and enjoy the area!
## 22 ****YOU DO NOT NEED A PARKING PASS TO PARK IN THE GARAGE, PARKING PASS US PROVIDED FOR YOUR SECOND VEHICLE, IF YOU LOSE, OR TAKE THE PASS WITH YOU YOU WILL BE BILLED 60, MAKE SURE THE PARKING PASS IS LEFT IN VISIBLE SITE BEFORE CHECKING OUT***** 1. No smoking inside 2. No loud parties 3. No Stealing or damaging any property 4. All pets must be housebroken 5. Please be courteous of other tenants in the apartment 6. Absolutely no parking in any spots that are not authorized by host. 7. When using the pool area please do not bring any liquor containers or cigarettes into the area 8. Don't steal anything, not nice at all :( 9. Enjoy yourself
## 23 Quiet building, no parties or partiers. My neighbors are all very nice - I'd like to keep it that way.
## 24 No guests please other than those included in the reservation Please keep the space clean and tidy - we take a lot of care in keeping our apartment looking clean and presentable so please do the same Please be mindful if you are sick/unwell that maybe sharing a space with others is not the best idea and you might wish to consider booking a private space to yourself Please be mindful of noise as we have neighbors in close proximity
## 25 - Please keep noise to a minimum after 11pm. My dog will stay in my room-please don't open my door. Smoking allowed on patio. - My dog will stay in my room-please don't open the bedroom door. - No smoking allowed inside. - Please keep noise to a minimum after 11pm on weekdays. - NO parties.
## 26 No shellfish allowed in home.
## 27 No Smoking inside the unit.
## 28 I have awesome neighbors in my building so just be mindful of loud music/ loud talk after 10pm.
## 29 - Absolutely NO pets, smoking or parties. - No loud noise between 10pm and 8am
## 30 • Not suitable for pets • No smoking • Not suitable for pets • No smoking Please be mindful of neighbors and keep noise level to a minimal. No parties No smoking in the unit. No parties!!! For day use of filming or photoshoots only if prearranged!!!!
## 31 -Fob Key is 100 if Not Returned/Lost -Discard trash through the trash chute -NO Loud Music Between the Hours of 10 PM - 8 AM -NO Smoking -NO Pets -NO Glass in the Pool/Gym Area -Respect the Neighbors
## 32 - No smoking inside the apartment. - Parties and overnight guests must be approved by host. - Building does not allow pets, sorry! :( - Do not engage in illegal activities anywhere on the property. - Please return the unit in the same condition it was received.
## 33
## 34 禁止在屋内吸烟。
## 35 Smoking outside only with ashtrays provided, no pets, no more than 6 people allowed without permission. I charge 30 per night, per guest for each guest over 2. I also 30 per night if 2 guests use both bedrooms.
## 36
## 37
## 38 - For your privacy and ours, there is no access to the main house, though we provide a microwave, Keurig, and refrigerator in the room. Outdoors we have a sitting area to enjoy, and your own private entrance. - Please let us know if dogs bother you, as we have a Boston Terrier who lives here. - If you would like fresh cream for your coffee or any small snacks or amenities, please let us know before you arrive so we can prepare your room to be as comfortable as possible for your stay.
## 39
## 40 No smoking; no outside quests; call if out after 10:00 p.m.
## 41
## 42 - This is a family home where young children live, so we ask that you treat it like you would treat your own home! - No smoking in the house, but smoking is allowed outside as long as no cigarettes are left on the grounds or pool. - Turn off the A/C when you leave the house. - Locked windows & doors when you leave the house - Please remove shoes before entering the house. - Please refrain from any illegal activities while residing in our home.
## 43
## 44 No smoking or drugs. No pets.
## 45
## 46
## 47 No smoking Not suitable for pets No parties or events May not be safe or suitable for children (2-12 years) Check-in is after 3PM ________________________________________ In accordance with this rental agreement, the Airbnb GUEST agrees to the following House Rules and Conditions: 1. The GUEST agrees there will be NO SMOKING in the home. If there is any smoking damage, including odors, or cigarette butts left anywhere on the premises GUEST risks losing some or all of his/her deposit. NO SMOKING! 2. The GUEST agrees to maintain the PREMISES in a clean, orderly, and lawful manner. NO Illegal Drugs or under age drinking will be tolerated. 3. Upon vacating the PREMISES, the GUEST agrees to leave the PREMISES clean and as upon arrival, with the exception of basic cleaning and washing. 4. The GUEST agrees to use their best effort to turn off the lights and appliances when not in use. Especially A/C Unit. 5. The GUEST agrees Checkout is 11 AM on the check out day. GUEST continue to occupy the
## 48 no friends over,no smoking ( at balcony is ok) feel free to cook and use kitchen,couples are ok but no aditional guest.
## 49
## 50
## 51 VBH Rules & Regs apply. e.g., no smoking in rooms; only in commons. Available in Office.
## 52 This is a quiet comfortable house. No loud noise or parties. Please be respectful of others.
## 53 No Smoking inside * Small Pets OK * At least one renter must be 21 years of age or older
## 54
## 55 Keep in mind this is an apartment building, so please be mindful of the neighbors. No parties on premises.
## 56 - No smoking includes the house, the laundry room and the front porch. - Outside shoes are not allowed inside this home. Please keep outside shoes in the shoe-rack placed at the entrance foyer. Please bring your own home slippers to be used inside the house. - No candles or open flames inside the house - This house is equipped with central air conditioner (heating and cooling). Please keep the windows closed when you are using the AC - Please turn off the lights and AC when you leave the home. - Our Quiet hours are 10pm-7am on weekends (Fridays and Saturdays) and 9pm-7am all other days of the week - No parties please - Perishable items (that no one else would use) are to be removed from the fridge prior to check-out. Items like spices or oil, or things others can use can stay. - All trash should be placed in the trash cans prior to check-out. - Monday is trash collection day. Please put the trash bins on the curb side Sunday evening or Monday morning before 7:00 AM. - Also, a lot of
## 57 No dirty dishes in the sink. No Tap Dancing or Opera Singing please.
## 58 We live in this house full time, please respect our space as we will respect yours. Please clean up before checking out. There are 3 cocker spaniels on premises. Always lock the gate before you go out. Parking is available on the street. No smoking in the house, there are 2 patios to use for sitting, chilling or smoking.
## 59 Be respectful of other guests and our family. If coming in late please be as quiet as possible in order to not disturb guests and family.
## 60
## 61 Our intention is to provide you with a comfortable, safe, and enjoyable stay in our home. My mother, Ziba, is home at time of your arrival greeting and guiding you through the check-in process. Just be respectful and mindful is all we ask. Smoking is okay outside in the front or back yard. All common area and a full kitchen, with the exception of light cooking, is available to our guests while cleaning after used is appreciated. We offer Laundry on site and your 1st r load on us. Each additional load cost 4 Max 2 loads/W for guests staying over 3 night. Events or parties allowed by prior confirmation with us. Infant (Under 2 years) and children must be accompanied with parents or legal guardians, who solely responsible for the needs and want of their minors, while managing a comfortable, safe, and enjoyable stay for them. And we love to support them as much as we can in that mission.
## 62 -Over night ocupancy limited to registered guests and up to 6 visitors during the day max housing occupancy 12- event rates negotiable. -Violation of daytime occupancy limits subject to cancellation of rental agreement -No smoking indoors! Destruction of the sheets and due to smoking or spills forfit deposit. duvet and sheet set around 200 -No pets -extra guests 50 -Free use of surfboards, replacement cost 100 for lost or damage beyond repair. -no filming or non-approved events
## 63 No Smoking. No Parties. No Pets.
## 64 - - Check in is at 3pm - - Check out is at 11am - - No smoking inside or balcony - - No Pets - - If having visitors Please ask me first -- Packages delivery is not allowed - - Please TREAT MY HOUSE LIKE IS YOURS - and the most important thing HAVE A GOOD TIME AND ENJOY IT
## 65
## 66
## 67
## 68 Please feel free to enjoy yourself! We just ask that you treat our home with love and respect Pets are welcome with an additional fee (we can discuss). No parties or photo shoots/filming without permission. No smoking, thank you!
## 69
## 70 "Play the piano drunk / Like a percussion instrument / Until the fingers begin to bleed a bit" -Charles Bukowski Don't smoke indoors please. Treat it with respect--our neighbors are really cool and we don't want to give them any trouble. Don't trash anything or be way too loud, don't invite your friends over--meet them at Wurstkuche or the Brig. Otherwise, enjoy this awesome house!
## 71
## 72 CHECK-IN TIME: 3 PM CHECK OUT: 11 AM NO PETS allowed NO SMOKING NO SHOES inside the house, please. NO Excessive Noise or Behavior. It is an apartment complex, Please Be Mindful of your Neighbors PARKING: Assigned 2 FREE Parking Spaces included on "P2" level to the Left of the Glass Lobby TRASH Chute: Next to nearest elevator WASHER/DRYER: In the vicinity on the floor There is also a heated Pool, Spa, Gym, Media Room, Business center, Outdoor Barbeque Areas downstairs Available for Use.
## 73
## 74 No Pets. No Smoking. No Parties. Please shake off sand and towels outside of building. Please don't put any hard / tough items down the sink disposal. NOTE: As you may have heard, California is experiencing a massive drought. Guests can help preserve limited water supplies and reduce energy use by only using 1 towel per guest and 1 set of sheets per bed.
## 75 - We keep it quite after 10. We are all very respectful and laid back.
## 76 Check out 11 AM ,check in 3 PM or after , no parties ,no smoking indoors ! There is a smoking area outside. Pets are okay as long as they are well behaved please let us know ahead of time. Take your Dog for walks Bathroom for Pets is away from the house NO peeing or defecating in the yard. We are respectful and expect the same from our Guest
## 77 As our guest we expect you to be respectful of our property and not to cause any damage. We expect you to ask before using items inside our home, after all we do live here and appreciate the courtesy as there are certain items that are off limits. We ask you to respect quiet hours and clean up after yourself.
## 78 No shoes in the house, please. Smoking outside on the patio is ok.
## 79 **Please be careful with the KEYS. Fee for losing any of Electronic key is 200.
## 80 I'm a very easy going Host but please respect the following rules. Please be respectful of my home, neighbors and community. • Check-in starts at 4 PM. If you need a earlier or later check in just let us know and we will try and accommodate you, an additional fee will apply. You will be asked to show a valid ID that matches with the name of the person that made the reservation, otherwise we reserve the right not to check you in. No third party bookings allowed, unless you use the business travel option. You will be charged and/or lose your FULL DEPOSIT if any of the following house rules are broken: • No parties, events, birthdays, bachelor or bachelorette stays • No pets • No smoking inside or the balcony • Disrespecting Neighbors • Contacting property management or apartment staff (We are you point of contact and will address and fix any and all issues) • Parking in wrong spot • Not following check in and out instructions • Staying past check out time unless prior written approval
## 81 All things are accounted for and if anything is noted as missing, guest's credit card will be charged.
## 82 Smoking allow outside of the house, in front or the back patio. No Smoking inside the house.
## 83
## 84
## 85
## 86
## 87 No smoking and no pets! Thanks!
## 88
## 89
## 90
## 91
## 92 No smoking and no pets inside the apartment please. To smoke inside the apartment is very not respectful for the next guests. No noises specially after 9pm. Thank you!
## 93 Must clean up after yourself in kitchen, dining room and living room. Please take your shoes off No Smoking No Parties No Professional Photography w/o prior approval. You will be charged the full deposit!
## 94 No smoking. No parties. Parking on the street, not in driveway.
## 95
## 96
## 97
## 98 We'd love you to enjoy this as if it was your home away from home. Be considerate of the apartment, the neighbors and all that means. No loud noise from 10pm to 7am. • Reminder that the listing does state that there are both stairs to the unit as well as stairs inside the unit. If you have a toddler, this might be a concern. • No smoking in the home or balcony. You may smoke on the street. There will be a 250 air cleaning fee should you smoke in the home or on the balcony. • Please recycle when possible • Leave a clean and happy apartment when you go. There is a washer/dryer for your use but we'll do the laundry (bedding and towels) when you go. • Hardwood Floors - Wood is lovely, but does not absorb dust the same way that carpet does. The home is professionally cleaned before you arrive, to keep your tooties clean and happy, we've provided a lightweight vacuum for daily use otherwise expect dirty feet! We will not be offended if you choose to cancel your booking if this bothers yo
## 99
## 100 - Quiet hours 9pm-9am (no loud music, loud guests) - - Laundry room hours 9am-9pm - - Free Street parking available on midvale and kelton - read street signs for restrictions - - Metered Parking on little Santa Monica free from 8pm-8am and all day on Sunday - - No parking in backlot (or risk towing) - - Wifi: thenetwork or thenetwork5 - WiFi password: (PHONE NUMBER HIDDEN) - NO Cigarettes (must be smoked 200 ft from residence - 420 friendly inside OK
## 101 - Quiet Hours 9pm to 8 am business days
## 102 respectful and clean
## 103
## 104 No smoking inside of the room. There is a Balcony for smoking. Keep the carpet and room clean:)
## 105
## 106 No smoking. No parties. The loft area is used for storage and is off limits. Respect the space, and my neighbors. Light cooking only.
## 107
## 108 - ABSOLUTELY NO PARTIES! NO excessive drinking of alcoholic beverages and usage of hard drugs on premises! - Noise levels must be kept to a minimum after 10pm. - No extra guests are allowed on premises unless landlord is notified - overnight guests are allowed only if paying the extra fee - Smoking in the house is absolutely prohibited, disobeying this rule may result in an extra fine. - Please don't leave any flammables such as candles, incense unattended. - If you need an extra key or lost a key please notify us (do not duplicate our house keys) and please return the keys at the end of your stay. - Please keep the house reasonably clean and organized. - Please keep front door locked while in the house or when you are away Heater & Lights must be turned off while out for your fun day (otherwise subject to deposit deduction) - AC should be turned off when checking out.
## 109 PLEASE READ ALL THESE RULES BEFORE REQUESTING A BOOKING. Cancellation policy is strict - 50% refund if cancel before 7 days of your arrival. No refund within 7 days of arrival date. PLEASE READ Chinese REVIEWS on last page YOU MUST BE AT LEAST 21 TO MAKE A RESERVATION. THANK YOU 1 Please-house is NOT to be used for PARTIES or large gatherings. 2 No smoking 3 No pets allowed. 4 PLEASE TURN OFF AC/HEATING unit when you leave. 5 Conserve water. Please use towels are least 2 times 6 Please keep loud noise down after 10 pm. 7 If you loose a key, you will pay 250 from the deposit. The incidents below were done by prior guests: 8 Please do NOT FLUSH anything other toilet paper. 9 Please do not through beverage CAPS, MEAT, GREASE & CHEMICALS in the kitchen or bathroom sinks. 10 Please use plastic cups in the patio. If you break a glass outside (or inside), please vacuum the floor. We do not want somebody to walk barefooted and get cut with the glass. 11 Please do not to take food into
## 110 • To respect our wonderful neighbors, please be conscious about noise levels. • Limit 3 cars. Park vehicles only in designated spots. Please do not block the side driveway, this is for the property manager's access. • No smoking on premises. • No amplified music outside. • No events or parties unless specifically authorized by host. • No pets. • Damaged items will be deducted from security deposit. Most importantly: • Enjoy your stay. Thank you!
## 111
## 112 - Quiet hour is 11pm-5am - Please clean up after yourself, no dishes leave in the sink etc.
## 113 Just FIVE simple rules: - Please REMOVE SHOES and place them on the shoe rack inside. It's an Asian thang and helps protect the flooring. - Please don't bring any additional guests into the unit. - No smoking indoors but outside is perfectly fine. - Love pets but no pets. - When leaving for the day, please turn off all the lights, the air conditioner, etc.
## 114 Please be respectful of my home, no smoking or drugs and pets are not allowed.
## 115 No shoes allowed, no smoking inside home, no drugs, no visitation from your guests. No cooking, however you can use the microwave and toaster oven.
## 116
## 117 PLEASE, PLEASE, PLEASE! ABSOLUTELY NO SMOKING inside the apartment NO NOISE after 10:00 pm NO PARTIES or ILLEGAL DRUGS. NO EXTRA GUESTS without permission. Thank you! ATTENTION! 50 for lost parking pass. 150 for lost key. 300 per violation for noise disturbances after 10:00 pm (including weekends). 300 for smoke smell left in apartment. Thank you for your understanding and cooperation!
## 118
## 119 - NO SMOKING -- this building, per the onsite management and the individual lease agreements, is a 100% SMOKE-FREE ZONE; including both private and communal roof-top areas, the unit itself and any other public areas within the building and the communal property regardless of whether inside or out. You must be totally off of the premises and on public property to smoke. If you're a regular smoker and feel you'll have a hard time following this rule we kindly suggest you look into another property. Evidence of smoking will result in a complete forfeit - NOISE: We have a zero-tolerance policy with noise complaints. We ask that you please respect our neighbors and keep noise to a minimum. QUIET HOURS from 10PM-8AM (week) and 11PM - 9AM (weekends). - NO LARGE GATHERINGS/PARTIES - VISITORS: We ask that all guests let us know in advance if they plan on having any visitors during their stay. We do ask that the number of visitors be limited to 5 individuals during your stay. - NO LIT CANDLES -
## 120
## 121
## 122
## 123 - Check-in is after 6PM
## 124 Our building is full of professionals and mostly artists who value their privacy and quiet space. The entire building is built of concrete, so noice travels far, therefore we ask you to be mindful and respectful by keeping the noise levels low. ;-)
## 125 - Please respect our space as if it were your own home. - No additional guests day or night without advance permission of host. - This is a drug free environment. Absolutely no drugs permitted. - No filming or photography permitted without consent of host. - Please keep your personal belongings in the guest room. - Use of the kitchen is limited to light meals and you must provide your own provisions. Anything more must be agreed to with host. - When using the kitchen please clean up straight away. - A small, friendly Yorkshire Terrier lives here too. Although this breed is said to be hypoallergenic, if you are highly allergic or don't care for pets we recommend booking elsewhere. - We welcome any feedback that could help us improve the experience for you and others.
## 126 Up to 2 additional guests allowed to visit at a time. No extra overnight guests please. If you would like to invite more people to stop by, please contact me for approval beforehand, so that I can ensure that the building security team is not alarmed. This is a very secure, private, living spaces for professionals.
## 127
## 128
## 129 Have fun but be courteous! Please keep the following in mind: - You're welcome to use the kitchen, but please clean up after each use. - Please use your own detergent should you use the washer/dryer. - Provided towels will be in your bathroom cabinet and are for use only in the apartment-PLEASE don't take these towels to the pool. - The living room television is currently not available for guest use. - Guests may have up to 2 additional visitors during their stay, but are not permitted to stay the night. - Take advantage of the multiple activities offered for free such as yoga, boxing, and crossfit or the amenities like hot tub, sauna, and track! *If you're unsure about something, please don't hesitate to ask*
## 130 - Absolutely NO SMOKING or parties. - If either occurs, you will be charged the whole security deposit. - If you get locked out, and require access into your unit -- A charge of 50 will apply. If a key/FOB is lost, a fee of 200 will be assessed. - Check-in is at 3 p.m. You will be meeting with a housekeeper who will provide you with a set(s) of keys. If you need to check-in prior to or after 3 p.m., you may request to do so, depending on availability of our house keepers. - Government issued ID will be verified to match the booking confirmation at the time of check in. Otherwise, we reserve the right not to check you in. Security deposit will be forfeited. - We ask that if approached by any employee of the property, you do not reference AirBNB whatsoever. There have been many of times where guests will have other guests go to the concierge to be buzzed up to the room in the middle of the night. This is strictly prohibited by us and enforced. Each time one of your guests go to the con
## 131
## 132 RESPECT IT, ENJOY IT! NO SMOKING -- this building, per the onsite management and the individual lease agreements, is a 100% SMOKE-FREE ZONE; including both private and communal roof-top areas, the unit itself and any other public areas within the building and the communal property regardless of whether inside or out. You must be totally off of the premises and on public property to smoke. If you're a regular smoker and feel you'll have a hard time following this rule we kindly suggest you look into another property. Evidence of smoking will result in a complete forfeit of the security deposit. NOISE -- We have a zero-tolerance policy with noise complaints. We ask that you please respect our neighbors and keep noise to a minimum. QUIET HOURS from 10PM-8AM (week) and 11PM - 9AM (weekends). NO LARGE GATHERINGS/PARTIES NO PETS VISITORS -- We ask that all guests let us know in advance if they plan on having any visitors during their stay. NO LIT CANDLES -- We have electric battery-operat
## 133 - No smoking inside the loft or within 20ft of main entrances, exits and operable windows of the building.. Smoking also includes marijuana, vape and e-cigarettes. If this rule is violated the entire deposit will be considered forfeited. - No pets allowed in the loft or by the pool. Please leave your furry friends at home. - Please use appliances according to the instruction manuals in the drawer. Failure to do so could result in damages to the appliances or electrical on the property. Guests will be responsible for any and all damage resulting from improper use of appliances. - Please respect quiet hours of 10pm to 8am Sunday - Thursday and 11pm to 9am Friday and Saturday. - Pool and hot tub hours are from 7am - 10:30pm Monday - Sunday. Proper bathing attire is required, no nudity. Please be considerate to others at the pool and share the space. No more than 2 people are to be by the pool at any one time as there are limited pool chairs and loungers. - We have provided plastic cups
## 134 Leave the apartment as you found it. Place the used linens in the hamper. No Loud Music After 10pm as courtesy to the neighbors and other tenants of the building. No Smoking in the Unit. There are designated areas to smoke outside of the building and in the Rooftop. There is a queen sized inflatable bed and 2 sleeping bags available for use if needed. You're more than welcome to use the kitchen to prepare your meals. Please tidy up if you do. There is a washer and dryer in the unit and multiple coin laundry machines in the basement. The TRASH CHUTE is located in a hallway beside the stairwell. Beside it is a place to dispose of Recyclables. CHECK OUT TIME IS 12 PM (noon). Simply leave all the Keys on the Kitchen counter, and lock the door on your way out. • Check-in time is after 4pm (if I can Accommodate an earlier check in time I certainly will- please let me know your needs) • No parties or events • No smoking • No pets • No smoking inside or on the balcony/fire escap
## 135
## 136 No excessive baggage. No garbage bags full of clothes. Guest must clean up after themselves and keep their spaces clean and tidy.
## 137 - If you lose the key fob there is a 300 charge. - If you get locked out of the apartment there is a 100 unlocking fee. - Do not have guests go to the concierge to be buzzed in. You must go down to the lobby and receive all your guests and escort them up. - The no parties and no smoking rules are strictly enforced. If these rules are broken then the entire security deposit will be kept.
## 138
## 139 NO PARTIES. KEEP IT DOWN @ NITE and REPECT neighbors!
## 140
## 141 Smoking on the patio ONLY! No parties No loud noise
## 142 If you would like to book more than three days you must make separate reservations. We only book in three day increments do not touch the artwork, no smoking inside. Late check out is not permitted. Fine is half the amount of stay. NO SMOKING (50 Penalty fee) Lost keys 10 Lost parking card 25 Lost clicker 25
## 143 - Check in is available after 3PM. Flexibile depending on calendar - Check out is by 11 AM
## 144 - Check in after 2 PM and check out at 11am
## 145
## 146 My home is your home away from home! I keep this place gorgeous, so it meets your expectations! You will find everything you need here, and if you don't... just ask! Feel free to keep your door closed during your stay. If you have laundry, just let me know and I'll help you out! No worries! When you're here... you're family! Can't wait to meet you!
## 147 No pets allowed nor visitors with pets. No smoking. Please do not have packages mailed here. No parties or events. Please be considerate of neighbors and refrain from using the washer and dryer, making loud noises between 10PM and 8AM
## 148 - Please don't disturb the neighbors and building staff/employees. Please contact me for any issues or any questions. Please follow the rules as indicated: - Maximum of 6 people - No parties/events, no pets, and no smoking in the apartment or building - No loud music and excessive noise at all. Please keep noise at a minimum. - Check in time starts at 3:00pm and check out is 11:00am. I will sure try my best to accommodate check in and out times. - Fees for damages will be charged to replace items and lost keys will be charged of 150. **I will be your main contact and when needed, I will provide a co-host's contact information.
## 149 I'm a very easy going Host but please respect the following rules. Please be respectful of my home, neighbors and community. • If you need an earlier or later check in just let us know and we will try and accommodate you, an additional fee will apply. You will be asked to show a valid ID that matches with the name of the person that made the reservation, otherwise we reserve the right not to check you in. No third party bookings allowed, unless you use the business travel option. You will lose your FULL DEPOSIT if any of the following house rules are broken: • No parties, events, birthdays, bachelor or bachelorette stays • No pets • No smoking inside • Disrespecting Neighbors • Contacting property management or apartment staff (We are your ONLY point of contact and will address and fix any and all issues) • Staying past check out time unless prior written approval in Airbnb • Have more guests than stated in your reservation or if the number doesn't match we reserve the right to can
## 150 No smoking inside the place or unannounced overnight guests, but in general guests should consider my home as their home -No Parties! - Quite Hours 11pm - 10am - 120 charge for unreturned key -300 charge for smoking inside Treat the place like your own. Keep lights and air conditioning and/or heat off during the day if you are not in the apartment. Fans work well with air con and they cool off pretty quick.
## 151 NO Smoking of ANY KIND in the unit/ balcony/ common areas NO Parties or Events Check-in time is 4pm - 2am (fees apply after 10pm) NO Extra/ Overnight Guests NO Mail Delivered here (unless personally arranged with me ahead of time) NO Moving / Rearranging of the furniture (unless otherwise specified) NO Access to the Leasing Office or Property Management (We as the hosts are responsible for all of your needs during your stay) NO unplugging of the electronics like Tvs, cable boxes, lamps, Roku sticks etc NO Pre-Check in Bag Storage (the W and Loews Hotel will store your bags for free prior to check in) NO Pets NO one under 18 years of age WITHOUT HOST PERMISSION - FREE Check-in time is 4pm - 10 pm. CHECK INS LATER THAN 10pm incur a small additional fee. Here's the fee breakdown: 4pm - 10pm = FREE 10:01pm - 12am (Midnight) = 40 12:01am - 1am = 50 1:01am - 2 am = 60 - You will be asked to show a valid ID that matches with the name of the person that made the reservation, otherwise w
## 152 Please keep the noise level down. Close the sliding door to the balcony and refrain from talking on the balcony after 9pm. Noise travels on the balcony and courtyard. Do not sleep in the bed without a top sheet please.
## 153 Absolutely NO SMOKING of any persuasion and no pets. Please respect the carpet, take your shoes off at the door...there is a basket for your convenience :) CONTACT ME DIRECTLY with any apartment issues/ problems/ concerns, etc. PLEASE NO NOT UNDER ANY CIRCUMSTANCE Contact The front office, management or and building personnel!!! We will take care of anything and everything you need directly and personally! Thank you!!!
## 154 NO Smoking or Drugs allowed! No Excessive Alcohol Consumption. No Strong Fragrances (Perfume/Cologne, etc.) Guests are expected to be courteous and tidy.
## 155
## 156 - No loud music after 10pm. Picture ID will be required to show upon arrival
## 157 RENTAL RULES AND REGULATIONS Furnished rentals differ from hotels. Furnished rentals offer full kitchens, and are more spacious and economical than hotels. On the other hand, a furnished rental is like your own home in that you provide your own toiletries (soap and shampoo), paper towels, toilet paper, laundry detergent, dishwashing soap, cleaning supplies and the like. Several stores are located within a nearby. Please treat the rental as you would your own home. 1. CHECK-IN & CHECK OUT. Check in is after 3 P.M. (local time) and check-out is before 11:00 A.M. (local time). NO Early check-ins or Late check-outs. Please plan accordingly as we do not have a leave-luggage facility. 2. NO SMOKING - This is a NON SMOKING unit and property. If you must smoke, smoke off the premises. Please do not leave cigarette butts on the grounds outside. Smoking inside the apartment will result in a minimum additional cleaning fee of USD 250 to have the carpets, furniture and comforters specially c
## 158 - No smoking. No loud music please no extra guest without permission or loss of deposit so please let us know the correct amount of people or we have the right to charge 100 per person even if they don't sleep at the apartment. Also booking for incorrect amount of people is a subject to a guest cancellation without refund. We are easy going but it is an apartment so we have to respect our neighbors :) having extra people will make you get a guest cancellation without any refund for future nights. Maximum of 3 people
## 159 Please smoke in the front of the house only. Thank you.
## 160
## 161
## 162 All welcome. We don't hate on anyone. Let the spirits in!
## 163 Please read these house rules carefully prior to booking. 1. Please don't be intimidated by all these rules. They are here to discourage trouble makers from booking and to encourage everyone else to stay here comforted by the knowledge that this is a well run house that people enjoy. 2. You must never open the house entrance door for other people, including Police or other officials. You must never give consent to anyone to enter and/or search the house. Just ignore anyone knocking on the door and don't engage in conversation even through a closed door. Instead, message us at once if it seems urgent. 3. You agree you know this house is about seven miles from the tourist sites, and that you will not complain about the location in any review you submit to Airbnb. 4. While there is no curfew, if you return home after 10pm, please arrive quietly, carry bags, remove shoes and whisper softly. 5. If you are unhappy, tell us at once, and please not in a review when it’s too late for me to hel
## 164 - Welcome! First we want to thank you for choosing to stay with us! So, welcome to Los Angeles California! We hope you will consider our Spanish Home your home away from home. We have invested a lot of love and attention to make it a cozy place for your enjoyment. We ask that you please appreciate and take care of the surroundings. AirBNB is a home share community with mutual respect and understanding. AirBNB is not a hotel environment, it is more like a vacation rental. Please clean up after yourself. If you have used the dishes, cups, flatware, appliances, coffee maker, stove etc please clean, dry and put back to original place after use. If your trash can is full, please remove it and take it to the main trash chute. There are extra trash bags provided. If there are none please notify us and we will bring some more. Environment: This is a non-smoking, non-partying, quiet environment, please be considerate. Smoking: Please, no smoking is allowed anywhere on the property; please do y
## 165 I just ask that you respect me and my home, and my fur babies. No shoes inside, please. Also, no smoking inside or near the house. Lastly, I kindly request that you be mindful of your noise level after 11pm during the week.
## 166 no smoking, no pet
## 167
## 168 Ask about Pets
## 169 Smoking permitted outside only. the House inside is smoke free.. Not a Rave Party house but we enjoy a good spirit and a glass of...Something After 11pm on weekdays is quiet time which means you should respect your neighbours. CLEAN YOUR DISHES!!!!!! ;D
## 170
## 171 Gov't ID may be requested prior to your arrival or day of arrival before entering premises by owner or associate. - Absolutely no smoking of any kind in the unit - No parties, loud music or additional guest gatherings are allowed in unit - Please keep noise level down from the hours 9pm - 7am in consideration for our neighbors - Please use the bathroom towels only for bath purposes. Please do not use our towels to clean, wipe down surfaces, or any make up removal purpose. Prior to check out, please dispose any used towels in bath tub. - Please wash any used dishes after use or place in dishwasher - Please dispose trash down in the trash chute located by the elevator towards the garage. Please treat my home as it was your home and keep it clean and organized. Failure to follow any rules may result in lost of deposit and additional charges added to your account.
## 172 - No smoking on the property. - Quiet hours after 10:30pm - Check in time: After 3:00 pm / Check out time: 11:00 am (If you need to check-in earlier or check-out later, please send a message and we will do our best to accommodate you.) - Please turn off air conditioner or heater and all lights before leaving the apartment at all times.
## 173 -No loud music or loud noise after 10pm. -No strange guest outside of Airbnb. -No smoking -Kindly no shoes in the house
## 174 Please treat property with respect and, if necessary, report any damaged property immediately. Please do your own dishes. No smoking of any kind.
## 175
## 176
## 177 When you rent the space it's yours from the hours of 10 PM till 9 AM. All of your personal belongings should be stored during the day and it's important to remember the space is shared so no sleeping through the day and preventing other people from using the couch. We will provide adequate Space to store your goods..
## 178
## 179 Please clean up after yourself as you would in your own home, and be respectful of the neighbors!
## 180 1. Do not contact the manager 2. No loud parties 3. No smoking in the house 4. No shoes in the house 5. No disposing of food in the sink!! 6. Treat it like it's an angry Korean man's house. 7. Turn off ac/heater when no-one is home and at your departure! 8. No loitering on the balcony 9. No downloading of any torrents (can help with fire stick only) 10. sneaking in extra people is theft - only the number of people booked are permitted to stay overnight on the property 11. The host will come by here and there 12. Be careful with the blinds 13. There will be a 100 dollar charge for each violation! 14. Park in the right spot. If unsure, send me a picture or call anytime! 15. Don't bother my neighbors and my manager!
## 181 - 12am to 6am, not set in stone however. There is a guard entrance and you have to give your ID for entrance.
## 182 -No additional guests without permission. -No smoking indoors! - clean up after yourself! - keep noise levels down - do not STAIN TOWELS OR WIPE MAKEUP WITH THEM. If i cannot remove stains you will be charged for replacement ones.
## 183
## 184 Friendly, positive, mature, and considerate people only please!!! Quiet hours are from 10pm-6am (it's a pretty quiet neighborhood). Arrival time flexible. **Please advise on time of arrival as soon as you book. - No drugs, no smoking - No additional people without consent - Street parking only - Wash own dishes and clean up behind yourself - Please keep common areas tidy Any question please don't hesitate to ask!! I'm a positive/outgoing guy who love making new friends... Enjoy Your New Space!!
## 185
## 186 - No parties, no pets and no smoking
## 187 NO SMOKING! Please remove your shoes when entering our suite as our house is a shoe free zone inside. No loud noise or parties to respect the neighbors. Please be aware we have many antiques and items of great personal and material value that can not be replaced if broken. So, we ask that you please be careful and treat the space as you would your own.
## 188 - No shoes in the apartment please.
## 189 Welcome to our unique shared space! This communal setting is wonderful for meeting like-minded people (many creatives, explorers and professionals alike) and sharing experiences, but therefore it's super important to be considerate to your fellow guests. We hope all our guests continue to have a wonderful experience, so we kindly ask you to adhere to the following house etiquette. - Please respect your room mates by keeping the space chilled and relaxed. Please do not play music, etc. The atmosphere is mellow but sociable (if people want to nap/relax they are always able to do so). - Remember that everyone has different schedules and be respectful and tolerant of this. We have a subtle night light for those who get back late/rise super early. Be quiet when people are sleeping, and only use the night light at very late/early times so as not to disturb others. Consideration and understanding for one another is what makes this place such a positive space :) - Please remember to remove you
## 190
## 191 We put our young girl to sleep at 9:00 and we are in bed around 10-11pm. We are early risers in the morning. We like it quiet in the bedrooms (tv, phone etc.) after 11pm. The bedrooms are all right next to each other so voices and tv etc. can be heard in other bedrooms. Please keep the volume to a minimum. No heavy cigarette smokers please. If you are a casual smoker and your clothes don't have the smell then we can do that. Please always smoke outside away from the house, open doors and windows. • Please DO NOT make a copy of the HOUSE KEY • Use Water Sparingly Please. We are a Water Friendly home meaning that we conserve water. California is in a serious shortage in the water tanks that provide us our clean water so we use it sparingly and recycler our water for plants etc. • No smoking of any kind in the house. Sorry but no cigarette or cigar smokers allowed. • No pets • Please shut off all lights and electricity when not in immediate use. • Please mind our space, closets, drawer
## 192 Be respectful to neighbors and others, please no loud music or noise. No parties or social gatherings without written approval. Be respectful of all house furnishings, walls and flooring. Clean-up after yourself (dishes/sinks/shower/tub/toilets) Do not leave open food or trash in rooms overnight. Dispose all trash inside plastic bag or can liner. Cooking permitted stove and all appliances must be kept clean. Food should be stored in proper areas (refrigerator, pantry or shelves) Usage of eating and cooking supplies allowed but must be cleaned. Any damages or broken items to be reported immediately to me. Any problems with other guests, please contact me immediately. Lock doors when you leave and while you are in the home. Pets are not allowed (special needs service pets need advance approval). No smoking inside house, outside no problem. No drugs or illegal activity allowed on the property at any time. If parking in driveway, be polite with moving to allow others to exit. Street
## 193 We aren't professional Airbnb folks, this is just our home and we'd like to open it up to you. Have a great time, be cool to our stuff and our neighbors, and you'll have an amazing time.
## 194 Basic common sense. Ask before using things that do not belong to you and clean up after yourself.
## 195 • Not child-friendly (0-12 years) • No parties or events • Not suitable for pets • No smoking I don't have a ton of rules. Just make sure the place is locked when you leave. Including the sliding glass patio door. No smoking on the patio as well. I had a neighbor complain. There's another smoking area outside that I can show you upon arrival. If you use my records, just be careful with them, and make sure to put everything back as you found it. The same goes for the board games, DVDs, etc... If you want X-Box set up ahead of time, let me know. If you need to dump trash, there's a trash shoot near the elevator. Whatever dishes you have not washed by the time you leave, please just leave in the sink. Any questions or problems, please contact me on my cell, not the manager's office. Thanks!!
## 196 There's a 50.00 charge for lost key There's a 100.00 charge for lost garage opener
## 197
## 198
## 199 It is very important for us that all of our guests and travelers enjoy their stay and that they feel relaxed. To be considerate to the others, we kindly ask to keep things, such as loud music or tv, on the quieter-side after 9PM. No pets. No smoking/drugs. No events/parties.
## 200 -No mentioning of Airbnb to any person on the building, -Do not talk to manager or any employee of the building -No Alcohol. - Lost Key 100 -2 maximum room capacity -No outside guests -Any lost items or damages will be charged to your security deposit depending on the amount involved. -NO SMOKING policy in the apartment. 100 will be deducted from the security deposit if any smell of cigarettes, marijuana, e-cigs, pipes, hookah, etc. is detected. * Due to my severe allergies, I am very sorry to animal lovers but we I do not allow pets at all even if they are registered service dogs. -violation of any rules will be fine 100 - Quiet hours 10pm-8am - No entry to the other room and closets that has signed "do not open"
## 201 - 1. Alcohol and Drugs are prohibited - 2. Kitchen hours from 6am yo 11 pm. After use it leave clean and organize. - 3. If you want cooking something. You must buy your own food. You can take water and coffee of the kitchen. - 4. Clean after yourself - 5. BATH RULES 5.1 Clean up after yourself. 5.2 Pick up you clothes. 5.3 Don't forget to flush. 5.4 Put the seat down. 5.5 Turn off the lights. - 6. After 12 am we ask to be quiet and keep noise down! - NOTE: If for any reason you lose the keys or the card-key it will cost 100 in cash.
## 202 No smoking(This building is 100% SMOKE FREE ZONE) No pets No parties or events(we have zero tolerance policy with noise complaints. QUIET HOURS are 10PM-8AM) No illegal substances Check-in is after 5PM Check-out is 12PM(Noon)
## 203 Smoking allowed only in the outside Patio. Since you are in common place... please if you use something, clean it and put it back for other guests to use (dishes, vacuum, hair dryer, washing etc)
## 204 - No loud noises between 10pm-8am. - No parties allowed. - No smoking on the property. 50 will be deducted from security deposit if any smell is detected. No exceptions. - No drugs allowed (including marijuana, even with medical note). - Any extra guests must be pre-approved or security deposit may be charged. - Please turn off air conditioner or heater and all lights before leaving the apartment at all times. - California is currently in a drought, please save water. - Please leave the apartment in the same condition you found it (dirty dishes should be cleaned, trash should be thrown away into the trash cans, and wet/dirty towels should be placed in the hamper). - If apartment is left in extremely dirty condition, an extra cleaning fee of 30 will be deducted from the security deposit. - If you need to check-in earlier or check-out later, this must be pre-approved. Late check-out without approval may be charged a fee. (Late check-ins are ok since it is a self check-in process. Inst
## 205 - Please be courteous of neighbors and keep noise to a minimum when possible - Clean up any mess you make - No parties, gatherings, or extra guests - Quiet time is after 10 pm
## 206
## 207 - Pets on a case by case basis
## 208 Guests are asked to treat neighbors with respect, not blare music or other noise nuisances. This unit has a zero drug use policy. Drug use is considered a strict house rule and can cancel your security deposit. Pets are NOT allowed. Guests are asked to interact with the Host for all building issues or questions. Only the Host can address these issues with building personnel. Smoking is not allowed on premises. The Host has the right to enter the premises at any time, but will attempt to contact guests multiple times, prior to entry. The host will do the absolute best to respect your privacy.
## 209 The Space This specific room with the bunk beds has 2 bunk beds, that fits 4 people. There is a closet in the room. We provide the bedding (a sheet, pillowcase with the pillow, blanket) and towel. 1. COMMON AREAS • Please TAKE YOUR SHOES OFF. We keep our house clean, please take a good care of our house too. • Don't use washer and dryer machines between 11pm - 7am. • Separate the garbage into Recycle, Compost and Trash. • No Smoking in the house. Smoke detectors will be activated. No Drugs (Marihuana is considered as a drug). • PARKING: We do not provide parking. Street parking only. You are the only one who's responsible for your car. • IMPORTANT: We are not responsible for your personal lost or stolen items. 2. BEDROOMS • No loud noise after 10pm. No cell phone usage after 10pm inside room. • No FOOD or DRINKS in the bed. • No rearranging the furniture. • Please prepare bed for cleaning: Take Inside Out the bedding (Sheet, Duvet Cover, Pillow Case) and leave a towel and bedding on t
## 210
## 211
## 212 2 people maximum Smoking is permitted outside in the patio area with the door closed please. Please be respectful and mindful of our neighbors. Quiet hours are from 10pm to 8am
## 213 This is a home in a quiet family oriented neighborhood. There is a cleaning fee of 100 for each 30 guests. This is to get the space ready and set up for the party. The space and ground need to be given back with no garbage and furniture back in its place. You would be responsible for all your guests safety as well as damages. There is a beautiful glass tile line pool. Party needs to be finished and evacuated before 10pm . Subject to guest house being available. No drugs on the property please - legal or illegal.
## 214
## 215 No smoking .for 1 guest only . Quiet
## 216 - No loud noise after 9pm - Any complaint from neighbors will result in leaving the property and no refund - Please keep all communication with me
## 217 No smoking No parties No pets No burning of candles or any other potential fire hazard. No overnight guests outside of Airbnb Take out trash to back alley garbage bins. When you leave, please turn of all electricity. As California is currently experiencing a record drought, we would like to ask all guests to conserve water to the best of their abilities.
## 218 We will occasionally allow a small dog. No smoking inside the guesthouse, smoking is permitted on the terrace. No guests without prior notification. No parties.
## 219 Quiet place. So no parties .
## 220
## 221 I expect my guests to love and respect my home the way I do... And everyone must enjoy their stay*
## 222 No smoking in the house; cigarette smell makes me physically ill. We expect silence after midnight and please be considerate of turning off the lights when you leave a room. Please and thank you :)
## 223
## 224
## 225
## 226 All guests must be older than 25 years of age if not accompanied by parent or legal guardian. Residential neighborhood is quiet. You must keep noise down. Calls to police due to noise may result in forfeiture of your deposit. Please be considerate of our neighbors.
## 227 We appreciate you treating our space like it was your own. We always leave spaces better than we found them. We are please for you to show the same courtesy. Keep the furniture in place too!
## 228 In accordance with this rental agreement, the Airbnb GUEST agrees to the following House Rules and Conditions: 1. The GUEST agrees there will be NO SMOKING in the home. If there is any smoking damage, including odors, or cigarette butts left anywhere on the premises GUEST risks losing some or all of his/her deposit. NO SMOKING! 2. The GUEST agrees to maintain the PREMISES in a clean, orderly, and lawful manner. NO Illegal Drugs or under age drinking will be tolerated. 3. Upon vacating the PREMISES, the GUEST agrees to leave the PREMISES clean and as upon arrival, with the exception of basic cleaning and washing. 4. The GUEST agrees to use their best effort to turn off the lights and appliances when not in use. Especially A/C Unit. 5. The GUEST agrees Checkout is 11 AM on the check out day. GUEST continue to occupy the PREMISES after 11 A.M. without written approval from HOST agrees to pay additional rent at the HOSTS discretion (35 each additional hour after 11am). Should it be nec
## 229 This is a beautiful neighborhood, polite and considerate guests are always appreciated. i would hope you enjoyed your stay and would want to come back, having happy neighbors makes a happy time.
## 230 We do not allow house parties. Airbnb Guests only on premises. Street Parking Only. No smoking, inside or out.
## 231 No Alcohol No Smoking in the house No Eating in the bedrooms
## 232 We love our home and we trust that you will too. Please treat our home as if it were your own. Please no smoking.
## 233 Guests are to be respectful and treat my home as you would want your own home treated.
## 234 - I expect guests to clean up after themselves and leave the place how they found it!
## 235 - No loud Music or Outside Entertainment after 9pm
## 236 NO FOOD OR DRINKS ALLOWED IN THE BEDROOMS PLEASE NO SMOKING NO EXCEPTIONS NO ILLEGAL DRUGS. TURN EVERYTHING OFF WHEN YOU ARE OUT OF THE ROOM. Have your meals in the kitchen or outdoors in the backyard. No shoes on the carpet. No overnight guest. Do not block the driveways. No pets allowed. Respect all other guests. Please keep all noise levels down after 9:30pm in respect of other guests in adjacent rooms (loud talking, t.v etc..) PLEASE TURN OFF ALL lights (indoors & outdoors), television, fan, heater, disconnect cell phone & laptop chargers, etc...when you are out & disconnect items not in use. Do not use the stove. Please store all food in the kitchen. Do not put anything in the fridge without asking first. Please clean up after yourselves at all times, including dishes. If you use it and/or dirty it, clean it and/or wash it. Respect our home as you would your own. Picture ID required upon check in.
## 237 - Just no smoking IN the house or going in the storage room. Friends are allowed over just no parties, I do have neighbors to respect and I do have nice things that I don't want to get ruined or go missing :) - I am available to be called or texted anytime if you have any questions or need any recommendations for your day or night out!
## 238 Please respect our home. No parties or overnight guests. This is a drug free home. Guests are allowed to access all amenities of the house including rotisserie BBQ, kitchen and fireplace. Please leave everything as you found it :)
## 239
## 240 Please be quiet and respectful of neighbors No smoking No pets No shoes in the house please. Light cooking only for longer stays, no seafood.
## 241 Only registered guests are allowed on premises. We are a quiet neighborhood and home - No parties No filming of any kind is allowed on premises, without written consent. Please be upfront about your intended use of the space, we are reasonable but want to be aware of your intended use of the space. No smoking please, we like to keep the place clean and smoke free for our returning and future guests. No pets, as we would like to make sure the space is free of any allergens. Be respectful as we are caring hosts and would expect the same from our guests.
## 242 Please treat this room as your own; we are more than happy to interact as little or as much as you'd like. -No Pets unless prior notice with us at the extra 35 fee -No smoking inside -No outside visitors without prior notice with us -Please Lock the doors when you leave -Please Turn off the lights when you leave -Please pick up after yourself -Please wash dishes/glasses if used -Washing and drying a load of clothes will have a 3 fee -This listing is for the bedroom and bathroom with all amenities listed, this is not for entire home access. We like to have our common area for our work. Feel free to use the backyard to lounge or smoke if you wish.
## 243 No pets. No smoking. No loud noises that would disturb host or other tenants. No drugs of ANY kind. Discretion is key to a great stay.
## 244 不可以开party 保持室内卫生 无违法行为 禁烟 禁酗酒 无宠物 室内请勿穿鞋 请勿在卧室内吃零食以及喝水以外的饮品^_^ No smoking. No party. No drinking. No pets. No illegal activity. Please do not bring friends or family back home without asking us.
## 245 Check-Out is at 11AM On the last day of your stay. 2 Sets Of KEYS , with 2 remotes controls will be provided,The door KEY will be needed at all times when Guest will leave the apartment to be able to open doors and use elevator. 250.00 will charge for each broken or missing KEY or REMOTE CONTROL. Cleaning Services are not provided during your stay. We will not provide Room service ( we do not replace towels and toiletries.We can provide Cleaning services for an extra FEE at your request. PARKING , Please park in the appropriate space located under the building which will be showing at check-in. TRASH room is located next to the elevator. FUNITURE should not be moved or removed from it's place, any broken furniture or damage will result additional charges. SMOKING is not allowed in the complex or the apartment ,IF at check out smoking will be determined a charge of 250.00 per day will apply. Wi-fi services will be provided at the time of check-in .
## 246
## 247 The Space This is a 2 br house located in the Venice area. This specific room with the bunk beds has 2 bunk beds, that fits 4 people. There is a closet in the room. We provide the bedding (a sheet, pillowcase with the pillow, blanket) and towel. Guest Access Common areas are the working space with large desks and chairs, available for you to use anytime and a kitchen with all appliances like spoons. plates, pots etc. The kitchen is fully equipped with dishwasher, stove, fridge. Food is not provided. Interaction with Guests Our guests are young and smart engineers, startup founders, developers. House Rules No smoking. Not suitable for pets. No parties or events. Not child-friendly (0-12 years) 1. COMMON AREAS • Please TAKE YOUR SHOES OFF. We keep our house clean, please take a good care of our house too. • Don't use washer and dryer machines between 11pm - 7am. • Separate the garbage into Recycle, Compost and Trash. • No Smoking in the house. Smoke detectors will be activated. No Drugs
## 248 Smoking is not allowed inside the house and its surrounding areas. Phone calls: you are expected to use your own cell phone. In emergency, you can use our phone and will be responsible for the charges of the calls; although most local and long distance calls do not incur additional charges. Pets are not allowed inside the house and its surrounding areas. A local kennel is within 5 minutes.
## 249 - No Parties. No Smoking. No Pets.
## 250 The guest house is located behind a family home, and we ask guests to be respectful of this fact by keeping noise within reasonable levels. During your stay please keep all three gates closed, for safety reasons. Check in is from 4pm to 10pm, please notify us before booking if you wish to check in later - we are sometimes able to accommodate this, but it may not be possible. No smoking or pets please.
## 251 Please wash your dishes when you are done, if you can put them away after drying that would be wonderful :) If you make a mess, please clean it up. Do not take or eat anything you did not bring with you. Feel free to use our spices, salt, etc. Please stay out of the closets in the hallway by the bedroom. Enjoy your stay!
## 252 no smoking inside the house!! no parties inviting people other than the guests unless cleared with owner.
## 253
## 254 -No smoking or drug use of any kind in the apartment or building. -Please clean up after yourself. Take out the trash, wash your dishes, and throw out your leftovers from the fridge. -No make up on the towels. We will charge you for any stains that are not removable plus 20% administrative fee. -Please do not let the door slam. -Quite hours after 11:00pm -Please turn off the lights, and heat if you are not home to conserve energy and keep electricity costs low.
## 255 No smoking pet friendly with pet deposit No excessive noise!
## 256 We would like our guests to take care of our house as if it were their own! Pool rules are universal: no glass, no running around the pool, no peeing in the pool ;-) No smoking in or around the house. We are in a high fire risk area.
## 257
## 258 No filming or photography with out separate negotiation smoking allows out side of the house only . on balcony or deck . Small dog allowed. Large dog must be approved
## 259 No smoking, No Cigarettes, No Marijuana, No pets, No parties. Please treat my home as your own.
## 260
## 261 Parties are limited to 20 people unless agreed upon prior to booking with the owner. Outdoor noise must cease at 10pm during the week and 11pm on the weekends. There is absolutely no smoking inside the house All garbage must be removed from the house upon The deposit will be deducted by 500 if there is smoking in the house.
## 262 Smoking is prohibited. Parties not allowed. Filming and photo shooting not allowed. No heavy equipment in the house.
## 263 - Smoking on decks and patios only
## 264 I'm a very easy going Host but please respect the following rules. Please be respectful of my home, neighbors and community. • If you need a earlier or later check in just let us know and we will try and accommodate you, an additional fee will apply. You will be asked to show a valid ID that matches with the name of the person that made the reservation, otherwise we reserve the right not to check you in. No third party bookings allowed, unless you use the business travel option. You will lose your FULL DEPOSIT if any of the following house rules are broken: • No parties, events, birthdays, bachelor or bachelorette stays • No pets • No smoking inside • Disrespecting Neighbors • Contacting property management or apartment staff (We are your ONLY point of contact and will address and fix any and all issues) • Staying past check out time unless prior written approval in Airbnb • Have more guests then stated in your reservation or if the number doesn't match we reserve the right to canc
## 265 Each person should clean up after using the kitchen and pool areas. Try to be quiet from 10 pm at night until 8 am the following morning. Use the recycle bin for recyclables and the trash can for the rest. Try to conserve water and resources due to the California drought and out of respect for the earth in general!
## 266 Please be respectful. I'm very flexible and want all the guest enjoy themselves, but there are limitations. Please, no loud noises during the night time. **** Please do NOT disturb the Manager of the building *** -Do not use towels to remove make up please !... that's why I provide cotton squares.
## 267 - I want you to enjoy yourself but there are just a few rules! No pets, no parties and no smoking. I will check ID of the person who made the reservation upon arrival :)
## 268 No smoking inside the unit but feel free to smoke outside.
## 269
## 270 It's a quiet household, but friendly environment!
## 271 - Quiet hours 10pm-8am - Please keep common area clean (tidy up after yourself) - No smoking
## 272 I don't really have many rules. Just common courtesy stuff. Please be discrete and be courteous of the neighbors. Keep sound levels at a respectable level after 9pm. It's quiet building. Weekends are more lenient, of course. If you break something or something happens, please be honest and tell me about it and we can deal with the situation when it arises. Please clean up after yourself. No one wants to come home to a destroyed apartment after trusting it in the hands of strangers. Enjoy the place. Make yourself at home. Feel free to read my books and watch my movies, I'll have some board games and cards available.... Have fun and enjoy LA!
## 273 The cottage only fits two people comfortably. No extra guests who have not been originally approved in our first agreement. Please no parties. Please respect our neighbors and do not make too much noise. If you have an infant, please let us know and we can discuss if the space is appropriate. We need 48 hours or more in advance to book.
## 274
## 275 No drugs or illeagal activities on boat.
## 276 - Quiet Hours after 10pm
## 277 Thank you for considering our listing! We are really excited to host you! By making a reservation, you are confirming that you have read my entire listing and agree to our house rules.
## 278 No Smoking, be respectful to your neighbors and follow the specific checkin and out instructions sent to you by your host.
## 279
## 280 - Check ins past 8pm result in 25 tip fee. - Check ins past 10pm result in 75 tip fee. - Check ins past 12am result in 120 tip fee. - Check in times must be arranged before day of check in. (Need exact time; No estimated times. Better to be safe and give yourself an 30 minutes to arrive on time.) - Anyone who arrives 20 minutes late of scheduled check in time, will not be checked in at that time due to schedule conflicts. (At that point it's your job to arrange a time and place for us to meet. In this case we will try our best to check you in that day, but in some circumstances we may not be able to check you in the same day.) - To ensure a smooth and easy check in, please respect these rules.
## 281
## 282 Check in time is 3pm and check out time is 11am. No smoking in the apartment and please be mindful of your neighbors. This is their home too. Sorry no pets. Please text Erica when you leave so that she can prepare the apartment for the next guest. (PHONE NUMBER HIDDEN)
## 283 - Hi! My apartment is self check in and checkout. You may check in anytime after 3pm and must checkout any time before 11am. There are no keys to this property.. Absolutely NO cigarette or marijuana smoking in the apartment or in the building! Please do not bring unsmoked marijuana as well as it leaves a strong odor. There is a fully equipped laundry room in the garage. You can access it by walking down the stairs located right outside the apartment door. The machines take quarters. NO parties, please. This is a quiet and friendly building. Please help me keep it that way. - I have provided coffee for your stay. If any guest leaves unopened food or beverages, I will leave it for the next guest to enjoy. - Parking is street parking. There is always plenty of street parking on any of the streets around the building. PLEASE be aware of the street cleaning sings on Mondays and Tuesdays, and move your car accordingly.
## 284 Your apartment will be immaculate when you arrive. Please leave it as you find it.
## 285
## 286 No smoking in the home or on the property. Smoking will incur a minimum fee of 150 or more if it takes extra time to get the smoke out. (smoking is permitted on the public sidewalk) No parties or partying allowed. Noise restriction between 10pm and 7am. Parties will also result in forfeiture of your security deposit. Along with any fees incurred if there is a fine from the city or damage. Please take shoes off before entering the apartment. Only guests included with booking should stay overnight in the apartment One parking space is provided upon request, please make sure to only park in that space. Please be aware it is a tight area and some maneuvering may be required if the lot is full. Do not enter the room marked "Private" as it is not included with the reservation.
## 287 No smoking please, be respectful of the property I am really happy if there is some communication throughout the stay to keep things going smoothly and for me to make sure that you have everything that you need. Please let me know approximate departure time as well as arrival! This is not a venue for parties. Please be respectful of my wonderful neighbors Air- conditioner -- please turn off when you are not in the house, and please keep door shut to bedroom, so that the living room which has southern exposure stays cool. The bedroom is naturally cool and has a ceiling fan. If the door to the bedroom is open, then the house will not be as cool from the air conditioner. Please note there will be an additional cleaning fee for extended stays. Thank you!
## 288 Airbnb is a Community. We act as participants of a shared economy concept. It is important to follow local laws, community guidelines and to honor Airbnb Community Code. As opposed to a hotel, this place must feel like home. We blend in with a local community and respect its rules. House Rules are based on 3 principles: Confidentiality, Cleanliness and Noiselessness Confidentiality: You cannot share the nature and the details of this agreement with third parties (other guests, neighbors, property personnel, strangers etc.), including the fact of your temporary occupancy of the property. Nor you can use this address as your official address on any records (bank, DMV, credit card applications etc.). If you need an address for mailing packages the host will provide an additional PO Box Address and deliver your packages to you personally. In addition, the guests may not do moving of big or bulky items through the building doors. The host will take care of transporting your luggage to/from
## 289 1. NO MORE than 2 (TWO) people allowed in the apartment at ALL TIMES. 2. DO NOT CLOG the pipes. NOTHING BESIDES TOILET PAPER in the toilet. 3. NO PARTIES allowed in the apartment and or building facility - anytime. 4. NO SMOKE inside and or downstairs in the building. NO SMOKE place. 5. NO PETS - sorry. I love them too but they are not allowed in the building. 6. YES, PARKING is ASSIGNED spot. DO NEVER PARK on neighbors spots. *A home is alive. Synchrony must be in place for it to work properly. Things happen and exist at the same time... Keep it moving so you can enjoy it!
## 290 Enjoy this gorgous condo and hsve fun is the only rule
## 291 I'm a very easy going Host but please respect the following rules. Please be respectful of my home, neighbors and community. • If you need a earlier or later check in just let us know and we will try and accommodate you, an additional fee will apply. You will be asked to show a valid ID that matches with the name of the person that made the reservation, otherwise we reserve the right not to check you in. No third party bookings allowed, unless you use the business travel option. You will lose your FULL DEPOSIT if any of the following house rules are broken: • No parties, events, birthdays, bachelor or bachelorette stays • No pets • No smoking inside • Disrespecting Neighbors • Contacting property management or apartment staff (We are your ONLY point of contact and will address and fix any and all issues) • Staying past check out time unless prior written approval in Airbnb • Have more guests then stated in your reservation or if the number doesn't match we reserve the right to canc
## 292 RENTAL RULES AND REGULATIONS Furnished rentals differ from hotels. Furnished rentals offer full kitchens, and are more spacious and economical than hotels. On the other hand, a furnished rental is like your own home in that you provide your own toiletries (soap and shampoo), paper towels, toilet paper, laundry detergent, dishwashing soap, cleaning supplies and the like. Several stores are located within a nearby. Please treat the rental as you would your own home. 1. CHECK-IN & CHECK OUT. Check in is after 3 P.M. (local time) and check-out is before 11:00 A.M. (local time). NO Early check-ins or Late check-outs. Please plan accordingly as we do not have a leave-luggage facility. 2. NO SMOKING - This is a NON SMOKING unit and property. If you must smoke, smoke off the premises. Please do not leave cigarette butts on the grounds outside. Smoking inside the apartment will result in a minimum additional cleaning fee of USD 250 to have the carpets, furniture and comforters specially c
## 293 No smoking inside and be respectful of your neighbors. Check in time is 3pm, check out time is 11am. Please text Josefina at (PHONE NUMBER HIDDEN) when you leave so she can get the place ready for the next guest. thanks, Patrick
## 294 #1 HOUSE RULE: Keep Apartment Door Locked at all times!!! For the my personal safety and the safety of all guests, please lock the apartment door when you come or go, and keep it locked while you are home in the apartment. #2 HOUSE RULE: The guests who have paid and booked their stay should be the only people visiting or staying in the apartment. Guests should not invite any one else to the apartment to hang out. Maximum 2 guests can book the room. I ask that guests please remove their shoes before entering their bedroom, to keep the carpet brand new! Two people maximum per stay, all sleeping should be done in the listing's private bedroom (Not on couch) There is no smoking allowed inside the apartment or on the balcony. Please respect this home, and it's owner :)
## 295
## 296 Keep the space as clean and wonderful as you would keep your own!
## 297 We do not allow pets or smoking (sorry, very sensitive allergies). Our house is very family friendly (large open layout) and has only 3 steps at the front and back doors, so partially accessible for impaired walkers. Please treat our space as your own and always be in touch with questions or concerns.
## 298
## 299 - We live downstairs, so we kindly ask that hard shoes not be worn inside. - No smoking, please.
## 300 Pool is for guests only please. No food or alcohol in pool. Swimming while under the influence is dangerous & please refrain. Guests are responsible for safe use of the pool and home while on premises. We have a short release form for you too fill out befor using the pool. Also please no glass by the pool we provide plastic dish ware for use by the pool :) Thank you so much, & Enjoy your stay we look forward to hosting you
## 301 You will be staying in my room; make yourself comfortable, but respect the space. Please be mindful of my roommates and their belongings. No pets, children, smoking of any kind, or excessive drinking. Additional guests are NOT permitted. Please notify me if you have a specific request. Feel free to use the kitchen and appliances (refrigerator, microwave, stove, toaster) but you will be responsible for your own groceries and cleaning up
## 302
## 303 We know that accidents happen and we are very reasonable and understanding when such incidents occur! However, PLEASE communicate with us regarding any damaged items, spills, stains or anything else you think needs our attention :) prior to your check-out. It is unlikely to happen but in the event that any of the following occur, we reserve the right to charge your security deposit: -damaged or missing items including bedding, linens and towels -If the house requires extra cleaning we may charge an extra cleaning fee. -Our Checkout time is 11AM. We can usually accommodate a late checkout time of 12PM but please contact us to discuss. Checkouts past our agreed checkout time might be assessed a late checkout fee of 70. Please communicate with us, we dont want to have to charge you! -Please no smoking of any kind in the house. 350 will be charged if the house smells of smoke. -We have lots of wood furniture so please use coasters and or table mats for glasses and dishes on any of the w
## 304
## 305
## 306 This is our family home, so treat it like you would yours. Please try to keep noise down after 11, but don't worry too much. Our neighbors are amazing and you will have a great time!
## 307 NO SMOKING!!! (100 cleaning fee charged if evidence of smoking) No parties, Quiet time after 10pm, both inside and out. No access to outdoor spaces after 11 PM weeknights, midnight on weekends. 2 night minimum weekdays, 3 night minimum on select weekends. Minimum stay subject to change.
## 308 No parties, no smoking throughout the premises. Please throw out trash in the kitchen area every night and no overnight food sitting around to avoid bugs and ants coming in from the gardens. Please turn off all the lights and AC when leaves the house. Thanks.
## 309 No parties, no smoking inside the guest house, and please DO NOT eat and drink on the bed.
## 310 No pets, no smoking, noise to a minimum after 10 pm and the usual common courtesies. Three night minimum.
## 311 - Be respectful of neighbors and my belongings. - Please take off shoes when entering house. - Anything broken or stolen must be replaced.
## 312
## 313 - You can smoke on the balcony. - No parties or events, no visits, only guests on the booking request are allowed on the premises. - No loud music after midnight.
## 314 We love making new friends and sharing good times! We also know that our new guests need their sleep, thus we tend to have respectable quiet hours according to the day of week, weekends and holidays. We also value privacy and peaceful enjoyment of the environment. All we ask is for kindness and respect and to keep the space clean and peaceful and of course, respect our neighbors too. We love dogs and charge an additional 10 per dog daily when traveling with yours. Please let us know while making your reservation and we'll send a special offer including the charges. Additionally, dogs must be well tempered and house trained, in your room or with you when leaving property, under your supervision when playing in the yard and always relieved outside the grounds. As a friendly reminder, it's an LA ordinance to always pickup after your dogs. Smoking is not permitted inside the house or anywhere on the grounds. We allow moderate alcohol use but do not allow guests to be inebriated and distur
## 315 House Rules for Serviced Apartments: No Smoking - smoking in the unit will result in a minimum odor removal fee of 150 to help cover the cost of odor removal and/or steam cleaning. No Parties or Gatherings - Violation of this rule may result in termination of stay without refund and other fees. No Animals - Having animals in the unit at anytime may result in termination of stay without refund as well as a minimum sanitation fee of 150. Unapproved late check outs or early check ins are not allowed and will have a minimum fee of 100. Host approved checkouts between 11:01AM - 12:30PM are 30 or 12:31PM - 2:00PM are 50. Approvals must be made 24 hours in advance. Host approved early check ins or luggage drop off start at 30. Not all requests for early check ins or late checkouts can be accommodated. We will do our best to accommodate your request.
## 316 Please respect all the house rules. No smoking anywhere inside. Smoking on balcony allowed, but please use ashtray. The neighborhood is very quiet- no loud music and no parties please. Only a maximum of 4 guests are allowed. Washer and Dryer use available for long term stays. No pets.
## 317 -No smoking indoors. You are welcomed to smoke on porch and patios. -Please do not invite guests to the house without asking me first -No overnight guests without my consent. -No shoes in the house. Please leave shoes in the shelf by the front door. -No candle burning -Please always keep the gate/doors/windows locked for precaution when you are out. -Please respect late night/early am hours. Neighbors have small children. -No pets. Sorry. -Lost keys 50 -Your security deposit will be held in full if the house rules are egregiously disregarded.
## 318
## 319
## 320 House Manual: Also known as your Itinerary. Please read it for your specific check in details and more right after you book a reservation. This itinerary will let you know everything you need to know for check in. This is very important! Smoking: No smoking allowed, if you smoke please go outside. Parties: No parties allowed, I understand you might have friends in the area and would like to get together. However, we do not allow any extra people in the apartment without prior permission. Please respect this place and our neighbors. The apartment is left clean, please keep it that way! Other then that, please enjoy. Thank you
## 321 I'm chill as a cucumber. The only rule is that you can't smoke inside.
## 322
## 323 Thank you in advance for respecting our house rules, they are very important to us. Please keep a reasonable volume so as to not disturb our neighbors, and do not invite other guests or have parties. We would appreciate it if you wash any dishes you use during your stay. Please leave the house in the same condition you found it as when you first arrived. You will be staying at a Pillow Homes approved property and guests are required to follow the Pillow rules and terms.
## 324
## 325 take shoes off! clean up after your self!
## 326 House Manual 1.This room has a private bathroom attached, you can enter through the gate to the private entrance on the side door by the laundry room without passing through common area. 2.No Parking more than 2 hours or after 6 PM without permit on Gardner St. The Parking Permit is Provided and on the desk in the room upon check in. Be aware No Parking during Street Cleaning on Monday/Tuesday 10 AM- 12 PM on each side of the street. 3.No Shoes inside of the house. There are clean indoor slippers available. 4.Keep the doors locked At All Times even when you are home. 5.Remember to Turn Off Water/Lights when you leave the room. 6.Due to Liability. No Guest Visits allowed. 7.One Towel Per Guest/Stay. Additional towels available for weekly or monthly stay 8.We provide some living essentials upon arrival for your convenience. If you stay for long term, please buy your own if you need extra. 9.Basic Cooking Only. No Access for Stove and Oven. Microwave, Fridge, Toaster Utensils, and Drin
## 327
## 328 - Quiet Hours 9pm - 9am - No makeup on towels, please use makeup wipes - Street Parking Only - (There's Plenty) - No Red Wine Near Carpet - Be Gentle With Shower Door (Floating Glass)
## 329 22:00以後必須保持安靜,晚上21:00以後外出必須告知房主,須在23:59之前回來,23:30以後不可以洗澡以免影響他人。
## 330
## 331 請隨手關燈 請幫忙節約能源
## 332
## 333 No drugs, no smoking, take care of the bathroom as you would in your own place. Please turn off Air conditioning unit when you leave.
## 334
## 335 ** CALIFORNIA HAS BEEN IN A SERIOUS DROUGHT ** we ask that you please be mindful of your water footprint and limit any excess use. - No pets. - No drugs. - No smoking anywhere on the property. - No house guests. - Quiet hours between 10 pm and 7 am. - Only registered guests are allowed to sleep in guest room. - Meals are to be eaten in kitchen and not in room. Use of kitchen must be fully cleaned after every meal. - Before leaving house - turn off a/c unit, heater, lights, windows, lock house. - Must show photo ID upon arrival for verification.
## 336 - Although this room is private, this is a family home - please be respectful with noise level. - I.D. check upon arrival
## 337 A Few House Rules: Please when using the hall bathroom, even to brush your teeth, close the door. Not everybody wakes up at the same time. :) If you need to use something of mine, just ask first. My laundry detergent, my supplies, my food, is not free. :) Please do not knock on my bedroom door, because I might be sleeping. You can text or message me and I will do the same for you.
## 338 *Guests must be over the age of 25 and will be an occupant of the unit during the entire reserved period. *No parties, excessive noise, or any illegal activity shall take place at property. *No pets are allowed unless otherwise noted for specific properties. Additional fees apply for pet friendly homes. * No smoking is allowed in or around any property. Cleaning: Each property will be cleaned and inspected after your departure. We ask you to help us enable the cleaning crews as much as possible. Simple things like leaving the property tidy, running the dishwasher, starting to wash the towels, and taking out the trash are expected of our guests. If excessive wear and tear is found on property, or additional cleaning is necessary due to spills, trash left on site, unclean dishes, stains to furniture, carpeting, linens, paint, wallpaper, or flooring, Guest authorizes the Owner to bill them for additional fees. If at any time the maximum number of occupants is exceeded or if the O
## 339
## 340 - Please respect the space and our neighbors. It is a safe and quiet neighborhood. No pets, no parties, no smoking please.
## 341 Absolutely no shoes or smoking in the house, ever No feet on my furniture ;) No additional guests in the house...ever..this is very strict. Please do not eat or drink the food and wine that I have left behind, unless I have designated what is yours... Be respectful of my space and of my neighbors. Take care of the high-end (URL HIDDEN) feet ;) The left side of the kitchen sink has 2 small, curved taps...the taller one is healthy alkaline drinking water...the smaller on is cleaning water, so don't drink from it!
## 342 Respect my home. No leaving food out overnight. Must wash your own dishes. No loud activities after Midnight. 420 friendly.
## 343 Please do not park in front of the neighbors' houses uphill or downhill from the house. Fireplace should not be used at this time. Still under restoration. When entering the house, please use the side path to the south of the garage, and not the red brick path and stairs down to the house, which can be slippery when dry or wet because of the pine needles that fall from the large pine trees that line the back side of the house. You're welcome to entertain within reason - it's a lovely space for dinner parties. However, parking is a sensitive issue in the neighborhood and the neighbors will complain and call the police if there's a party at the house. If something breaks - please just let us know!
## 344 No smoking, Not suitable for pets, No parties or events Check-in time is anytime after 4PM unless otherwise agreed...this is to make time for the cleaners to tidy up. When Leaving – Checkout time is 11AM. Please email me if you need to make other arrangements. I try to be flexible but this depends whether I have other tenants or cleaners coming. Please empty the trash and recyclables, clean your dishes, turn off the heat, shut off all the lights, lock the doors and windows and put the keys where you found them, especially the outside key. Dirty sheets and towels can be left in the closet hamper. VERY IMPORTANT – Please don’t flush any woman’s items (tampons, pads, etc). The house was built in 1912 & the plumbing is old and it will clog and cause a backup. This has happened numerous times. Also, please don’t wash any food items (coffee grains, etc) down the sink. That too will cause a backup. Feel free to email me with any questions...Thank you!
## 345
## 346
## 347 Please be considerate of the neighbors in the lower unit. Absolutely NO parking is allowed in the driveway. There is plenty of parking on the Street. SMOKING POLICY This is a non-smoking inside. We are in a high drought are so absolutely no matches or cigarette buds throwing into the garden!! BEHAVIOR & GUEST COURTESY Parties and sleep over guests are absolutely prohibited. Please be respectful of our neighbors and avoid playing loud music or putting the TV volume up too high. No loud parties with loud music or over night guest or drugs allowed, be respectful of the long terms tenants that live downstairs. The police will be called if loud parties or illegal activities are presumed by the neighbors and the tenants. If anyone staying in our home is behaving inappropriately or irresponsibly, we're authorized to request the immediate departure of your entire party. If this occurs, the customer has no right to ask for the return of your or prepaid rent. You should also keep in mind
## 348 I want you to feel as comfortable as possible in my apartment. Feel right at home! Use whatever dishes or utensils or seasonings you need! My only rules are to return everything to the way you found it. Take the trash from the kitchen + bathroom to the bottom floor out back. Tidy up like you would for having a friend over! I love my house and it loves you too.
## 349 We allow small dogs and cats during the stay. Please send us a message if you have any questions here!
## 350
## 351
## 352 Try to be respectful of the neighbors
## 353 See contract and house tips, super local recommended beaches, activities, attractions, grocery stores and restaurants also emailed to you when you book as I update these attachments weekly and they are printed at the home too. We would love for you to enjoy your vacation with your family and friends! Let me know if you have any questions DAY or NIGHT via text as we want you to have a fabulous time in Los Angeles’ Beach Cities, South Bay El Segundo. 416 Virginia Street, El Segundo, CA 92045 Laura Christine (PHONE NUMBER HIDDEN) text (Fastest Contact Method) Welcome to El Segundo, California! I’m looking forward to your stay in my "El Segundo Entertainer" Next to Manhattan Beach (Los Angeles South Bay Beach Cities) Home! “El Segundo Entertainer” Vacation Home Tips Extend Your Stay? Need Early Check-in? Late Check Out? Extra Guests? Agreed Contract & House Tips Keys & Access Instructions City of Los Angeles Noise Ordinances Amenities & Recommendations BEFORE YOUR STAY To enjoy your vacat
## 354
## 355
## 356
## 357
## 358
## 359 Smoke free in our house, but outside is ok. Street parking only and readily available. Please clean your dishes after you use them and pick up after yourself.
## 360 No smoking, parties, 10 am - 10 pm noise rule. No candles. Please strip the bed of all sheets and pillow cases before check out. Energy surplus fee for excess use of electricity.
## 361 -No pets, no smoking. -No unregistered guests allowed on property without prior approval. -Street parking only (plenty of street parking always available). -No parties. Alcohol is allowed but loud and/or drunken behavior is not.
## 362
## 363 No smoking in the house
## 364 We ask for you to be respectful of the environment and our home. No pets and no smoking inside. More than anything come here to relax and enjoy a peaceful home.
## 365
## 366 Guest are expected to respect the access areas and be forthcoming with plans about arrival and departure times.
## 367
## 368 We have housekeeping for all common areas bathrooms, floors etc. We expect our guest to make their bed and clean up their kitchen mess immediately when finished. There is absolutely NO food or drinks except bottled water allowed in bedrooms. NO Smoking anywhere on the property this include the front of the home. There is a designated patio where smoking is permitted. ALL cigarettes must be extinguished in an ashtray.
## 369 I like things to be kept clean and things put back in their place. I don't like things to get lost or broken.
## 370 Please take your shoes off before entering the house! This is just to keep the ground clean. You may wear your socks, or choose one of my Japanese style indoor sandals. No smoking anywhere in the property. Thanks for your cooperation.
## 371 - Leave common areas in same condition as they were before your use - Wash dishes and all items used in kitchen before leaving. - Remove outdoor shoes once inside common areas of home. - If you bring guest clean up after them as well. - Do not borrow personal items of other guest, including food without first asking for permission and being granted it by the proper owner. - If someone or something is a problem, discuss with the owner of house sooner rather than later. Please - Smoking cigarettes is not allowed on property unless it is a kid free weekend, and plans are discussed to hang out with friends etc. - 420 Friendly when Minors are not present only.
## 372 No smoking indoors (outside patio okay as long as an ashtray is used). NO PETS (NO EXCEPTIONS) No more then 3 visitors at a time. Our place only has one queen size bed so can only accommodate 2 people. NO CANDLES in the interest of fire safety as we are located up against Griffith Park. NO IRONING BOARD also in the interest of fire safety as we are located in whats designated a high brush zone right up against beautiful Griffith Park. We do NOT provide a washer / dryer but there is a laundromat just down the road. NOTE: ANY ITEMS LEFT AFTER 30 DAYS WILL BE DONATED TO GOODWILL. WE WILL CONTACT YOU ONE TIME TO NOTIFY YOU THAT AN ITEM HAS BEEN LEFT. lost key charge - 25
## 373 - Smoking under covered patio ALLOWED - Small Gatherings ARE ALLOWED.
## 374 No smoking or drugs
## 375 Enjoy your stay. No smoking or drugs or drinking at the house. Respect all tenants and neighbors.
## 376
## 377 We ask that you act as if it's a hotel room. NO Smoking. No parties and no trashing the place and being loud past 10:00pm. You can go be a rockstar someplace in Hollywood, but not here. It's also a quiet neighborhood with families. Please respect them. No smoking.
## 378
## 379 No smoking Inside is permitted, 2 large patios available for smoking .
## 380
## 381 - Shoes off policy inside the house
## 382
## 383 No smoking inside or outside of the building. (if you have to smoke, street only) NO drugs NO pets NO visitors. MAX 2 No parties or loud musics (ok to drink moderately) No wet clothes hang inside or outside of the home No sand from beaches. (After beach, clean yourself then enter this home) Quiet time: 10 pm to 7 am Do not remove strainers from sinks or shower, or one needs to be responsible for opening drain. Do not use towels to remove make up Do not leave bedding and towels with strains Do your dishes right away All trash including the toilet paper go to trash can Clean after yourself (no maid stand by)
## 384 Cleaning fee is NOT enough. So, we need your help to keep the home clean all the time! We will prepare freshly clean sheets, towels for guests. We will clean the room right before your arrival. We will clean the bathroom, kitchen, other common area on a regular base. We will NOT be able to clean it right after others use. Dear all, clean after yourself! Check in: anytime after 3pm Check out: anytime before 10am. NO maid stand by. Make sure to clean after yourself; no stain on bed, bedding,towels, tables, counter top. It is a lot easier for us to clean the cleaner things. :) No smoking! NO drugs! No pets! No loud music or parties! Quiet time==10pm to 7am! Be respectful to the home and neighbors! Do NOT bother any neighbors! Do not knock at their doors though you need help! Take trash out to ORANGE trash bin every night Do your dishes right away! Do not hang any wet clothes inside or outside of the room or the building!!! Rules to use WIFI: wifi is free of charge. We use the best rou
## 385 - NO drugs; NO smoking; No parties; NO loud music all the time; Quiet time is 10 pm to 7 am. NO stains on bedding and towels
## 386
## 387 - Parties should be agreed upon beforehand. - Smoking allowed outside only. - Price is negotiable for a stay longer than 7 days.
## 388 No Smoking
## 389 PLEASE READ ENTIRE RULES: While these are formalities worth mentioning- we have never had a problem with a guest in the past. PROFILE Require a profile picture showing your face, a description, and 3 verifications including one offline I.D. RESERVATION *Master En-suite is for registered guests only *Indicate accurate number of guests *A child regardless of age counts as a guest *Person booking must be person staying. *This unit is for 2 guests max *Guests are not allowed to access Pay-Per-View programing DAMAGES Accidents may occur but they are not included in the rate. Please inform us of any breakages and we will let you know the cost and deduct it from your security deposit. If the cost is in excess of your security deposit, you will be charged this amount. NO SMOKERS DUE TO NO SMOKING POLICY 100% SMOKE FREE HOME For the health of our family who are allergic, our home is a smoke/drug free space including E-cigarettes inside or outside the premises such as the deck, backyard or drive
## 390 - DOGS ONLY! - Please respect the neighborhood. It is a quiet neighborhood, so we expect the same quietness from you as well!
## 391 Please treat the home as if it were your own. No smoking inside the apartment. There is a patio downstairs that's you're welcome to smoke on.
## 392
## 393 Please show me an accurate picture of yourself & tell me a little about yourself or your visit before I welcome you into my home. If there are 2 of you, I need the other guest's names. Please don't invite visitors who aren't staying here, without my permission first. I do get lots of requests to be a location for Television and Film shoots, but I do not allow commercial shoots here because of liability issues. The most important rules on my property are being friendly, considerate and kind. Smoking is allowed in the backyard where you can enjoy the view too. No smoking inside the house, including e-cigarettes. No wild partying, No recreational drugs, including marijuana, even though it is legal for medicinal use in California. No hair dyeing on premises. No candles with an open flame unless I provide them. If you are having trouble with your cell phone signal indoors, use the back yard: it is strong for all carriers there. Please be considerate of my neighbors while here. Airbnb
## 394 - Guests that will have a personal or rental vehicle must note it is ONLY street parking. On specific days such as Mondays & Tuesday's we have city street sweep and when the space in driveway is available guests may park in the driveway on those days but must move vehicle responsibly by 10:30am or vehicle will be subject to parking fines by management. If this becomes a habitual irresponsibility for those with longer stays, your vehicle will be subject to tow and management will not be responsible for your vehicle or personal items within it. Street parking is a block and a half long on the days of street sweep so complaints or excuses are not entertained. Use common sense and be fair, not lazy or irresponsible... The two types of people not welcomed here. NO SMOKING ANYWHERE INSIDE THIS HOME.
## 395 • Check-in time is 3PM. • No parties or events • Not suitable for pets • No smoking 1. ABSOLUTELY NO! Party's ,usage of hard Drugs,excessive drinking of alcoholic beverages on premises, absolutely NO smoking inside the house,please smoke outdoor on the deck. 2. Extra overnight guests are welcome only if paying the additional fee, NO! extra guests allowed on premises unless notified, 3. Lights, Heater or any flammables must be turned off while out for your fun day 4. Please keep the house reasonably clean and organized. 5. Please keep doors locked at all times,please return keys,and parking permit at the end of your stay. 6. Early check in/late check out are subject to availability & fee of 15.oo Hour 7. A weekly cleaning service is mandatory for reservations of 2 week or more,additional 65.oo fee will apply. * Please contribute to Energy Saving & conscious Environment
## 396 We expect guests to act respectfully and treat the space as if it was their own. Smoking is not permitted inside the house. Pets will be considered on a case-by-case basis. We will typically charge 20 extra per night for a pet. Please mention if you have a pet in your reservation!
## 397
## 398 Please no smoking inside the house or on the property...marijuana too! Please do not use the fireplace or light any candles. Please do not move or rearrange the furniture. The guest is financially responsible for any damages to furniture or property. Please be quiet and considerate of my neighbors. No parties allowed. I have a cleaning crew that will most-likely make a visit during your stay. If you are not ok with this, please tell me prior to your arrival.
## 399 No filming, photography allowed with out separate negotiation , No parties/gatherings allowed. Reservation required for rooftop 12 am cutoff for rooftop
## 400 - #1 enjoy yourself, no shoes in house, please clean up after yourself and take trash out, no pets, please respect this lovely home
## 401 - Smoking is allowed on Patio.
## 402 Since we live in the main house, we ask that our guests be respectful of noise and behavior. We do not allow smoking, extra guests or pets on our property. Since we are in a severe drought, we also ask that our guests be mindful of their water use, and make sure all lights and gadgets are turned off when they leave. Please note: there are blinds on all the windows, but no blinds/curtains on the french doors, however the inside of the studio is not visible from the neighbors or the main house. We'd appreciate if you'd take off your shoes while inside and toss your trash in the outdoor bins on your way out. Thank you!
## 403
## 404
## 405 Smoking in not allowed in the whole property • Check-in time is 3PM. - Check out time is 11AM Packages delivery is not allowed Once the reservation is confirmed, changes are no longer allowed • If you need a earlier or later check in just let us know and we will try and accommodate you, an additional fee will apply. You will be asked to show a valid ID that matches with the name of the person that made the reservation, otherwise we reserve the right not to check you in. No third party bookings allowed, unless you use the business travel option. You will lose your FULL DEPOSIT if any of the following house rules are broken: • No parties, events, birthdays, bachelor or bachelorette stays • No pets • No smoking inside • Disrespecting Neighbors • Contacting property management or apartment staff (We are your ONLY point of contact and will address and fix any and all issues) • Staying past check out time unless prior written approval in Airbnb • Have more guests than stated in your reser
## 406
## 407
## 408
## 409
## 410 I live on a quiet cul de sac so this is the place for a calm stay (no raging)
## 411
## 412 Instant Booking: Before 10PM please "Instant Book" for the same day or any future dates. Inquiries prior to booking: If you make an inquiry, I get a text. Between 4AM and 10PM I will respond within an hour. If I don't respond then make another inquiry because it is likely I did not hear the text. Between 10PM and 4AM you will likely need to make a few inquiries in a row to get my attention or to wake me. Accommodating the late night traveler: We are adventurous travelers. We understand what it is like to arrive at your destination late at night without a reservation. We are happy to accommodate the late night traveler. Between 10PM and 4AM you can make an inquiry but if we don't respond, it is likely we did not hear the text. Unfortunately AirBnB won't let us post our phone numbers. You can try making a few inquiries in a row to see if that wakes me or catches my attention. If we don't hear your inquiry, we will not be able to accommodate you in the middle of the night.
## 413 First and above all, please be respectful and considerate to the place we call home. Absolutely no shoes. Only registered guests (number indicated on booking) at the house. No parties. Please enjoy all that LA have to offer in that way. There are plenty of bars and clubs to choose from. No smoking. No cigarettes, no marijuana, no nothing. LA is a 420 friendly town, so if you’re into that, you can do so nearly anywhere outside!
## 414 The Space This is a 2 br house located in the Venice area. This specific room with the bunk beds has 2 bunk beds, that fits 4 people. There is a closet in the room. We provide the bedding (a sheet, pillowcase with the pillow, blanket) and towel. Guest Access Common areas are the working space with large desks and chairs, available for you to use anytime and a kitchen with all appliances like spoons. plates, pots etc. The kitchen is fully equipped with dishwasher, stove, fridge. Food is not provided. Interaction with Guests Our guests are young and smart engineers, startup founders, developers. House Rules No smoking. Not suitable for pets. No parties or events. Not child-friendly (0-12 years) 1. COMMON AREAS • Please TAKE YOUR SHOES OFF. We keep our house clean, please take a good care of our house too. • Don't use washer and dryer machines between 11pm - 7am. • Separate the garbage into Recycle, Compost and Trash. • No Smoking in the house. Smoke detectors will be activated. No Drugs
## 415
## 416 - Please be respectful to neighbors and take your shoes off inside. - Guest bedroom is not for usage, only main one. - Turn off fireplace when not in house and during night. - Please take out trash when departing the house. - Leave the place in the same condition as when you arrived. Naturally we will wash linens and towels.
## 417 This is my home, I hope all guests will treat it as though it is their own! :)
## 418 - Please always remember that you are in someone else's home and treat everything as if you were in your own home. - We expect our guests to respect our family and our neighbors’ privacy and right to quiet enjoyment of their homes. Therefore we ask our guests to be quiet outdoors from 10pm to 8am. Please also keep your noise indoors to a minimum during the same hours. - We expect you keep our Guest House extra clean. Please take out trash when departing the house. Leave the place in the same condition as when you arrived. Naturally we will wash linens and towels. - Smoking is only allowed outdoors. - Our Guest House is large enough to welcome 4 gets and an extra inflatable bed can be provided upon request. However, an additional 40 per night will be charged for the 4th guest. - Check Out: 12pm - Property is for airbnb guests only and we have a no guest rule for safety and security of all.
## 419 - - Thank you in advance for respecting our house rules, they are very important to us. Please keep a reasonable volume so as to not disturb our neighbors, and do not invite other guests or have parties. We would appreciate it if you wash any dishes you use during your stay. Please leave the house in the same condition you found it as when you first arrived.
## 420 - This is a quiet neighborhood!
## 421
## 422 As long as you can spell R-E-S-P-E-C-T and know that it's a "no-no" throwing gigantic parties in someone else's home without asking them. I'm sure you'll do just fine here :)
## 423
## 424 Our expectation for guests: - we do not allow pets in the apartment - no shoes inside the apartment - please RECYCLE, we have a trash bin and recycling below the sink - no smoking in the building - do your dishes right away/put them in the drying rack - keep shower supplies off of ledges in shower/counters (you are welcome to use the shower caddy)
## 425 Our home is almost seventy years old and needs to be treated gently. Also, please be quite after 10pm and in the early hours out of consideration to our neighbors as this is a family neighborhood. Please treat it with the care and respect that you would treat your own. No parties. Absolutely no smoking. No pets. Otherwise, we want you to feel comfortable in our home!
## 426